aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-10Merge pull request #1834 from rouault/improve_doxygen_identifyKristian Evers
Doc of CRS::identify(): make it clear that this is a best-effort attempt only
2020-01-10Doc of CRS::identify(): make it clear that this is a best-effort attempt onlyEven Rouault
2020-01-09Fix link for CoC-badge in readme fileKristian Evers
2020-01-08added issue & pull request templatessnowman2
2020-01-08Merge pull request #1827 from rouault/improve_createObjectsFromNameKristian Evers
Improvements regarding name aliases (refs #1823)
2020-01-07Merge pull request #1831 from rouault/projinfo_noEven Rouault
projinfo: use No. abbreviation instead of UTF-8 character (fixes #1828)
2020-01-07projinfo: use No. abbreviation instead of UTF-8 character (fixes #1828)Even Rouault
2020-01-07Merge pull request #1830 from kbevers/stalebotKristian Evers
Add stale-bot config for GitHub
2020-01-07Add stale-bot config for GitHubKristian Evers
This should make managing issues a bit easier. All inactive issues will be closed automatically after 60+7 days. Closing can be avoided by adding labels from the "exemptLabels" list. Before an issue is closed a friendly reminder is posted in the issue.
2020-01-07Remove deprecated JNI bindings (#1825)Kristian Evers
Remove deprecated JNI bindings
2020-01-07projinfo: support -k datumEven Rouault
2020-01-07Database: insert PROJ.4 +datum values in alias_name table under PROJ authorityEven Rouault
2020-01-07Database: fill alias_name with EPSG aliases for CRSEven Rouault
2020-01-07createObjectsFromName(): make it look up in the alias_name table too (fixes ↵Even Rouault
#1823)
2020-01-07Make sure tests pass if extra grids are present (#1822)Kristian Evers
Make sure tests pass if extra grids are present
2020-01-07Remove deprecated JNI bindingsKristian Evers
Closes #1757
2020-01-06Merge pull request #1824 from rouault/doc_add_feedback_for_proj6_adoptionKristian Evers
Doc: add a 'Feedback from downstream projects' for PROJ6 migration
2020-01-06Doc: add a 'Feedback from downstream projects' for PROJ6 migrationEven Rouault
2020-01-05Make sure tests pass if extra grids are presentEven Rouault
Should fix the issue reported in https://lists.osgeo.org/pipermail/proj/2020-January/009188.html Some extra north-american grids present in data/ can affect the results of some tests, so create a data/for_tests/ subdirectory in which we copy only select grids.
2020-01-02operations_computation.rst: update with latest 6.3 adjustmentsEven Rouault
2020-01-02Adjust formattingEven Rouault
2020-01-02Merge pull request #1820 from snowman2/cs_projjsonEven Rouault
fix exporting CoordinateSystem to PROJ JSON with ID
2020-01-01fix exporting CoordinateSystem to PROJ JSON with IDsnowman2
2020-01-01Update path to src/release.cppKristian Evers
2020-01-01Bump version numbers in preparation for 7.0.0 releaseKristian Evers
2020-01-01Update github version in Sphinx configKristian Evers
2020-01-01switch to 6.3 branch for website generationKristian Evers
2020-01-01Merge remote-tracking branch 'osgeo/master'Kristian Evers
2020-01-01Update website for 6.3.0 releaseKristian Evers
2019-12-29Merge pull request #1815 from rouault/unbreak_travis_buildsEven Rouault
Travis: fix OSX builds
2019-12-28Travis: fix OSX buildsEven Rouault
2019-12-28Database: add mapping for TOR27CSv1.GSBEven Rouault
2019-12-28Database: add mapping for gg10_smv2.mnt and gg10_sbv2.mnt French gridsEven Rouault
2019-12-28Amend NEWS with new SQLite version requirement (3.11)6.3.0Kristian Evers
2019-12-28Update CITATION for 2020Kristian Evers
2019-12-28Update release notes for 6.3.0Kristian Evers
2019-12-28Update NEWS for 6.2.1Kristian Evers
2019-12-28Update man-pages from Sphinx-docsKristian Evers
2019-12-28Update ABI numbers for 6.3.0 releaseKristian Evers
2019-12-26Add link to Go bindings (#1807)joe-mann
2019-12-26Merge pull request #1812 from rouault/tune_canadian_ntv1_ntv2Even Rouault
Database: tune accuracy of Canadian NTv1 file w.r.t NTv2
2019-12-25cct: make it honour PROJ_DEBUG if -v/-vv/-vvv are not specifiedEven Rouault
2019-12-25cct: revise end-of-line handling in logging, and always output debug and ↵Even Rouault
trace messages to stderr
2019-12-25Doc: resource_files.rst: s/dictionaries/directoriesEven Rouault
2019-12-25Merge pull request #1810 from rouault/projinfo_wkt1_gdal_no_longer_boundcrsKristian Evers
projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL
2019-12-25Database: tune accuracy of Canadian NTv1 file w.r.t NTv2Even Rouault
As on import of EPSG, we remove the supersession of Canadian NTv1 file w.r.t NTv2 (because the default behaviour of PROJ is to ignore superseded operations). However the NTv1 operation is advertized with an accuracy of 1m, whereas NTv2 is advertized with 1.5m. Consequently on areas where both files are valid, and if both files are available, NTv1 would be selected. So as a workaround, worsen the NTv1 accuracy to 2m so that NTv2 is used in priority.
2019-12-25Doc: differences.rst: add note about WKT1:GDAL no longer implicitly calling ↵Even Rouault
--boundcrs-to-wgs84
2019-12-25Merge pull request #1811 from rouault/modify_verbosityKristian Evers
Modify verbosity level of some debug/trace messages
2019-12-25Modify verbosity level of some debug/trace messagesEven Rouault
- unitconvert, ell_set and helmert were using debug level, which is too verbose. Using trace instead - proj_trans() was using trace to indicate the operation it selects. Changing it to debug
2019-12-25projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDALEven Rouault
To align with GDAL 3.0.3 behaviour, no longer automatically try to create a boundCRS to WGS84 when exporting to WKT1:GDAL. The user has to explicitly specify --boundcrs-to-wgs84 if he wishes this behaviour.