| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-28 | Database: add mapping for TOR27CSv1.GSB | Even Rouault | |
| 2019-12-28 | Database: add mapping for gg10_smv2.mnt and gg10_sbv2.mnt French grids | Even Rouault | |
| 2019-12-28 | Amend NEWS with new SQLite version requirement (3.11)6.3.0 | Kristian Evers | |
| 2019-12-28 | Update CITATION for 2020 | Kristian Evers | |
| 2019-12-28 | Update release notes for 6.3.0 | Kristian Evers | |
| 2019-12-28 | Update NEWS for 6.2.1 | Kristian Evers | |
| 2019-12-28 | Update man-pages from Sphinx-docs | Kristian Evers | |
| 2019-12-28 | Update ABI numbers for 6.3.0 release | Kristian Evers | |
| 2019-12-27 | CurlFileHandle: set UserAgent | Even Rouault | |
| 2019-12-27 | CurlFileHandle: code improvement. No functional change | Even Rouault | |
| 2019-12-27 | xyzgridshift: implement defered grid loading in network context | Even Rouault | |
| 2019-12-27 | Handle context reassignment for Grid/GridSet/File objects | Even Rouault | |
| 2019-12-27 | Network: rework error handling | Even Rouault | |
| 2019-12-27 | Network: make CDN endpoint configurable either in proj.ini, ↵ | Even Rouault | |
| PROJ_NETWORK_ENDPOINT or proj_context_set_url_endpoint() | |||
| 2019-12-27 | Network: automatically use CDN resources when local resources not available, ↵ | Even Rouault | |
| and networking enabled | |||
| 2019-12-26 | Add link to Go bindings (#1807) | joe-mann | |
| 2019-12-26 | Merge pull request #1812 from rouault/tune_canadian_ntv1_ntv2 | Even Rouault | |
| Database: tune accuracy of Canadian NTv1 file w.r.t NTv2 | |||
| 2019-12-25 | cct: make it honour PROJ_DEBUG if -v/-vv/-vvv are not specified | Even Rouault | |
| 2019-12-25 | cct: revise end-of-line handling in logging, and always output debug and ↵ | Even Rouault | |
| trace messages to stderr | |||
| 2019-12-25 | Doc: resource_files.rst: s/dictionaries/directories | Even Rouault | |
| 2019-12-25 | Merge pull request #1810 from rouault/projinfo_wkt1_gdal_no_longer_boundcrs | Kristian Evers | |
| projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL | |||
| 2019-12-25 | Database: tune accuracy of Canadian NTv1 file w.r.t NTv2 | Even 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-25 | Doc: differences.rst: add note about WKT1:GDAL no longer implicitly calling ↵ | Even Rouault | |
| --boundcrs-to-wgs84 | |||
| 2019-12-25 | Merge pull request #1811 from rouault/modify_verbosity | Kristian Evers | |
| Modify verbosity level of some debug/trace messages | |||
| 2019-12-25 | Modify verbosity level of some debug/trace messages | Even 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-25 | projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL | Even 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-24 | Merge pull request #1809 from rouault/add_retry_logic_to_proj_trans | Even Rouault | |
| proj_trans: add retry logic to select other transformation if the best one fails. | |||
| 2019-12-24 | proj_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-23 | Network: only enable it if PROJ_NETWORK=ON or ↵ | Even Rouault | |
| proj_context_set_enable_network(ctx, true) | |||
| 2019-12-23 | test: add explict tests for New Zealand vertical <--> geog3D and vertical ↵ | Even Rouault | |
| <--> vertical transformations | |||
| 2019-12-23 | Network: remove dedicated get_file_size() callback to use ↵ | Even Rouault | |
| get_header_value(), and test | |||
| 2019-12-23 | Add testing of network functionality | Even Rouault | |
| 2019-12-22 | Network: add a memory cache and I/O chunking strategy | Even Rouault | |
| 2019-12-21 | proj_db_table_defs.sql: rewrite some trigger checks as normal table ↵ | Even Rouault | |
| CONSTRAINT CHECK | |||
| 2019-12-21 | Database: add consistency checks of transformation area of use w.r.t ↵ | Even Rouault | |
| source/target CRS one | |||
| 2019-12-21 | Database: add/fix consistency checks | Even Rouault | |
| 2019-12-21 | Database: fix registration of Icegeoid_xxx.gtx files, and add corresponding ↵ | Even Rouault | |
| entries in grid_alternatives.sql | |||
| 2019-12-20 | Database: add name mappings for na27na83.gsb and cq77na83.gsb; also fix the ↵ | Even Rouault | |
| mapping between CGQ77-98.gsb and CQ77SCRS.GSB | |||
| 2019-12-20 | grid_check.py: fixes | Even Rouault | |
| 2019-12-20 | test: transformation_NZLVD_to_PROJ_string: attach database context to get ↵ | Even Rouault | |
| filename substitution | |||
| 2019-12-20 | Adding New Zealand grid alternative names | Chris Crook | |
| 2019-12-19 | Add very minimalistic and slow libcurl implementation | Even Rouault | |
| 2019-12-19 | Merge pull request #1770 from ccrook/nzlvd_support | Even Rouault | |
| Adding support for NZLVD vertical height transformation | |||
| 2019-12-19 | Add proj_context_set_network_callbacks() with an empty implementation | Even Rouault | |
| 2019-12-20 | Adding support for NZLVD vertical height transformation | Chris Crook | |
| 2019-12-19 | travis/osx/before_install.sh: do not install md5sha1sum from brew | Even Rouault | |
| 2019-12-19 | Build: add optional curl dependency | Even Rouault | |
| 2019-12-19 | grids.cpp: use FileManager/File interfaces | Even Rouault | |
| 2019-12-19 | Add a FileManager and File class | Even Rouault | |
| 2019-12-19 | Add test for legacy proj_api.h fileapi before further reworks | Even Rouault | |
