aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-01Bump version numbers for a potential 6.3.3 release6.3Kristian Evers
2020-04-27Update NEWS for 6.3.26.3.2Kristian Evers
2020-04-27Bump version numbers for 6.3.2Kristian Evers
2020-04-27Update man-pages from Sphinx-docsKristian Evers
2020-04-27Update ABI numbers for 6.3.2Kristian Evers
2020-04-26pipeline initialization: avoid deep recursion on corrupted PROJ string like ↵Even Rouault
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=21889
2020-04-26Update cs2cs options -r/-s to reflect axis ordering of PROJ >6Kristian Evers
Originally proposed by Greg Troxel on the mailing list: https://lists.osgeo.org/pipermail/proj/2020-April/009597.html Co-authored-by: Greg Troxel <gdt@lexort.com>
2020-04-25projinfo: do not emit warnings about missing grids in quiet modeEven Rouault
2020-04-24Merge pull request #2188 from rouault/backport_6_3_pr2183Even Rouault
[Backport 6.3] io.hpp: avoid dependency to proj_json_streaming_writer.hpp (fixes #2182)
2020-04-24Merge pull request #2187 from rouault/backport_6_3_pr2185Even Rouault
[Backport 6.3] Fix support of WKT1_GDAL with netCDF rotated pole formulation (#2185)
2020-04-23Fix support of WKT1_GDAL with netCDF rotated pole formulation (#2185)Even Rouault
Contributes to fixing issue raised in https://lists.osgeo.org/pipermail/gdal-dev/2020-April/052003.html
2020-04-23io.hpp: avoid dependency to proj_json_streaming_writer.hpp (fixes #2182) (#2183)Even Rouault
2020-04-23Merge pull request #2189 from rouault/backport_6_3_cirrusyml_improvementsEven Rouault
.cirrus.yml: backport improvements [skip travis] [skip appveyor]
2020-04-23.cirrus.yml: backport improvements [skip travis] [skip appveyor]Even Rouault
2020-04-22Merge pull request #2178 from rouault/backport_6_3_pr2174Even Rouault
[Backport 6.3] PROJ4 string import: take into correctly non-metre unit when the string looks like the one for WGS 84 / Pseudo Mercator
2020-04-22PROJ4 string import: take into correctly non-metre unit when the string ↵Even Rouault
looks like the one for WGS 84 / Pseudo Mercator (fixes https://github.com/OSGeo/gdal/issues/2433) (#2174)
2020-04-19Ingestion of WKT1_GDAL: correctly map 'Cylindrical_Equal_Area'Even Rouault
Map it to 'Lambert Cylindrical Equal Area' / EPSG:9835 non-spherical method, when the ellipsoid is not a sphere. And rationalize the handling of this for other methods with spherical vs non-spherical formulations
2020-04-19Doxyfile: remove TCL_SUBST variable considered obsolete by latest DoxygenEven Rouault
2020-04-19travis/osx/before_install.sh: 'brew install graphviz' for missing 'dot' programEven Rouault
2020-04-10proj_create(): improve error message in case of PJ* failure instanciationEven Rouault
2020-04-09travis/osx/before_install.sh: use fixed version of sphinx and breathe to ↵Even Rouault
avoid build failure [skip appveyor]
2020-04-09createFromPROJString(): ignore +wktext in '+init=epsg:XXX +wktext' string ↵Even Rouault
(refs https://github.com/OSGeo/gdal/issues/2392)
2020-04-04createOperations(): improve results of compoundCRS to compoundCRS case ↵Even Rouault
(fixes #2115)
2020-04-03.travis.yml: fix issue with ubuntu-toolchain-r-test sourceEven Rouault
2020-04-03Merge pull request #2124 from PROJ-BOT/backport-2123-to-6.3Even Rouault
[Backport 6.3] Make sure that importing a Projected 3D CRS from WKT:2019 keeps the base geographic CRS as 3D (fixes #2122)
2020-04-03Make sure that importing a Projected 3D CRS from WKT:2019 keeps the base ↵github-actions[bot]
geographic CRS as 3D (fixes #2122)
2020-03-30Merge pull request #2118 from rouault/backport_6_3_fix_2116Even Rouault
[Backport 6.3] ESRI_WKT ingestion: make sure to identify to non-deprecated EPSG entry when possible (fixes #2116)
2020-03-30ESRI_WKT ingestion: make sure to identify to non-deprecated EPSG entry when ↵Even Rouault
possible (fixes #2116)
2020-03-30Merge pull request #2110 from PROJ-BOT/backport-2109-to-6.3Even Rouault
[Backport 6.3] Fix working of Helmert transform between the horizontal part of 2 compoundCRS (fixes #2108)
2020-03-29Fix working of Helmert transform between the horizontal part of 2 ↵github-actions[bot]
compoundCRS (fixes #2108)
2020-03-27Add entries in grid_alternatives for Portugal grids coming from ESRI entries ↵Pedro Venancio
(#2103) Fixes #2096
2020-03-25Merge pull request #2091 from PROJ-BOT/backport-2090-to-6.3Even Rouault
[Backport 6.3] EngineeringCRS: when exporting to WKT1_GDAL, output unit and axis (fixes https://github.com/OSGeo/gdal/issues/2347)
2020-03-25EngineeringCRS: when exporting to WKT1_GDAL, output unit and axis (fixes ↵github-actions[bot]
https://github.com/OSGeo/gdal/issues/2347)
2020-03-12ProjectedCRS::identify(): tune it to better work with ESRI WKT ↵github-actions[bot]
representation of EPSG:2193
2020-03-10Merge pull request #2047 from PROJ-BOT/backport-2044-to-6.3Even Rouault
[Backport 6.3] data/Makefile.am: remove bashism
2020-03-10data/Makefile.am: remove bashismgithub-actions[bot]
2020-03-09Merge pull request #2035 from kbevers/backport-6.3-60d3df6Kristian Evers
[backport 6.3] src/projections/: remove assignments in expression and multiple state…
2020-03-09src/projections/: remove assignments in expression and multiple statements ↵Even Rouault
per line Should hopefully result in no change in results, and hopefully more readable code...
2020-03-04Merge pull request #2013 from PROJ-BOT/backport-2011-to-6.3Even Rouault
[Backport 6.3] createUnitOfMeasure(): use full double resolution for the conversion factor
2020-03-03createUnitOfMeasure(): use full double resolution for the conversion factorgithub-actions[bot]
2020-03-03Fix bad copy&replace pattern on HEALPix and rHEALPix projection namesgithub-actions[bot]
2020-03-016.3 branch: disable doc publication [ci skip]Even Rouault
2020-03-01createOperations(): fix wrong pipeline generation with CRS that has ↵Even Rouault
+nadgrids= and +pm= (#1998) Fixes issue reported at https://lists.osgeo.org/pipermail/gdal-dev/2020-February/051749.html The generated pipeline assumes that the input coordinates for the grid transformation were related to the non-Greenwich based datum, so we must compensate for that and add logic to go back to Greenwich.
2020-02-27Merge pull request #1993 from PROJ-BOT/backport-1990-to-6.3Even Rouault
[Backport 6.3] proj_create_crs_to_crs(): avoid potential reprojection failures when reprojecting area of use to source and target CRS
2020-02-27proj_create_crs_to_crs(): avoid potential reprojection failures when ↵github-actions[bot]
reprojecting area of use to source and target CRS
2020-02-25createOperations(): be robust to a GeographicCRS having a wrong ID attached ↵Even Rouault
to it (fixes #1982)
2020-02-21Doc: advertize lat_0 for proj=nsperEven Rouault
2020-02-21Improvements to the INSERTMartin Dobias
2020-02-21Added more commentsMartin Dobias
2020-02-21Add alternative grid for JTSK - JTSK03 transform (EPSG:8364)Martin Dobias
The definition of EPSG:8364 uses NADCON method for horizontal grid (.las/.los files) but this format is not supported by PROJ. UGKK (Slovak Geodetic and Cartographic Institute) provides NADCON .las/.los files here: https://www.geoportal.sk/files/gz/slovakia_jtsk03_to_jtsk.zip Additionally UGKK also provides the same grid file in NTv2 format: https://www.geoportal.sk/files/gz/slovakia_jtsk03_to_jtsk_ntv2.zip So let's add the NTv2 file the grid_alternatives table so that PROJ can automatically pick it up...