diff options
| author | Juan Hernando <juan.hernando@pix4d.com> | 2020-10-28 08:54:40 +0100 |
|---|---|---|
| committer | Juan Hernando <juan.hernando@pix4d.com> | 2020-10-28 08:55:43 +0100 |
| commit | 2d679fd66f5dce77790f7e6b01b09c01f83a24e3 (patch) | |
| tree | c8728839032193f16227af51d0decdd7f57c6c43 | |
| parent | 91a767b0cdebba317e20abdcee6bfa444cfe8455 (diff) | |
| download | PROJ-2d679fd66f5dce77790f7e6b01b09c01f83a24e3.tar.gz PROJ-2d679fd66f5dce77790f7e6b01b09c01f83a24e3.zip | |
Update GSIGEO2011 grid alternative to latest PROJ-data
| -rw-r--r-- | data/sql/grid_alternatives.sql | 2 | ||||
| -rw-r--r-- | data/sql/grid_transformation_custom.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 805e2fa8..7e8e8032 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -162,7 +162,7 @@ VALUES ('ISN2004_ISN2016.gsb','is_lmi_ISN2004_ISN2016.tif','ISN2004_ISN2016.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/is_lmi_ISN2004_ISN2016.tif',1,1,NULL), -- jp_gsi - Geospatial Information Authority of Japan -('jp_gsi_gsigeo2011_mainland.tif','jp_gsi_gsigeo2011_mainland.tif',NULL,'GTiff','geoid_like',0,NULL,'https://cdn.proj.org/jp_gsi_gsigeo2011_mainland.tif',1,1,NULL), +('jp_gsi_gsigeo2011.tif','jp_gsi_gsigeo2011.tif',NULL,'GTiff','geoid_like',0,NULL,'https://cdn.proj.org/jp_gsi_gsigeo2011.tif',1,1,NULL), -- nc_dittt - Gouvernement de Nouvelle Calédonie - DITTT ('Ranc08_Circe.mnt','nc_dittt_Ranc08_Circe.tif',NULL,'GTiff','geoid_like',0,NULL,'https://cdn.proj.org/nc_dittt_Ranc08_Circe.tif',1,1,NULL), diff --git a/data/sql/grid_transformation_custom.sql b/data/sql/grid_transformation_custom.sql index cd72fada..02bcc8ec 100644 --- a/data/sql/grid_transformation_custom.sql +++ b/data/sql/grid_transformation_custom.sql @@ -157,7 +157,7 @@ INSERT INTO "grid_transformation" VALUES( 'EPSG','6667', -- source CRS (JDG2011) 'EPSG','6695', -- target CRS (JDG2011 (vertical) height) NULL, - 'EPSG','8666','Geoid (height correction) model file','jp_gsi_gsigeo2011_mainland.tif', + 'EPSG','8666','Geoid (height correction) model file','jp_gsi_gsigeo2011.tif', NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); INSERT INTO "usage" VALUES( |
