From a7482d3775f2e346f3680363dd2d641add3e68b2 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 6 Feb 2023 02:16:43 +0100 Subject: [PATCH] Database: update to EPSG 10.082 --- data/sql/alias_name.sql | 7 +++ data/sql/axis.sql | 6 ++- data/sql/conversion.sql | 76 +++++++++++++++++++++++++++ data/sql/coordinate_system.sql | 1 + data/sql/extent.sql | 71 ++++++++++++++++++------- data/sql/geodetic_crs.sql | 6 +++ data/sql/geodetic_datum.sql | 2 + data/sql/helmert_transformation.sql | 2 + data/sql/metadata.sql | 4 +- data/sql/projected_crs.sql | 81 +++++++++++++++++++++++++++-- 10 files changed, 230 insertions(+), 26 deletions(-) diff --git a/data/sql/alias_name.sql b/data/sql/alias_name.sql index 6b5cf89033..732bd4131f 100644 --- a/data/sql/alias_name.sql +++ b/data/sql/alias_name.sql @@ -666,6 +666,7 @@ INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1324','MWC18-IRF','EPSG INSERT INTO "alias_name" VALUES('vertical_datum','EPSG','1328','INAGEOID2020 v2','EPSG'); INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1327','SIRGAS-Chile 2021','EPSG'); INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1253','SIRGAS-Chile 2016','EPSG'); +INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','1329','MAGNA-SIRGAS 2018','EPSG'); INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6694','POSGAR 94','EPSG'); INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6694','POSGAR','EPSG'); INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6694','Posiciones Geodésicas Argentinas 1994','EPSG'); @@ -7821,9 +7822,15 @@ INSERT INTO "alias_name" VALUES('projected_crs','EPSG','10235','ETRS89 / OxWo08 INSERT INTO "alias_name" VALUES('projected_crs','EPSG','10240','ETRS89 / SYC20 SnakeGrid','EPSG'); INSERT INTO "alias_name" VALUES('projected_crs','EPSG','10212','ETRS89 / GWPBS22 SnakeGrid','EPSG'); INSERT INTO "alias_name" VALUES('projected_crs','EPSG','10217','ETRS89 / GWWAB22 SnakeGrid','EPSG'); +INSERT INTO "alias_name" VALUES('projected_crs','EPSG','9377','MAGNA-SIRGAS 2018 / CTM12','EPSG'); INSERT INTO "alias_name" VALUES('projected_crs','EPSG','10222','ETRS89 / GWWWA22 SnakeGrid','EPSG'); INSERT INTO "alias_name" VALUES('compound_crs','EPSG','10246','D96/TM + SVS2010/Koper','EPSG'); INSERT INTO "alias_name" VALUES('compound_crs','EPSG','10245','D96 + SVS2010/Koper','EPSG'); +INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11114','MAGNA-SIRGAS 2018 / Col FW','EPSG'); +INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11115','MAGNA-SIRGAS 2018 / Col W','EPSG'); +INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11117','MAGNA-SIRGAS 2018 / Col EC','EPSG'); +INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11118','MAGNA-SIRGAS 2018 / Col E','EPSG'); +INSERT INTO "alias_name" VALUES('projected_crs','EPSG','11116','MAGNA-SIRGAS 2018 / Col Bog','EPSG'); INSERT INTO "alias_name" VALUES('projected_crs','EPSG','10275','ETRS89 / SMITB20 SnakeGrid','EPSG'); INSERT INTO "alias_name" VALUES('compound_crs','EPSG','10276','ETRS89 / SMITB20 SnakeGrid + Newlyn height','EPSG'); INSERT INTO "alias_name" VALUES('projected_crs','EPSG','10280','ETRS89 / RBEPP12 SnakeGrid','EPSG'); diff --git a/data/sql/axis.sql b/data/sql/axis.sql index c819cf2684..50de5899bf 100644 --- a/data/sql/axis.sql +++ b/data/sql/axis.sql @@ -52,6 +52,8 @@ INSERT INTO "axis" VALUES('EPSG','1042','Local northing','n','north','EPSG','104 INSERT INTO "axis" VALUES('EPSG','1043','Local easting','e','east','EPSG','1047',2,'EPSG','9001'); INSERT INTO "axis" VALUES('EPSG','1049','Local northing','n','north','EPSG','1048',1,'EPSG','9002'); INSERT INTO "axis" VALUES('EPSG','1050','Local easting','e','east','EPSG','1048',2,'EPSG','9002'); +INSERT INTO "axis" VALUES('EPSG','32933','Northing','N','north','EPSG','1053',1,'EPSG','9003'); +INSERT INTO "axis" VALUES('EPSG','32934','Easting','E','east','EPSG','1053',2,'EPSG','9003'); INSERT INTO "axis" VALUES('EPSG','1','Easting','E','east','EPSG','4400',1,'EPSG','9001'); INSERT INTO "axis" VALUES('EPSG','2','Northing','N','north','EPSG','4400',2,'EPSG','9001'); INSERT INTO "axis" VALUES('EPSG','3','Easting','E','east','EPSG','4401',1,'EPSG','9062'); @@ -173,8 +175,6 @@ INSERT INTO "axis" VALUES('EPSG','183','Northing','none','north','EPSG','4534',1 INSERT INTO "axis" VALUES('EPSG','184','Easting','none','east','EPSG','4534',2,'EPSG','9001'); INSERT INTO "axis" VALUES('EPSG','63','Geodetic latitude','Lat','north','EPSG','6405',1,'EPSG','9102'); INSERT INTO "axis" VALUES('EPSG','64','Geodetic longitude','Long','east','EPSG','6405',2,'EPSG','9102'); -INSERT INTO "axis" VALUES('EPSG','65','Geodetic latitude','Lat','north','EPSG','6406',1,'EPSG','9116'); -INSERT INTO "axis" VALUES('EPSG','66','Geodetic longitude','Long','east','EPSG','6406',2,'EPSG','9116'); INSERT INTO "axis" VALUES('EPSG','115','Geocentric X','X','geocentricX','EPSG','6500',1,'EPSG','9001'); INSERT INTO "axis" VALUES('EPSG','116','Geocentric Y','Y','geocentricY','EPSG','6500',2,'EPSG','9001'); INSERT INTO "axis" VALUES('EPSG','117','Geocentric Z','Z','geocentricZ','EPSG','6500',3,'EPSG','9001'); @@ -219,6 +219,8 @@ INSERT INTO "axis" VALUES('EPSG','59','Geodetic longitude','Lon','east','EPSG',' INSERT INTO "axis" VALUES('EPSG','32879','Spherical latitude','lat','north','EPSG','6404',1,'EPSG','9122'); INSERT INTO "axis" VALUES('EPSG','32880','Spherical longitude','lon','east','EPSG','6404',2,'EPSG','9122'); INSERT INTO "axis" VALUES('EPSG','32881','Geocentric radius','R','up','EPSG','6404',3,'EPSG','9001'); +INSERT INTO "axis" VALUES('EPSG','65','Geodetic latitude','Lat','north','EPSG','6406',1,'EPSG','9116'); +INSERT INTO "axis" VALUES('EPSG','66','Geodetic longitude','Long','east','EPSG','6406',2,'EPSG','9116'); INSERT INTO "axis" VALUES('EPSG','67','Geodetic latitude','Lat','north','EPSG','6407',1,'EPSG','9117'); INSERT INTO "axis" VALUES('EPSG','68','Geodetic longitude','Long','east','EPSG','6407',2,'EPSG','9117'); INSERT INTO "axis" VALUES('EPSG','69','Geodetic latitude','Lat','north','EPSG','6408',1,'EPSG','9115'); diff --git a/data/sql/conversion.sql b/data/sql/conversion.sql index 187f3b1c29..2a33042839 100644 --- a/data/sql/conversion.sql +++ b/data/sql/conversion.sql @@ -1974,6 +1974,72 @@ INSERT INTO "conversion" VALUES('EPSG','11231','SPCS83 Illinois East zone (meter INSERT INTO "usage" VALUES('EPSG','11159','conversion','EPSG','11231','EPSG','2194','EPSG','1142'); INSERT INTO "conversion" VALUES('EPSG','11232','SPCS83 Illinois West zone (meters)','See code 15388 for equivalent non-metric definition.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',36.4,'EPSG','9110','EPSG','8802','Longitude of natural origin',-90.1,'EPSG','9110','EPSG','8805','Scale factor at natural origin',0.999941177,'EPSG','9201','EPSG','8806','False easting',700000.0,'EPSG','9001','EPSG','8807','False northing',0.0,'EPSG','9001',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); INSERT INTO "usage" VALUES('EPSG','11160','conversion','EPSG','11232','EPSG','2195','EPSG','1142'); +INSERT INTO "conversion" VALUES('EPSG','11233','Illinois Coordinate System of 1983 Aurora zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 271°30''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',41.15,'EPSG','9110','EPSG','8802','Longitude of natural origin',-88.3,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.00003,'EPSG','9201','EPSG','8806','False easting',3773000.0,'EPSG','9003','EPSG','8807','False northing',492000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19048','conversion','EPSG','11233','EPSG','4703','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11234','Illinois Coordinate System of 1983 Chicago zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 272°12''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',41.15,'EPSG','9110','EPSG','8802','Longitude of natural origin',-87.48,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000023,'EPSG','9201','EPSG','8806','False easting',4757000.0,'EPSG','9003','EPSG','8807','False northing',492000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19049','conversion','EPSG','11234','EPSG','4704','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11235','Illinois Coordinate System of 1983 Moline zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 269°24''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',41.33,'EPSG','9110','EPSG','8802','Longitude of natural origin',-90.36,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000024,'EPSG','9201','EPSG','8806','False easting',5741000.0,'EPSG','9003','EPSG','8807','False northing',755000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19050','conversion','EPSG','11235','EPSG','4705','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11236','Illinois Coordinate System of 1983 Sterling zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 269°57''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',41.33,'EPSG','9110','EPSG','8802','Longitude of natural origin',-90.03,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.00002,'EPSG','9201','EPSG','8806','False easting',6726000.0,'EPSG','9003','EPSG','8807','False northing',755000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19051','conversion','EPSG','11236','EPSG','4706','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11237','Illinois Coordinate System of 1983 Ottawa zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 270°57''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',41.18,'EPSG','9110','EPSG','8802','Longitude of natural origin',-89.03,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000023,'EPSG','9201','EPSG','8806','False easting',7743000.0,'EPSG','9003','EPSG','8807','False northing',755000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19052','conversion','EPSG','11237','EPSG','4707','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11238','Illinois Coordinate System of 1983 Joliet zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 272°00''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',40.33,'EPSG','9110','EPSG','8802','Longitude of natural origin',-88.0,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000022,'EPSG','9201','EPSG','8806','False easting',8694000.0,'EPSG','9003','EPSG','8807','False northing',492000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19053','conversion','EPSG','11238','EPSG','4708','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11239','Illinois Coordinate System of 1983 Monmouth zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 269°09''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',40.12,'EPSG','9110','EPSG','8802','Longitude of natural origin',-90.51,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000024,'EPSG','9201','EPSG','8806','False easting',9678000.0,'EPSG','9003','EPSG','8807','False northing',492000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19054','conversion','EPSG','11239','EPSG','4709','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11240','Illinois Coordinate System of 1983 Galesburg zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 269°54''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',37.15,'EPSG','9110','EPSG','8802','Longitude of natural origin',-90.06,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000023,'EPSG','9201','EPSG','8806','False easting',230000.0,'EPSG','9003','EPSG','8807','False northing',492000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19187','conversion','EPSG','11240','EPSG','4710','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11241','Illinois Coordinate System of 1983 Peoria zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 270°21''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',37.24,'EPSG','9110','EPSG','8802','Longitude of natural origin',-89.39,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000023,'EPSG','9201','EPSG','8806','False easting',1378000.0,'EPSG','9003','EPSG','8807','False northing',622000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19056','conversion','EPSG','11241','EPSG','4711','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11242','Illinois Coordinate System of 1983 Eureka zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 270°42''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',37.27,'EPSG','9110','EPSG','8802','Longitude of natural origin',-89.18,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000025,'EPSG','9201','EPSG','8806','False easting',2756000.0,'EPSG','9003','EPSG','8807','False northing',427000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19057','conversion','EPSG','11242','EPSG','4712','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11243','Illinois Coordinate System of 1983 Bloomington zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 271°09''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',40.3,'EPSG','9110','EPSG','8802','Longitude of natural origin',-88.51,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000031,'EPSG','9201','EPSG','8806','False easting',3773000.0,'EPSG','9003','EPSG','8807','False northing',1739000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19058','conversion','EPSG','11243','EPSG','4713','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11244','Illinois Coordinate System of 1983 Pontiac zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 271°27''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',40.54,'EPSG','9110','EPSG','8802','Longitude of natural origin',-88.33,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000025,'EPSG','9201','EPSG','8806','False easting',4757000.0,'EPSG','9003','EPSG','8807','False northing',1739000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19059','conversion','EPSG','11244','EPSG','4714','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11245','Illinois Coordinate System of 1983 Watseka zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 272°03''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',40.45,'EPSG','9110','EPSG','8802','Longitude of natural origin',-87.57,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000024,'EPSG','9201','EPSG','8806','False easting',5741000.0,'EPSG','9003','EPSG','8807','False northing',1739000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19188','conversion','EPSG','11245','EPSG','4715','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11246','Illinois Coordinate System of 1983 Quincy zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 268°45''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',36.45,'EPSG','9110','EPSG','8802','Longitude of natural origin',-91.15,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000023,'EPSG','9201','EPSG','8806','False easting',6726000.0,'EPSG','9003','EPSG','8807','False northing',492000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19061','conversion','EPSG','11246','EPSG','4716','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11247','Illinois Coordinate System of 1983 Macomb zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 269°24''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',36.48,'EPSG','9110','EPSG','8802','Longitude of natural origin',-90.36,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000024,'EPSG','9201','EPSG','8806','False easting',7710000.0,'EPSG','9003','EPSG','8807','False northing',492000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19062','conversion','EPSG','11247','EPSG','4717','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11248','Illinois Coordinate System of 1983 Lincoln zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 270°12''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',40.09,'EPSG','9110','EPSG','8802','Longitude of natural origin',-89.48,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000018,'EPSG','9201','EPSG','8806','False easting',8760000.0,'EPSG','9003','EPSG','8807','False northing',1739000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19063','conversion','EPSG','11248','EPSG','4718','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11249','Illinois Coordinate System of 1983 Decatur zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 271°12''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',36.18,'EPSG','9110','EPSG','8802','Longitude of natural origin',-88.48,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000024,'EPSG','9201','EPSG','8806','False easting',9678000.0,'EPSG','9003','EPSG','8807','False northing',492000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19064','conversion','EPSG','11249','EPSG','4719','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11250','Illinois Coordinate System of 1983 Champaign zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 272°00''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',40.09,'EPSG','9110','EPSG','8802','Longitude of natural origin',-88.0,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000026,'EPSG','9201','EPSG','8806','False easting',328000.0,'EPSG','9003','EPSG','8807','False northing',2822000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19065','conversion','EPSG','11250','EPSG','4720','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11251','Illinois Coordinate System of 1983 Jacksonville zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 269°24''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',39.39,'EPSG','9110','EPSG','8802','Longitude of natural origin',-90.36,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000023,'EPSG','9201','EPSG','8806','False easting',1247000.0,'EPSG','9003','EPSG','8807','False northing',2822000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19066','conversion','EPSG','11251','EPSG','4721','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11252','Illinois Coordinate System of 1983 Springfield zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 270°21''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',39.45,'EPSG','9110','EPSG','8802','Longitude of natural origin',-89.39,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000022,'EPSG','9201','EPSG','8806','False easting',2329000.0,'EPSG','9003','EPSG','8807','False northing',2887000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19067','conversion','EPSG','11252','EPSG','4722','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11253','Illinois Coordinate System of 1983 Charleston zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 272°00''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',39.39,'EPSG','9110','EPSG','8802','Longitude of natural origin',-88.0,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000024,'EPSG','9201','EPSG','8806','False easting',3773000.0,'EPSG','9003','EPSG','8807','False northing',2756000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19068','conversion','EPSG','11253','EPSG','4723','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11254','Illinois Coordinate System of 1983 Jerseyville zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 269°30''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',32.51,'EPSG','9110','EPSG','8802','Longitude of natural origin',-90.3,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000019,'EPSG','9201','EPSG','8806','False easting',4757000.0,'EPSG','9003','EPSG','8807','False northing',492000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19069','conversion','EPSG','11254','EPSG','4724','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11255','Illinois Coordinate System of 1983 Carlinville zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 269°51''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',39.18,'EPSG','9110','EPSG','8802','Longitude of natural origin',-90.09,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.00002,'EPSG','9201','EPSG','8806','False easting',5741000.0,'EPSG','9003','EPSG','8807','False northing',2756000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19070','conversion','EPSG','11255','EPSG','4725','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11256','Illinois Coordinate System of 1983 Taylorville zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 270°36''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',33.09,'EPSG','9110','EPSG','8802','Longitude of natural origin',-89.24,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000023,'EPSG','9201','EPSG','8806','False easting',6726000.0,'EPSG','9003','EPSG','8807','False northing',492000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19071','conversion','EPSG','11256','EPSG','4726','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11257','Illinois Coordinate System of 1983 Effingham zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 271°00''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',38.57,'EPSG','9110','EPSG','8802','Longitude of natural origin',-89.0,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000019,'EPSG','9201','EPSG','8806','False easting',7710000.0,'EPSG','9003','EPSG','8807','False northing',2756000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19072','conversion','EPSG','11257','EPSG','4727','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11258','Illinois Coordinate System of 1983 Robinson zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 272°00''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',39.06,'EPSG','9110','EPSG','8802','Longitude of natural origin',-88.0,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000017,'EPSG','9201','EPSG','8806','False easting',8694000.0,'EPSG','9003','EPSG','8807','False northing',2756000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19073','conversion','EPSG','11258','EPSG','4728','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11259','Illinois Coordinate System of 1983 Belleville zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 270°00''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',32.21,'EPSG','9110','EPSG','8802','Longitude of natural origin',-90.0,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000016,'EPSG','9201','EPSG','8806','False easting',9678000.0,'EPSG','9003','EPSG','8807','False northing',492000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19074','conversion','EPSG','11259','EPSG','4729','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11260','Illinois Coordinate System of 1983 Mount Vernon zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 270°51''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',38.27,'EPSG','9110','EPSG','8802','Longitude of natural origin',-89.09,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000015,'EPSG','9201','EPSG','8806','False easting',328000.0,'EPSG','9003','EPSG','8807','False northing',3773000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19075','conversion','EPSG','11260','EPSG','4730','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11261','Illinois Coordinate System of 1983 Olney zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 271°51''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',38.33,'EPSG','9110','EPSG','8802','Longitude of natural origin',-88.09,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000013,'EPSG','9201','EPSG','8806','False easting',1247000.0,'EPSG','9003','EPSG','8807','False northing',3773000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19076','conversion','EPSG','11261','EPSG','4731','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11262','Illinois Coordinate System of 1983 Carbondale zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 271°03''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',37.54,'EPSG','9110','EPSG','8802','Longitude of natural origin',-88.57,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000012,'EPSG','9201','EPSG','8806','False easting',2395000.0,'EPSG','9003','EPSG','8807','False northing',3773000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19077','conversion','EPSG','11262','EPSG','4732','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11263','Illinois Coordinate System of 1983 Metropolis zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 271°06''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',37.12,'EPSG','9110','EPSG','8802','Longitude of natural origin',-88.54,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.00001,'EPSG','9201','EPSG','8806','False easting',3642000.0,'EPSG','9003','EPSG','8807','False northing',3839000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19078','conversion','EPSG','11263','EPSG','4733','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11264','Illinois Coordinate System of 1983 Freeport zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 270°03''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9801','Lambert Conic Conformal (1SP)','EPSG','8801','Latitude of natural origin',42.12,'EPSG','9110','EPSG','8802','Longitude of natural origin',-89.57,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000029,'EPSG','9201','EPSG','8806','False easting',1804000.0,'EPSG','9003','EPSG','8807','False northing',755000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19046','conversion','EPSG','11264','EPSG','4701','EPSG','1266'); +INSERT INTO "conversion" VALUES('EPSG','11265','Illinois Coordinate System of 1983 Rockford zone (US survey foot)','Part of the ICS83 33-zone system. Longitude of origin also given by information source as 270°45''E. State law defines grid unit as US survey foot. No equivalent metric definition.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',41.15,'EPSG','9110','EPSG','8802','Longitude of natural origin',-89.15,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.000029,'EPSG','9201','EPSG','8806','False easting',2822000.0,'EPSG','9003','EPSG','8807','False northing',492000.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','19047','conversion','EPSG','11265','EPSG','4702','EPSG','1266'); INSERT INTO "conversion" VALUES('EPSG','11301','Indiana CS27 East zone','','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',37.3,'EPSG','9110','EPSG','8802','Longitude of natural origin',-85.4,'EPSG','9110','EPSG','8805','Scale factor at natural origin',0.999966667,'EPSG','9201','EPSG','8806','False easting',500000.0,'EPSG','9003','EPSG','8807','False northing',0.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); INSERT INTO "usage" VALUES('EPSG','11161','conversion','EPSG','11301','EPSG','2196','EPSG','1142'); INSERT INTO "conversion" VALUES('EPSG','11302','Indiana CS27 West zone','','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',37.3,'EPSG','9110','EPSG','8802','Longitude of natural origin',-87.05,'EPSG','9110','EPSG','8805','Scale factor at natural origin',0.999966667,'EPSG','9201','EPSG','8806','False easting',500000.0,'EPSG','9003','EPSG','8807','False northing',0.0,'EPSG','9003',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); @@ -4559,6 +4625,16 @@ INSERT INTO "conversion" VALUES('EPSG','18063','Cuba Norte','','EPSG','9802','La INSERT INTO "usage" VALUES('EPSG','12747','conversion','EPSG','18063','EPSG','1487','EPSG','1142'); INSERT INTO "conversion" VALUES('EPSG','18064','Cuba Sur','','EPSG','9802','Lambert Conic Conformal (2SP)','EPSG','8821','Latitude of false origin',20.43,'EPSG','9110','EPSG','8822','Longitude of false origin',-76.5,'EPSG','9110','EPSG','8823','Latitude of 1st standard parallel',21.18,'EPSG','9110','EPSG','8824','Latitude of 2nd standard parallel',20.08,'EPSG','9110','EPSG','8826','Easting at false origin',500000.0,'EPSG','9001','EPSG','8827','Northing at false origin',229126.939,'EPSG','9001',NULL,NULL,NULL,NULL,NULL,NULL,0); INSERT INTO "usage" VALUES('EPSG','12748','conversion','EPSG','18064','EPSG','1488','EPSG','1142'); +INSERT INTO "conversion" VALUES('EPSG','18065','Colombia MAGNA 2018 Far West zone','Associated with MAGNA-SIRGAS 2018 reference frame.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',4.35463316,'EPSG','9110','EPSG','8802','Longitude of natural origin',-80.043902797,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.0,'EPSG','9201','EPSG','8806','False easting',1000000.0,'EPSG','9001','EPSG','8807','False northing',1000000.0,'EPSG','9001',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','18936','conversion','EPSG','18065','EPSG','3091','EPSG','1142'); +INSERT INTO "conversion" VALUES('EPSG','18066','Colombia MAGNA 2018 West zone','Associated with MAGNA-SIRGAS 2018 reference frame.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',4.35463316,'EPSG','9110','EPSG','8802','Longitude of natural origin',-77.043902797,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.0,'EPSG','9201','EPSG','8806','False easting',1000000.0,'EPSG','9001','EPSG','8807','False northing',1000000.0,'EPSG','9001',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','18937','conversion','EPSG','18066','EPSG','3090','EPSG','1142'); +INSERT INTO "conversion" VALUES('EPSG','18067','Colombia MAGNA 2018 Bogota zone','Associated with MAGNA-SIRGAS 2018 reference frame.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',4.35463316,'EPSG','9110','EPSG','8802','Longitude of natural origin',-74.043902797,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.0,'EPSG','9201','EPSG','8806','False easting',1000000.0,'EPSG','9001','EPSG','8807','False northing',1000000.0,'EPSG','9001',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','18938','conversion','EPSG','18067','EPSG','1599','EPSG','1208'); +INSERT INTO "conversion" VALUES('EPSG','18068','Colombia MAGNA 2018 East Central zone','Associated with MAGNA-SIRGAS 2018 reference frame.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',4.35463316,'EPSG','9110','EPSG','8802','Longitude of natural origin',-71.043902797,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.0,'EPSG','9201','EPSG','8806','False easting',1000000.0,'EPSG','9001','EPSG','8807','False northing',1000000.0,'EPSG','9001',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','18939','conversion','EPSG','18068','EPSG','1600','EPSG','1142'); +INSERT INTO "conversion" VALUES('EPSG','18069','Colombia MAGNA 2018 East zone','Associated with MAGNA-SIRGAS 2018 reference frame.','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',4.35463316,'EPSG','9110','EPSG','8802','Longitude of natural origin',-68.043902797,'EPSG','9110','EPSG','8805','Scale factor at natural origin',1.0,'EPSG','9201','EPSG','8806','False easting',1000000.0,'EPSG','9001','EPSG','8807','False northing',1000000.0,'EPSG','9001',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','18940','conversion','EPSG','18069','EPSG','1601','EPSG','1142'); INSERT INTO "conversion" VALUES('EPSG','18071','Egypt Blue Belt','','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',30.0,'EPSG','9102','EPSG','8802','Longitude of natural origin',35.0,'EPSG','9102','EPSG','8805','Scale factor at natural origin',1.0,'EPSG','9201','EPSG','8806','False easting',300000.0,'EPSG','9001','EPSG','8807','False northing',1100000.0,'EPSG','9001',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); INSERT INTO "usage" VALUES('EPSG','12749','conversion','EPSG','18071','EPSG','1642','EPSG','1142'); INSERT INTO "conversion" VALUES('EPSG','18072','Egypt Red Belt','','EPSG','9807','Transverse Mercator','EPSG','8801','Latitude of natural origin',30.0,'EPSG','9102','EPSG','8802','Longitude of natural origin',31.0,'EPSG','9102','EPSG','8805','Scale factor at natural origin',1.0,'EPSG','9201','EPSG','8806','False easting',615000.0,'EPSG','9001','EPSG','8807','False northing',810000.0,'EPSG','9001',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); diff --git a/data/sql/coordinate_system.sql b/data/sql/coordinate_system.sql index f4265346fd..be2167cd53 100644 --- a/data/sql/coordinate_system.sql +++ b/data/sql/coordinate_system.sql @@ -27,6 +27,7 @@ INSERT INTO "coordinate_system" VALUES('EPSG','1047','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','1048','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','1049','vertical',1); INSERT INTO "coordinate_system" VALUES('EPSG','1050','vertical',1); +INSERT INTO "coordinate_system" VALUES('EPSG','1053','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','4400','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','4401','Cartesian',2); INSERT INTO "coordinate_system" VALUES('EPSG','4402','Cartesian',2); diff --git a/data/sql/extent.sql b/data/sql/extent.sql index bc7a219411..9389d48bd5 100644 --- a/data/sql/extent.sql +++ b/data/sql/extent.sql @@ -358,9 +358,9 @@ INSERT INTO "extent" VALUES('EPSG','1378','USA - Delaware','United States (USA) INSERT INTO "extent" VALUES('EPSG','1379','USA - Florida','United States (USA) - Florida.',24.41,31.01,-87.63,-79.97,0); INSERT INTO "extent" VALUES('EPSG','1380','USA - Georgia','United States (USA) - Georgia.',30.36,35.01,-85.61,-80.77,0); INSERT INTO "extent" VALUES('EPSG','1381','USA - Idaho','United States (USA) - Idaho.',41.99,49.01,-117.24,-111.04,0); -INSERT INTO "extent" VALUES('EPSG','1382','USA - Illinois','United States (USA) - Illinois.',36.98,42.51,-91.52,-87.02,0); -INSERT INTO "extent" VALUES('EPSG','1383','USA - Indiana','United States (USA) - Indiana.',37.77,41.77,-88.06,-84.78,0); -INSERT INTO "extent" VALUES('EPSG','1384','USA - Iowa','United States (USA) - Iowa.',40.37,43.51,-96.65,-90.14,0); +INSERT INTO "extent" VALUES('EPSG','1382','USA - Illinois','United States (USA) - Illinois.',36.97,42.51,-91.52,-87.02,0); +INSERT INTO "extent" VALUES('EPSG','1383','USA - Indiana','United States (USA) - Indiana.',37.77,41.77,-88.1,-84.78,0); +INSERT INTO "extent" VALUES('EPSG','1384','USA - Iowa','United States (USA) - Iowa.',40.36,43.51,-96.65,-90.14,0); INSERT INTO "extent" VALUES('EPSG','1385','USA - Kansas','United States (USA) - Kansas.',36.99,40.01,-102.06,-94.58,0); INSERT INTO "extent" VALUES('EPSG','1386','USA - Kentucky','United States (USA) - Kentucky.',36.49,39.15,-89.57,-81.95,0); INSERT INTO "extent" VALUES('EPSG','1387','USA - Louisiana','United States (USA) - Louisiana.',28.85,33.03,-94.05,-88.75,0); @@ -574,10 +574,10 @@ INSERT INTO "extent" VALUES('EPSG','1594','China - 114°E to 120°E onshore','Ch INSERT INTO "extent" VALUES('EPSG','1595','China - 120°E to 126°E onshore','China - onshore between 120°E and 126°E.',26.34,53.56,120.0,126.0,0); INSERT INTO "extent" VALUES('EPSG','1596','China - 126°E to 132°E onshore','China - onshore between 126°E and 132°E.',40.89,52.79,126.0,132.0,0); INSERT INTO "extent" VALUES('EPSG','1597','China - east of 132°E','China - east of 132°E.',45.02,48.4,132.0,134.77,0); -INSERT INTO "extent" VALUES('EPSG','1598','Colombia - west of 75°35''W','Colombia - mainland onshore west of 1°30''W of Bogota (75°34''51.30"W of Greenwich).',0.03,10.21,-79.1,-75.58,0); -INSERT INTO "extent" VALUES('EPSG','1599','Colombia - 75°35''W to 72°35''W','Colombia - onshore between 1°30''W and 1°30''E of Bogota (75°35''W and 72°35''W of Greenwich).',-2.51,11.82,-75.59,-72.58,0); -INSERT INTO "extent" VALUES('EPSG','1600','Colombia - 72°35''W to 69°35''W','Colombia - onshore between 1°30''E and 4°30''E of Bogota (72°35''W and 69°34''W of Greenwich).',-4.23,12.52,-72.59,-69.58,0); -INSERT INTO "extent" VALUES('EPSG','1601','Colombia - east of 69°35''W','Colombia - east of 4°30''E of Bogota (69°34''51.3"W of Greenwich).',-2.25,6.31,-69.59,-66.87,0); +INSERT INTO "extent" VALUES('EPSG','1598','Colombia - west of 75°35''W','Colombia - mainland onshore west of 1°30''W of Bogota (approximately 75°35''W of Greenwich).',0.03,10.21,-79.1,-75.58,0); +INSERT INTO "extent" VALUES('EPSG','1599','Colombia - 75°35''W to 72°35''W','Colombia - onshore between 1°30''W and 1°30''E of Bogota (approximately 75°35''W and 72°35''W of Greenwich).',-2.51,11.82,-75.59,-72.58,0); +INSERT INTO "extent" VALUES('EPSG','1600','Colombia - 72°35''W to 69°35''W','Colombia - onshore between 1°30''E and 4°30''E of Bogota (approximately 72°35''W and 69°35''W of Greenwich).',-4.23,12.52,-72.59,-69.58,0); +INSERT INTO "extent" VALUES('EPSG','1601','Colombia - east of 69°35''W','Colombia - east of 4°30''E of Bogota (approximately 69°35''W of Greenwich).',-2.25,6.31,-69.59,-66.87,0); INSERT INTO "extent" VALUES('EPSG','1602','Colombia - offshore west of 78°W','Colombia - offshore west of 78°W of Greenwich.',NULL,NULL,NULL,NULL,1); INSERT INTO "extent" VALUES('EPSG','1603','Colombia - offshore Caribbean west of 72°W','Colombia - offshore Caribbean west of 72°W of Greenwich.',7.9,13.68,-77.37,-72.0,0); INSERT INTO "extent" VALUES('EPSG','1604','Angola - Angola proper - offshore','Angola - Angola proper - offshore.',-17.26,-6.01,8.2,13.86,0); @@ -1170,12 +1170,12 @@ INSERT INTO "extent" VALUES('EPSG','2190','USA - Georgia - SPCS - W','United Sta INSERT INTO "extent" VALUES('EPSG','2191','USA - Idaho - SPCS - C','United States (USA) - Idaho - counties of Blaine; Butte; Camas; Cassia; Custer; Gooding; Jerome; Lemhi; Lincoln; Minidoka; Twin Falls.',41.99,45.7,-115.3,-112.67,0); INSERT INTO "extent" VALUES('EPSG','2192','USA - Idaho - SPCS - E','United States (USA) - Idaho - counties of Bannock; Bear Lake; Bingham; Bonneville; Caribou; Clark; Franklin; Fremont; Jefferson; Madison; Oneida; Power; Teton.',41.99,44.75,-113.24,-111.04,0); INSERT INTO "extent" VALUES('EPSG','2193','USA - Idaho - SPCS - W','United States (USA) - Idaho - counties of Ada; Adams; Benewah; Boise; Bonner; Boundary; Canyon; Clearwater; Elmore; Gem; Idaho; Kootenai; Latah; Lewis; Nez Perce; Owyhee; Payette; Shoshone; Valley; Washington.',41.99,49.01,-117.24,-114.32,0); -INSERT INTO "extent" VALUES('EPSG','2194','USA - Illinois - SPCS - E','United States (USA) - Illinois - counties of Boone; Champaign; Clark; Clay; Coles; Cook; Crawford; Cumberland; De Kalb; De Witt; Douglas; Du Page; Edgar; Edwards; Effingham; Fayette; Ford; Franklin; Gallatin; Grundy; Hamilton; Hardin; Iroquois; Jasper; Jefferson; Johnson; Kane; Kankakee; Kendall; La Salle; Lake; Lawrence; Livingston; Macon; Marion; Massac; McHenry; McLean; Moultrie; Piatt; Pope; Richland; Saline; Shelby; Vermilion; Wabash; Wayne; White; Will; Williamson.',37.06,42.5,-89.28,-87.02,0); -INSERT INTO "extent" VALUES('EPSG','2195','USA - Illinois - SPCS - W','United States (USA) - Illinois - counties of Adams; Alexander; Bond; Brown; Bureau; Calhoun; Carroll; Cass; Christian; Clinton; Fulton; Greene; Hancock; Henderson; Henry; Jackson; Jersey; Jo Daviess; Knox; Lee; Logan; Macoupin; Madison; Marshall; Mason; McDonough; Menard; Mercer; Monroe; Montgomery; Morgan; Ogle; Peoria; Perry; Pike; Pulaski; Putnam; Randolph; Rock Island; Sangamon; Schuyler; Scott; St Clair; Stark; Stephenson; Tazewell; Union; Warren; Washington; Whiteside; Winnebago; Woodford.',36.98,42.51,-91.52,-88.93,0); +INSERT INTO "extent" VALUES('EPSG','2194','USA - Illinois - SPCS - E','United States (USA) - Illinois - counties of Boone; Champaign; Clark; Clay; Coles; Cook; Crawford; Cumberland; De Kalb; De Witt; Douglas; Du Page; Edgar; Edwards; Effingham; Fayette; Ford; Franklin; Gallatin; Grundy; Hamilton; Hardin; Iroquois; Jasper; Jefferson; Johnson; Kane; Kankakee; Kendall; La Salle; Lake; Lawrence; Livingston; Macon; Marion; Massac; McHenry; McLean; Moultrie; Piatt; Pope; Richland; Saline; Shelby; Vermilion; Wabash; Wayne; White; Will; Williamson.',37.06,42.5,-89.27,-87.02,0); +INSERT INTO "extent" VALUES('EPSG','2195','USA - Illinois - SPCS - W','United States (USA) - Illinois - counties of Adams; Alexander; Bond; Brown; Bureau; Calhoun; Carroll; Cass; Christian; Clinton; Fulton; Greene; Hancock; Henderson; Henry; Jackson; Jersey; Jo Daviess; Knox; Lee; Logan; Macoupin; Madison; Marshall; Mason; McDonough; Menard; Mercer; Monroe; Montgomery; Morgan; Ogle; Peoria; Perry; Pike; Pulaski; Putnam; Randolph; Rock Island; Sangamon; Schuyler; Scott; St Clair; Stark; Stephenson; Tazewell; Union; Warren; Washington; Whiteside; Winnebago; Woodford.',36.97,42.51,-91.52,-87.02,0); INSERT INTO "extent" VALUES('EPSG','2196','USA - Indiana - SPCS - E','United States (USA) - Indiana - counties of Adams; Allen; Bartholomew; Blackford; Brown; Cass; Clark; De Kalb; Dearborn; Decatur; Delaware; Elkhart; Fayette; Floyd; Franklin; Fulton; Grant; Hamilton; Hancock; Harrison; Henry; Howard; Huntington; Jackson; Jay; Jefferson; Jennings; Johnson; Kosciusko; Lagrange; Madison; Marion; Marshall; Miami; Noble; Ohio; Randolph; Ripley; Rush; Scott; Shelby; St Joseph; Steuben; Switzerland; Tipton; Union; Wabash; Washington; Wayne; Wells; Whitley.',37.95,41.77,-86.59,-84.78,0); -INSERT INTO "extent" VALUES('EPSG','2197','USA - Indiana - SPCS - W','United States (USA) - Indiana - counties of Benton; Boone; Carroll; Clay; Clinton; Crawford; Daviess; Dubois; Fountain; Gibson; Greene; Hendricks; Jasper; Knox; La Porte; Lake; Lawrence; Martin; Monroe; Montgomery; Morgan; Newton; Orange; Owen; Parke; Perry; Pike; Porter; Posey; Pulaski; Putnam; Spencer; Starke; Sullivan; Tippecanoe; Vanderburgh; Vermillion; Vigo; Warren; Warrick; White.',37.77,41.77,-88.06,-86.24,0); +INSERT INTO "extent" VALUES('EPSG','2197','USA - Indiana - SPCS - W','United States (USA) - Indiana - counties of Benton; Boone; Carroll; Clay; Clinton; Crawford; Daviess; Dubois; Fountain; Gibson; Greene; Hendricks; Jasper; Knox; La Porte; Lake; Lawrence; Martin; Monroe; Montgomery; Morgan; Newton; Orange; Owen; Parke; Perry; Pike; Porter; Posey; Pulaski; Putnam; Spencer; Starke; Sullivan; Tippecanoe; Vanderburgh; Vermillion; Vigo; Warren; Warrick; White.',37.77,41.77,-88.1,-86.24,0); INSERT INTO "extent" VALUES('EPSG','2198','USA - Iowa - SPCS - N','United States (USA) - Iowa - counties of Allamakee; Benton; Black Hawk; Boone; Bremer; Buchanan; Buena Vista; Butler; Calhoun; Carroll; Cerro Gordo; Cherokee; Chickasaw; Clay; Clayton; Crawford; Delaware; Dickinson; Dubuque; Emmet; Fayette; Floyd; Franklin; Greene; Grundy; Hamilton; Hancock; Hardin; Howard; Humboldt; Ida; Jackson; Jones; Kossuth; Linn; Lyon; Marshall; Mitchell; Monona; O''Brien; Osceola; Palo Alto; Plymouth; Pocahontas; Sac; Sioux; Story; Tama; Webster; Winnebago; Winneshiek; Woodbury; Worth; Wright.',41.85,43.51,-96.65,-90.15,0); -INSERT INTO "extent" VALUES('EPSG','2199','USA - Iowa - SPCS - S','United States (USA) - Iowa - counties of Adair; Adams; Appanoose; Audubon; Cass; Cedar; Clarke; Clinton; Dallas; Davis; Decatur; Des Moines; Fremont; Guthrie; Harrison; Henry; Iowa; Jasper; Jefferson; Johnson; Keokuk; Lee; Louisa; Lucas; Madison; Mahaska; Marion; Mills; Monroe; Montgomery; Muscatine; Page; Polk; Pottawattamie; Poweshiek; Ringgold; Scott; Shelby; Taylor; Union; Van Buren; Wapello; Warren; Washington; Wayne.',40.37,42.04,-96.14,-90.14,0); +INSERT INTO "extent" VALUES('EPSG','2199','USA - Iowa - SPCS - S','United States (USA) - Iowa - counties of Adair; Adams; Appanoose; Audubon; Cass; Cedar; Clarke; Clinton; Dallas; Davis; Decatur; Des Moines; Fremont; Guthrie; Harrison; Henry; Iowa; Jasper; Jefferson; Johnson; Keokuk; Lee; Louisa; Lucas; Madison; Mahaska; Marion; Mills; Monroe; Montgomery; Muscatine; Page; Polk; Pottawattamie; Poweshiek; Ringgold; Scott; Shelby; Taylor; Union; Van Buren; Wapello; Warren; Washington; Wayne.',40.36,42.04,-96.14,-90.14,0); INSERT INTO "extent" VALUES('EPSG','2200','USA - Kansas - SPCS - N','United States (USA) - Kansas - counties of Atchison; Brown; Cheyenne; Clay; Cloud; Decatur; Dickinson; Doniphan; Douglas; Ellis; Ellsworth; Geary; Gove; Graham; Jackson; Jefferson; Jewell; Johnson; Leavenworth; Lincoln; Logan; Marshall; Mitchell; Morris; Nemaha; Norton; Osborne; Ottawa; Phillips; Pottawatomie; Rawlins; Republic; Riley; Rooks; Russell; Saline; Shawnee; Sheridan; Sherman; Smith; Thomas; Trego; Wabaunsee; Wallace; Washington; Wyandotte.',38.52,40.01,-102.06,-94.58,0); INSERT INTO "extent" VALUES('EPSG','2201','USA - Kansas - SPCS - S','United States (USA) - Kansas - counties of Allen; Anderson; Barber; Barton; Bourbon; Butler; Chase; Chautauqua; Cherokee; Clark; Coffey; Comanche; Cowley; Crawford; Edwards; Elk; Finney; Ford; Franklin; Grant; Gray; Greeley; Greenwood; Hamilton; Harper; Harvey; Haskell; Hodgeman; Kearny; Kingman; Kiowa; Labette; Lane; Linn; Lyon; Marion; McPherson; Meade; Miami; Montgomery; Morton; Neosho; Ness; Osage; Pawnee; Pratt; Reno; Rice; Rush; Scott; Sedgwick; Seward; Stafford; Stanton; Stevens; Sumner; Wichita; Wilson; Woodson.',36.99,38.88,-102.05,-94.6,0); INSERT INTO "extent" VALUES('EPSG','2202','USA - Kentucky - SPCS - N','United States (USA) - Kentucky - counties of Anderson; Bath; Boone; Bourbon; Boyd; Bracken; Bullitt; Campbell; Carroll; Carter; Clark; Elliott; Fayette; Fleming; Franklin; Gallatin; Grant; Greenup; Harrison; Henry; Jefferson; Jessamine; Kenton; Lawrence; Lewis; Mason; Menifee; Montgomery; Morgan; Nicholas; Oldham; Owen; Pendleton; Robertson; Rowan; Scott; Shelby; Spencer; Trimble; Woodford.',37.71,39.15,-85.96,-82.47,0); @@ -2066,8 +2066,8 @@ INSERT INTO "extent" VALUES('EPSG','3086','Colombia region 5','Colombia - region INSERT INTO "extent" VALUES('EPSG','3087','Colombia region 6','Colombia - region VI - onshore between 3°N and 5°N and west of 74°24''W.',3.0,5.01,-77.68,-74.39,0); INSERT INTO "extent" VALUES('EPSG','3088','Colombia region 7','Colombia - region VII (south west). Onshore south of 3°N and west of 74°W.',-1.13,3.01,-79.1,-74.0,0); INSERT INTO "extent" VALUES('EPSG','3089','Colombia region 8','Colombia - region VIII (south east). South and east of a line from the intersection of the meridian of 74°W with the southern border, northwards to 3°N, 74°W, westwards to 3°''N, 74°24''W, northwards to 5°N, 74°24''W, eastwards to 5°N, 72°W, and then northwards to the intersection of the meridian of 72°W with the international border.',-4.23,7.1,-74.4,-66.87,0); -INSERT INTO "extent" VALUES('EPSG','3090','Colombia - 78°35''W to 75°35''W','Colombia - onshore between 78°35''W and 75°35''W of Greenwich (4°30'' W and 1°30'' W of Bogota).',0.03,10.21,-78.59,-75.58,0); -INSERT INTO "extent" VALUES('EPSG','3091','Colombia - west of 78°35''W','Colombia - mainland onshore west of 78°35''W of Greenwich (4°30'' W of Bogota).',1.23,2.48,-79.1,-78.58,0); +INSERT INTO "extent" VALUES('EPSG','3090','Colombia - 78°35''W to 75°35''W','Colombia - onshore between 4°30''W and 1°30''W of Bogota (approximately 78°35''W and 75°35''W of Greenwich).',0.03,10.21,-78.59,-75.58,0); +INSERT INTO "extent" VALUES('EPSG','3091','Colombia - west of 78°35''W','Colombia - mainland onshore west of 4°30''W of Bogota (approximately 78°35''W of Greenwich).',1.23,2.48,-79.1,-78.58,0); INSERT INTO "extent" VALUES('EPSG','3092','Finland - west of 19.5°E onshore','Finland - onshore west of 19°30''E.',60.08,60.34,19.24,19.5,0); INSERT INTO "extent" VALUES('EPSG','3093','Finland - 19.5°E to 20.5°E onshore','Finland - onshore between 19°30''E and 20°30''E.',59.92,60.48,19.5,20.5,0); INSERT INTO "extent" VALUES('EPSG','3094','Finland - 20.5°E to 21.5°E onshore','Finland - onshore between 20°30''E and 21°30''E.',59.84,69.33,20.5,21.5,0); @@ -3220,7 +3220,7 @@ INSERT INTO "extent" VALUES('EPSG','4240','USA - Iowa - Cedar Rapids','United St INSERT INTO "extent" VALUES('EPSG','4241','USA - Iowa - Dubuque-Davenport','United States (USA) - Iowa - counties of Clinton; Dubuque; Jackson; Scott.',41.44,42.68,-91.14,-90.14,0); INSERT INTO "extent" VALUES('EPSG','4242','USA - Iowa - Red Oak-Ottumwa','United States (USA) - Iowa - counties of Adams; Appanoose; Clarke; Davis; Decatur; Lucas; Monroe; Montgomery; Page; Ringgold; Taylor; Union; Wapello; Wayne.',40.57,41.17,-95.39,-92.17,0); INSERT INTO "extent" VALUES('EPSG','4243','USA - Iowa - Fairfield','United States (USA) - Iowa - counties of Jefferson; Keokuk; Van Buren; Washington.',40.59,41.52,-92.42,-91.48,0); -INSERT INTO "extent" VALUES('EPSG','4244','USA - Iowa - Burlington','United States (USA) - Iowa - counties of Des Moines; Henry; Lee; Louisa; Muscatine.',40.37,41.6,-91.72,-90.78,0); +INSERT INTO "extent" VALUES('EPSG','4244','USA - Iowa - Burlington','United States (USA) - Iowa - counties of Des Moines; Henry; Lee; Louisa; Muscatine.',40.36,41.6,-91.72,-90.78,0); INSERT INTO "extent" VALUES('EPSG','4245','French Southern Territories - Crozet west of 48°E','French Southern Territories - Crozet offshore west of 48°E.',-49.38,-43.12,45.37,48.01,0); INSERT INTO "extent" VALUES('EPSG','4246','French Southern and Antarctic Territories','French Southern Territories - onshore and offshore: Amsterdam and St Paul, Crozet, Europa and Kerguelen. Antarctica - Adelie Land coastal area.',-67.13,-20.91,37.98,142.0,0); INSERT INTO "extent" VALUES('EPSG','4247','French Southern Territories - Crozet 48°E to 54°E','French Southern Territories - Crozet onshore and offshore between 48°E to 54°E.',-49.82,-42.61,48.0,54.01,0); @@ -3240,18 +3240,18 @@ INSERT INTO "extent" VALUES('EPSG','4260','USA - Indiana - Clinton','United Stat INSERT INTO "extent" VALUES('EPSG','4261','USA - Indiana - Parke and Vermillion','United States (USA) - Indiana - counties of Parke and Vermillion.',39.6,40.15,-87.54,-87.0,0); INSERT INTO "extent" VALUES('EPSG','4262','USA - Indiana - Montgomery and Putnam','United States (USA) - Indiana - counties of Montgomery and Putnam.',39.47,40.22,-87.1,-86.64,0); INSERT INTO "extent" VALUES('EPSG','4263','USA - Indiana - Boone and Hendricks','United States (USA) - Indiana - counties of Boone and Hendricks.',39.6,40.19,-86.7,-86.24,0); -INSERT INTO "extent" VALUES('EPSG','4264','USA - Indiana - Vigo','United States (USA) - Indiana - Vigo county.',39.25,39.61,-87.62,-87.19,0); +INSERT INTO "extent" VALUES('EPSG','4264','USA - Indiana - Vigo','United States (USA) - Indiana - Vigo county.',39.25,39.61,-87.63,-87.19,0); INSERT INTO "extent" VALUES('EPSG','4265','USA - Indiana - Clay','United States (USA) - Indiana - Clay county.',39.16,39.61,-87.25,-86.93,0); INSERT INTO "extent" VALUES('EPSG','4266','USA - Indiana - Owen','United States (USA) - Indiana - Owen county.',39.16,39.48,-87.06,-86.63,0); INSERT INTO "extent" VALUES('EPSG','4267','USA - Indiana - Monroe and Morgan','United States (USA) - Indiana - counties of Monroe and Morgan.',38.99,39.64,-86.69,-86.24,0); -INSERT INTO "extent" VALUES('EPSG','4268','USA - Indiana - Sullivan','United States (USA) - Indiana - Sullivan county.',38.9,39.26,-87.65,-87.24,0); +INSERT INTO "extent" VALUES('EPSG','4268','USA - Indiana - Sullivan','United States (USA) - Indiana - Sullivan county.',38.9,39.26,-87.66,-87.24,0); INSERT INTO "extent" VALUES('EPSG','4269','USA - Indiana - Daviess and Greene','United States (USA) - Indiana - counties of Daviess and Greene.',38.49,39.18,-87.28,-86.68,0); -INSERT INTO "extent" VALUES('EPSG','4270','USA - Indiana - Knox','United States (USA) - Indiana - Knox county.',38.41,38.91,-87.75,-87.09,0); +INSERT INTO "extent" VALUES('EPSG','4270','USA - Indiana - Knox','United States (USA) - Indiana - Knox county.',38.41,38.91,-87.76,-87.09,0); INSERT INTO "extent" VALUES('EPSG','4271','USA - Indiana - Dubois and Martin','United States (USA) - Indiana - counties of Dubois and Martin.',38.2,38.91,-87.08,-86.67,0); INSERT INTO "extent" VALUES('EPSG','4272','USA - Indiana - Crawford, Lawrence, Orange','United States (USA) - Indiana - counties of Crawford, Lawrence and Orange.',38.1,39.0,-86.69,-86.24,0); -INSERT INTO "extent" VALUES('EPSG','4273','USA - Indiana - Gibson','United States (USA) - Indiana - Gibson county.',38.16,38.54,-87.98,-87.31,0); +INSERT INTO "extent" VALUES('EPSG','4273','USA - Indiana - Gibson','United States (USA) - Indiana - Gibson county.',38.16,38.54,-87.99,-87.31,0); INSERT INTO "extent" VALUES('EPSG','4274','USA - Indiana - Pike and Warrick','United States (USA) - Indiana - counties of Pike and Warrick.',37.87,38.56,-87.48,-87.01,0); -INSERT INTO "extent" VALUES('EPSG','4275','USA - Indiana - Posey','United States (USA) - Indiana - Posey county.',37.77,38.24,-88.06,-87.68,0); +INSERT INTO "extent" VALUES('EPSG','4275','USA - Indiana - Posey','United States (USA) - Indiana - Posey county.',37.77,38.24,-88.1,-87.68,0); INSERT INTO "extent" VALUES('EPSG','4276','USA - Indiana - Vanderburgh','United States (USA) - Indiana - Vanderburgh county.',37.82,38.17,-87.71,-87.44,0); INSERT INTO "extent" VALUES('EPSG','4277','USA - Indiana - Spencer','United States (USA) - Indiana - Spencer county.',37.78,38.21,-87.27,-86.76,0); INSERT INTO "extent" VALUES('EPSG','4278','USA - Indiana - Perry','United States (USA) - Indiana - Perry county.',37.84,38.27,-86.82,-86.43,0); @@ -3666,3 +3666,36 @@ INSERT INTO "extent" VALUES('EPSG','4687','UK - Shrewsbury to Aberystwyth','Unit INSERT INTO "extent" VALUES('EPSG','4688','UK – Okehampton to Penstone','United Kingdom (UK) - on or related to the rail route from Okehampton to Penstone.',50.65,50.85,-4.1,-3.6,0); INSERT INTO "extent" VALUES('EPSG','4689','UK – Reading to Penzance','United Kingdom (UK) - on or related to the rail route from Reading via Newbury to Penzance.',50.05,51.7,-5.63,-0.85,0); INSERT INTO "extent" VALUES('EPSG','4690','UK - London to Fishguard','United Kingdom (UK) - on or related to the rail routes from London (Paddington) to Swansea; Swansea to Pembroke Dock, Milford Haven and Fishguard; and around Cardiff and the valleys.',51.25,52.06,-5.16,-0.1,0); +INSERT INTO "extent" VALUES('EPSG','4701','USA - Illinois - Carroll, Jo Daviess, Stephenson','United States (USA) - Illinois - counties of Carroll, Jo Daviess and Stephenson.',41.92,42.51,-90.66,-89.39,0); +INSERT INTO "extent" VALUES('EPSG','4702','USA - Illinois - Lee, Ogle, Winnebago','United States (USA) - Illinois - counties of Lee, Ogle and Winnebago.',41.58,42.51,-89.69,-88.93,0); +INSERT INTO "extent" VALUES('EPSG','4703','USA - Illinois - Boone, Dekalb, Kane, Kendall, McHenry','United States (USA) - Illinois - counties of Boone, Dekalb, Kane, Kendall and McHenry.',41.45,42.5,-88.95,-88.19,0); +INSERT INTO "extent" VALUES('EPSG','4704','USA - Illinois - Cook, DuPage, Lake','United States (USA) - Illinois - counties of Cook, DuPage and Lake.',41.46,42.5,-88.27,-87.52,0); +INSERT INTO "extent" VALUES('EPSG','4705','USA - Illinois - Rock Island','United States (USA) - Illinois - Rock Island county.',41.32,41.79,-91.08,-90.15,0); +INSERT INTO "extent" VALUES('EPSG','4706','USA - Illinois - Henry, Whiteside','United States (USA) - Illinois - counties of Henry and Whiteside.',41.14,41.94,-90.44,-89.62,0); +INSERT INTO "extent" VALUES('EPSG','4707','USA - Illinois - Bureau, Grundy, LaSalle, Putnam','United States (USA) - Illinois - counties of Bureau, Grundy, LaSalle and Putnam.',40.92,41.64,-89.87,-88.24,0); +INSERT INTO "extent" VALUES('EPSG','4708','USA - Illinois - Kankakee, Will','United States (USA) - Illinois - counties of Kankakee and Will.',40.99,41.73,-88.27,-87.52,0); +INSERT INTO "extent" VALUES('EPSG','4709','USA - Illinois - Henderson, Mercer, Warren','United States (USA) - Illinois - counties of Henderson, Mercer and Warren.',40.62,41.34,-91.19,-90.43,0); +INSERT INTO "extent" VALUES('EPSG','4710','USA - Illinois - Fulton, Knox, Stark','United States (USA) - Illinois - counties of Fulton, Knox and Stark.',40.18,41.24,-90.46,-89.63,0); +INSERT INTO "extent" VALUES('EPSG','4711','USA - Illinois - Peoria, Tazewell','United States (USA) - Illinois - counties of Peoria and Tazewell.',40.31,40.98,-89.99,-89.26,0); +INSERT INTO "extent" VALUES('EPSG','4712','USA - Illinois - Marshall, Woodford','United States (USA) - Illinois - counties of Marshall and Woodford.',40.59,41.15,-89.64,-88.92,0); +INSERT INTO "extent" VALUES('EPSG','4713','USA - Illinois - McLean','United States (USA) - Illinois - McLean county.',40.28,40.76,-89.27,-88.45,0); +INSERT INTO "extent" VALUES('EPSG','4714','USA - Illinois - Livingston','United States (USA) - Illinois - Livingston county.',40.61,41.12,-88.94,-88.23,0); +INSERT INTO "extent" VALUES('EPSG','4715','USA - Illinois - Ford, Iroquois','United States (USA) - Illinois - counties of Ford and Iroquois.',40.39,41.02,-88.46,-87.52,0); +INSERT INTO "extent" VALUES('EPSG','4716','USA - Illinois - Adams, Hancock','United States (USA) - Illinois - counties of Adams and Hancock.',39.75,40.64,-91.52,-90.9,0); +INSERT INTO "extent" VALUES('EPSG','4717','USA - Illinois - Brown, McDonough, Schuyler','United States (USA) - Illinois - counties of Brown, McDonough and Schuyler.',39.83,40.64,-90.92,-90.19,0); +INSERT INTO "extent" VALUES('EPSG','4718','USA - Illinois - Cass, Logan, Mason, Menard','United States (USA) - Illinois - counties of Cass, Logan, Mason and Menard.',39.87,40.44,-90.59,-89.14,0); +INSERT INTO "extent" VALUES('EPSG','4719','USA - Illinois - Dewitt, Macon, Moultrie, Piatt, Shelby','United States (USA) - Illinois - counties of Dewitt, Macon, Moultrie, Piatt and Shelby.',39.21,40.29,-89.22,-88.46,0); +INSERT INTO "extent" VALUES('EPSG','4720','USA - Illinois - Champaign, Vermilion','United States (USA) - Illinois - counties of Champaign and Vermilion.',39.86,40.5,-88.47,-87.52,0); +INSERT INTO "extent" VALUES('EPSG','4721','USA - Illinois - Morgan, Pike, Scott','United States (USA) - Illinois - counties of Morgan, Pike and Scott.',39.39,39.88,-91.38,-89.92,0); +INSERT INTO "extent" VALUES('EPSG','4722','USA - Illinois - Sangamon','United States (USA) - Illinois - Sangamon county.',39.52,39.98,-90.0,-89.21,0); +INSERT INTO "extent" VALUES('EPSG','4723','USA - Illinois - Coles, Douglas, Edgar','United States (USA) - Illinois - counties of Coles, Douglas and Edgar.',39.37,39.89,-88.48,-87.53,0); +INSERT INTO "extent" VALUES('EPSG','4724','USA - Illinois - Calhoun, Jersey','United States (USA) - Illinois - counties of Calhoun and Jersey.',38.86,39.41,-90.94,-90.14,0); +INSERT INTO "extent" VALUES('EPSG','4725','USA - Illinois - Greene, Macoupin','United States (USA) - Illinois - counties of Greene and Macoupin.',38.99,39.53,-90.63,-89.69,0); +INSERT INTO "extent" VALUES('EPSG','4726','USA - Illinois - Christian, Montgomery','United States (USA) - Illinois - counties of Christian and Montgomery.',38.99,39.83,-89.71,-89.02,0); +INSERT INTO "extent" VALUES('EPSG','4727','USA - Illinois - Bond, Effingham, Fayette','United States (USA) - Illinois - counties of Bond, Effingham and Fayette.',38.73,39.22,-89.64,-88.36,0); +INSERT INTO "extent" VALUES('EPSG','4728','USA - Illinois - Clark, Crawford, Cumberland, Jasper','United States (USA) - Illinois - counties of Clark, Crawford, Cumberland and Jasper.',38.84,39.49,-88.48,-87.51,0); +INSERT INTO "extent" VALUES('EPSG','4729','USA - Illinois - Madison, Monroe, St Clair','United States (USA) - Illinois - counties of Madison, Monroe and St Clair.',38.08,39.0,-90.38,-89.59,0); +INSERT INTO "extent" VALUES('EPSG','4730','USA - Illinois - Clinton, Jefferson, Marion, Washington','United States (USA) - Illinois - counties of Clinton, Jefferson, Marion and Washington.',38.12,38.83,-89.71,-88.69,0); +INSERT INTO "extent" VALUES('EPSG','4731','USA - Illinois - Olney zone','United States (USA) - Illinois - counties of Clay, Edwards, Lawrence, Richland, Wabash and Wayne.',38.23,38.92,-88.71,-87.49,0); +INSERT INTO "extent" VALUES('EPSG','4732','USA - Illinois - Carbondale zone','United States (USA) - Illinois - counties of Franklin, Gallatin, Hamilton, Jackson, Perry, Randolph, Saline, White and Williamson.',37.56,38.26,-90.21,-87.91,0); +INSERT INTO "extent" VALUES('EPSG','4733','USA - Illinois - Metropolis zone','United States (USA) - Illinois - counties of Alexander, Hardin, Johnson, Massac, Pope, Pulaski and Union.',36.97,37.61,-89.53,-88.06,0); diff --git a/data/sql/geodetic_crs.sql b/data/sql/geodetic_crs.sql index fbb98787f7..541f0b2603 100644 --- a/data/sql/geodetic_crs.sql +++ b/data/sql/geodetic_crs.sql @@ -2220,3 +2220,9 @@ INSERT INTO "geodetic_crs" VALUES('EPSG','20040','SIRGAS-Chile 2021',NULL,'geogr INSERT INTO "usage" VALUES('EPSG','18455','geodetic_crs','EPSG','20040','EPSG','1066','EPSG','1027'); INSERT INTO "geodetic_crs" VALUES('EPSG','20041','SIRGAS-Chile 2021',NULL,'geographic 2D','EPSG','6422','EPSG','1327',NULL,0); INSERT INTO "usage" VALUES('EPSG','18456','geodetic_crs','EPSG','20041','EPSG','1066','EPSG','1183'); +INSERT INTO "geodetic_crs" VALUES('EPSG','20044','MAGNA-SIRGAS 2018',NULL,'geocentric','EPSG','6500','EPSG','1329',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19038','geodetic_crs','EPSG','20044','EPSG','1070','EPSG','1027'); +INSERT INTO "geodetic_crs" VALUES('EPSG','20045','MAGNA-SIRGAS 2018',NULL,'geographic 3D','EPSG','6423','EPSG','1329',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19039','geodetic_crs','EPSG','20045','EPSG','1070','EPSG','1027'); +INSERT INTO "geodetic_crs" VALUES('EPSG','20046','MAGNA-SIRGAS 2018',NULL,'geographic 2D','EPSG','6422','EPSG','1329',NULL,0); +INSERT INTO "usage" VALUES('EPSG','18485','geodetic_crs','EPSG','20046','EPSG','1070','EPSG','1183'); diff --git a/data/sql/geodetic_datum.sql b/data/sql/geodetic_datum.sql index 434f43ffcc..a5be1dd2fc 100644 --- a/data/sql/geodetic_datum.sql +++ b/data/sql/geodetic_datum.sql @@ -360,6 +360,8 @@ INSERT INTO "geodetic_datum" VALUES('EPSG','1324','MWC18 Intermediate Reference INSERT INTO "usage" VALUES('EPSG','18330','geodetic_datum','EPSG','1324','EPSG','4666','EPSG','1141'); INSERT INTO "geodetic_datum" VALUES('EPSG','1327','SIRGAS-Chile realization 5 epoch 2021',NULL,'EPSG','7019','EPSG','8901','2021-08-01',NULL,NULL,NULL,0); INSERT INTO "usage" VALUES('EPSG','18453','geodetic_datum','EPSG','1327','EPSG','1066','EPSG','1027'); +INSERT INTO "geodetic_datum" VALUES('EPSG','1329','Marco Geocentrico Nacional de Referencia 2018',NULL,'EPSG','7019','EPSG','8901','2018-06-08',NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('EPSG','18473','geodetic_datum','EPSG','1329','EPSG','1070','EPSG','1027'); INSERT INTO "geodetic_datum" VALUES('EPSG','1333','IGS20',NULL,'EPSG','7019','EPSG','8901','2015-01-01',2015.0,NULL,NULL,0); INSERT INTO "usage" VALUES('EPSG','18632','geodetic_datum','EPSG','1333','EPSG','1262','EPSG','1027'); INSERT INTO "geodetic_datum" VALUES('EPSG','1334','DoPw22 Intermediate Reference Frame',NULL,'EPSG','7019','EPSG','8901','2022-01-01',NULL,NULL,NULL,0); diff --git a/data/sql/helmert_transformation.sql b/data/sql/helmert_transformation.sql index b172f47964..c058f41ef7 100644 --- a/data/sql/helmert_transformation.sql +++ b/data/sql/helmert_transformation.sql @@ -2597,6 +2597,8 @@ INSERT INTO "helmert_transformation" VALUES('EPSG','10142','ITRF91 to ITRF92 (2) INSERT INTO "usage" VALUES('EPSG','18430','helmert_transformation','EPSG','10142','EPSG','1262','EPSG','1027'); INSERT INTO "helmert_transformation" VALUES('EPSG','10143','ITRF93 to ITRF94 (2)','Parameter values derived from differences in CTs to ITRF2020 (codes 9997 and 9998). These supersede all values published in past IERS/ITRF documentation (CT code 9025). Scale difference in ppb and scale difference rate in ppb/yr where 1/billion = 1E-9.','EPSG','1053','Time-dependent Position Vector tfm (geocentric)','EPSG','4915','EPSG','4916',0.01,-0.6,0.5,1.5,'EPSG','1033',0.39,-0.8,0.96,'EPSG','1031',-0.49,'EPSG','1028',0.29,-0.04,-0.08,'EPSG','1034',0.11,0.19,-0.05,'EPSG','1032',0.0,'EPSG','1030',1988.0,'EPSG','1029',NULL,NULL,NULL,NULL,NULL,'IERS-Wld 2020',0); INSERT INTO "usage" VALUES('EPSG','18431','helmert_transformation','EPSG','10143','EPSG','1262','EPSG','1027'); +INSERT INTO "helmert_transformation" VALUES('EPSG','10149','MAGNA-SIRGAS 2018 to WGS 84 (1)','See Datum 1329 remarks for conversion path between GeogCRSs "MAGNA-SIRGAS" and "MAGNA-SIRGAS 2018". CTs 10216, 10221, 10242-4 provide recommended conversions between ProjCRSs on "MAGNA-SIRGAS" and "MAGNA-SIRGAS 2018" using null Cartesian Offsets.','EPSG','9603','Geocentric translations (geog2D domain)','EPSG','20046','EPSG','4326',1.0,0.0,0.0,0.0,'EPSG','9001',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EPSG-Col',0); +INSERT INTO "usage" VALUES('EPSG','18935','helmert_transformation','EPSG','10149','EPSG','1070','EPSG','1252'); INSERT INTO "helmert_transformation" VALUES('EPSG','10179','ITRF2020 to IGS20 (1)','Scale difference in ppb where 1/billion = 1E-9 or nm/m. IGS20 is by definition aligned with ITRF2020.','EPSG','1065','Time-specific Position Vector transform (geocen)','EPSG','9988','EPSG','10176',0.0,0.0,0.0,0.0,'EPSG','1033',0.0,0.0,0.0,'EPSG','1031',0.0,'EPSG','1028',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2015.0,'EPSG','1029',NULL,NULL,NULL,NULL,NULL,'IGS-Wld',0); INSERT INTO "usage" VALUES('EPSG','18634','helmert_transformation','EPSG','10179','EPSG','1262','EPSG','1027'); INSERT INTO "helmert_transformation" VALUES('EPSG','10180','IGb14 to IGS20 (1)','Scale difference in ppb and scale difference rate in ppb/yr where 1/billion = 1E-9 or nm/m. Parameter values from ITRF2014 to ITRF2020 (1) (code 9991) as IGb14 is aligned to ITRF2014 and IGS20 is aligned to ITRF2020.','EPSG','1053','Time-dependent Position Vector tfm (geocentric)','EPSG','9378','EPSG','10176',0.001,1.4,0.9,-1.4,'EPSG','1025',0.0,0.0,0.0,'EPSG','1031',0.42,'EPSG','1028',0.0,0.1,-0.2,'EPSG','1027',0.0,0.0,0.0,'EPSG','1032',0.0,'EPSG','1030',2015.0,'EPSG','1029',NULL,NULL,NULL,NULL,NULL,'IGS-Wld',0); diff --git a/data/sql/metadata.sql b/data/sql/metadata.sql index f41f3aea86..b86258c4e2 100644 --- a/data/sql/metadata.sql +++ b/data/sql/metadata.sql @@ -9,8 +9,8 @@ INSERT INTO "metadata" VALUES('DATABASE.LAYOUT.VERSION.MAJOR', 1); INSERT INTO "metadata" VALUES('DATABASE.LAYOUT.VERSION.MINOR', 2); -INSERT INTO "metadata" VALUES('EPSG.VERSION', 'v10.081'); -INSERT INTO "metadata" VALUES('EPSG.DATE', '2023-01-19'); +INSERT INTO "metadata" VALUES('EPSG.VERSION', 'v10.082'); +INSERT INTO "metadata" VALUES('EPSG.DATE', '2023-02-06'); -- The value of ${PROJ_VERSION} is substituted at build time by the actual -- value. diff --git a/data/sql/projected_crs.sql b/data/sql/projected_crs.sql index 29f5c5f96e..30eca528c9 100644 --- a/data/sql/projected_crs.sql +++ b/data/sql/projected_crs.sql @@ -2220,7 +2220,6 @@ INSERT INTO "projected_crs" VALUES('EPSG','3115','MAGNA-SIRGAS / Colombia West z INSERT INTO "usage" VALUES('EPSG','2133','projected_crs','EPSG','3115','EPSG','3090','EPSG','1142'); INSERT INTO "projected_crs" VALUES('EPSG','3116','MAGNA-SIRGAS / Colombia Bogota zone',NULL,'EPSG','4500','EPSG','4686','EPSG','18057',NULL,0); INSERT INTO "usage" VALUES('EPSG','2134','projected_crs','EPSG','3116','EPSG','1599','EPSG','1208'); -INSERT INTO "usage" VALUES('EPSG','2135','projected_crs','EPSG','3116','EPSG','3229','EPSG','1241'); INSERT INTO "projected_crs" VALUES('EPSG','3117','MAGNA-SIRGAS / Colombia East Central zone',NULL,'EPSG','4500','EPSG','4686','EPSG','18058',NULL,0); INSERT INTO "usage" VALUES('EPSG','2136','projected_crs','EPSG','3117','EPSG','1600','EPSG','1142'); INSERT INTO "projected_crs" VALUES('EPSG','3118','MAGNA-SIRGAS / Colombia East zone',NULL,'EPSG','4500','EPSG','4686','EPSG','18059',NULL,0); @@ -7252,8 +7251,8 @@ INSERT INTO "projected_crs" VALUES('EPSG','9367','TPEN11 Grid',NULL,'EPSG','4400 INSERT INTO "usage" VALUES('EPSG','13975','projected_crs','EPSG','9367','EPSG','4583','EPSG','1141'); INSERT INTO "projected_crs" VALUES('EPSG','9373','MML07 Grid',NULL,'EPSG','4400','EPSG','9372','EPSG','9370',NULL,0); INSERT INTO "usage" VALUES('EPSG','13996','projected_crs','EPSG','9373','EPSG','4588','EPSG','1141'); -INSERT INTO "projected_crs" VALUES('EPSG','9377','MAGNA-SIRGAS / Origen-Nacional',NULL,'EPSG','4500','EPSG','4686','EPSG','9376',NULL,0); -INSERT INTO "usage" VALUES('EPSG','13998','projected_crs','EPSG','9377','EPSG','1070','EPSG','1028'); +INSERT INTO "projected_crs" VALUES('EPSG','9377','MAGNA-SIRGAS 2018 / Origen-Nacional',NULL,'EPSG','4500','EPSG','20046','EPSG','9376',NULL,0); +INSERT INTO "usage" VALUES('EPSG','13998','projected_crs','EPSG','9377','EPSG','1070','EPSG','1091'); INSERT INTO "projected_crs" VALUES('EPSG','9387','AbInvA96_2020 Grid',NULL,'EPSG','4400','EPSG','9384','EPSG','9385',NULL,0); INSERT INTO "usage" VALUES('EPSG','14029','projected_crs','EPSG','9387','EPSG','4589','EPSG','1196'); INSERT INTO "projected_crs" VALUES('EPSG','9391','BGS2005 / UTM zone 35N',NULL,'EPSG','4400','EPSG','7798','EPSG','16035',NULL,0); @@ -7474,6 +7473,16 @@ INSERT INTO "projected_crs" VALUES('EPSG','10275','SMITB20 Grid',NULL,'EPSG','44 INSERT INTO "usage" VALUES('EPSG','19178','projected_crs','EPSG','10275','EPSG','4688','EPSG','1141'); INSERT INTO "projected_crs" VALUES('EPSG','10280','RBEPP12 Grid',NULL,'EPSG','4400','EPSG','10277','EPSG','10279',NULL,0); INSERT INTO "usage" VALUES('EPSG','19184','projected_crs','EPSG','10280','EPSG','4689','EPSG','1141'); +INSERT INTO "projected_crs" VALUES('EPSG','11114','MAGNA-SIRGAS 2018 / Colombia Far West zone',NULL,'EPSG','4500','EPSG','20046','EPSG','18065',NULL,0); +INSERT INTO "usage" VALUES('EPSG','18947','projected_crs','EPSG','11114','EPSG','3091','EPSG','1142'); +INSERT INTO "projected_crs" VALUES('EPSG','11115','MAGNA-SIRGAS 2018 / Colombia West zone',NULL,'EPSG','4500','EPSG','20046','EPSG','18066',NULL,0); +INSERT INTO "usage" VALUES('EPSG','18948','projected_crs','EPSG','11115','EPSG','3090','EPSG','1142'); +INSERT INTO "projected_crs" VALUES('EPSG','11116','MAGNA-SIRGAS 2018 / Colombia Bogota zone',NULL,'EPSG','4500','EPSG','20046','EPSG','18067',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19037','projected_crs','EPSG','11116','EPSG','1599','EPSG','1208'); +INSERT INTO "projected_crs" VALUES('EPSG','11117','MAGNA-SIRGAS 2018 / Colombia East Central zone',NULL,'EPSG','4500','EPSG','20046','EPSG','18068',NULL,0); +INSERT INTO "usage" VALUES('EPSG','18950','projected_crs','EPSG','11117','EPSG','1600','EPSG','1142'); +INSERT INTO "projected_crs" VALUES('EPSG','11118','MAGNA-SIRGAS 2018 / Colombia East zone',NULL,'EPSG','4500','EPSG','20046','EPSG','18069',NULL,0); +INSERT INTO "usage" VALUES('EPSG','18951','projected_crs','EPSG','11118','EPSG','1601','EPSG','1142'); INSERT INTO "projected_crs" VALUES('EPSG','20002','MWC18 Grid',NULL,'EPSG','4400','EPSG','20033','EPSG','10127',NULL,0); INSERT INTO "usage" VALUES('EPSG','18336','projected_crs','EPSG','20002','EPSG','4666','EPSG','1141'); INSERT INTO "projected_crs" VALUES('EPSG','20004','Pulkovo 1995 / Gauss-Kruger zone 4',NULL,'EPSG','4530','EPSG','4200','EPSG','16204',NULL,0); @@ -8557,6 +8566,72 @@ INSERT INTO "projected_crs" VALUES('EPSG','23239','Fahud / UTM zone 39N',NULL,'E INSERT INTO "usage" VALUES('EPSG','6404','projected_crs','EPSG','23239','EPSG','1544','EPSG','1142'); INSERT INTO "projected_crs" VALUES('EPSG','23240','Fahud / UTM zone 40N',NULL,'EPSG','4400','EPSG','4232','EPSG','16040',NULL,0); INSERT INTO "usage" VALUES('EPSG','6405','projected_crs','EPSG','23240','EPSG','4008','EPSG','1142'); +INSERT INTO "projected_crs" VALUES('EPSG','23301','NAD83(2011) / ICS83-Freeport (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11264',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19282','projected_crs','EPSG','23301','EPSG','4701','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23302','NAD83(2011) / ICS83-Rockford (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11265',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19283','projected_crs','EPSG','23302','EPSG','4702','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23303','NAD83(2011) / ICS83-Aurora (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11233',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19284','projected_crs','EPSG','23303','EPSG','4703','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23304','NAD83(2011) / ICS83-Chicago (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11234',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19285','projected_crs','EPSG','23304','EPSG','4704','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23305','NAD83(2011) / ICS83-Moline (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11235',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19286','projected_crs','EPSG','23305','EPSG','4705','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23306','NAD83(2011) / ICS83-Sterling (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11236',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19287','projected_crs','EPSG','23306','EPSG','4706','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23307','NAD83(2011) / ICS83-Ottawa (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11237',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19288','projected_crs','EPSG','23307','EPSG','4707','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23308','NAD83(2011) / ICS83-Joliet (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11238',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19289','projected_crs','EPSG','23308','EPSG','4708','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23309','NAD83(2011) / ICS83-Monmouth (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11239',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19290','projected_crs','EPSG','23309','EPSG','4709','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23310','NAD83(2011) / ICS83-Galesburg (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11240',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19291','projected_crs','EPSG','23310','EPSG','4710','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23311','NAD83(2011) / ICS83-Peoria (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11241',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19292','projected_crs','EPSG','23311','EPSG','4711','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23312','NAD83(2011) / ICS83-Eureka (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11242',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19293','projected_crs','EPSG','23312','EPSG','4712','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23313','NAD83(2011) / ICS83-Bloomington (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11243',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19294','projected_crs','EPSG','23313','EPSG','4713','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23314','NAD83(2011) / ICS83-Pontiac (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11244',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19295','projected_crs','EPSG','23314','EPSG','4714','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23315','NAD83(2011) / ICS83-Watseka (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11245',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19296','projected_crs','EPSG','23315','EPSG','4715','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23316','NAD83(2011) / ICS83-Quincy (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11246',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19297','projected_crs','EPSG','23316','EPSG','4716','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23317','NAD83(2011) / ICS83-Macomb (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11247',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19298','projected_crs','EPSG','23317','EPSG','4717','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23318','NAD83(2011) / ICS83-Lincoln (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11248',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19299','projected_crs','EPSG','23318','EPSG','4718','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23319','NAD83(2011) / ICS83-Decatur (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11249',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19300','projected_crs','EPSG','23319','EPSG','4719','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23320','NAD83(2011) / ICS83-Champaign (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11250',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19301','projected_crs','EPSG','23320','EPSG','4720','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23321','NAD83(2011) / ICS83-Jacksonville (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11251',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19302','projected_crs','EPSG','23321','EPSG','4721','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23322','NAD83(2011) / ICS83-Springfield (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11252',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19303','projected_crs','EPSG','23322','EPSG','4722','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23323','NAD83(2011) / ICS83-Charleston (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11253',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19304','projected_crs','EPSG','23323','EPSG','4723','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23324','NAD83(2011) / ICS83-Jerseyville (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11254',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19305','projected_crs','EPSG','23324','EPSG','4724','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23325','NAD83(2011) / ICS83-Carlinville (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11255',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19306','projected_crs','EPSG','23325','EPSG','4725','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23326','NAD83(2011) / ICS83-Taylorville (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11256',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19307','projected_crs','EPSG','23326','EPSG','4726','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23327','NAD83(2011) / ICS83-Effingham (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11257',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19308','projected_crs','EPSG','23327','EPSG','4727','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23328','NAD83(2011) / ICS83-Robinson (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11258',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19309','projected_crs','EPSG','23328','EPSG','4728','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23329','NAD83(2011) / ICS83-Belleville (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11259',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19310','projected_crs','EPSG','23329','EPSG','4729','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23330','NAD83(2011) / ICS83-Mount Vernon (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11260',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19311','projected_crs','EPSG','23330','EPSG','4730','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23331','NAD83(2011) / ICS83-Olney (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11261',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19312','projected_crs','EPSG','23331','EPSG','4731','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23332','NAD83(2011) / ICS83-Carbondale (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11262',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19313','projected_crs','EPSG','23332','EPSG','4732','EPSG','1266'); +INSERT INTO "projected_crs" VALUES('EPSG','23333','NAD83(2011) / ICS83-Metropolis (ftUS)',NULL,'EPSG','1053','EPSG','6318','EPSG','11263',NULL,0); +INSERT INTO "usage" VALUES('EPSG','19314','projected_crs','EPSG','23333','EPSG','4733','EPSG','1266'); INSERT INTO "projected_crs" VALUES('EPSG','23433','Garoua / UTM zone 33N',NULL,'EPSG','4400','EPSG','4234','EPSG','16033',NULL,1); INSERT INTO "usage" VALUES('EPSG','6406','projected_crs','EPSG','23433','EPSG','1060','EPSG','1142'); INSERT INTO "projected_crs" VALUES('EPSG','23700','HD72 / EOV',NULL,'EPSG','4498','EPSG','4237','EPSG','19931',NULL,0);