diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-25 15:57:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-25 15:57:21 +0100 |
| commit | 38e507c34194d67b14afb758c2141be732cfd40c (patch) | |
| tree | 6a3a2945026dd1c246f265fb6f09643863e2040c /data/sql/grid_alternatives.sql | |
| parent | 03b5f40edf0fe5716f8ff72ae7db992b1786990b (diff) | |
| parent | c5f2cc2c8cc5f068b090f48cf048f3ea5203bc02 (diff) | |
| download | PROJ-38e507c34194d67b14afb758c2141be732cfd40c.tar.gz PROJ-38e507c34194d67b14afb758c2141be732cfd40c.zip | |
Merge pull request #2604 from OSGeo/backport-2584-to-8.0
[Backport 8.0] Add transformations for CHGeo2004, Swiss geoid model
Diffstat (limited to 'data/sql/grid_alternatives.sql')
| -rw-r--r-- | data/sql/grid_alternatives.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 26630f04..47d923cb 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -85,6 +85,8 @@ VALUES -- ch_swisstopo - Swisstopo Federal Office of Topography ('CHENyx06a.gsb','ch_swisstopo_CHENyx06a.tif','CHENyx06a.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/ch_swisstopo_CHENyx06a.tif',1,1,NULL), ('CHENyx06_ETRS.gsb','ch_swisstopo_CHENyx06_ETRS.tif','CHENyx06_ETRS.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/ch_swisstopo_CHENyx06_ETRS.tif',1,1,NULL), +('chgeo2004_ETRS.agr','ch_swisstopo_chgeo2004_ETRS89_LHN95.tif',NULL,'GTiff','geoid_like',0,NULL,'https://cdn.proj.org/ch_swisstopo_chgeo2004_ETRS89_LHN95.tif',1,1,NULL), +('chgeo2004_htrans_ETRS.agr','ch_swisstopo_chgeo2004_ETRS89_LN02.tif',NULL,'GTiff','geoid_like',0,NULL,'https://cdn.proj.org/ch_swisstopo_chgeo2004_ETRS89_LN02.tif',1,1,NULL), -- de_adv - Arbeitsgemeinschaft der Vermessungsverwaltungender der Länder der Bundesrepublik Deutschland (AdV) ('BETA2007.gsb','de_adv_BETA2007.tif','BETA2007.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/de_adv_BETA2007.tif',1,1,NULL), |
