Skip to content

Commit 73d0b11

Browse files
rouaultgithub-actions[bot]
authored andcommitted
Database: update to EPSG v12.051
1 parent c4be2f9 commit 73d0b11

18 files changed

+64
-43
lines changed

data/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ set(ALL_SQL_IN "${CMAKE_CURRENT_BINARY_DIR}/all.sql.in")
3131
set(PROJ_DB "${CMAKE_CURRENT_BINARY_DIR}/proj.db")
3232
include(sql_filelist.cmake)
3333

34-
set(PROJ_DB_SQL_EXPECTED_MD5 "2cbe7bbcb16b0813c093b4542191116f")
34+
set(PROJ_DB_SQL_EXPECTED_MD5 "770eaeb370526e8a2b4bd5e5b56c1dd6")
3535

3636
add_custom_command(
3737
OUTPUT ${PROJ_DB}

data/sql/alias_name.sql

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1416','COH88 2025 (NAVD
768768
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1414','CSRN2025 (NAD83 2011)','EPSG');
769769
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1420','GR96(1996)','EPSG');
770770
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1422','NATRF2022','EPSG');
771-
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1407','EUREF89','EPSG');
771+
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1407','ETRS89-NOR [EUREF89]','EPSG');
772772
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1425','ETRS89-GBR [OSNet v2009]','EPSG');
773773
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1403','NKG_ETRF14','EPSG');
774774
INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1424','SVD2024','EPSG');
@@ -810,6 +810,8 @@ INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6258','ETRS89','EPSG');
810810
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6258','European Terrestrial Reference System 1989','EPSG');
811811
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6761','Croatian Terrestrial Reference System','EPSG');
812812
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1449','ETRS89-CHE [CHTRF95]','EPSG');
813+
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6670','Istituto Geografico Militaire 1995','EPSG');
814+
INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1451','BVD22','EPSG');
813815
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','21100','Genuk / NEIEZ','EPSG');
814816
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','2140','NAD83(CSRS98) / SCoPQ zone 3','EPSG');
815817
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','2141','NAD83(CSRS98) / SCoPQ zone 4','EPSG');
@@ -8729,6 +8731,18 @@ INSERT INTO "alias_name" VALUES('compound_crs','EPSG','11314','ETRS89 + EVRF2007
87298731
INSERT INTO "alias_name" VALUES('compound_crs','EPSG','11311','ETRS89 [ETRF2000] + Bpv','EPSG');
87308732
INSERT INTO "alias_name" VALUES('compound_crs','EPSG','11311','ETRS89 + Baltic 1957 height','EPSG');
87318733
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','11037','AGRS2010','EPSG');
8734+
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','4976','1311','EPSG');
8735+
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','4976','SWEREF 99 - XYZ','EPSG');
8736+
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','4977','1312','EPSG');
8737+
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','4977','SWEREF 99 - LatLonEHt','EPSG');
8738+
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','4619','1313','EPSG');
8739+
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','4619','SWEREF 99 - LatLon','EPSG');
8740+
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','10805','1314','EPSG');
8741+
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','10805','NKG_ETRF14 - XYZ','EPSG');
8742+
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','10806','1315','EPSG');
8743+
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','10806','NKG_ETRF14 - LatLonEHt','EPSG');
8744+
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','10807','1316','EPSG');
8745+
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','10807','NKG_ETRF14 - LatLon','EPSG');
87328746
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11360','NAD83(2011) / Big Timber 83 (m)','EPSG');
87338747
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11361','NAD83(2011) / Big Timber 83 (ft)','EPSG');
87348748
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11362','NAD83(2011) / Butte 83 (m)','EPSG');
@@ -8749,3 +8763,6 @@ INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11376','NAD83(2011) / Bu
87498763
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11377','NAD83(2011) / Butte 83 (ft)','EPSG');
87508764
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','11222','CHTRF95','EPSG');
87518765
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','11223','CHTRF95','EPSG');
8766+
INSERT INTO "alias_name" VALUES('compound_crs','EPSG','6148','EUREF89 / NTM zone 8 + NN54 height','EPSG');
8767+
INSERT INTO "alias_name" VALUES('vertical_crs','EPSG','11338','BVD22 height','EPSG');
8768+
INSERT INTO "alias_name" VALUES('compound_crs','EPSG','11383','DrukRef23 + BVD22 height','EPSG');

data/sql/alias_name_old_epsg.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,4 +1279,3 @@ INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','4151','CHTRF95','EPSG_OLD
12791279
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','20039','SIRGAS-Chile realización 5','EPSG_OLD');
12801280
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','20040','SIRGAS-Chile realización 5','EPSG_OLD');
12811281
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','20041','SIRGAS-Chile realización 5','EPSG_OLD');
1282-

data/sql/compound_crs.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,10 @@ INSERT INTO "compound_crs" VALUES('EPSG','11312','ETRS89-SVK [SKTRF09] + Baltic
972972
INSERT INTO "usage" VALUES('EPSG','25093','compound_crs','EPSG','11312','EPSG','1211','EPSG','1203');
973973
INSERT INTO "compound_crs" VALUES('EPSG','11314','ETRS89-SVK [SKTRF09] + EVRF2007 height',NULL,'EPSG','11076','EPSG','5621',0);
974974
INSERT INTO "usage" VALUES('EPSG','25103','compound_crs','EPSG','11314','EPSG','1211','EPSG','1161');
975+
INSERT INTO "compound_crs" VALUES('EPSG','11383','DrukRef23 + Bhutan Vertical Datum 2022 height',NULL,'EPSG','11226','EPSG','11338',0);
976+
INSERT INTO "usage" VALUES('EPSG','25561','compound_crs','EPSG','11383','EPSG','1048','EPSG','1270');
977+
INSERT INTO "compound_crs" VALUES('EPSG','11385','Mexico ITRF2008 + NAVD88 height',NULL,'EPSG','6365','EPSG','5703',0);
978+
INSERT INTO "usage" VALUES('EPSG','25372','compound_crs','EPSG','11385','EPSG','3278','EPSG','1270');
975979
INSERT INTO "compound_crs" VALUES('EPSG','20001','ETRS89-NOR [EUREF89] + SVD2006 height',NULL,'EPSG','10875','EPSG','20000',0);
976980
INSERT INTO "usage" VALUES('EPSG','17956','compound_crs','EPSG','20001','EPSG','4058','EPSG','1026');
977981
INSERT INTO "compound_crs" VALUES('EPSG','20003','MWC18 Grid + ODN height',NULL,'EPSG','20002','EPSG','5701',0);

data/sql/customizations.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ INSERT INTO "geoid_model" SELECT 'GEOID18', auth_name, code FROM grid_transforma
561561

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

564-
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;
564+
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;
565565

566566
---- PROJ historic +datum aliases -----
567567

data/sql/geodetic_crs.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2592,6 +2592,12 @@ INSERT INTO "geodetic_crs" VALUES('EPSG','11226','DrukRef23','Replaces DRUKREF 0
25922592
INSERT INTO "usage" VALUES('EPSG','24836','geodetic_crs','EPSG','11226','EPSG','1048','EPSG','1183');
25932593
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);
25942594
INSERT INTO "usage" VALUES('EPSG','25321','geodetic_crs','EPSG','11307','EPSG','1286','EPSG','1183');
2595+
INSERT INTO "geodetic_crs" VALUES('EPSG','11391','ETRS89-LUX [ETRF2000]','National realization of ETRS89 in Luxembourg.','geocentric','EPSG','6500','EPSG','1453',NULL,0);
2596+
INSERT INTO "usage" VALUES('EPSG','25480','geodetic_crs','EPSG','11391','EPSG','1146','EPSG','1295');
2597+
INSERT INTO "geodetic_crs" VALUES('EPSG','11392','ETRS89-LUX [ETRF2000]','National realization of ETRS89 in Luxembourg.','geographic 3D','EPSG','6423','EPSG','1453',NULL,0);
2598+
INSERT INTO "usage" VALUES('EPSG','25481','geodetic_crs','EPSG','11392','EPSG','1146','EPSG','1295');
2599+
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);
2600+
INSERT INTO "usage" VALUES('EPSG','25478','geodetic_crs','EPSG','11393','EPSG','1146','EPSG','1183');
25952601
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);
25962602
INSERT INTO "usage" VALUES('EPSG','18335','geodetic_crs','EPSG','20033','EPSG','4666','EPSG','1141');
25972603
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);

data/sql/geodetic_datum.sql

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ INSERT INTO "geodetic_datum" VALUES('EPSG','1405','EWR3 Intermediate Reference F
466466
INSERT INTO "usage" VALUES('EPSG','22755','geodetic_datum','EPSG','1405','EPSG','4799','EPSG','1141');
467467
INSERT INTO "geodetic_datum" VALUES('EPSG','1406','WSPG Intermediate Reference Frame',NULL,'EPSG','7019','EPSG','8901','2025-01-01',NULL,NULL,NULL,NULL,0);
468468
INSERT INTO "usage" VALUES('EPSG','22831','geodetic_datum','EPSG','1406','EPSG','4801','EPSG','1293');
469-
INSERT INTO "geodetic_datum" VALUES('EPSG','1407','ETRS89-NOR [EUREF89]',NULL,'EPSG','7019','EPSG','8901','1999-01-01',NULL,NULL,NULL,1995.0,0);
469+
INSERT INTO "geodetic_datum" VALUES('EPSG','1407','EUREF89',NULL,'EPSG','7019','EPSG','8901','1999-01-01',NULL,NULL,NULL,NULL,0);
470470
INSERT INTO "usage" VALUES('EPSG','23762','geodetic_datum','EPSG','1407','EPSG','1182','EPSG','1181');
471471
INSERT INTO "geodetic_datum" VALUES('EPSG','1408','Xrail84',NULL,'EPSG','7030','EPSG','8901',NULL,NULL,NULL,NULL,NULL,0);
472472
INSERT INTO "usage" VALUES('EPSG','23812','geodetic_datum','EPSG','1408','EPSG','4822','EPSG','1297');
@@ -534,6 +534,8 @@ INSERT INTO "geodetic_datum" VALUES('EPSG','1448','National Reference Frame of B
534534
INSERT INTO "usage" VALUES('EPSG','24834','geodetic_datum','EPSG','1448','EPSG','1048','EPSG','1027');
535535
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);
536536
INSERT INTO "usage" VALUES('EPSG','25318','geodetic_datum','EPSG','1449','EPSG','1286','EPSG','1027');
537+
INSERT INTO "geodetic_datum" VALUES('EPSG','1453','ETRS89-LUX [ETRF2000]',NULL,'EPSG','7019','EPSG','8901',NULL,NULL,NULL,NULL,2020.82,0);
538+
INSERT INTO "usage" VALUES('EPSG','25595','geodetic_datum','EPSG','1453','EPSG','1146','EPSG','1295');
537539
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);
538540
INSERT INTO "usage" VALUES('EPSG','13422','geodetic_datum','EPSG','6001','EPSG','1263','EPSG','1213');
539541
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);
@@ -1144,7 +1146,7 @@ INSERT INTO "geodetic_datum" VALUES('EPSG','6667','Iraq-Kuwait Boundary Datum 19
11441146
INSERT INTO "usage" VALUES('EPSG','13727','geodetic_datum','EPSG','6667','EPSG','2876','EPSG','1053');
11451147
INSERT INTO "geodetic_datum" VALUES('EPSG','6668','European Datum 1979',NULL,'EPSG','7022','EPSG','8901','1979-01-01',NULL,NULL,NULL,NULL,0);
11461148
INSERT INTO "usage" VALUES('EPSG','13728','geodetic_datum','EPSG','6668','EPSG','1297','EPSG','1027');
1147-
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);
1149+
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);
11481150
INSERT INTO "usage" VALUES('EPSG','14401','geodetic_datum','EPSG','6670','EPSG','3343','EPSG','1180');
11491151
INSERT INTO "geodetic_datum" VALUES('EPSG','6671','Voirol 1879',NULL,'EPSG','7011','EPSG','8901','1879-01-01',NULL,NULL,NULL,NULL,0);
11501152
INSERT INTO "usage" VALUES('EPSG','13730','geodetic_datum','EPSG','6671','EPSG','1365','EPSG','1153');

