aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-11WKT parser: avoid null pointer dereference on corrupted WKTEven Rouault
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24809
2020-08-07ProjectedCRS::identify(): fix to be able to identify EPSG:2154 as a ↵Even Rouault
candidate for 'RGF93_Lambert_93' (contributes to fixes https://github.com/qgis/QGIS/issues/32255) (#2315)
2020-08-06Fix url for CDN GitHub project (#2313)Javier Jimenez Shaw
2020-08-06Merge pull request #2312 from jjimenezshaw/add-canary-islands-geoidEven Rouault
Add Canary Islands geoid file
2020-08-05add Canary Islands geoid file in grid_alternatives.sqlJavier Jimenez Shaw
2020-08-03Merge pull request #2309 from rouault/update_to_epsg_9_8_15Even Rouault
Database: update to EPSG v9.8.15 database
2020-08-02Database: update to EPSG v9.8.15 databasejmckenna
Co-authored-by: jmckenna <jmckenna@gatewaygeomatics.com> Co-authored-by: Javier Jimenez Shaw <j1@jimenezshaw.com> Co-authored-by: Even Rouault <even.rouault@spatialys.com>
2020-07-30PROJ CRS string ingestion: fix typo in identification of projection steps ↵Even Rouault
(fixes #2307)
2020-07-24Merge pull request #2304 from rouault/fix_helmert_2DEven Rouault
Helmert 2D: do not require a useless convention= parameter
2020-07-24Helmert 2D: do not require a useless convention= parameterEven Rouault
2020-07-09Transverse Mercator South Orientated: restrict export to PROJ string to ↵Even Rouault
cases where false_easting and false_northing are 0
2020-07-09Merge pull request #2300 from rouault/krovak_czechEven Rouault
PROJ string export of +proj=krovak +czech: make sure we export +czech…
2020-07-09Merge pull request #2298 from rouault/gh_workflows_doc_buildEven Rouault
Move doc building (without deployment) to github action
2020-07-09PROJ string export of +proj=krovak +czech: make sure we export +czech ↵Even Rouault
instead of +axis=swu (fixes #2299)
2020-07-08formatting fixEven Rouault
2020-07-08github workflows: add a workflow for doc buildingEven Rouault
2020-07-08travis/osx/before_install.sh: remove most brew actions and doc buildingEven Rouault
Brew is just to unstable
2020-07-08Merge pull request #2294 from dg0yt/mingwEven Rouault
CMake build: Check "target_clones" before use
2020-07-07travis/osx/before_install.sh: fix related to installing python (#2295)Even Rouault
2020-07-07CMake build: Check "target_clones" before useKai Pastor
gcc's "target_clones" and "ifunc" function attributes rely on extensions to the ELF standard. Using them on MinGW causes "error: the call requires 'ifunc', which is not supported by this target". Amends 5396b72.
2020-07-06Merge pull request #2274 from snowman2/pjtypeEven Rouault
ENH: Added temporal, engineering, and parametric datum PJ_TYPE enumerations
2020-07-04C API: missing a few SANITIZE_CTX() in entry points (#2292)Even Rouault
Found when investigating https://github.com/OSGeo/gdal/issues/2744 but the root cause of the GDAL issue is different.
2020-07-03Doc: improve cs2cs doc by mentionning possibility to use EPSG CRS names (#2290)Even Rouault
2020-07-02Parse '+proj=something_not_latlong +vunits=' without +geoidgrids as a ↵Even Rouault
Projected3D CRS and not a compound CRS with a unknown datum (fixes #2287) (#2288)
2020-07-02improve cmake instructions (#2278)anbj
2020-07-01news.rst: fix version numberEven Rouault
2020-07-01PROJ 7.1.0 NEWS and release notes: add missing mention of +proj=defmodelEven Rouault
2020-07-01Doc: add alias in pages of transformation methodsEven Rouault
2020-07-01Doc: add projsync info (#2279)anbj
2020-07-01Database: register Brazil' grids (refs ↵Even Rouault
https://github.com/OSGeo/PROJ-data/pull/39) (#2277)
2020-07-01WKT parser: do not raise warning when parsing a WKT2:2015 TIMECRS whose ↵Even Rouault
TIMEUNIT is at the CS level, and not inside (#2276) Adresses testTemporal() and testCompoundWithTime() cases of https://github.com/OSGeo/PROJ/issues/2275#issuecomment-650765730
2020-07-01Update version numbersEven Rouault
2020-07-01Post release updates (#2270)Kristian Evers
* Minor updates to HOWTO-RELEASE * Update webpage for 7.1.0 release
2020-06-27move new enums to bottomsnowman2
2020-06-26ENH: Added temporal, engineering, and parametric datum PJ_TYPE enumerationssnowman2
2020-06-24Mention new API function deprecationsKristian Evers
2020-06-24ESRI WKT: correctly map 'Goode Homolosine' from ESRI:54052 (resp. 54053) to ↵Even Rouault
'Interrupted Googe Homolosine' (resp. 'Interrupted Googe Homolosine Ocean')
2020-06-24c_api.cpp: code reformatingEven Rouault
2020-06-24Replace assert with errors in c_api.cpp when some preconditions are not met ↵Alan D. Snow
(#2269) Closes #2268
2020-06-24test_defmodel.cpp: increase comparison tolerance for ARM and MIPS platforms ↵Even Rouault
(fixes #2271)
2020-06-23Update NEWS for 7.1.0 releaseKristian Evers
2020-06-23Update man-pages from Sphinx-docsKristian Evers
2020-06-23Update ABI version numbers for 7.1.0 releaseKristian Evers
2020-06-19Merge pull request #2267 from rouault/update_to_epsg_9_8_12Even Rouault
Database: update to EPSG v9.8.12
2020-06-19Database: update to EPSG v9.8.12Even Rouault
2020-06-18Merge pull request #2250 from and-marsh/pr-add-main-uk-geoidEven Rouault
Database: register geoid file for UK added in OSGeo/PROJ-data#25
2020-06-17Merge pull request #2265 from rouault/fix_createOperations_bound_to_geodEven Rouault
createOperations(): fix transformations between BoundCRS and Geocentric CRS
2020-06-16Merge pull request #2248 from rouault/database_nzgd2000_defmodelEven Rouault
Database: register NZGD2000 -> ITRF96 transformation for NZGD2000 database
2020-06-16createOperations(): fix transformations between BoundCRS and Geocentric CRSEven Rouault
2020-06-13Doc building: workaround Doxygen issue that cause trouble with recent ↵Even Rouault
Sphinx/Breathe