aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-27Update NEWS for 7.0.17.0.1Kristian Evers
2020-04-27Update man-pages from Sphinx-docsKristian Evers
2020-04-27Bump version numbers for 7.0.1Kristian Evers
2020-04-27Update ABI numbers for 7.0.1Kristian 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-25include/proj/util.hpp: recognized a PROJ_INTERNAL_CPP_NAMESPACE to use ↵Even Rouault
osgeo::internalproj namespace
2020-04-24Tune support for WKT1_GDAL with netCDF rotated pole formulation. Follow-up ↵Even Rouault
to 40466db40499e003cc59957d7e245b6ce8f8e4a3
2020-04-24Merge pull request #2192 from PROJ-BOT/backport-2191-to-7.0Even Rouault
[Backport 7.0] Doc: fixes for Sphinx 3.0 compat [skip appveyor]
2020-04-24Doc: fixes for Sphinx 3.0 compat [skip appveyor]github-actions[bot]
2020-04-24Merge pull request #2186 from rouault/backport_7_0_pr2185Even Rouault
[Backport 7.0] 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-23Merge pull request #2184 from PROJ-BOT/backport-2183-to-7.0Even Rouault
[Backport 7.0] io.hpp: avoid dependency to proj_json_streaming_writer.hpp (fixes #2182)
2020-04-23io.hpp: avoid dependency to proj_json_streaming_writer.hpp (fixes #2182)github-actions[bot]
2020-04-23.travis.yml: switch to bionic to restore i386 builds with gcc8 (fixes #2175)Even Rouault
Credits to @sebastic for his suggestion to try bionic and use aptitude instead of apt !
2020-04-23Merge pull request #2180 from PROJ-BOT/backport-2179-to-7.0Even Rouault
[Backport 7.0] .travis.yml: give-up with i386 builds on linux_gcc8 (refs #2175)
2020-04-22.travis.yml: give-up with i386 builds on linux_gcc8 (refs #2175)github-actions[bot]
2020-04-22Merge pull request #2177 from PROJ-BOT/backport-2174-to-7.0Even Rouault
[Backport 7.0] 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 ↵github-actions[bot]
looks like the one for WGS 84 / Pseudo Mercator
2020-04-21Merge pull request #2172 from PROJ-BOT/backport-2171-to-7.0Even Rouault
[Backport 7.0] Add limited support for non-conformant WKT1 LAS COMPD_CS[]
2020-04-21Add limited support for non-conformant WKT1 LAS COMPD_CS[]github-actions[bot]
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-19Merge pull request #2167 from rouault/backport_7_0_pr2166Even Rouault
[Backport 7.0] Ingestion of WKT1_GDAL: correctly map 'Cylindrical_Equal_Area'
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-18Merge pull request #2163 from kbevers/backport-appveyor-speedupKristian Evers
[backport 7.0] AppVeyor: use Ninja generator, cache vcpkg installed packages
2020-04-18AppVeyor: use Ninja generator, cache vcpkg [skip travis]Mike Taves
2020-04-17Merge pull request #2161 from PROJ-BOT/backport-2160-to-7.0Even Rouault
[Backport 7.0] createFromCoordinateReferenceSystemCodes(): 'optimization' to avoid using C++ exceptions
2020-04-17createFromCoordinateReferenceSystemCodes(): 'optimization' to avoid using ↵github-actions[bot]
C++ exceptions
2020-04-16Merge pull request #2156 from rouault/backport_7_0_pr2143Even Rouault
[Backport 7.0] createOperations(): do not remove ballpark transformation if there are only grid based operations, even if they cover the whole area of use (fixes #2143)
2020-04-15Robinson inverse projection: error on out of domain values (fixes #2151)PROJ-BOT
2020-04-15lookForGridAlternative(): fix bug with Dutch 2008 gridsEven Rouault
2020-04-15createOperations(): do not remove ballpark transformation if there are only ↵Even Rouault
grid based operations, even if they cover the whole area of use (fixes #2143)
2020-04-14Merge pull request #2153 from PROJ-BOT/backport-2150-to-7.0Even Rouault
[Backport 7.0] ProjectedCRS identification: deal with switched 1st/2nd std parallels for LCC_2SP
2020-04-14ProjectedCRS identification: deal with switched 1st/2nd std parallels for ↵github-actions[bot]
LCC_2SP
2020-04-10proj_create(): improve error message in case of PJ* failure instanciationEven Rouault
2020-04-09createFromPROJString(): ignore +wktext in '+init=epsg:XXX +wktext' string ↵Even Rouault
(refs https://github.com/OSGeo/gdal/issues/2392)
2020-04-08Code formatting fix [skip ci]Even Rouault
2020-04-08Merge pull request #2142 from PROJ-BOT/backport-2138-to-7.0Even Rouault
[Backport 7.0] Test GCC 4.8 and CMake 3.9; resolve a few shadowed declaration warnings
2020-04-08Merge pull request #2141 from PROJ-BOT/backport-2139-to-7.0Even Rouault
[Backport 7.0] Database: update to EPSG v9.8.9
2020-04-07Test GCC 4.8 and CMake 3.9; resolve a few shadowed declaration warningsgithub-actions[bot]
2020-04-07Database: update to EPSG v9.8.9github-actions[bot]
2020-04-07appveyor.yml: reduce to 2 configurations (still testing the same number of ↵PROJ-BOT
variables) (#2136) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-04-06travis/osx/before_install.sh: use fixed version of sphinx and breathe to ↵Even Rouault
avoid build failure [skip appveyor]
2020-04-05[Backport 7.0] hgridshift/vgridshift: defer grid opening when grid has ↵PROJ-BOT
already been opened (#2132)
2020-04-04Merge pull request #2131 from PROJ-BOT/backport-2128-to-7.0Even Rouault
[Backport 7.0] createOperations(): improve results of compoundCRS to compoundCRS case (fixes #2115)
2020-04-04glossary.rst: fix recent typo [skip appveyor]Even Rouault
2020-04-04Doc: define 'Ballpark transformation'Even Rouault
2020-04-04createOperations(): improve results of compoundCRS to compoundCRS case ↵github-actions[bot]
(fixes #2115)