aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-27CurlFileHandle: set UserAgentEven Rouault
2019-12-27CurlFileHandle: code improvement. No functional changeEven Rouault
2019-12-27xyzgridshift: implement defered grid loading in network contextEven Rouault
2019-12-27Handle context reassignment for Grid/GridSet/File objectsEven Rouault
2019-12-27Network: rework error handlingEven Rouault
2019-12-27Network: make CDN endpoint configurable either in proj.ini, ↵Even Rouault
PROJ_NETWORK_ENDPOINT or proj_context_set_url_endpoint()
2019-12-27Network: automatically use CDN resources when local resources not available, ↵Even Rouault
and networking enabled
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.
2019-12-24Merge pull request #1809 from rouault/add_retry_logic_to_proj_transEven Rouault
proj_trans: add retry logic to select other transformation if the best one fails.
2019-12-24proj_trans: add retry logic to select other transformation if the best one ↵Even Rouault
fails. Relates to https://github.com/OSGeo/PROJ/issues/1808
2019-12-23Network: only enable it if PROJ_NETWORK=ON or ↵Even Rouault
proj_context_set_enable_network(ctx, true)
2019-12-23test: add explict tests for New Zealand vertical <--> geog3D and vertical ↵Even Rouault
<--> vertical transformations
2019-12-23Network: remove dedicated get_file_size() callback to use ↵Even Rouault
get_header_value(), and test
2019-12-23Add testing of network functionalityEven Rouault
2019-12-22Network: add a memory cache and I/O chunking strategyEven Rouault
2019-12-21proj_db_table_defs.sql: rewrite some trigger checks as normal table ↵Even Rouault
CONSTRAINT CHECK
2019-12-21Database: add consistency checks of transformation area of use w.r.t ↵Even Rouault
source/target CRS one
2019-12-21Database: add/fix consistency checksEven Rouault
2019-12-21Database: fix registration of Icegeoid_xxx.gtx files, and add corresponding ↵Even Rouault
entries in grid_alternatives.sql
2019-12-20Database: add name mappings for na27na83.gsb and cq77na83.gsb; also fix the ↵Even Rouault
mapping between CGQ77-98.gsb and CQ77SCRS.GSB
2019-12-20grid_check.py: fixesEven Rouault
2019-12-20test: transformation_NZLVD_to_PROJ_string: attach database context to get ↵Even Rouault
filename substitution
2019-12-20Adding New Zealand grid alternative namesChris Crook
2019-12-19Add very minimalistic and slow libcurl implementationEven Rouault
2019-12-19Merge pull request #1770 from ccrook/nzlvd_supportEven Rouault
Adding support for NZLVD vertical height transformation
2019-12-19Add proj_context_set_network_callbacks() with an empty implementationEven Rouault
2019-12-20Adding support for NZLVD vertical height transformationChris Crook
2019-12-19travis/osx/before_install.sh: do not install md5sha1sum from brewEven Rouault
2019-12-19Build: add optional curl dependencyEven Rouault
2019-12-19grids.cpp: use FileManager/File interfacesEven Rouault
2019-12-19Add a FileManager and File classEven Rouault
2019-12-19Add test for legacy proj_api.h fileapi before further reworksEven Rouault