Skip to content

Commit

Permalink
Added transformation from JDG2011 geog 3D to JGD2011 height using GSI…
Browse files Browse the repository at this point in the history
…GEO2011
  • Loading branch information
hernando committed Oct 24, 2020
1 parent 0b86cc9 commit 3fc4b3d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/sql/grid_alternatives.sql
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ VALUES
('ISN93_ISN2016.gsb','is_lmi_ISN93_ISN2016.tif','ISN93_ISN2016.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/is_lmi_ISN93_ISN2016.tif',1,1,NULL),
('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),

-- 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),
('gr3dnc01b.mnt','nc_dittt_gr3dnc01b.tif',NULL,'GTiff','geocentricoffset',0,NULL,'https://cdn.proj.org/nc_dittt_gr3dnc01b.tif',1,1,NULL),
Expand Down
22 changes: 22 additions & 0 deletions data/sql/grid_transformation_custom.sql
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,25 @@ INSERT INTO "usage" VALUES(
'EPSG','1120', -- area of use: Iceland - onshore and offshore
'EPSG','1024' -- unknown
);

-- Japan

INSERT INTO "grid_transformation" VALUES(
'PROJ','EPSG_6667_TO_EPSG_6695','JDG2011 to JGD2011 height',
NULL,
'EPSG','9665','Geographic3D to GravityRelatedHeight (gtx)',
'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',
NULL,NULL,NULL,NULL,NULL,NULL,NULL,0);

INSERT INTO "usage" VALUES(
'PROJ',
'EPSG_6667_TO_EPSG_6695_USAGE',
'grid_transformation',
'PROJ',
'EPSG_6667_TO_EPSG_6695',
'EPSG','3263', -- area of use: Japan - onshore mainland
'EPSG','1024' -- unknown
);

0 comments on commit 3fc4b3d

Please sign in to comment.