UNPKG

s2-tools

Version:

A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.

1,047 lines (1,046 loc) 3.58 MB
/** * A collection of projection codes that are useful for other projects like the * geotiff reader. */ /** * **WGS84** projection * - WGS84 * - EPSG:4326 */ export declare const WGS84 = "+title=WGS 84 (long/lat) +proj=longlat +ellps=WGS84 +datum=WGS84 +units=degrees"; /** * NAD83(NSRS2007) / UTM zone 14N * - **CRS-PROJCRS** [3721] * - **Area**: United States (USA) - between 102°W and 96°W onshore and offshore - Iowa; Kansas; Minnesota; Nebraska; North Dakota; Oklahoma; South Dakota; Texas. * - **Unit**: `metre` * - **Accuracy**: `2` * - **BBOX**: `49.01,-102,25.83,-96` */ export declare const EPSG_3721 = "+proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD83(HARN) / North Dakota South * - **CRS-PROJCRS** [2833] * - **Area**: United States (USA) - North Dakota - counties of Adams; Barnes; Billings; Bowman; Burleigh; Cass; Dickey; Dunn; Emmons; Golden Valley; Grant; Hettinger; Kidder; La Moure; Logan; McIntosh; Mercer; Morton; Oliver; Ransom; Richland; Sargent; Sioux; Slope; Stark; Stutsman. * - **Unit**: `metre` * - **Accuracy**: `2` * - **BBOX**: `47.83,-104.05,45.93,-96.55` */ export declare const EPSG_2833 = "+proj=lcc +lat_0=45.6666666666667 +lon_0=-100.5 +lat_1=47.4833333333333 +lat_2=46.1833333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD 1983 (CORS96) SPCS California VI * - **CRS-PROJCRS** [103237] * - **Area**: USA - California - SPCS - 6 * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `34.08,-118.15,32.53,-114.42` */ export declare const EPSG_103237 = "+proj=lcc +lat_0=32.1666666666667 +lon_0=-116.25 +lat_1=32.7833333333333 +lat_2=33.8833333333333 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs +type=crs"; /** * GSK-2011 / GSK 3GK CM 129E * - **CRS-PROJCRS** [21343] * - **Area**: Russian Federation - onshore between 127°30'E and 130°30'E. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `73.59,127.5,42.67,130.5` */ export declare const EPSG_21343 = "+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD83(2011) / Nevada West (ftUS) * - **CRS-PROJCRS** [6523] * - **Area**: United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral; Pershing; Storey; Washoe. * - **Unit**: `US survey foot` * - **Accuracy**: `2` * - **BBOX**: `42,-120,36.95,-116.99` */ export declare const EPSG_6523 = "+proj=tmerc +lat_0=34.75 +lon_0=-118.583333333333 +k=0.9999 +x_0=800000.00001016 +y_0=3999999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs"; /** * NAD83(2011) / Massachusetts Island * - **CRS-PROJCRS** [6489] * - **Area**: United States (USA) - Massachusetts offshore - counties of Dukes; Nantucket. * - **Unit**: `metre` * - **Accuracy**: `2` * - **BBOX**: `41.51,-70.91,41.19,-69.89` */ export declare const EPSG_6489 = "+proj=lcc +lat_0=41 +lon_0=-70.5 +lat_1=41.4833333333333 +lat_2=41.2833333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD27 / UTM zone 60N * - **CRS-PROJCRS** [3371] * - **Area**: United States (USA) - between 174°E and 180°E - Alaska and offshore continental shelf (OCS). * - **Unit**: `metre` * - **Accuracy**: `2` * - **BBOX**: `56.67,174,47.92,180` */ export declare const EPSG_3371 = "+proj=utm +zone=60 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=m +no_defs +type=crs"; /** * NAD 1983 HARN Adj. Minnesota Pope (meter) * - **CRS-PROJCRS** [103667] * - **Area**: USA - Minnesota * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `49.38,-97.22,43.49,-89.49` */ export declare const EPSG_103667 = "+proj=lcc +lat_0=45.2827777777778 +lon_0=-95.15 +lat_1=45.35 +lat_2=45.7 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378502.761 +rf=298.257222100883 +units=m +no_defs +type=crs"; /** * ETRS89 + NAP height * - **CRS-COMPOUNDCRS** [9286] * - **Area**: Netherlands - onshore and offshore. * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `55.77,2.53,50.75,7.22` */ export declare const EPSG_9286 = "+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs"; /** * ETRS89 / UTM zone 33N + NN54 height * - **CRS-COMPOUNDCRS** [6173] * - **Area**: Norway - onshore - between 12°E and 18°E. * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `69.96,12,59.88,18.01` */ export declare const EPSG_6173 = "+proj=utm +zone=33 +ellps=GRS80 +units=m +vunits=m +no_defs +type=crs"; /** * Grand Comoros / UTM zone 38S * - **CRS-PROJCRS** [2999] * - **Area**: Comoros - Njazidja (Grande Comore). * - **Unit**: `metre` * - **Accuracy**: `999` * - **BBOX**: `-11.31,43.16,-11.99,43.55` */ export declare const EPSG_2999 = "+proj=utm +zone=38 +south +ellps=intl +towgs84=-963,510,-359,0,0,0,0 +units=m +no_defs +type=crs"; /** * OSGB 1936 National Highways B27H1 * - **CRS-PROJCRS** [112076] * - **Area**: UK - Highways England - B27 * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `52.7829,1.002,52.0069,1.2031` */ export declare const EPSG_112076 = "+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999466845245835 +x_0=-195973.641905265 +y_0=110985.072711655 +ellps=airy +units=m +no_defs +type=crs"; /** * NZGD2000 / Observation Point 2000 * - **CRS-PROJCRS** [2130] * - **Area**: New Zealand - South Island - Observation Point meridional circuit area. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `-44.61,169.77,-45.82,171.24` */ export declare const EPSG_2130 = "+proj=tmerc +lat_0=-45.8161111111111 +lon_0=170.628333333333 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * WGS84 ARC System Zone 6 * - **CRS-PROJCRS** [102426] * - **Area**: ARC System - Zone 6 * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `72,-180,68,180` */ export declare const EPSG_102426 = "+proj=eqc +lat_ts=70.10896259 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs"; /** * NAD83(2011) / InGCS LaGrange-Noble (ftUS) * - **CRS-PROJCRS** [7332] * - **Area**: United States (USA) - Indiana - counties of LaGrange and Noble. * - **Unit**: `US survey foot` * - **Accuracy**: `2` * - **BBOX**: `41.77,-85.66,41.26,-85.19` */ export declare const EPSG_7332 = "+proj=tmerc +lat_0=41.25 +lon_0=-85.45 +k=1.000037 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs"; /** * NAD83(2011) / InGCS Fountain-Warren (ftUS) * - **CRS-PROJCRS** [7298] * - **Area**: United States (USA) - Indiana - counties of Fountain and Warren. * - **Unit**: `US survey foot` * - **Accuracy**: `2` * - **BBOX**: `40.48,-87.54,39.95,-87.09` */ export declare const EPSG_7298 = "+proj=tmerc +lat_0=39.95 +lon_0=-87.3 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs"; /** * Pulkovo 1942 / 3-degree Gauss-Kruger zone 43 * - **CRS-PROJCRS** [2560] * - **Area**: Russian Federation - onshore between 127°30'E and 130°30'E. * - **Unit**: `metre` * - **Accuracy**: `4.5` * - **BBOX**: `73.59,127.5,42.67,130.5` */ export declare const EPSG_2560 = "+proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs"; /** * AGD 1966 NSW ISG Zone 55 / 3 * - **CRS-PROJCRS** [102076] * - **Area**: Australia - New South Wales - 148~E to 150~E (ISG 55/3) * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `-28.15,148,-47.2,150` */ export declare const EPSG_102076 = "+proj=tmerc +lat_0=0 +lon_0=149 +k=0.99994 +x_0=300000 +y_0=5000000 +ellps=aust_SA +units=m +no_defs +type=crs"; /** * WGS 84 / Haryana * - **CRS-PROJCRS** [7762] * - **Area**: India - Haryana including Chandigarh. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `30.94,74.46,27.65,77.6` */ export declare const EPSG_7762 = "+proj=lcc +lat_0=29.25226266 +lon_0=76 +lat_1=28.0833333333333 +lat_2=30.4166666666667 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs +type=crs"; /** * ETRS89 / Albania TM 2010 * - **CRS-PROJCRS** [6870] * - **Area**: Albania - onshore. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `42.67,19.22,39.64,21.06` */ export declare const EPSG_6870 = "+proj=tmerc +lat_0=0 +lon_0=20 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD83(HARN) / WISCRS Douglas (ftUS) * - **CRS-PROJCRS** [8182] * - **Area**: United States (USA) - Wisconsin - Douglas county. * - **Unit**: `US survey foot` * - **Accuracy**: `2` * - **BBOX**: `46.76,-92.3,46.15,-91.55` */ export declare const EPSG_8182 = "+proj=tmerc +lat_0=45.8833333333333 +lon_0=-91.9166666666667 +k=1.0000385418 +x_0=59131.3182626365 +y_0=0.00396240792481585 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs"; /** * NAD83(2011) / InGCS Clay (m) * - **CRS-PROJCRS** [7277] * - **Area**: United States (USA) - Indiana - Clay county. * - **Unit**: `metre` * - **Accuracy**: `2` * - **BBOX**: `39.61,-87.25,39.16,-86.93` */ export declare const EPSG_7277 = "+proj=tmerc +lat_0=39.15 +lon_0=-87.15 +k=1.000024 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * ELD79 / Libya zone 12 * - **CRS-PROJCRS** [2075] * - **Area**: Libya - onshore between 22°E and 24°E. * - **Unit**: `metre` * - **Accuracy**: `5` * - **BBOX**: `32.97,22,19.5,24` */ export declare const EPSG_2075 = "+proj=tmerc +lat_0=0 +lon_0=23 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs +type=crs"; /** * Hartebeesthoek94 Lo21 (E-N) * - **CRS-PROJCRS** [102563] * - **Area**: South Africa - 20~E to 22~E * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `-24.76,19.99,-34.88,22.01` */ export declare const EPSG_102563 = "+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs"; /** * GDA2020 / BCSG2020 * - **CRS-PROJCRS** [20047] * - **Area**: Australia - Brisbane and surrounding area. Also applicable in other local authorities in south-east Queensland (Gold Coast, Logan, Ipswich, Scenic Rim, Redland, Moreton Bay, Sunshine Coast, Noosa, eastern part of Gympie, eastern part of Fraser Coast) and north-east New South Wales (Tweed, Byron, Lismore, Kyogle, Ballina and Richmond Valley). * - **Unit**: `metre` * - **Accuracy**: `3` * - **BBOX**: `-24.64,152.37,-29.36,153.69` */ export declare const EPSG_20047 = "+proj=tmerc +lat_0=-28 +lon_0=153 +k=0.99999 +x_0=150000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD83(2011) / WISCRS Price (ftUS) * - **CRS-PROJCRS** [7627] * - **Area**: United States (USA) - Wisconsin - Price county. * - **Unit**: `US survey foot` * - **Accuracy**: `2` * - **BBOX**: `45.99,-90.68,45.37,-90.04` */ export declare const EPSG_7627 = "+proj=tmerc +lat_0=44.5555555555556 +lon_0=-90.4888888888889 +k=1.0000649554 +x_0=227990.854457709 +y_0=0.0109728219456439 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs"; /** * GR96 * - **CRS-GCENCRS** [4908] * - **Area**: Greenland - onshore and offshore. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `87.02,-75,56.38,7.99` */ export declare const EPSG_4908 = "+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs"; /** * Beijing 1954 / 3-degree Gauss-Kruger CM 84E * - **CRS-PROJCRS** [2425] * - **Area**: China - between 82°30'E and 85°30'E. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `47.23,82.5,28.26,85.5` */ export declare const EPSG_2425 = "+proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs +type=crs"; /** * NGO 1948 UTM zone 33N * - **CRS-PROJCRS** [102133] * - **Area**: Norway - onshore - 12~E to 18~E * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `69.96,12,59.88,18.01` */ export declare const EPSG_102133 = "+proj=utm +zone=33 +a=6377492.018 +rf=299.1528128 +units=m +no_defs +type=crs"; /** * GDA2020 / KUN2020 * - **CRS-PROJCRS** [8028] * - **Area**: Australia - Western Australia - Kununurra area onshore below 200m AHD. * - **Unit**: `metre` * - **Accuracy**: `3` * - **BBOX**: `-14.75,128.5,-16.75,129` */ export declare const EPSG_8028 = "+proj=tmerc +lat_0=0 +lon_0=128.75 +k=1.0000165 +x_0=50000 +y_0=2100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * RGF93 v2 / Lambert-93 * - **CRS-PROJCRS** [9793] * - **Area**: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica). * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `51.56,-9.86,41.15,10.38` */ export declare const EPSG_9793 = "+proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD 1983 HARN Adj. Minnesota Wadena (meter) * - **CRS-PROJCRS** [103688] * - **Area**: USA - Minnesota * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `49.38,-97.22,43.49,-89.49` */ export declare const EPSG_103688 = "+proj=lcc +lat_0=46.1563888888889 +lon_0=-94.4666666666667 +lat_1=46.2666666666667 +lat_2=46.7333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378546.957 +rf=298.257222100883 +units=m +no_defs +type=crs"; /** * Vienna height * - **CRS-VERTCRS** [8881] * - **Area**: Austria - Vienna city state. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `48.34,16.18,48.12,16.59` */ export declare const EPSG_8881 = "+vunits=m +no_defs +type=crs"; /** * NAD83(2011) / Kansas North * - **CRS-PROJCRS** [6466] * - **Area**: 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. * - **Unit**: `metre` * - **Accuracy**: `2` * - **BBOX**: `40.01,-102.06,38.52,-94.58` */ export declare const EPSG_6466 = "+proj=lcc +lat_0=38.3333333333333 +lon_0=-98 +lat_1=39.7833333333333 +lat_2=38.7166666666667 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD83(NSRS2007) / Texas Central (ftUS) * - **CRS-PROJCRS** [3664] * - **Area**: United States (USA) - Texas - counties of Anderson; Angelina; Bastrop; Bell; Blanco; Bosque; Brazos; Brown; Burleson; Burnet; Cherokee; Coke; Coleman; Comanche; Concho; Coryell; Crane; Crockett; Culberson; Ector; El Paso; Falls; Freestone; Gillespie; Glasscock; Grimes; Hamilton; Hardin; Houston; Hudspeth; Irion; Jasper; Jeff Davis; Kimble; Lampasas; Lee; Leon; Liberty; Limestone; Llano; Loving; Madison; Mason; McCulloch; McLennan; Menard; Midland; Milam; Mills; Montgomery; Nacogdoches; Newton; Orange; Pecos; Polk; Reagan; Reeves; Robertson; Runnels; Sabine; San Augustine; San Jacinto; San Saba; Schleicher; Shelby; Sterling; Sutton; Tom Green; Travis; Trinity; Tyler; Upton; Walker; Ward; Washington; Williamson; Winkler. * - **Unit**: `US survey foot` * - **Accuracy**: `2` * - **BBOX**: `32.27,-106.66,29.78,-93.5` */ export declare const EPSG_3664 = "+proj=lcc +lat_0=29.6666666666667 +lon_0=-100.333333333333 +lat_1=31.8833333333333 +lat_2=30.1166666666667 +x_0=699999.999898399 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs"; /** * OSGB 1936 National Highways C18H2 * - **CRS-PROJCRS** [112099] * - **Area**: UK - Highways England - C18 * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `54.3908,-0.9642,53.9276,-0.4907` */ export declare const EPSG_112099 = "+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999952743314832 +x_0=-58020.3934851199 +y_0=126044.303088364 +ellps=airy +units=m +no_defs +type=crs"; /** * Tahiti 52 / UTM zone 6S * - **CRS-PROJCRS** [2976] * - **Area**: French Polynesia - Society Islands - Moorea and Tahiti. * - **Unit**: `metre` * - **Accuracy**: `10` * - **BBOX**: `-17.41,-150,-17.93,-149.09` */ export declare const EPSG_2976 = "+proj=utm +zone=6 +south +ellps=intl +towgs84=162,117,154,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD 1983 (CORS96) Maine 2000 East Zone * - **CRS-PROJCRS** [103372] * - **Area**: USA - Maine - CS2000 - E * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `47.37,-68.58,44.18,-66.91` */ export declare const EPSG_103372 = "+proj=tmerc +lat_0=43.8333333333333 +lon_0=-67.875 +k=0.99998 +x_0=700000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs"; /** * WGS 84 / SCAR IMW SR45-46 * - **CRS-PROJCRS** [3234] * - **Area**: Antarctica - 68°S to 72°S and 84°E to 96°E. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `-68,84,-72,96` */ export declare const EPSG_3234 = "+proj=lcc +lat_0=-90 +lon_0=90 +lat_1=-68.6666666666667 +lat_2=-71.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs"; /** * NAD 1983 HARN Adj. Minnesota Cook North (US foot) * - **CRS-PROJCRS** [103722] * - **Area**: USA - Minnesota * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `49.38,-97.22,43.49,-89.49` */ export declare const EPSG_103722 = "+proj=lcc +lat_0=47.8833333333333 +lon_0=-90.25 +lat_1=47.9333333333333 +lat_2=48.1666666666667 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378647.541 +rf=298.257222100883 +units=us-ft +no_defs +type=crs"; /** * SAD69(96) / UTM zone 23S * - **CRS-PROJCRS** [5533] * - **Area**: Brazil - between 48°W and 42°W, northern and southern hemispheres, onshore and offshore. * - **Unit**: `metre` * - **Accuracy**: `5` * - **BBOX**: `5.13,-48,-33.5,-42` */ export declare const EPSG_5533 = "+proj=utm +zone=23 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD83(CSRS)v3 / MTM zone 13 * - **CRS-PROJCRS** [22353] * - **Area**: Canada - Ontario - between 85°30'W and 82°30'W and north of 46°N. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `55.59,-85.5,46,-82.5` */ export declare const EPSG_22353 = "+proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs"; /** * GWWWA22 Grid * - **CRS-PROJCRS** [10222] * - **Area**: United Kingdom (UK) - on or related to the rail routes from Swansea to Pembroke Dock, Milford Haven and Fishguard. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `52.06,-5.16,51.55,-3.6` */ export declare const EPSG_10222 = "+proj=lcc +lat_0=51.65 +lon_0=-2.65 +lat_1=51.4 +lat_2=51.9 +x_0=168854.016 +y_0=193447.117 +ellps=GRS80 +units=m +no_defs +type=crs"; /** * RGF93 v2b / CC43 * - **CRS-PROJCRS** [9843] * - **Area**: France - mainland onshore south of 44°N. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `44.01,-1.79,42.33,7.65` */ export declare const EPSG_9843 = "+proj=lcc +lat_0=43 +lon_0=3 +lat_1=42.25 +lat_2=43.75 +x_0=1700000 +y_0=2200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD83 / Minnesota Central (ftUS) + NAVD88 height (ftUS) * - **CRS-COMPOUNDCRS** [8751] * - **Area**: United States (USA) - Minnesota - counties of Aitkin; Becker; Benton; Carlton; Cass; Chisago; Clay; Crow Wing; Douglas; Grant; Hubbard; Isanti; Kanabec; Mille Lacs; Morrison; Otter Tail; Pine; Pope; Stearns; Stevens; Todd; Traverse; Wadena; Wilkin. * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `47.48,-96.86,45.28,-92.29` */ export declare const EPSG_8751 = "+proj=lcc +lat_0=45 +lon_0=-94.25 +lat_1=47.05 +lat_2=45.6166666666667 +x_0=800000.00001016 +y_0=99999.99998984 +datum=NAD83 +units=us-ft +vunits=us-ft +no_defs +type=crs"; /** * NAD83(HARN) + NAVD88 height * - **CRS-COMPOUNDCRS** [5499] * - **Area**: United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `49.38,-124.79,24.41,-66.91` */ export declare const EPSG_5499 = "+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs"; /** * WGS 72 * - **CRS-GEOGCRS** [4322] * - **Area**: World. * - **Unit**: `degree (supplier to define representation)` * - **Accuracy**: `null` * - **BBOX**: `90,-180,-90,180` */ export declare const EPSG_4322 = "+proj=longlat +ellps=WGS72 +no_defs +type=crs"; /** * SIRGAS 1995 / UTM zone 17N * - **CRS-PROJCRS** [31986] * - **Area**: South America between 84°W and 78°W, northern hemisphere, onshore and offshore. * - **Unit**: `metre` * - **Accuracy**: `2` * - **BBOX**: `15.51,-84,0.9,-78` */ export declare const EPSG_31986 = "+proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * REGCAN95 + El Hierro height * - **CRS-COMPOUNDCRS** [9510] * - **Area**: Spain - Canary Islands - El Hierro onshore. * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `27.9,-18.22,27.58,-17.83` */ export declare const EPSG_9510 = "+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs"; /** * NAD27 / Alaska zone 10 * - **CRS-PROJCRS** [26740] * - **Area**: United States (USA) - Alaska - Aleutian Islands onshore. * - **Unit**: `US survey foot` * - **Accuracy**: `2` * - **BBOX**: `54.34,172.42,51.3,-164.84` */ export declare const EPSG_26740 = "+proj=lcc +lat_0=51 +lon_0=-176 +lat_1=53.8333333333333 +lat_2=51.8333333333333 +x_0=914401.828803657 +y_0=0 +ellps=clrk66 +nadgrids=NTv2_0.gsb +units=us-ft +no_defs +type=crs"; /** * WGS 72 / UTM zone 53S * - **CRS-PROJCRS** [32353] * - **Area**: Between 132°E and 138°E, southern hemisphere between 80°S and equator, onshore and offshore. * - **Unit**: `metre` * - **Accuracy**: `2` * - **BBOX**: `0,132,-80,138` */ export declare const EPSG_32353 = "+proj=utm +zone=53 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs"; /** * New Beijing / 3-degree Gauss-Kruger zone 36 * - **CRS-PROJCRS** [4772] * - **Area**: China - onshore between 106°30'E and 109°30'E. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `42.47,106.5,18.19,109.51` */ export declare const EPSG_4772 = "+proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs"; /** * KOSOVAREF01 * - **CRS-GEOGCRS** [9140] * - **Area**: Kosovo. * - **Unit**: `degree (supplier to define representation)` * - **Accuracy**: `null` * - **BBOX**: `43.25,19.97,41.85,21.8` */ export declare const EPSG_9140 = "+proj=longlat +ellps=GRS80 +no_defs +type=crs"; /** * WGS 84 / UTM zone 3S * - **CRS-PROJCRS** [32703] * - **Area**: Between 168°W and 162°W, southern hemisphere between 80°S and equator, onshore and offshore. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `0,-168,-80,-162` */ export declare const EPSG_32703 = "+proj=utm +zone=3 +south +datum=WGS84 +units=m +no_defs +type=crs"; /** * Loma Quintana * - **CRS-GEOGCRS** [4288] * - **Area**: Venezuela - onshore north of approximately 7°45'N. * - **Unit**: `degree (supplier to define representation)` * - **Accuracy**: `null` * - **BBOX**: `12.25,-73.38,7.75,-59.8` */ export declare const EPSG_4288 = "+proj=longlat +ellps=intl +no_defs +type=crs"; /** * Helle 1954 / Jan Mayen Grid * - **CRS-PROJCRS** [3058] * - **Area**: Jan Mayen - onshore. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `71.24,-9.17,70.75,-7.87` */ export declare const EPSG_3058 = "+proj=tmerc +lat_0=0 +lon_0=-8.5 +k=1 +x_0=50000 +y_0=-7800000 +ellps=intl +towgs84=982.6087,552.753,-540.873,32.39344,-153.25684,-96.2266,16.805 +units=m +no_defs +type=crs"; /** * WGS 72 / UTM zone 16N * - **CRS-PROJCRS** [32216] * - **Area**: Between 90°W and 84°W, northern hemisphere between equator and 84°N, onshore and offshore. * - **Unit**: `metre` * - **Accuracy**: `2` * - **BBOX**: `84,-90,0,-84` */ export declare const EPSG_32216 = "+proj=utm +zone=16 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.219 +units=m +no_defs +type=crs"; /** * NAD27 * - **CRS-GEOGCRS** [4267] * - **Area**: North and central America: Antigua and Barbuda - onshore. Bahamas - onshore plus offshore over internal continental shelf only. Belize - onshore. British Virgin Islands - onshore. Canada onshore - Alberta, British Columbia, Manitoba, New Brunswick, Newfoundland and Labrador, Northwest Territories, Nova Scotia, Nunavut, Ontario, Prince Edward Island, Quebec, Saskatchewan and Yukon - plus offshore east coast. Cuba - onshore and offshore. El Salvador - onshore. Guatemala - onshore. Honduras - onshore. Panama - onshore. Puerto Rico - onshore. Mexico - onshore plus offshore east coast. Nicaragua - onshore. United States (USA) onshore and offshore - Alabama, Alaska, Arizona, Arkansas, California, Colorado, Connecticut, Delaware, Florida, Georgia, Idaho, Illinois, Indiana, Iowa, Kansas, Kentucky, Louisiana, Maine, Maryland, Massachusetts, Michigan, Minnesota, Mississippi, Missouri, Montana, Nebraska, Nevada, New Hampshire, New Jersey, New Mexico, New York, North Carolina, North Dakota, Ohio, Oklahoma, Oregon, Pennsylvania, Rhode Island, South Carolina, South Dakota, Tennessee, Texas, Utah, Vermont, Virginia, Washington, West Virginia, Wisconsin and Wyoming - plus offshore . US Virgin Islands - onshore. * - **Unit**: `degree (supplier to define representation)` * - **Accuracy**: `2` * - **BBOX**: `83.17,167.65,7.15,-47.74` */ export declare const EPSG_4267 = "+proj=longlat +ellps=clrk66 +nadgrids=NTv2_0.gsb +no_defs +type=crs"; /** * NAD 1983 HARN Adj. Minnesota Sherburne * - **CRS-GEOGCRS** [104771] * - **Area**: USA - Minnesota * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `49.38,-97.22,43.49,-89.49` */ export declare const EPSG_104771 = "+proj=longlat +a=6378443.325 +rf=298.257222100883 +no_defs +type=crs"; /** * IGS00 * - **CRS-GEOG3DCRS** [9005] * - **Area**: World. * - **Unit**: `degree (supplier to define representation)` * - **Accuracy**: `null` * - **BBOX**: `90,-180,-90,180` */ export declare const EPSG_9005 = "+proj=longlat +ellps=GRS80 +no_defs +type=crs"; /** * WGS 84 / UTM zone 46N * - **CRS-PROJCRS** [32646] * - **Area**: Between 90°E and 96°E, northern hemisphere between equator and 84°N, onshore and offshore. Bangladesh. Bhutan. China. Indonesia. Mongolia. Myanmar (Burma). Russian Federation. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `84,90,0,96` */ export declare const EPSG_32646 = "+proj=utm +zone=46 +datum=WGS84 +units=m +no_defs +type=crs"; /** * NSIDC EASE-Grid North * - **CRS-PROJCRS** [3408] * - **Area**: Northern hemisphere. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `90,-180,0,180` */ export declare const EPSG_3408 = "+proj=laea +lat_0=90 +lon_0=0 +x_0=0 +y_0=0 +R=6371228 +units=m +no_defs +type=crs"; /** * SIRGAS 2000 / UTM zone 15N * - **CRS-PROJCRS** [31969] * - **Area**: Latin America - Central and South America - between 96°W and 90°W, northern hemisphere, onshore and offshore. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `26,-96,0,-90` */ export declare const EPSG_31969 = "+proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * ETRF91 * - **CRS-GCENCRS** [7918] * - **Area**: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `84.73,-16.1,32.88,40.18` */ export declare const EPSG_7918 = "+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs"; /** * WGS 84 / EPSG Arctic Regional zone A5 * - **CRS-PROJCRS** [5925] * - **Area**: Arctic - 87°N to 75°N, approximately 132°E to approximately 138°W. May be extended westwards or eastwards within the latitude limits. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `87.01,132,75,-138` */ export declare const EPSG_5925 = "+proj=lcc +lat_0=81.317226 +lon_0=177 +lat_1=85 +lat_2=77 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs"; /** * Perroud 1950 * - **CRS-GEOGCRS** [4637] * - **Area**: Antarctica - Adelie Land - coastal area between 136°E and 142°E. * - **Unit**: `degree (supplier to define representation)` * - **Accuracy**: `10` * - **BBOX**: `-65.61,136,-67.13,142` */ export declare const EPSG_4637 = "+proj=longlat +ellps=intl +towgs84=325,154,172,0,0,0,0 +no_defs +type=crs"; /** * NAD83(CSRS)v4 * - **CRS-GEOG3DCRS** [8244] * - **Area**: Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon. * - **Unit**: `degree (supplier to define representation)` * - **Accuracy**: `null` * - **BBOX**: `86.46,-141.01,38.21,-40.73` */ export declare const EPSG_8244 = "+proj=longlat +ellps=GRS80 +no_defs +type=crs"; /** * Pulkovo 1995 / 3-degree Gauss-Kruger zone 15 * - **CRS-PROJCRS** [2649] * - **Area**: Russian Federation - onshore between 43°30'E and 46°30'E. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `80.8,43.5,41.89,46.5` */ export declare const EPSG_2649 = "+proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs"; /** * NAD83(CSRS)v2 / UTM zone 16N * - **CRS-PROJCRS** [22216] * - **Area**: Canada between 90°W and 84°W, onshore and offshore south of 84°N - Manitoba, Nunavut, Ontario. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `84,-90,46.11,-84` */ export declare const EPSG_22216 = "+proj=utm +zone=16 +ellps=GRS80 +units=m +no_defs +type=crs"; /** * ATS77 / UTM zone 19N * - **CRS-PROJCRS** [2219] * - **Area**: Canada - New Brunswick and Nova Scotia - west of 66°W. * - **Unit**: `metre` * - **Accuracy**: `1.5` * - **BBOX**: `48.07,-69,43.64,-66` */ export declare const EPSG_2219 = "+proj=utm +zone=19 +a=6378135 +rf=298.257 +nadgrids=NB7783v2.gsb +units=m +no_defs +type=crs"; /** * NAD83(CSRS)v6 / MTM zone 6 * - **CRS-PROJCRS** [22646] * - **Area**: Canada - Labrador - west of 66°W. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `55.34,-67.81,52.05,-66` */ export declare const EPSG_22646 = "+proj=tmerc +lat_0=0 +lon_0=-67.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs"; /** * NAD83 / Louisiana South * - **CRS-PROJCRS** [26982] * - **Area**: United States (USA) - Louisiana - counties of Acadia; Allen; Ascension; Assumption; Beauregard; Calcasieu; Cameron; East Baton Rouge; East Feliciana; Evangeline; Iberia; Iberville; Jefferson; Jefferson Davis; Lafayette; LaFourche; Livingston; Orleans; Plaquemines; Pointe Coupee; St Bernard; St Charles; St Helena; St James; St John the Baptist; St Landry; St Martin; St Mary; St Tammany; Tangipahoa; Terrebonne; Vermilion; Washington; West Baton Rouge; West Feliciana. * - **Unit**: `metre` * - **Accuracy**: `4` * - **BBOX**: `31.07,-93.94,28.85,-88.75` */ export declare const EPSG_26982 = "+proj=lcc +lat_0=28.5 +lon_0=-91.3333333333333 +lat_1=30.7 +lat_2=29.3 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NTF (Paris) / Lambert zone IV + NGF-IGN78 height * - **CRS-COMPOUNDCRS** [5708] * - **Area**: France - Corsica onshore. * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `43.07,8.5,41.31,9.63` */ export declare const EPSG_5708 = "+proj=lcc +lat_1=42.165 +lat_0=42.165 +lon_0=0 +k_0=0.99994471 +x_0=234.358 +y_0=4185861.369 +ellps=clrk80ign +pm=paris +units=m +vunits=m +no_defs +type=crs"; /** * NAD83(2011) / Oregon Grants Pass-Ashland zone (ft) * - **CRS-PROJCRS** [6827] * - **Area**: United States (USA) - Oregon - Grants Pass-Ashland area. * - **Unit**: `foot` * - **Accuracy**: `2` * - **BBOX**: `42.85,-123.95,41.88,-122.37` */ export declare const EPSG_6827 = "+proj=tmerc +lat_0=41.75 +lon_0=-123.333333333333 +k=1.000043 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs"; /** * Pulkovo 1942 / 3-degree Gauss-Kruger zone 21 * - **CRS-PROJCRS** [2537] * - **Area**: Kazakhstan, Russian Federation onshore, Turkmenistan and Uzbekistan - between 61°30'E and 64°30'E. * - **Unit**: `metre` * - **Accuracy**: `4.5` * - **BBOX**: `81.77,61.5,35.14,64.5` */ export declare const EPSG_2537 = "+proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs"; /** * WGS 1984 Stereographic South Pole * - **CRS-PROJCRS** [102021] * - **Area**: World - south of 0~N * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `0,-180,-90,180` */ export declare const EPSG_102021 = "+proj=stere +lat_0=-90 +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs"; /** * NAD83(HARN) / WISCRS Florence (m) * - **CRS-PROJCRS** [8090] * - **Area**: United States (USA) - Wisconsin - Florence county. * - **Unit**: `metre` * - **Accuracy**: `2` * - **BBOX**: `46.03,-88.69,45.71,-88.05` */ export declare const EPSG_8090 = "+proj=tmerc +lat_0=45.4388888888889 +lon_0=-88.1416666666667 +k=1.0000552095 +x_0=133502.6683 +y_0=0.0063 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * SIRGAS-Chile 2002 * - **CRS-GCENCRS** [5358] * - **Area**: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `-17.5,-113.21,-59.87,-65.72` */ export declare const EPSG_5358 = "+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs"; /** * NAD83(2011) / InGCS Vanderburgh (m) * - **CRS-PROJCRS** [7365] * - **Area**: United States (USA) - Indiana - Vanderburgh county. * - **Unit**: `metre` * - **Accuracy**: `2` * - **BBOX**: `38.17,-87.71,37.82,-87.44` */ export declare const EPSG_7365 = "+proj=tmerc +lat_0=37.8 +lon_0=-87.55 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * Cape Lo17 * - **CRS-PROJCRS** [102471] * - **Area**: South Africa - west of 18~E * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `-28.03,16.45,-33.1,18` */ export declare const EPSG_102471 = "+proj=tmerc +lat_0=0 +lon_0=17 +k=-1 +x_0=0 +y_0=0 +a=6378249.145 +rf=293.4663077 +units=m +no_defs +type=crs"; /** * GDA94 / BIO94 * - **CRS-PROJCRS** [10449] * - **Area**: Australia - Western Australia - Barrow Island and Onslow area onshore. * - **Unit**: `metre` * - **Accuracy**: `3` * - **BBOX**: `-20.21,114.9,-22.2,115.59` */ export declare const EPSG_10449 = "+proj=tmerc +lat_0=0 +lon_0=115.25 +k=1.0000022 +x_0=60000 +y_0=2600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * WGS 84 / EPSG Arctic zone 4-12 * - **CRS-PROJCRS** [6124] * - **Area**: Arctic - between 77°50'N and 72°50'N, approximately 169°W to approximately 141°W. May be extended westwards or eastwards within the latitude limits. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `77.84,-169,72.83,-141` */ export declare const EPSG_6124 = "+proj=lcc +lat_0=75.3644033055556 +lon_0=-155 +lat_1=77 +lat_2=73.6666666666667 +x_0=12500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs +type=crs"; /** * OSGB 1936 National Highways A12H2 * - **CRS-PROJCRS** [112021] * - **Area**: UK - Highways England - A12 * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `50.814,-3.9022,50.2351,-3.6549` */ export declare const EPSG_112021 = "+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999841726023814 +x_0=144034.639234272 +y_0=71017.0790668981 +ellps=airy +units=m +no_defs +type=crs"; /** * IGC 1962 / Congo TM zone 28 * - **CRS-PROJCRS** [3326] * - **Area**: The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse between 27°E and 29°E. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `-4.24,27,-7.36,29` */ export declare const EPSG_3326 = "+proj=tmerc +lat_0=0 +lon_0=28 +k=0.9999 +x_0=500000 +y_0=10000000 +a=6378249.145 +rf=293.465 +units=m +no_defs +type=crs"; /** * NAD 1983 HARN Adj. Minnesota Fillmore (meter) * - **CRS-PROJCRS** [103630] * - **Area**: USA - Minnesota * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `49.38,-97.22,43.49,-89.49` */ export declare const EPSG_103630 = "+proj=lcc +lat_0=43.5 +lon_0=-92.0833333333333 +lat_1=43.55 +lat_2=43.8 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378464.661 +rf=298.257222100883 +units=m +no_defs +type=crs"; /** * MTRF-2000 / UTM zone 39N * - **CRS-PROJCRS** [8839] * - **Area**: Saudi Arabia - onshore and offshore - between 48°E and 54°E. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `28.94,47.99,17.94,54.01` */ export declare const EPSG_8839 = "+proj=utm +zone=39 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NVD 1992 height * - **CRS-VERTCRS** [9681] * - **Area**: Bangladesh - onshore. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `26.64,88.01,20.52,92.67` */ export declare const EPSG_9681 = "+vunits=m +no_defs +type=crs"; /** * GSK-2011 / GSK 3GK CM 42E * - **CRS-PROJCRS** [21314] * - **Area**: Russian Federation - onshore between 40°30'E and 43°30'E. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `68.74,40.5,42.87,43.5` */ export declare const EPSG_21314 = "+proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD83(2011) / ICS83-Belleville (ftUS) * - **CRS-PROJCRS** [23329] * - **Area**: United States (USA) - Illinois - counties of Madison, Monroe and St Clair. * - **Unit**: `US survey foot` * - **Accuracy**: `2` * - **BBOX**: `39,-90.38,38.08,-89.59` */ export declare const EPSG_23329 = "+proj=tmerc +lat_0=32.35 +lon_0=-90 +k=1.000016 +x_0=2949860.2997206 +y_0=149961.8999238 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs"; /** * ITRF93 * - **CRS-GEOGCRS** [8993] * - **Area**: World. * - **Unit**: `degree (supplier to define representation)` * - **Accuracy**: `null` * - **BBOX**: `90,-180,-90,180` */ export declare const EPSG_8993 = "+proj=longlat +ellps=GRS80 +no_defs +type=crs"; /** * NAD83(2011) / South Dakota South (ftUS) * - **CRS-PROJCRS** [6574] * - **Area**: United States (USA) - South Dakota - counties of Aurora; Bennett; Bon Homme; Brule; Buffalo; Charles Mix; Clay; Custer; Davison; Douglas; Fall River; Gregory; Haakon; Hanson; Hughes; Hutchinson; Jackson; Jerauld; Jones; Lake; Lincoln; Lyman; McCook; Mellette; Miner; Minnehaha; Moody; Pennington; Sanborn; Shannon; Stanley; Todd; Tripp; Turner; Union; Yankton. * - **Unit**: `US survey foot` * - **Accuracy**: `2` * - **BBOX**: `44.79,-104.06,42.48,-96.43` */ export declare const EPSG_6574 = "+proj=lcc +lat_0=42.3333333333333 +lon_0=-100.333333333333 +lat_1=44.4 +lat_2=42.8333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs +type=crs"; /** * CGCS2000 / 3-degree Gauss-Kruger CM 120E * - **CRS-PROJCRS** [4549] * - **Area**: China - onshore between 118°30'E and 121°30'E. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `53.33,118.5,24.43,121.5` */ export declare const EPSG_4549 = "+proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs"; /** * WGS 72BE / UTM zone 38S * - **CRS-PROJCRS** [32538] * - **Area**: Between 42°E and 48°E, southern hemisphere between 80°S and equator, onshore and offshore. * - **Unit**: `metre` * - **Accuracy**: `2` * - **BBOX**: `0,42,-80,48` */ export declare const EPSG_32538 = "+proj=utm +zone=38 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs +type=crs"; /** * NAD83 / Alberta 3TM ref merid 114 W * - **CRS-PROJCRS** [3776] * - **Area**: Canada - Alberta - between 115°30'W and 112°30'W. * - **Unit**: `metre` * - **Accuracy**: `4` * - **BBOX**: `60,-115.5,48.99,-112.5` */ export declare const EPSG_3776 = "+proj=tmerc +lat_0=0 +lon_0=-114 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD83(HARN) / Wyoming West Central * - **CRS-PROJCRS** [2864] * - **Area**: United States (USA) - Wyoming - counties of Fremont; Hot Springs; Park; Sweetwater. * - **Unit**: `metre` * - **Accuracy**: `2` * - **BBOX**: `45.01,-111.06,40.99,-107.5` */ export declare const EPSG_2864 = "+proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD 1983 (CORS96) SPCS Georgia East * - **CRS-PROJCRS** [103260] * - **Area**: USA - Georgia - SPCS - E * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `34.68,-83.47,30.36,-80.77` */ export declare const EPSG_103260 = "+proj=tmerc +lat_0=30 +lon_0=-82.1666666666667 +k=0.9999 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs +type=crs"; /** * WGS 84 / SCAR IMW ST13-16 * - **CRS-PROJCRS** [3263] * - **Area**: Antarctica - 76°S to 80°S and 108°W to 84°W. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `-76,-108,-80,-84` */ export declare const EPSG_3263 = "+proj=lcc +lat_0=-90 +lon_0=-96 +lat_1=-76.6666666666667 +lat_2=-79.3333333333333 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs"; /** * NAD 1983 HARN Adj. Minnesota St Louis North (US foot) * - **CRS-PROJCRS** [103775] * - **Area**: USA - Minnesota * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `49.38,-97.22,43.49,-89.49` */ export declare const EPSG_103775 = "+proj=lcc +lat_0=47.8333333333333 +lon_0=-92.45 +lat_1=47.9833333333333 +lat_2=48.5333333333333 +x_0=152400.30480061 +y_0=30480.0609601219 +a=6378543.909 +rf=298.257222100883 +units=us-ft +no_defs +type=crs"; /** * GSK-2011 / Gauss-Kruger zone 13 * - **CRS-PROJCRS** [20913] * - **Area**: Russian Federation - onshore between 72°E and 78°E. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `79.71,72,53.17,78` */ export declare const EPSG_20913 = "+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * Ibiza height * - **CRS-VERTCRS** [9394] * - **Area**: Spain - Balearic Islands - Ibiza - onshore. * - **Unit**: `metre` * - **Accuracy**: `null` * - **BBOX**: `39.17,1.12,38.77,1.68` */ export declare const EPSG_9394 = "+vunits=m +no_defs +type=crs"; /** * NAD83(CSRS) / MTQ Lambert * - **CRS-PROJCRS** [3799] * - **Area**: Canada - Quebec. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `62.62,-79.85,44.99,-57.1` */ export declare const EPSG_3799 = "+proj=lcc +lat_0=44 +lon_0=-70 +lat_1=50 +lat_2=46 +x_0=800000 +y_0=0 +ellps=GRS80 +towgs84=-0.991,1.9072,0.5129,-1.25033e-07,-4.6785e-08,-5.6529e-08,0 +units=m +no_defs +type=crs"; /** * GR96 / EPSG Arctic zone 5-45 * - **CRS-PROJCRS** [6061] * - **Area**: Arctic - between 74°30'N and 69°30'N, approximately 32°W to approximately 12°W. May be extended westwards or eastwards within the latitude limits. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `74.51,-32,69.5,-12` */ export declare const EPSG_6061 = "+proj=lcc +lat_0=72.0250091944445 +lon_0=-22 +lat_1=73.6666666666667 +lat_2=70.3333333333333 +x_0=45500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD83(NSRS2007) / North Dakota North * - **CRS-PROJCRS** [3633] * - **Area**: United States (USA) - North Dakota - counties of Benson; Bottineau; Burke; Cavalier; Divide; Eddy; Foster; Grand Forks; Griggs; McHenry; McKenzie; McLean; Mountrial; Nelson; Pembina; Pierce; Ramsey; Renville; Rolette; Sheridan; Steele; Towner; Traill; Walsh; Ward; Wells; Williams. * - **Unit**: `metre` * - **Accuracy**: `2` * - **BBOX**: `49.01,-104.07,47.15,-96.83` */ export declare const EPSG_3633 = "+proj=lcc +lat_0=47 +lon_0=-100.5 +lat_1=48.7333333333333 +lat_2=47.4333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD83(HARN) / Utah North (ft) * - **CRS-PROJCRS** [2921] * - **Area**: United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber. * - **Unit**: `foot` * - **Accuracy**: `2` * - **BBOX**: `42.01,-114.04,40.55,-109.04` */ export declare const EPSG_2921 = "+proj=lcc +lat_0=40.3333333333333 +lon_0=-111.5 +lat_1=41.7833333333333 +lat_2=40.7166666666667 +x_0=500000.0001504 +y_0=999999.999996 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs +type=crs"; /** * GSK-2011 / GSK 3GK zone 51 * - **CRS-PROJCRS** [21251] * - **Area**: Russian Federation - onshore between 151°30'E and 154°30'E. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `76.26,151.5,46.72,154.5` */ export declare const EPSG_21251 = "+proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=51250000 +y_0=0 +ellps=GSK2011 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD83 / MTM zone 7 * - **CRS-PROJCRS** [32187] * - **Area**: Canada - Quebec - between 72°W and 69°W. * - **Unit**: `metre` * - **Accuracy**: `4` * - **BBOX**: `61.8,-72,45.01,-69` */ export declare const EPSG_32187 = "+proj=tmerc +lat_0=0 +lon_0=-70.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD83(2011) / Colorado South * - **CRS-PROJCRS** [6431] * - **Area**: United States (USA) - Colorado - counties Alamosa; Archuleta; Baca; Bent; Conejos; Costilla; Crowley; Custer; Dolores; Hinsdale; Huerfano; Kiowa; La Plata; Las Animas; Mineral; Montezuma; Montrose; Otero; Ouray; Prowers; Pueblo; Rio Grande; Saguache; San Juan; San Miguel. * - **Unit**: `metre` * - **Accuracy**: `2` * - **BBOX**: `38.68,-109.06,36.98,-102.04` */ export declare const EPSG_6431 = "+proj=lcc +lat_0=36.6666666666667 +lon_0=-105.5 +lat_1=38.4333333333333 +lat_2=37.2333333333333 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * Pulkovo 1995 / Gauss-Kruger CM 75E * - **CRS-PROJCRS** [2472] * - **Area**: Russian Federation - onshore between 72°E and 78°E. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `79.71,72,53.17,78` */ export declare const EPSG_2472 = "+proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs"; /** * Lisboa Hayford Gauss IGeoE * - **CRS-PROJCRS** [102164] * - **Area**: Portugal * - **Unit**: `null` * - **Accuracy**: `null` * - **BBOX**: `43.07,-35.58,29.24,-6.19` */ export declare const EPSG_102164 = "+proj=tmerc +lat_0=39.6666666666667 +lon_0=-8.13190611111111 +k=1 +x_0=200000 +y_0=300000 +ellps=intl +units=m +no_defs +type=crs"; /** * Pulkovo 1995 / Gauss-Kruger zone 10 * - **CRS-PROJCRS** [20010] * - **Area**: Russian Federation - onshore between 54°E and 60°E. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `81.91,54,50.47,60` */ export declare const EPSG_20010 = "+proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,-0.13,-0.22 +units=m +no_defs +type=crs"; /** * Azores Occidental 1939 / UTM zone 25N * - **CRS-PROJCRS** [2188] * - **Area**: Portugal - western Azores onshore - Flores, Corvo. * - **Unit**: `metre` * - **Accuracy**: `5` * - **BBOX**: `39.77,-31.34,39.3,-31.02` */ export declare const EPSG_2188 = "+proj=utm +zone=25 +ellps=intl +towgs84=-422.651,-172.995,84.02,0,0,0,0 +units=m +no_defs +type=crs"; /** * Pulkovo 1942 / Gauss-Kruger zone 20 * - **CRS-PROJCRS** [28420] * - **Area**: Russian Federation - onshore between 114°E and 120°E. * - **Unit**: `metre` * - **Accuracy**: `4.5` * - **BBOX**: `75.96,114,49.51,120` */ export declare const EPSG_28420 = "+proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,-0.35,-0.736,0 +units=m +no_defs +type=crs"; /** * ETRS89 / Albania LCC 2010 * - **CRS-PROJCRS** [6962] * - **Area**: Albania - onshore. * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `42.67,19.22,39.64,21.06` */ export declare const EPSG_6962 = "+proj=lcc +lat_0=41 +lon_0=20 +lat_1=39 +lat_2=43 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"; /** * NAD27(76) / MTM zone 13 * - **CRS-PROJCRS** [2022] * - **Area**: Canada - Ontario - between 85°30'W and 82°30'W and north of 46°N. * - **Unit**: `metre` * - **Accuracy**: `2` * - **BBOX**: `55.59,-85.5,46,-82.5` */ export declare const EPSG_2022 = "+proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +nadgrids=May76v20.gsb +units=m +no_defs +type=crs"; /** * MGI (Ferro) / Austria GK West Zone * - **CRS-PROJCRS** [31251] * - **Area**: Austria west of 11°50'E of Greenwich (29°30'E of Ferro). * - **Unit**: `metre` * - **Accuracy**: `1` * - **BBOX**: `47.61,9.53,46.77,11.84` */ export declare const EPSG_31251 = "+proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=0 +y_0=-5000000 +ellps=bessel +pm=ferro +units=m +no_defs +type=crs"; /**