data/sql/geodetic_datum_ensemble_member.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ INSERT INTO "geodetic_datum_ensemble_member" VALUES('EPSG','6258','EPSG','1214',
5959
INSERT INTO "geodetic_datum_ensemble_member" VALUES('EPSG','6258','EPSG','6765',55);
6060
INSERT INTO "geodetic_datum_ensemble_member" VALUES('EPSG','6258','EPSG','6619',56);
6161
INSERT INTO "geodetic_datum_ensemble_member" VALUES('EPSG','6258','EPSG','1449',57);
62+
INSERT INTO "geodetic_datum_ensemble_member" VALUES('EPSG','6258','EPSG','1453',58);
6263
INSERT INTO "geodetic_datum_ensemble_member" VALUES('EPSG','6326','EPSG','1166',1);
6364
INSERT INTO "geodetic_datum_ensemble_member" VALUES('EPSG','6326','EPSG','1152',2);
6465
INSERT INTO "geodetic_datum_ensemble_member" VALUES('EPSG','6326','EPSG','1153',3);

data/sql/grid_transformation.sql

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,6 +1882,16 @@ INSERT INTO "grid_transformation" VALUES('EPSG','11275','SRGI2013 epoch 2021.0 t
18821882
INSERT INTO "usage" VALUES('EPSG','24985','grid_transformation','EPSG','11275','EPSG','1122','EPSG','1270');
18831883
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);
18841884
INSERT INTO "usage" VALUES('EPSG','25369','grid_transformation','EPSG','11337','EPSG','1048','EPSG','1031');
1885+
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);
1886+
INSERT INTO "usage" VALUES('EPSG','25560','grid_transformation','EPSG','11339','EPSG','1048','EPSG','1133');
1887+
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);
1888+
INSERT INTO "usage" VALUES('EPSG','25565','grid_transformation','EPSG','11384','EPSG','1048','EPSG','1270');
1889+
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);
1890+
INSERT INTO "usage" VALUES('EPSG','25567','grid_transformation','EPSG','11386','EPSG','3278','EPSG','1132');
1891+
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);
1892+
INSERT INTO "usage" VALUES('EPSG','25568','grid_transformation','EPSG','11387','EPSG','3278','EPSG','1270');
1893+
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);
1894+
INSERT INTO "usage" VALUES('EPSG','25566','grid_transformation','EPSG','11433','EPSG','3124','EPSG','1207');
18851895
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);
18861896
INSERT INTO "usage" VALUES('EPSG','11497','grid_transformation','EPSG','15486','EPSG','1286','EPSG','1085');
18871897
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);

