| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-07 | Database: update to EPSG v9.8.9 | github-actions[bot] | |
| 2020-03-30 | Database: fix registration of custom entries of ↵ | github-actions[bot] | |
| grid_transformation_custom.sql for geoid grids (fixes #2112) | |||
| 2020-03-27 | Fixes wrong grids file name in esri.sql | github-actions[bot] | |
| 2020-03-26 | Use jtsk03-jtsk horizontal grid from CDN | github-actions[bot] | |
| 2020-03-01 | Database: update to EPSG v9.8.7 | github-actions[bot] | |
| 2020-02-24 | Merge pull request #1968 from wonder-sk/slovakia-jtsk-ntv2-master | Even Rouault | |
| Add alternative grid for JTSK - JTSK03 transform (EPSG:8364) | |||
| 2020-02-05 | Fix performance issue, affecting projinfo EPSG:7842 | Even Rouault | |
| Fixes #1913 AuthorityFactory::createBetweenGeodeticCRSWithDatumBasedIntermediates() issued a complex SQL query that pushes the SQLite3 query plan optimizer to its limits. Was working reasonably with sqlite 3.11, but not with later versions. So put less constraints in the main query and do post-processing checks and auxiliary requests to avoid such issues. For some unknown reason, this slightly slows down a bit execution time of the whole test_cpp_api binary (~ 10%), but couldn't come with something better, despite trying many variations of the main SQL query. It seems that in the general case the non-filter LEFT JOIN on the supersession table helped, except on this EPSG:7842 case. | |||
| 2020-01-30 | Database: add a custom concatenated_operation for NTF (Paris) to RGF93, ↵ | Even Rouault | |
| using the non-deprecated EPSG:9327 for the geocentric translation | |||
| 2020-01-29 | Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)' ↵ | Even Rouault | |
| (gr3df97a.txt) and map them to new +proj=xyzgridshift | |||
| 2020-01-29 | Make it possible to use grids from the CDN by their 'old name' even if not ↵ | Even Rouault | |
| in the EPSG/grid_transformation table | |||
| 2020-01-25 | Implement RFC 5 | Even Rouault | |
| 2020-01-24 | Add nlgeo2018.gtx & rdtrans2018.gsb to grid_alternatives. | Bas Couwenberg | |
| * EPSG:9282 uses rdtrans2018.gsb * EPSG:9283 uses nlgeo2018.gtx | |||
| 2020-01-23 | Database: add a geoid_like value for proj_method column of ↵ | Even Rouault | |
| grid_alternatives, fix related entries and simplify/robustify logic to deal with EPSG 'Geographic3D to GravityRelatedHeight' methods | |||
| 2020-01-22 | Database: update to EPSG v9.8.6 | Even Rouault | |
| Fixes #1867 | |||
| 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 | |
| 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-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-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 | Adding New Zealand grid alternative names | Chris Crook | |
| 2019-12-18 | Database: register MAY76V20.gsb | Even Rouault | |
| 2019-12-17 | Database: register Canadian geoid models added per ↵ | Even Rouault | |
| https://github.com/OSGeo/proj-datumgrid/pull/91 (#1796) | |||
| 2019-12-17 | Database: register SeTa2016.gsb for DHDN to ETRS89 in Saarland (refs ↵ | Even Rouault | |
| https://github.com/OSGeo/proj-datumgrid/pull/89) (#1791) | |||
| 2019-12-17 | Merge pull request #1789 from rouault/register_100800401_gsb | Even Rouault | |
| Database: register 100800401.gsb for Catalonia ED50 -> ETRS89 | |||
| 2019-12-16 | Merge pull request #1775 from ↵ | Kristian Evers | |
| rouault/grid_alternatives_use_precision_package_versions grid_alernatives.sql: point to specific revisions of the proj-datumgrid-XXXX packages | |||
| 2019-12-16 | Merge pull request #1786 from rouault/fake_EPSG_102100 | Kristian Evers | |
| Make EPSG:102100 resolve to ESRI:102100 (fixes #1730) | |||
| 2019-12-16 | Merge pull request #1763 from dalia2/update-grid-alternatives.sql-for-Icealnd | Kristian Evers | |
| Update grid_alternatives.sql for Icelandic grids | |||
| 2019-12-14 | Database: add mappings to AUSGeoid98.gtx in grid_alternatives | Even Rouault | |
| 2019-12-12 | Merge branch 'master' into update-grid-alternatives.sql-for-Icealnd | dalia2 | |
| 2019-12-11 | Make EPSG:102100 resolve to ESRI:102100 (fixes #1730) | Even Rouault | |
| 2019-12-11 | Database: register 100800401.gsb for Catalonia ED50 -> ETRS89 | Even Rouault | |
| Refs https://github.com/OSGeo/proj-datumgrid/pull/88 | |||
| 2019-12-10 | Database: update to IGNF v3.1.0 | Even Rouault | |
| 2019-12-06 | grid_alernatives.sql: point to specific revisions of the proj-datumgrid-XXXX ↵ | Even Rouault | |
| packages Due to potential future shift to GTiff format, we don't want users of PROJ 6.3 being pointed to grids they won't be able to use. So point to - proj-datumgrid-1.8: already existing, unlikely to change before 6.3 - proj-datumgrid-north-america-1.3: to be released - proj-datumgrid-europe-1.5: to be released - proj-datumgrid-oceania-1.1: to be released - proj-datumgrid-world-1.0: already existing, unlikely to change before 6.3 | |||
| 2019-12-03 | Database: register NTv2_SN.gsb added per ↵ | Even Rouault | |
| https://github.com/OSGeo/proj-datumgrid/pull/73 | |||
| 2019-12-03 | Database: register AT_GIS_GRID.gsb added per ↵ | Even Rouault | |
| https://github.com/OSGeo/proj-datumgrid/pull/72 | |||
| 2019-12-03 | Database: register AUSGeoid09 and AUSGeoid2020 | Even Rouault | |
| Related to https://github.com/OSGeo/proj-datumgrid/pull/66 Tune operation search so that it can work with Geog2D <--> VertCS for commandline niceness | |||
| 2019-12-03 | Merge pull request #1759 from rouault/BWTA2017 | Even Rouault | |
| Database: register the BWTA2017.gsb grid (DHDN->ETRS89 for Baden-Wurtemberg) | |||
| 2019-12-02 | Database: register the BWTA2017.gsb grid (DHDN->ETRS89 for Baden-Wurtemberg) | Even Rouault | |
| Relates to https://github.com/OSGeo/proj-datumgrid/pull/65 , https://github.com/OSGeo/proj-datumgrid/issues/22 As EPSG has no entry for it, we create a grid_transformation, as well as a dedicated area of use based on the extent of the grid, under the PROJ authority. With the hope to be able to remove it once EPSG has an entry... | |||
| 2019-12-02 | Update grid_transformation_custom.sql | dalia2 | |
| 2019-12-01 | Update data/sql/grid_alternatives.sql | dalia2 | |
| Co-Authored-By: Even Rouault <even.rouault@spatialys.com> | |||
| 2019-12-01 | Update data/sql/grid_alternatives.sql | dalia2 | |
| Co-Authored-By: Even Rouault <even.rouault@spatialys.com> | |||
| 2019-12-01 | Update grid_alternatives.sql | dalia2 | |
| Updated the grid_alternatives.sql | |||
| 2019-12-01 | Database: update ESRI entries with ArcGIS Desktop version 10.8.0 database | Even Rouault | |
| 2019-11-25 | Merge pull request #1739 from rouault/register_canadian_hshiftgrids | Even Rouault | |
| Database: register Canadian provincial horizontal shift grids | |||
| 2019-11-25 | Merge pull request #1740 from rouault/missing_australian_grids | Even Rouault | |
| Database: reference GDA94_GDA2020_conformal_christmas_island.gsb and … | |||
