Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set(ALL_SQL_IN "${CMAKE_CURRENT_BINARY_DIR}/all.sql.in")
set(PROJ_DB "${CMAKE_CURRENT_BINARY_DIR}/proj.db")
include(sql_filelist.cmake)

set(PROJ_DB_SQL_EXPECTED_MD5 "2cbe7bbcb16b0813c093b4542191116f")
set(PROJ_DB_SQL_EXPECTED_MD5 "770eaeb370526e8a2b4bd5e5b56c1dd6")

add_custom_command(
OUTPUT ${PROJ_DB}
Expand Down
19 changes: 18 additions & 1 deletion data/sql/alias_name.sql
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1416','COH88 2025 (NAVD
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1414','CSRN2025 (NAD83 2011)','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1420','GR96(1996)','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1422','NATRF2022','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1407','EUREF89','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1407','ETRS89-NOR [EUREF89]','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1425','ETRS89-GBR [OSNet v2009]','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1403','NKG_ETRF14','EPSG');
INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1424','SVD2024','EPSG');
Expand Down Expand Up @@ -810,6 +810,8 @@ INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6258','ETRS89','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6258','European Terrestrial Reference System 1989','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6761','Croatian Terrestrial Reference System','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1449','ETRS89-CHE [CHTRF95]','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6670','Istituto Geografico Militaire 1995','EPSG');
INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1451','BVD22','EPSG');
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','21100','Genuk / NEIEZ','EPSG');
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','2140','NAD83(CSRS98) / SCoPQ zone 3','EPSG');
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','2141','NAD83(CSRS98) / SCoPQ zone 4','EPSG');
Expand Down Expand Up @@ -8729,6 +8731,18 @@ INSERT INTO "alias_name" VALUES('compound_crs','EPSG','11314','ETRS89 + EVRF2007
INSERT INTO "alias_name" VALUES('compound_crs','EPSG','11311','ETRS89 [ETRF2000] + Bpv','EPSG');
INSERT INTO "alias_name" VALUES('compound_crs','EPSG','11311','ETRS89 + Baltic 1957 height','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','11037','AGRS2010','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','4976','1311','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','4976','SWEREF 99 - XYZ','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','4977','1312','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','4977','SWEREF 99 - LatLonEHt','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','4619','1313','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','4619','SWEREF 99 - LatLon','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','10805','1314','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','10805','NKG_ETRF14 - XYZ','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','10806','1315','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','10806','NKG_ETRF14 - LatLonEHt','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','10807','1316','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','10807','NKG_ETRF14 - LatLon','EPSG');
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11360','NAD83(2011) / Big Timber 83 (m)','EPSG');
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11361','NAD83(2011) / Big Timber 83 (ft)','EPSG');
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11362','NAD83(2011) / Butte 83 (m)','EPSG');
Expand All @@ -8749,3 +8763,6 @@ INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11376','NAD83(2011) / Bu
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11377','NAD83(2011) / Butte 83 (ft)','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','11222','CHTRF95','EPSG');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','11223','CHTRF95','EPSG');
INSERT INTO "alias_name" VALUES('compound_crs','EPSG','6148','EUREF89 / NTM zone 8 + NN54 height','EPSG');
INSERT INTO "alias_name" VALUES('vertical_crs','EPSG','11338','BVD22 height','EPSG');
INSERT INTO "alias_name" VALUES('compound_crs','EPSG','11383','DrukRef23 + BVD22 height','EPSG');
1 change: 0 additions & 1 deletion data/sql/alias_name_old_epsg.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1279,4 +1279,3 @@ INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','4151','CHTRF95','EPSG_OLD
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','20039','SIRGAS-Chile realización 5','EPSG_OLD');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','20040','SIRGAS-Chile realización 5','EPSG_OLD');
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','20041','SIRGAS-Chile realización 5','EPSG_OLD');

4 changes: 4 additions & 0 deletions data/sql/compound_crs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,10 @@ INSERT INTO "compound_crs" VALUES('EPSG','11312','ETRS89-SVK [SKTRF09] + Baltic
INSERT INTO "usage" VALUES('EPSG','25093','compound_crs','EPSG','11312','EPSG','1211','EPSG','1203');
INSERT INTO "compound_crs" VALUES('EPSG','11314','ETRS89-SVK [SKTRF09] + EVRF2007 height',NULL,'EPSG','11076','EPSG','5621',0);
INSERT INTO "usage" VALUES('EPSG','25103','compound_crs','EPSG','11314','EPSG','1211','EPSG','1161');
INSERT INTO "compound_crs" VALUES('EPSG','11383','DrukRef23 + Bhutan Vertical Datum 2022 height',NULL,'EPSG','11226','EPSG','11338',0);
INSERT INTO "usage" VALUES('EPSG','25561','compound_crs','EPSG','11383','EPSG','1048','EPSG','1270');
INSERT INTO "compound_crs" VALUES('EPSG','11385','Mexico ITRF2008 + NAVD88 height',NULL,'EPSG','6365','EPSG','5703',0);
INSERT INTO "usage" VALUES('EPSG','25372','compound_crs','EPSG','11385','EPSG','3278','EPSG','1270');
INSERT INTO "compound_crs" VALUES('EPSG','20001','ETRS89-NOR [EUREF89] + SVD2006 height',NULL,'EPSG','10875','EPSG','20000',0);
INSERT INTO "usage" VALUES('EPSG','17956','compound_crs','EPSG','20001','EPSG','4058','EPSG','1026');
INSERT INTO "compound_crs" VALUES('EPSG','20003','MWC18 Grid + ODN height',NULL,'EPSG','20002','EPSG','5701',0);
Expand Down
2 changes: 1 addition & 1 deletion data/sql/customizations.sql
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ INSERT INTO "geoid_model" SELECT 'GEOID18', auth_name, code FROM grid_transforma

INSERT INTO "geoid_model" SELECT 'OSGM15', auth_name, code FROM grid_transformation WHERE auth_name = 'EPSG' AND grid_name LIKE '%OSGM15%' AND deprecated = 0;

INSERT INTO "geoid_model" SELECT 'GGM10', auth_name, code FROM grid_transformation WHERE auth_name = 'PROJ' AND grid_name LIKE 'GGM10.txt' AND deprecated = 0;
INSERT INTO "geoid_model" SELECT 'GGM10', auth_name, code FROM grid_transformation WHERE auth_name = 'EPSG' AND grid_name LIKE 'GGM10.txt' AND deprecated = 0;

---- PROJ historic +datum aliases -----

Expand Down
6 changes: 6 additions & 0 deletions data/sql/geodetic_crs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2592,6 +2592,12 @@ INSERT INTO "geodetic_crs" VALUES('EPSG','11226','DrukRef23','Replaces DRUKREF 0
INSERT INTO "usage" VALUES('EPSG','24836','geodetic_crs','EPSG','11226','EPSG','1048','EPSG','1183');
INSERT INTO "geodetic_crs" VALUES('EPSG','11307','ETRS89-CHE [CHTRF95]','First realization of CHTRS95. For CRS used for topographic and cadastral purposes see CH1903+ (CRS code 4150).','geographic 2D','EPSG','6422','EPSG','1449',NULL,0);
INSERT INTO "usage" VALUES('EPSG','25321','geodetic_crs','EPSG','11307','EPSG','1286','EPSG','1183');
INSERT INTO "geodetic_crs" VALUES('EPSG','11391','ETRS89-LUX [ETRF2000]','National realization of ETRS89 in Luxembourg.','geocentric','EPSG','6500','EPSG','1453',NULL,0);
INSERT INTO "usage" VALUES('EPSG','25480','geodetic_crs','EPSG','11391','EPSG','1146','EPSG','1295');
INSERT INTO "geodetic_crs" VALUES('EPSG','11392','ETRS89-LUX [ETRF2000]','National realization of ETRS89 in Luxembourg.','geographic 3D','EPSG','6423','EPSG','1453',NULL,0);
INSERT INTO "usage" VALUES('EPSG','25481','geodetic_crs','EPSG','11392','EPSG','1146','EPSG','1295');
INSERT INTO "geodetic_crs" VALUES('EPSG','11393','ETRS89-LUX [ETRF2000]','Horizontal component of national realization of ETRS89 in Luxembourg.','geographic 2D','EPSG','6422','EPSG','1453',NULL,0);
INSERT INTO "usage" VALUES('EPSG','25478','geodetic_crs','EPSG','11393','EPSG','1146','EPSG','1183');
INSERT INTO "geodetic_crs" VALUES('EPSG','20033','MWC18-IRF','Intermediate CRS created in 2022 to assist the emulation of the ETRS89 / MWC18 SnakeGrid projected CRS through transformation ETRS89-GBR [OSNet v2009] to MWC18 (1) (code 10108) used in conjunction with the MWC18-TM map projection (code 10127).','geographic 2D','EPSG','6422','EPSG','1324',NULL,0);
INSERT INTO "usage" VALUES('EPSG','18335','geodetic_crs','EPSG','20033','EPSG','4666','EPSG','1141');
INSERT INTO "geodetic_crs" VALUES('EPSG','20039','SIRGAS-Chile 2021','Densification of SIRGAS-CON within Chile at epoch 2021.00. Replaces SIRGAS-Chile 2016 (CRS code 9151) due to significant tectonic deformation.','geocentric','EPSG','6500','EPSG','1327',NULL,0);
Expand Down
6 changes: 4 additions & 2 deletions data/sql/geodetic_datum.sql
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ INSERT INTO "geodetic_datum" VALUES('EPSG','1405','EWR3 Intermediate Reference F
INSERT INTO "usage" VALUES('EPSG','22755','geodetic_datum','EPSG','1405','EPSG','4799','EPSG','1141');
INSERT INTO "geodetic_datum" VALUES('EPSG','1406','WSPG Intermediate Reference Frame',NULL,'EPSG','7019','EPSG','8901','2025-01-01',NULL,NULL,NULL,NULL,0);
INSERT INTO "usage" VALUES('EPSG','22831','geodetic_datum','EPSG','1406','EPSG','4801','EPSG','1293');
INSERT INTO "geodetic_datum" VALUES('EPSG','1407','ETRS89-NOR [EUREF89]',NULL,'EPSG','7019','EPSG','8901','1999-01-01',NULL,NULL,NULL,1995.0,0);
INSERT INTO "geodetic_datum" VALUES('EPSG','1407','EUREF89',NULL,'EPSG','7019','EPSG','8901','1999-01-01',NULL,NULL,NULL,NULL,0);
INSERT INTO "usage" VALUES('EPSG','23762','geodetic_datum','EPSG','1407','EPSG','1182','EPSG','1181');
INSERT INTO "geodetic_datum" VALUES('EPSG','1408','Xrail84',NULL,'EPSG','7030','EPSG','8901',NULL,NULL,NULL,NULL,NULL,0);
INSERT INTO "usage" VALUES('EPSG','23812','geodetic_datum','EPSG','1408','EPSG','4822','EPSG','1297');
Expand Down Expand Up @@ -534,6 +534,8 @@ INSERT INTO "geodetic_datum" VALUES('EPSG','1448','National Reference Frame of B
INSERT INTO "usage" VALUES('EPSG','24834','geodetic_datum','EPSG','1448','EPSG','1048','EPSG','1027');
INSERT INTO "geodetic_datum" VALUES('EPSG','1449','Swiss Terrestrial Reference Frame 1995',NULL,'EPSG','7019','EPSG','8901','1995-01-01',NULL,NULL,NULL,1993.0,0);
INSERT INTO "usage" VALUES('EPSG','25318','geodetic_datum','EPSG','1449','EPSG','1286','EPSG','1027');
INSERT INTO "geodetic_datum" VALUES('EPSG','1453','ETRS89-LUX [ETRF2000]',NULL,'EPSG','7019','EPSG','8901',NULL,NULL,NULL,NULL,2020.82,0);
INSERT INTO "usage" VALUES('EPSG','25595','geodetic_datum','EPSG','1453','EPSG','1146','EPSG','1295');
INSERT INTO "geodetic_datum" VALUES('EPSG','6001','Not specified (based on Airy 1830 ellipsoid)',NULL,'EPSG','7001','EPSG','8901',NULL,NULL,NULL,NULL,NULL,1);
INSERT INTO "usage" VALUES('EPSG','13422','geodetic_datum','EPSG','6001','EPSG','1263','EPSG','1213');
INSERT INTO "geodetic_datum" VALUES('EPSG','6002','Not specified (based on Airy Modified 1849 ellipsoid)',NULL,'EPSG','7002','EPSG','8901',NULL,NULL,NULL,NULL,NULL,1);
Expand Down Expand Up @@ -1144,7 +1146,7 @@ INSERT INTO "geodetic_datum" VALUES('EPSG','6667','Iraq-Kuwait Boundary Datum 19
INSERT INTO "usage" VALUES('EPSG','13727','geodetic_datum','EPSG','6667','EPSG','2876','EPSG','1053');
INSERT INTO "geodetic_datum" VALUES('EPSG','6668','European Datum 1979',NULL,'EPSG','7022','EPSG','8901','1979-01-01',NULL,NULL,NULL,NULL,0);
INSERT INTO "usage" VALUES('EPSG','13728','geodetic_datum','EPSG','6668','EPSG','1297','EPSG','1027');
INSERT INTO "geodetic_datum" VALUES('EPSG','6670','Istituto Geografico Militaire 1995',NULL,'EPSG','7019','EPSG','8901','1995-01-01',NULL,NULL,NULL,1989.0,0);
INSERT INTO "geodetic_datum" VALUES('EPSG','6670','Istituto Geografico Militare 1995',NULL,'EPSG','7019','EPSG','8901','1995-01-01',NULL,NULL,NULL,1989.0,0);
INSERT INTO "usage" VALUES('EPSG','14401','geodetic_datum','EPSG','6670','EPSG','3343','EPSG','1180');
INSERT INTO "geodetic_datum" VALUES('EPSG','6671','Voirol 1879',NULL,'EPSG','7011','EPSG','8901','1879-01-01',NULL,NULL,NULL,NULL,0);
INSERT INTO "usage" VALUES('EPSG','13730','geodetic_datum','EPSG','6671','EPSG','1365','EPSG','1153');
Expand Down
1 change: 1 addition & 0 deletions data/sql/geodetic_datum_ensemble_member.sql
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ INSERT INTO "geodetic_datum_ensemble_member" VALUES('EPSG','6258','EPSG','1214',
INSERT INTO "geodetic_datum_ensemble_member" VALUES('EPSG','6258','EPSG','6765',55);
INSERT INTO "geodetic_datum_ensemble_member" VALUES('EPSG','6258','EPSG','6619',56);
INSERT INTO "geodetic_datum_ensemble_member" VALUES('EPSG','6258','EPSG','1449',57);
INSERT INTO "geodetic_datum_ensemble_member" VALUES('EPSG','6258','EPSG','1453',58);
INSERT INTO "geodetic_datum_ensemble_member" VALUES('EPSG','6326','EPSG','1166',1);
INSERT INTO "geodetic_datum_ensemble_member" VALUES('EPSG','6326','EPSG','1152',2);
INSERT INTO "geodetic_datum_ensemble_member" VALUES('EPSG','6326','EPSG','1153',3);
Expand Down
10 changes: 10 additions & 0 deletions data/sql/grid_transformation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1882,6 +1882,16 @@ INSERT INTO "grid_transformation" VALUES('EPSG','11275','SRGI2013 epoch 2021.0 t
INSERT INTO "usage" VALUES('EPSG','24985','grid_transformation','EPSG','11275','EPSG','1122','EPSG','1270');
INSERT INTO "grid_transformation" VALUES('EPSG','11337','DRUKREF 03 to DrukRef23 (1)','Derived at 5753 points.','EPSG','9615','NTv2','EPSG','5264','EPSG','11226',0.1,'EPSG','8656','Latitude and longitude difference file','d03tod23.gsb',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NLCS-Btn 2023',0);
INSERT INTO "usage" VALUES('EPSG','25369','grid_transformation','EPSG','11337','EPSG','1048','EPSG','1031');
INSERT INTO "grid_transformation" VALUES('EPSG','11339','DrukRef23 to Bhutan Vertical Datum 2022 height (1)','The DrukGeoid22 geoid separation model defines Bhutan Vertical Datum 2022 heights. For reversible alternative to this transformation see DrukRef23 to DrukRef23 + Bhutan Vertical Datum 2022 height (1) (code 11384).','EPSG','9665','Geographic3D to GravityRelatedHeight (gtx)','EPSG','11225','EPSG','11338',0.1,'EPSG','8666','Geoid (height correction) model file','drukgeoid2022.gtx',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NLCS-Btn 2022',0);
INSERT INTO "usage" VALUES('EPSG','25560','grid_transformation','EPSG','11339','EPSG','1048','EPSG','1133');
INSERT INTO "grid_transformation" VALUES('EPSG','11384','DrukRef23 to DrukRef23 + Bhutan Vertical Datum 2022 height (1)','Reversible alternative to DrukRef23 to Bhutan Vertical Datum 2022 height (1) (code 11339).','EPSG','1088','Geog3D to Geog2D+GravityRelatedHeight (gtx)','EPSG','11225','EPSG','11383',0.1,'EPSG','8666','Geoid (height correction) model file','drukgeoid2022.gtx',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EPSG','11226','NLCS-Btn 2022',0);
INSERT INTO "usage" VALUES('EPSG','25565','grid_transformation','EPSG','11384','EPSG','1048','EPSG','1270');
INSERT INTO "grid_transformation" VALUES('EPSG','11386','Mexico ITRF2008 to NAVD88 height (1)','The internal accuracy of the model is estimated at 20cm. The operation accuracy reflects the qualities of both the model and the levelling network. For reversible alternative to this transformation see Mexico ITRF2008 to Mexico ITRF2008 + NAVD88 height (1) (code 11387).','EPSG','1082','Geographic3D to GravityRelatedHeight (txt)','EPSG','6364','EPSG','5703',1.0,'EPSG','8666','Geoid (height correction) model file','GGM10.txt',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'INEGI-Mex 2010',0);
INSERT INTO "usage" VALUES('EPSG','25567','grid_transformation','EPSG','11386','EPSG','3278','EPSG','1132');
INSERT INTO "grid_transformation" VALUES('EPSG','11387','Mexico ITRF2008 to Mexico ITRF2008 + NAVD88 height (1)','Reversible alternative to Mexico ITRF2008 to NAVD88 height (1) (code 11388).','EPSG','1098','Geog3D to Geog2D+GravityRelatedHeight (txt)','EPSG','6364','EPSG','11385',1.0,'EPSG','8666','Geoid (height correction) model file','GGM10.txt',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EPSG','6365','INEGI-Mex 2010',0);
INSERT INTO "usage" VALUES('EPSG','25568','grid_transformation','EPSG','11387','EPSG','3278','EPSG','1270');
INSERT INTO "grid_transformation" VALUES('EPSG','11433','Tahiti 79 to RGPF (2)','Accuracy better than 7cm in coastal urban areas including Papette, and 35cm in interior areas.','EPSG','9615','NTv2','EPSG','4690','EPSG','4687',0.1,'EPSG','8656','Latitude and longitude difference file','gr3dpf25.gsb',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'DAF-Pyf 2025',0);
INSERT INTO "usage" VALUES('EPSG','25566','grid_transformation','EPSG','11433','EPSG','3124','EPSG','1207');
INSERT INTO "grid_transformation" VALUES('EPSG','15486','CH1903 to CH1903+ (1)','For improved accuracy (0.01m) use CHENyx06 interpolation programme FINELTRA. File CHENyx06 replaced by CHENyx06a; there is a small area at the border of the data where some more real data has been introduced. swisstopo consider the change insignificant.','EPSG','9615','NTv2','EPSG','4149','EPSG','4150',0.2,'EPSG','8656','Latitude and longitude difference file','CHENyx06a.gsb',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'BfL-Che',0);
INSERT INTO "usage" VALUES('EPSG','11497','grid_transformation','EPSG','15486','EPSG','1286','EPSG','1085');
INSERT INTO "grid_transformation" VALUES('EPSG','15488','RRAF 1991 to IGN 1988 MG height (1)','May be used for transformations from WGS 84 to IGN 1988 MG. Accuracy at each 0.025 deg x 0.025 degree grid node is given within the geoid model file.','EPSG','9664','Geographic3D to GravityRelatedHeight (IGN1997)','EPSG','4973','EPSG','5617',0.2,'EPSG','8666','Geoid (height correction) model file','ggg00_mg.txt',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IGN Glp MG',1);
Expand Down
24 changes: 0 additions & 24 deletions data/sql/grid_transformation_custom.sql
Original file line number Diff line number Diff line change
Expand Up @@ -164,27 +164,3 @@ INSERT INTO "usage" VALUES(
'EPSG','1286', -- area of use: Europe - Liechtenstein and Switzerland
'EPSG','1024' -- unknown
);

-- Mexico

INSERT INTO "grid_transformation" VALUES(
'PROJ','EPSG_6364_TO_EPSG_5703','Mexico ITRF2008 to NAVD88 height',
NULL,
'EPSG','9665','Geographic3D to GravityRelatedHeight (gtx)',
'EPSG','6364', -- source CRS (Mexico ITRF2008)
'EPSG','5703', -- target CRS (NAVD88 height)
NULL,
'EPSG','8666','Geoid (height correction) model file','GGM10.txt',
NULL,NULL,NULL,NULL,NULL,NULL,NULL,
NULL,NULL,NULL,NULL,NULL,NULL,
NULL,NULL,NULL,NULL,NULL,NULL,0);

INSERT INTO "usage" VALUES(
'PROJ',
'EPSG_6364_TO_EPSG_5703_USAGE',
'grid_transformation',
'PROJ',
'EPSG_6364_TO_EPSG_5703',
'EPSG','3278', -- area of use: Mexico - onshore
'EPSG','1024' -- unknown
);
Loading
Loading