aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)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, PROJ_NETWORK_ENDP...Even Rouault
2019-12-27Network: automatically use CDN resources when local resources not available, ...Even Rouault
2019-12-26Add link to Go bindings (#1807)joe-mann
2019-12-26Merge pull request #1812 from rouault/tune_canadian_ntv1_ntv2Even Rouault
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 trac...Even Rouault
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
2019-12-25Database: tune accuracy of Canadian NTv1 file w.r.t NTv2Even Rouault
2019-12-25Doc: differences.rst: add note about WKT1:GDAL no longer implicitly calling -...Even Rouault
2019-12-25Merge pull request #1811 from rouault/modify_verbosityKristian Evers
2019-12-25Modify verbosity level of some debug/trace messagesEven Rouault
2019-12-25projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDALEven Rouault
2019-12-24Merge pull request #1809 from rouault/add_retry_logic_to_proj_transEven Rouault
2019-12-24proj_trans: add retry logic to select other transformation if the best one fa...Even Rouault
2019-12-23Network: only enable it if PROJ_NETWORK=ON or proj_context_set_enable_network...Even Rouault
2019-12-23test: add explict tests for New Zealand vertical <--> geog3D and vertical <--...Even Rouault
2019-12-23Network: remove dedicated get_file_size() callback to use get_header_value(),...Even Rouault
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 CONSTRAIN...Even Rouault
2019-12-21Database: add consistency checks of transformation area of use w.r.t source/t...Even Rouault
2019-12-21Database: add/fix consistency checksEven Rouault
2019-12-21Database: fix registration of Icegeoid_xxx.gtx files, and add corresponding e...Even Rouault
2019-12-20Database: add name mappings for na27na83.gsb and cq77na83.gsb; also fix the m...Even Rouault
2019-12-20grid_check.py: fixesEven Rouault
2019-12-20test: transformation_NZLVD_to_PROJ_string: attach database context to get fil...Even Rouault
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
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