| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-11 | CI: specify pip < 21.07.2 | Mike Taves | |
| 2021-03-11 | Fix configuration for sphinxcontrib-bibtex version 2 or later (#2572) | Mike Taves | |
| 2021-03-01 | Merge branch '7.2' of https://github.com/OSGeo/PROJ into 7.2 | Kristian Evers | |
| 2021-03-01 | Dont' build website from 7.2 branch any more | Kristian Evers | |
| 2021-02-19 | Merge pull request #2507 from guiguite/patch-1 | Kristian Evers | |
| Add documentation entry for proj_content_set_search_paths | |||
| 2021-01-22 | Add entry for proj_content_set_search_paths | guiguite | |
| 2021-01-18 | Merge pull request #2505 from visr/typos | Kristian Evers | |
| fix a few typos in the docs | |||
| 2021-01-06 | CMakeLists.txt: update proj_version() to 7.2.1 | Even Rouault | |
| 2021-01-06 | Update version numbers for website | Kristian Evers | |
| 2021-01-05 | createFromUserInput(): accept leading white space (fixes #2498) | Even Rouault | |
| 2021-01-01 | Update website for 7.2.1 | Kristian Evers | |
| 2020-12-26 | Update CITATION year to 20217.2.1 | Kristian Evers | |
| 2020-12-26 | Update version numbers for 7.2.1 | Kristian Evers | |
| 2020-12-26 | Update NEWS for 7.2.1 release | Kristian Evers | |
| 2020-12-25 | Update man-pages from Sphinx-docs | Kristian Evers | |
| 2020-12-25 | Update ABI numbers for 7.2.1 release | Kristian Evers | |
| 2020-12-21 | Merge pull request #2495 from kbevers/nkg_trans_72 | Kristian Evers | |
| Implementing the NKG transformations in proj.db | |||
| 2020-12-21 | Implementing the NKG transformations in proj.db | Kristian Evers | |
| This adds the NKG 2008 and 2020 transformations to proj.db. The NKG transformations offers transformations between global reference frames and the national realisations of ETRS89 in Denmark, Estonia, Finland, Latvia, Lithuania, Norway and Sweden. The 2008 transformations are already implemented in the NKG 2008 file but will now be more accessible with the modern API. The 2020 transformations are new to PROJ and offers and updated version of the 2008 transformations using a new and improved deformation model (eu_nkg_nkgrf17vel.tif). A 2020 version of the NKG transformations are currently not available for Norway but will in all likelyhood be included at a later point in time. | |||
| 2020-12-18 | Database: register AGQG_20191107.gsb grid. Related to ↵ | Even Rouault | |
| https://github.com/OSGeo/PROJ-data/pull/53 | |||
| 2020-12-17 | Fix typos in resource_files.rst | Guillaume Lostis | |
| 2020-12-16 | Merge pull request #2490 from rouault/backport_7_2_epsg_10_0_008 | Even Rouault | |
| [Backport 7.2] Database: update to EPSG v10.008 | |||
| 2020-12-16 | Database: update to EPSG v10.008 | Even Rouault | |
| 2020-12-14 | createOperations(): fix inconsistent chaining exception when transforming ↵ | Even Rouault | |
| from BoundCRS of projected CRS based on NTF Paris to BoundCRS of geog CRS NTF Paris. Fixes https://github.com/OSGeo/gdal/issues/3273 | |||
| 2020-12-14 | Merge pull request #2484 from rouault/backport_7_2_split_coordinateoperation | Even Rouault | |
| [Backport 7.2] Split coordinateoperation.cpp and test_operation.cpp in several parts | |||
| 2020-12-13 | CMake: install data/*.json files (fixes #2485) | Even Rouault | |
| 2020-12-13 | Split test_operation.cpp in two parts | Even Rouault | |
| 2020-12-12 | Split coordinateoperation.cpp in many files in iso19111/operation directory | Even Rouault | |
| The big size of coordinateoperation.cpp could require significant amount of RAM to build it with -O2 level, and cause compiler crashes in some environments. | |||
| 2020-12-11 | funtions.rst: fix sphynx syntax | Even Rouault | |
| 2020-12-09 | Doc: fix return data type of proj_trans_array() | Even Rouault | |
| 2020-12-08 | Merge pull request #2478 from jzmiller1/patch-1 | Even Rouault | |
| Update isea.rst to clarify defaults for ISEA. | |||
| 2020-12-04 | Database: fix building proj.db with SQLite built with -DSQLITE_DQS=0 | Even Rouault | |
| That is the option to make SQLite reject misuses of double quotes instead of single quotes. Most SQLite builds are forgiving, but some forks proposing a CMake build system default to SQLITE_DQS=0 | |||
| 2020-12-02 | Update isea.rst | Zac Miller | |
| Clarifying defaults for ISEA. | |||
| 2020-11-30 | Database: add metadata with the version number of the database layout and ↵ | Even Rouault | |
| check it in the code This is aimed at detecting running a PROJ version against a proj.db that is not meant to work with it. This happens sometimes in complex setups mixing PROJ versions. Hopefully this will help spotting the issue earlier. | |||
| 2020-11-30 | test_io.cpp: formatting fix | Even Rouault | |
| 2020-11-29 | Merge pull request #2470 from rouault/backport_7_2_pr2450 | Even Rouault | |
| Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL | |||
| 2020-11-29 | Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL | Even Rouault | |
| as CompoundCRS with a VerticalCRS being an ellipsoidal height, which is not conformant. But needed for LAS 1.4 that only supports WKT1 This is a partial backport of https://github.com/OSGeo/PROJ/pull/2450, with only the new ALLOW_ELLIPSOIDAL_HEIGHT_AS_VERTICAL_CRS=YES option of proj_as_wkt() | |||
| 2020-11-29 | Inverse tmerc spherical: fix wrong sign of latitude when lat_0 is used ↵ | Even Rouault | |
| (fixes #2468) Corrected formula given by @evanmiller | |||
| 2020-11-28 | .travis.yml: disable osx build that is broken due to homebrew issues | Even Rouault | |
| 2020-11-28 | WKT1 import: better deal with apps.epsg.org output w.r.t datum ensemble names | Even Rouault | |
| 2020-11-28 | Use same arguments to printf format string for both radians and degrees in ↵ | Houder | |
| output by cct (#2453) Currently the output of the cct utility is different between radians and degrees (as expected by cct), because of a bug in cct: $ printf "1 2\n" | cct -z 0 -t 0 +proj=pipeline +step +proj=unitconvert +xy_in=deg +xy_out=rad 1.0000000000 2.0000000000 0.0000 0.0000 $ printf "1 2\n" | cct -z 0 -t 0 +proj=pipeline +step +proj=unitconvert +xy_in=deg +xy_out=deg 1.0000 2.0000 0.0000 0.0000 The arguments to the printf format string are as follows: * radians: width 14, precision 10 * degrees: width 13, precision 4 (this is by mistake. bug!) After the suggested fix has been applied, output will be the same for both radians and degrees: $ printf "1 2\n" | cct -z 0 -t 0 +proj=pipeline +step +proj=unitconvert +xy_in=deg +xy_out=rad 1.0000000000 2.0000000000 0.0000 0.0000 $ printf "1 2\n" | cct -z 0 -t 0 +proj=pipeline +step +proj=unitconvert +xy_in=deg +xy_out=deg 1.0000000000 2.0000000000 0.0000 0.0000 The cause of the bug is that cct does test if it "has radians to output", but "neglects" to test if it "has degrees to output", resulting in using different arguments to the printf format string in the latter case. The fix makes cct test if it "has either radians or degrees to output". | |||
| 2020-11-28 | createObjectsFromName(): in exact match, make looking for 'ETRS89 / UTM zone ↵ | Even Rouault | |
| 32N' return only the exact match | |||
| 2020-11-27 | PRIMEM WKT handling: fixes on import for 'sexagesimal DMS' or from ↵ | Even Rouault | |
| WKT1:GDAL/ESRI when GEOGCS UNIT != Degree; morph to ESRI the PRIMEM name on export | |||
| 2020-11-24 | createOperation(): add a ballpark vertical transformation when dealing with ↵ | Even Rouault | |
| GEOIDMODEL[] | |||
| 2020-11-23 | GeographicCRS::_isEquivalentTo(EQUIVALENT_EXCEPT_AXIS_ORDER_GEOGCRS): make ↵ | Even Rouault | |
| it work when comparing easting,northing,up and northing,easting,up | |||
| 2020-11-22 | projinfo.cpp: improve hint when to use --spatial-test intersects | Even Rouault | |
| 2020-11-22 | PROJJSON parsing: fix parsing of a Geodetic CRS with a DatumEnsemble, and ↵ | Even Rouault | |
| fix parsing of a ProjectedCRS whose base is a Geocentric CRS | |||
| 2020-11-22 | WKT parsing: fix ingestion of WKT with a Geocentric CRS as the base of the ↵ | Even Rouault | |
| projected CRS | |||
| 2020-11-21 | createOperation(): make it work properly when one of the CRS is a BoundCRS ↵ | Even Rouault | |
| of a DerivedGeographicCRS (+proj=ob_tran +o_proj=lonlat +towgs84=....) | |||
| 2020-11-21 | Make GeographicCRS/GeodeticCRS::isEquivalentTo() work properly when ↵ | Even Rouault | |
| comparing to a DerivedGeographicCRS/DerivedGeodeticCRS | |||
| 2020-11-20 | Merge pull request #2438 from NomitRwt/patch-1 | Even Rouault | |
| Update utm.rst | |||