data/sql/grid_transformation_custom.sql

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -164,27 +164,3 @@ INSERT INTO "usage" VALUES(
164164
'EPSG','1286', -- area of use: Europe - Liechtenstein and Switzerland
165165
'EPSG','1024' -- unknown
166166
);
167-
168-
-- Mexico
169-
170-
INSERT INTO "grid_transformation" VALUES(
171-
'PROJ','EPSG_6364_TO_EPSG_5703','Mexico ITRF2008 to NAVD88 height',
172-
NULL,
173-
'EPSG','9665','Geographic3D to GravityRelatedHeight (gtx)',
174-
'EPSG','6364', -- source CRS (Mexico ITRF2008)
175-
'EPSG','5703', -- target CRS (NAVD88 height)
176-
NULL,
177-
'EPSG','8666','Geoid (height correction) model file','GGM10.txt',
178-
NULL,NULL,NULL,NULL,NULL,NULL,NULL,
179-
NULL,NULL,NULL,NULL,NULL,NULL,
180-
NULL,NULL,NULL,NULL,NULL,NULL,0);
181-
182-
INSERT INTO "usage" VALUES(
183-
'PROJ',
184-
'EPSG_6364_TO_EPSG_5703_USAGE',
185-
'grid_transformation',
186-
'PROJ',
187-
'EPSG_6364_TO_EPSG_5703',
188-
'EPSG','3278', -- area of use: Mexico - onshore
189-
'EPSG','1024' -- unknown
190-
);

0 commit comments

Comments
 (0)