| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-07 | projinfo: support -k datum | Even Rouault | |
| 2020-01-07 | Database: insert PROJ.4 +datum values in alias_name table under PROJ authority | Even Rouault | |
| 2020-01-07 | Database: fill alias_name with EPSG aliases for CRS | Even Rouault | |
| 2020-01-07 | createObjectsFromName(): make it look up in the alias_name table too (fixes ↵ | Even Rouault | |
| #1823) | |||
| 2020-01-07 | Make sure tests pass if extra grids are present (#1822) | Kristian Evers | |
| Make sure tests pass if extra grids are present | |||
| 2020-01-07 | Remove deprecated JNI bindings | Kristian Evers | |
| Closes #1757 | |||
| 2020-01-06 | Merge pull request #1824 from rouault/doc_add_feedback_for_proj6_adoption | Kristian Evers | |
| Doc: add a 'Feedback from downstream projects' for PROJ6 migration | |||
| 2020-01-06 | Doc: add a 'Feedback from downstream projects' for PROJ6 migration | Even Rouault | |
| 2020-01-05 | Make sure tests pass if extra grids are present | Even 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-02 | operations_computation.rst: update with latest 6.3 adjustments | Even Rouault | |
| 2020-01-02 | Adjust formatting | Even Rouault | |
| 2020-01-02 | Merge pull request #1820 from snowman2/cs_projjson | Even Rouault | |
| fix exporting CoordinateSystem to PROJ JSON with ID | |||
| 2020-01-01 | fix exporting CoordinateSystem to PROJ JSON with ID | snowman2 | |
| 2020-01-01 | Update path to src/release.cpp | Kristian Evers | |
| 2020-01-01 | Bump version numbers in preparation for 7.0.0 release | Kristian Evers | |
| 2020-01-01 | Update github version in Sphinx config | Kristian Evers | |
| 2020-01-01 | switch to 6.3 branch for website generation | Kristian Evers | |
| 2020-01-01 | Merge remote-tracking branch 'osgeo/master' | Kristian Evers | |
| 2020-01-01 | Update website for 6.3.0 release | Kristian Evers | |
| 2019-12-29 | Merge pull request #1815 from rouault/unbreak_travis_builds | Even Rouault | |
| Travis: fix OSX builds | |||
| 2019-12-28 | Travis: fix OSX builds | Even Rouault | |
| 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-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 | test: add explict tests for New Zealand vertical <--> geog3D and vertical ↵ | Even Rouault | |
| <--> vertical transformations | |||
| 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 | |||
