| Age | Commit message (Collapse) | Author |
|
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.
|
|
using the non-deprecated EPSG:9327 for the geocentric translation
|
|
(gr3df97a.txt) and map them to new +proj=xyzgridshift
|
|
in the EPSG/grid_transformation table
|
|
|
|
* EPSG:9282 uses rdtrans2018.gsb
* EPSG:9283 uses nlgeo2018.gtx
|
|
grid_alternatives, fix related entries and simplify/robustify logic to deal with EPSG 'Geographic3D to GravityRelatedHeight' methods
|
|
Fixes #1867
|
|
|
|
|
|
|
|
|
|
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.
|
|
CONSTRAINT CHECK
|
|
source/target CRS one
|
|
|
|
entries in grid_alternatives.sql
|
|
mapping between CGQ77-98.gsb and CQ77SCRS.GSB
|
|
|
|
|
|
https://github.com/OSGeo/proj-datumgrid/pull/91 (#1796)
|
|
https://github.com/OSGeo/proj-datumgrid/pull/89) (#1791)
|
|
Database: register 100800401.gsb for Catalonia ED50 -> ETRS89
|
|
rouault/grid_alternatives_use_precision_package_versions
grid_alernatives.sql: point to specific revisions of the proj-datumgrid-XXXX packages
|
|
Make EPSG:102100 resolve to ESRI:102100 (fixes #1730)
|
|
Update grid_alternatives.sql for Icelandic grids
|
|
|
|
|
|
|
|
Refs https://github.com/OSGeo/proj-datumgrid/pull/88
|
|
|
|
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
|
|
https://github.com/OSGeo/proj-datumgrid/pull/73
|
|
https://github.com/OSGeo/proj-datumgrid/pull/72
|
|
Related to https://github.com/OSGeo/proj-datumgrid/pull/66
Tune operation search so that it can work with Geog2D <--> VertCS for commandline
niceness
|
|
Database: register the BWTA2017.gsb grid (DHDN->ETRS89 for Baden-Wurtemberg)
|
|
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...
|
|
|
|
Co-Authored-By: Even Rouault <even.rouault@spatialys.com>
|
|
Co-Authored-By: Even Rouault <even.rouault@spatialys.com>
|
|
Updated the grid_alternatives.sql
|
|
|
|
Database: register Canadian provincial horizontal shift grids
|
|
Database: reference GDA94_GDA2020_conformal_christmas_island.gsb and …
|
|
|
|
GDA94_GDA2020_conformal_christmas_island.gsb
Related to https://github.com/OSGeo/proj-datumgrid/pull/62
|
|
proj-datumgrid
|
|
Counterpart of https://github.com/OSGeo/proj-datumgrid/pull/61
Fixes #202
|
|
Populated from realization_epoch column from EPSG
The 'publication_date' naming is from OGC Topic 2, and hasn't been yet adopted
by the EPSG dataset.
See http://docs.opengeospatial.org/as/18-005r4/18-005r4.html , Annex G, clause 11
and https://32zn56499nov99m251h4e9t8-wpengine.netdna-ssl.com/wp-content/uploads/2019/09/EPSG-relational-data-model-changes_2019-09-18.pdf
|
|
This was introduced in 63857c92b271bbcd10df0a032304982011acb2a9. Due to
the fix done in the previous commit, we can mostly revert the above commit.
We just keep the added tests and the custom WGS 84<-->WGS 84 (Gxxxx) null
transformations.
|