Skip to content

Commit 561f2ce

Browse files
authored
Merge pull request #4650 from rouault/epsg_12_047
Database: update to EPSG v12.047
2 parents 708f80c + 359c629 commit 561f2ce

13 files changed

+39
-28
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 "782a922ae3db7c738d3a112c71583126")
34+
set(PROJ_DB_SQL_EXPECTED_MD5 "e0287126da7a6eae8fe79d7de349c303")
3535

3636
add_custom_command(
3737
OUTPUT ${PROJ_DB}

data/sql/alias_name.sql

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@ INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1285','REDNAP','EPSG');
498498
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1243','SIRGAS-Chile 2010','EPSG');
499499
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1289','GBK19-IRF','EPSG');
500500
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1291','ATRF2014','EPSG');
501-
INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1270','MSL NL','EPSG');
502-
INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1290','LAT NL','EPSG');
501+
INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1270','MSL-NLD','EPSG');
502+
INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1290','LAT-NLD','EPSG');
503503
INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1292','AVWS','EPSG');
504504
INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1080','Lowest Astronomic Tide','EPSG');
505505
INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1082','Highest Astronomic Tide','EPSG');
@@ -8677,6 +8677,10 @@ INSERT INTO "alias_name" VALUES('projected_crs','EPSG','2158','IRENET95 / UTM zo
86778677
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','2158','ETRS89 / UTM zone 29N','EPSG');
86788678
INSERT INTO "alias_name" VALUES('compound_crs','EPSG','9450','ETRS89 + Belfast height','EPSG');
86798679
INSERT INTO "alias_name" VALUES('compound_crs','EPSG','9449','ETRS89 + Malin Head height','EPSG');
8680+
INSERT INTO "alias_name" VALUES('vertical_crs','EPSG','9287','LAT NL depth','EPSG');
8681+
INSERT INTO "alias_name" VALUES('vertical_crs','EPSG','9288','MSL NL depth','EPSG');
8682+
INSERT INTO "alias_name" VALUES('compound_crs','EPSG','9289','ETRS89 + LAT NL depth','EPSG');
8683+
INSERT INTO "alias_name" VALUES('compound_crs','EPSG','9290','ETRS89 + MSL NL depth','EPSG');
86808684
INSERT INTO "alias_name" VALUES('compound_crs','EPSG','9286','AGRS2010 + NAP height','EPSG');
86818685
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11219','ETRS89 / Lambert 2008','EPSG');
86828686
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11219','ETRS89 / LB08','EPSG');
@@ -8732,6 +8736,7 @@ INSERT INTO "alias_name" VALUES('projected_crs','EPSG','9850','RGF93 v2b / CC50'
87328736
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','11029','SRGI2013e2021','EPSG');
87338737
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','11030','SRGI2013e2021','EPSG');
87348738
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','11033','SRGI2013e2021','EPSG');
8739+
INSERT INTO "alias_name" VALUES('projected_crs','EPSG','28992','RD Bessel','EPSG');
87358740
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','11035','AGRS2010','EPSG');
87368741
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','11036','AGRS2010','EPSG');
87378742
INSERT INTO "alias_name" VALUES('compound_crs','EPSG','11312','ETRS89 [ETRF2000] + Bpv','EPSG');

data/sql/alias_name_old_epsg.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,3 +1252,7 @@ INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1434','European Terrest
12521252
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','11076','ETRS89','EPSG_OLD'); -- ETRS89-SVK [2007] (2d)
12531253
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','11075','ETRS89','EPSG_OLD'); -- ETRS89-SVK [2007] (3d)
12541254
INSERT INTO "alias_name" VALUES('geodetic_crs','EPSG','11074','ETRS89','EPSG_OLD'); -- ETRS89-SVK [2007] (geocentric)
1255+
1256+
-- Changed in EPSG v12.047
1257+
INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1270','MSL NL','EPSG_OLD');
1258+
INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1290','LAT NL','EPSG_OLD');

data/sql/compound_crs.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ INSERT INTO "usage" VALUES('EPSG','5278','compound_crs','EPSG','7413','EPSG','17
289289
INSERT INTO "compound_crs" VALUES('EPSG','7414','Tokyo + JSLD69 height',NULL,'EPSG','4301','EPSG','5723',0);
290290
INSERT INTO "usage" VALUES('EPSG','5279','compound_crs','EPSG','7414','EPSG','4166','EPSG','1142');
291291
INSERT INTO "compound_crs" VALUES('EPSG','7415','Amersfoort / RD New + NAP height',NULL,'EPSG','28992','EPSG','5709',0);
292-
INSERT INTO "usage" VALUES('EPSG','5280','compound_crs','EPSG','7415','EPSG','1275','EPSG','1142');
292+
INSERT INTO "usage" VALUES('EPSG','5280','compound_crs','EPSG','7415','EPSG','1172','EPSG','1056');
293293
INSERT INTO "compound_crs" VALUES('EPSG','7416','ETRS89 / UTM zone 32N + DVR90 height',NULL,'EPSG','25832','EPSG','5799',0);
294294
INSERT INTO "usage" VALUES('EPSG','5281','compound_crs','EPSG','7416','EPSG','3471','EPSG','1142');
295295
INSERT INTO "compound_crs" VALUES('EPSG','7417','ETRS89 / UTM zone 33N + DVR90 height',NULL,'EPSG','25833','EPSG','5799',0);
@@ -556,9 +556,9 @@ INSERT INTO "compound_crs" VALUES('EPSG','8912','CR-SIRGAS epoch 2014.59 / CRTM0
556556
INSERT INTO "usage" VALUES('EPSG','6028','compound_crs','EPSG','8912','EPSG','3232','EPSG','1142');
557557
INSERT INTO "compound_crs" VALUES('EPSG','9286','ETRS89-NLD [AGRS2010] + NAP height',NULL,'EPSG','11037','EPSG','5709',0);
558558
INSERT INTO "usage" VALUES('EPSG','14121','compound_crs','EPSG','9286','EPSG','1172','EPSG','1026');
559-
INSERT INTO "compound_crs" VALUES('EPSG','9289','ETRS89 + LAT NL depth',NULL,'EPSG','4258','EPSG','9287',0);
559+
INSERT INTO "compound_crs" VALUES('EPSG','9289','ETRS89-NLD [AGRS2010] + LAT-NLD depth',NULL,'EPSG','11037','EPSG','9287',0);
560560
INSERT INTO "usage" VALUES('EPSG','14124','compound_crs','EPSG','9289','EPSG','4742','EPSG','1198');
561-
INSERT INTO "compound_crs" VALUES('EPSG','9290','ETRS89 + MSL NL depth',NULL,'EPSG','4258','EPSG','9288',0);
561+
INSERT INTO "compound_crs" VALUES('EPSG','9290','ETRS89-NLD [AGRS2010] + MSL-NLD depth',NULL,'EPSG','11037','EPSG','9288',0);
562562
INSERT INTO "usage" VALUES('EPSG','14125','compound_crs','EPSG','9290','EPSG','4742','EPSG','1265');
563563
INSERT INTO "compound_crs" VALUES('EPSG','9306','HS2 Survey Grid + HS2-VRF height',NULL,'EPSG','9300','EPSG','9303',0);
564564
INSERT INTO "usage" VALUES('EPSG','14050','compound_crs','EPSG','9306','EPSG','4582','EPSG','1260');

data/sql/concatenated_operation.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ INSERT INTO "usage" VALUES('EPSG','9014','concatenated_operation','EPSG','3966',
77
INSERT INTO "concatenated_operation" VALUES('EPSG','4435','Puerto Rico to NAD83(HARN) (1)','Accuracy 0.1m at 67% confidence level. May be taken as approximate transformation Puerto Rico to WGS 84 - see code 8583.','EPSG','4139','EPSG','4152',0.08,'NGS-PRVI',0);
88
INSERT INTO "usage" VALUES('EPSG','9074','concatenated_operation','EPSG','4435','EPSG','3634','EPSG','1031');
99
INSERT INTO "concatenated_operation" VALUES('EPSG','4837','Amersfoort to ED50 (1)','Adopted by NAM in 2006, replacing polynomial tfms 1046, 6304, 1050 and 6306.','EPSG','4289','EPSG','4230',1.5,'NAM-Nld 2006',0);
10-
INSERT INTO "usage" VALUES('EPSG','9130','concatenated_operation','EPSG','4837','EPSG','1275','EPSG','1136');
10+
INSERT INTO "usage" VALUES('EPSG','9130','concatenated_operation','EPSG','4837','EPSG','1172','EPSG','1136');
1111
INSERT INTO "concatenated_operation" VALUES('EPSG','5190','Tokyo 1892 to KGD2002 (1)','','EPSG','5132','EPSG','4737',1.0,'OGP-Kor',0);
1212
INSERT INTO "usage" VALUES('EPSG','9275','concatenated_operation','EPSG','5190','EPSG','3266','EPSG','1050');
1313
INSERT INTO "concatenated_operation" VALUES('EPSG','5192','Tokyo 1892 to WGS 84 (1)','','EPSG','5132','EPSG','4326',1.0,'OGP-Kor',0);

data/sql/geodetic_crs.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ INSERT INTO "geodetic_crs" VALUES('EPSG','4287','Qornoq','','geographic 2D','EPS
458458
INSERT INTO "usage" VALUES('EPSG','3169','geodetic_crs','EPSG','4287','EPSG','1107','EPSG','1027');
459459
INSERT INTO "geodetic_crs" VALUES('EPSG','4288','Loma Quintana','Replaced by La Canoa (code 4247).','geographic 2D','EPSG','6422','EPSG','6288',NULL,0);
460460
INSERT INTO "usage" VALUES('EPSG','3170','geodetic_crs','EPSG','4288','EPSG','1313','EPSG','1027');
461-
INSERT INTO "geodetic_crs" VALUES('EPSG','4289','Amersfoort','Use of geographic2D CRS Amersfoort (code 4289) for spatial referencing is discouraged. Use projected CRS Amersfoort / RD New (code 28992).','geographic 2D','EPSG','6422','EPSG','6289',NULL,0);
462-
INSERT INTO "usage" VALUES('EPSG','3171','geodetic_crs','EPSG','4289','EPSG','1275','EPSG','1269');
461+
INSERT INTO "geodetic_crs" VALUES('EPSG','4289','Amersfoort','Use of geographic2D CRS Amersfoort (code 4289) for spatial referencing is discouraged. Use projected CRS Amersfoort / RD New (code 28992) or ETRS89-NLD [AGRS2010] (code 11037).','geographic 2D','EPSG','6422','EPSG','6289',NULL,0);
462+
INSERT INTO "usage" VALUES('EPSG','3171','geodetic_crs','EPSG','4289','EPSG','1172','EPSG','1269');
463463
INSERT INTO "geodetic_crs" VALUES('EPSG','4291','SAD69','Uses GRS67 ellipsoid with 1/f to exactly 2 decimal places. Precision of ellipsoid entry increased from 2 to 5 dp with change id 97.251. Error introduced if not using the truncated precision is 0 to 31mm.','geographic 2D','EPSG','6402','EPSG','6291',NULL,1);
464464
INSERT INTO "usage" VALUES('EPSG','3172','geodetic_crs','EPSG','4291','EPSG','1358','EPSG','1027');
465465
INSERT INTO "geodetic_crs" VALUES('EPSG','4292','Sapper Hill 1943','','geographic 2D','EPSG','6422','EPSG','6292',NULL,0);

data/sql/geodetic_datum.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ INSERT INTO "usage" VALUES('EPSG','13628','geodetic_datum','EPSG','6287','EPSG',
945945
INSERT INTO "geodetic_datum" VALUES('EPSG','6288','Loma Quintana',NULL,'EPSG','7022','EPSG','8901',NULL,NULL,NULL,NULL,NULL,0);
946946
INSERT INTO "usage" VALUES('EPSG','13629','geodetic_datum','EPSG','6288','EPSG','1313','EPSG','1153');
947947
INSERT INTO "geodetic_datum" VALUES('EPSG','6289','Amersfoort',NULL,'EPSG','7004','EPSG','8901',NULL,NULL,NULL,NULL,NULL,0);
948-
INSERT INTO "usage" VALUES('EPSG','13630','geodetic_datum','EPSG','6289','EPSG','1275','EPSG','1181');
948+
INSERT INTO "usage" VALUES('EPSG','13630','geodetic_datum','EPSG','6289','EPSG','1172','EPSG','1181');
949949
INSERT INTO "geodetic_datum" VALUES('EPSG','6291','South American Datum 1969',NULL,'EPSG','7036','EPSG','8901','1969-01-01',NULL,NULL,NULL,NULL,1);
950950
INSERT INTO "usage" VALUES('EPSG','13631','geodetic_datum','EPSG','6291','EPSG','1358','EPSG','1153');
951951
INSERT INTO "geodetic_datum" VALUES('EPSG','6292','Sapper Hill 1943',NULL,'EPSG','7022','EPSG','8901','1943-01-01',NULL,NULL,NULL,NULL,0);

data/sql/grid_transformation.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,9 +1559,9 @@ INSERT INTO "grid_transformation" VALUES('EPSG','10347','ETRS89-POL [PL-ETRF2000
15591559
INSERT INTO "usage" VALUES('EPSG','19905','grid_transformation','EPSG','10347','EPSG','3293','EPSG','1133');
15601560
INSERT INTO "grid_transformation" VALUES('EPSG','10348','ETRS89-POL [PL-ETRF2000] to ETRS89-POL [PL-ETRF2000] + PL-EVRF2007 height (2)','Reversible alternative to ETRF2000-PL to EVRF2007-PL height (2) (code 10347). Replaces 2011 model (CT code 9720) from 2022-04-04.','EPSG','1100','Geog3D to Geog2D+GravityRelatedHeight (PL txt)','EPSG','9701','EPSG','9657',0.02,'EPSG','8666','Geoid (height correction) model file','Model_quasi-geoidy-PL-geoid2021-PL-EVRF2007-NH.txt',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EPSG','9702','GUGiK-Pol geoid21 EVRF07',0);
15611561
INSERT INTO "usage" VALUES('EPSG','19907','grid_transformation','EPSG','10348','EPSG','3293','EPSG','1270');
1562-
INSERT INTO "grid_transformation" VALUES('EPSG','10350','ETRS89 to LAT NL depth (1)','For reversible alternative to this transformation see ETRS89 to ETRS89 + LAT NL depth (1) (code 10351).','EPSG','1121','Geographic3D to Depth (gtx)','EPSG','4937','EPSG','9287',0.1,'EPSG','8666','Geoid (height correction) model file','nllat2018.gtx',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NSGI-Nld 2018',0);
1562+
INSERT INTO "grid_transformation" VALUES('EPSG','10350','ETRS89-NLD [AGRS2010] to LAT-NLD depth (1)','For reversible alternative to this transformation see ETRS89-NLD [AGRS2010] to ETRS89-NLD [AGRS2010] + LAT-NLD depth (1) (code 10351).','EPSG','1121','Geographic3D to Depth (gtx)','EPSG','11036','EPSG','9287',0.1,'EPSG','8666','Geoid (height correction) model file','nllat2018.gtx',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NSGI-Nld 2018',0);
15631563
INSERT INTO "usage" VALUES('EPSG','19928','grid_transformation','EPSG','10350','EPSG','4742','EPSG','1277');
1564-
INSERT INTO "grid_transformation" VALUES('EPSG','10351','ETRS89 to ETRS89 + LAT NL depth (1)','Reversible alternative to ETRS89 to LAT NL depth (1) (code 10350).','EPSG','1122','Geog3D to Geog2D+Depth (gtx)','EPSG','4937','EPSG','9289',0.1,'EPSG','8666','Geoid (height correction) model file','nllat2018.gtx',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EPSG','4258','NSGI-Nld 2018',0);
1564+
INSERT INTO "grid_transformation" VALUES('EPSG','10351','ETRS89-NLD [AGRS2010] to ETRS89-NLD [AGRS2010] + LAT-NLD depth (1)','Reversible alternative to ETRS89-NLD [AGRS2010] to LAT-NLD depth (1) (code 10350). The interpolation CRS is AGRS2010 but using any realization of ETRS89 including ensemble-based EPSG:4258 is adequate for grid interpolation.','EPSG','1122','Geog3D to Geog2D+Depth (gtx)','EPSG','11036','EPSG','9289',0.1,'EPSG','8666','Geoid (height correction) model file','nllat2018.gtx',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EPSG','11037','NSGI-Nld 2018',0);
15651565
INSERT INTO "usage" VALUES('EPSG','19929','grid_transformation','EPSG','10351','EPSG','4742','EPSG','1272');
15661566
INSERT INTO "grid_transformation" VALUES('EPSG','10358','ETRS89-ESP [REGENTE] to Formentera height (1)','For reversible alternative to this transformation see ETRS89-ESP [REGENTE] to ETRS89-ESP [REGENTE] + Formentera height (1) (code 10359).','EPSG','1025','Geographic3D to GravityRelatedHeight (EGM2008)','EPSG','11130','EPSG','10352',0.05,'EPSG','8666','Geoid (height correction) model file','EGM08_REDNAP.txt',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IGN-Esp 2008',0);
15671567
INSERT INTO "usage" VALUES('EPSG','19930','grid_transformation','EPSG','10358','EPSG','4739','EPSG','1133');
@@ -1593,9 +1593,9 @@ INSERT INTO "grid_transformation" VALUES('EPSG','10422','NAD83(CSRS)v8 to NAD83(
15931593
INSERT INTO "usage" VALUES('EPSG','20189','grid_transformation','EPSG','10422','EPSG','1061','EPSG','1026');
15941594
INSERT INTO "grid_transformation" VALUES('EPSG','10423','NAD83(CSRS)v8 to NAD83(CSRS)v4 (1)','','EPSG','1114','Geographic3D Offset using NEU velocity grid (NTv2_Vel)','EPSG','10413','EPSG','8244',0.05,'EPSG','1050','Point motion velocity grid file','NAD83v70VG.gvb',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EPSG','8255','EPSG-Can cvg70',1);
15951595
INSERT INTO "usage" VALUES('EPSG','20190','grid_transformation','EPSG','10423','EPSG','1061','EPSG','1026');
1596-
INSERT INTO "grid_transformation" VALUES('EPSG','10466','ETRS89 to MSL NL depth (1)','For reversible alternative to this transformation see ETRS89 to ETRS89 + MSL NL depth (1) (code 10467).','EPSG','1121','Geographic3D to Depth (gtx)','EPSG','4937','EPSG','9288',0.3,'EPSG','8666','Geoid (height correction) model file','nlgeo2018.gtx',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NSGI-Nld 2018',0);
1596+
INSERT INTO "grid_transformation" VALUES('EPSG','10466','ETRS89-NLD [AGRS2010] to MSL-NLD depth (1)','For reversible alternative to this transformation see ETRS89-NLD [AGRS2010] to ETRS89-NLD [AGRS2010] + MSL-NLD depth (1) (code 10467).','EPSG','1121','Geographic3D to Depth (gtx)','EPSG','11036','EPSG','9288',0.3,'EPSG','8666','Geoid (height correction) model file','nlgeo2018.gtx',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NSGI-Nld 2018',0);
15971597
INSERT INTO "usage" VALUES('EPSG','21437','grid_transformation','EPSG','10466','EPSG','4742','EPSG','1277');
1598-
INSERT INTO "grid_transformation" VALUES('EPSG','10467','ETRS89 to ETRS89 + MSL NL depth (1)','Reversible alternative to ETRS89 to MSL NL depth (1) (code 10466).','EPSG','1122','Geog3D to Geog2D+Depth (gtx)','EPSG','4937','EPSG','9290',0.3,'EPSG','8666','Geoid (height correction) model file','nlgeo2018.gtx',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EPSG','4258','NSGI-Nld 2018',0);
1598+
INSERT INTO "grid_transformation" VALUES('EPSG','10467','ETRS89-NLD [AGRS2010] to ETRS89-NLD [AGRS2010] + MSL-NLD depth (1)','Reversible alternative to ETRS89-NLD [AGRS2010] to MSL-NLD depth (1) (code 10466). The interpolation CRS is AGRS2010 but using any realization of ETRS89 including ensemble-based EPSG:4258 is adequate for grid interpolation.','EPSG','1122','Geog3D to Geog2D+Depth (gtx)','EPSG','11036','EPSG','9290',0.3,'EPSG','8666','Geoid (height correction) model file','nlgeo2018.gtx',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EPSG','11037','NSGI-Nld 2018',0);
15991599
INSERT INTO "usage" VALUES('EPSG','21438','grid_transformation','EPSG','10467','EPSG','4742','EPSG','1272');
16001600
INSERT INTO "grid_transformation" VALUES('EPSG','10469','ETRS89 to COV23-IRF (1)','In conjunction with the COV23-TM map projection (code 10470) applied to COV23-IRF (code 10468), emulates the COV23 Snake projection. Applied to ETRS89 (as realized through the OSNet v2009) defines COV23-IRF hence is errorless. ','EPSG','9615','NTv2','EPSG','4258','EPSG','10468',0.0,'EPSG','8656','Latitude and longitude difference file','TN15-ETRS89-to-COV23-IRF.gsb',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'CCC-Gbr COV23 OSNet2009',0);
16011601
INSERT INTO "usage" VALUES('EPSG','20323','grid_transformation','EPSG','10469','EPSG','4743','EPSG','1141');

data/sql/metadata.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
INSERT INTO "metadata" VALUES('DATABASE.LAYOUT.VERSION.MAJOR', 1);
1010
INSERT INTO "metadata" VALUES('DATABASE.LAYOUT.VERSION.MINOR', 6);
1111

12-
INSERT INTO "metadata" VALUES('EPSG.VERSION', 'v12.046');
13-
INSERT INTO "metadata" VALUES('EPSG.DATE', '2025-12-25');
12+
INSERT INTO "metadata" VALUES('EPSG.VERSION', 'v12.047');
13+
INSERT INTO "metadata" VALUES('EPSG.DATE', '2026-01-06');
1414

1515
-- The value of ${PROJ_VERSION} is substituted at build time by the actual
1616
-- value.

data/sql/projected_crs.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10077,10 +10077,10 @@ INSERT INTO "projected_crs" VALUES('EPSG','28492','Pulkovo 1942 / Gauss-Kruger 3
1007710077
INSERT INTO "usage" VALUES('EPSG','6931','projected_crs','EPSG','28492','EPSG','1791','EPSG','1209');
1007810078
INSERT INTO "projected_crs" VALUES('EPSG','28600','Qatar 1974 / Qatar National Grid',NULL,'EPSG','4400','EPSG','4285','EPSG','19919',NULL,0);
1007910079
INSERT INTO "usage" VALUES('EPSG','6932','projected_crs','EPSG','28600','EPSG','1346','EPSG','1142');
10080-
INSERT INTO "projected_crs" VALUES('EPSG','28991','Amersfoort / RD Old',NULL,'EPSG','4499','EPSG','4289','EPSG','19913',NULL,0);
10081-
INSERT INTO "usage" VALUES('EPSG','6933','projected_crs','EPSG','28991','EPSG','1275','EPSG','1142');
10082-
INSERT INTO "projected_crs" VALUES('EPSG','28992','Amersfoort / RD New',NULL,'EPSG','4499','EPSG','4289','EPSG','19914',NULL,0);
10083-
INSERT INTO "usage" VALUES('EPSG','6934','projected_crs','EPSG','28992','EPSG','1275','EPSG','1142');
10080+
INSERT INTO "projected_crs" VALUES('EPSG','28991','Amersfoort / RD Old',NULL,'EPSG','1054','EPSG','4289','EPSG','19913',NULL,0);
10081+
INSERT INTO "usage" VALUES('EPSG','6933','projected_crs','EPSG','28991','EPSG','1172','EPSG','1056');
10082+
INSERT INTO "projected_crs" VALUES('EPSG','28992','Amersfoort / RD New',NULL,'EPSG','1054','EPSG','4289','EPSG','19914',NULL,0);
10083+
INSERT INTO "usage" VALUES('EPSG','6934','projected_crs','EPSG','28992','EPSG','1172','EPSG','1056');
1008410084
INSERT INTO "projected_crs" VALUES('EPSG','29100','SAD69 / Brazil Polyconic',NULL,'EPSG','4499','EPSG','4291','EPSG','19941',NULL,1);
1008510085
INSERT INTO "usage" VALUES('EPSG','6935','projected_crs','EPSG','29100','EPSG','1053','EPSG','1241');
1008610086
INSERT INTO "projected_crs" VALUES('EPSG','29101','SAD69 / Brazil Polyconic',NULL,'EPSG','4499','EPSG','4618','EPSG','19941',NULL,0);

0 commit comments

Comments
 (0)