Passed
Push — 4.0.x ( 414ad0...5c8c8d )
by Doug
05:04 queued 12s
created

Geographic2D   B

Complexity

Total Complexity 7

Size/Duplication

Total Lines 7600
Duplicated Lines 0 %

Test Coverage

Coverage 91.3%

Importance

Changes 1
Bugs 0 Features 0
Metric Value
eloc 3711
dl 0
loc 7600
ccs 21
cts 23
cp 0.913
rs 8.8
c 1
b 0
f 0
wmc 7

3 Methods

Rating   Name   Duplication   Size   Complexity  
A fromSRID() 0 18 3
A getSupportedSRIDs() 0 9 3
A __construct() 0 12 1
1
<?php
2
/**
3
 * PHPCoord.
4
 *
5
 * @author Doug Wright
6
 */
7
declare(strict_types=1);
8
9
namespace PHPCoord\CoordinateReferenceSystem;
10
11
use function assert;
12
use function count;
13
use PHPCoord\CoordinateSystem\CoordinateSystem;
14
use PHPCoord\CoordinateSystem\Ellipsoidal;
15
use PHPCoord\Datum\Datum;
16
use PHPCoord\Exception\UnknownCoordinateReferenceSystemException;
17
use PHPCoord\Geometry\GeographicPolygon;
18
19
class Geographic2D extends Geographic
20
{
21
    /**
22
     * AGD66
23
     * Extent: Australia - onshore and offshore. Papua New Guinea - onshore.
24
     */
25
    public const EPSG_AGD66 = 'urn:ogc:def:crs:EPSG::4202';
26
27
    /**
28
     * AGD84
29
     * Extent: Australia - Queensland, South Australia, Western Australia, federal areas offshore west of 129°E.
30
     * National system replacing AGD 66 but officially adopted only in Queensland, South Australia and Western
31
     * Australia. Replaced by GDA94.
32
     */
33
    public const EPSG_AGD84 = 'urn:ogc:def:crs:EPSG::4203';
34
35
    /**
36
     * ATF (Paris)
37
     * Extent: France - mainland onshore.
38
     * ProjCRS covering all mainland France based on this datum used Bonne projection. In Alsace, suspected to be an
39
     * extension of core network based on transformation of old German system.
40
     */
41
    public const EPSG_ATF_PARIS = 'urn:ogc:def:crs:EPSG::4901';
42
43
    /**
44
     * ATRF2014
45
     * Extent: Australia including Lord Howe Island, Macquarie Islands, Ashmore and Cartier Islands, Christmas Island,
46
     * Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.
47
     */
48
    public const EPSG_ATRF2014 = 'urn:ogc:def:crs:EPSG::9309';
49
50
    /**
51
     * ATS77
52
     * Extent: Canada - New Brunswick; Nova Scotia; Prince Edward Island.
53
     * In use from 1979. To be phased out in late 1990's.
54
     */
55
    public const EPSG_ATS77 = 'urn:ogc:def:crs:EPSG::4122';
56
57
    /**
58
     * AbInvA96_2020-IRF
59
     * Extent: UK - on or related to the A96 highway from Aberdeen to Inverness.
60
     * Intermediate CRS created in 2020 to assist the emulation of the ETRS89 / AbInvA96_2020 SnakeGrid projected CRS
61
     * through transformation ETRS89 to AbInvA96_2020-IRF (1) (code 9386) used in conjunction with the AbInvA96_2020-TM
62
     * map projection (code 9385).
63
     */
64
    public const EPSG_ABINVA96_2020_IRF = 'urn:ogc:def:crs:EPSG::9384';
65
66
    /**
67
     * Abidjan 1987
68
     * Extent: Côte d'Ivoire (Ivory Coast) - onshore and offshore.
69
     * Replaces Locodjo 1965 (EPSG code 4142).
70
     */
71
    public const EPSG_ABIDJAN_1987 = 'urn:ogc:def:crs:EPSG::4143';
72
73
    /**
74
     * Accra
75
     * Extent: Ghana - onshore and offshore.
76
     * Ellipsoid semi-major axis (a)=20926201 exactly Gold Coast feet.
77
     * Replaced by Leigon (code 4250) in 1978.
78
     */
79
    public const EPSG_ACCRA = 'urn:ogc:def:crs:EPSG::4168';
80
81
    /**
82
     * Aden 1925
83
     * Extent: Yemen - South Yemen onshore mainland.
84
     */
85
    public const EPSG_ADEN_1925 = 'urn:ogc:def:crs:EPSG::6881';
86
87
    /**
88
     * Adindan
89
     * Extent: Eritrea; Ethiopia; South Sudan; Sudan.
90
     * The 12th parallel traverse of 1966-70 (geogCRS Point 58, code 4620) is connected to the Blue Nile 1958 network
91
     * in western Sudan. This has given rise to misconceptions that the Blue Nile 1958 network is used in west Africa.
92
     */
93
    public const EPSG_ADINDAN = 'urn:ogc:def:crs:EPSG::4201';
94
95
    /**
96
     * Afgooye
97
     * Extent: Somalia - onshore.
98
     */
99
    public const EPSG_AFGOOYE = 'urn:ogc:def:crs:EPSG::4205';
100
101
    /**
102
     * Agadez
103
     * Extent: Niger.
104
     */
105
    public const EPSG_AGADEZ = 'urn:ogc:def:crs:EPSG::4206';
106
107
    /**
108
     * Ain el Abd
109
     * Extent: Bahrain, Kuwait and Saudi Arabia - onshore.
110
     */
111
    public const EPSG_AIN_EL_ABD = 'urn:ogc:def:crs:EPSG::4204';
112
113
    /**
114
     * Albanian 1987
115
     * Extent: Albania - onshore.
116
     * Replaced by KRGJSH-2010.
117
     */
118
    public const EPSG_ALBANIAN_1987 = 'urn:ogc:def:crs:EPSG::4191';
119
120
    /**
121
     * American Samoa 1962
122
     * Extent: American Samoa - Tutuila, Aunu'u, Ofu, Olesega and Ta'u islands.
123
     */
124
    public const EPSG_AMERICAN_SAMOA_1962 = 'urn:ogc:def:crs:EPSG::4169';
125
126
    /**
127
     * Amersfoort
128
     * Extent: Netherlands - onshore, including Waddenzee, Dutch Wadden Islands and 12-mile offshore coastal zone.
129
     * Use of geographic2D CRS Amersfoort (code 4289) for spatial referencing is discouraged. Use projected CRS
130
     * Amersfoort / RD New (code 28992).
131
     */
132
    public const EPSG_AMERSFOORT = 'urn:ogc:def:crs:EPSG::4289';
133
134
    /**
135
     * Ammassalik 1958
136
     * Extent: Greenland - Ammassalik area onshore.
137
     */
138
    public const EPSG_AMMASSALIK_1958 = 'urn:ogc:def:crs:EPSG::4196';
139
140
    /**
141
     * Anguilla 1957
142
     * Extent: Anguilla - onshore.
143
     */
144
    public const EPSG_ANGUILLA_1957 = 'urn:ogc:def:crs:EPSG::4600';
145
146
    /**
147
     * Antigua 1943
148
     * Extent: Antigua island - onshore.
149
     */
150
    public const EPSG_ANTIGUA_1943 = 'urn:ogc:def:crs:EPSG::4601';
151
152
    /**
153
     * Aratu
154
     * Extent: Brazil - offshore south and east of a line intersecting the coast at 2°55'S; onshore Tucano basin.
155
     */
156
    public const EPSG_ARATU = 'urn:ogc:def:crs:EPSG::4208';
157
158
    /**
159
     * Arc 1950
160
     * Extent: Botswana; Malawi; Zambia; Zimbabwe.
161
     */
162
    public const EPSG_ARC_1950 = 'urn:ogc:def:crs:EPSG::4209';
163
164
    /**
165
     * Arc 1960
166
     * Extent: Burundi, Kenya, Rwanda, Tanzania and Uganda.
167
     */
168
    public const EPSG_ARC_1960 = 'urn:ogc:def:crs:EPSG::4210';
169
170
    /**
171
     * Ascension Island 1958
172
     * Extent: St Helena, Ascension and Tristan da Cunha - Ascension Island - onshore.
173
     */
174
    public const EPSG_ASCENSION_ISLAND_1958 = 'urn:ogc:def:crs:EPSG::4712';
175
176
    /**
177
     * Astro DOS 71
178
     * Extent: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.
179
     * Used between 1972 and 2015. Replaced by SHGD2015 (CRS code 7886) from 2015.
180
     */
181
    public const EPSG_ASTRO_DOS_71 = 'urn:ogc:def:crs:EPSG::4710';
182
183
    /**
184
     * Australian Antarctic
185
     * Extent: Antarctica between 45°E and 136°E and between 142°E and 160°E - Australian sector.
186
     */
187
    public const EPSG_AUSTRALIAN_ANTARCTIC = 'urn:ogc:def:crs:EPSG::4176';
188
189
    /**
190
     * Ayabelle Lighthouse
191
     * Extent: Djibouti - onshore and offshore.
192
     */
193
    public const EPSG_AYABELLE_LIGHTHOUSE = 'urn:ogc:def:crs:EPSG::4713';
194
195
    /**
196
     * Azores Central 1948
197
     * Extent: Portugal - central Azores onshore - Faial, Graciosa, Pico, Sao Jorge, Terceira.
198
     * Replaced by 1995 system (CRS code 4665).
199
     */
200
    public const EPSG_AZORES_CENTRAL_1948 = 'urn:ogc:def:crs:EPSG::4183';
201
202
    /**
203
     * Azores Central 1995
204
     * Extent: Portugal - central Azores onshore - Faial, Graciosa, Pico, Sao Jorge, Terceira.
205
     * Replaces 1948 system (CRS code 4183). Replaced by PTRA08 (CRS code 5013).
206
     */
207
    public const EPSG_AZORES_CENTRAL_1995 = 'urn:ogc:def:crs:EPSG::4665';
208
209
    /**
210
     * Azores Occidental 1939
211
     * Extent: Portugal - western Azores onshore - Flores, Corvo.
212
     * Replaced by PTRA08 (CRS code 5013).
213
     */
214
    public const EPSG_AZORES_OCCIDENTAL_1939 = 'urn:ogc:def:crs:EPSG::4182';
215
216
    /**
217
     * Azores Oriental 1940
218
     * Extent: Portugal - eastern Azores onshore - Sao Miguel, Santa Maria, Formigas.
219
     * Replaced by 1995 system (CRS code 4664).
220
     */
221
    public const EPSG_AZORES_ORIENTAL_1940 = 'urn:ogc:def:crs:EPSG::4184';
222
223
    /**
224
     * Azores Oriental 1995
225
     * Extent: Portugal - eastern Azores onshore - Sao Miguel, Santa Maria, Formigas.
226
     * Replaces 1948 system (CRS code 4184). Replaced by PTRA08 (CRS code 5013).
227
     */
228
    public const EPSG_AZORES_ORIENTAL_1995 = 'urn:ogc:def:crs:EPSG::4664';
229
230
    /**
231
     * BDA2000
232
     * Extent: Bermuda - onshore and offshore.
233
     * Replaces Bermuda 1957 (CRS code 4216).
234
     */
235
    public const EPSG_BDA2000 = 'urn:ogc:def:crs:EPSG::4762';
236
237
    /**
238
     * BGS2005
239
     * Extent: Bulgaria - onshore and offshore.
240
     * Adopted 2010-07-29. Replaces earlier systems.
241
     */
242
    public const EPSG_BGS2005 = 'urn:ogc:def:crs:EPSG::7798';
243
244
    /**
245
     * Barbados 1938
246
     * Extent: Barbados - onshore.
247
     */
248
    public const EPSG_BARBADOS_1938 = 'urn:ogc:def:crs:EPSG::4212';
249
250
    /**
251
     * Batavia
252
     * Extent: Indonesia - Bali, Java and western Sumatra onshore, offshore southern Java Sea, Madura Strait and
253
     * western Bali Sea.
254
     */
255
    public const EPSG_BATAVIA = 'urn:ogc:def:crs:EPSG::4211';
256
257
    /**
258
     * Batavia (Jakarta)
259
     * Extent: Indonesia - onshore - Bali, Java and western Sumatra.
260
     */
261
    public const EPSG_BATAVIA_JAKARTA = 'urn:ogc:def:crs:EPSG::4813';
262
263
    /**
264
     * Beduaram
265
     * Extent: Niger - southeast.
266
     */
267
    public const EPSG_BEDUARAM = 'urn:ogc:def:crs:EPSG::4213';
268
269
    /**
270
     * Beijing 1954
271
     * Extent: China - onshore and offshore.
272
     * In 1982 replaced by Xian 1980 (CRS code 4610) and New Beijing (CRS code 4555).
273
     */
274
    public const EPSG_BEIJING_1954 = 'urn:ogc:def:crs:EPSG::4214';
275
276
    /**
277
     * Bekaa Valley 1920
278
     * Extent: Lebanon - onshore.
279
     */
280
    public const EPSG_BEKAA_VALLEY_1920 = 'urn:ogc:def:crs:EPSG::6882';
281
282
    /**
283
     * Belge 1950
284
     * Extent: Belgium - onshore.
285
     */
286
    public const EPSG_BELGE_1950 = 'urn:ogc:def:crs:EPSG::4215';
287
288
    /**
289
     * Belge 1950 (Brussels)
290
     * Extent: Belgium - onshore.
291
     */
292
    public const EPSG_BELGE_1950_BRUSSELS = 'urn:ogc:def:crs:EPSG::4809';
293
294
    /**
295
     * Belge 1972
296
     * Extent: Belgium - onshore.
297
     */
298
    public const EPSG_BELGE_1972 = 'urn:ogc:def:crs:EPSG::4313';
299
300
    /**
301
     * Bellevue
302
     * Extent: Vanuatu - southern islands - Aneityum, Efate, Erromango and Tanna.
303
     */
304
    public const EPSG_BELLEVUE = 'urn:ogc:def:crs:EPSG::4714';
305
306
    /**
307
     * Bermuda 1957
308
     * Extent: Bermuda - onshore.
309
     * Replaced by BDA2000 (CRS code 4762).
310
     */
311
    public const EPSG_BERMUDA_1957 = 'urn:ogc:def:crs:EPSG::4216';
312
313
    /**
314
     * Bern 1898 (Bern)
315
     * Extent: Liechtenstein; Switzerland.
316
     */
317
    public const EPSG_BERN_1898_BERN = 'urn:ogc:def:crs:EPSG::4801';
318
319
    /**
320
     * Bern 1938
321
     * Extent: Liechtenstein; Switzerland.
322
     * Used for the geographic coordinates overprinted on topographic maps constructed on the CH1903 / LV03 projected
323
     * CS (code 21781).
324
     */
325
    public const EPSG_BERN_1938 = 'urn:ogc:def:crs:EPSG::4306';
326
327
    /**
328
     * Bioko
329
     * Extent: Equatorial Guinea - Bioko onshore.
330
     */
331
    public const EPSG_BIOKO = 'urn:ogc:def:crs:EPSG::6883';
332
333
    /**
334
     * Bissau
335
     * Extent: Guinea-Bissau - onshore.
336
     */
337
    public const EPSG_BISSAU = 'urn:ogc:def:crs:EPSG::4165';
338
339
    /**
340
     * Bogota 1975
341
     * Extent: Colombia - mainland and offshore Caribbean.
342
     * Replaces earlier 3 adjustments of 1951, 1944 and 1941. Replaced by MAGNA-SIRGAS (CRS code 4685).
343
     */
344
    public const EPSG_BOGOTA_1975 = 'urn:ogc:def:crs:EPSG::4218';
345
346
    /**
347
     * Bogota 1975 (Bogota)
348
     * Extent: Colombia - mainland onshore.
349
     * Replaces earlier 3 adjustments of 1951, 1944 and 1941.
350
     */
351
    public const EPSG_BOGOTA_1975_BOGOTA = 'urn:ogc:def:crs:EPSG::4802';
352
353
    /**
354
     * Bukit Rimpah
355
     * Extent: Indonesia - Banga and Belitung Islands.
356
     */
357
    public const EPSG_BUKIT_RIMPAH = 'urn:ogc:def:crs:EPSG::4219';
358
359
    /**
360
     * CGRS93
361
     * Extent: Cyprus - onshore.
362
     * Adopted by DLS in 1993 for new survey plans and maps.
363
     */
364
    public const EPSG_CGRS93 = 'urn:ogc:def:crs:EPSG::6311';
365
366
    /**
367
     * CH1903
368
     * Extent: Liechtenstein; Switzerland.
369
     * Replaced by CH1903+.
370
     */
371
    public const EPSG_CH1903 = 'urn:ogc:def:crs:EPSG::4149';
372
373
    /**
374
     * CH1903+
375
     * Extent: Liechtenstein; Switzerland.
376
     * Replaces CH1903.
377
     */
378
    public const EPSG_CH1903_PLUS = 'urn:ogc:def:crs:EPSG::4150';
379
380
    /**
381
     * CHTRF95
382
     * Extent: Liechtenstein; Switzerland.
383
     */
384
    public const EPSG_CHTRF95 = 'urn:ogc:def:crs:EPSG::4151';
385
386
    /**
387
     * CIGD11
388
     * Extent: Cayman Islands - onshore and offshore. Includes Grand Cayman, Little Cayman and Cayman Brac.
389
     */
390
    public const EPSG_CIGD11 = 'urn:ogc:def:crs:EPSG::6135';
391
392
    /**
393
     * CR-SIRGAS
394
     * Extent: Costa Rica - onshore and offshore.
395
     * Replaces CR05 (CRS code 5365) from April 2018.
396
     */
397
    public const EPSG_CR_SIRGAS = 'urn:ogc:def:crs:EPSG::8907';
398
399
    /**
400
     * CR05
401
     * Extent: Costa Rica - onshore and offshore.
402
     * Replaces Ocotepeque (CRS code 5451) in Costa Rica from March 2007. Replaced by CR-SIRGAS (CRS code 8907) from
403
     * April 2018.
404
     */
405
    public const EPSG_CR05 = 'urn:ogc:def:crs:EPSG::5365';
406
407
    /**
408
     * CSG67
409
     * Extent: French Guiana - coastal area.
410
     */
411
    public const EPSG_CSG67 = 'urn:ogc:def:crs:EPSG::4623';
412
413
    /**
414
     * Cadastre 1997
415
     * Extent: Mayotte - onshore.
416
     * Replaces Combani 1950 (CRS code 4632) for cadastral purposes only. For other purposes see RGM04 (CRS code 4470).
417
     */
418
    public const EPSG_CADASTRE_1997 = 'urn:ogc:def:crs:EPSG::4475';
419
420
    /**
421
     * Camacupa 1948
422
     * Extent: Angola - Angola proper - onshore and offshore.
423
     * Provisional adjustment. Coastal stations used for offshore radio-navigation positioning and determination of
424
     * transformations to WGS. Differs from second adjustment (Camacupa 2015, CRS code 8694), which is not used for
425
     * offshore E&P, by up to 25m.
426
     */
427
    public const EPSG_CAMACUPA_1948 = 'urn:ogc:def:crs:EPSG::4220';
428
429
    /**
430
     * Camacupa 2015
431
     * Extent: Angola - onshore and offshore.
432
     * Camacupa 1948 (CRS code 4220) is used for offshore oil and gas exploration and production. Camacupa 2015 differs
433
     * from Camacupa 1948 by up to 25m.
434
     */
435
    public const EPSG_CAMACUPA_2015 = 'urn:ogc:def:crs:EPSG::8694';
436
437
    /**
438
     * Camp Area Astro
439
     * Extent: Antarctica - McMurdo Sound, Camp McMurdo area.
440
     * Replaced by RSRGD2000 (CRS code 4764). The relationship to this is variable. See Land Information New Zealand
441
     * LINZS25001.
442
     */
443
    public const EPSG_CAMP_AREA_ASTRO = 'urn:ogc:def:crs:EPSG::4715';
444
445
    /**
446
     * Campo Inchauspe
447
     * Extent: Argentina - mainland onshore and Atlantic offshore Tierra del Fuego.
448
     */
449
    public const EPSG_CAMPO_INCHAUSPE = 'urn:ogc:def:crs:EPSG::4221';
450
451
    /**
452
     * Cape
453
     * Extent: Botswana; Eswatini (Swaziland); Lesotho; South Africa - mainland.
454
     * Replaced by Hartbeesthoek94 from 1999.
455
     */
456
    public const EPSG_CAPE = 'urn:ogc:def:crs:EPSG::4222';
457
458
    /**
459
     * Cape Canaveral
460
     * Extent: North America - onshore - Bahamas and USA - Florida (east).
461
     */
462
    public const EPSG_CAPE_CANAVERAL = 'urn:ogc:def:crs:EPSG::4717';
463
464
    /**
465
     * Carthage
466
     * Extent: Tunisia - onshore and offshore.
467
     */
468
    public const EPSG_CARTHAGE = 'urn:ogc:def:crs:EPSG::4223';
469
470
    /**
471
     * Carthage (Paris)
472
     * Extent: Tunisia - onshore.
473
     * Replaced by Greenwich-based Carthage geogCRS.
474
     */
475
    public const EPSG_CARTHAGE_PARIS = 'urn:ogc:def:crs:EPSG::4816';
476
477
    /**
478
     * Chatham Islands 1971
479
     * Extent: New Zealand - Chatham Islands group - onshore.
480
     * Replaced by CI1979.
481
     */
482
    public const EPSG_CHATHAM_ISLANDS_1971 = 'urn:ogc:def:crs:EPSG::4672';
483
484
    /**
485
     * Chatham Islands 1979
486
     * Extent: New Zealand - Chatham Islands group - onshore.
487
     * Replaces CI1971. Replaced by NZGD2000 from March 2000.
488
     */
489
    public const EPSG_CHATHAM_ISLANDS_1979 = 'urn:ogc:def:crs:EPSG::4673';
490
491
    /**
492
     * China Geodetic Coordinate System 2000
493
     * Extent: China - onshore and offshore.
494
     * Adopted July 2008. Replaces Xian 1980 (CRS code 4610).
495
     */
496
    public const EPSG_CHINA_GEODETIC_COORDINATE_SYSTEM_2000 = 'urn:ogc:def:crs:EPSG::4490';
497
498
    /**
499
     * Chos Malal 1914
500
     * Extent: Argentina - Mendoza province, Neuquen province, western La Pampa province and western Rio Negro
501
     * province.
502
     * Replaced by Campo Inchauspe (geogCRS code 4221) for topographic mapping, use for oil exploration and production
503
     * continues.
504
     */
505
    public const EPSG_CHOS_MALAL_1914 = 'urn:ogc:def:crs:EPSG::4160';
506
507
    /**
508
     * Chua
509
     * Extent: Brazil - south of 18°S and west of 54°W, plus Distrito Federal. Paraguay - north.
510
     * The Chua origin and associated network is in Brazil with a connecting traverse through northern Paraguay. In
511
     * Brazil used only as input into the Corrego Allegre adjustment (CRS code 4225), except for government work
512
     * including SICAD in Distrito Federal.
513
     */
514
    public const EPSG_CHUA = 'urn:ogc:def:crs:EPSG::4224';
515
516
    /**
517
     * Cocos Islands 1965
518
     * Extent: Cocos (Keeling) Islands - onshore.
519
     */
520
    public const EPSG_COCOS_ISLANDS_1965 = 'urn:ogc:def:crs:EPSG::4708';
521
522
    /**
523
     * Combani 1950
524
     * Extent: Mayotte - onshore.
525
     * Replaced by Cadastre 1997 (CRS code 4475) for cadastral purposes only and by RGM04 (CRS code 4470) for all other
526
     * purposes.
527
     */
528
    public const EPSG_COMBANI_1950 = 'urn:ogc:def:crs:EPSG::4632';
529
530
    /**
531
     * Conakry 1905
532
     * Extent: Guinea - onshore.
533
     * Replaced by Dabola 1981 (EPSG code 4155).
534
     */
535
    public const EPSG_CONAKRY_1905 = 'urn:ogc:def:crs:EPSG::4315';
536
537
    /**
538
     * Corrego Alegre 1961
539
     * Extent: Brazil - onshore - between 18°S and 27°30'S, also east of 54°W between 15°S and 18°S.
540
     * Replaced by Corrego Alegre 1970-72 (CRS code 4225).
541
     */
542
    public const EPSG_CORREGO_ALEGRE_1961 = 'urn:ogc:def:crs:EPSG::5524';
543
544
    /**
545
     * Corrego Alegre 1970-72
546
     * Extent: Brazil - onshore - west of 54°W and south of 18°S; also south of 15°S between 54°W and 42°W; also
547
     * east of 42°W.
548
     * Replaces 1961 adjustment (CRS code 5524). Replaced by SAD69 (CRS code 4291).
549
     */
550
    public const EPSG_CORREGO_ALEGRE_1970_72 = 'urn:ogc:def:crs:EPSG::4225';
551
552
    /**
553
     * DB_REF
554
     * Extent: Germany - onshore - states of Baden-Wurtemberg, Bayern, Berlin, Brandenburg, Bremen, Hamburg, Hessen,
555
     * Mecklenburg-Vorpommern, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Sachsen, Sachsen-Anhalt,
556
     * Schleswig-Holstein, Thuringen.
557
     * Differs from DHDN by 0.5-1m in former West Germany and by a maximum of 3m in former East Germany.
558
     */
559
    public const EPSG_DB_REF = 'urn:ogc:def:crs:EPSG::5681';
560
561
    /**
562
     * DGN95
563
     * Extent: Indonesia - onshore and offshore.
564
     * Replaces ID74.
565
     */
566
    public const EPSG_DGN95 = 'urn:ogc:def:crs:EPSG::4755';
567
568
    /**
569
     * DHDN
570
     * Extent: Germany - states of former West Germany onshore - Baden-Wurtemberg, Bayern, Bremen, Hamburg, Hessen,
571
     * Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Schleswig-Holstein.
572
     * See also RD/83 for Saxony and PD/83 for Thuringen. For national digital cartographic purposes used across all
573
     * German states.
574
     */
575
    public const EPSG_DHDN = 'urn:ogc:def:crs:EPSG::4314';
576
577
    /**
578
     * DRUKREF 03
579
     * Extent: Bhutan.
580
     */
581
    public const EPSG_DRUKREF_03 = 'urn:ogc:def:crs:EPSG::5264';
582
583
    /**
584
     * Dabola 1981
585
     * Extent: Guinea - onshore.
586
     * Replaces Conakry 1905 (EPSG code 4315).
587
     */
588
    public const EPSG_DABOLA_1981 = 'urn:ogc:def:crs:EPSG::4155';
589
590
    /**
591
     * Datum 73
592
     * Extent: Portugal - mainland - onshore.
593
     */
594
    public const EPSG_DATUM_73 = 'urn:ogc:def:crs:EPSG::4274';
595
596
    /**
597
     * Dealul Piscului 1930
598
     * Extent: Romania - onshore.
599
     * Replaced by Pulkovo 1942(58) (geogCRS code 4179).
600
     */
601
    public const EPSG_DEALUL_PISCULUI_1930 = 'urn:ogc:def:crs:EPSG::4316';
602
603
    /**
604
     * Deception Island
605
     * Extent: Antarctica - South Shetland Islands - Deception Island.
606
     */
607
    public const EPSG_DECEPTION_ISLAND = 'urn:ogc:def:crs:EPSG::4736';
608
609
    /**
610
     * Deir ez Zor
611
     * Extent: Lebanon - onshore. Syrian Arab Republic - onshore.
612
     */
613
    public const EPSG_DEIR_EZ_ZOR = 'urn:ogc:def:crs:EPSG::4227';
614
615
    /**
616
     * Diego Garcia 1969
617
     * Extent: British Indian Ocean Territory - Chagos Archipelago - Diego Garcia.
618
     */
619
    public const EPSG_DIEGO_GARCIA_1969 = 'urn:ogc:def:crs:EPSG::4724';
620
621
    /**
622
     * Dominica 1945
623
     * Extent: Dominica - onshore.
624
     */
625
    public const EPSG_DOMINICA_1945 = 'urn:ogc:def:crs:EPSG::4602';
626
627
    /**
628
     * Douala 1948
629
     * Extent: Cameroon - coastal area.
630
     * Replaced by Manoca 1962 (code 4193).
631
     */
632
    public const EPSG_DOUALA_1948 = 'urn:ogc:def:crs:EPSG::4192';
633
634
    /**
635
     * ED50
636
     * Extent: Europe - west: Andorra; Cyprus; Denmark - onshore and offshore; Faroe Islands - onshore; France -
637
     * offshore; Germany - offshore North Sea; Gibraltar; Greece - offshore; Israel - offshore; Italy including San
638
     * Marino and Vatican City State; Ireland offshore; Malta; Netherlands - offshore; North Sea; Norway including
639
     * Svalbard - onshore and offshore; Portugal - mainland - offshore; Spain - onshore; Turkey - onshore and offshore;
640
     * United Kingdom UKCS offshore east of 6°W including Channel Islands (Guernsey and Jersey). Egypt - Western
641
     * Desert; Iraq - onshore; Jordan.
642
     */
643
    public const EPSG_ED50 = 'urn:ogc:def:crs:EPSG::4230';
644
645
    /**
646
     * ED50(ED77)
647
     * Extent: Iran - onshore and offshore.
648
     */
649
    public const EPSG_ED50_ED77 = 'urn:ogc:def:crs:EPSG::4154';
650
651
    /**
652
     * ED79
653
     * Extent: Europe - west.
654
     */
655
    public const EPSG_ED79 = 'urn:ogc:def:crs:EPSG::4668';
656
657
    /**
658
     * ED87
659
     * Extent: Europe - west.
660
     */
661
    public const EPSG_ED87 = 'urn:ogc:def:crs:EPSG::4231';
662
663
    /**
664
     * ELD79
665
     * Extent: Libya - onshore and offshore.
666
     */
667
    public const EPSG_ELD79 = 'urn:ogc:def:crs:EPSG::4159';
668
669
    /**
670
     * EST92
671
     * Extent: Estonia - onshore.
672
     * This name is also used for a projected CRS (see projCRS code 3300). Replaced by EST97 (code 4180).
673
     */
674
    public const EPSG_EST92 = 'urn:ogc:def:crs:EPSG::4133';
675
676
    /**
677
     * EST97
678
     * Extent: Estonia - onshore and offshore.
679
     * This name is also used for a projected CRS (see projCRS code 3301). Replaces EST92 (code 4133).
680
     */
681
    public const EPSG_EST97 = 'urn:ogc:def:crs:EPSG::4180';
682
683
    /**
684
     * ETRF2000
685
     * Extent: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria;
686
     * Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary;
687
     * Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro;
688
     * Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino;
689
     * Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle
690
     * of Man; Vatican City State.
691
     * Replaces ETRF97 (code 9066). On the publication of ETRF2005 (code 9068),  the EUREF Technical Working Group
692
     * recommended that ETRF2000 be the realization of ETRS89. ETRF2014 (code 9069) is technically superior to all
693
     * earlier realizations of ETRS89.
694
     */
695
    public const EPSG_ETRF2000 = 'urn:ogc:def:crs:EPSG::9067';
696
697
    /**
698
     * ETRF2005
699
     * Extent: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria;
700
     * Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary;
701
     * Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro;
702
     * Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino;
703
     * Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle
704
     * of Man; Vatican City State.
705
     * On publication in 2007 of this CRS, the EUREF Technical Working Group recommended that ETRF2000 (EPSG code 9067)
706
     * remained as the preferred realization of ETRS89. Replaced by ETRF2014 (code 9069).
707
     */
708
    public const EPSG_ETRF2005 = 'urn:ogc:def:crs:EPSG::9068';
709
710
    /**
711
     * ETRF2014
712
     * Extent: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria;
713
     * Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary;
714
     * Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro;
715
     * Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino;
716
     * Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle
717
     * of Man; Vatican City State.
718
     * Replaces ETRF2005 (code 9068). ETRF2014 is technically superior to ETRF2000 but ETRF2000 and other previous
719
     * realizations may be preferred for backward compatibility reasons. Differences between ETRF2014 and ETRF2000 can
720
     * reach 7cm.
721
     */
722
    public const EPSG_ETRF2014 = 'urn:ogc:def:crs:EPSG::9069';
723
724
    /**
725
     * ETRF89
726
     * Extent: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria;
727
     * Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary;
728
     * Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro;
729
     * Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino;
730
     * Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle
731
     * of Man; Vatican City State.
732
     * Replaced by ETRF90 (code 9060).
733
     */
734
    public const EPSG_ETRF89 = 'urn:ogc:def:crs:EPSG::9059';
735
736
    /**
737
     * ETRF90
738
     * Extent: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria;
739
     * Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary;
740
     * Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro;
741
     * Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino;
742
     * Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle
743
     * of Man; Vatican City State.
744
     * Replaces ETRF89 (code 9059). Replaced by ETRF91 (code 9061).
745
     */
746
    public const EPSG_ETRF90 = 'urn:ogc:def:crs:EPSG::9060';
747
748
    /**
749
     * ETRF91
750
     * Extent: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria;
751
     * Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary;
752
     * Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro;
753
     * Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino;
754
     * Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle
755
     * of Man; Vatican City State.
756
     * Replaces ETRF90 (code 9060). Replaced by ETRF92 (code 9062).
757
     */
758
    public const EPSG_ETRF91 = 'urn:ogc:def:crs:EPSG::9061';
759
760
    /**
761
     * ETRF92
762
     * Extent: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria;
763
     * Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary;
764
     * Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro;
765
     * Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino;
766
     * Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle
767
     * of Man; Vatican City State.
768
     * Replaces ETRF91 (code 9061). Replaced by ETRF93 (code 9063).
769
     */
770
    public const EPSG_ETRF92 = 'urn:ogc:def:crs:EPSG::9062';
771
772
    /**
773
     * ETRF93
774
     * Extent: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria;
775
     * Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary;
776
     * Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro;
777
     * Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino;
778
     * Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle
779
     * of Man; Vatican City State.
780
     * Replaces ETRF92 (code 9062). Replaced by ETRF94 (code 9064).
781
     */
782
    public const EPSG_ETRF93 = 'urn:ogc:def:crs:EPSG::9063';
783
784
    /**
785
     * ETRF94
786
     * Extent: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria;
787
     * Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary;
788
     * Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro;
789
     * Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino;
790
     * Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle
791
     * of Man; Vatican City State.
792
     * Replaces ETRF93 (code 9063). Replaced by ETRF96 (code 9065).
793
     */
794
    public const EPSG_ETRF94 = 'urn:ogc:def:crs:EPSG::9064';
795
796
    /**
797
     * ETRF96
798
     * Extent: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria;
799
     * Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary;
800
     * Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro;
801
     * Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino;
802
     * Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle
803
     * of Man; Vatican City State.
804
     * Replaces ETRF94 (code 9064). Replaced by ETRF97 (code 9066).
805
     */
806
    public const EPSG_ETRF96 = 'urn:ogc:def:crs:EPSG::9065';
807
808
    /**
809
     * ETRF97
810
     * Extent: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria;
811
     * Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary;
812
     * Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro;
813
     * Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino;
814
     * Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle
815
     * of Man; Vatican City State.
816
     * Replaces ETRF96 (code 9065). Replaced by ETRF2000 (code 9067).
817
     */
818
    public const EPSG_ETRF97 = 'urn:ogc:def:crs:EPSG::9066';
819
820
    /**
821
     * ETRS89
822
     * Extent: Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria;
823
     * Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary;
824
     * Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro;
825
     * Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino;
826
     * Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle
827
     * of Man; Vatican City State.
828
     * Has been realized through ETRF89, ETRF90, ETRF91, ETRF92, ETRF93, ETRF94, ETRF96, ETRF97, ETRF2000, ETRF2005 and
829
     * ETRF2014. This 'ensemble' covers any or all of these realizations without distinction.
830
     */
831
    public const EPSG_ETRS89 = 'urn:ogc:def:crs:EPSG::4258';
832
833
    /**
834
     * Easter Island 1967
835
     * Extent: Chile - Easter Island onshore.
836
     */
837
    public const EPSG_EASTER_ISLAND_1967 = 'urn:ogc:def:crs:EPSG::4719';
838
839
    /**
840
     * Egypt 1907
841
     * Extent: Egypt - onshore and offshore.
842
     */
843
    public const EPSG_EGYPT_1907 = 'urn:ogc:def:crs:EPSG::4229';
844
845
    /**
846
     * Egypt 1930
847
     * Extent: Egypt - onshore.
848
     * Note that Egypt 1930 uses the International 1924 ellipsoid, unlike the Egypt 1907 CRS (code 4229) which uses the
849
     * Helmert ellipsoid. Oil industry references to the Egypt 1930 name and the Helmert ellipsoid probably mean Egypt
850
     * 1907.
851
     */
852
    public const EPSG_EGYPT_1930 = 'urn:ogc:def:crs:EPSG::4199';
853
854
    /**
855
     * Egypt Gulf of Suez S-650 TL
856
     * Extent: Egypt - Gulf of Suez.
857
     * Differs from Egypt 1907 (CRS code 4229) by approximately 20m.
858
     */
859
    public const EPSG_EGYPT_GULF_OF_SUEZ_S_650_TL = 'urn:ogc:def:crs:EPSG::4706';
860
861
    /**
862
     * FD54
863
     * Extent: Faroe Islands - onshore.
864
     * Except for cadastral survey, replaced by ED50 in the late 1970's. For cadastral survey, replaced by fk89 (CRS
865
     * code 4753).
866
     */
867
    public const EPSG_FD54 = 'urn:ogc:def:crs:EPSG::4741';
868
869
    /**
870
     * FD58
871
     * Extent: Iran - Arwaz area and onshore Gulf coast west of 54°E, Lavan Island, offshore Balal field and South
872
     * Pars blocks 2 and 3.
873
     */
874
    public const EPSG_FD58 = 'urn:ogc:def:crs:EPSG::4132';
875
876
    /**
877
     * FEH2010
878
     * Extent: Fehmarnbelt area of Denmark and Germany.
879
     * Created for engineering survey and construction of Fehmarnbelt tunnel.
880
     */
881
    public const EPSG_FEH2010 = 'urn:ogc:def:crs:EPSG::5593';
882
883
    /**
884
     * Fahud
885
     * Extent: Oman - mainland onshore.
886
     * Since 1993 replaced by PSD93 geogCRS (code 4134). Maximum differences to Fahud adjustment are 20 metres.
887
     */
888
    public const EPSG_FAHUD = 'urn:ogc:def:crs:EPSG::4232';
889
890
    /**
891
     * Fatu Iva 72
892
     * Extent: French Polynesia - Marquesas Islands - Fatu Hiva.
893
     * Recomputed by IGN in 1972 using origin and observations of 1953-1955 Mission Hydrographique des Etablissement
894
     * Francais d'Oceanie (MHEFO 55). Replaced by RGPF, CRS code 4687.
895
     */
896
    public const EPSG_FATU_IVA_72 = 'urn:ogc:def:crs:EPSG::4688';
897
898
    /**
899
     * Fiji 1956
900
     * Extent: Fiji - onshore - Vanua Levu, Taveuni, Viti Levu and and immediately adjacent smaller islands of Yasawa
901
     * and Kandavu groups.
902
     * For topographic mapping replaces Viti Levu 1912 (CRS code 4752) and Vanua Levu 1915 (CRS code 4748). Replaced by
903
     * Fiji 1986 (CRS code 4720).
904
     */
905
    public const EPSG_FIJI_1956 = 'urn:ogc:def:crs:EPSG::4721';
906
907
    /**
908
     * Fiji 1986
909
     * Extent: Fiji - onshore. Includes Viti Levu, Vanua Levu, Taveuni, the Yasawa Group, the Kadavu Group, the Lau
910
     * Islands and Rotuma Islands.
911
     * Replaces Viti Levu 1912 (CRS code 4752), Vanua Levu 1915 (CRS code 4748) and Fiji 1956 (CRS code 4721).
912
     */
913
    public const EPSG_FIJI_1986 = 'urn:ogc:def:crs:EPSG::4720';
914
915
    /**
916
     * Fort Marigot
917
     * Extent: Guadeloupe - onshore - St Martin and St Barthélemy islands.
918
     * Replaced by RRAF 1991 (CRS code 4558).
919
     */
920
    public const EPSG_FORT_MARIGOT = 'urn:ogc:def:crs:EPSG::4621';
921
922
    /**
923
     * GBK19-IRF
924
     * Extent: UK - on or related to the rail route from Glasgow via Barrhead to Kilmarnock and the branch to East
925
     * Kilbride.
926
     * Intermediate CRS created in 2020 to assist the emulation of the ETRS89 / GBK19 SnakeGrid projected CRS through
927
     * transformation ETRS89 to GBK19-IRF (1) (code 9454) used in conjunction with the GBK19-TM map projection (code
928
     * 9455).
929
     */
930
    public const EPSG_GBK19_IRF = 'urn:ogc:def:crs:EPSG::9453';
931
932
    /**
933
     * GCGD59
934
     * Extent: Cayman Islands - Grand Cayman.
935
     * Superseded by CIGD11 (CRS code 6135).
936
     */
937
    public const EPSG_GCGD59 = 'urn:ogc:def:crs:EPSG::4723';
938
939
    /**
940
     * GDA2020
941
     * Extent: Australia including Lord Howe Island, Macquarie Islands, Ashmore and Cartier Islands, Christmas Island,
942
     * Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.
943
     */
944
    public const EPSG_GDA2020 = 'urn:ogc:def:crs:EPSG::7844';
945
946
    /**
947
     * GDA94
948
     * Extent: Australia including Lord Howe Island, Macquarie Islands, Ashmore and Cartier Islands, Christmas Island,
949
     * Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.
950
     */
951
    public const EPSG_GDA94 = 'urn:ogc:def:crs:EPSG::4283';
952
953
    /**
954
     * GDBD2009
955
     * Extent: Brunei Darussalam - onshore and offshore.
956
     * Introduced from July 2009 to replace Timbalai 1948 (CRS code 4298) for government purposes.
957
     */
958
    public const EPSG_GDBD2009 = 'urn:ogc:def:crs:EPSG::5246';
959
960
    /**
961
     * GDM2000
962
     * Extent: Malaysia - onshore and offshore. Includes peninsular Malayasia, Sabah and Sarawak.
963
     * Replaces all earlier Malaysian geographic CRSs.
964
     */
965
    public const EPSG_GDM2000 = 'urn:ogc:def:crs:EPSG::4742';
966
967
    /**
968
     * GGRS87
969
     * Extent: Greece - onshore.
970
     */
971
    public const EPSG_GGRS87 = 'urn:ogc:def:crs:EPSG::4121';
972
973
    /**
974
     * GR96
975
     * Extent: Greenland - onshore and offshore.
976
     * Replaces all earlier Greenland geographic CRSs.
977
     */
978
    public const EPSG_GR96 = 'urn:ogc:def:crs:EPSG::4747';
979
980
    /**
981
     * GSK-2011
982
     * Extent: Russian Federation - onshore and offshore.
983
     * Replaces Pulkovo 1995 (CRS code 4200) with effect from 21st October 2011.
984
     */
985
    public const EPSG_GSK_2011 = 'urn:ogc:def:crs:EPSG::7683';
986
987
    /**
988
     * Gambia
989
     * Extent: Gambia - onshore.
990
     */
991
    public const EPSG_GAMBIA = 'urn:ogc:def:crs:EPSG::6894';
992
993
    /**
994
     * Gan 1970
995
     * Extent: Maldives - onshore.
996
     * In some references incorrectly named "Gandajika 1970". See CRS "Gandajika", code 4685, from the Democratic
997
     * Republic of the Congo (Zaire).
998
     */
999
    public const EPSG_GAN_1970 = 'urn:ogc:def:crs:EPSG::4684';
1000
1001
    /**
1002
     * Garoua
1003
     * Extent: Cameroon - Garoua area.
1004
     */
1005
    public const EPSG_GAROUA = 'urn:ogc:def:crs:EPSG::4197';
1006
1007
    /**
1008
     * Grand Comoros
1009
     * Extent: Comoros - Njazidja (Grande Comore).
1010
     */
1011
    public const EPSG_GRAND_COMOROS = 'urn:ogc:def:crs:EPSG::4646';
1012
1013
    /**
1014
     * Greek
1015
     * Extent: Greece - onshore.
1016
     */
1017
    public const EPSG_GREEK = 'urn:ogc:def:crs:EPSG::4120';
1018
1019
    /**
1020
     * Greek (Athens)
1021
     * Extent: Greece - onshore.
1022
     */
1023
    public const EPSG_GREEK_ATHENS = 'urn:ogc:def:crs:EPSG::4815';
1024
1025
    /**
1026
     * Grenada 1953
1027
     * Extent: Grenada and southern Grenadine Islands - onshore.
1028
     */
1029
    public const EPSG_GRENADA_1953 = 'urn:ogc:def:crs:EPSG::4603';
1030
1031
    /**
1032
     * Guadeloupe 1948
1033
     * Extent: Guadeloupe - onshore - Basse-Terre, Grande-Terre, La Desirade, Marie-Galante, Les Saintes.
1034
     * Replaced by RRAF 1991 (CRS code 4558).
1035
     */
1036
    public const EPSG_GUADELOUPE_1948 = 'urn:ogc:def:crs:EPSG::4622';
1037
1038
    /**
1039
     * Guam 1963
1040
     * Extent: Guam - onshore. Northern Mariana Islands - onshore.
1041
     * Replaced by NAD83(HARN) alias Guam Geodetic Network 1993 (CRS code 4152) from 1995.
1042
     */
1043
    public const EPSG_GUAM_1963 = 'urn:ogc:def:crs:EPSG::4675';
1044
1045
    /**
1046
     * Gulshan 303
1047
     * Extent: Bangladesh - onshore and offshore.
1048
     */
1049
    public const EPSG_GULSHAN_303 = 'urn:ogc:def:crs:EPSG::4682';
1050
1051
    /**
1052
     * Gusterberg (Ferro)
1053
     * Extent: Austria - Upper Austria and Salzburg provinces. Czechia - Bohemia.
1054
     */
1055
    public const EPSG_GUSTERBERG_FERRO = 'urn:ogc:def:crs:EPSG::8042';
1056
1057
    /**
1058
     * HD1909
1059
     * Extent: Hungary.
1060
     * Replaced earlier HD1863 adjustment also on Bessel ellipsoid. Both HD1863 and HD1909 were originally on Ferro
1061
     * Prime Meridian but subsequently converted to Greenwich. Replaced by HD72 (CRS code 4237).
1062
     */
1063
    public const EPSG_HD1909 = 'urn:ogc:def:crs:EPSG::3819';
1064
1065
    /**
1066
     * HD72
1067
     * Extent: Hungary.
1068
     * Replaced HD1909 (EPSG CRS code 3819).
1069
     */
1070
    public const EPSG_HD72 = 'urn:ogc:def:crs:EPSG::4237';
1071
1072
    /**
1073
     * HS2-IRF
1074
     * Extent: UK - HS2 phases 1 and 2a railway corridor from London to Birmingham, Lichfield and Crewe.
1075
     * Intermediate CRS created to assist the emulation of the ETRS89 / HS2P1+14 SnakeGrid projected CRS through
1076
     * transformation HS2-IRF to ETRS89 (1) (code 9302) used in conjunction with the HS2-TM map projection (code 9301).
1077
     */
1078
    public const EPSG_HS2_IRF = 'urn:ogc:def:crs:EPSG::9299';
1079
1080
    /**
1081
     * HTRS96
1082
     * Extent: Croatia - onshore and offshore.
1083
     */
1084
    public const EPSG_HTRS96 = 'urn:ogc:def:crs:EPSG::4761';
1085
1086
    /**
1087
     * Hanoi 1972
1088
     * Extent: Vietnam - onshore.
1089
     * Replaces use of Indian 1960. Replaced by VN-2000 (CRS code 4756).
1090
     */
1091
    public const EPSG_HANOI_1972 = 'urn:ogc:def:crs:EPSG::4147';
1092
1093
    /**
1094
     * Hartebeesthoek94
1095
     * Extent: Eswatini (Swaziland); Lesotho; South Africa - onshore and offshore.
1096
     * Replaces Cape (code 4222) from 1999.
1097
     */
1098
    public const EPSG_HARTEBEESTHOEK94 = 'urn:ogc:def:crs:EPSG::4148';
1099
1100
    /**
1101
     * Helle 1954
1102
     * Extent: Jan Mayen - onshore.
1103
     */
1104
    public const EPSG_HELLE_1954 = 'urn:ogc:def:crs:EPSG::4660';
1105
1106
    /**
1107
     * Herat North
1108
     * Extent: Afghanistan.
1109
     */
1110
    public const EPSG_HERAT_NORTH = 'urn:ogc:def:crs:EPSG::4255';
1111
1112
    /**
1113
     * Hito XVIII 1963
1114
     * Extent: Chile - Tierra del Fuego, onshore; Argentina - Tierra del Fuego, onshore and offshore Atlantic west of
1115
     * 66°W.
1116
     */
1117
    public const EPSG_HITO_XVIII_1963 = 'urn:ogc:def:crs:EPSG::4254';
1118
1119
    /**
1120
     * Hjorsey 1955
1121
     * Extent: Iceland - onshore.
1122
     */
1123
    public const EPSG_HJORSEY_1955 = 'urn:ogc:def:crs:EPSG::4658';
1124
1125
    /**
1126
     * Hong Kong 1963
1127
     * Extent: China - Hong Kong - onshore and offshore.
1128
     * Replaced by Hong Kong 1963(67) (CRS code 4839) for military purposes only. For all purposes, replaced by Hong
1129
     * Kong 1980 (CRS code 4611).
1130
     */
1131
    public const EPSG_HONG_KONG_1963 = 'urn:ogc:def:crs:EPSG::4738';
1132
1133
    /**
1134
     * Hong Kong 1963(67)
1135
     * Extent: China - Hong Kong - onshore and offshore.
1136
     * For military purposes only, replaces Hong Kong 1963. Replaced by Hong Kong 1980 (CRS code 4611).
1137
     */
1138
    public const EPSG_HONG_KONG_1963_67 = 'urn:ogc:def:crs:EPSG::4739';
1139
1140
    /**
1141
     * Hong Kong 1980
1142
     * Extent: China - Hong Kong - onshore and offshore.
1143
     * Replaces Hong Kong 1963 and Hong Kong 1963(67).
1144
     */
1145
    public const EPSG_HONG_KONG_1980 = 'urn:ogc:def:crs:EPSG::4611';
1146
1147
    /**
1148
     * Hong Kong Geodetic CS
1149
     * Extent: China - Hong Kong - onshore and offshore.
1150
     * Locally sometimes referred to as ITRF96 or WGS 84, these are not strictly correct.
1151
     */
1152
    public const EPSG_HONG_KONG_GEODETIC_CS = 'urn:ogc:def:crs:EPSG::8427';
1153
1154
    /**
1155
     * Hu Tzu Shan 1950
1156
     * Extent: Taiwan, Republic of China - onshore - Taiwan Island, Penghu (Pescadores) Islands.
1157
     */
1158
    public const EPSG_HU_TZU_SHAN_1950 = 'urn:ogc:def:crs:EPSG::4236';
1159
1160
    /**
1161
     * ID74
1162
     * Extent: Indonesia - onshore.
1163
     * Replaced by DGN95.
1164
     */
1165
    public const EPSG_ID74 = 'urn:ogc:def:crs:EPSG::4238';
1166
1167
    /**
1168
     * IG05 Intermediate CRS
1169
     * Extent: Israel - onshore; Palestine Territory - onshore.
1170
     * Intermediate system not used for spatial referencing - use IGD05 (CRS code 6980). Referred to in Israeli
1171
     * documentation as "in GRS80".
1172
     */
1173
    public const EPSG_IG05_INTERMEDIATE_CRS = 'urn:ogc:def:crs:EPSG::6983';
1174
1175
    /**
1176
     * IG05/12 Intermediate CRS
1177
     * Extent: Israel - onshore; Palestine Territory - onshore.
1178
     * Intermediate system not used for spatial referencing - use IGD05/12 (CRS code 6987). Referred to in Israeli
1179
     * documentation as "in GRS80".
1180
     */
1181
    public const EPSG_IG05_12_INTERMEDIATE_CRS = 'urn:ogc:def:crs:EPSG::6990';
1182
1183
    /**
1184
     * IGC 1962 6th Parallel South
1185
     * Extent: The Democratic Republic of the Congo (Zaire) - adjacent to 6th parallel south traverse.
1186
     */
1187
    public const EPSG_IGC_1962_6TH_PARALLEL_SOUTH = 'urn:ogc:def:crs:EPSG::4697';
1188
1189
    /**
1190
     * IGCB 1955
1191
     * Extent: The Democratic Republic of the Congo (Zaire) - Lower Congo (Bas Congo)
1192
     * Replaced by IGC 1962 Arc of the 6th Parallel South, except for oil industry activities.
1193
     */
1194
    public const EPSG_IGCB_1955 = 'urn:ogc:def:crs:EPSG::4701';
1195
1196
    /**
1197
     * IGD05
1198
     * Extent: Israel - onshore and offshore.
1199
     * Replaces Israel 1993 (CRS code 4141) from January 2005. Replaced by IGD05/12 (CRS code 7139) from March 2012.
1200
     */
1201
    public const EPSG_IGD05 = 'urn:ogc:def:crs:EPSG::7136';
1202
1203
    /**
1204
     * IGD05/12
1205
     * Extent: Israel - onshore and offshore.
1206
     * Replaces IGD05 (CRS code 7136) from March 2012.
1207
     */
1208
    public const EPSG_IGD05_12 = 'urn:ogc:def:crs:EPSG::7139';
1209
1210
    /**
1211
     * IGM95
1212
     * Extent: Italy - onshore and offshore; San Marino, Vatican City State.
1213
     * Replaced by RDN2008 (CRS code 6706) from 2011-11-10.
1214
     */
1215
    public const EPSG_IGM95 = 'urn:ogc:def:crs:EPSG::4670';
1216
1217
    /**
1218
     * IGN 1962 Kerguelen
1219
     * Extent: French Southern Territories - Kerguelen onshore.
1220
     * Replaced by RGTAAF07 (CRS code 7073).
1221
     */
1222
    public const EPSG_IGN_1962_KERGUELEN = 'urn:ogc:def:crs:EPSG::4698';
1223
1224
    /**
1225
     * IGN Astro 1960
1226
     * Extent: Mauritania - onshore.
1227
     * Mining title descriptions referring only to "Clarke 1880 ellipsoid" should be assumed to be referenced to this
1228
     * CRS. Oil industry considers Mining Cadastre 1999 to be exactly defined through tfm codes 15857-9. Replaced by
1229
     * Mauritania 1999 (code 4702).
1230
     */
1231
    public const EPSG_IGN_ASTRO_1960 = 'urn:ogc:def:crs:EPSG::4700';
1232
1233
    /**
1234
     * IGN53 Mare
1235
     * Extent: New Caledonia - Loyalty Islands - Mare.
1236
     * Replaced by RGNC91-93 (CRS code 4749).
1237
     */
1238
    public const EPSG_IGN53_MARE = 'urn:ogc:def:crs:EPSG::4641';
1239
1240
    /**
1241
     * IGN56 Lifou
1242
     * Extent: New Caledonia - Loyalty Islands - Lifou.
1243
     * Replaced by RGNC91-93 (CRS code 4749).
1244
     */
1245
    public const EPSG_IGN56_LIFOU = 'urn:ogc:def:crs:EPSG::4633';
1246
1247
    /**
1248
     * IGN63 Hiva Oa
1249
     * Extent: French Polynesia - Marquesas Islands - Hiva Oa and Tahuata.
1250
     * Replaced by RGPF, CRS code 4687.
1251
     */
1252
    public const EPSG_IGN63_HIVA_OA = 'urn:ogc:def:crs:EPSG::4689';
1253
1254
    /**
1255
     * IGN72 Grande Terre
1256
     * Extent: New Caledonia - Grande Terre.
1257
     * Replaced by RGNC91-93 (CRS code 4749).
1258
     */
1259
    public const EPSG_IGN72_GRANDE_TERRE = 'urn:ogc:def:crs:EPSG::4662';
1260
1261
    /**
1262
     * IGN72 Nuku Hiva
1263
     * Extent: French Polynesia - Marquesas Islands - Nuku Hiva, Ua Huka and Ua Pou.
1264
     * Replaced by RGPF, CRS code 4687.
1265
     */
1266
    public const EPSG_IGN72_NUKU_HIVA = 'urn:ogc:def:crs:EPSG::4630';
1267
1268
    /**
1269
     * IGRS
1270
     * Extent: Iraq - onshore and offshore.
1271
     */
1272
    public const EPSG_IGRS = 'urn:ogc:def:crs:EPSG::3889';
1273
1274
    /**
1275
     * IGS00
1276
     * Extent: World.
1277
     * Adopted by the International GNSS Service (IGS) from 2001-12-02 through 2004-01-10. Replaces IGS97, replaced by
1278
     * IGb00 (CRS codes 9003 and 9009). For all practical purposes IGS00 is equivalent to ITRF2000.
1279
     */
1280
    public const EPSG_IGS00 = 'urn:ogc:def:crs:EPSG::9006';
1281
1282
    /**
1283
     * IGS05
1284
     * Extent: World.
1285
     * Adopted by the International GNSS Service (IGS) from 2006-11-05 through 2011-04-16. Replaces IGb00, replaced by
1286
     * IGS08 (CRS codes 9009 and 9014). For all practical purposes IGS05 is equivalent to ITRF2005.
1287
     */
1288
    public const EPSG_IGS05 = 'urn:ogc:def:crs:EPSG::9012';
1289
1290
    /**
1291
     * IGS08
1292
     * Extent: World.
1293
     * Used for products from International GNSS Service (IGS) analysis centres from 2011-04-17 through 2012-10-06.
1294
     * Replaces IGS05 (code 9012). Replaced by IGb08 (code 9017). For most practical purposes IGS08 is equivalent to
1295
     * ITRF2008.
1296
     */
1297
    public const EPSG_IGS08 = 'urn:ogc:def:crs:EPSG::9014';
1298
1299
    /**
1300
     * IGS14
1301
     * Extent: World.
1302
     * Used for products from the International GNSS Service (IGS) from 2017-01-29 to 2020-05-16. Replaces IGb08 (code
1303
     * 9017), replaced by IGb14 (code 9380). For most practical purposes IGS14 is equivalent to ITRF2014.
1304
     */
1305
    public const EPSG_IGS14 = 'urn:ogc:def:crs:EPSG::9019';
1306
1307
    /**
1308
     * IGS97
1309
     * Extent: World.
1310
     * Adopted by the International GNSS Service (IGS) from 2000-06-04 through 2001-12-01. Replaced by IGS00 (CRS code
1311
     * 9006). For all practical purposes IGS97 is equivalent to ITRF97.
1312
     */
1313
    public const EPSG_IGS97 = 'urn:ogc:def:crs:EPSG::9003';
1314
1315
    /**
1316
     * IGb00
1317
     * Extent: World.
1318
     * Adopted by the International GNSS Service (IGS) from 2004-01-11 through 2006-11-04. Replaces IGS00, replaced by
1319
     * IGS05 (CRS codes 9006 and 9012). For all practical purposes IGb00 is equivalent to ITRF2000.
1320
     */
1321
    public const EPSG_IGB00 = 'urn:ogc:def:crs:EPSG::9009';
1322
1323
    /**
1324
     * IGb08
1325
     * Extent: World.
1326
     * Adopted by the International GNSS Service (IGS) from 2012-10-07 through 2017-01-28. Replaces IGS08, replaced by
1327
     * IGS14 (CRS codes 9014 and 9019). For all practical purposes IGb08 is equivalent to ITRF2008.
1328
     */
1329
    public const EPSG_IGB08 = 'urn:ogc:def:crs:EPSG::9017';
1330
1331
    /**
1332
     * IGb14
1333
     * Extent: World.
1334
     * Used for products from the International GNSS Service (IGS) from 2020-05-17. Replaces IGS14 (code 9019). For
1335
     * most practical purposes IGb14 is equivalent to ITRF2014.
1336
     */
1337
    public const EPSG_IGB14 = 'urn:ogc:def:crs:EPSG::9380';
1338
1339
    /**
1340
     * IKBD-92
1341
     * Extent: Iraq - Kuwait boundary.
1342
     */
1343
    public const EPSG_IKBD_92 = 'urn:ogc:def:crs:EPSG::4667';
1344
1345
    /**
1346
     * IRENET95
1347
     * Extent: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.
1348
     */
1349
    public const EPSG_IRENET95 = 'urn:ogc:def:crs:EPSG::4173';
1350
1351
    /**
1352
     * ISN2004
1353
     * Extent: Iceland - onshore and offshore.
1354
     * Replaces ISN93 (CRS code 4659).
1355
     */
1356
    public const EPSG_ISN2004 = 'urn:ogc:def:crs:EPSG::5324';
1357
1358
    /**
1359
     * ISN2016
1360
     * Extent: Iceland - onshore and offshore.
1361
     * Replaces ISN2004 (CRS code 5324) from September 2017.
1362
     */
1363
    public const EPSG_ISN2016 = 'urn:ogc:def:crs:EPSG::8086';
1364
1365
    /**
1366
     * ISN93
1367
     * Extent: Iceland - onshore and offshore.
1368
     * Replaced by ISN2004 (CRS code 5324).
1369
     */
1370
    public const EPSG_ISN93 = 'urn:ogc:def:crs:EPSG::4659';
1371
1372
    /**
1373
     * ITRF2000
1374
     * Extent: World.
1375
     * Replaces ITRF97 (code 8996). Replaced by ITRF2005 (code 8998).
1376
     */
1377
    public const EPSG_ITRF2000 = 'urn:ogc:def:crs:EPSG::8997';
1378
1379
    /**
1380
     * ITRF2005
1381
     * Extent: World.
1382
     * Replaces ITRF2000 (code 8997). Replaced by ITRF2008 (code 8999).
1383
     */
1384
    public const EPSG_ITRF2005 = 'urn:ogc:def:crs:EPSG::8998';
1385
1386
    /**
1387
     * ITRF2008
1388
     * Extent: World.
1389
     * Replaces ITRF2005 (code 8998). Replaced by ITRF2014 (code 9000).
1390
     */
1391
    public const EPSG_ITRF2008 = 'urn:ogc:def:crs:EPSG::8999';
1392
1393
    /**
1394
     * ITRF2014
1395
     * Extent: World.
1396
     * Replaces ITRF2008 (code 8999).
1397
     */
1398
    public const EPSG_ITRF2014 = 'urn:ogc:def:crs:EPSG::9000';
1399
1400
    /**
1401
     * ITRF88
1402
     * Extent: World.
1403
     * Replaced by ITRF89 (code 8989).
1404
     */
1405
    public const EPSG_ITRF88 = 'urn:ogc:def:crs:EPSG::8988';
1406
1407
    /**
1408
     * ITRF89
1409
     * Extent: World.
1410
     * Replaces ITRF88 (code 8988). Replaced by ITRF90 (code 8990).
1411
     */
1412
    public const EPSG_ITRF89 = 'urn:ogc:def:crs:EPSG::8989';
1413
1414
    /**
1415
     * ITRF90
1416
     * Extent: World.
1417
     * Replaces ITRF89 (code 8989). Replaced by ITRF91 (code 8991).
1418
     */
1419
    public const EPSG_ITRF90 = 'urn:ogc:def:crs:EPSG::8990';
1420
1421
    /**
1422
     * ITRF91
1423
     * Extent: World.
1424
     * Replaces ITRF90 (code 8990). Replaced by ITRF92 (code 8992).
1425
     */
1426
    public const EPSG_ITRF91 = 'urn:ogc:def:crs:EPSG::8991';
1427
1428
    /**
1429
     * ITRF92
1430
     * Extent: World.
1431
     * Replaces ITRF91 (code 8991). Replaced by ITRF93 (code 8993).
1432
     */
1433
    public const EPSG_ITRF92 = 'urn:ogc:def:crs:EPSG::8992';
1434
1435
    /**
1436
     * ITRF93
1437
     * Extent: World.
1438
     * Replaces ITRF92 (code 8992). Replaced by ITRF94 (code 8994).
1439
     */
1440
    public const EPSG_ITRF93 = 'urn:ogc:def:crs:EPSG::8993';
1441
1442
    /**
1443
     * ITRF94
1444
     * Extent: World.
1445
     * Replaces ITRF93 (code 8993). Replaced by ITRF96 (code 8995).
1446
     */
1447
    public const EPSG_ITRF94 = 'urn:ogc:def:crs:EPSG::8994';
1448
1449
    /**
1450
     * ITRF96
1451
     * Extent: World.
1452
     * Replaces ITRF94 (code 8994). Replaced by ITRF97 (code 8996).
1453
     */
1454
    public const EPSG_ITRF96 = 'urn:ogc:def:crs:EPSG::8995';
1455
1456
    /**
1457
     * ITRF97
1458
     * Extent: World.
1459
     * Replaces ITRF96 (code 8995). Replaced by ITRF2000 (code 8997).
1460
     */
1461
    public const EPSG_ITRF97 = 'urn:ogc:def:crs:EPSG::8996';
1462
1463
    /**
1464
     * Indian 1954
1465
     * Extent: Myanmar (Burma) - onshore; Thailand - onshore.
1466
     */
1467
    public const EPSG_INDIAN_1954 = 'urn:ogc:def:crs:EPSG::4239';
1468
1469
    /**
1470
     * Indian 1960
1471
     * Extent: Cambodia - onshore; Vietnam - onshore and offshore Cuu Long basin.
1472
     */
1473
    public const EPSG_INDIAN_1960 = 'urn:ogc:def:crs:EPSG::4131';
1474
1475
    /**
1476
     * Indian 1975
1477
     * Extent: Thailand - onshore plus offshore Gulf of Thailand.
1478
     */
1479
    public const EPSG_INDIAN_1975 = 'urn:ogc:def:crs:EPSG::4240';
1480
1481
    /**
1482
     * Israel 1993
1483
     * Extent: Israel - onshore; Palestine Territory - onshore.
1484
     * Replaces Palestine 1923 (CRS code 4281) from June 1998. Replaced by IGD05 (CRS code 6980) from January 2005.
1485
     */
1486
    public const EPSG_ISRAEL_1993 = 'urn:ogc:def:crs:EPSG::4141';
1487
1488
    /**
1489
     * Iwo Jima 1945
1490
     * Extent: Japan - Iwo Jima island.
1491
     */
1492
    public const EPSG_IWO_JIMA_1945 = 'urn:ogc:def:crs:EPSG::4709';
1493
1494
    /**
1495
     * JAD2001
1496
     * Extent: Jamaica - onshore and offshore. Includes Morant Cays and Pedro Cays.
1497
     * Replaces JAD69 (CRS code 4242).
1498
     */
1499
    public const EPSG_JAD2001 = 'urn:ogc:def:crs:EPSG::4758';
1500
1501
    /**
1502
     * JAD69
1503
     * Extent: Jamaica - onshore.
1504
     * Replaced by JAD2001 (CRS code 4758).
1505
     */
1506
    public const EPSG_JAD69 = 'urn:ogc:def:crs:EPSG::4242';
1507
1508
    /**
1509
     * JGD2000
1510
     * Extent: Japan - onshore and offshore.
1511
     * Replaces Tokyo (CRS code 4301) from April 2002. From 21st October 2011 replaced by JGD2011 (CRS code 6668).
1512
     */
1513
    public const EPSG_JGD2000 = 'urn:ogc:def:crs:EPSG::4612';
1514
1515
    /**
1516
     * JGD2011
1517
     * Extent: Japan - onshore and offshore.
1518
     * Replaces JGD2000 (CRS code 4612) with effect from 21st October 2011.
1519
     */
1520
    public const EPSG_JGD2011 = 'urn:ogc:def:crs:EPSG::6668';
1521
1522
    /**
1523
     * Jamaica 1875
1524
     * Extent: Jamaica - onshore.
1525
     */
1526
    public const EPSG_JAMAICA_1875 = 'urn:ogc:def:crs:EPSG::4241';
1527
1528
    /**
1529
     * Johnston Island 1961
1530
     * Extent: United States Minor Outlying Islands - Johnston Island.
1531
     */
1532
    public const EPSG_JOHNSTON_ISLAND_1961 = 'urn:ogc:def:crs:EPSG::4725';
1533
1534
    /**
1535
     * Jouik 1961
1536
     * Extent: Mauritania - coastal area north of Cape Timiris.
1537
     * Replaced by Mauritania 1999 (CRS code 4702).
1538
     */
1539
    public const EPSG_JOUIK_1961 = 'urn:ogc:def:crs:EPSG::4679';
1540
1541
    /**
1542
     * KKJ
1543
     * Extent: Finland - onshore.
1544
     */
1545
    public const EPSG_KKJ = 'urn:ogc:def:crs:EPSG::4123';
1546
1547
    /**
1548
     * KOC
1549
     * Extent: Kuwait - onshore.
1550
     */
1551
    public const EPSG_KOC = 'urn:ogc:def:crs:EPSG::4246';
1552
1553
    /**
1554
     * KOSOVAREF01
1555
     * Extent: Kosovo.
1556
     * In Kosovo replaces MGI 1901 (CRS code 3906).
1557
     */
1558
    public const EPSG_KOSOVAREF01 = 'urn:ogc:def:crs:EPSG::9140';
1559
1560
    /**
1561
     * KSA-GRF17
1562
     * Extent: Saudi Arabia - onshore and offshore.
1563
     */
1564
    public const EPSG_KSA_GRF17 = 'urn:ogc:def:crs:EPSG::9333';
1565
1566
    /**
1567
     * KUDAMS
1568
     * Extent: Kuwait - Kuwait City.
1569
     */
1570
    public const EPSG_KUDAMS = 'urn:ogc:def:crs:EPSG::4319';
1571
1572
    /**
1573
     * Kalianpur 1880
1574
     * Extent: Bangladesh - onshore; India - mainland onshore; Myanmar (Burma) - onshore; Pakistan - onshore.
1575
     */
1576
    public const EPSG_KALIANPUR_1880 = 'urn:ogc:def:crs:EPSG::4243';
1577
1578
    /**
1579
     * Kalianpur 1937
1580
     * Extent: Bangladesh - onshore; India - mainland onshore; Myanmar - onshore and Moattama area offshore; Pakistan -
1581
     * onshore.
1582
     * Adopts 1937 metric conversion of 0.30479841 metres per Indian foot.
1583
     */
1584
    public const EPSG_KALIANPUR_1937 = 'urn:ogc:def:crs:EPSG::4144';
1585
1586
    /**
1587
     * Kalianpur 1962
1588
     * Extent: Pakistan - onshore and offshore.
1589
     * Adopts 1962 metric conversion of 0.3047996 metres per Indian foot.
1590
     */
1591
    public const EPSG_KALIANPUR_1962 = 'urn:ogc:def:crs:EPSG::4145';
1592
1593
    /**
1594
     * Kalianpur 1975
1595
     * Extent: India - mainland onshore.
1596
     * Adopts 1975 metric conversion of 0.3047995 metres per Indian foot.
1597
     */
1598
    public const EPSG_KALIANPUR_1975 = 'urn:ogc:def:crs:EPSG::4146';
1599
1600
    /**
1601
     * Kandawala
1602
     * Extent: Sri Lanka - onshore.
1603
     */
1604
    public const EPSG_KANDAWALA = 'urn:ogc:def:crs:EPSG::4244';
1605
1606
    /**
1607
     * Karbala 1979
1608
     * Extent: Iraq - onshore.
1609
     * Geodetic network established by Polservice consortium. Replaces Nahrwan 1934 (CRS code 4744). Replaced by IGRS
1610
     * (CRS code 3889). At time of record population, information regarding usage within oil sector is not available.
1611
     */
1612
    public const EPSG_KARBALA_1979 = 'urn:ogc:def:crs:EPSG::4743';
1613
1614
    /**
1615
     * Kasai 1953
1616
     * Extent: The Democratic Republic of the Congo (Zaire) - Kasai - south of 5°S and east of 21°30'E.
1617
     */
1618
    public const EPSG_KASAI_1953 = 'urn:ogc:def:crs:EPSG::4696';
1619
1620
    /**
1621
     * Katanga 1955
1622
     * Extent: The Democratic Republic of the Congo (Zaire) - Katanga.
1623
     */
1624
    public const EPSG_KATANGA_1955 = 'urn:ogc:def:crs:EPSG::4695';
1625
1626
    /**
1627
     * Kertau (RSO)
1628
     * Extent: Malaysia - West Malaysia; Singapore.
1629
     * Used only for metrication of RSO grid. See Kertau 1968 (CRS code 4245) for other purposes. Replaced by GDM2000
1630
     * (CRS code 4742).
1631
     */
1632
    public const EPSG_KERTAU_RSO = 'urn:ogc:def:crs:EPSG::4751';
1633
1634
    /**
1635
     * Kertau 1968
1636
     * Extent: Malaysia - West Malaysia onshore and offshore east coast; Singapore - onshore and offshore.
1637
     * Not used for metrication of RSO grid - see Kertau (RSO) (CRS code 4751). Replaced by GDM2000 (CRS code 4742).
1638
     */
1639
    public const EPSG_KERTAU_1968 = 'urn:ogc:def:crs:EPSG::4245';
1640
1641
    /**
1642
     * Korea 2000
1643
     * Extent: Republic of Korea (South Korea) - onshore and offshore.
1644
     */
1645
    public const EPSG_KOREA_2000 = 'urn:ogc:def:crs:EPSG::4737';
1646
1647
    /**
1648
     * Korean 1985
1649
     * Extent: Republic of Korea (South Korea) - onshore.
1650
     * Replaces use of Tokyo datum.
1651
     */
1652
    public const EPSG_KOREAN_1985 = 'urn:ogc:def:crs:EPSG::4162';
1653
1654
    /**
1655
     * Korean 1995
1656
     * Extent: Republic of Korea (South Korea) - onshore.
1657
     */
1658
    public const EPSG_KOREAN_1995 = 'urn:ogc:def:crs:EPSG::4166';
1659
1660
    /**
1661
     * Kousseri
1662
     * Extent: Cameroon - N'Djamena area.
1663
     */
1664
    public const EPSG_KOUSSERI = 'urn:ogc:def:crs:EPSG::4198';
1665
1666
    /**
1667
     * Kusaie 1951
1668
     * Extent: Federated States of Micronesia - Kosrae (Kusaie).
1669
     */
1670
    public const EPSG_KUSAIE_1951 = 'urn:ogc:def:crs:EPSG::4735';
1671
1672
    /**
1673
     * Kyrg-06
1674
     * Extent: Kyrgyzstan.
1675
     * Replaces usage of Pulkovo 1942 in Kyrgyzstan from 7th October 2010.
1676
     */
1677
    public const EPSG_KYRG_06 = 'urn:ogc:def:crs:EPSG::7686';
1678
1679
    /**
1680
     * LGD2006
1681
     * Extent: Libya - onshore and offshore.
1682
     * Replaces ELD79.
1683
     */
1684
    public const EPSG_LGD2006 = 'urn:ogc:def:crs:EPSG::4754';
1685
1686
    /**
1687
     * LKS92
1688
     * Extent: Latvia - onshore and offshore.
1689
     * This name is also used for a projected CRS (see projCRS code 3059).
1690
     */
1691
    public const EPSG_LKS92 = 'urn:ogc:def:crs:EPSG::4661';
1692
1693
    /**
1694
     * LKS94
1695
     * Extent: Lithuania - onshore and offshore.
1696
     */
1697
    public const EPSG_LKS94 = 'urn:ogc:def:crs:EPSG::4669';
1698
1699
    /**
1700
     * LTF2004(G)
1701
     * Extent: France and Italy - on or related to the rail route from Lyon to Turin.
1702
     */
1703
    public const EPSG_LTF2004_G = 'urn:ogc:def:crs:EPSG::9547';
1704
1705
    /**
1706
     * La Canoa
1707
     * Extent: Venezuela - onshore.
1708
     * This CRS is incorporated within PSAD56. See CRS code 4248.
1709
     */
1710
    public const EPSG_LA_CANOA = 'urn:ogc:def:crs:EPSG::4247';
1711
1712
    /**
1713
     * Lake
1714
     * Extent: Venezuela - Lake Maracaibo area, onshore and offshore in lake.
1715
     */
1716
    public const EPSG_LAKE = 'urn:ogc:def:crs:EPSG::4249';
1717
1718
    /**
1719
     * Lao 1993
1720
     * Extent: Laos.
1721
     * Replaces Vientiane 1982. Replaced by Lao 1997. Lao 1993 coordinate values are within 1m of Lao 1997 values.
1722
     */
1723
    public const EPSG_LAO_1993 = 'urn:ogc:def:crs:EPSG::4677';
1724
1725
    /**
1726
     * Lao 1997
1727
     * Extent: Laos.
1728
     * Replaces Lao 1993 which in turn replaced Vientiane 1982. Lao 1993 coordinate values are within 1m of Lao 1997
1729
     * values. Vientiane 1982 coordinate values are within 3m of Lao 1997 values.
1730
     */
1731
    public const EPSG_LAO_1997 = 'urn:ogc:def:crs:EPSG::4678';
1732
1733
    /**
1734
     * Le Pouce 1934
1735
     * Extent: Mauritius - mainland onshore.
1736
     * Densified with a GPS-derived coordinate set for 80 stations in 1994. This 1994 coordinate set is sometimes
1737
     * referred to as "Mauritius 1994".
1738
     */
1739
    public const EPSG_LE_POUCE_1934 = 'urn:ogc:def:crs:EPSG::4699';
1740
1741
    /**
1742
     * Leigon
1743
     * Extent: Ghana - onshore and offshore.
1744
     * Replaced Accra (code 4168) from 1978.
1745
     */
1746
    public const EPSG_LEIGON = 'urn:ogc:def:crs:EPSG::4250';
1747
1748
    /**
1749
     * Liberia 1964
1750
     * Extent: Liberia - onshore.
1751
     */
1752
    public const EPSG_LIBERIA_1964 = 'urn:ogc:def:crs:EPSG::4251';
1753
1754
    /**
1755
     * Lisbon
1756
     * Extent: Portugal - mainland - onshore.
1757
     * Replaces Lisbon 1890 system which used Bessel 1841 ellipsoid (code 4666). Replaced by Datum 73 (code 4274).
1758
     */
1759
    public const EPSG_LISBON = 'urn:ogc:def:crs:EPSG::4207';
1760
1761
    /**
1762
     * Lisbon (Lisbon)
1763
     * Extent: Portugal - mainland - onshore.
1764
     * Replaces Lisbon 1890 (Lisbon) system which used Bessel 1841 ellipsoid (code 4904). Replaced by Datum 73 (code
1765
     * 4274).
1766
     */
1767
    public const EPSG_LISBON_LISBON = 'urn:ogc:def:crs:EPSG::4803';
1768
1769
    /**
1770
     * Lisbon 1890
1771
     * Extent: Portugal - mainland - onshore.
1772
     * Replaced by Lisbon 1937 system which uses International 1924 ellipsoid (code 4207).
1773
     */
1774
    public const EPSG_LISBON_1890 = 'urn:ogc:def:crs:EPSG::4666';
1775
1776
    /**
1777
     * Lisbon 1890 (Lisbon)
1778
     * Extent: Portugal - mainland - onshore.
1779
     * Replaced by Lisbon 1937 system which uses International 1924 ellipsoid (code 4803).
1780
     */
1781
    public const EPSG_LISBON_1890_LISBON = 'urn:ogc:def:crs:EPSG::4904';
1782
1783
    /**
1784
     * Locodjo 1965
1785
     * Extent: Côte d'Ivoire (Ivory Coast) - onshore and offshore.
1786
     * Replaced by Abidjan 1987 (EPSG code 4143).
1787
     */
1788
    public const EPSG_LOCODJO_1965 = 'urn:ogc:def:crs:EPSG::4142';
1789
1790
    /**
1791
     * Loma Quintana
1792
     * Extent: Venezuela - onshore north of approximately 7°45'N.
1793
     * Replaced by La Canoa (code 4247).
1794
     */
1795
    public const EPSG_LOMA_QUINTANA = 'urn:ogc:def:crs:EPSG::4288';
1796
1797
    /**
1798
     * Lome
1799
     * Extent: Togo - onshore and offshore.
1800
     */
1801
    public const EPSG_LOME = 'urn:ogc:def:crs:EPSG::4252';
1802
1803
    /**
1804
     * Luxembourg 1930
1805
     * Extent: Luxembourg.
1806
     */
1807
    public const EPSG_LUXEMBOURG_1930 = 'urn:ogc:def:crs:EPSG::4181';
1808
1809
    /**
1810
     * Luzon 1911
1811
     * Extent: Philippines - onshore.
1812
     * Replaced by PRS92 (CRS code 4683).
1813
     */
1814
    public const EPSG_LUZON_1911 = 'urn:ogc:def:crs:EPSG::4253';
1815
1816
    /**
1817
     * M'poraloko
1818
     * Extent: Gabon - onshore and offshore.
1819
     */
1820
    public const EPSG_MPORALOKO = 'urn:ogc:def:crs:EPSG::4266';
1821
1822
    /**
1823
     * MACARIO SOLIS
1824
     * Extent: Panama - onshore and offshore.
1825
     */
1826
    public const EPSG_MACARIO_SOLIS = 'urn:ogc:def:crs:EPSG::5371';
1827
1828
    /**
1829
     * MAGNA-SIRGAS
1830
     * Extent: Colombia - onshore and offshore. Includes San Andres y Providencia, Malpelo Islands, Roncador Bank,
1831
     * Serrana Bank and Serranilla Bank.
1832
     * Replaces Bogota 1975 (CRS code .4218).
1833
     */
1834
    public const EPSG_MAGNA_SIRGAS = 'urn:ogc:def:crs:EPSG::4686';
1835
1836
    /**
1837
     * MARGEN
1838
     * Extent: Bolivia.
1839
     * Replaces PSAD56 (CRS code 4248) in Bolivia.
1840
     */
1841
    public const EPSG_MARGEN = 'urn:ogc:def:crs:EPSG::5354';
1842
1843
    /**
1844
     * MGI
1845
     * Extent: Austria.
1846
     * Retrospectively defined as derived after the introduction of geographic 3D CRS (code 9267).
1847
     */
1848
    public const EPSG_MGI = 'urn:ogc:def:crs:EPSG::4312';
1849
1850
    /**
1851
     * MGI (Ferro)
1852
     * Extent: Austria. Bosnia and Herzegovina. Croatia - onshore. Kosovo. Montenegro - onshore. North Macedonia.
1853
     * Serbia. Slovenia - onshore.
1854
     * Replaced by MGI (CRS code 4312) in Austria and MGI 1901 (CRS code 3906) in former Yugoslavia.
1855
     */
1856
    public const EPSG_MGI_FERRO = 'urn:ogc:def:crs:EPSG::4805';
1857
1858
    /**
1859
     * MGI 1901
1860
     * Extent: Bosnia and Herzegovina; Croatia - onshore; Kosovo; Montenegro - onshore; North Macedonia; Serbia;
1861
     * Slovenia - onshore.
1862
     * Adopted in 1924 replacing MGI (Ferro) (CRS code 4805). Densified in 1948. In Slovenia replaced by D96 (CRS code
1863
     * 4765). In Croatia replaced by HTRS96 (CRS code 4761). In Serbia replaced by SREF98 and then by SRB_ETRS89
1864
     * (STRS00) (CRS codes 4075 and 8691).
1865
     */
1866
    public const EPSG_MGI_1901 = 'urn:ogc:def:crs:EPSG::3906';
1867
1868
    /**
1869
     * MML07-IRF
1870
     * Extent: UK - on or related to the Midland Mainline rail route from Sheffield to London.
1871
     * Intermediate CRS created in 2020 to assist the emulation of the ETRS89 / MML07 SnakeGrid projected CRS t(code
1872
     * 9373) hrough transformation ETRS89 to MML07-IRF (1) (code 9369) used in conjunction with the MML07-TM map
1873
     * projection (code 9370).
1874
     */
1875
    public const EPSG_MML07_IRF = 'urn:ogc:def:crs:EPSG::9372';
1876
1877
    /**
1878
     * MMN
1879
     * Extent: Argentina - Tierra del Fuego onshore.
1880
     */
1881
    public const EPSG_MMN = 'urn:ogc:def:crs:EPSG::9251';
1882
1883
    /**
1884
     * MMS
1885
     * Extent: Argentina - Tierra del Fuego onshore.
1886
     */
1887
    public const EPSG_MMS = 'urn:ogc:def:crs:EPSG::9253';
1888
1889
    /**
1890
     * MOLDREF99
1891
     * Extent: Moldova.
1892
     */
1893
    public const EPSG_MOLDREF99 = 'urn:ogc:def:crs:EPSG::4023';
1894
1895
    /**
1896
     * MOP78
1897
     * Extent: Wallis and Futuna - Wallis.
1898
     * Replaced by RGWF96 (CRS code 8900) for geodetic survey and RGWF96 (lon-lat) (CRS code 8902) for GIS.
1899
     */
1900
    public const EPSG_MOP78 = 'urn:ogc:def:crs:EPSG::4639';
1901
1902
    /**
1903
     * MTRF-2000
1904
     * Extent: Saudi Arabia - onshore and offshore.
1905
     * Replaces Ain el Abd (CRS 4204) in Saudi Arabia.
1906
     */
1907
    public const EPSG_MTRF_2000 = 'urn:ogc:def:crs:EPSG::8818';
1908
1909
    /**
1910
     * Macao 1920
1911
     * Extent: China - Macao - onshore and offshore.
1912
     */
1913
    public const EPSG_MACAO_1920 = 'urn:ogc:def:crs:EPSG::8428';
1914
1915
    /**
1916
     * Macao 2008
1917
     * Extent: China - Macao - onshore and offshore.
1918
     * Locally sometimes referred to as ITRF2005, this is not strictly correct.
1919
     */
1920
    public const EPSG_MACAO_2008 = 'urn:ogc:def:crs:EPSG::8431';
1921
1922
    /**
1923
     * Madrid 1870 (Madrid)
1924
     * Extent: Spain - mainland onshore.
1925
     * Replaced by ED50 in 1970.
1926
     */
1927
    public const EPSG_MADRID_1870_MADRID = 'urn:ogc:def:crs:EPSG::4903';
1928
1929
    /**
1930
     * Madzansua
1931
     * Extent: Mozambique - west - Tete province.
1932
     * Replaced by values transformed to Tete GeogCRS (code 4127).
1933
     */
1934
    public const EPSG_MADZANSUA = 'urn:ogc:def:crs:EPSG::4128';
1935
1936
    /**
1937
     * Mahe 1971
1938
     * Extent: Seychelles - Mahe Island.
1939
     * This CRS has no known local application. South East Island 1943 (CRS codes 6892 and 6915) is used for
1940
     * topographic mapping, cadastral and hydrographic survey.
1941
     */
1942
    public const EPSG_MAHE_1971 = 'urn:ogc:def:crs:EPSG::4256';
1943
1944
    /**
1945
     * Makassar
1946
     * Extent: Indonesia - south west Sulawesi.
1947
     */
1948
    public const EPSG_MAKASSAR = 'urn:ogc:def:crs:EPSG::4257';
1949
1950
    /**
1951
     * Makassar (Jakarta)
1952
     * Extent: Indonesia - south west Sulawesi.
1953
     */
1954
    public const EPSG_MAKASSAR_JAKARTA = 'urn:ogc:def:crs:EPSG::4804';
1955
1956
    /**
1957
     * Malongo 1987
1958
     * Extent: Angola (Cabinda) - offshore; The Democratic Republic of the Congo (Zaire) - offshore.
1959
     * Replaced Mhast (offshore) (CRS code 4705) in 1987. References to "Mhast" since 1987 often should have stated
1960
     * "Malongo 1987".
1961
     */
1962
    public const EPSG_MALONGO_1987 = 'urn:ogc:def:crs:EPSG::4259';
1963
1964
    /**
1965
     * Manoca 1962
1966
     * Extent: Cameroon - coastal area.
1967
     * Replaces Doula 1948 (code 4192). The intent of the Bukavu 1953 conference was to adopt the Clarke 1880 (RGS)
1968
     * ellipsoid (code 7012) but in practice this CRS has used the IGN version.
1969
     */
1970
    public const EPSG_MANOCA_1962 = 'urn:ogc:def:crs:EPSG::4193';
1971
1972
    /**
1973
     * Marcus Island 1952
1974
     * Extent: Japan - onshore - Tokyo-to south of 28°N and east of 143°E - Minamitori-shima (Marcus Island).
1975
     */
1976
    public const EPSG_MARCUS_ISLAND_1952 = 'urn:ogc:def:crs:EPSG::4711';
1977
1978
    /**
1979
     * Marshall Islands 1960
1980
     * Extent: Marshall Islands - onshore. Wake atoll onshore.
1981
     */
1982
    public const EPSG_MARSHALL_ISLANDS_1960 = 'urn:ogc:def:crs:EPSG::4732';
1983
1984
    /**
1985
     * Martinique 1938
1986
     * Extent: Martinique - onshore.
1987
     * Replaced by RRAF 1991 (CRS code 4558).
1988
     */
1989
    public const EPSG_MARTINIQUE_1938 = 'urn:ogc:def:crs:EPSG::4625';
1990
1991
    /**
1992
     * Massawa
1993
     * Extent: Eritrea - onshore and offshore.
1994
     */
1995
    public const EPSG_MASSAWA = 'urn:ogc:def:crs:EPSG::4262';
1996
1997
    /**
1998
     * Maupiti 83
1999
     * Extent: French Polynesia - Society Islands - Maupiti.
2000
     * Replaced by RGPF, CRS code 4687.
2001
     */
2002
    public const EPSG_MAUPITI_83 = 'urn:ogc:def:crs:EPSG::4692';
2003
2004
    /**
2005
     * Mauritania 1999
2006
     * Extent: Mauritania - onshore and offshore.
2007
     * Replaces all earlier CRSs.
2008
     */
2009
    public const EPSG_MAURITANIA_1999 = 'urn:ogc:def:crs:EPSG::4702';
2010
2011
    /**
2012
     * Merchich
2013
     * Extent: Africa - Morocco and Western Sahara - onshore.
2014
     */
2015
    public const EPSG_MERCHICH = 'urn:ogc:def:crs:EPSG::4261';
2016
2017
    /**
2018
     * Mexico ITRF2008
2019
     * Extent: Mexico - onshore and offshore.
2020
     * Replaces Mexico ITRF92 (CRS code 4483) from December 2010.
2021
     */
2022
    public const EPSG_MEXICO_ITRF2008 = 'urn:ogc:def:crs:EPSG::6365';
2023
2024
    /**
2025
     * Mexico ITRF92
2026
     * Extent: Mexico - onshore and offshore.
2027
     * Replaces NAD27 (CRS code 4267). Replaced by Mexico ITRF2008 (CRS code 6365) from December 2010.
2028
     */
2029
    public const EPSG_MEXICO_ITRF92 = 'urn:ogc:def:crs:EPSG::4483';
2030
2031
    /**
2032
     * Mhast (offshore)
2033
     * Extent: Angola (Cabinda) - offshore; The Democratic Republic of the Congo (Zaire) - offshore.
2034
     * Used by CABGOC. Differs from Mhast (onshore) by approximately 10m. Replaced by Malongo 1987 (CRS code 4259) in
2035
     * 1987.
2036
     */
2037
    public const EPSG_MHAST_OFFSHORE = 'urn:ogc:def:crs:EPSG::4705';
2038
2039
    /**
2040
     * Mhast (onshore)
2041
     * Extent: Angola (Cabinda) - onshore and offshore; The Democratic Republic of the Congo (Zaire) - onshore coastal
2042
     * area and offshore.
2043
     * Adopted by CABGOC with intention of being Mhast 1951 (CRS code 4703) but because it uses a different ellipsoid
2044
     * it is a different system. From 1979, offshore use replaced by Mhast (offshore) (CRS code 4705) from which this
2045
     * CRS differes by approx. 10m.
2046
     */
2047
    public const EPSG_MHAST_ONSHORE = 'urn:ogc:def:crs:EPSG::4704';
2048
2049
    /**
2050
     * Mhast 1951
2051
     * Extent: Angola - Cabinda.
2052
     * A variation of this system has been adopted by the oil industry but using the International 1924 ellipsoid - see
2053
     * Mhast (onshore) and Mhast (offshore) (codes 4704 and 4705).
2054
     */
2055
    public const EPSG_MHAST_1951 = 'urn:ogc:def:crs:EPSG::4703';
2056
2057
    /**
2058
     * Midway 1961
2059
     * Extent: United States Minor Outlying Islands - Midway Islands - Sand Island and Eastern Island.
2060
     */
2061
    public const EPSG_MIDWAY_1961 = 'urn:ogc:def:crs:EPSG::4727';
2062
2063
    /**
2064
     * Minna
2065
     * Extent: Nigeria - onshore and offshore.
2066
     */
2067
    public const EPSG_MINNA = 'urn:ogc:def:crs:EPSG::4263';
2068
2069
    /**
2070
     * Monte Mario
2071
     * Extent: Italy - onshore and offshore; San Marino, Vatican City State.
2072
     */
2073
    public const EPSG_MONTE_MARIO = 'urn:ogc:def:crs:EPSG::4265';
2074
2075
    /**
2076
     * Monte Mario (Rome)
2077
     * Extent: Italy - onshore and offshore; San Marino, Vatican City State.
2078
     */
2079
    public const EPSG_MONTE_MARIO_ROME = 'urn:ogc:def:crs:EPSG::4806';
2080
2081
    /**
2082
     * Montserrat 1958
2083
     * Extent: Montserrat - onshore.
2084
     */
2085
    public const EPSG_MONTSERRAT_1958 = 'urn:ogc:def:crs:EPSG::4604';
2086
2087
    /**
2088
     * Moorea 87
2089
     * Extent: French Polynesia - Society Islands - Moorea.
2090
     * Replaces Tahiti 52 (CRS code 4628) in Moorea. Replaced by RGPF (CRS code 4687).
2091
     */
2092
    public const EPSG_MOOREA_87 = 'urn:ogc:def:crs:EPSG::4691';
2093
2094
    /**
2095
     * Mount Dillon
2096
     * Extent: Trinidad and Tobago - Tobago - onshore.
2097
     */
2098
    public const EPSG_MOUNT_DILLON = 'urn:ogc:def:crs:EPSG::4157';
2099
2100
    /**
2101
     * Moznet
2102
     * Extent: Mozambique - onshore and offshore.
2103
     */
2104
    public const EPSG_MOZNET = 'urn:ogc:def:crs:EPSG::4130';
2105
2106
    /**
2107
     * NAD27
2108
     * Extent: North and central America: Antigua and Barbuda - onshore. Bahamas - onshore plus offshore over internal
2109
     * continental shelf only. Belize - onshore. British Virgin Islands - onshore. Canada onshore - Alberta, British
2110
     * Columbia, Manitoba, New Brunswick, Newfoundland and Labrador, Northwest Territories, Nova Scotia, Nunavut,
2111
     * Ontario, Prince Edward Island, Quebec, Saskatchewan and Yukon - plus offshore east coast. Cuba - onshore and
2112
     * offshore. El Salvador - onshore. Guatemala - onshore. Honduras - onshore. Panama - onshore. Puerto Rico -
2113
     * onshore. Mexico - onshore plus offshore east coast. Nicaragua - onshore. United States (USA) onshore and
2114
     * offshore - Alabama, Alaska, Arizona, Arkansas, California, Colorado, Connecticut, Delaware, Florida, Georgia,
2115
     * Idaho, Illinois, Indiana, Iowa, Kansas, Kentucky, Louisiana, Maine, Maryland, Massachusetts, Michigan,
2116
     * Minnesota, Mississippi, Missouri, Montana, Nebraska, Nevada, New Hampshire, New Jersey, New Mexico, New York,
2117
     * North Carolina, North Dakota, Ohio, Oklahoma, Oregon, Pennsylvania, Rhode Island, South Carolina, South Dakota,
2118
     * Tennessee, Texas, Utah, Vermont, Virginia, Washington, West Virginia, Wisconsin and Wyoming - plus offshore . US
2119
     * Virgin Islands - onshore.
2120
     * Note: this CRS includes longitudes which are POSITIVE EAST. Replaced by NAD27(76) (code 4608) in Ontario, CGQ77
2121
     * (code 4609) in Quebec, Mexican Datum of  1993 (code 4483) in Mexico, NAD83 (code 4269) in Canada (excl. Ontario
2122
     * & Quebec) & USA.
2123
     */
2124
    public const EPSG_NAD27 = 'urn:ogc:def:crs:EPSG::4267';
2125
2126
    /**
2127
     * NAD27(76)
2128
     * Extent: Canada - Ontario.
2129
     * Note: this CRS includes longitudes which are POSITIVE EAST.
2130
     */
2131
    public const EPSG_NAD27_76 = 'urn:ogc:def:crs:EPSG::4608';
2132
2133
    /**
2134
     * NAD27(CGQ77)
2135
     * Extent: Canada - Quebec.
2136
     * Note: this CRS includes longitudes which are POSITIVE EAST.
2137
     */
2138
    public const EPSG_NAD27_CGQ77 = 'urn:ogc:def:crs:EPSG::4609';
2139
2140
    /**
2141
     * NAD83
2142
     * Extent: North America - onshore and offshore: Canada - Alberta; British Columbia; Manitoba; New Brunswick;
2143
     * Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec;
2144
     * Saskatchewan; Yukon. Puerto Rico. United States (USA) - Alabama; Alaska; Arizona; Arkansas; California;
2145
     * Colorado; Connecticut; Delaware; Florida; Georgia; Hawaii; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky;
2146
     * Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska;
2147
     * Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon;
2148
     * Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington;
2149
     * West Virginia; Wisconsin; Wyoming. US Virgin Islands. British Virgin Islands.
2150
     * Longitude is POSITIVE EAST. The adjustment included connections to Greenland and Mexico but the system was not
2151
     * adopted there. For applications with an accuracy of better than 1m replaced by NAD83(HARN) in the US and PRVI
2152
     * and by NAD83(CSRS) in Canada.
2153
     */
2154
    public const EPSG_NAD83 = 'urn:ogc:def:crs:EPSG::4269';
2155
2156
    /**
2157
     * NAD83(2011)
2158
     * Extent: Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; Arizona;
2159
     * Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas;
2160
     * Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana;
2161
     * Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma;
2162
     * Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia;
2163
     * Washington; West Virginia; Wisconsin; Wyoming. US Virgin Islands - onshore and offshore.
2164
     * Note: this CRS includes longitudes which are POSITIVE EAST. Replaces NAD83(CORS96) and NAD83(NSRS2007) (CRS
2165
     * codes 6783 and 4759).
2166
     */
2167
    public const EPSG_NAD83_2011 = 'urn:ogc:def:crs:EPSG::6318';
2168
2169
    /**
2170
     * NAD83(CORS96)
2171
     * Extent: Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; Arizona;
2172
     * Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas;
2173
     * Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana;
2174
     * Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma;
2175
     * Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia;
2176
     * Washington; West Virginia; Wisconsin; Wyoming. US Virgin Islands - onshore and offshore.
2177
     * Note: this CRS includes POSITIVE EAST longitudes. Replaced by NAD83(2011) (CRS code 6318) from 2011-09-06.
2178
     */
2179
    public const EPSG_NAD83_CORS96 = 'urn:ogc:def:crs:EPSG::6783';
2180
2181
    /**
2182
     * NAD83(CSRS)
2183
     * Extent: Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and
2184
     * Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan;
2185
     * Yukon.
2186
     * Includes all versions of NAD83(CSRS) from v2 [CSRS98] onwards without specific identification. As such it has an
2187
     * accuracy of approximately 1m. Note: this CRS includes longitudes which are POSITIVE EAST.
2188
     */
2189
    public const EPSG_NAD83_CSRS = 'urn:ogc:def:crs:EPSG::4617';
2190
2191
    /**
2192
     * NAD83(CSRS)v2
2193
     * Extent: Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and
2194
     * Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan;
2195
     * Yukon.
2196
     * Adopted by the Canadian federal government from 1998-01-01 and by the provincial governments of British
2197
     * Columbia, New Brunswick, Prince Edward Island and Quebec. Replaces NAD83(CSRS96). Replaced by NAD83(CSRS)v3
2198
     * (code 8240). Longitudes are POSITIVE EAST.
2199
     */
2200
    public const EPSG_NAD83_CSRS_V2 = 'urn:ogc:def:crs:EPSG::8237';
2201
2202
    /**
2203
     * NAD83(CSRS)v3
2204
     * Extent: Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and
2205
     * Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan;
2206
     * Yukon.
2207
     * Adopted by the Canadian federal government from 1999-01-01 and by the provincial governments of Alberta, British
2208
     * Columbia, Manitoba, Newfoundland and Labrador, Nova Scotia, Ontario and Saskatchewan. Replaces NAD83(CSRS)v2.
2209
     * Replaced by NAD83(CSRS)v4.
2210
     */
2211
    public const EPSG_NAD83_CSRS_V3 = 'urn:ogc:def:crs:EPSG::8240';
2212
2213
    /**
2214
     * NAD83(CSRS)v4
2215
     * Extent: Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and
2216
     * Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan;
2217
     * Yukon.
2218
     * Adopted by the Canadian federal government from 2002-01-01 and by the provincial governments of Alberta and
2219
     * British Columbia. Replaces NAD83(CSRS)v3. Replaced by NAD83(CSRS)v5 (CRS code 8249). Longitudes are POSITIVE
2220
     * EAST.
2221
     */
2222
    public const EPSG_NAD83_CSRS_V4 = 'urn:ogc:def:crs:EPSG::8246';
2223
2224
    /**
2225
     * NAD83(CSRS)v5
2226
     * Extent: Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and
2227
     * Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan;
2228
     * Yukon.
2229
     * Adopted by the Canadian federal government from 2006-01-01. Replaces NAD83(CSRS)v4. Replaced by NAD83(CSRS)v6
2230
     * (CRS code 8252). Longitudes are POSITIVE EAST.
2231
     */
2232
    public const EPSG_NAD83_CSRS_V5 = 'urn:ogc:def:crs:EPSG::8249';
2233
2234
    /**
2235
     * NAD83(CSRS)v6
2236
     * Extent: Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and
2237
     * Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan;
2238
     * Yukon.
2239
     * Adopted by the Canadian federal government from 2010-01-01 and the provincial governments of Alberta, British
2240
     * Columbia, Manitoba, Newfoundland and Labrador, Nova Scotia, Ontario and Prince Edward Island. Replaces
2241
     * NAD83(CSRS)v5. Replaced by NAD83(CSRS)v7.
2242
     */
2243
    public const EPSG_NAD83_CSRS_V6 = 'urn:ogc:def:crs:EPSG::8252';
2244
2245
    /**
2246
     * NAD83(CSRS)v7
2247
     * Extent: Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and
2248
     * Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan;
2249
     * Yukon.
2250
     * Adopted by the Canadian federal government from 2017-05-01. Replaces NAD83(CSRS)v6. Longitudes are POSITIVE
2251
     * EAST.
2252
     */
2253
    public const EPSG_NAD83_CSRS_V7 = 'urn:ogc:def:crs:EPSG::8255';
2254
2255
    /**
2256
     * NAD83(CSRS96)
2257
     * Extent: Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and
2258
     * Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan;
2259
     * Yukon.
2260
     * Adopted by the Canadian federal government from 1996-01-01. Replaced by NAD83(CSRS)v2 (CRS code 8237). Note:
2261
     * this CRS includes longitudes which are POSITIVE EAST.
2262
     */
2263
    public const EPSG_NAD83_CSRS96 = 'urn:ogc:def:crs:EPSG::8232';
2264
2265
    /**
2266
     * NAD83(FBN)
2267
     * Extent: American Samoa - Tutuila, Aunu'u, Ofu, Olesega, Ta'u and Rose islands - onshore. Guam - onshore.
2268
     * Northern Mariana Islands - onshore. Puerto Rico - onshore. United States (USA) - CONUS - Alabama; Arizona;
2269
     * Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas;
2270
     * Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana;
2271
     * Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma;
2272
     * Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia;
2273
     * Washington; West Virginia; Wisconsin; Wyoming - onshore plus Gulf of Mexico offshore continental shelf (GoM
2274
     * OCS). US Virgin Islands - onshore.
2275
     * In Continental US, American Samoa, Guam/NMI and PRVI, replaces NAD83(HARN). In Continental US, Puerto Rico and
2276
     * US Virgin Islands replaced by NAD83(NSRS2007). In American Samoa and Hawaii replaced by NAD83(PA11). In Guam/NMI
2277
     * replaced by NAD83(MA11).
2278
     */
2279
    public const EPSG_NAD83_FBN = 'urn:ogc:def:crs:EPSG::8860';
2280
2281
    /**
2282
     * NAD83(HARN Corrected)
2283
     * Extent: Puerto Rico and US Virgin Islands - onshore.
2284
     * Note: this CRS includes POSITIVE EAST longitudes. In PRVI replaces NAD83(HARN) = NAD83(1993 PRVI) to correct
2285
     * errors. Replaced by NAD83(FBN) = NAD83(2002 PRVI).
2286
     */
2287
    public const EPSG_NAD83_HARN_CORRECTED = 'urn:ogc:def:crs:EPSG::8545';
2288
2289
    /**
2290
     * NAD83(HARN)
2291
     * Extent: American Samoa - onshore - Tutuila, Aunu'u, Ofu, Olesega, Ta'u and Rose islands. Guam - onshore.
2292
     * Northern Mariana Islands - onshore. Puerto Rico - onshore. United States (USA) - onshore Alabama, Alaska,
2293
     * Arizona, Arkansas, California, Colorado, Connecticut, Delaware, Florida, Georgia, Hawaii, Idaho, Illinois,
2294
     * Indiana, Iowa, Kansas, Kentucky, Louisiana, Maine, Maryland, Massachusetts, Michigan, Minnesota, Mississippi,
2295
     * Missouri, Montana, Nebraska, Nevada, New Hampshire, New Jersey, New Mexico, New York, North Carolina, North
2296
     * Dakota, Ohio, Oklahoma, Oregon, Pennsylvania, Rhode Island, South Carolina, South Dakota, Tennessee, Texas,
2297
     * Utah, Vermont, Virginia, Washington, West Virginia, Wisconsin and Wyoming; offshore Gulf of Mexico continental
2298
     * shelf (GoM OCS). US Virgin Islands - onshore.
2299
     * In CONUS, AK, HI and PRVI replaces NAD83 for applications with an accuracy of better than 1m. Replaced by
2300
     * NAD83(FBN) in CONUS, American Samoa and Guam / NMI, by NAD83(NSRS2007) in Alaska, by NAD83(PA11) in Hawaii and
2301
     * by NAD83(HARN Corrected) in PRVI.
2302
     */
2303
    public const EPSG_NAD83_HARN = 'urn:ogc:def:crs:EPSG::4152';
2304
2305
    /**
2306
     * NAD83(MA11)
2307
     * Extent: Guam, Northern Mariana Islands and Palau; onshore and offshore.
2308
     * Note: this CRS includes longitudes which are POSITIVE EAST. Replaces NAD83(HARN) (GGN93) and NAD83(FBN) in Guam.
2309
     */
2310
    public const EPSG_NAD83_MA11 = 'urn:ogc:def:crs:EPSG::6325';
2311
2312
    /**
2313
     * NAD83(MARP00)
2314
     * Extent: Guam, Northern Mariana Islands and Palau; onshore and offshore.
2315
     * Replaces NAD83(HARN) (GGN93) and NAD83(FBN) in Guam. Replaced by NAD83(MA11).
2316
     */
2317
    public const EPSG_NAD83_MARP00 = 'urn:ogc:def:crs:EPSG::9072';
2318
2319
    /**
2320
     * NAD83(NSRS2007)
2321
     * Extent: Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; Arizona;
2322
     * Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas;
2323
     * Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana;
2324
     * Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma;
2325
     * Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia;
2326
     * Washington; West Virginia; Wisconsin; Wyoming. US Virgin Islands - onshore and offshore.
2327
     * Note: this CRS includes POSITIVE EAST longitudes. Replaces NAD83(HARN) and NAD83(FBN). Replaced by NAD83(2011).
2328
     */
2329
    public const EPSG_NAD83_NSRS2007 = 'urn:ogc:def:crs:EPSG::4759';
2330
2331
    /**
2332
     * NAD83(PA11)
2333
     * Extent: American Samoa, Marshall Islands, United States (USA) - Hawaii, United States minor outlying islands;
2334
     * onshore and offshore.
2335
     * Note: this CRS includes longitudes which are POSITIVE EAST. Replaces NAD83(HARN) and NAD83(FBN) in Hawaii and
2336
     * American Samoa.
2337
     */
2338
    public const EPSG_NAD83_PA11 = 'urn:ogc:def:crs:EPSG::6322';
2339
2340
    /**
2341
     * NAD83(PACP00)
2342
     * Extent: American Samoa, Marshall Islands, United States (USA) - Hawaii, United States minor outlying islands;
2343
     * onshore and offshore.
2344
     * Note: this CRS includes longitudes which are POSITIVE EAST. Replaces NAD83(HARN) and NAD83(FBN) in Hawaii and
2345
     * American Samoa. Replaced by NAD83(PA11).
2346
     */
2347
    public const EPSG_NAD83_PACP00 = 'urn:ogc:def:crs:EPSG::9075';
2348
2349
    /**
2350
     * NEA74 Noumea
2351
     * Extent: New Caledonia - Grande Terre - Noumea district.
2352
     * Replaced by RGNC91-93 (CRS code 4749).
2353
     */
2354
    public const EPSG_NEA74_NOUMEA = 'urn:ogc:def:crs:EPSG::4644';
2355
2356
    /**
2357
     * NGN
2358
     * Extent: Kuwait - onshore.
2359
     */
2360
    public const EPSG_NGN = 'urn:ogc:def:crs:EPSG::4318';
2361
2362
    /**
2363
     * NGO 1948
2364
     * Extent: Norway - onshore.
2365
     */
2366
    public const EPSG_NGO_1948 = 'urn:ogc:def:crs:EPSG::4273';
2367
2368
    /**
2369
     * NGO 1948 (Oslo)
2370
     * Extent: Norway - onshore.
2371
     */
2372
    public const EPSG_NGO_1948_OSLO = 'urn:ogc:def:crs:EPSG::4817';
2373
2374
    /**
2375
     * NSWC 9Z-2
2376
     * Extent: World.
2377
     */
2378
    public const EPSG_NSWC_9Z_2 = 'urn:ogc:def:crs:EPSG::4276';
2379
2380
    /**
2381
     * NTF
2382
     * Extent: France - onshore - mainland and Corsica.
2383
     */
2384
    public const EPSG_NTF = 'urn:ogc:def:crs:EPSG::4275';
2385
2386
    /**
2387
     * NTF (Paris)
2388
     * Extent: France - onshore - mainland and Corsica.
2389
     */
2390
    public const EPSG_NTF_PARIS = 'urn:ogc:def:crs:EPSG::4807';
2391
2392
    /**
2393
     * NZGD2000
2394
     * Extent: New Zealand - onshore and offshore. Includes Antipodes Islands, Auckland Islands, Bounty Islands,
2395
     * Chatham Islands, Cambell Island, Kermadec Islands, Raoul Island and Snares Islands.
2396
     * Replaces NZGD49 (code 4272) and CI79 (code 4673) from March 2000.
2397
     */
2398
    public const EPSG_NZGD2000 = 'urn:ogc:def:crs:EPSG::4167';
2399
2400
    /**
2401
     * NZGD49
2402
     * Extent: New Zealand - North Island, South Island, Stewart Island - onshore and nearshore.
2403
     * Replaced by NZGD2000 (CRS code 4167) in March 2000.
2404
     */
2405
    public const EPSG_NZGD49 = 'urn:ogc:def:crs:EPSG::4272';
2406
2407
    /**
2408
     * Nahrwan 1934
2409
     * Extent: Iraq - onshore; Iran - onshore northern Gulf coast and west bordering southeast Iraq.
2410
     * In Iran, replaced by FD58. In Iraq, replaced by Karbala 1979.
2411
     */
2412
    public const EPSG_NAHRWAN_1934 = 'urn:ogc:def:crs:EPSG::4744';
2413
2414
    /**
2415
     * Nahrwan 1967
2416
     * Extent: Arabian Gulf; Qatar - offshore; United Arab Emirates (UAE) - Abu Dhabi; Dubai; Sharjah; Ajman; Fujairah;
2417
     * Ras Al Kaimah; Umm Al Qaiwain - onshore and offshore.
2418
     */
2419
    public const EPSG_NAHRWAN_1967 = 'urn:ogc:def:crs:EPSG::4270';
2420
2421
    /**
2422
     * Nakhl-e Ghanem
2423
     * Extent: Iran - Kangan district.
2424
     */
2425
    public const EPSG_NAKHL_E_GHANEM = 'urn:ogc:def:crs:EPSG::4693';
2426
2427
    /**
2428
     * Naparima 1955
2429
     * Extent: Trinidad and Tobago - Trinidad - onshore.
2430
     * Extended to Tobago as Naparima 1972. (Note: Naparima 1972 is not used in Trinidad).
2431
     */
2432
    public const EPSG_NAPARIMA_1955 = 'urn:ogc:def:crs:EPSG::4158';
2433
2434
    /**
2435
     * Naparima 1972
2436
     * Extent: Trinidad and Tobago - Tobago - onshore.
2437
     * Naparima 1972 is an extension to Tobago of the Naparima 1955 network of Trinidad.
2438
     */
2439
    public const EPSG_NAPARIMA_1972 = 'urn:ogc:def:crs:EPSG::4271';
2440
2441
    /**
2442
     * Nepal 1981
2443
     * Extent: Nepal.
2444
     * Adopts 1937 metric conversion of 0.30479841 metres per Indian foot.
2445
     */
2446
    public const EPSG_NEPAL_1981 = 'urn:ogc:def:crs:EPSG::6207';
2447
2448
    /**
2449
     * New Beijing
2450
     * Extent: China - onshore.
2451
     * Replaces Beijing 1954 (CRS code 4214). Replaced by CGCS2000 (code 4490).
2452
     */
2453
    public const EPSG_NEW_BEIJING = 'urn:ogc:def:crs:EPSG::4555';
2454
2455
    /**
2456
     * Nord Sahara 1959
2457
     * Extent: Algeria - onshore and offshore.
2458
     * Sometimes incorrectly referred to as Voirol Unifie 1960: this is NOT a GeogCRS but two projected CRSs based on
2459
     * Nord Sahara 1959 (codes 30791-92). Strictly applicable only to north of 32°N but extended southwards
2460
     * non-homogoneously by oil industry.
2461
     */
2462
    public const EPSG_NORD_SAHARA_1959 = 'urn:ogc:def:crs:EPSG::4307';
2463
2464
    /**
2465
     * Nouakchott 1965
2466
     * Extent: Mauritania - coastal area south of Cape Timiris.
2467
     * Replaced by Mauritania 1999 (CRS code 4702).
2468
     */
2469
    public const EPSG_NOUAKCHOTT_1965 = 'urn:ogc:def:crs:EPSG::4680';
2470
2471
    /**
2472
     * ONGD14
2473
     * Extent: Oman - onshore and offshore.
2474
     * In Oman replaces usage of WGS 84 (G873) from 2014. Replaced by ONGD17 (CRS code 9294) from March 2019.
2475
     */
2476
    public const EPSG_ONGD14 = 'urn:ogc:def:crs:EPSG::7373';
2477
2478
    /**
2479
     * ONGD17
2480
     * Extent: Oman - onshore and offshore.
2481
     * Replaces ONGD14 (CRS code 7373) from March 2019.
2482
     */
2483
    public const EPSG_ONGD17 = 'urn:ogc:def:crs:EPSG::9294';
2484
2485
    /**
2486
     * OS(SN)80
2487
     * Extent: Ireland - onshore. United Kingdom (UK) - onshore - England; Scotland; Wales; Northern Ireland. Isle of
2488
     * Man.
2489
     */
2490
    public const EPSG_OS_SN_80 = 'urn:ogc:def:crs:EPSG::4279';
2491
2492
    /**
2493
     * OSGB 1936
2494
     * Extent: United Kingdom (UK) - offshore to boundary of UKCS within 49°45'N to 61°N and 9°W to 2°E; onshore
2495
     * Great Britain (England, Wales and Scotland). Isle of Man onshore.
2496
     */
2497
    public const EPSG_OSGB_1936 = 'urn:ogc:def:crs:EPSG::4277';
2498
2499
    /**
2500
     * OSGB70
2501
     * Extent: United Kingdom (UK) - Great Britain - England and Wales onshore, Scotland onshore and Western Isles
2502
     * nearshore; Isle of Man onshore.
2503
     */
2504
    public const EPSG_OSGB70 = 'urn:ogc:def:crs:EPSG::4278';
2505
2506
    /**
2507
     * OSNI 1952
2508
     * Extent: United Kingdom (UK) - Northern Ireland (Ulster) - onshore.
2509
     * Replaced by 1975 Mapping Adjustment alias TM75. See CRS code 4300.
2510
     */
2511
    public const EPSG_OSNI_1952 = 'urn:ogc:def:crs:EPSG::4188';
2512
2513
    /**
2514
     * Observatario
2515
     * Extent: Mozambique - south.
2516
     * Replaced by values transformed to Tete geogCRS (code 4127).
2517
     */
2518
    public const EPSG_OBSERVATARIO = 'urn:ogc:def:crs:EPSG::4129';
2519
2520
    /**
2521
     * Ocotepeque 1935
2522
     * Extent: Costa Rica; El Salvador; Guatemala; Honduras; Nicaragua.
2523
     * Replaced in Costa Rica by Costa Rica 2005 (CR05) from March 2007 and replaced in El Salvador by SIRGAS_ES2007
2524
     * from August 2007.
2525
     */
2526
    public const EPSG_OCOTEPEQUE_1935 = 'urn:ogc:def:crs:EPSG::5451';
2527
2528
    /**
2529
     * Old Hawaiian
2530
     * Extent: United States (USA) - Hawaii - main islands onshore.
2531
     * Note: this CRS includes longitudes which are POSITIVE EAST.
2532
     */
2533
    public const EPSG_OLD_HAWAIIAN = 'urn:ogc:def:crs:EPSG::4135';
2534
2535
    /**
2536
     * PD/83
2537
     * Extent: Germany - Thuringen.
2538
     * Consistent with DHDN (CRS code 4314) at the 1-metre level. For low accuracy applications PD/83 can be considered
2539
     * the same as DHDN.
2540
     */
2541
    public const EPSG_PD_83 = 'urn:ogc:def:crs:EPSG::4746';
2542
2543
    /**
2544
     * PN68
2545
     * Extent: Spain - Canary Islands onshore.
2546
     * On western islands (El Hierro, La Gomera, La Palma and Tenerife) replaced by PN84 (CRS code 4728) and later by
2547
     * REGCAN95 (CRS code 4081). On eastern islands (Fuerteventura, Gran Canaria and Lanzarote) replaced by REGCAN95
2548
     * (CRS code 4081).
2549
     */
2550
    public const EPSG_PN68 = 'urn:ogc:def:crs:EPSG::9403';
2551
2552
    /**
2553
     * PN84
2554
     * Extent: Spain - Canary Islands onshore.
2555
     * Replaces PN68 (CRS code 9403) only on western islands (El Hierro, La Gomera, La Palma and Tenerife). Replaced by
2556
     * REGCAN95 (CRS code 4081).
2557
     */
2558
    public const EPSG_PN84 = 'urn:ogc:def:crs:EPSG::4728';
2559
2560
    /**
2561
     * PNG94
2562
     * Extent: Papua New Guinea - onshore and offshore. Includes Bismark archipelago, Louisade archipelago, Admiralty
2563
     * Islands, d'Entrecasteaux Islands, northern Solomon Islands, Trobriand Islands, New Britain, New Ireland,
2564
     * Woodlark, and associated islands.
2565
     * Adopted 1996, replacing AGD66.
2566
     */
2567
    public const EPSG_PNG94 = 'urn:ogc:def:crs:EPSG::5546';
2568
2569
    /**
2570
     * POSGAR 2007
2571
     * Extent: Argentina - onshore and offshore.
2572
     * Adopted as official replacement of POSGAR 94 in May 2009. Also replaces de facto use of POSGAR 98 as of same
2573
     * date.
2574
     */
2575
    public const EPSG_POSGAR_2007 = 'urn:ogc:def:crs:EPSG::5340';
2576
2577
    /**
2578
     * POSGAR 94
2579
     * Extent: Argentina - onshore and offshore.
2580
     * Legally adopted in May 1997. Replaced by POSGAR 98 for scientific and many practical purposes until May 2009.
2581
     * Officially replaced by POSGAR 2007 in May 2009.
2582
     */
2583
    public const EPSG_POSGAR_94 = 'urn:ogc:def:crs:EPSG::4694';
2584
2585
    /**
2586
     * POSGAR 98
2587
     * Extent: Argentina - onshore and offshore.
2588
     * Densification in Argentina of SIRGAS 1995. Until May 2009 replaced POSGAR 94 for many practical purposes (but
2589
     * not as the legal system).  POSGAR 94 was officially replaced by POSGAR 2007 in May 2009.
2590
     */
2591
    public const EPSG_POSGAR_98 = 'urn:ogc:def:crs:EPSG::4190';
2592
2593
    /**
2594
     * PRS92
2595
     * Extent: Philippines - onshore and offshore.
2596
     * Replaces Luzon 19111 (CRS code 4253).
2597
     */
2598
    public const EPSG_PRS92 = 'urn:ogc:def:crs:EPSG::4683';
2599
2600
    /**
2601
     * PSAD56
2602
     * Extent: Aruba - onshore; Bolivia; Bonaire - onshore; Brazil - offshore - Amazon Cone shelf; Chile - onshore
2603
     * north of 43°30'S; Curacao - onshore; Ecuador - mainland onshore; Guyana - onshore; Peru - onshore; Venezuela -
2604
     * onshore.
2605
     * Incorporates La Canoa (CRS code 4247) and within Venezuela (but not beyond) the names La Canoa and PSAD56 are
2606
     * synonymous.
2607
     */
2608
    public const EPSG_PSAD56 = 'urn:ogc:def:crs:EPSG::4248';
2609
2610
    /**
2611
     * PSD93
2612
     * Extent: Oman - onshore. Includes Musandam and the Kuria Muria (Al Hallaniyah) islands.
2613
     * Replaced Fahud geogCRS (code 4232) in 1993. Maximum differences to Fahud adjustment are 20 metres.
2614
     */
2615
    public const EPSG_PSD93 = 'urn:ogc:def:crs:EPSG::4134';
2616
2617
    /**
2618
     * PTRA08
2619
     * Extent: Portugal - Azores and Madeira island groups and surrounding EEZ - Flores, Corvo; Graciosa, Terceira, Sao
2620
     * Jorge, Pico, Faial; Sao Miguel, Santa Maria; Madeira, Porto Santo, Desertas; Selvagens.
2621
     * Replaces Azores Occidental 1939, Azores Central 1995, Azores Oriental 1995 and Porto Santo 1995 (CRS codes 4182
2622
     * and 4663-65).
2623
     */
2624
    public const EPSG_PTRA08 = 'urn:ogc:def:crs:EPSG::5013';
2625
2626
    /**
2627
     * PZ-90
2628
     * Extent: World.
2629
     * Used by the Glonass satellite navigation system prior to 2007-09-20.
2630
     */
2631
    public const EPSG_PZ_90 = 'urn:ogc:def:crs:EPSG::4740';
2632
2633
    /**
2634
     * PZ-90.02
2635
     * Extent: World.
2636
     * Replaces PZ-90 (CRS code 4740) from 2007-09-20. Replaced by PZ-90.11 (CRS code 9475) from 2014-01-15.
2637
     */
2638
    public const EPSG_PZ_90_02 = 'urn:ogc:def:crs:EPSG::9474';
2639
2640
    /**
2641
     * PZ-90.11
2642
     * Extent: World.
2643
     * Replaces PZ-90.02 (CRS code 9474) from 2014-01-15.
2644
     */
2645
    public const EPSG_PZ_90_11 = 'urn:ogc:def:crs:EPSG::9475';
2646
2647
    /**
2648
     * Palestine 1923
2649
     * Extent: Israel - onshore; Jordan; Palestine Territory - onshore.
2650
     */
2651
    public const EPSG_PALESTINE_1923 = 'urn:ogc:def:crs:EPSG::4281';
2652
2653
    /**
2654
     * Pampa del Castillo
2655
     * Extent: Argentina - Chibut province south of approximately 42°30'S and Santa Cruz province north of
2656
     * approximately 50°20'S.
2657
     * Replaced by Campo Inchauspe (geogCRS code 4221) for topographic mapping, use for oil exploration and production
2658
     * in Golfo San Jorge basin (44°S to 47.5°S) continues.
2659
     */
2660
    public const EPSG_PAMPA_DEL_CASTILLO = 'urn:ogc:def:crs:EPSG::4161';
2661
2662
    /**
2663
     * Panama-Colon 1911
2664
     * Extent: Panama - onshore.
2665
     */
2666
    public const EPSG_PANAMA_COLON_1911 = 'urn:ogc:def:crs:EPSG::5467';
2667
2668
    /**
2669
     * Perroud 1950
2670
     * Extent: Antarctica - Adelie Land - coastal area between 136°E and 142°E.
2671
     * Replaced by RGTAAF07 (CRS code 7073).
2672
     */
2673
    public const EPSG_PERROUD_1950 = 'urn:ogc:def:crs:EPSG::4637';
2674
2675
    /**
2676
     * Peru96
2677
     * Extent: Peru - onshore and offshore.
2678
     * Replaces PSAD56 (CRS code 4248) in Peru.
2679
     */
2680
    public const EPSG_PERU96 = 'urn:ogc:def:crs:EPSG::5373';
2681
2682
    /**
2683
     * Petrels 1972
2684
     * Extent: Antarctica - Adelie Land - Petrels island.
2685
     * Replaced by RGTAAF07 (CRS code 7073).
2686
     */
2687
    public const EPSG_PETRELS_1972 = 'urn:ogc:def:crs:EPSG::4636';
2688
2689
    /**
2690
     * Phoenix Islands 1966
2691
     * Extent: Kiribati - Phoenix Islands: Kanton, Orona, McKean Atoll, Birnie Atoll, Phoenix Seamounts.
2692
     */
2693
    public const EPSG_PHOENIX_ISLANDS_1966 = 'urn:ogc:def:crs:EPSG::4716';
2694
2695
    /**
2696
     * Pitcairn 1967
2697
     * Extent: Pitcairn - Pitcairn Island.
2698
     * Replced by Pitcairn 2006 (CRS code 4763).
2699
     */
2700
    public const EPSG_PITCAIRN_1967 = 'urn:ogc:def:crs:EPSG::4729';
2701
2702
    /**
2703
     * Pitcairn 2006
2704
     * Extent: Pitcairn - Pitcairn Island.
2705
     * Replaces Pitcairn 1967 (CRS code 4729). For practical purposes may be considered to be WGS 84.
2706
     */
2707
    public const EPSG_PITCAIRN_2006 = 'urn:ogc:def:crs:EPSG::4763';
2708
2709
    /**
2710
     * Point 58
2711
     * Extent: Senegal - central, Mali - southwest, Burkina Faso - central, Niger - southwest, Nigeria - north, Chad -
2712
     * central. All in proximity to the parallel of latitude of 12°N.
2713
     * The 12th parallel traverse of 1966-70 is connected to the Blue Nile 1958 (Adindan) network in western Sudan
2714
     * (geogCRS code 4201).
2715
     */
2716
    public const EPSG_POINT_58 = 'urn:ogc:def:crs:EPSG::4620';
2717
2718
    /**
2719
     * Pointe Noire
2720
     * Extent: Congo - onshore and offshore.
2721
     */
2722
    public const EPSG_POINTE_NOIRE = 'urn:ogc:def:crs:EPSG::4282';
2723
2724
    /**
2725
     * Porto Santo
2726
     * Extent: Portugal - Madeira, Porto Santo and Desertas islands - onshore.
2727
     * Replaced by 1995 system (CRS code 4663).
2728
     */
2729
    public const EPSG_PORTO_SANTO = 'urn:ogc:def:crs:EPSG::4615';
2730
2731
    /**
2732
     * Porto Santo 1995
2733
     * Extent: Portugal - Madeira, Porto Santo and Desertas islands - onshore.
2734
     * Replaces 1936 system (CRS code 4615). Replaced by PTRA08 (CRS code 5013).
2735
     */
2736
    public const EPSG_PORTO_SANTO_1995 = 'urn:ogc:def:crs:EPSG::4663';
2737
2738
    /**
2739
     * Principe
2740
     * Extent: Sao Tome and Principe - onshore - Principe.
2741
     */
2742
    public const EPSG_PRINCIPE = 'urn:ogc:def:crs:EPSG::4824';
2743
2744
    /**
2745
     * Puerto Rico
2746
     * Extent: Puerto Rico, US Virgin Islands and British Virgin Islands - onshore.
2747
     * NAD27 (CRS code 4267) used for military purposes. Note: this CRS includes longitudes which are POSITIVE EAST.
2748
     */
2749
    public const EPSG_PUERTO_RICO = 'urn:ogc:def:crs:EPSG::4139';
2750
2751
    /**
2752
     * Pulkovo 1942
2753
     * Extent: Armenia; Azerbaijan; Belarus; Estonia - onshore; Georgia - onshore; Kazakhstan; Kyrgyzstan; Latvia -
2754
     * onshore; Lithuania - onshore; Moldova; Russian Federation - onshore; Tajikistan; Turkmenistan; Ukraine -
2755
     * onshore; Uzbekistan.
2756
     * Extended to Eastern Europe through Uniform Astro-Geodetic Network (UAGN) of 1956 - see CRS code 4179.
2757
     */
2758
    public const EPSG_PULKOVO_1942 = 'urn:ogc:def:crs:EPSG::4284';
2759
2760
    /**
2761
     * Pulkovo 1942(58)
2762
     * Extent: Onshore: Bulgaria, Czechia, Germany (former DDR), Hungary, Poland and Slovakia. Onshore and offshore:
2763
     * Albania and Romania.
2764
     * Shares same origin definition as Pulkovo 1942 (CRS code 4284) and for low accuracy purposes these systems can be
2765
     * considered consistent with each other. Locally densified during 1957 and 1958. Replaced by 1983 adjustment (CRS
2766
     * code 4178).
2767
     */
2768
    public const EPSG_PULKOVO_1942_58 = 'urn:ogc:def:crs:EPSG::4179';
2769
2770
    /**
2771
     * Pulkovo 1942(83)
2772
     * Extent: Onshore Bulgaria, Czechia, Germany (former DDR), Hungary and Slovakia.
2773
     * Replaces 1956 adjustment (CRS code 4179). In Brandenburg replaced by ETRS89. In Sachsen and Thuringen replaced
2774
     * by RD83 and PD/83 which for practical purposes may be considered to be the same as DHDN.
2775
     */
2776
    public const EPSG_PULKOVO_1942_83 = 'urn:ogc:def:crs:EPSG::4178';
2777
2778
    /**
2779
     * Pulkovo 1995
2780
     * Extent: Russian Federation - onshore and offshore.
2781
     * Decree #1463 of 2012-12-28 announced that S-95 to be phased out and replaced by GSK-11 (CRS code 7683) by 2017.
2782
     */
2783
    public const EPSG_PULKOVO_1995 = 'urn:ogc:def:crs:EPSG::4200';
2784
2785
    /**
2786
     * QND95
2787
     * Extent: Qatar - onshore.
2788
     */
2789
    public const EPSG_QND95 = 'urn:ogc:def:crs:EPSG::4614';
2790
2791
    /**
2792
     * Qatar 1948
2793
     * Extent: Qatar - onshore.
2794
     */
2795
    public const EPSG_QATAR_1948 = 'urn:ogc:def:crs:EPSG::4286';
2796
2797
    /**
2798
     * Qatar 1974
2799
     * Extent: Qatar - onshore and offshore.
2800
     */
2801
    public const EPSG_QATAR_1974 = 'urn:ogc:def:crs:EPSG::4285';
2802
2803
    /**
2804
     * Qornoq 1927
2805
     * Extent: Greenland - west coast onshore.
2806
     */
2807
    public const EPSG_QORNOQ_1927 = 'urn:ogc:def:crs:EPSG::4194';
2808
2809
    /**
2810
     * RD/83
2811
     * Extent: Germany - Sachsen.
2812
     * Consistent with DHDN (CRS code 4314) at the 1-metre level. For low accuracy applications RD/83 can be considered
2813
     * the same as DHDN.
2814
     */
2815
    public const EPSG_RD_83 = 'urn:ogc:def:crs:EPSG::4745';
2816
2817
    /**
2818
     * RDN2008
2819
     * Extent: Italy - onshore and offshore; San Marino, Vatican City State.
2820
     * Replaces IGM95 (CRS code 4670) from 2011-11-10.
2821
     */
2822
    public const EPSG_RDN2008 = 'urn:ogc:def:crs:EPSG::6706';
2823
2824
    /**
2825
     * REDGEOMIN
2826
     * Extent: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y
2827
     * Gomez.
2828
     */
2829
    public const EPSG_REDGEOMIN = 'urn:ogc:def:crs:EPSG::9696';
2830
2831
    /**
2832
     * REGCAN95
2833
     * Extent: Spain - Canary Islands onshore and offshore.
2834
     * Replaces Pico de las Nieves 1984 (PN84).
2835
     */
2836
    public const EPSG_REGCAN95 = 'urn:ogc:def:crs:EPSG::4081';
2837
2838
    /**
2839
     * REGVEN
2840
     * Extent: Venezuela - onshore and offshore.
2841
     * Densification in Venezuela of SIRGAS.
2842
     */
2843
    public const EPSG_REGVEN = 'urn:ogc:def:crs:EPSG::4189';
2844
2845
    /**
2846
     * RGAF09
2847
     * Extent: French Antilles onshore and offshore - Guadeloupe (including Grande Terre, Basse Terre, Marie Galante,
2848
     * Les Saintes, Iles de la Petite Terre, La Desirade, St Barthélemy, and northern St Martin) and Martinique.
2849
     * Replaces RRAF 1991. See CRS code 7086 for alternate system with axes reversed used by IGN for GIS purposes.
2850
     */
2851
    public const EPSG_RGAF09 = 'urn:ogc:def:crs:EPSG::5489';
2852
2853
    /**
2854
     * RGAF09 (lon-lat)
2855
     * Extent: French Antilles onshore and offshore - Guadeloupe (including Grande Terre, Basse Terre, Marie Galante,
2856
     * Les Saintes, Iles de la Petite Terre, La Desirade, St Barthélemy, and northern St Martin) and Martinique.
2857
     * Replaces RRAF 1991. See CRS code 5489 for system with axes in sequence lat-lon to be used for air, land and sea
2858
     * navigation and safety of life purposes.
2859
     */
2860
    public const EPSG_RGAF09_LON_LAT = 'urn:ogc:def:crs:EPSG::7086';
2861
2862
    /**
2863
     * RGF93
2864
     * Extent: France - onshore and offshore, mainland and Corsica.
2865
     * See CRS code 7084 for alternate system with axes reversed used by IGN for GIS purposes.
2866
     */
2867
    public const EPSG_RGF93 = 'urn:ogc:def:crs:EPSG::4171';
2868
2869
    /**
2870
     * RGF93 (lon-lat)
2871
     * Extent: France - onshore and offshore, mainland and Corsica.
2872
     * See CRS code 4171 for system with axes in sequence lat-lon to be used for air, land and sea navigation and
2873
     * safety of life purposes.
2874
     */
2875
    public const EPSG_RGF93_LON_LAT = 'urn:ogc:def:crs:EPSG::7084';
2876
2877
    /**
2878
     * RGFG95
2879
     * Extent: French Guiana - onshore and offshore.
2880
     * See CRS code 7041 for alternate system with axes reversed used by IGN for GIS purposes.
2881
     */
2882
    public const EPSG_RGFG95 = 'urn:ogc:def:crs:EPSG::4624';
2883
2884
    /**
2885
     * RGFG95 (lon-lat)
2886
     * Extent: French Guiana - onshore and offshore.
2887
     * See CRS code 4624 for system with  axes in sequence lat-lon to be used for air, land and sea navigation and
2888
     * safety of life purposes.
2889
     */
2890
    public const EPSG_RGFG95_LON_LAT = 'urn:ogc:def:crs:EPSG::7041';
2891
2892
    /**
2893
     * RGM04
2894
     * Extent: Mayotte - onshore and offshore.
2895
     * Replaces Combani 1950 (CRS code 4632) except for cadastral purposes which uses Cadastre 1997 (CRS code 4475).
2896
     * See CRS code 7039 for alternate system with axes reversed used by IGN for GIS purposes.
2897
     */
2898
    public const EPSG_RGM04 = 'urn:ogc:def:crs:EPSG::4470';
2899
2900
    /**
2901
     * RGM04 (lon-lat)
2902
     * Extent: Mayotte - onshore and offshore.
2903
     * Replaces Combani 1950 (CRS code 4632) except for cadastral purposes which use Cadastre 1997 (CRS code 4475). See
2904
     * CRS code 4470 for system with axes in sequence lat-lon to be used for air, land and sea navigation and safety of
2905
     * life purposes.
2906
     */
2907
    public const EPSG_RGM04_LON_LAT = 'urn:ogc:def:crs:EPSG::7039';
2908
2909
    /**
2910
     * RGNC91-93
2911
     * Extent: New Caledonia - onshore and offshore. Isle de Pins, Loyalty Islands, Huon Islands, Belep archipelago,
2912
     * Chesterfield Islands, and Walpole.
2913
     * Replaces older local systems IGN56 Lifou, IGN72 Grande Terre, ST87 Ouvea, IGN53 Mare, ST84 Ile des Pins, ST71
2914
     * Belep and NEA74 Noumea (CRS codes 4633, 4641-44, 4662 and 4750).
2915
     */
2916
    public const EPSG_RGNC91_93 = 'urn:ogc:def:crs:EPSG::4749';
2917
2918
    /**
2919
     * RGPF
2920
     * Extent: French Polynesia - onshore and offshore. Includes Society archipelago, Tuamotu archipelago, Marquesas
2921
     * Islands, Gambier Islands and Austral Islands.
2922
     * Replaces Tahaa 54 (CRS code 4629), IGN 63 Hiva Oa (4689), IGN 72 Nuku Hiva (4630), Maupiti 83 (4692), MHEFO 55
2923
     * (4688), Moorea 87 (4691) and Tahiti 79 (4690).
2924
     */
2925
    public const EPSG_RGPF = 'urn:ogc:def:crs:EPSG::4687';
2926
2927
    /**
2928
     * RGR92
2929
     * Extent: Reunion - onshore and offshore.
2930
     * Replaces Piton des Neiges (code 4626). See CRS code 7037 for alternate system with axes reversed used by IGN for
2931
     * GIS purposes.
2932
     */
2933
    public const EPSG_RGR92 = 'urn:ogc:def:crs:EPSG::4627';
2934
2935
    /**
2936
     * RGR92 (lon-lat)
2937
     * Extent: Reunion - onshore and offshore.
2938
     * Replaces Piton des Neiges (code 4626). See CRS code 4627 for system with axes in sequence lat-lon to be used for
2939
     * air, land and sea navigation and safety of life purposes.
2940
     */
2941
    public const EPSG_RGR92_LON_LAT = 'urn:ogc:def:crs:EPSG::7037';
2942
2943
    /**
2944
     * RGRDC 2005
2945
     * Extent: The Democratic Republic of the Congo (Zaire) - south of a line through Bandundu, Seke and Pweto -
2946
     * onshore and offshore.
2947
     */
2948
    public const EPSG_RGRDC_2005 = 'urn:ogc:def:crs:EPSG::4046';
2949
2950
    /**
2951
     * RGSPM06
2952
     * Extent: St Pierre and Miquelon - onshore and offshore.
2953
     * Replaces Saint Pierre et Miquelon 1950 (CRS code 4638). See CRS code 7035 for alternate system with axes
2954
     * reversed used by IGN for GIS purposes.
2955
     */
2956
    public const EPSG_RGSPM06 = 'urn:ogc:def:crs:EPSG::4463';
2957
2958
    /**
2959
     * RGSPM06 (lon-lat)
2960
     * Extent: St Pierre and Miquelon - onshore and offshore.
2961
     * Replaces Saint Pierre et Miquelon 1950 (CRS code 4638). See CRS code 4463 for system with axes in sequence
2962
     * lat-lon to be used for air, land and sea navigation and safety of life purposes.
2963
     */
2964
    public const EPSG_RGSPM06_LON_LAT = 'urn:ogc:def:crs:EPSG::7035';
2965
2966
    /**
2967
     * RGTAAF07
2968
     * Extent: French Southern Territories - onshore and offshore: Amsterdam and St Paul, Crozet, Europa and Kerguelen.
2969
     * Antarctica - Adelie Land coastal area.
2970
     * Replaces various local systems on several French overseas territories. See CRS code 7133 for alternate system
2971
     * with axes reversed used by IGN for GIS purposes.
2972
     */
2973
    public const EPSG_RGTAAF07 = 'urn:ogc:def:crs:EPSG::7073';
2974
2975
    /**
2976
     * RGTAAF07 (lon-lat)
2977
     * Extent: French Southern Territories - onshore and offshore: Amsterdam and St Paul, Crozet, Europa and Kerguelen.
2978
     * Antarctica - Adelie Land coastal area.
2979
     * Replaces various local systems on several French overseas territories. See CRS code 7073 for alternate system
2980
     * with axes in sequence lat-lon to be used for air, land and sea navigation purposes.
2981
     */
2982
    public const EPSG_RGTAAF07_LON_LAT = 'urn:ogc:def:crs:EPSG::7133';
2983
2984
    /**
2985
     * RGWF96
2986
     * Extent: Wallis and Futuna - onshore and offshore - Uvea, Futuna, and Alofi.
2987
     * See CRS code 8902 for alternate system with axes reversed used by IGN for GIS purposes. On Wallis island,
2988
     * replaces MOP78 (CRS code 4639) for geodetic purposes.
2989
     */
2990
    public const EPSG_RGWF96 = 'urn:ogc:def:crs:EPSG::8900';
2991
2992
    /**
2993
     * RGWF96 (lon-lat)
2994
     * Extent: Wallis and Futuna - onshore and offshore - Uvea, Futuna, and Alofi.
2995
     * See CRS code 8900 for system with axes in sequence lat-lon to be used for air, land and sea navigation and
2996
     * safety of life purposes. On Wallis island, replaces MOP78 (CRS code 4639) for GIS purposes.
2997
     */
2998
    public const EPSG_RGWF96_LON_LAT = 'urn:ogc:def:crs:EPSG::8902';
2999
3000
    /**
3001
     * RRAF 1991
3002
     * Extent: French Antilles onshore and offshore - Guadeloupe (including Grande Terre, Basse Terre, Marie Galante,
3003
     * Les Saintes, Iles de la Petite Terre, La Desirade, St Barthélemy, and northern St Martin) and Martinique.
3004
     * Replaces older local systems Fort Marigot and Sainte Anne CRS (codes 4621-22) in Guadeloupe and Fort Desaix (CRS
3005
     * code 4625) in Martinique. Replaced by RGAF09 (CRS code 5489).
3006
     */
3007
    public const EPSG_RRAF_1991 = 'urn:ogc:def:crs:EPSG::4558';
3008
3009
    /**
3010
     * RSAO13
3011
     * Extent: Angola - onshore and offshore.
3012
     */
3013
    public const EPSG_RSAO13 = 'urn:ogc:def:crs:EPSG::8699';
3014
3015
    /**
3016
     * RSRGD2000
3017
     * Extent: Antarctica - Ross Sea Region - nominally between 160°E and 150°W but includes buffer on eastern
3018
     * hemisphere margin to include Transantarctic Mountains
3019
     * Replaces Camp Area Astro (CRS code 4715). The relationship to this is variable. See Land Information New Zealand
3020
     * LINZS25001.
3021
     */
3022
    public const EPSG_RSRGD2000 = 'urn:ogc:def:crs:EPSG::4764';
3023
3024
    /**
3025
     * RT38
3026
     * Extent: Sweden - onshore.
3027
     */
3028
    public const EPSG_RT38 = 'urn:ogc:def:crs:EPSG::4308';
3029
3030
    /**
3031
     * RT38 (Stockholm)
3032
     * Extent: Sweden - onshore.
3033
     */
3034
    public const EPSG_RT38_STOCKHOLM = 'urn:ogc:def:crs:EPSG::4814';
3035
3036
    /**
3037
     * RT90
3038
     * Extent: Sweden - onshore and offshore.
3039
     */
3040
    public const EPSG_RT90 = 'urn:ogc:def:crs:EPSG::4124';
3041
3042
    /**
3043
     * Rassadiran
3044
     * Extent: Iran - Taheri refinery site.
3045
     */
3046
    public const EPSG_RASSADIRAN = 'urn:ogc:def:crs:EPSG::4153';
3047
3048
    /**
3049
     * Reunion 1947
3050
     * Extent: Reunion - onshore.
3051
     * Replaced by RGR92 (code 4627).
3052
     */
3053
    public const EPSG_REUNION_1947 = 'urn:ogc:def:crs:EPSG::4626';
3054
3055
    /**
3056
     * Reykjavik 1900
3057
     * Extent: Iceland - onshore.
3058
     * See ellipsoid remarks.
3059
     */
3060
    public const EPSG_REYKJAVIK_1900 = 'urn:ogc:def:crs:EPSG::4657';
3061
3062
    /**
3063
     * S-JTSK
3064
     * Extent: Czechia; Slovakia.
3065
     * Greenwich-referenced equivalent to S-JTSK (CRS code 4818). Technically improved and replaced through JTSK/05 in
3066
     * the Czech Republic and S-JTSK [JTSK03] in Slovakia, CRSs 5228 and 5229 (CZ) and 8351 (SK).
3067
     */
3068
    public const EPSG_S_JTSK = 'urn:ogc:def:crs:EPSG::4156';
3069
3070
    /**
3071
     * S-JTSK (Ferro)
3072
     * Extent: Czechia; Slovakia.
3073
     * Initial realization, observed and calculated in projected CRS domain (CRS code 2065). Later densification
3074
     * introduced distortion with  inaccuracy of several decimetres. In Slovakia has been deprecated and replaced by
3075
     * Greenwich equivalent, CRS code 4156.
3076
     */
3077
    public const EPSG_S_JTSK_FERRO = 'urn:ogc:def:crs:EPSG::4818';
3078
3079
    /**
3080
     * S-JTSK [JTSK03]
3081
     * Extent: Slovakia.
3082
     * Defined by transfomation from ETRS89 (ETRF2000 realization) (transformation code 8365) to improve the scale and
3083
     * homogeneity of S-JTSK (CRS 4156) within Slovakia.
3084
     */
3085
    public const EPSG_S_JTSK_JTSK03 = 'urn:ogc:def:crs:EPSG::8351';
3086
3087
    /**
3088
     * S-JTSK/05
3089
     * Extent: Czechia.
3090
     * Derived through projCRS 5515 to improve the scale and homogeneity of CRS 4156 within the Czech Republic. See CRS
3091
     * code 5229 for Ferro-referenced alternative.
3092
     */
3093
    public const EPSG_S_JTSK_05 = 'urn:ogc:def:crs:EPSG::5228';
3094
3095
    /**
3096
     * S-JTSK/05 (Ferro)
3097
     * Extent: Czechia.
3098
     * Derived through projCRS 5224 to improve the scale and homogeneity of CRS 4818 within the Czech Republic. See CRS
3099
     * code 5228 for Greenwich-referenced alternative.
3100
     */
3101
    public const EPSG_S_JTSK_05_FERRO = 'urn:ogc:def:crs:EPSG::5229';
3102
3103
    /**
3104
     * SAD69
3105
     * Extent: Brazil - onshore and offshore. In rest of South America - onshore north of approximately 45°S and
3106
     * Tierra del Fuego.
3107
     * Uses GRS 1967 ellipsoid with 1/f to exactly 2 decimal places. In Brazil only, replaced by SAD69(96) (CRS code
3108
     * 5527).
3109
     */
3110
    public const EPSG_SAD69 = 'urn:ogc:def:crs:EPSG::4618';
3111
3112
    /**
3113
     * SAD69(96)
3114
     * Extent: Brazil - onshore and offshore. Includes Rocas, Fernando de Noronha archipelago, Trindade, Ihlas Martim
3115
     * Vaz and Sao Pedro e Sao Paulo.
3116
     * Uses GRS 1967 ellipsoid with 1/f to exactly 2 decimal places. Replaces SAD69 original adjustment (CRS code 4618)
3117
     * only in Brazil.
3118
     */
3119
    public const EPSG_SAD69_96 = 'urn:ogc:def:crs:EPSG::5527';
3120
3121
    /**
3122
     * SHGD2015
3123
     * Extent: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.
3124
     */
3125
    public const EPSG_SHGD2015 = 'urn:ogc:def:crs:EPSG::7886';
3126
3127
    /**
3128
     * SIGD61
3129
     * Extent: Cayman Islands - Little Cayman and Cayman Brac.
3130
     * Superseded by CIGD11 (CRS code 6135).
3131
     */
3132
    public const EPSG_SIGD61 = 'urn:ogc:def:crs:EPSG::4726';
3133
3134
    /**
3135
     * SIRGAS 1995
3136
     * Extent: South America - onshore and offshore. Ecuador (mainland and Galapagos) - onshore and offshore.
3137
     * Replaced by SIRGAS 2000 (CRS code 4674).
3138
     */
3139
    public const EPSG_SIRGAS_1995 = 'urn:ogc:def:crs:EPSG::4170';
3140
3141
    /**
3142
     * SIRGAS 2000
3143
     * Extent: Latin America - Central America and South America - onshore and offshore. Brazil - onshore and offshore.
3144
     * Replaces SIRGAS 1995 system (CRS code 4179) for South America; expands SIRGAS to Central America.
3145
     */
3146
    public const EPSG_SIRGAS_2000 = 'urn:ogc:def:crs:EPSG::4674';
3147
3148
    /**
3149
     * SIRGAS-CON DGF00P01
3150
     * Extent: Latin America - Central America and South America, onshore and offshore.
3151
     * Replaced by SIRGAS-CON DGF01P01 (CRS code 8973).
3152
     */
3153
    public const EPSG_SIRGAS_CON_DGF00P01 = 'urn:ogc:def:crs:EPSG::8972';
3154
3155
    /**
3156
     * SIRGAS-CON DGF01P01
3157
     * Extent: Latin America - Central America and South America, onshore and offshore.
3158
     * Replaces SIRGAS-CON DGF00P01 (CRS code 8972). Replaced by SIRGAS-CON DGF01P02 (CRS code 8974).
3159
     */
3160
    public const EPSG_SIRGAS_CON_DGF01P01 = 'urn:ogc:def:crs:EPSG::8973';
3161
3162
    /**
3163
     * SIRGAS-CON DGF01P02
3164
     * Extent: Latin America - Central America and South America, onshore and offshore.
3165
     * Replaces SIRGAS-CON DGF01P01 (CRS code 8973). Replaced by SIRGAS-CON DGF02P01 (CRS code 8975).
3166
     */
3167
    public const EPSG_SIRGAS_CON_DGF01P02 = 'urn:ogc:def:crs:EPSG::8974';
3168
3169
    /**
3170
     * SIRGAS-CON DGF02P01
3171
     * Extent: Latin America - Central America and South America, onshore and offshore.
3172
     * Replaces SIRGAS-CON DGF01P02 (CRS code 8974). Replaced by SIRGAS-CON DGF04P01 (CRS code 8976).
3173
     */
3174
    public const EPSG_SIRGAS_CON_DGF02P01 = 'urn:ogc:def:crs:EPSG::8975';
3175
3176
    /**
3177
     * SIRGAS-CON DGF04P01
3178
     * Extent: Latin America - Central America and South America, onshore and offshore.
3179
     * Replaces SIRGAS-CON DGF02P01 (CRS code 8975). Replaced by SIRGAS-CON DGF05P01 (CRS code 8977).
3180
     */
3181
    public const EPSG_SIRGAS_CON_DGF04P01 = 'urn:ogc:def:crs:EPSG::8976';
3182
3183
    /**
3184
     * SIRGAS-CON DGF05P01
3185
     * Extent: Latin America - Central America and South America, onshore and offshore.
3186
     * Replaces SIRGAS-CON DGF04P01 (CRS code 8976). Replaced by SIRGAS-CON DGF06P01 (CRS code 8978).
3187
     */
3188
    public const EPSG_SIRGAS_CON_DGF05P01 = 'urn:ogc:def:crs:EPSG::8977';
3189
3190
    /**
3191
     * SIRGAS-CON DGF06P01
3192
     * Extent: Latin America - Central America and South America, onshore and offshore.
3193
     * Replaces SIRGAS-CON DGF05P01 (CRS code 8977). Replaced by SIRGAS-CON DGF07P01 (CRS code 8979).
3194
     */
3195
    public const EPSG_SIRGAS_CON_DGF06P01 = 'urn:ogc:def:crs:EPSG::8978';
3196
3197
    /**
3198
     * SIRGAS-CON DGF07P01
3199
     * Extent: Latin America - Central America and South America, onshore and offshore.
3200
     * Replaces SIRGAS-CON DGF06P01 (CRS code 8978). Replaced by SIRGAS-CON DGF08P01 (CRS code 8980).
3201
     */
3202
    public const EPSG_SIRGAS_CON_DGF07P01 = 'urn:ogc:def:crs:EPSG::8979';
3203
3204
    /**
3205
     * SIRGAS-CON DGF08P01
3206
     * Extent: Latin America - Central America and South America, onshore and offshore.
3207
     * Replaces SIRGAS-CON DGF07P01 (CRS code 8979). Replaced by SIRGAS-CON SIR09P01 (CRS code 8981).
3208
     */
3209
    public const EPSG_SIRGAS_CON_DGF08P01 = 'urn:ogc:def:crs:EPSG::8980';
3210
3211
    /**
3212
     * SIRGAS-CON SIR09P01
3213
     * Extent: Latin America - Central America and South America, onshore and offshore.
3214
     * Replaces SIRGAS-CON DGF08P01 (CRS code 8980). Replaced by SIRGAS-CON SIR10P01 (CRS code 8982).
3215
     */
3216
    public const EPSG_SIRGAS_CON_SIR09P01 = 'urn:ogc:def:crs:EPSG::8981';
3217
3218
    /**
3219
     * SIRGAS-CON SIR10P01
3220
     * Extent: Latin America - Central America and South America, onshore and offshore.
3221
     * Replaces SIRGAS-CON SIR09P01 (CRS code 8981). Replaced by SIRGAS-CON SIR11P01 (CRS code 8983).
3222
     */
3223
    public const EPSG_SIRGAS_CON_SIR10P01 = 'urn:ogc:def:crs:EPSG::8982';
3224
3225
    /**
3226
     * SIRGAS-CON SIR11P01
3227
     * Extent: Latin America - Central America and South America, onshore and offshore.
3228
     * Replaces SIRGAS-CON SIR10P01 (CRS code 8982). Replaced by SIRGAS-CON SIR13P01 (CRS code 8984).
3229
     */
3230
    public const EPSG_SIRGAS_CON_SIR11P01 = 'urn:ogc:def:crs:EPSG::8983';
3231
3232
    /**
3233
     * SIRGAS-CON SIR13P01
3234
     * Extent: Latin America - Central America and South America, onshore and offshore.
3235
     * Replaces SIRGAS-CON SIR11P01 (CRS code 8983). Replaced by SIRGAS-CON SIR14P01 (CRS code 8985).
3236
     */
3237
    public const EPSG_SIRGAS_CON_SIR13P01 = 'urn:ogc:def:crs:EPSG::8984';
3238
3239
    /**
3240
     * SIRGAS-CON SIR14P01
3241
     * Extent: Latin America - Central America and South America, onshore and offshore.
3242
     * Replaces SIRGAS-CON SIR13P01 (CRS code 8984). Replaced by SIRGAS-CON SIR15P01 (CRS code 8986).
3243
     */
3244
    public const EPSG_SIRGAS_CON_SIR14P01 = 'urn:ogc:def:crs:EPSG::8985';
3245
3246
    /**
3247
     * SIRGAS-CON SIR15P01
3248
     * Extent: Latin America - Central America and South America, onshore and offshore.
3249
     * Replaces SIRGAS-CON SIR14P01 (CRS code 8985). Replaced by SIRGAS-CON SIR17P01 (CRS code 8987).
3250
     */
3251
    public const EPSG_SIRGAS_CON_SIR15P01 = 'urn:ogc:def:crs:EPSG::8986';
3252
3253
    /**
3254
     * SIRGAS-CON SIR17P01
3255
     * Extent: Latin America - Central America and South America, onshore and offshore.
3256
     * Replaces SIRGAS-CON SIR15P01 (CRS code 8986).
3257
     */
3258
    public const EPSG_SIRGAS_CON_SIR17P01 = 'urn:ogc:def:crs:EPSG::8987';
3259
3260
    /**
3261
     * SIRGAS-Chile 2002
3262
     * Extent: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y
3263
     * Gomez.
3264
     * Densification of SIRGAS 2000 within Chile. Replaces PSAD56 (CRS code 6248) in Chile, HITO XVIII (CRS code 6254)
3265
     * in Chilean Tierra del Fuego and Easter Island 1967 (CRS code 6719) in Easter Island. Replaced by SIRGAS-Chile
3266
     * 2010 (CRS code 8949).
3267
     */
3268
    public const EPSG_SIRGAS_CHILE_2002 = 'urn:ogc:def:crs:EPSG::5360';
3269
3270
    /**
3271
     * SIRGAS-Chile 2010
3272
     * Extent: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y
3273
     * Gomez.
3274
     * Densification within Chile of SIRGAS-CON at epoch 2010.00. Replaces SIRGAS-Chile 2002 (CRS code 5360) due to
3275
     * significant tectonic deformation. Replaced by SIRGAS-Chile 2013 (CRS code 9148).
3276
     */
3277
    public const EPSG_SIRGAS_CHILE_2010 = 'urn:ogc:def:crs:EPSG::8949';
3278
3279
    /**
3280
     * SIRGAS-Chile 2013
3281
     * Extent: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y
3282
     * Gomez.
3283
     * Densification within Chile of SIRGAS-CON at epoch 2013.00. Replaces SIRGAS-Chile 2010 (CRS code 8949) due to
3284
     * significant tectonic deformation. Replaced by SIRGAS-Chile 2016 (CRS code 9153).
3285
     */
3286
    public const EPSG_SIRGAS_CHILE_2013 = 'urn:ogc:def:crs:EPSG::9148';
3287
3288
    /**
3289
     * SIRGAS-Chile 2016
3290
     * Extent: Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y
3291
     * Gomez.
3292
     * Densification within Chile of SIRGAS-CON at epoch 2016.00. Replaces SIRGAS-Chile 2013 (CRS code 9148) due to
3293
     * significant tectonic deformation.
3294
     */
3295
    public const EPSG_SIRGAS_CHILE_2016 = 'urn:ogc:def:crs:EPSG::9153';
3296
3297
    /**
3298
     * SIRGAS-ROU98
3299
     * Extent: Uruguay - onshore and offshore.
3300
     * Replaces Yacare (CRS code 4309) in Uruguay.
3301
     */
3302
    public const EPSG_SIRGAS_ROU98 = 'urn:ogc:def:crs:EPSG::5381';
3303
3304
    /**
3305
     * SIRGAS_ES2007.8
3306
     * Extent: El Salvador - onshore and offshore.
3307
     */
3308
    public const EPSG_SIRGAS_ES2007_8 = 'urn:ogc:def:crs:EPSG::5393';
3309
3310
    /**
3311
     * SLD99
3312
     * Extent: Sri Lanka - onshore.
3313
     */
3314
    public const EPSG_SLD99 = 'urn:ogc:def:crs:EPSG::5233';
3315
3316
    /**
3317
     * SRB_ETRS89
3318
     * Extent: Serbia including Vojvodina.
3319
     * In Serbia replaces MGI 1901 and SREF98 (CRS codes 3906 and 4075).
3320
     */
3321
    public const EPSG_SRB_ETRS89 = 'urn:ogc:def:crs:EPSG::8685';
3322
3323
    /**
3324
     * SREF98
3325
     * Extent: Serbia including Vojvodina.
3326
     * Replaces MGI 1901 (CRS code 3906) in Serbia. Replaced by SRB_ETRS89 (STRS00) (CRS code 8685).
3327
     */
3328
    public const EPSG_SREF98 = 'urn:ogc:def:crs:EPSG::4075';
3329
3330
    /**
3331
     * SRGI2013
3332
     * Extent: Indonesia - onshore and offshore.
3333
     * Supports horizontal component of national horizontal control network (JKHN). Adopted 2013-10-11. Replaces DGN95
3334
     * and all older systems.
3335
     */
3336
    public const EPSG_SRGI2013 = 'urn:ogc:def:crs:EPSG::9470';
3337
3338
    /**
3339
     * ST71 Belep
3340
     * Extent: New Caledonia - Belep.
3341
     * Replaced by RGNC91-93 (CRS code 4749).
3342
     */
3343
    public const EPSG_ST71_BELEP = 'urn:ogc:def:crs:EPSG::4643';
3344
3345
    /**
3346
     * ST84 Ile des Pins
3347
     * Extent: New Caledonia - Ile des Pins.
3348
     * Replaced by RGNC91-93 (CRS code 4749).
3349
     */
3350
    public const EPSG_ST84_ILE_DES_PINS = 'urn:ogc:def:crs:EPSG::4642';
3351
3352
    /**
3353
     * ST87 Ouvea
3354
     * Extent: New Caledonia - Loyalty Islands - Ouvea.
3355
     * Replaced by RGNC91-93 (CRS code 4749).
3356
     */
3357
    public const EPSG_ST87_OUVEA = 'urn:ogc:def:crs:EPSG::4750';
3358
3359
    /**
3360
     * SVY21
3361
     * Extent: Singapore - onshore and offshore.
3362
     */
3363
    public const EPSG_SVY21 = 'urn:ogc:def:crs:EPSG::4757';
3364
3365
    /**
3366
     * SWEREF99
3367
     * Extent: Sweden - onshore and offshore.
3368
     */
3369
    public const EPSG_SWEREF99 = 'urn:ogc:def:crs:EPSG::4619';
3370
3371
    /**
3372
     * Saint Pierre et Miquelon 1950
3373
     * Extent: St Pierre and Miquelon - onshore.
3374
     * Replaced by RGSPM06 (CRS code 4463).
3375
     */
3376
    public const EPSG_SAINT_PIERRE_ET_MIQUELON_1950 = 'urn:ogc:def:crs:EPSG::4638';
3377
3378
    /**
3379
     * Santo 1965
3380
     * Extent: Vanuatu - northern islands - Aese, Ambrym, Aoba, Epi, Espiritu Santo, Maewo, Malo, Malkula, Paama,
3381
     * Pentecost, Shepherd and Tutuba.
3382
     */
3383
    public const EPSG_SANTO_1965 = 'urn:ogc:def:crs:EPSG::4730';
3384
3385
    /**
3386
     * Sao Tome
3387
     * Extent: Sao Tome and Principe - onshore - Sao Tome.
3388
     */
3389
    public const EPSG_SAO_TOME = 'urn:ogc:def:crs:EPSG::4823';
3390
3391
    /**
3392
     * Sapper Hill 1943
3393
     * Extent: Falkland Islands (Malvinas) - onshore.
3394
     */
3395
    public const EPSG_SAPPER_HILL_1943 = 'urn:ogc:def:crs:EPSG::4292';
3396
3397
    /**
3398
     * Schwarzeck
3399
     * Extent: Namibia - onshore and offshore.
3400
     */
3401
    public const EPSG_SCHWARZECK = 'urn:ogc:def:crs:EPSG::4293';
3402
3403
    /**
3404
     * Scoresbysund 1952
3405
     * Extent: Greenland - Scoresbysund area onshore.
3406
     */
3407
    public const EPSG_SCORESBYSUND_1952 = 'urn:ogc:def:crs:EPSG::4195';
3408
3409
    /**
3410
     * Segara
3411
     * Extent: Indonesia - Kalimantan - onshore east coastal area including Mahakam delta coastal and offshore shelf
3412
     * areas.
3413
     */
3414
    public const EPSG_SEGARA = 'urn:ogc:def:crs:EPSG::4613';
3415
3416
    /**
3417
     * Segara (Jakarta)
3418
     * Extent: Indonesia - Kalimantan - onshore east coastal area including Mahakam delta coastal and offshore shelf
3419
     * areas.
3420
     */
3421
    public const EPSG_SEGARA_JAKARTA = 'urn:ogc:def:crs:EPSG::4820';
3422
3423
    /**
3424
     * Selvagem Grande
3425
     * Extent: Portugal - Selvagens islands (Madeira province) - onshore.
3426
     */
3427
    public const EPSG_SELVAGEM_GRANDE = 'urn:ogc:def:crs:EPSG::4616';
3428
3429
    /**
3430
     * Serindung
3431
     * Extent: Indonesia - west Kalimantan - onshore coastal area.
3432
     */
3433
    public const EPSG_SERINDUNG = 'urn:ogc:def:crs:EPSG::4295';
3434
3435
    /**
3436
     * Sibun Gorge 1922
3437
     * Extent: Belize - onshore.
3438
     */
3439
    public const EPSG_SIBUN_GORGE_1922 = 'urn:ogc:def:crs:EPSG::5464';
3440
3441
    /**
3442
     * Sierra Leone 1924
3443
     * Extent: Sierra Leone - Freetown Peninsula.
3444
     * Ellipsoid semi-major axis (a)=20926201 exactly Gold Coast feet; 1 Gold Coast foot = 0.3047997101815 m.
3445
     */
3446
    public const EPSG_SIERRA_LEONE_1924 = 'urn:ogc:def:crs:EPSG::4174';
3447
3448
    /**
3449
     * Sierra Leone 1968
3450
     * Extent: Sierra Leone - onshore.
3451
     * Replaces Sierra Leone 1960. The 1968 readjustment coordinates are within 3m of the 1960 provisional adjustment.
3452
     */
3453
    public const EPSG_SIERRA_LEONE_1968 = 'urn:ogc:def:crs:EPSG::4175';
3454
3455
    /**
3456
     * Slovenia 1996
3457
     * Extent: Slovenia - onshore and offshore.
3458
     * Replaces MG! alias D48 (CRS code 4312).
3459
     */
3460
    public const EPSG_SLOVENIA_1996 = 'urn:ogc:def:crs:EPSG::4765';
3461
3462
    /**
3463
     * Solomon 1968
3464
     * Extent: Solomon Islands - onshore southern Solomon Islands, primarily Guadalcanal, Malaita, San Cristobel, Santa
3465
     * Isobel, Choiseul, Makira-Ulawa.
3466
     */
3467
    public const EPSG_SOLOMON_1968 = 'urn:ogc:def:crs:EPSG::4718';
3468
3469
    /**
3470
     * South East Island 1943
3471
     * Extent: Seychelles - Mahe, Silhouette, North, Aride Island, Praslin, La Digue and Frigate islands including
3472
     * adjacent smaller granitic islands on the Seychelles Bank, Bird Island and Denis Island.
3473
     */
3474
    public const EPSG_SOUTH_EAST_ISLAND_1943 = 'urn:ogc:def:crs:EPSG::6892';
3475
3476
    /**
3477
     * South Georgia 1968
3478
     * Extent: South Georgia and the South Sandwich Islands - South Georgia onshore.
3479
     */
3480
    public const EPSG_SOUTH_GEORGIA_1968 = 'urn:ogc:def:crs:EPSG::4722';
3481
3482
    /**
3483
     * South Yemen
3484
     * Extent: Yemen - South Yemen onshore mainland.
3485
     */
3486
    public const EPSG_SOUTH_YEMEN = 'urn:ogc:def:crs:EPSG::4164';
3487
3488
    /**
3489
     * St. George Island
3490
     * Extent: United States (USA) - Alaska - Pribilof Islands - St George Island.
3491
     * Note: this CRS includes longitudes which are POSITIVE EAST.
3492
     */
3493
    public const EPSG_ST_GEORGE_ISLAND = 'urn:ogc:def:crs:EPSG::4138';
3494
3495
    /**
3496
     * St. Helena Tritan
3497
     * Extent: St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.
3498
     * Replaced by SHGD2015 (CRS code 7886) from 2015.
3499
     */
3500
    public const EPSG_ST_HELENA_TRITAN = 'urn:ogc:def:crs:EPSG::7881';
3501
3502
    /**
3503
     * St. Kitts 1955
3504
     * Extent: St Kitts and Nevis - onshore.
3505
     */
3506
    public const EPSG_ST_KITTS_1955 = 'urn:ogc:def:crs:EPSG::4605';
3507
3508
    /**
3509
     * St. Lawrence Island
3510
     * Extent: United States (USA) - Alaska - St Lawrence Island.
3511
     * Note: this CRS includes longitudes which are POSITIVE EAST.
3512
     */
3513
    public const EPSG_ST_LAWRENCE_ISLAND = 'urn:ogc:def:crs:EPSG::4136';
3514
3515
    /**
3516
     * St. Lucia 1955
3517
     * Extent: St Lucia - onshore.
3518
     */
3519
    public const EPSG_ST_LUCIA_1955 = 'urn:ogc:def:crs:EPSG::4606';
3520
3521
    /**
3522
     * St. Paul Island
3523
     * Extent: United States (USA) - Alaska - Pribilof Islands - St Paul Island.
3524
     * Note: this CRS includes longitudes which are POSITIVE EAST.
3525
     */
3526
    public const EPSG_ST_PAUL_ISLAND = 'urn:ogc:def:crs:EPSG::4137';
3527
3528
    /**
3529
     * St. Stephen (Ferro)
3530
     * Extent: Austria - Lower Austria. Czechia - Moravia and Czech Silesia.
3531
     */
3532
    public const EPSG_ST_STEPHEN_FERRO = 'urn:ogc:def:crs:EPSG::8043';
3533
3534
    /**
3535
     * St. Vincent 1945
3536
     * Extent: St Vincent and the northern Grenadine Islands - onshore.
3537
     */
3538
    public const EPSG_ST_VINCENT_1945 = 'urn:ogc:def:crs:EPSG::4607';
3539
3540
    /**
3541
     * TC(1948)
3542
     * Extent: United Arab Emirates (UAE) - Abu Dhabi onshore and Dubai onshore.
3543
     */
3544
    public const EPSG_TC_1948 = 'urn:ogc:def:crs:EPSG::4303';
3545
3546
    /**
3547
     * TGD2005
3548
     * Extent: Tonga - onshore and offshore.
3549
     */
3550
    public const EPSG_TGD2005 = 'urn:ogc:def:crs:EPSG::5886';
3551
3552
    /**
3553
     * TM65
3554
     * Extent: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.
3555
     * Replaced by 1975 Mapping Adjustment alias TM75 (CRS code 4300). Not to be confused with the Geodetic Datum of
3556
     * 1965 (datum code 6300) which is used by TM75.
3557
     */
3558
    public const EPSG_TM65 = 'urn:ogc:def:crs:EPSG::4299';
3559
3560
    /**
3561
     * TM75
3562
     * Extent: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.
3563
     * Uses Geodetic Datum of 1965 which should not be confused with the 1965 adjustment (TM65, datum code 6299 and CRS
3564
     * code 4299). Replaces OSNI52 (CRS code 4188) and TM65 (CRS code 4299). Replaced by IRENET95 (CRS code 4173).
3565
     */
3566
    public const EPSG_TM75 = 'urn:ogc:def:crs:EPSG::4300';
3567
3568
    /**
3569
     * TPEN11-IRF
3570
     * Extent: UK - on or related to the Trans-Pennine rail route from Liverpool via Manchester to Bradford and Leeds.
3571
     * Intermediate CRS created in 2020 to assist the emulation of the ETRS89 / TPEN11 SnakeGrid projected CRS through
3572
     * transformation ETRS89 to TPEN11-IRF (1) (code 9365) used in conjunction with the TPEN11-TM map projection (code
3573
     * 9366).
3574
     */
3575
    public const EPSG_TPEN11_IRF = 'urn:ogc:def:crs:EPSG::9364';
3576
3577
    /**
3578
     * TUREF
3579
     * Extent: Turkey - onshore and offshore.
3580
     */
3581
    public const EPSG_TUREF = 'urn:ogc:def:crs:EPSG::5252';
3582
3583
    /**
3584
     * TWD67
3585
     * Extent: Taiwan, Republic of China - onshore - Taiwan Island, Penghu (Pescadores) Islands.
3586
     * Shares the same origin point with the earlier Hu Tzu Shan system (CRS code 4236) but away from this point
3587
     * coordinates differ. Do not confuse!
3588
     */
3589
    public const EPSG_TWD67 = 'urn:ogc:def:crs:EPSG::3821';
3590
3591
    /**
3592
     * TWD97
3593
     * Extent: Taiwan, Republic of China - onshore and offshore - Taiwan Island, Penghu (Pescadores) Islands.
3594
     */
3595
    public const EPSG_TWD97 = 'urn:ogc:def:crs:EPSG::3824';
3596
3597
    /**
3598
     * Tahaa 54
3599
     * Extent: French Polynesia - Society Islands - Bora Bora, Huahine, Raiatea and Tahaa.
3600
     * Replaced by RGPF, CRS code 4687.
3601
     */
3602
    public const EPSG_TAHAA_54 = 'urn:ogc:def:crs:EPSG::4629';
3603
3604
    /**
3605
     * Tahiti 52
3606
     * Extent: French Polynesia - Society Islands - Moorea and Tahiti.
3607
     * Replaced by Tahiti 79 (CRS code 4690) in Tahiti and Moorea 87 (CRS code 4691) in Moorea.
3608
     */
3609
    public const EPSG_TAHITI_52 = 'urn:ogc:def:crs:EPSG::4628';
3610
3611
    /**
3612
     * Tahiti 79
3613
     * Extent: French Polynesia - Society Islands - Tahiti.
3614
     * Replaces Tahiti 52 (CRS code 4628) in Tahiti. Replaced by RGPF (CRS code 4687).
3615
     */
3616
    public const EPSG_TAHITI_79 = 'urn:ogc:def:crs:EPSG::4690';
3617
3618
    /**
3619
     * Tananarive
3620
     * Extent: Madagascar - onshore and nearshore.
3621
     */
3622
    public const EPSG_TANANARIVE = 'urn:ogc:def:crs:EPSG::4297';
3623
3624
    /**
3625
     * Tananarive (Paris)
3626
     * Extent: Madagascar - onshore.
3627
     */
3628
    public const EPSG_TANANARIVE_PARIS = 'urn:ogc:def:crs:EPSG::4810';
3629
3630
    /**
3631
     * Tapi Aike
3632
     * Extent: Argentina - Santa Cruz province south of approximately 50°20'S.
3633
     * Replaced by Campo Inchauspe (geogCRS code 4221) for topographic mapping, use for oil exploration and production
3634
     * continues.
3635
     */
3636
    public const EPSG_TAPI_AIKE = 'urn:ogc:def:crs:EPSG::9248';
3637
3638
    /**
3639
     * Tern Island 1961
3640
     * Extent: United States (USA) - Hawaii - Tern Island and Sorel Atoll.
3641
     */
3642
    public const EPSG_TERN_ISLAND_1961 = 'urn:ogc:def:crs:EPSG::4707';
3643
3644
    /**
3645
     * Tete
3646
     * Extent: Mozambique - onshore.
3647
     */
3648
    public const EPSG_TETE = 'urn:ogc:def:crs:EPSG::4127';
3649
3650
    /**
3651
     * Timbalai 1948
3652
     * Extent: Brunei - onshore and offshore; Malaysia - East Malaysia (Sabah; Sarawak) - onshore and offshore.
3653
     * Adopts metric conversion of 39.370147 inches per metre. Replaced by GDM2000 (CRS code 4742) in East Malaysia and
3654
     * by GDBD2009 (CRS code 5247) in Brunei.
3655
     */
3656
    public const EPSG_TIMBALAI_1948 = 'urn:ogc:def:crs:EPSG::4298';
3657
3658
    /**
3659
     * Tokyo
3660
     * Extent: Japan - onshore; North Korea - onshore; South Korea - onshore.
3661
     * In Japan, replaces Tokyo 1892 (CRS code 5132) and replaced by JGD2000 (code 4612) from April 2002. In Korea used
3662
     * only for geodetic applications before being replaced by Korean 1985 (code 4162).
3663
     */
3664
    public const EPSG_TOKYO = 'urn:ogc:def:crs:EPSG::4301';
3665
3666
    /**
3667
     * Tokyo 1892
3668
     * Extent: Japan - onshore; North Korea - onshore; South Korea - onshore.
3669
     * Extended from Japan to Korea in 1898. In Japan, replaced by Tokyo 1918 (CRS code 4301). In South Korea replaced
3670
     * by Tokyo 1918 only for geodetic applications; for all other purposes replaced by Korean 1985 (code 4162).
3671
     */
3672
    public const EPSG_TOKYO_1892 = 'urn:ogc:def:crs:EPSG::5132';
3673
3674
    /**
3675
     * Trinidad 1903
3676
     * Extent: Trinidad and Tobago - Trinidad - onshore and offshore.
3677
     */
3678
    public const EPSG_TRINIDAD_1903 = 'urn:ogc:def:crs:EPSG::4302';
3679
3680
    /**
3681
     * Tristan 1968
3682
     * Extent: St Helena, Ascension and Tristan da Cunha - Tristan da Cunha island group including Tristan,
3683
     * Inaccessible, Nightingale, Middle and Stoltenhoff Islands.
3684
     */
3685
    public const EPSG_TRISTAN_1968 = 'urn:ogc:def:crs:EPSG::4734';
3686
3687
    /**
3688
     * UCS-2000
3689
     * Extent: Ukraine - onshore and offshore.
3690
     * Adopted 1st January 2007, replacing Pulkovo 1942 (CRS 4284).
3691
     */
3692
    public const EPSG_UCS_2000 = 'urn:ogc:def:crs:EPSG::5561';
3693
3694
    /**
3695
     * VN-2000
3696
     * Extent: Vietnam - onshore.
3697
     * Replaces Hanoi 1972 (CRS code 4147).
3698
     */
3699
    public const EPSG_VN_2000 = 'urn:ogc:def:crs:EPSG::4756';
3700
3701
    /**
3702
     * Vanua Levu 1915
3703
     * Extent: Fiji - Vanua Levu and Taveuni.
3704
     * For topographic mapping, replaced by Fiji 1956 (CRS code 4721). For other purposes, replaced by Fiji 1986 (CRS
3705
     * code 4720).
3706
     */
3707
    public const EPSG_VANUA_LEVU_1915 = 'urn:ogc:def:crs:EPSG::4748';
3708
3709
    /**
3710
     * Vientiane 1982
3711
     * Extent: Laos.
3712
     * Replaced by Lao 1993 and then by Lao 1997. Vientiane 1982 coordinate values are within 3m of Lao 1997 values.
3713
     */
3714
    public const EPSG_VIENTIANE_1982 = 'urn:ogc:def:crs:EPSG::4676';
3715
3716
    /**
3717
     * Viti Levu 1912
3718
     * Extent: Fiji - Viti Levu island.
3719
     * For topographic mapping, replaced by Fiji 1956 (CRS code 4721). For other purposes, replaced by Fiji 1986 (CRS
3720
     * code 4720).
3721
     */
3722
    public const EPSG_VITI_LEVU_1912 = 'urn:ogc:def:crs:EPSG::4752';
3723
3724
    /**
3725
     * Voirol 1875
3726
     * Extent: Algeria - onshore north of 32°N.
3727
     * The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9
3728
     * metres. Oil industry references to one could in reality be to either. All replaced by Nord Sahara 1959 (CRS code
3729
     * 4307).
3730
     */
3731
    public const EPSG_VOIROL_1875 = 'urn:ogc:def:crs:EPSG::4304';
3732
3733
    /**
3734
     * Voirol 1875 (Paris)
3735
     * Extent: Algeria - onshore north of 32°N.
3736
     * The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9
3737
     * metres. Oil industry references to one could in reality be to either. All replaced by Nord Sahara 1959 (CRS code
3738
     * 4307).
3739
     */
3740
    public const EPSG_VOIROL_1875_PARIS = 'urn:ogc:def:crs:EPSG::4811';
3741
3742
    /**
3743
     * Voirol 1879
3744
     * Extent: Algeria - onshore north of 32°N.
3745
     * The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9
3746
     * metres. Oil industry references to one could in reality be to either. All replaced by Nord Sahara 1959 (CRS code
3747
     * 4307).
3748
     */
3749
    public const EPSG_VOIROL_1879 = 'urn:ogc:def:crs:EPSG::4671';
3750
3751
    /**
3752
     * Voirol 1879 (Paris)
3753
     * Extent: Algeria - onshore north of 32°N.
3754
     * The appropriate usage of CRSs using the Voirol 1875 and 1879 datums is lost in antiquity. They differ by about 9
3755
     * metres. Oil industry references to one could in reality be to either. All replaced by Nord Sahara 1959 (CRS code
3756
     * 4307).
3757
     */
3758
    public const EPSG_VOIROL_1879_PARIS = 'urn:ogc:def:crs:EPSG::4821';
3759
3760
    /**
3761
     * WGS 66
3762
     * Extent: World.
3763
     * Replaced by WGS 72.
3764
     */
3765
    public const EPSG_WGS_66 = 'urn:ogc:def:crs:EPSG::4760';
3766
3767
    /**
3768
     * WGS 72
3769
     * Extent: World.
3770
     * Replaced by WGS 84.
3771
     */
3772
    public const EPSG_WGS_72 = 'urn:ogc:def:crs:EPSG::4322';
3773
3774
    /**
3775
     * WGS 72BE
3776
     * Extent: World.
3777
     * Broadcast ephemeris. Replaced by WGS 84.
3778
     */
3779
    public const EPSG_WGS_72BE = 'urn:ogc:def:crs:EPSG::4324';
3780
3781
    /**
3782
     * WGS 84
3783
     * Extent: World.
3784
     */
3785
    public const EPSG_WGS_84 = 'urn:ogc:def:crs:EPSG::4326';
3786
3787
    /**
3788
     * WGS 84 (G1150)
3789
     * Extent: World.
3790
     * Replaces  WGS 84 (G873) (CRS code 9054) from 2002-01-20. Replaced by WGS 84 (G1674) (CRS code 9056) from
3791
     * 2012-02-08.
3792
     */
3793
    public const EPSG_WGS_84_G1150 = 'urn:ogc:def:crs:EPSG::9055';
3794
3795
    /**
3796
     * WGS 84 (G1674)
3797
     * Extent: World.
3798
     * Replaces WGS 84 (G1150) (CRS code 9055) from 2012-02-08. Replaced by WGS 84 (G1762) (CRS code 9057) from
3799
     * 2013-10-16.
3800
     */
3801
    public const EPSG_WGS_84_G1674 = 'urn:ogc:def:crs:EPSG::9056';
3802
3803
    /**
3804
     * WGS 84 (G1762)
3805
     * Extent: World.
3806
     * Replaces WGS 84 (G1674) (CRS code 9056) from 2013-10-16.
3807
     */
3808
    public const EPSG_WGS_84_G1762 = 'urn:ogc:def:crs:EPSG::9057';
3809
3810
    /**
3811
     * WGS 84 (G730)
3812
     * Extent: World.
3813
     * Replaces WGS 84 (Transit) (CRS code 8888) from 1994-06-29. Replaced by WGS84 (G873) (CRS code 9054) from
3814
     * 1997-01-29.
3815
     */
3816
    public const EPSG_WGS_84_G730 = 'urn:ogc:def:crs:EPSG::9053';
3817
3818
    /**
3819
     * WGS 84 (G873)
3820
     * Extent: World.
3821
     * Replaces WGS 84 (G730) (CRS code 9053) from 1997-01-29. Replaced by WGS 84 (G1150) (CRS code 9055) from
3822
     * 2002-01-20.
3823
     */
3824
    public const EPSG_WGS_84_G873 = 'urn:ogc:def:crs:EPSG::9054';
3825
3826
    /**
3827
     * WGS 84 (Transit)
3828
     * Extent: World.
3829
     * Replaced by WGS84 (G730) (CRS code 9053) from 1994-06-29.
3830
     */
3831
    public const EPSG_WGS_84_TRANSIT = 'urn:ogc:def:crs:EPSG::8888';
3832
3833
    /**
3834
     * Wake Island 1952
3835
     * Extent: Wake atoll - onshore.
3836
     */
3837
    public const EPSG_WAKE_ISLAND_1952 = 'urn:ogc:def:crs:EPSG::4733';
3838
3839
    /**
3840
     * Xian 1980
3841
     * Extent: China - onshore.
3842
     * Replaces Beijing 1954 (CRS code 4214). Replaced by CGCS2000(CRS code 4490).
3843
     */
3844
    public const EPSG_XIAN_1980 = 'urn:ogc:def:crs:EPSG::4610';
3845
3846
    /**
3847
     * Yacare
3848
     * Extent: Uruguay - onshore.
3849
     * Replaced by SIRGAS-ROU98 (CRS code 5381).
3850
     */
3851
    public const EPSG_YACARE = 'urn:ogc:def:crs:EPSG::4309';
3852
3853
    /**
3854
     * Yemen NGN96
3855
     * Extent: Yemen - onshore and offshore.
3856
     */
3857
    public const EPSG_YEMEN_NGN96 = 'urn:ogc:def:crs:EPSG::4163';
3858
3859
    /**
3860
     * Yoff
3861
     * Extent: Senegal - onshore and offshore.
3862
     */
3863
    public const EPSG_YOFF = 'urn:ogc:def:crs:EPSG::4310';
3864
3865
    /**
3866
     * Zanderij
3867
     * Extent: Suriname - onshore and offshore.
3868
     * Introduced in 1975.
3869
     */
3870
    public const EPSG_ZANDERIJ = 'urn:ogc:def:crs:EPSG::4311';
3871
3872
    /**
3873
     * fk89
3874
     * Extent: Faroe Islands - onshore.
3875
     * Replaces FD54 (CRS code 4741). Coordinate differences are less than 0.05 seconds (2m). The name of this system
3876
     * is also used for the dependent projected CRS - see CRS code 3173.
3877
     */
3878
    public const EPSG_FK89 = 'urn:ogc:def:crs:EPSG::4753';
3879
3880
    protected static $sridData = [
3881
        'urn:ogc:def:crs:EPSG::3819' => [
3882
            'name' => 'HD1909',
3883
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3884
            'datum' => 'urn:ogc:def:datum:EPSG::1024',
3885
            'bounding_box' => [[16.11, 45.74], [16.11, 48.58], [22.9, 48.58], [22.9, 45.74]],
3886
            'bounding_box_crosses_antimeridian' => false,
3887
        ],
3888
        'urn:ogc:def:crs:EPSG::3821' => [
3889
            'name' => 'TWD67',
3890
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3891
            'datum' => 'urn:ogc:def:datum:EPSG::1025',
3892
            'bounding_box' => [[119.25, 21.87], [119.25, 25.34], [122.06, 25.34], [122.06, 21.87]],
3893
            'bounding_box_crosses_antimeridian' => false,
3894
        ],
3895
        'urn:ogc:def:crs:EPSG::3824' => [
3896
            'name' => 'TWD97',
3897
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3898
            'datum' => 'urn:ogc:def:datum:EPSG::1026',
3899
            'bounding_box' => [[114.32, 17.36], [114.32, 26.96], [123.61, 26.96], [123.61, 17.36]],
3900
            'bounding_box_crosses_antimeridian' => false,
3901
        ],
3902
        'urn:ogc:def:crs:EPSG::3889' => [
3903
            'name' => 'IGRS',
3904
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3905
            'datum' => 'urn:ogc:def:datum:EPSG::1029',
3906
            'bounding_box' => [[38.79, 29.06], [38.79, 37.39], [48.75, 37.39], [48.75, 29.06]],
3907
            'bounding_box_crosses_antimeridian' => false,
3908
        ],
3909
        'urn:ogc:def:crs:EPSG::3906' => [
3910
            'name' => 'MGI 1901',
3911
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3912
            'datum' => 'urn:ogc:def:datum:EPSG::1031',
3913
            'bounding_box' => [[13.383471488953, 40.855888366699], [13.383471488953, 46.876247406006], [23.030969619751, 46.876247406006], [23.030969619751, 40.855888366699]],
3914
            'bounding_box_crosses_antimeridian' => false,
3915
        ],
3916
        'urn:ogc:def:crs:EPSG::4023' => [
3917
            'name' => 'MOLDREF99',
3918
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3919
            'datum' => 'urn:ogc:def:datum:EPSG::1032',
3920
            'bounding_box' => [[26.63, 45.44], [26.63, 48.47], [30.13, 48.47], [30.13, 45.44]],
3921
            'bounding_box_crosses_antimeridian' => false,
3922
        ],
3923
        'urn:ogc:def:crs:EPSG::4046' => [
3924
            'name' => 'RGRDC 2005',
3925
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3926
            'datum' => 'urn:ogc:def:datum:EPSG::1033',
3927
            'bounding_box' => [[11.79, -13.46], [11.79, -3.41], [29.81, -3.41], [29.81, -13.46]],
3928
            'bounding_box_crosses_antimeridian' => false,
3929
        ],
3930
        'urn:ogc:def:crs:EPSG::4075' => [
3931
            'name' => 'SREF98',
3932
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3933
            'datum' => 'urn:ogc:def:datum:EPSG::1034',
3934
            'bounding_box' => [[18.81702041626, 42.232494354248], [18.81702041626, 46.18111038208], [23.004997253418, 46.18111038208], [23.004997253418, 42.232494354248]],
3935
            'bounding_box_crosses_antimeridian' => false,
3936
        ],
3937
        'urn:ogc:def:crs:EPSG::4081' => [
3938
            'name' => 'REGCAN95',
3939
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3940
            'datum' => 'urn:ogc:def:datum:EPSG::1035',
3941
            'bounding_box' => [[-21.93, 24.6], [-21.93, 32.76], [-11.75, 32.76], [-11.75, 24.6]],
3942
            'bounding_box_crosses_antimeridian' => false,
3943
        ],
3944
        'urn:ogc:def:crs:EPSG::4120' => [
3945
            'name' => 'Greek',
3946
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3947
            'datum' => 'urn:ogc:def:datum:EPSG::6120',
3948
            'bounding_box' => [[19.57, 34.88], [19.57, 41.75], [28.3, 41.75], [28.3, 34.88]],
3949
            'bounding_box_crosses_antimeridian' => false,
3950
        ],
3951
        'urn:ogc:def:crs:EPSG::4121' => [
3952
            'name' => 'GGRS87',
3953
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3954
            'datum' => 'urn:ogc:def:datum:EPSG::6121',
3955
            'bounding_box' => [[19.57, 34.88], [19.57, 41.75], [28.3, 41.75], [28.3, 34.88]],
3956
            'bounding_box_crosses_antimeridian' => false,
3957
        ],
3958
        'urn:ogc:def:crs:EPSG::4122' => [
3959
            'name' => 'ATS77',
3960
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3961
            'datum' => 'urn:ogc:def:datum:EPSG::6122',
3962
            'bounding_box' => [[-69.05, 43.41], [-69.05, 48.07], [-59.73, 48.07], [-59.73, 43.41]],
3963
            'bounding_box_crosses_antimeridian' => false,
3964
        ],
3965
        'urn:ogc:def:crs:EPSG::4123' => [
3966
            'name' => 'KKJ',
3967
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3968
            'datum' => 'urn:ogc:def:datum:EPSG::6123',
3969
            'bounding_box' => [[19.24, 59.75], [19.24, 70.09], [31.59, 70.09], [31.59, 59.75]],
3970
            'bounding_box_crosses_antimeridian' => false,
3971
        ],
3972
        'urn:ogc:def:crs:EPSG::4124' => [
3973
            'name' => 'RT90',
3974
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3975
            'datum' => 'urn:ogc:def:datum:EPSG::6124',
3976
            'bounding_box' => [[10.03, 54.96], [10.03, 69.06999999999999], [24.17, 69.06999999999999], [24.17, 54.96]],
3977
            'bounding_box_crosses_antimeridian' => false,
3978
        ],
3979
        'urn:ogc:def:crs:EPSG::4127' => [
3980
            'name' => 'Tete',
3981
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3982
            'datum' => 'urn:ogc:def:datum:EPSG::6127',
3983
            'bounding_box' => [[30.21, -26.87], [30.21, -10.42], [40.9, -10.42], [40.9, -26.87]],
3984
            'bounding_box_crosses_antimeridian' => false,
3985
        ],
3986
        'urn:ogc:def:crs:EPSG::4128' => [
3987
            'name' => 'Madzansua',
3988
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3989
            'datum' => 'urn:ogc:def:datum:EPSG::6128',
3990
            'bounding_box' => [[30.21, -17.76], [30.21, -14.01], [35.37, -14.01], [35.37, -17.76]],
3991
            'bounding_box_crosses_antimeridian' => false,
3992
        ],
3993
        'urn:ogc:def:crs:EPSG::4129' => [
3994
            'name' => 'Observatario',
3995
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
3996
            'datum' => 'urn:ogc:def:datum:EPSG::6129',
3997
            'bounding_box' => [[31.29, -26.87], [31.29, -19.84], [35.65, -19.84], [35.65, -26.87]],
3998
            'bounding_box_crosses_antimeridian' => false,
3999
        ],
4000
        'urn:ogc:def:crs:EPSG::4130' => [
4001
            'name' => 'Moznet',
4002
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4003
            'datum' => 'urn:ogc:def:datum:EPSG::6130',
4004
            'bounding_box' => [[30.21, -27.71], [30.21, -10.09], [43.03, -10.09], [43.03, -27.71]],
4005
            'bounding_box_crosses_antimeridian' => false,
4006
        ],
4007
        'urn:ogc:def:crs:EPSG::4131' => [
4008
            'name' => 'Indian 1960',
4009
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4010
            'datum' => 'urn:ogc:def:datum:EPSG::6131',
4011
            'bounding_box' => [[102.14, 7.99], [102.14, 23.4], [110.0, 23.4], [110.0, 7.99]],
4012
            'bounding_box_crosses_antimeridian' => false,
4013
        ],
4014
        'urn:ogc:def:crs:EPSG::4132' => [
4015
            'name' => 'FD58',
4016
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4017
            'datum' => 'urn:ogc:def:datum:EPSG::6132',
4018
            'bounding_box' => [[47.13, 26.21], [47.13, 33.22], [53.61, 33.22], [53.61, 26.21]],
4019
            'bounding_box_crosses_antimeridian' => false,
4020
        ],
4021
        'urn:ogc:def:crs:EPSG::4133' => [
4022
            'name' => 'EST92',
4023
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4024
            'datum' => 'urn:ogc:def:datum:EPSG::6133',
4025
            'bounding_box' => [[21.74, 57.52], [21.74, 59.75], [28.2, 59.75], [28.2, 57.52]],
4026
            'bounding_box_crosses_antimeridian' => false,
4027
        ],
4028
        'urn:ogc:def:crs:EPSG::4134' => [
4029
            'name' => 'PSD93',
4030
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4031
            'datum' => 'urn:ogc:def:datum:EPSG::6134',
4032
            'bounding_box' => [[51.99, 16.59], [51.99, 26.58], [59.91, 26.58], [59.91, 16.59]],
4033
            'bounding_box_crosses_antimeridian' => false,
4034
        ],
4035
        'urn:ogc:def:crs:EPSG::4135' => [
4036
            'name' => 'Old Hawaiian',
4037
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4038
            'datum' => 'urn:ogc:def:datum:EPSG::6135',
4039
            'bounding_box' => [[-160.3, 18.87], [-160.3, 22.29], [-154.74, 22.29], [-154.74, 18.87]],
4040
            'bounding_box_crosses_antimeridian' => false,
4041
        ],
4042
        'urn:ogc:def:crs:EPSG::4136' => [
4043
            'name' => 'St. Lawrence Island',
4044
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4045
            'datum' => 'urn:ogc:def:datum:EPSG::6136',
4046
            'bounding_box' => [[-171.97, 62.89], [-171.97, 63.84], [-168.59, 63.84], [-168.59, 62.89]],
4047
            'bounding_box_crosses_antimeridian' => false,
4048
        ],
4049
        'urn:ogc:def:crs:EPSG::4137' => [
4050
            'name' => 'St. Paul Island',
4051
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4052
            'datum' => 'urn:ogc:def:datum:EPSG::6137',
4053
            'bounding_box' => [[-170.51, 57.06], [-170.51, 57.28], [-170.04, 57.28], [-170.04, 57.06]],
4054
            'bounding_box_crosses_antimeridian' => false,
4055
        ],
4056
        'urn:ogc:def:crs:EPSG::4138' => [
4057
            'name' => 'St. George Island',
4058
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4059
            'datum' => 'urn:ogc:def:datum:EPSG::6138',
4060
            'bounding_box' => [[-169.88, 56.49], [-169.88, 56.67], [-169.38, 56.67], [-169.38, 56.49]],
4061
            'bounding_box_crosses_antimeridian' => false,
4062
        ],
4063
        'urn:ogc:def:crs:EPSG::4139' => [
4064
            'name' => 'Puerto Rico',
4065
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4066
            'datum' => 'urn:ogc:def:datum:EPSG::6139',
4067
            'bounding_box' => [[-67.97, 17.62], [-67.97, 18.78], [-64.25, 18.78], [-64.25, 17.62]],
4068
            'bounding_box_crosses_antimeridian' => false,
4069
        ],
4070
        'urn:ogc:def:crs:EPSG::4141' => [
4071
            'name' => 'Israel 1993',
4072
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4073
            'datum' => 'urn:ogc:def:datum:EPSG::6141',
4074
            'bounding_box' => [[34.17, 29.45], [34.17, 33.28], [35.69, 33.28], [35.69, 29.45]],
4075
            'bounding_box_crosses_antimeridian' => false,
4076
        ],
4077
        'urn:ogc:def:crs:EPSG::4142' => [
4078
            'name' => 'Locodjo 1965',
4079
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4080
            'datum' => 'urn:ogc:def:datum:EPSG::6142',
4081
            'bounding_box' => [[-8.609999999999999, 1.02], [-8.609999999999999, 10.74], [-2.48, 10.74], [-2.48, 1.02]],
4082
            'bounding_box_crosses_antimeridian' => false,
4083
        ],
4084
        'urn:ogc:def:crs:EPSG::4143' => [
4085
            'name' => 'Abidjan 1987',
4086
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4087
            'datum' => 'urn:ogc:def:datum:EPSG::6143',
4088
            'bounding_box' => [[-8.609999999999999, 1.02], [-8.609999999999999, 10.74], [-2.48, 10.74], [-2.48, 1.02]],
4089
            'bounding_box_crosses_antimeridian' => false,
4090
        ],
4091
        'urn:ogc:def:crs:EPSG::4144' => [
4092
            'name' => 'Kalianpur 1937',
4093
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4094
            'datum' => 'urn:ogc:def:datum:EPSG::6144',
4095
            'bounding_box' => [[60.86, 8.02], [60.86, 37.07], [101.17, 37.07], [101.17, 8.02]],
4096
            'bounding_box_crosses_antimeridian' => false,
4097
        ],
4098
        'urn:ogc:def:crs:EPSG::4145' => [
4099
            'name' => 'Kalianpur 1962',
4100
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4101
            'datum' => 'urn:ogc:def:datum:EPSG::6145',
4102
            'bounding_box' => [[60.86, 21.05], [60.86, 37.07], [77.83, 37.07], [77.83, 21.05]],
4103
            'bounding_box_crosses_antimeridian' => false,
4104
        ],
4105
        'urn:ogc:def:crs:EPSG::4146' => [
4106
            'name' => 'Kalianpur 1975',
4107
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4108
            'datum' => 'urn:ogc:def:datum:EPSG::6146',
4109
            'bounding_box' => [[68.13, 8.02], [68.13, 35.51], [97.42, 35.51], [97.42, 8.02]],
4110
            'bounding_box_crosses_antimeridian' => false,
4111
        ],
4112
        'urn:ogc:def:crs:EPSG::4147' => [
4113
            'name' => 'Hanoi 1972',
4114
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4115
            'datum' => 'urn:ogc:def:datum:EPSG::6147',
4116
            'bounding_box' => [[102.14, 8.33], [102.14, 23.4], [109.53, 23.4], [109.53, 8.33]],
4117
            'bounding_box_crosses_antimeridian' => false,
4118
        ],
4119
        'urn:ogc:def:crs:EPSG::4148' => [
4120
            'name' => 'Hartebeesthoek94',
4121
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4122
            'datum' => 'urn:ogc:def:datum:EPSG::6148',
4123
            'bounding_box' => [[13.33, -50.32], [13.33, -22.13], [42.85, -22.13], [42.85, -50.32]],
4124
            'bounding_box_crosses_antimeridian' => false,
4125
        ],
4126
        'urn:ogc:def:crs:EPSG::4149' => [
4127
            'name' => 'CH1903',
4128
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4129
            'datum' => 'urn:ogc:def:datum:EPSG::6149',
4130
            'bounding_box' => [[5.96, 45.82], [5.96, 47.81], [10.49, 47.81], [10.49, 45.82]],
4131
            'bounding_box_crosses_antimeridian' => false,
4132
        ],
4133
        'urn:ogc:def:crs:EPSG::4150' => [
4134
            'name' => 'CH1903+',
4135
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4136
            'datum' => 'urn:ogc:def:datum:EPSG::6150',
4137
            'bounding_box' => [[5.96, 45.82], [5.96, 47.81], [10.49, 47.81], [10.49, 45.82]],
4138
            'bounding_box_crosses_antimeridian' => false,
4139
        ],
4140
        'urn:ogc:def:crs:EPSG::4151' => [
4141
            'name' => 'CHTRF95',
4142
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4143
            'datum' => 'urn:ogc:def:datum:EPSG::6151',
4144
            'bounding_box' => [[5.96, 45.82], [5.96, 47.81], [10.49, 47.81], [10.49, 45.82]],
4145
            'bounding_box_crosses_antimeridian' => false,
4146
        ],
4147
        'urn:ogc:def:crs:EPSG::4152' => [
4148
            'name' => 'NAD83(HARN)',
4149
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4150
            'datum' => 'urn:ogc:def:datum:EPSG::6152',
4151
            'bounding_box' => [[144.58, -14.59], [144.58, 71.40000000000001], [-64.51000000000001, 71.40000000000001], [-64.51000000000001, -14.59]],
4152
            'bounding_box_crosses_antimeridian' => true,
4153
        ],
4154
        'urn:ogc:def:crs:EPSG::4153' => [
4155
            'name' => 'Rassadiran',
4156
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4157
            'datum' => 'urn:ogc:def:datum:EPSG::6153',
4158
            'bounding_box' => [[52.5, 27.39], [52.5, 27.61], [52.71, 27.61], [52.71, 27.39]],
4159
            'bounding_box_crosses_antimeridian' => false,
4160
        ],
4161
        'urn:ogc:def:crs:EPSG::4154' => [
4162
            'name' => 'ED50(ED77)',
4163
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4164
            'datum' => 'urn:ogc:def:datum:EPSG::6154',
4165
            'bounding_box' => [[44.03, 23.34], [44.03, 39.78], [63.34, 39.78], [63.34, 23.34]],
4166
            'bounding_box_crosses_antimeridian' => false,
4167
        ],
4168
        'urn:ogc:def:crs:EPSG::4155' => [
4169
            'name' => 'Dabola 1981',
4170
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4171
            'datum' => 'urn:ogc:def:datum:EPSG::6155',
4172
            'bounding_box' => [[-15.13, 7.19], [-15.13, 12.68], [-7.65, 12.68], [-7.65, 7.19]],
4173
            'bounding_box_crosses_antimeridian' => false,
4174
        ],
4175
        'urn:ogc:def:crs:EPSG::4156' => [
4176
            'name' => 'S-JTSK',
4177
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4178
            'datum' => 'urn:ogc:def:datum:EPSG::6156',
4179
            'bounding_box' => [[12.09, 47.73], [12.09, 51.06], [22.56, 51.06], [22.56, 47.73]],
4180
            'bounding_box_crosses_antimeridian' => false,
4181
        ],
4182
        'urn:ogc:def:crs:EPSG::4157' => [
4183
            'name' => 'Mount Dillon',
4184
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4185
            'datum' => 'urn:ogc:def:datum:EPSG::6157',
4186
            'bounding_box' => [[-60.9, 11.08], [-60.9, 11.41], [-60.44, 11.41], [-60.44, 11.08]],
4187
            'bounding_box_crosses_antimeridian' => false,
4188
        ],
4189
        'urn:ogc:def:crs:EPSG::4158' => [
4190
            'name' => 'Naparima 1955',
4191
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4192
            'datum' => 'urn:ogc:def:datum:EPSG::6158',
4193
            'bounding_box' => [[-61.98, 9.99], [-61.98, 10.9], [-60.85, 10.9], [-60.85, 9.99]],
4194
            'bounding_box_crosses_antimeridian' => false,
4195
        ],
4196
        'urn:ogc:def:crs:EPSG::4159' => [
4197
            'name' => 'ELD79',
4198
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4199
            'datum' => 'urn:ogc:def:datum:EPSG::6159',
4200
            'bounding_box' => [[9.31, 19.5], [9.31, 35.23], [26.21, 35.23], [26.21, 19.5]],
4201
            'bounding_box_crosses_antimeridian' => false,
4202
        ],
4203
        'urn:ogc:def:crs:EPSG::4160' => [
4204
            'name' => 'Chos Malal 1914',
4205
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4206
            'datum' => 'urn:ogc:def:datum:EPSG::6160',
4207
            'bounding_box' => [[-72.14, -43.41], [-72.14, -31.91], [-65.86, -31.91], [-65.86, -43.41]],
4208
            'bounding_box_crosses_antimeridian' => false,
4209
        ],
4210
        'urn:ogc:def:crs:EPSG::4161' => [
4211
            'name' => 'Pampa del Castillo',
4212
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4213
            'datum' => 'urn:ogc:def:datum:EPSG::6161',
4214
            'bounding_box' => [[-73.59, -50.34], [-73.59, -42.49], [-65.47, -42.49], [-65.47, -50.34]],
4215
            'bounding_box_crosses_antimeridian' => false,
4216
        ],
4217
        'urn:ogc:def:crs:EPSG::4162' => [
4218
            'name' => 'Korean 1985',
4219
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4220
            'datum' => 'urn:ogc:def:datum:EPSG::6162',
4221
            'bounding_box' => [[124.53, 33.14], [124.53, 38.64], [131.01, 38.64], [131.01, 33.14]],
4222
            'bounding_box_crosses_antimeridian' => false,
4223
        ],
4224
        'urn:ogc:def:crs:EPSG::4163' => [
4225
            'name' => 'Yemen NGN96',
4226
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4227
            'datum' => 'urn:ogc:def:datum:EPSG::6163',
4228
            'bounding_box' => [[41.08, 8.949999999999999], [41.08, 19.0], [57.96, 19.0], [57.96, 8.949999999999999]],
4229
            'bounding_box_crosses_antimeridian' => false,
4230
        ],
4231
        'urn:ogc:def:crs:EPSG::4164' => [
4232
            'name' => 'South Yemen',
4233
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4234
            'datum' => 'urn:ogc:def:datum:EPSG::6164',
4235
            'bounding_box' => [[43.37, 12.54], [43.37, 19.0], [53.14, 19.0], [53.14, 12.54]],
4236
            'bounding_box_crosses_antimeridian' => false,
4237
        ],
4238
        'urn:ogc:def:crs:EPSG::4165' => [
4239
            'name' => 'Bissau',
4240
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4241
            'datum' => 'urn:ogc:def:datum:EPSG::6165',
4242
            'bounding_box' => [[-16.77, 10.87], [-16.77, 12.69], [-13.64, 12.69], [-13.64, 10.87]],
4243
            'bounding_box_crosses_antimeridian' => false,
4244
        ],
4245
        'urn:ogc:def:crs:EPSG::4166' => [
4246
            'name' => 'Korean 1995',
4247
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4248
            'datum' => 'urn:ogc:def:datum:EPSG::6166',
4249
            'bounding_box' => [[124.53, 33.14], [124.53, 38.64], [131.01, 38.64], [131.01, 33.14]],
4250
            'bounding_box_crosses_antimeridian' => false,
4251
        ],
4252
        'urn:ogc:def:crs:EPSG::4167' => [
4253
            'name' => 'NZGD2000',
4254
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4255
            'datum' => 'urn:ogc:def:datum:EPSG::6167',
4256
            'bounding_box' => [[160.6, -55.95], [160.6, -25.88], [-171.2, -25.88], [-171.2, -55.95]],
4257
            'bounding_box_crosses_antimeridian' => true,
4258
        ],
4259
        'urn:ogc:def:crs:EPSG::4168' => [
4260
            'name' => 'Accra',
4261
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4262
            'datum' => 'urn:ogc:def:datum:EPSG::6168',
4263
            'bounding_box' => [[-3.79, 1.4], [-3.79, 11.16], [2.1, 11.16], [2.1, 1.4]],
4264
            'bounding_box_crosses_antimeridian' => false,
4265
        ],
4266
        'urn:ogc:def:crs:EPSG::4169' => [
4267
            'name' => 'American Samoa 1962',
4268
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4269
            'datum' => 'urn:ogc:def:datum:EPSG::6169',
4270
            'bounding_box' => [[-170.88, -14.43], [-170.88, -14.11], [-169.38, -14.11], [-169.38, -14.43]],
4271
            'bounding_box_crosses_antimeridian' => false,
4272
        ],
4273
        'urn:ogc:def:crs:EPSG::4170' => [
4274
            'name' => 'SIRGAS 1995',
4275
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4276
            'datum' => 'urn:ogc:def:datum:EPSG::6170',
4277
            'bounding_box' => [[-113.21, -59.87], [-113.21, 16.75], [-26.0, 16.75], [-26.0, -59.87]],
4278
            'bounding_box_crosses_antimeridian' => false,
4279
        ],
4280
        'urn:ogc:def:crs:EPSG::4171' => [
4281
            'name' => 'RGF93',
4282
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4283
            'datum' => 'urn:ogc:def:datum:EPSG::6171',
4284
            'bounding_box' => [[-9.859999999999999, 41.15], [-9.859999999999999, 51.56], [10.38, 51.56], [10.38, 41.15]],
4285
            'bounding_box_crosses_antimeridian' => false,
4286
        ],
4287
        'urn:ogc:def:crs:EPSG::4173' => [
4288
            'name' => 'IRENET95',
4289
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4290
            'datum' => 'urn:ogc:def:datum:EPSG::6173',
4291
            'bounding_box' => [[-10.56, 51.39], [-10.56, 55.43], [-5.34, 55.43], [-5.34, 51.39]],
4292
            'bounding_box_crosses_antimeridian' => false,
4293
        ],
4294
        'urn:ogc:def:crs:EPSG::4174' => [
4295
            'name' => 'Sierra Leone 1924',
4296
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4297
            'datum' => 'urn:ogc:def:datum:EPSG::6174',
4298
            'bounding_box' => [[-13.34, 8.32], [-13.34, 8.550000000000001], [-13.13, 8.550000000000001], [-13.13, 8.32]],
4299
            'bounding_box_crosses_antimeridian' => false,
4300
        ],
4301
        'urn:ogc:def:crs:EPSG::4175' => [
4302
            'name' => 'Sierra Leone 1968',
4303
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4304
            'datum' => 'urn:ogc:def:datum:EPSG::6175',
4305
            'bounding_box' => [[-13.35, 6.88], [-13.35, 10.0], [-10.26, 10.0], [-10.26, 6.88]],
4306
            'bounding_box_crosses_antimeridian' => false,
4307
        ],
4308
        'urn:ogc:def:crs:EPSG::4176' => [
4309
            'name' => 'Australian Antarctic',
4310
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4311
            'datum' => 'urn:ogc:def:datum:EPSG::6176',
4312
            'bounding_box' => [[45.0, -90.0], [45.0, -60.0], [160.0, -60.0], [160.0, -90.0]],
4313
            'bounding_box_crosses_antimeridian' => false,
4314
        ],
4315
        'urn:ogc:def:crs:EPSG::4178' => [
4316
            'name' => 'Pulkovo 1942(83)',
4317
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4318
            'datum' => 'urn:ogc:def:datum:EPSG::6178',
4319
            'bounding_box' => [[9.92, 41.24], [9.92, 54.74], [28.68, 54.74], [28.68, 41.24]],
4320
            'bounding_box_crosses_antimeridian' => false,
4321
        ],
4322
        'urn:ogc:def:crs:EPSG::4179' => [
4323
            'name' => 'Pulkovo 1942(58)',
4324
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4325
            'datum' => 'urn:ogc:def:datum:EPSG::6179',
4326
            'bounding_box' => [[9.92, 39.63], [9.92, 54.89], [31.41, 54.89], [31.41, 39.63]],
4327
            'bounding_box_crosses_antimeridian' => false,
4328
        ],
4329
        'urn:ogc:def:crs:EPSG::4180' => [
4330
            'name' => 'EST97',
4331
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4332
            'datum' => 'urn:ogc:def:datum:EPSG::6180',
4333
            'bounding_box' => [[20.37, 57.52], [20.37, 60.0], [28.2, 60.0], [28.2, 57.52]],
4334
            'bounding_box_crosses_antimeridian' => false,
4335
        ],
4336
        'urn:ogc:def:crs:EPSG::4181' => [
4337
            'name' => 'Luxembourg 1930',
4338
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4339
            'datum' => 'urn:ogc:def:datum:EPSG::6181',
4340
            'bounding_box' => [[5.73, 49.44], [5.73, 50.19], [6.53, 50.19], [6.53, 49.44]],
4341
            'bounding_box_crosses_antimeridian' => false,
4342
        ],
4343
        'urn:ogc:def:crs:EPSG::4182' => [
4344
            'name' => 'Azores Occidental 1939',
4345
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4346
            'datum' => 'urn:ogc:def:datum:EPSG::6182',
4347
            'bounding_box' => [[-31.34, 39.3], [-31.34, 39.77], [-31.02, 39.77], [-31.02, 39.3]],
4348
            'bounding_box_crosses_antimeridian' => false,
4349
        ],
4350
        'urn:ogc:def:crs:EPSG::4183' => [
4351
            'name' => 'Azores Central 1948',
4352
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4353
            'datum' => 'urn:ogc:def:datum:EPSG::6183',
4354
            'bounding_box' => [[-28.9, 38.32], [-28.9, 39.14], [-26.97, 39.14], [-26.97, 38.32]],
4355
            'bounding_box_crosses_antimeridian' => false,
4356
        ],
4357
        'urn:ogc:def:crs:EPSG::4184' => [
4358
            'name' => 'Azores Oriental 1940',
4359
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4360
            'datum' => 'urn:ogc:def:datum:EPSG::6184',
4361
            'bounding_box' => [[-25.92, 36.87], [-25.92, 37.96], [-24.62, 37.96], [-24.62, 36.87]],
4362
            'bounding_box_crosses_antimeridian' => false,
4363
        ],
4364
        'urn:ogc:def:crs:EPSG::4188' => [
4365
            'name' => 'OSNI 1952',
4366
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4367
            'datum' => 'urn:ogc:def:datum:EPSG::6188',
4368
            'bounding_box' => [[-8.18, 53.96], [-8.18, 55.36], [-5.34, 55.36], [-5.34, 53.96]],
4369
            'bounding_box_crosses_antimeridian' => false,
4370
        ],
4371
        'urn:ogc:def:crs:EPSG::4189' => [
4372
            'name' => 'REGVEN',
4373
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4374
            'datum' => 'urn:ogc:def:datum:EPSG::6189',
4375
            'bounding_box' => [[-73.38, 0.64], [-73.38, 16.75], [-58.95, 16.75], [-58.95, 0.64]],
4376
            'bounding_box_crosses_antimeridian' => false,
4377
        ],
4378
        'urn:ogc:def:crs:EPSG::4190' => [
4379
            'name' => 'POSGAR 98',
4380
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4381
            'datum' => 'urn:ogc:def:datum:EPSG::6190',
4382
            'bounding_box' => [[-73.59, -58.41], [-73.59, -21.78], [-52.63, -21.78], [-52.63, -58.41]],
4383
            'bounding_box_crosses_antimeridian' => false,
4384
        ],
4385
        'urn:ogc:def:crs:EPSG::4191' => [
4386
            'name' => 'Albanian 1987',
4387
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4388
            'datum' => 'urn:ogc:def:datum:EPSG::6191',
4389
            'bounding_box' => [[19.22, 39.64], [19.22, 42.67], [21.06, 42.67], [21.06, 39.64]],
4390
            'bounding_box_crosses_antimeridian' => false,
4391
        ],
4392
        'urn:ogc:def:crs:EPSG::4192' => [
4393
            'name' => 'Douala 1948',
4394
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4395
            'datum' => 'urn:ogc:def:datum:EPSG::6192',
4396
            'bounding_box' => [[8.449999999999999, 2.16], [8.449999999999999, 4.99], [10.4, 4.99], [10.4, 2.16]],
4397
            'bounding_box_crosses_antimeridian' => false,
4398
        ],
4399
        'urn:ogc:def:crs:EPSG::4193' => [
4400
            'name' => 'Manoca 1962',
4401
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4402
            'datum' => 'urn:ogc:def:datum:EPSG::6193',
4403
            'bounding_box' => [[8.449999999999999, 2.16], [8.449999999999999, 4.99], [10.4, 4.99], [10.4, 2.16]],
4404
            'bounding_box_crosses_antimeridian' => false,
4405
        ],
4406
        'urn:ogc:def:crs:EPSG::4194' => [
4407
            'name' => 'Qornoq 1927',
4408
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4409
            'datum' => 'urn:ogc:def:datum:EPSG::6194',
4410
            'bounding_box' => [[-73.29000000000001, 59.74], [-73.29000000000001, 79.0], [-42.52, 79.0], [-42.52, 59.74]],
4411
            'bounding_box_crosses_antimeridian' => false,
4412
        ],
4413
        'urn:ogc:def:crs:EPSG::4195' => [
4414
            'name' => 'Scoresbysund 1952',
4415
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4416
            'datum' => 'urn:ogc:def:datum:EPSG::6195',
4417
            'bounding_box' => [[-29.69, 68.66], [-29.69, 74.58], [-19.89, 74.58], [-19.89, 68.66]],
4418
            'bounding_box_crosses_antimeridian' => false,
4419
        ],
4420
        'urn:ogc:def:crs:EPSG::4196' => [
4421
            'name' => 'Ammassalik 1958',
4422
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4423
            'datum' => 'urn:ogc:def:datum:EPSG::6196',
4424
            'bounding_box' => [[-38.86, 65.52], [-38.86, 65.91], [-36.81, 65.91], [-36.81, 65.52]],
4425
            'bounding_box_crosses_antimeridian' => false,
4426
        ],
4427
        'urn:ogc:def:crs:EPSG::4197' => [
4428
            'name' => 'Garoua',
4429
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4430
            'datum' => 'urn:ogc:def:datum:EPSG::6197',
4431
            'bounding_box' => [[12.9, 8.92], [12.9, 9.869999999999999], [14.19, 9.869999999999999], [14.19, 8.92]],
4432
            'bounding_box_crosses_antimeridian' => false,
4433
        ],
4434
        'urn:ogc:def:crs:EPSG::4198' => [
4435
            'name' => 'Kousseri',
4436
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4437
            'datum' => 'urn:ogc:def:datum:EPSG::6198',
4438
            'bounding_box' => [[14.17, 11.7], [14.17, 12.77], [15.09, 12.77], [15.09, 11.7]],
4439
            'bounding_box_crosses_antimeridian' => false,
4440
        ],
4441
        'urn:ogc:def:crs:EPSG::4199' => [
4442
            'name' => 'Egypt 1930',
4443
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4444
            'datum' => 'urn:ogc:def:datum:EPSG::6199',
4445
            'bounding_box' => [[24.7, 21.97], [24.7, 31.68], [36.95, 31.68], [36.95, 21.97]],
4446
            'bounding_box_crosses_antimeridian' => false,
4447
        ],
4448
        'urn:ogc:def:crs:EPSG::4200' => [
4449
            'name' => 'Pulkovo 1995',
4450
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4451
            'datum' => 'urn:ogc:def:datum:EPSG::6200',
4452
            'bounding_box' => [[18.925748825074, 39.878541946411], [18.925748825074, 85.190134048462], [-168.97182656183, 85.190134048462], [-168.97182656183, 39.878541946411]],
4453
            'bounding_box_crosses_antimeridian' => true,
4454
        ],
4455
        'urn:ogc:def:crs:EPSG::4201' => [
4456
            'name' => 'Adindan',
4457
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4458
            'datum' => 'urn:ogc:def:datum:EPSG::6201',
4459
            'bounding_box' => [[21.82, 3.4], [21.82, 22.24], [47.99, 22.24], [47.99, 3.4]],
4460
            'bounding_box_crosses_antimeridian' => false,
4461
        ],
4462
        'urn:ogc:def:crs:EPSG::4202' => [
4463
            'name' => 'AGD66',
4464
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4465
            'datum' => 'urn:ogc:def:datum:EPSG::6202',
4466
            'bounding_box' => [[109.23, -47.2], [109.23, -1.3], [163.2, -1.3], [163.2, -47.2]],
4467
            'bounding_box_crosses_antimeridian' => false,
4468
        ],
4469
        'urn:ogc:def:crs:EPSG::4203' => [
4470
            'name' => 'AGD84',
4471
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4472
            'datum' => 'urn:ogc:def:datum:EPSG::6203',
4473
            'bounding_box' => [[109.23, -38.53], [109.23, -9.369999999999999], [153.61, -9.369999999999999], [153.61, -38.53]],
4474
            'bounding_box_crosses_antimeridian' => false,
4475
        ],
4476
        'urn:ogc:def:crs:EPSG::4204' => [
4477
            'name' => 'Ain el Abd',
4478
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4479
            'datum' => 'urn:ogc:def:datum:EPSG::6204',
4480
            'bounding_box' => [[34.51, 16.37], [34.51, 32.16], [55.67, 32.16], [55.67, 16.37]],
4481
            'bounding_box_crosses_antimeridian' => false,
4482
        ],
4483
        'urn:ogc:def:crs:EPSG::4205' => [
4484
            'name' => 'Afgooye',
4485
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4486
            'datum' => 'urn:ogc:def:datum:EPSG::6205',
4487
            'bounding_box' => [[40.99, -1.71], [40.99, 12.03], [51.47, 12.03], [51.47, -1.71]],
4488
            'bounding_box_crosses_antimeridian' => false,
4489
        ],
4490
        'urn:ogc:def:crs:EPSG::4206' => [
4491
            'name' => 'Agadez',
4492
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4493
            'datum' => 'urn:ogc:def:datum:EPSG::6206',
4494
            'bounding_box' => [[0.16, 11.69], [0.16, 23.53], [16.0, 23.53], [16.0, 11.69]],
4495
            'bounding_box_crosses_antimeridian' => false,
4496
        ],
4497
        'urn:ogc:def:crs:EPSG::4207' => [
4498
            'name' => 'Lisbon',
4499
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4500
            'datum' => 'urn:ogc:def:datum:EPSG::6207',
4501
            'bounding_box' => [[-9.56, 36.95], [-9.56, 42.16], [-6.19, 42.16], [-6.19, 36.95]],
4502
            'bounding_box_crosses_antimeridian' => false,
4503
        ],
4504
        'urn:ogc:def:crs:EPSG::4208' => [
4505
            'name' => 'Aratu',
4506
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4507
            'datum' => 'urn:ogc:def:datum:EPSG::6208',
4508
            'bounding_box' => [[-53.38, -35.71], [-53.38, 4.26], [-26.0, 4.26], [-26.0, -35.71]],
4509
            'bounding_box_crosses_antimeridian' => false,
4510
        ],
4511
        'urn:ogc:def:crs:EPSG::4209' => [
4512
            'name' => 'Arc 1950',
4513
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4514
            'datum' => 'urn:ogc:def:datum:EPSG::6209',
4515
            'bounding_box' => [[19.99, -26.88], [19.99, -8.19], [35.93, -8.19], [35.93, -26.88]],
4516
            'bounding_box_crosses_antimeridian' => false,
4517
        ],
4518
        'urn:ogc:def:crs:EPSG::4210' => [
4519
            'name' => 'Arc 1960',
4520
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4521
            'datum' => 'urn:ogc:def:datum:EPSG::6210',
4522
            'bounding_box' => [[28.85, -11.75], [28.85, 4.63], [41.91, 4.63], [41.91, -11.75]],
4523
            'bounding_box_crosses_antimeridian' => false,
4524
        ],
4525
        'urn:ogc:def:crs:EPSG::4211' => [
4526
            'name' => 'Batavia',
4527
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4528
            'datum' => 'urn:ogc:def:datum:EPSG::6211',
4529
            'bounding_box' => [[95.16, -8.91], [95.16, 5.97], [117.01, 5.97], [117.01, -8.91]],
4530
            'bounding_box_crosses_antimeridian' => false,
4531
        ],
4532
        'urn:ogc:def:crs:EPSG::4212' => [
4533
            'name' => 'Barbados 1938',
4534
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4535
            'datum' => 'urn:ogc:def:datum:EPSG::6212',
4536
            'bounding_box' => [[-59.71, 13.0], [-59.71, 13.39], [-59.37, 13.39], [-59.37, 13.0]],
4537
            'bounding_box_crosses_antimeridian' => false,
4538
        ],
4539
        'urn:ogc:def:crs:EPSG::4213' => [
4540
            'name' => 'Beduaram',
4541
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4542
            'datum' => 'urn:ogc:def:datum:EPSG::6213',
4543
            'bounding_box' => [[7.81, 12.8], [7.81, 16.7], [14.9, 16.7], [14.9, 12.8]],
4544
            'bounding_box_crosses_antimeridian' => false,
4545
        ],
4546
        'urn:ogc:def:crs:EPSG::4214' => [
4547
            'name' => 'Beijing 1954',
4548
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4549
            'datum' => 'urn:ogc:def:datum:EPSG::6214',
4550
            'bounding_box' => [[73.62, 16.7], [73.62, 53.56], [134.77, 53.56], [134.77, 16.7]],
4551
            'bounding_box_crosses_antimeridian' => false,
4552
        ],
4553
        'urn:ogc:def:crs:EPSG::4215' => [
4554
            'name' => 'Belge 1950',
4555
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4556
            'datum' => 'urn:ogc:def:datum:EPSG::6215',
4557
            'bounding_box' => [[2.5, 49.5], [2.5, 51.51], [6.4, 51.51], [6.4, 49.5]],
4558
            'bounding_box_crosses_antimeridian' => false,
4559
        ],
4560
        'urn:ogc:def:crs:EPSG::4216' => [
4561
            'name' => 'Bermuda 1957',
4562
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4563
            'datum' => 'urn:ogc:def:datum:EPSG::6216',
4564
            'bounding_box' => [[-64.89, 32.21], [-64.89, 32.43], [-64.61, 32.43], [-64.61, 32.21]],
4565
            'bounding_box_crosses_antimeridian' => false,
4566
        ],
4567
        'urn:ogc:def:crs:EPSG::4218' => [
4568
            'name' => 'Bogota 1975',
4569
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4570
            'datum' => 'urn:ogc:def:datum:EPSG::6218',
4571
            'bounding_box' => [[-79.09999999999999, -4.23], [-79.09999999999999, 13.68], [-66.87, 13.68], [-66.87, -4.23]],
4572
            'bounding_box_crosses_antimeridian' => false,
4573
        ],
4574
        'urn:ogc:def:crs:EPSG::4219' => [
4575
            'name' => 'Bukit Rimpah',
4576
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4577
            'datum' => 'urn:ogc:def:datum:EPSG::6219',
4578
            'bounding_box' => [[105.07, -3.3], [105.07, -1.44], [108.35, -1.44], [108.35, -3.3]],
4579
            'bounding_box_crosses_antimeridian' => false,
4580
        ],
4581
        'urn:ogc:def:crs:EPSG::4220' => [
4582
            'name' => 'Camacupa 1948',
4583
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4584
            'datum' => 'urn:ogc:def:datum:EPSG::6220',
4585
            'bounding_box' => [[8.199999999999999, -18.02], [8.199999999999999, -5.82], [24.09, -5.82], [24.09, -18.02]],
4586
            'bounding_box_crosses_antimeridian' => false,
4587
        ],
4588
        'urn:ogc:def:crs:EPSG::4221' => [
4589
            'name' => 'Campo Inchauspe',
4590
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4591
            'datum' => 'urn:ogc:def:datum:EPSG::6221',
4592
            'bounding_box' => [[-73.59, -54.93], [-73.59, -21.78], [-53.65, -21.78], [-53.65, -54.93]],
4593
            'bounding_box_crosses_antimeridian' => false,
4594
        ],
4595
        'urn:ogc:def:crs:EPSG::4222' => [
4596
            'name' => 'Cape',
4597
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4598
            'datum' => 'urn:ogc:def:datum:EPSG::6222',
4599
            'bounding_box' => [[16.45, -34.88], [16.45, -17.78], [32.95, -17.78], [32.95, -34.88]],
4600
            'bounding_box_crosses_antimeridian' => false,
4601
        ],
4602
        'urn:ogc:def:crs:EPSG::4223' => [
4603
            'name' => 'Carthage',
4604
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4605
            'datum' => 'urn:ogc:def:datum:EPSG::6223',
4606
            'bounding_box' => [[7.49, 30.23], [7.49, 38.41], [13.67, 38.41], [13.67, 30.23]],
4607
            'bounding_box_crosses_antimeridian' => false,
4608
        ],
4609
        'urn:ogc:def:crs:EPSG::4224' => [
4610
            'name' => 'Chua',
4611
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4612
            'datum' => 'urn:ogc:def:datum:EPSG::6224',
4613
            'bounding_box' => [[-62.57, -31.91], [-62.57, -15.37], [-47.1, -15.37], [-47.1, -31.91]],
4614
            'bounding_box_crosses_antimeridian' => false,
4615
        ],
4616
        'urn:ogc:def:crs:EPSG::4225' => [
4617
            'name' => 'Corrego Alegre 1970-72',
4618
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4619
            'datum' => 'urn:ogc:def:datum:EPSG::6225',
4620
            'bounding_box' => [[-58.16, -33.78], [-58.16, -2.68], [-34.74, -2.68], [-34.74, -33.78]],
4621
            'bounding_box_crosses_antimeridian' => false,
4622
        ],
4623
        'urn:ogc:def:crs:EPSG::4227' => [
4624
            'name' => 'Deir ez Zor',
4625
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4626
            'datum' => 'urn:ogc:def:datum:EPSG::6227',
4627
            'bounding_box' => [[35.04, 32.31], [35.04, 37.3], [42.38, 37.3], [42.38, 32.31]],
4628
            'bounding_box_crosses_antimeridian' => false,
4629
        ],
4630
        'urn:ogc:def:crs:EPSG::4229' => [
4631
            'name' => 'Egypt 1907',
4632
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4633
            'datum' => 'urn:ogc:def:datum:EPSG::6229',
4634
            'bounding_box' => [[24.7, 21.89], [24.7, 33.82], [37.91, 33.82], [37.91, 21.89]],
4635
            'bounding_box_crosses_antimeridian' => false,
4636
        ],
4637
        'urn:ogc:def:crs:EPSG::4230' => [
4638
            'name' => 'ED50',
4639
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4640
            'datum' => 'urn:ogc:def:datum:EPSG::6230',
4641
            'bounding_box' => [[-16.096100515106, 25.712493202945], [-16.096100515106, 84.722623821813], [48.608653779497, 84.722623821813], [48.608653779497, 25.712493202945]],
4642
            'bounding_box_crosses_antimeridian' => false,
4643
        ],
4644
        'urn:ogc:def:crs:EPSG::4231' => [
4645
            'name' => 'ED87',
4646
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4647
            'datum' => 'urn:ogc:def:datum:EPSG::6231',
4648
            'bounding_box' => [[-10.555896938101, 34.880534471998], [-10.555896938101, 84.722623821813], [38.0, 84.722623821813], [38.0, 34.880534471998]],
4649
            'bounding_box_crosses_antimeridian' => false,
4650
        ],
4651
        'urn:ogc:def:crs:EPSG::4232' => [
4652
            'name' => 'Fahud',
4653
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4654
            'datum' => 'urn:ogc:def:datum:EPSG::6232',
4655
            'bounding_box' => [[51.99, 16.59], [51.99, 26.42], [59.91, 26.42], [59.91, 16.59]],
4656
            'bounding_box_crosses_antimeridian' => false,
4657
        ],
4658
        'urn:ogc:def:crs:EPSG::4236' => [
4659
            'name' => 'Hu Tzu Shan 1950',
4660
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4661
            'datum' => 'urn:ogc:def:datum:EPSG::6236',
4662
            'bounding_box' => [[119.25, 21.87], [119.25, 25.34], [122.06, 25.34], [122.06, 21.87]],
4663
            'bounding_box_crosses_antimeridian' => false,
4664
        ],
4665
        'urn:ogc:def:crs:EPSG::4237' => [
4666
            'name' => 'HD72',
4667
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4668
            'datum' => 'urn:ogc:def:datum:EPSG::6237',
4669
            'bounding_box' => [[16.11, 45.74], [16.11, 48.58], [22.9, 48.58], [22.9, 45.74]],
4670
            'bounding_box_crosses_antimeridian' => false,
4671
        ],
4672
        'urn:ogc:def:crs:EPSG::4238' => [
4673
            'name' => 'ID74',
4674
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4675
            'datum' => 'urn:ogc:def:datum:EPSG::6238',
4676
            'bounding_box' => [[95.16, -10.98], [95.16, 5.97], [141.01, 5.97], [141.01, -10.98]],
4677
            'bounding_box_crosses_antimeridian' => false,
4678
        ],
4679
        'urn:ogc:def:crs:EPSG::4239' => [
4680
            'name' => 'Indian 1954',
4681
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4682
            'datum' => 'urn:ogc:def:datum:EPSG::6239',
4683
            'bounding_box' => [[92.2, 5.63], [92.2, 28.55], [105.64, 28.55], [105.64, 5.63]],
4684
            'bounding_box_crosses_antimeridian' => false,
4685
        ],
4686
        'urn:ogc:def:crs:EPSG::4240' => [
4687
            'name' => 'Indian 1975',
4688
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4689
            'datum' => 'urn:ogc:def:datum:EPSG::6240',
4690
            'bounding_box' => [[97.34, 5.63], [97.34, 20.46], [105.64, 20.46], [105.64, 5.63]],
4691
            'bounding_box_crosses_antimeridian' => false,
4692
        ],
4693
        'urn:ogc:def:crs:EPSG::4241' => [
4694
            'name' => 'Jamaica 1875',
4695
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4696
            'datum' => 'urn:ogc:def:datum:EPSG::6241',
4697
            'bounding_box' => [[-78.43000000000001, 17.64], [-78.43000000000001, 18.58], [-76.17, 18.58], [-76.17, 17.64]],
4698
            'bounding_box_crosses_antimeridian' => false,
4699
        ],
4700
        'urn:ogc:def:crs:EPSG::4242' => [
4701
            'name' => 'JAD69',
4702
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4703
            'datum' => 'urn:ogc:def:datum:EPSG::6242',
4704
            'bounding_box' => [[-78.43000000000001, 17.64], [-78.43000000000001, 18.58], [-76.17, 18.58], [-76.17, 17.64]],
4705
            'bounding_box_crosses_antimeridian' => false,
4706
        ],
4707
        'urn:ogc:def:crs:EPSG::4243' => [
4708
            'name' => 'Kalianpur 1880',
4709
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4710
            'datum' => 'urn:ogc:def:datum:EPSG::6243',
4711
            'bounding_box' => [[60.86, 8.02], [60.86, 37.07], [101.17, 37.07], [101.17, 8.02]],
4712
            'bounding_box_crosses_antimeridian' => false,
4713
        ],
4714
        'urn:ogc:def:crs:EPSG::4244' => [
4715
            'name' => 'Kandawala',
4716
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4717
            'datum' => 'urn:ogc:def:datum:EPSG::6244',
4718
            'bounding_box' => [[79.64, 5.86], [79.64, 9.880000000000001], [81.95, 9.880000000000001], [81.95, 5.86]],
4719
            'bounding_box_crosses_antimeridian' => false,
4720
        ],
4721
        'urn:ogc:def:crs:EPSG::4245' => [
4722
            'name' => 'Kertau 1968',
4723
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4724
            'datum' => 'urn:ogc:def:datum:EPSG::6245',
4725
            'bounding_box' => [[99.59, 1.13], [99.59, 7.81], [105.82, 7.81], [105.82, 1.13]],
4726
            'bounding_box_crosses_antimeridian' => false,
4727
        ],
4728
        'urn:ogc:def:crs:EPSG::4246' => [
4729
            'name' => 'KOC',
4730
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4731
            'datum' => 'urn:ogc:def:datum:EPSG::6246',
4732
            'bounding_box' => [[46.54, 28.53], [46.54, 30.09], [48.48, 30.09], [48.48, 28.53]],
4733
            'bounding_box_crosses_antimeridian' => false,
4734
        ],
4735
        'urn:ogc:def:crs:EPSG::4247' => [
4736
            'name' => 'La Canoa',
4737
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4738
            'datum' => 'urn:ogc:def:datum:EPSG::6247',
4739
            'bounding_box' => [[-73.38, 0.64], [-73.38, 12.25], [-59.8, 12.25], [-59.8, 0.64]],
4740
            'bounding_box_crosses_antimeridian' => false,
4741
        ],
4742
        'urn:ogc:def:crs:EPSG::4248' => [
4743
            'name' => 'PSAD56',
4744
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4745
            'datum' => 'urn:ogc:def:datum:EPSG::6248',
4746
            'bounding_box' => [[-81.41, -43.5], [-81.41, 12.68], [-47.99, 12.68], [-47.99, -43.5]],
4747
            'bounding_box_crosses_antimeridian' => false,
4748
        ],
4749
        'urn:ogc:def:crs:EPSG::4249' => [
4750
            'name' => 'Lake',
4751
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4752
            'datum' => 'urn:ogc:def:datum:EPSG::6249',
4753
            'bounding_box' => [[-72.40000000000001, 8.720000000000001], [-72.40000000000001, 11.04], [-70.78, 11.04], [-70.78, 8.720000000000001]],
4754
            'bounding_box_crosses_antimeridian' => false,
4755
        ],
4756
        'urn:ogc:def:crs:EPSG::4250' => [
4757
            'name' => 'Leigon',
4758
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4759
            'datum' => 'urn:ogc:def:datum:EPSG::6250',
4760
            'bounding_box' => [[-3.79, 1.4], [-3.79, 11.16], [2.1, 11.16], [2.1, 1.4]],
4761
            'bounding_box_crosses_antimeridian' => false,
4762
        ],
4763
        'urn:ogc:def:crs:EPSG::4251' => [
4764
            'name' => 'Liberia 1964',
4765
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4766
            'datum' => 'urn:ogc:def:datum:EPSG::6251',
4767
            'bounding_box' => [[-11.52, 4.29], [-11.52, 8.52], [-7.36, 8.52], [-7.36, 4.29]],
4768
            'bounding_box_crosses_antimeridian' => false,
4769
        ],
4770
        'urn:ogc:def:crs:EPSG::4252' => [
4771
            'name' => 'Lome',
4772
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4773
            'datum' => 'urn:ogc:def:datum:EPSG::6252',
4774
            'bounding_box' => [[-0.15, 2.91], [-0.15, 11.14], [2.42, 11.14], [2.42, 2.91]],
4775
            'bounding_box_crosses_antimeridian' => false,
4776
        ],
4777
        'urn:ogc:def:crs:EPSG::4253' => [
4778
            'name' => 'Luzon 1911',
4779
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4780
            'datum' => 'urn:ogc:def:datum:EPSG::6253',
4781
            'bounding_box' => [[116.89, 4.99], [116.89, 19.45], [126.65, 19.45], [126.65, 4.99]],
4782
            'bounding_box_crosses_antimeridian' => false,
4783
        ],
4784
        'urn:ogc:def:crs:EPSG::4254' => [
4785
            'name' => 'Hito XVIII 1963',
4786
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4787
            'datum' => 'urn:ogc:def:datum:EPSG::6254',
4788
            'bounding_box' => [[-74.83, -55.96], [-74.83, -51.65], [-63.73, -51.65], [-63.73, -55.96]],
4789
            'bounding_box_crosses_antimeridian' => false,
4790
        ],
4791
        'urn:ogc:def:crs:EPSG::4255' => [
4792
            'name' => 'Herat North',
4793
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4794
            'datum' => 'urn:ogc:def:datum:EPSG::6255',
4795
            'bounding_box' => [[60.5, 29.4], [60.5, 38.48], [74.92, 38.48], [74.92, 29.4]],
4796
            'bounding_box_crosses_antimeridian' => false,
4797
        ],
4798
        'urn:ogc:def:crs:EPSG::4256' => [
4799
            'name' => 'Mahe 1971',
4800
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4801
            'datum' => 'urn:ogc:def:datum:EPSG::6256',
4802
            'bounding_box' => [[55.3, -4.86], [55.3, -4.5], [55.59, -4.5], [55.59, -4.86]],
4803
            'bounding_box_crosses_antimeridian' => false,
4804
        ],
4805
        'urn:ogc:def:crs:EPSG::4257' => [
4806
            'name' => 'Makassar',
4807
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4808
            'datum' => 'urn:ogc:def:datum:EPSG::6257',
4809
            'bounding_box' => [[118.71, -6.54], [118.71, -1.88], [120.78, -1.88], [120.78, -6.54]],
4810
            'bounding_box_crosses_antimeridian' => false,
4811
        ],
4812
        'urn:ogc:def:crs:EPSG::4258' => [
4813
            'name' => 'ETRS89',
4814
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4815
            'datum' => 'urn:ogc:def:datum:EPSG::6258',
4816
            'bounding_box' => [[-16.096100515106, 32.884955146013], [-16.096100515106, 84.722623821813], [40.178745269776, 84.722623821813], [40.178745269776, 32.884955146013]],
4817
            'bounding_box_crosses_antimeridian' => false,
4818
        ],
4819
        'urn:ogc:def:crs:EPSG::4259' => [
4820
            'name' => 'Malongo 1987',
4821
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4822
            'datum' => 'urn:ogc:def:datum:EPSG::6259',
4823
            'bounding_box' => [[10.53, -6.04], [10.53, -5.05], [12.37, -5.05], [12.37, -6.04]],
4824
            'bounding_box_crosses_antimeridian' => false,
4825
        ],
4826
        'urn:ogc:def:crs:EPSG::4261' => [
4827
            'name' => 'Merchich',
4828
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4829
            'datum' => 'urn:ogc:def:datum:EPSG::6261',
4830
            'bounding_box' => [[-17.16, 20.71], [-17.16, 35.97], [-1.01, 35.97], [-1.01, 20.71]],
4831
            'bounding_box_crosses_antimeridian' => false,
4832
        ],
4833
        'urn:ogc:def:crs:EPSG::4262' => [
4834
            'name' => 'Massawa',
4835
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4836
            'datum' => 'urn:ogc:def:datum:EPSG::6262',
4837
            'bounding_box' => [[36.44, 12.36], [36.44, 18.1], [43.31, 18.1], [43.31, 12.36]],
4838
            'bounding_box_crosses_antimeridian' => false,
4839
        ],
4840
        'urn:ogc:def:crs:EPSG::4263' => [
4841
            'name' => 'Minna',
4842
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4843
            'datum' => 'urn:ogc:def:datum:EPSG::6263',
4844
            'bounding_box' => [[2.66, 1.92], [2.66, 13.9], [14.65, 13.9], [14.65, 1.92]],
4845
            'bounding_box_crosses_antimeridian' => false,
4846
        ],
4847
        'urn:ogc:def:crs:EPSG::4265' => [
4848
            'name' => 'Monte Mario',
4849
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4850
            'datum' => 'urn:ogc:def:datum:EPSG::6265',
4851
            'bounding_box' => [[5.93, 34.76], [5.93, 47.1], [18.99, 47.1], [18.99, 34.76]],
4852
            'bounding_box_crosses_antimeridian' => false,
4853
        ],
4854
        'urn:ogc:def:crs:EPSG::4266' => [
4855
            'name' => 'M\'poraloko',
4856
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4857
            'datum' => 'urn:ogc:def:datum:EPSG::6266',
4858
            'bounding_box' => [[7.03, -6.37], [7.03, 2.32], [14.52, 2.32], [14.52, -6.37]],
4859
            'bounding_box_crosses_antimeridian' => false,
4860
        ],
4861
        'urn:ogc:def:crs:EPSG::4267' => [
4862
            'name' => 'NAD27',
4863
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4864
            'datum' => 'urn:ogc:def:datum:EPSG::6267',
4865
            'bounding_box' => [[167.65, 7.15], [167.65, 83.17], [-47.74, 83.17], [-47.74, 7.15]],
4866
            'bounding_box_crosses_antimeridian' => true,
4867
        ],
4868
        'urn:ogc:def:crs:EPSG::4269' => [
4869
            'name' => 'NAD83',
4870
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4871
            'datum' => 'urn:ogc:def:datum:EPSG::6269',
4872
            'bounding_box' => [[167.65071105957, 14.928194130078], [167.65071105957, 86.453745196084], [-47.743430543984, 86.453745196084], [-47.743430543984, 14.928194130078]],
4873
            'bounding_box_crosses_antimeridian' => true,
4874
        ],
4875
        'urn:ogc:def:crs:EPSG::4270' => [
4876
            'name' => 'Nahrwan 1967',
4877
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4878
            'datum' => 'urn:ogc:def:datum:EPSG::6270',
4879
            'bounding_box' => [[50.55, 22.63], [50.55, 27.05], [57.13, 27.05], [57.13, 22.63]],
4880
            'bounding_box_crosses_antimeridian' => false,
4881
        ],
4882
        'urn:ogc:def:crs:EPSG::4271' => [
4883
            'name' => 'Naparima 1972',
4884
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4885
            'datum' => 'urn:ogc:def:datum:EPSG::6271',
4886
            'bounding_box' => [[-60.9, 11.08], [-60.9, 11.41], [-60.44, 11.41], [-60.44, 11.08]],
4887
            'bounding_box_crosses_antimeridian' => false,
4888
        ],
4889
        'urn:ogc:def:crs:EPSG::4272' => [
4890
            'name' => 'NZGD49',
4891
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4892
            'datum' => 'urn:ogc:def:datum:EPSG::6272',
4893
            'bounding_box' => [[165.87, -47.65], [165.87, -33.89], [179.27, -33.89], [179.27, -47.65]],
4894
            'bounding_box_crosses_antimeridian' => false,
4895
        ],
4896
        'urn:ogc:def:crs:EPSG::4273' => [
4897
            'name' => 'NGO 1948',
4898
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4899
            'datum' => 'urn:ogc:def:datum:EPSG::6273',
4900
            'bounding_box' => [[4.68, 57.93], [4.68, 71.20999999999999], [31.22, 71.20999999999999], [31.22, 57.93]],
4901
            'bounding_box_crosses_antimeridian' => false,
4902
        ],
4903
        'urn:ogc:def:crs:EPSG::4274' => [
4904
            'name' => 'Datum 73',
4905
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4906
            'datum' => 'urn:ogc:def:datum:EPSG::6274',
4907
            'bounding_box' => [[-9.56, 36.95], [-9.56, 42.16], [-6.19, 42.16], [-6.19, 36.95]],
4908
            'bounding_box_crosses_antimeridian' => false,
4909
        ],
4910
        'urn:ogc:def:crs:EPSG::4275' => [
4911
            'name' => 'NTF',
4912
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4913
            'datum' => 'urn:ogc:def:datum:EPSG::6275',
4914
            'bounding_box' => [[-4.87, 41.31], [-4.87, 51.14], [9.630000000000001, 51.14], [9.630000000000001, 41.31]],
4915
            'bounding_box_crosses_antimeridian' => false,
4916
        ],
4917
        'urn:ogc:def:crs:EPSG::4276' => [
4918
            'name' => 'NSWC 9Z-2',
4919
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4920
            'datum' => 'urn:ogc:def:datum:EPSG::6276',
4921
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
4922
            'bounding_box_crosses_antimeridian' => false,
4923
        ],
4924
        'urn:ogc:def:crs:EPSG::4277' => [
4925
            'name' => 'OSGB 1936',
4926
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4927
            'datum' => 'urn:ogc:def:datum:EPSG::6277',
4928
            'bounding_box' => [[-9.0, 49.75], [-9.0, 61.01], [2.01, 61.01], [2.01, 49.75]],
4929
            'bounding_box_crosses_antimeridian' => false,
4930
        ],
4931
        'urn:ogc:def:crs:EPSG::4278' => [
4932
            'name' => 'OSGB70',
4933
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4934
            'datum' => 'urn:ogc:def:datum:EPSG::6278',
4935
            'bounding_box' => [[-8.82, 49.79], [-8.82, 60.94], [1.92, 60.94], [1.92, 49.79]],
4936
            'bounding_box_crosses_antimeridian' => false,
4937
        ],
4938
        'urn:ogc:def:crs:EPSG::4279' => [
4939
            'name' => 'OS(SN)80',
4940
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4941
            'datum' => 'urn:ogc:def:datum:EPSG::6279',
4942
            'bounding_box' => [[-10.56, 49.81], [-10.56, 60.9], [1.84, 60.9], [1.84, 49.81]],
4943
            'bounding_box_crosses_antimeridian' => false,
4944
        ],
4945
        'urn:ogc:def:crs:EPSG::4281' => [
4946
            'name' => 'Palestine 1923',
4947
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4948
            'datum' => 'urn:ogc:def:datum:EPSG::6281',
4949
            'bounding_box' => [[34.17, 29.18], [34.17, 33.38], [39.31, 33.38], [39.31, 29.18]],
4950
            'bounding_box_crosses_antimeridian' => false,
4951
        ],
4952
        'urn:ogc:def:crs:EPSG::4282' => [
4953
            'name' => 'Pointe Noire',
4954
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4955
            'datum' => 'urn:ogc:def:datum:EPSG::6282',
4956
            'bounding_box' => [[8.84, -6.91], [8.84, 3.72], [18.65, 3.72], [18.65, -6.91]],
4957
            'bounding_box_crosses_antimeridian' => false,
4958
        ],
4959
        'urn:ogc:def:crs:EPSG::4283' => [
4960
            'name' => 'GDA94',
4961
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4962
            'datum' => 'urn:ogc:def:datum:EPSG::6283',
4963
            'bounding_box' => [[93.41, -60.56], [93.41, -8.470000000000001], [173.35, -8.470000000000001], [173.35, -60.56]],
4964
            'bounding_box_crosses_antimeridian' => false,
4965
        ],
4966
        'urn:ogc:def:crs:EPSG::4284' => [
4967
            'name' => 'Pulkovo 1942',
4968
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4969
            'datum' => 'urn:ogc:def:datum:EPSG::6284',
4970
            'bounding_box' => [[19.57, 35.14], [19.57, 81.91], [-168.97, 81.91], [-168.97, 35.14]],
4971
            'bounding_box_crosses_antimeridian' => true,
4972
        ],
4973
        'urn:ogc:def:crs:EPSG::4285' => [
4974
            'name' => 'Qatar 1974',
4975
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4976
            'datum' => 'urn:ogc:def:datum:EPSG::6285',
4977
            'bounding_box' => [[50.55, 24.55], [50.55, 27.05], [53.04, 27.05], [53.04, 24.55]],
4978
            'bounding_box_crosses_antimeridian' => false,
4979
        ],
4980
        'urn:ogc:def:crs:EPSG::4286' => [
4981
            'name' => 'Qatar 1948',
4982
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4983
            'datum' => 'urn:ogc:def:datum:EPSG::6286',
4984
            'bounding_box' => [[50.69, 24.55], [50.69, 26.2], [51.68, 26.2], [51.68, 24.55]],
4985
            'bounding_box_crosses_antimeridian' => false,
4986
        ],
4987
        'urn:ogc:def:crs:EPSG::4288' => [
4988
            'name' => 'Loma Quintana',
4989
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4990
            'datum' => 'urn:ogc:def:datum:EPSG::6288',
4991
            'bounding_box' => [[-73.38, 7.75], [-73.38, 12.25], [-59.8, 12.25], [-59.8, 7.75]],
4992
            'bounding_box_crosses_antimeridian' => false,
4993
        ],
4994
        'urn:ogc:def:crs:EPSG::4289' => [
4995
            'name' => 'Amersfoort',
4996
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
4997
            'datum' => 'urn:ogc:def:datum:EPSG::6289',
4998
            'bounding_box' => [[3.2, 50.75], [3.2, 53.7], [7.22, 53.7], [7.22, 50.75]],
4999
            'bounding_box_crosses_antimeridian' => false,
5000
        ],
5001
        'urn:ogc:def:crs:EPSG::4292' => [
5002
            'name' => 'Sapper Hill 1943',
5003
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5004
            'datum' => 'urn:ogc:def:datum:EPSG::6292',
5005
            'bounding_box' => [[-61.55, -52.51], [-61.55, -50.96], [-57.6, -50.96], [-57.6, -52.51]],
5006
            'bounding_box_crosses_antimeridian' => false,
5007
        ],
5008
        'urn:ogc:def:crs:EPSG::4293' => [
5009
            'name' => 'Schwarzeck',
5010
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5011
            'datum' => 'urn:ogc:def:datum:EPSG::6293',
5012
            'bounding_box' => [[8.24, -30.64], [8.24, -16.95], [25.27, -16.95], [25.27, -30.64]],
5013
            'bounding_box_crosses_antimeridian' => false,
5014
        ],
5015
        'urn:ogc:def:crs:EPSG::4295' => [
5016
            'name' => 'Serindung',
5017
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5018
            'datum' => 'urn:ogc:def:datum:EPSG::6295',
5019
            'bounding_box' => [[108.79, 0.06], [108.79, 2.13], [109.78, 2.13], [109.78, 0.06]],
5020
            'bounding_box_crosses_antimeridian' => false,
5021
        ],
5022
        'urn:ogc:def:crs:EPSG::4297' => [
5023
            'name' => 'Tananarive',
5024
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5025
            'datum' => 'urn:ogc:def:datum:EPSG::6297',
5026
            'bounding_box' => [[42.53, -26.59], [42.53, -11.69], [51.03, -11.69], [51.03, -26.59]],
5027
            'bounding_box_crosses_antimeridian' => false,
5028
        ],
5029
        'urn:ogc:def:crs:EPSG::4298' => [
5030
            'name' => 'Timbalai 1948',
5031
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5032
            'datum' => 'urn:ogc:def:datum:EPSG::6298',
5033
            'bounding_box' => [[109.31, 0.85], [109.31, 7.67], [119.61, 7.67], [119.61, 0.85]],
5034
            'bounding_box_crosses_antimeridian' => false,
5035
        ],
5036
        'urn:ogc:def:crs:EPSG::4299' => [
5037
            'name' => 'TM65',
5038
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5039
            'datum' => 'urn:ogc:def:datum:EPSG::6299',
5040
            'bounding_box' => [[-10.56, 51.39], [-10.56, 55.43], [-5.34, 55.43], [-5.34, 51.39]],
5041
            'bounding_box_crosses_antimeridian' => false,
5042
        ],
5043
        'urn:ogc:def:crs:EPSG::4300' => [
5044
            'name' => 'TM75',
5045
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5046
            'datum' => 'urn:ogc:def:datum:EPSG::6300',
5047
            'bounding_box' => [[-10.56, 51.39], [-10.56, 55.43], [-5.34, 55.43], [-5.34, 51.39]],
5048
            'bounding_box_crosses_antimeridian' => false,
5049
        ],
5050
        'urn:ogc:def:crs:EPSG::4301' => [
5051
            'name' => 'Tokyo',
5052
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5053
            'datum' => 'urn:ogc:def:datum:EPSG::6301',
5054
            'bounding_box' => [[122.83, 20.37], [122.83, 45.54], [154.05, 45.54], [154.05, 20.37]],
5055
            'bounding_box_crosses_antimeridian' => false,
5056
        ],
5057
        'urn:ogc:def:crs:EPSG::4302' => [
5058
            'name' => 'Trinidad 1903',
5059
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5060
            'datum' => 'urn:ogc:def:datum:EPSG::6302',
5061
            'bounding_box' => [[-62.09, 9.83], [-62.09, 11.51], [-60.0, 11.51], [-60.0, 9.83]],
5062
            'bounding_box_crosses_antimeridian' => false,
5063
        ],
5064
        'urn:ogc:def:crs:EPSG::4303' => [
5065
            'name' => 'TC(1948)',
5066
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5067
            'datum' => 'urn:ogc:def:datum:EPSG::6303',
5068
            'bounding_box' => [[51.56, 22.63], [51.56, 25.34], [56.03, 25.34], [56.03, 22.63]],
5069
            'bounding_box_crosses_antimeridian' => false,
5070
        ],
5071
        'urn:ogc:def:crs:EPSG::4304' => [
5072
            'name' => 'Voirol 1875',
5073
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5074
            'datum' => 'urn:ogc:def:datum:EPSG::6304',
5075
            'bounding_box' => [[-2.95, 31.99], [-2.95, 37.14], [9.09, 37.14], [9.09, 31.99]],
5076
            'bounding_box_crosses_antimeridian' => false,
5077
        ],
5078
        'urn:ogc:def:crs:EPSG::4306' => [
5079
            'name' => 'Bern 1938',
5080
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5081
            'datum' => 'urn:ogc:def:datum:EPSG::6306',
5082
            'bounding_box' => [[5.96, 45.82], [5.96, 47.81], [10.49, 47.81], [10.49, 45.82]],
5083
            'bounding_box_crosses_antimeridian' => false,
5084
        ],
5085
        'urn:ogc:def:crs:EPSG::4307' => [
5086
            'name' => 'Nord Sahara 1959',
5087
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5088
            'datum' => 'urn:ogc:def:datum:EPSG::6307',
5089
            'bounding_box' => [[-8.67, 18.97], [-8.67, 38.8], [11.99, 38.8], [11.99, 18.97]],
5090
            'bounding_box_crosses_antimeridian' => false,
5091
        ],
5092
        'urn:ogc:def:crs:EPSG::4308' => [
5093
            'name' => 'RT38',
5094
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5095
            'datum' => 'urn:ogc:def:datum:EPSG::6308',
5096
            'bounding_box' => [[10.93, 55.28], [10.93, 69.06999999999999], [24.17, 69.06999999999999], [24.17, 55.28]],
5097
            'bounding_box_crosses_antimeridian' => false,
5098
        ],
5099
        'urn:ogc:def:crs:EPSG::4309' => [
5100
            'name' => 'Yacare',
5101
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5102
            'datum' => 'urn:ogc:def:datum:EPSG::6309',
5103
            'bounding_box' => [[-58.49, -35.0], [-58.49, -30.09], [-53.09, -30.09], [-53.09, -35.0]],
5104
            'bounding_box_crosses_antimeridian' => false,
5105
        ],
5106
        'urn:ogc:def:crs:EPSG::4310' => [
5107
            'name' => 'Yoff',
5108
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5109
            'datum' => 'urn:ogc:def:datum:EPSG::6310',
5110
            'bounding_box' => [[-20.22, 10.64], [-20.22, 16.7], [-11.36, 16.7], [-11.36, 10.64]],
5111
            'bounding_box_crosses_antimeridian' => false,
5112
        ],
5113
        'urn:ogc:def:crs:EPSG::4311' => [
5114
            'name' => 'Zanderij',
5115
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5116
            'datum' => 'urn:ogc:def:datum:EPSG::6311',
5117
            'bounding_box' => [[-58.08, 1.83], [-58.08, 9.35], [-52.66, 9.35], [-52.66, 1.83]],
5118
            'bounding_box_crosses_antimeridian' => false,
5119
        ],
5120
        'urn:ogc:def:crs:EPSG::4312' => [
5121
            'name' => 'MGI',
5122
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5123
            'datum' => 'urn:ogc:def:datum:EPSG::6312',
5124
            'bounding_box' => [[9.529999999999999, 46.4], [9.529999999999999, 49.02], [17.17, 49.02], [17.17, 46.4]],
5125
            'bounding_box_crosses_antimeridian' => false,
5126
        ],
5127
        'urn:ogc:def:crs:EPSG::4313' => [
5128
            'name' => 'Belge 1972',
5129
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5130
            'datum' => 'urn:ogc:def:datum:EPSG::6313',
5131
            'bounding_box' => [[2.5, 49.5], [2.5, 51.51], [6.4, 51.51], [6.4, 49.5]],
5132
            'bounding_box_crosses_antimeridian' => false,
5133
        ],
5134
        'urn:ogc:def:crs:EPSG::4314' => [
5135
            'name' => 'DHDN',
5136
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5137
            'datum' => 'urn:ogc:def:datum:EPSG::6314',
5138
            'bounding_box' => [[5.87, 47.27], [5.87, 55.09], [13.84, 55.09], [13.84, 47.27]],
5139
            'bounding_box_crosses_antimeridian' => false,
5140
        ],
5141
        'urn:ogc:def:crs:EPSG::4315' => [
5142
            'name' => 'Conakry 1905',
5143
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5144
            'datum' => 'urn:ogc:def:datum:EPSG::6315',
5145
            'bounding_box' => [[-15.13, 7.19], [-15.13, 12.68], [-7.65, 12.68], [-7.65, 7.19]],
5146
            'bounding_box_crosses_antimeridian' => false,
5147
        ],
5148
        'urn:ogc:def:crs:EPSG::4316' => [
5149
            'name' => 'Dealul Piscului 1930',
5150
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5151
            'datum' => 'urn:ogc:def:datum:EPSG::6316',
5152
            'bounding_box' => [[20.26, 43.62], [20.26, 48.27], [29.74, 48.27], [29.74, 43.62]],
5153
            'bounding_box_crosses_antimeridian' => false,
5154
        ],
5155
        'urn:ogc:def:crs:EPSG::4318' => [
5156
            'name' => 'NGN',
5157
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5158
            'datum' => 'urn:ogc:def:datum:EPSG::6318',
5159
            'bounding_box' => [[46.54, 28.53], [46.54, 30.09], [48.48, 30.09], [48.48, 28.53]],
5160
            'bounding_box_crosses_antimeridian' => false,
5161
        ],
5162
        'urn:ogc:def:crs:EPSG::4319' => [
5163
            'name' => 'KUDAMS',
5164
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5165
            'datum' => 'urn:ogc:def:datum:EPSG::6319',
5166
            'bounding_box' => [[47.78, 29.17], [47.78, 29.45], [48.16, 29.45], [48.16, 29.17]],
5167
            'bounding_box_crosses_antimeridian' => false,
5168
        ],
5169
        'urn:ogc:def:crs:EPSG::4322' => [
5170
            'name' => 'WGS 72',
5171
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5172
            'datum' => 'urn:ogc:def:datum:EPSG::6322',
5173
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
5174
            'bounding_box_crosses_antimeridian' => false,
5175
        ],
5176
        'urn:ogc:def:crs:EPSG::4324' => [
5177
            'name' => 'WGS 72BE',
5178
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5179
            'datum' => 'urn:ogc:def:datum:EPSG::6324',
5180
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
5181
            'bounding_box_crosses_antimeridian' => false,
5182
        ],
5183
        'urn:ogc:def:crs:EPSG::4326' => [
5184
            'name' => 'WGS 84',
5185
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5186
            'datum' => 'urn:ogc:def:datum:EPSG::6326',
5187
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
5188
            'bounding_box_crosses_antimeridian' => false,
5189
        ],
5190
        'urn:ogc:def:crs:EPSG::4463' => [
5191
            'name' => 'RGSPM06',
5192
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5193
            'datum' => 'urn:ogc:def:datum:EPSG::1038',
5194
            'bounding_box' => [[-57.1, 43.41], [-57.1, 47.37], [-55.9, 47.37], [-55.9, 43.41]],
5195
            'bounding_box_crosses_antimeridian' => false,
5196
        ],
5197
        'urn:ogc:def:crs:EPSG::4470' => [
5198
            'name' => 'RGM04',
5199
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5200
            'datum' => 'urn:ogc:def:datum:EPSG::1036',
5201
            'bounding_box' => [[43.68, -14.49], [43.68, -11.33], [46.7, -11.33], [46.7, -14.49]],
5202
            'bounding_box_crosses_antimeridian' => false,
5203
        ],
5204
        'urn:ogc:def:crs:EPSG::4475' => [
5205
            'name' => 'Cadastre 1997',
5206
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5207
            'datum' => 'urn:ogc:def:datum:EPSG::1037',
5208
            'bounding_box' => [[44.98, -13.05], [44.98, -12.61], [45.35, -12.61], [45.35, -13.05]],
5209
            'bounding_box_crosses_antimeridian' => false,
5210
        ],
5211
        'urn:ogc:def:crs:EPSG::4483' => [
5212
            'name' => 'Mexico ITRF92',
5213
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5214
            'datum' => 'urn:ogc:def:datum:EPSG::1042',
5215
            'bounding_box' => [[-122.19, 12.1], [-122.19, 32.72], [-84.64, 32.72], [-84.64, 12.1]],
5216
            'bounding_box_crosses_antimeridian' => false,
5217
        ],
5218
        'urn:ogc:def:crs:EPSG::4490' => [
5219
            'name' => 'China Geodetic Coordinate System 2000',
5220
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5221
            'datum' => 'urn:ogc:def:datum:EPSG::1043',
5222
            'bounding_box' => [[73.62, 16.7], [73.62, 53.56], [134.77, 53.56], [134.77, 16.7]],
5223
            'bounding_box_crosses_antimeridian' => false,
5224
        ],
5225
        'urn:ogc:def:crs:EPSG::4555' => [
5226
            'name' => 'New Beijing',
5227
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5228
            'datum' => 'urn:ogc:def:datum:EPSG::1045',
5229
            'bounding_box' => [[73.62, 18.11], [73.62, 53.56], [134.77, 53.56], [134.77, 18.11]],
5230
            'bounding_box_crosses_antimeridian' => false,
5231
        ],
5232
        'urn:ogc:def:crs:EPSG::4558' => [
5233
            'name' => 'RRAF 1991',
5234
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5235
            'datum' => 'urn:ogc:def:datum:EPSG::1047',
5236
            'bounding_box' => [[-63.66, 14.08], [-63.66, 18.54], [-57.52, 18.54], [-57.52, 14.08]],
5237
            'bounding_box_crosses_antimeridian' => false,
5238
        ],
5239
        'urn:ogc:def:crs:EPSG::4600' => [
5240
            'name' => 'Anguilla 1957',
5241
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5242
            'datum' => 'urn:ogc:def:datum:EPSG::6600',
5243
            'bounding_box' => [[-63.22, 18.11], [-63.22, 18.33], [-62.92, 18.33], [-62.92, 18.11]],
5244
            'bounding_box_crosses_antimeridian' => false,
5245
        ],
5246
        'urn:ogc:def:crs:EPSG::4601' => [
5247
            'name' => 'Antigua 1943',
5248
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5249
            'datum' => 'urn:ogc:def:datum:EPSG::6601',
5250
            'bounding_box' => [[-61.95, 16.94], [-61.95, 17.22], [-61.61, 17.22], [-61.61, 16.94]],
5251
            'bounding_box_crosses_antimeridian' => false,
5252
        ],
5253
        'urn:ogc:def:crs:EPSG::4602' => [
5254
            'name' => 'Dominica 1945',
5255
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5256
            'datum' => 'urn:ogc:def:datum:EPSG::6602',
5257
            'bounding_box' => [[-61.55, 15.14], [-61.55, 15.69], [-61.2, 15.69], [-61.2, 15.14]],
5258
            'bounding_box_crosses_antimeridian' => false,
5259
        ],
5260
        'urn:ogc:def:crs:EPSG::4603' => [
5261
            'name' => 'Grenada 1953',
5262
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5263
            'datum' => 'urn:ogc:def:datum:EPSG::6603',
5264
            'bounding_box' => [[-61.84, 11.94], [-61.84, 12.57], [-61.35, 12.57], [-61.35, 11.94]],
5265
            'bounding_box_crosses_antimeridian' => false,
5266
        ],
5267
        'urn:ogc:def:crs:EPSG::4604' => [
5268
            'name' => 'Montserrat 1958',
5269
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5270
            'datum' => 'urn:ogc:def:datum:EPSG::6604',
5271
            'bounding_box' => [[-62.29, 16.62], [-62.29, 16.87], [-62.08, 16.87], [-62.08, 16.62]],
5272
            'bounding_box_crosses_antimeridian' => false,
5273
        ],
5274
        'urn:ogc:def:crs:EPSG::4605' => [
5275
            'name' => 'St. Kitts 1955',
5276
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5277
            'datum' => 'urn:ogc:def:datum:EPSG::6605',
5278
            'bounding_box' => [[-62.92, 17.06], [-62.92, 17.46], [-62.5, 17.46], [-62.5, 17.06]],
5279
            'bounding_box_crosses_antimeridian' => false,
5280
        ],
5281
        'urn:ogc:def:crs:EPSG::4606' => [
5282
            'name' => 'St. Lucia 1955',
5283
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5284
            'datum' => 'urn:ogc:def:datum:EPSG::6606',
5285
            'bounding_box' => [[-61.13, 13.66], [-61.13, 14.16], [-60.82, 14.16], [-60.82, 13.66]],
5286
            'bounding_box_crosses_antimeridian' => false,
5287
        ],
5288
        'urn:ogc:def:crs:EPSG::4607' => [
5289
            'name' => 'St. Vincent 1945',
5290
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5291
            'datum' => 'urn:ogc:def:datum:EPSG::6607',
5292
            'bounding_box' => [[-61.52, 12.54], [-61.52, 13.44], [-61.07, 13.44], [-61.07, 12.54]],
5293
            'bounding_box_crosses_antimeridian' => false,
5294
        ],
5295
        'urn:ogc:def:crs:EPSG::4608' => [
5296
            'name' => 'NAD27(76)',
5297
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5298
            'datum' => 'urn:ogc:def:datum:EPSG::6608',
5299
            'bounding_box' => [[-95.16, 41.67], [-95.16, 56.9], [-74.34999999999999, 56.9], [-74.34999999999999, 41.67]],
5300
            'bounding_box_crosses_antimeridian' => false,
5301
        ],
5302
        'urn:ogc:def:crs:EPSG::4609' => [
5303
            'name' => 'NAD27(CGQ77)',
5304
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5305
            'datum' => 'urn:ogc:def:datum:EPSG::6609',
5306
            'bounding_box' => [[-79.84999999999999, 44.99], [-79.84999999999999, 62.62], [-57.1, 62.62], [-57.1, 44.99]],
5307
            'bounding_box_crosses_antimeridian' => false,
5308
        ],
5309
        'urn:ogc:def:crs:EPSG::4610' => [
5310
            'name' => 'Xian 1980',
5311
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5312
            'datum' => 'urn:ogc:def:datum:EPSG::6610',
5313
            'bounding_box' => [[73.62, 18.11], [73.62, 53.56], [134.77, 53.56], [134.77, 18.11]],
5314
            'bounding_box_crosses_antimeridian' => false,
5315
        ],
5316
        'urn:ogc:def:crs:EPSG::4611' => [
5317
            'name' => 'Hong Kong 1980',
5318
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5319
            'datum' => 'urn:ogc:def:datum:EPSG::6611',
5320
            'bounding_box' => [[113.76, 22.13], [113.76, 22.58], [114.51, 22.58], [114.51, 22.13]],
5321
            'bounding_box_crosses_antimeridian' => false,
5322
        ],
5323
        'urn:ogc:def:crs:EPSG::4612' => [
5324
            'name' => 'JGD2000',
5325
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5326
            'datum' => 'urn:ogc:def:datum:EPSG::6612',
5327
            'bounding_box' => [[122.38, 17.09], [122.38, 46.05], [157.65, 46.05], [157.65, 17.09]],
5328
            'bounding_box_crosses_antimeridian' => false,
5329
        ],
5330
        'urn:ogc:def:crs:EPSG::4613' => [
5331
            'name' => 'Segara',
5332
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5333
            'datum' => 'urn:ogc:def:datum:EPSG::6613',
5334
            'bounding_box' => [[114.55, -4.24], [114.55, 4.29], [119.06, 4.29], [119.06, -4.24]],
5335
            'bounding_box_crosses_antimeridian' => false,
5336
        ],
5337
        'urn:ogc:def:crs:EPSG::4614' => [
5338
            'name' => 'QND95',
5339
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5340
            'datum' => 'urn:ogc:def:datum:EPSG::6614',
5341
            'bounding_box' => [[50.69, 24.55], [50.69, 26.2], [51.68, 26.2], [51.68, 24.55]],
5342
            'bounding_box_crosses_antimeridian' => false,
5343
        ],
5344
        'urn:ogc:def:crs:EPSG::4615' => [
5345
            'name' => 'Porto Santo',
5346
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5347
            'datum' => 'urn:ogc:def:datum:EPSG::6615',
5348
            'bounding_box' => [[-17.31, 32.35], [-17.31, 33.15], [-16.23, 33.15], [-16.23, 32.35]],
5349
            'bounding_box_crosses_antimeridian' => false,
5350
        ],
5351
        'urn:ogc:def:crs:EPSG::4616' => [
5352
            'name' => 'Selvagem Grande',
5353
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5354
            'datum' => 'urn:ogc:def:datum:EPSG::6616',
5355
            'bounding_box' => [[-16.11, 29.98], [-16.11, 30.21], [-15.79, 30.21], [-15.79, 29.98]],
5356
            'bounding_box_crosses_antimeridian' => false,
5357
        ],
5358
        'urn:ogc:def:crs:EPSG::4617' => [
5359
            'name' => 'NAD83(CSRS)',
5360
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5361
            'datum' => 'urn:ogc:def:datum:EPSG::6140',
5362
            'bounding_box' => [[-141.01, 40.04], [-141.01, 86.45999999999999], [-47.74, 86.45999999999999], [-47.74, 40.04]],
5363
            'bounding_box_crosses_antimeridian' => false,
5364
        ],
5365
        'urn:ogc:def:crs:EPSG::4618' => [
5366
            'name' => 'SAD69',
5367
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5368
            'datum' => 'urn:ogc:def:datum:EPSG::6618',
5369
            'bounding_box' => [[-91.72, -55.96], [-91.72, 12.52], [-25.28, 12.52], [-25.28, -55.96]],
5370
            'bounding_box_crosses_antimeridian' => false,
5371
        ],
5372
        'urn:ogc:def:crs:EPSG::4619' => [
5373
            'name' => 'SWEREF99',
5374
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5375
            'datum' => 'urn:ogc:def:datum:EPSG::6619',
5376
            'bounding_box' => [[10.03, 54.96], [10.03, 69.06999999999999], [24.17, 69.06999999999999], [24.17, 54.96]],
5377
            'bounding_box_crosses_antimeridian' => false,
5378
        ],
5379
        'urn:ogc:def:crs:EPSG::4620' => [
5380
            'name' => 'Point 58',
5381
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5382
            'datum' => 'urn:ogc:def:datum:EPSG::6620',
5383
            'bounding_box' => [[-17.19, 10.26], [-17.19, 15.7], [30.42, 15.7], [30.42, 10.26]],
5384
            'bounding_box_crosses_antimeridian' => false,
5385
        ],
5386
        'urn:ogc:def:crs:EPSG::4621' => [
5387
            'name' => 'Fort Marigot',
5388
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5389
            'datum' => 'urn:ogc:def:datum:EPSG::6621',
5390
            'bounding_box' => [[-63.21, 17.82], [-63.21, 18.17], [-62.73, 18.17], [-62.73, 17.82]],
5391
            'bounding_box_crosses_antimeridian' => false,
5392
        ],
5393
        'urn:ogc:def:crs:EPSG::4622' => [
5394
            'name' => 'Guadeloupe 1948',
5395
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5396
            'datum' => 'urn:ogc:def:datum:EPSG::6622',
5397
            'bounding_box' => [[-61.85, 15.8], [-61.85, 16.55], [-60.97, 16.55], [-60.97, 15.8]],
5398
            'bounding_box_crosses_antimeridian' => false,
5399
        ],
5400
        'urn:ogc:def:crs:EPSG::4623' => [
5401
            'name' => 'CSG67',
5402
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5403
            'datum' => 'urn:ogc:def:datum:EPSG::6623',
5404
            'bounding_box' => [[-54.45, 3.43], [-54.45, 5.81], [-51.61, 5.81], [-51.61, 3.43]],
5405
            'bounding_box_crosses_antimeridian' => false,
5406
        ],
5407
        'urn:ogc:def:crs:EPSG::4624' => [
5408
            'name' => 'RGFG95',
5409
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5410
            'datum' => 'urn:ogc:def:datum:EPSG::6624',
5411
            'bounding_box' => [[-54.61, 2.11], [-54.61, 8.880000000000001], [-49.45, 8.880000000000001], [-49.45, 2.11]],
5412
            'bounding_box_crosses_antimeridian' => false,
5413
        ],
5414
        'urn:ogc:def:crs:EPSG::4625' => [
5415
            'name' => 'Martinique 1938',
5416
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5417
            'datum' => 'urn:ogc:def:datum:EPSG::6625',
5418
            'bounding_box' => [[-61.29, 14.35], [-61.29, 14.93], [-60.76, 14.93], [-60.76, 14.35]],
5419
            'bounding_box_crosses_antimeridian' => false,
5420
        ],
5421
        'urn:ogc:def:crs:EPSG::4626' => [
5422
            'name' => 'Reunion 1947',
5423
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5424
            'datum' => 'urn:ogc:def:datum:EPSG::6626',
5425
            'bounding_box' => [[55.16, -21.42], [55.16, -20.81], [55.91, -20.81], [55.91, -21.42]],
5426
            'bounding_box_crosses_antimeridian' => false,
5427
        ],
5428
        'urn:ogc:def:crs:EPSG::4627' => [
5429
            'name' => 'RGR92',
5430
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5431
            'datum' => 'urn:ogc:def:datum:EPSG::6627',
5432
            'bounding_box' => [[51.83, -24.72], [51.83, -18.28], [58.24, -18.28], [58.24, -24.72]],
5433
            'bounding_box_crosses_antimeridian' => false,
5434
        ],
5435
        'urn:ogc:def:crs:EPSG::4628' => [
5436
            'name' => 'Tahiti 52',
5437
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5438
            'datum' => 'urn:ogc:def:datum:EPSG::6628',
5439
            'bounding_box' => [[-150.0, -17.93], [-150.0, -17.41], [-149.11, -17.41], [-149.11, -17.93]],
5440
            'bounding_box_crosses_antimeridian' => false,
5441
        ],
5442
        'urn:ogc:def:crs:EPSG::4629' => [
5443
            'name' => 'Tahaa 54',
5444
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5445
            'datum' => 'urn:ogc:def:datum:EPSG::6629',
5446
            'bounding_box' => [[-151.91, -16.96], [-151.91, -16.17], [-150.89, -16.17], [-150.89, -16.96]],
5447
            'bounding_box_crosses_antimeridian' => false,
5448
        ],
5449
        'urn:ogc:def:crs:EPSG::4630' => [
5450
            'name' => 'IGN72 Nuku Hiva',
5451
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5452
            'datum' => 'urn:ogc:def:datum:EPSG::6630',
5453
            'bounding_box' => [[-140.31, -9.57], [-140.31, -8.720000000000001], [-139.44, -8.720000000000001], [-139.44, -9.57]],
5454
            'bounding_box_crosses_antimeridian' => false,
5455
        ],
5456
        'urn:ogc:def:crs:EPSG::4632' => [
5457
            'name' => 'Combani 1950',
5458
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5459
            'datum' => 'urn:ogc:def:datum:EPSG::6632',
5460
            'bounding_box' => [[44.98, -13.05], [44.98, -12.61], [45.35, -12.61], [45.35, -13.05]],
5461
            'bounding_box_crosses_antimeridian' => false,
5462
        ],
5463
        'urn:ogc:def:crs:EPSG::4633' => [
5464
            'name' => 'IGN56 Lifou',
5465
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5466
            'datum' => 'urn:ogc:def:datum:EPSG::6633',
5467
            'bounding_box' => [[166.98, -21.24], [166.98, -20.62], [167.52, -20.62], [167.52, -21.24]],
5468
            'bounding_box_crosses_antimeridian' => false,
5469
        ],
5470
        'urn:ogc:def:crs:EPSG::4636' => [
5471
            'name' => 'Petrels 1972',
5472
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5473
            'datum' => 'urn:ogc:def:datum:EPSG::6636',
5474
            'bounding_box' => [[139.44, -66.78], [139.44, -66.09999999999999], [141.5, -66.09999999999999], [141.5, -66.78]],
5475
            'bounding_box_crosses_antimeridian' => false,
5476
        ],
5477
        'urn:ogc:def:crs:EPSG::4637' => [
5478
            'name' => 'Perroud 1950',
5479
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5480
            'datum' => 'urn:ogc:def:datum:EPSG::6637',
5481
            'bounding_box' => [[136.0, -67.13], [136.0, -65.61], [142.0, -65.61], [142.0, -67.13]],
5482
            'bounding_box_crosses_antimeridian' => false,
5483
        ],
5484
        'urn:ogc:def:crs:EPSG::4638' => [
5485
            'name' => 'Saint Pierre et Miquelon 1950',
5486
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5487
            'datum' => 'urn:ogc:def:datum:EPSG::6638',
5488
            'bounding_box' => [[-56.48, 46.69], [-56.48, 47.19], [-56.07, 47.19], [-56.07, 46.69]],
5489
            'bounding_box_crosses_antimeridian' => false,
5490
        ],
5491
        'urn:ogc:def:crs:EPSG::4639' => [
5492
            'name' => 'MOP78',
5493
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5494
            'datum' => 'urn:ogc:def:datum:EPSG::6639',
5495
            'bounding_box' => [[-176.25, -13.41], [-176.25, -13.16], [-176.07, -13.16], [-176.07, -13.41]],
5496
            'bounding_box_crosses_antimeridian' => false,
5497
        ],
5498
        'urn:ogc:def:crs:EPSG::4641' => [
5499
            'name' => 'IGN53 Mare',
5500
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5501
            'datum' => 'urn:ogc:def:datum:EPSG::6641',
5502
            'bounding_box' => [[167.75, -21.71], [167.75, -21.32], [168.19, -21.32], [168.19, -21.71]],
5503
            'bounding_box_crosses_antimeridian' => false,
5504
        ],
5505
        'urn:ogc:def:crs:EPSG::4642' => [
5506
            'name' => 'ST84 Ile des Pins',
5507
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5508
            'datum' => 'urn:ogc:def:datum:EPSG::6642',
5509
            'bounding_box' => [[167.36, -22.73], [167.36, -22.49], [167.61, -22.49], [167.61, -22.73]],
5510
            'bounding_box_crosses_antimeridian' => false,
5511
        ],
5512
        'urn:ogc:def:crs:EPSG::4643' => [
5513
            'name' => 'ST71 Belep',
5514
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5515
            'datum' => 'urn:ogc:def:datum:EPSG::6643',
5516
            'bounding_box' => [[163.54, -19.85], [163.54, -19.5], [163.75, -19.5], [163.75, -19.85]],
5517
            'bounding_box_crosses_antimeridian' => false,
5518
        ],
5519
        'urn:ogc:def:crs:EPSG::4644' => [
5520
            'name' => 'NEA74 Noumea',
5521
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5522
            'datum' => 'urn:ogc:def:datum:EPSG::6644',
5523
            'bounding_box' => [[166.35, -22.37], [166.35, -22.19], [166.54, -22.19], [166.54, -22.37]],
5524
            'bounding_box_crosses_antimeridian' => false,
5525
        ],
5526
        'urn:ogc:def:crs:EPSG::4646' => [
5527
            'name' => 'Grand Comoros',
5528
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5529
            'datum' => 'urn:ogc:def:datum:EPSG::6646',
5530
            'bounding_box' => [[43.16, -11.99], [43.16, -11.31], [43.55, -11.31], [43.55, -11.99]],
5531
            'bounding_box_crosses_antimeridian' => false,
5532
        ],
5533
        'urn:ogc:def:crs:EPSG::4657' => [
5534
            'name' => 'Reykjavik 1900',
5535
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5536
            'datum' => 'urn:ogc:def:datum:EPSG::6657',
5537
            'bounding_box' => [[-24.66, 63.34], [-24.66, 66.59], [-13.38, 66.59], [-13.38, 63.34]],
5538
            'bounding_box_crosses_antimeridian' => false,
5539
        ],
5540
        'urn:ogc:def:crs:EPSG::4658' => [
5541
            'name' => 'Hjorsey 1955',
5542
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5543
            'datum' => 'urn:ogc:def:datum:EPSG::6658',
5544
            'bounding_box' => [[-24.66, 63.34], [-24.66, 66.59], [-13.38, 66.59], [-13.38, 63.34]],
5545
            'bounding_box_crosses_antimeridian' => false,
5546
        ],
5547
        'urn:ogc:def:crs:EPSG::4659' => [
5548
            'name' => 'ISN93',
5549
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5550
            'datum' => 'urn:ogc:def:datum:EPSG::6659',
5551
            'bounding_box' => [[-30.87, 59.96], [-30.87, 69.59], [-5.55, 69.59], [-5.55, 59.96]],
5552
            'bounding_box_crosses_antimeridian' => false,
5553
        ],
5554
        'urn:ogc:def:crs:EPSG::4660' => [
5555
            'name' => 'Helle 1954',
5556
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5557
            'datum' => 'urn:ogc:def:datum:EPSG::6660',
5558
            'bounding_box' => [[-9.17, 70.75], [-9.17, 71.23999999999999], [-7.87, 71.23999999999999], [-7.87, 70.75]],
5559
            'bounding_box_crosses_antimeridian' => false,
5560
        ],
5561
        'urn:ogc:def:crs:EPSG::4661' => [
5562
            'name' => 'LKS92',
5563
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5564
            'datum' => 'urn:ogc:def:datum:EPSG::6661',
5565
            'bounding_box' => [[19.06, 55.67], [19.06, 58.09], [28.24, 58.09], [28.24, 55.67]],
5566
            'bounding_box_crosses_antimeridian' => false,
5567
        ],
5568
        'urn:ogc:def:crs:EPSG::4662' => [
5569
            'name' => 'IGN72 Grande Terre',
5570
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5571
            'datum' => 'urn:ogc:def:datum:EPSG::6634',
5572
            'bounding_box' => [[163.92, -22.45], [163.92, -20.03], [167.09, -20.03], [167.09, -22.45]],
5573
            'bounding_box_crosses_antimeridian' => false,
5574
        ],
5575
        'urn:ogc:def:crs:EPSG::4663' => [
5576
            'name' => 'Porto Santo 1995',
5577
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5578
            'datum' => 'urn:ogc:def:datum:EPSG::6663',
5579
            'bounding_box' => [[-17.31, 32.35], [-17.31, 33.15], [-16.23, 33.15], [-16.23, 32.35]],
5580
            'bounding_box_crosses_antimeridian' => false,
5581
        ],
5582
        'urn:ogc:def:crs:EPSG::4664' => [
5583
            'name' => 'Azores Oriental 1995',
5584
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5585
            'datum' => 'urn:ogc:def:datum:EPSG::6664',
5586
            'bounding_box' => [[-25.92, 36.87], [-25.92, 37.96], [-24.62, 37.96], [-24.62, 36.87]],
5587
            'bounding_box_crosses_antimeridian' => false,
5588
        ],
5589
        'urn:ogc:def:crs:EPSG::4665' => [
5590
            'name' => 'Azores Central 1995',
5591
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5592
            'datum' => 'urn:ogc:def:datum:EPSG::6665',
5593
            'bounding_box' => [[-28.9, 38.32], [-28.9, 39.14], [-26.97, 39.14], [-26.97, 38.32]],
5594
            'bounding_box_crosses_antimeridian' => false,
5595
        ],
5596
        'urn:ogc:def:crs:EPSG::4666' => [
5597
            'name' => 'Lisbon 1890',
5598
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5599
            'datum' => 'urn:ogc:def:datum:EPSG::6666',
5600
            'bounding_box' => [[-9.56, 36.95], [-9.56, 42.16], [-6.19, 42.16], [-6.19, 36.95]],
5601
            'bounding_box_crosses_antimeridian' => false,
5602
        ],
5603
        'urn:ogc:def:crs:EPSG::4667' => [
5604
            'name' => 'IKBD-92',
5605
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5606
            'datum' => 'urn:ogc:def:datum:EPSG::6667',
5607
            'bounding_box' => [[46.36, 29.06], [46.36, 30.32], [48.61, 30.32], [48.61, 29.06]],
5608
            'bounding_box_crosses_antimeridian' => false,
5609
        ],
5610
        'urn:ogc:def:crs:EPSG::4668' => [
5611
            'name' => 'ED79',
5612
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5613
            'datum' => 'urn:ogc:def:datum:EPSG::6668',
5614
            'bounding_box' => [[-10.555896938101, 34.880534471998], [-10.555896938101, 84.722623821813], [38.0, 84.722623821813], [38.0, 34.880534471998]],
5615
            'bounding_box_crosses_antimeridian' => false,
5616
        ],
5617
        'urn:ogc:def:crs:EPSG::4669' => [
5618
            'name' => 'LKS94',
5619
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5620
            'datum' => 'urn:ogc:def:datum:EPSG::6126',
5621
            'bounding_box' => [[19.02, 53.89], [19.02, 56.45], [26.82, 56.45], [26.82, 53.89]],
5622
            'bounding_box_crosses_antimeridian' => false,
5623
        ],
5624
        'urn:ogc:def:crs:EPSG::4670' => [
5625
            'name' => 'IGM95',
5626
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5627
            'datum' => 'urn:ogc:def:datum:EPSG::6670',
5628
            'bounding_box' => [[5.93, 34.76], [5.93, 47.1], [18.99, 47.1], [18.99, 34.76]],
5629
            'bounding_box_crosses_antimeridian' => false,
5630
        ],
5631
        'urn:ogc:def:crs:EPSG::4671' => [
5632
            'name' => 'Voirol 1879',
5633
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5634
            'datum' => 'urn:ogc:def:datum:EPSG::6671',
5635
            'bounding_box' => [[-2.95, 31.99], [-2.95, 37.14], [9.09, 37.14], [9.09, 31.99]],
5636
            'bounding_box_crosses_antimeridian' => false,
5637
        ],
5638
        'urn:ogc:def:crs:EPSG::4672' => [
5639
            'name' => 'Chatham Islands 1971',
5640
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5641
            'datum' => 'urn:ogc:def:datum:EPSG::6672',
5642
            'bounding_box' => [[-177.25, -44.64], [-177.25, -43.3], [-175.54, -43.3], [-175.54, -44.64]],
5643
            'bounding_box_crosses_antimeridian' => false,
5644
        ],
5645
        'urn:ogc:def:crs:EPSG::4673' => [
5646
            'name' => 'Chatham Islands 1979',
5647
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5648
            'datum' => 'urn:ogc:def:datum:EPSG::6673',
5649
            'bounding_box' => [[-177.25, -44.64], [-177.25, -43.3], [-175.54, -43.3], [-175.54, -44.64]],
5650
            'bounding_box_crosses_antimeridian' => false,
5651
        ],
5652
        'urn:ogc:def:crs:EPSG::4674' => [
5653
            'name' => 'SIRGAS 2000',
5654
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5655
            'datum' => 'urn:ogc:def:datum:EPSG::6674',
5656
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
5657
            'bounding_box_crosses_antimeridian' => false,
5658
        ],
5659
        'urn:ogc:def:crs:EPSG::4675' => [
5660
            'name' => 'Guam 1963',
5661
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5662
            'datum' => 'urn:ogc:def:datum:EPSG::6675',
5663
            'bounding_box' => [[144.58, 13.18], [144.58, 20.61], [146.12, 20.61], [146.12, 13.18]],
5664
            'bounding_box_crosses_antimeridian' => false,
5665
        ],
5666
        'urn:ogc:def:crs:EPSG::4676' => [
5667
            'name' => 'Vientiane 1982',
5668
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5669
            'datum' => 'urn:ogc:def:datum:EPSG::6676',
5670
            'bounding_box' => [[100.09, 13.92], [100.09, 22.5], [107.64, 22.5], [107.64, 13.92]],
5671
            'bounding_box_crosses_antimeridian' => false,
5672
        ],
5673
        'urn:ogc:def:crs:EPSG::4677' => [
5674
            'name' => 'Lao 1993',
5675
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5676
            'datum' => 'urn:ogc:def:datum:EPSG::6677',
5677
            'bounding_box' => [[100.09, 13.92], [100.09, 22.5], [107.64, 22.5], [107.64, 13.92]],
5678
            'bounding_box_crosses_antimeridian' => false,
5679
        ],
5680
        'urn:ogc:def:crs:EPSG::4678' => [
5681
            'name' => 'Lao 1997',
5682
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5683
            'datum' => 'urn:ogc:def:datum:EPSG::6678',
5684
            'bounding_box' => [[100.09, 13.92], [100.09, 22.5], [107.64, 22.5], [107.64, 13.92]],
5685
            'bounding_box_crosses_antimeridian' => false,
5686
        ],
5687
        'urn:ogc:def:crs:EPSG::4679' => [
5688
            'name' => 'Jouik 1961',
5689
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5690
            'datum' => 'urn:ogc:def:datum:EPSG::6679',
5691
            'bounding_box' => [[-17.08, 19.37], [-17.08, 21.34], [-15.88, 21.34], [-15.88, 19.37]],
5692
            'bounding_box_crosses_antimeridian' => false,
5693
        ],
5694
        'urn:ogc:def:crs:EPSG::4680' => [
5695
            'name' => 'Nouakchott 1965',
5696
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5697
            'datum' => 'urn:ogc:def:datum:EPSG::6680',
5698
            'bounding_box' => [[-16.57, 16.81], [-16.57, 19.41], [-15.59, 19.41], [-15.59, 16.81]],
5699
            'bounding_box_crosses_antimeridian' => false,
5700
        ],
5701
        'urn:ogc:def:crs:EPSG::4682' => [
5702
            'name' => 'Gulshan 303',
5703
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5704
            'datum' => 'urn:ogc:def:datum:EPSG::6682',
5705
            'bounding_box' => [[88.01000000000001, 18.56], [88.01000000000001, 26.64], [92.67, 26.64], [92.67, 18.56]],
5706
            'bounding_box_crosses_antimeridian' => false,
5707
        ],
5708
        'urn:ogc:def:crs:EPSG::4683' => [
5709
            'name' => 'PRS92',
5710
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5711
            'datum' => 'urn:ogc:def:datum:EPSG::6683',
5712
            'bounding_box' => [[116.04, 3.0], [116.04, 22.18], [129.95, 22.18], [129.95, 3.0]],
5713
            'bounding_box_crosses_antimeridian' => false,
5714
        ],
5715
        'urn:ogc:def:crs:EPSG::4684' => [
5716
            'name' => 'Gan 1970',
5717
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5718
            'datum' => 'urn:ogc:def:datum:EPSG::6684',
5719
            'bounding_box' => [[72.81, -0.6899999999999999], [72.81, 7.08], [73.69, 7.08], [73.69, -0.6899999999999999]],
5720
            'bounding_box_crosses_antimeridian' => false,
5721
        ],
5722
        'urn:ogc:def:crs:EPSG::4686' => [
5723
            'name' => 'MAGNA-SIRGAS',
5724
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5725
            'datum' => 'urn:ogc:def:datum:EPSG::6686',
5726
            'bounding_box' => [[-84.77, -4.23], [-84.77, 15.51], [-66.87, 15.51], [-66.87, -4.23]],
5727
            'bounding_box_crosses_antimeridian' => false,
5728
        ],
5729
        'urn:ogc:def:crs:EPSG::4687' => [
5730
            'name' => 'RGPF',
5731
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5732
            'datum' => 'urn:ogc:def:datum:EPSG::6687',
5733
            'bounding_box' => [[-158.13, -31.24], [-158.13, -4.52], [-131.97, -4.52], [-131.97, -31.24]],
5734
            'bounding_box_crosses_antimeridian' => false,
5735
        ],
5736
        'urn:ogc:def:crs:EPSG::4688' => [
5737
            'name' => 'Fatu Iva 72',
5738
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5739
            'datum' => 'urn:ogc:def:datum:EPSG::6688',
5740
            'bounding_box' => [[-138.75, -10.6], [-138.75, -10.36], [-138.54, -10.36], [-138.54, -10.6]],
5741
            'bounding_box_crosses_antimeridian' => false,
5742
        ],
5743
        'urn:ogc:def:crs:EPSG::4689' => [
5744
            'name' => 'IGN63 Hiva Oa',
5745
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5746
            'datum' => 'urn:ogc:def:datum:EPSG::6689',
5747
            'bounding_box' => [[-139.23, -10.08], [-139.23, -9.640000000000001], [-138.75, -9.640000000000001], [-138.75, -10.08]],
5748
            'bounding_box_crosses_antimeridian' => false,
5749
        ],
5750
        'urn:ogc:def:crs:EPSG::4690' => [
5751
            'name' => 'Tahiti 79',
5752
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5753
            'datum' => 'urn:ogc:def:datum:EPSG::6690',
5754
            'bounding_box' => [[-149.7, -17.93], [-149.7, -17.44], [-149.09, -17.44], [-149.09, -17.93]],
5755
            'bounding_box_crosses_antimeridian' => false,
5756
        ],
5757
        'urn:ogc:def:crs:EPSG::4691' => [
5758
            'name' => 'Moorea 87',
5759
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5760
            'datum' => 'urn:ogc:def:datum:EPSG::6691',
5761
            'bounding_box' => [[-150.0, -17.63], [-150.0, -17.41], [-149.73, -17.41], [-149.73, -17.63]],
5762
            'bounding_box_crosses_antimeridian' => false,
5763
        ],
5764
        'urn:ogc:def:crs:EPSG::4692' => [
5765
            'name' => 'Maupiti 83',
5766
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5767
            'datum' => 'urn:ogc:def:datum:EPSG::6692',
5768
            'bounding_box' => [[-152.39, -16.57], [-152.39, -16.34], [-152.14, -16.34], [-152.14, -16.57]],
5769
            'bounding_box_crosses_antimeridian' => false,
5770
        ],
5771
        'urn:ogc:def:crs:EPSG::4693' => [
5772
            'name' => 'Nakhl-e Ghanem',
5773
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5774
            'datum' => 'urn:ogc:def:datum:EPSG::6693',
5775
            'bounding_box' => [[51.8, 27.3], [51.8, 28.2], [53.01, 28.2], [53.01, 27.3]],
5776
            'bounding_box_crosses_antimeridian' => false,
5777
        ],
5778
        'urn:ogc:def:crs:EPSG::4694' => [
5779
            'name' => 'POSGAR 94',
5780
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5781
            'datum' => 'urn:ogc:def:datum:EPSG::6694',
5782
            'bounding_box' => [[-73.59, -58.41], [-73.59, -21.78], [-52.63, -21.78], [-52.63, -58.41]],
5783
            'bounding_box_crosses_antimeridian' => false,
5784
        ],
5785
        'urn:ogc:def:crs:EPSG::4695' => [
5786
            'name' => 'Katanga 1955',
5787
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5788
            'datum' => 'urn:ogc:def:datum:EPSG::6695',
5789
            'bounding_box' => [[21.74, -13.46], [21.74, -4.99], [30.78, -4.99], [30.78, -13.46]],
5790
            'bounding_box_crosses_antimeridian' => false,
5791
        ],
5792
        'urn:ogc:def:crs:EPSG::4696' => [
5793
            'name' => 'Kasai 1953',
5794
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5795
            'datum' => 'urn:ogc:def:datum:EPSG::6696',
5796
            'bounding_box' => [[21.5, -7.31], [21.5, -5.01], [26.26, -5.01], [26.26, -7.31]],
5797
            'bounding_box_crosses_antimeridian' => false,
5798
        ],
5799
        'urn:ogc:def:crs:EPSG::4697' => [
5800
            'name' => 'IGC 1962 6th Parallel South',
5801
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5802
            'datum' => 'urn:ogc:def:datum:EPSG::6697',
5803
            'bounding_box' => [[12.17, -7.36], [12.17, -3.29], [29.64, -3.29], [29.64, -7.36]],
5804
            'bounding_box_crosses_antimeridian' => false,
5805
        ],
5806
        'urn:ogc:def:crs:EPSG::4698' => [
5807
            'name' => 'IGN 1962 Kerguelen',
5808
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5809
            'datum' => 'urn:ogc:def:datum:EPSG::6698',
5810
            'bounding_box' => [[68.69, -49.78], [68.69, -48.6], [70.62, -48.6], [70.62, -49.78]],
5811
            'bounding_box_crosses_antimeridian' => false,
5812
        ],
5813
        'urn:ogc:def:crs:EPSG::4699' => [
5814
            'name' => 'Le Pouce 1934',
5815
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5816
            'datum' => 'urn:ogc:def:datum:EPSG::6699',
5817
            'bounding_box' => [[57.25, -20.57], [57.25, -19.94], [57.85, -19.94], [57.85, -20.57]],
5818
            'bounding_box_crosses_antimeridian' => false,
5819
        ],
5820
        'urn:ogc:def:crs:EPSG::4700' => [
5821
            'name' => 'IGN Astro 1960',
5822
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5823
            'datum' => 'urn:ogc:def:datum:EPSG::6700',
5824
            'bounding_box' => [[-17.08, 14.72], [-17.08, 27.3], [-4.8, 27.3], [-4.8, 14.72]],
5825
            'bounding_box_crosses_antimeridian' => false,
5826
        ],
5827
        'urn:ogc:def:crs:EPSG::4701' => [
5828
            'name' => 'IGCB 1955',
5829
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5830
            'datum' => 'urn:ogc:def:datum:EPSG::6701',
5831
            'bounding_box' => [[12.17, -6.04], [12.17, -4.28], [16.28, -4.28], [16.28, -6.04]],
5832
            'bounding_box_crosses_antimeridian' => false,
5833
        ],
5834
        'urn:ogc:def:crs:EPSG::4702' => [
5835
            'name' => 'Mauritania 1999',
5836
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5837
            'datum' => 'urn:ogc:def:datum:EPSG::6702',
5838
            'bounding_box' => [[-20.04, 14.72], [-20.04, 27.3], [-4.8, 27.3], [-4.8, 14.72]],
5839
            'bounding_box_crosses_antimeridian' => false,
5840
        ],
5841
        'urn:ogc:def:crs:EPSG::4703' => [
5842
            'name' => 'Mhast 1951',
5843
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5844
            'datum' => 'urn:ogc:def:datum:EPSG::6703',
5845
            'bounding_box' => [[10.53, -6.04], [10.53, -4.38], [13.1, -4.38], [13.1, -6.04]],
5846
            'bounding_box_crosses_antimeridian' => false,
5847
        ],
5848
        'urn:ogc:def:crs:EPSG::4704' => [
5849
            'name' => 'Mhast (onshore)',
5850
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5851
            'datum' => 'urn:ogc:def:datum:EPSG::6704',
5852
            'bounding_box' => [[10.53, -6.04], [10.53, -4.38], [13.1, -4.38], [13.1, -6.04]],
5853
            'bounding_box_crosses_antimeridian' => false,
5854
        ],
5855
        'urn:ogc:def:crs:EPSG::4705' => [
5856
            'name' => 'Mhast (offshore)',
5857
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5858
            'datum' => 'urn:ogc:def:datum:EPSG::6705',
5859
            'bounding_box' => [[10.53, -6.04], [10.53, -5.05], [12.37, -5.05], [12.37, -6.04]],
5860
            'bounding_box_crosses_antimeridian' => false,
5861
        ],
5862
        'urn:ogc:def:crs:EPSG::4706' => [
5863
            'name' => 'Egypt Gulf of Suez S-650 TL',
5864
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5865
            'datum' => 'urn:ogc:def:datum:EPSG::6706',
5866
            'bounding_box' => [[32.34, 27.19], [32.34, 30.01], [34.27, 30.01], [34.27, 27.19]],
5867
            'bounding_box_crosses_antimeridian' => false,
5868
        ],
5869
        'urn:ogc:def:crs:EPSG::4707' => [
5870
            'name' => 'Tern Island 1961',
5871
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5872
            'datum' => 'urn:ogc:def:datum:EPSG::6707',
5873
            'bounding_box' => [[-166.36, 23.69], [-166.36, 23.93], [-166.03, 23.93], [-166.03, 23.69]],
5874
            'bounding_box_crosses_antimeridian' => false,
5875
        ],
5876
        'urn:ogc:def:crs:EPSG::4708' => [
5877
            'name' => 'Cocos Islands 1965',
5878
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5879
            'datum' => 'urn:ogc:def:datum:EPSG::6708',
5880
            'bounding_box' => [[96.76000000000001, -12.27], [96.76000000000001, -11.76], [96.98999999999999, -11.76], [96.98999999999999, -12.27]],
5881
            'bounding_box_crosses_antimeridian' => false,
5882
        ],
5883
        'urn:ogc:def:crs:EPSG::4709' => [
5884
            'name' => 'Iwo Jima 1945',
5885
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5886
            'datum' => 'urn:ogc:def:datum:EPSG::6709',
5887
            'bounding_box' => [[141.2, 24.67], [141.2, 24.89], [141.42, 24.89], [141.42, 24.67]],
5888
            'bounding_box_crosses_antimeridian' => false,
5889
        ],
5890
        'urn:ogc:def:crs:EPSG::4710' => [
5891
            'name' => 'Astro DOS 71',
5892
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5893
            'datum' => 'urn:ogc:def:datum:EPSG::6710',
5894
            'bounding_box' => [[-5.85, -16.08], [-5.85, -15.85], [-5.58, -15.85], [-5.58, -16.08]],
5895
            'bounding_box_crosses_antimeridian' => false,
5896
        ],
5897
        'urn:ogc:def:crs:EPSG::4711' => [
5898
            'name' => 'Marcus Island 1952',
5899
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5900
            'datum' => 'urn:ogc:def:datum:EPSG::6711',
5901
            'bounding_box' => [[153.91, 24.22], [153.91, 24.35], [154.05, 24.35], [154.05, 24.22]],
5902
            'bounding_box_crosses_antimeridian' => false,
5903
        ],
5904
        'urn:ogc:def:crs:EPSG::4712' => [
5905
            'name' => 'Ascension Island 1958',
5906
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5907
            'datum' => 'urn:ogc:def:datum:EPSG::6712',
5908
            'bounding_box' => [[-14.46, -8.029999999999999], [-14.46, -7.83], [-14.24, -7.83], [-14.24, -8.029999999999999]],
5909
            'bounding_box_crosses_antimeridian' => false,
5910
        ],
5911
        'urn:ogc:def:crs:EPSG::4713' => [
5912
            'name' => 'Ayabelle Lighthouse',
5913
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5914
            'datum' => 'urn:ogc:def:datum:EPSG::6713',
5915
            'bounding_box' => [[41.75, 10.94], [41.75, 12.72], [44.15, 12.72], [44.15, 10.94]],
5916
            'bounding_box_crosses_antimeridian' => false,
5917
        ],
5918
        'urn:ogc:def:crs:EPSG::4714' => [
5919
            'name' => 'Bellevue',
5920
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5921
            'datum' => 'urn:ogc:def:datum:EPSG::6714',
5922
            'bounding_box' => [[168.09, -20.31], [168.09, -17.37], [169.95, -17.37], [169.95, -20.31]],
5923
            'bounding_box_crosses_antimeridian' => false,
5924
        ],
5925
        'urn:ogc:def:crs:EPSG::4715' => [
5926
            'name' => 'Camp Area Astro',
5927
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5928
            'datum' => 'urn:ogc:def:datum:EPSG::6715',
5929
            'bounding_box' => [[165.73, -77.94], [165.73, -77.17], [167.43, -77.17], [167.43, -77.94]],
5930
            'bounding_box_crosses_antimeridian' => false,
5931
        ],
5932
        'urn:ogc:def:crs:EPSG::4716' => [
5933
            'name' => 'Phoenix Islands 1966',
5934
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5935
            'datum' => 'urn:ogc:def:datum:EPSG::6716',
5936
            'bounding_box' => [[-174.6, -4.76], [-174.6, -2.68], [-170.66, -2.68], [-170.66, -4.76]],
5937
            'bounding_box_crosses_antimeridian' => false,
5938
        ],
5939
        'urn:ogc:def:crs:EPSG::4717' => [
5940
            'name' => 'Cape Canaveral',
5941
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5942
            'datum' => 'urn:ogc:def:datum:EPSG::6717',
5943
            'bounding_box' => [[-82.33, 20.86], [-82.33, 30.83], [-72.68000000000001, 30.83], [-72.68000000000001, 20.86]],
5944
            'bounding_box_crosses_antimeridian' => false,
5945
        ],
5946
        'urn:ogc:def:crs:EPSG::4718' => [
5947
            'name' => 'Solomon 1968',
5948
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5949
            'datum' => 'urn:ogc:def:datum:EPSG::6718',
5950
            'bounding_box' => [[155.62, -10.9], [155.62, -6.55], [162.44, -6.55], [162.44, -10.9]],
5951
            'bounding_box_crosses_antimeridian' => false,
5952
        ],
5953
        'urn:ogc:def:crs:EPSG::4719' => [
5954
            'name' => 'Easter Island 1967',
5955
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5956
            'datum' => 'urn:ogc:def:datum:EPSG::6719',
5957
            'bounding_box' => [[-109.51, -27.25], [-109.51, -27.01], [-109.16, -27.01], [-109.16, -27.25]],
5958
            'bounding_box_crosses_antimeridian' => false,
5959
        ],
5960
        'urn:ogc:def:crs:EPSG::4720' => [
5961
            'name' => 'Fiji 1986',
5962
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5963
            'datum' => 'urn:ogc:def:datum:EPSG::6720',
5964
            'bounding_box' => [[176.81, -20.81], [176.81, -12.42], [-178.15, -12.42], [-178.15, -20.81]],
5965
            'bounding_box_crosses_antimeridian' => true,
5966
        ],
5967
        'urn:ogc:def:crs:EPSG::4721' => [
5968
            'name' => 'Fiji 1956',
5969
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5970
            'datum' => 'urn:ogc:def:datum:EPSG::6721',
5971
            'bounding_box' => [[176.81, -19.22], [176.81, -16.1], [-179.77, -16.1], [-179.77, -19.22]],
5972
            'bounding_box_crosses_antimeridian' => true,
5973
        ],
5974
        'urn:ogc:def:crs:EPSG::4722' => [
5975
            'name' => 'South Georgia 1968',
5976
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5977
            'datum' => 'urn:ogc:def:datum:EPSG::6722',
5978
            'bounding_box' => [[-38.08, -54.95], [-38.08, -53.93], [-35.74, -53.93], [-35.74, -54.95]],
5979
            'bounding_box_crosses_antimeridian' => false,
5980
        ],
5981
        'urn:ogc:def:crs:EPSG::4723' => [
5982
            'name' => 'GCGD59',
5983
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5984
            'datum' => 'urn:ogc:def:datum:EPSG::6723',
5985
            'bounding_box' => [[-81.45999999999999, 19.21], [-81.45999999999999, 19.41], [-81.04000000000001, 19.41], [-81.04000000000001, 19.21]],
5986
            'bounding_box_crosses_antimeridian' => false,
5987
        ],
5988
        'urn:ogc:def:crs:EPSG::4724' => [
5989
            'name' => 'Diego Garcia 1969',
5990
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5991
            'datum' => 'urn:ogc:def:datum:EPSG::6724',
5992
            'bounding_box' => [[72.3, -7.49], [72.3, -7.18], [72.55, -7.18], [72.55, -7.49]],
5993
            'bounding_box_crosses_antimeridian' => false,
5994
        ],
5995
        'urn:ogc:def:crs:EPSG::4725' => [
5996
            'name' => 'Johnston Island 1961',
5997
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
5998
            'datum' => 'urn:ogc:def:datum:EPSG::6725',
5999
            'bounding_box' => [[-169.59, 16.67], [-169.59, 16.79], [-169.47, 16.79], [-169.47, 16.67]],
6000
            'bounding_box_crosses_antimeridian' => false,
6001
        ],
6002
        'urn:ogc:def:crs:EPSG::4726' => [
6003
            'name' => 'SIGD61',
6004
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6005
            'datum' => 'urn:ogc:def:datum:EPSG::6726',
6006
            'bounding_box' => [[-80.14, 19.63], [-80.14, 19.78], [-79.69, 19.78], [-79.69, 19.63]],
6007
            'bounding_box_crosses_antimeridian' => false,
6008
        ],
6009
        'urn:ogc:def:crs:EPSG::4727' => [
6010
            'name' => 'Midway 1961',
6011
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6012
            'datum' => 'urn:ogc:def:datum:EPSG::6727',
6013
            'bounding_box' => [[-177.45, 28.13], [-177.45, 28.28], [-177.31, 28.28], [-177.31, 28.13]],
6014
            'bounding_box_crosses_antimeridian' => false,
6015
        ],
6016
        'urn:ogc:def:crs:EPSG::4728' => [
6017
            'name' => 'PN84',
6018
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6019
            'datum' => 'urn:ogc:def:datum:EPSG::6728',
6020
            'bounding_box' => [[-18.22, 27.58], [-18.22, 29.47], [-13.37, 29.47], [-13.37, 27.58]],
6021
            'bounding_box_crosses_antimeridian' => false,
6022
        ],
6023
        'urn:ogc:def:crs:EPSG::4729' => [
6024
            'name' => 'Pitcairn 1967',
6025
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6026
            'datum' => 'urn:ogc:def:datum:EPSG::6729',
6027
            'bounding_box' => [[-130.16, -25.14], [-130.16, -25.0], [-130.01, -25.0], [-130.01, -25.14]],
6028
            'bounding_box_crosses_antimeridian' => false,
6029
        ],
6030
        'urn:ogc:def:crs:EPSG::4730' => [
6031
            'name' => 'Santo 1965',
6032
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6033
            'datum' => 'urn:ogc:def:datum:EPSG::6730',
6034
            'bounding_box' => [[166.47, -17.32], [166.47, -14.57], [168.71, -14.57], [168.71, -17.32]],
6035
            'bounding_box_crosses_antimeridian' => false,
6036
        ],
6037
        'urn:ogc:def:crs:EPSG::4732' => [
6038
            'name' => 'Marshall Islands 1960',
6039
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6040
            'datum' => 'urn:ogc:def:datum:EPSG::6732',
6041
            'bounding_box' => [[162.27, 8.66], [162.27, 19.38], [167.82, 19.38], [167.82, 8.66]],
6042
            'bounding_box_crosses_antimeridian' => false,
6043
        ],
6044
        'urn:ogc:def:crs:EPSG::4733' => [
6045
            'name' => 'Wake Island 1952',
6046
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6047
            'datum' => 'urn:ogc:def:datum:EPSG::6733',
6048
            'bounding_box' => [[166.55, 19.22], [166.55, 19.38], [166.72, 19.38], [166.72, 19.22]],
6049
            'bounding_box_crosses_antimeridian' => false,
6050
        ],
6051
        'urn:ogc:def:crs:EPSG::4734' => [
6052
            'name' => 'Tristan 1968',
6053
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6054
            'datum' => 'urn:ogc:def:datum:EPSG::6734',
6055
            'bounding_box' => [[-12.76, -40.42], [-12.76, -37.0], [-9.800000000000001, -37.0], [-9.800000000000001, -40.42]],
6056
            'bounding_box_crosses_antimeridian' => false,
6057
        ],
6058
        'urn:ogc:def:crs:EPSG::4735' => [
6059
            'name' => 'Kusaie 1951',
6060
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6061
            'datum' => 'urn:ogc:def:datum:EPSG::6735',
6062
            'bounding_box' => [[162.85, 5.21], [162.85, 5.43], [163.1, 5.43], [163.1, 5.21]],
6063
            'bounding_box_crosses_antimeridian' => false,
6064
        ],
6065
        'urn:ogc:def:crs:EPSG::4736' => [
6066
            'name' => 'Deception Island',
6067
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6068
            'datum' => 'urn:ogc:def:datum:EPSG::6736',
6069
            'bounding_box' => [[-60.89, -63.08], [-60.89, -62.82], [-60.35, -62.82], [-60.35, -63.08]],
6070
            'bounding_box_crosses_antimeridian' => false,
6071
        ],
6072
        'urn:ogc:def:crs:EPSG::4737' => [
6073
            'name' => 'Korea 2000',
6074
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6075
            'datum' => 'urn:ogc:def:datum:EPSG::6737',
6076
            'bounding_box' => [[122.71, 28.6], [122.71, 40.27], [134.28, 40.27], [134.28, 28.6]],
6077
            'bounding_box_crosses_antimeridian' => false,
6078
        ],
6079
        'urn:ogc:def:crs:EPSG::4738' => [
6080
            'name' => 'Hong Kong 1963',
6081
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6082
            'datum' => 'urn:ogc:def:datum:EPSG::6738',
6083
            'bounding_box' => [[113.76, 22.13], [113.76, 22.58], [114.51, 22.58], [114.51, 22.13]],
6084
            'bounding_box_crosses_antimeridian' => false,
6085
        ],
6086
        'urn:ogc:def:crs:EPSG::4739' => [
6087
            'name' => 'Hong Kong 1963(67)',
6088
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6089
            'datum' => 'urn:ogc:def:datum:EPSG::6739',
6090
            'bounding_box' => [[113.76, 22.13], [113.76, 22.58], [114.51, 22.58], [114.51, 22.13]],
6091
            'bounding_box_crosses_antimeridian' => false,
6092
        ],
6093
        'urn:ogc:def:crs:EPSG::4740' => [
6094
            'name' => 'PZ-90',
6095
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6096
            'datum' => 'urn:ogc:def:datum:EPSG::6740',
6097
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
6098
            'bounding_box_crosses_antimeridian' => false,
6099
        ],
6100
        'urn:ogc:def:crs:EPSG::4741' => [
6101
            'name' => 'FD54',
6102
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6103
            'datum' => 'urn:ogc:def:datum:EPSG::6741',
6104
            'bounding_box' => [[-7.49, 61.33], [-7.49, 62.41], [-6.33, 62.41], [-6.33, 61.33]],
6105
            'bounding_box_crosses_antimeridian' => false,
6106
        ],
6107
        'urn:ogc:def:crs:EPSG::4742' => [
6108
            'name' => 'GDM2000',
6109
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6110
            'datum' => 'urn:ogc:def:datum:EPSG::6742',
6111
            'bounding_box' => [[98.02, 0.85], [98.02, 7.81], [119.61, 7.81], [119.61, 0.85]],
6112
            'bounding_box_crosses_antimeridian' => false,
6113
        ],
6114
        'urn:ogc:def:crs:EPSG::4743' => [
6115
            'name' => 'Karbala 1979',
6116
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6117
            'datum' => 'urn:ogc:def:datum:EPSG::6743',
6118
            'bounding_box' => [[38.79, 29.06], [38.79, 37.39], [48.61, 37.39], [48.61, 29.06]],
6119
            'bounding_box_crosses_antimeridian' => false,
6120
        ],
6121
        'urn:ogc:def:crs:EPSG::4744' => [
6122
            'name' => 'Nahrwan 1934',
6123
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6124
            'datum' => 'urn:ogc:def:datum:EPSG::6744',
6125
            'bounding_box' => [[38.79, 29.06], [38.79, 37.39], [51.06, 37.39], [51.06, 29.06]],
6126
            'bounding_box_crosses_antimeridian' => false,
6127
        ],
6128
        'urn:ogc:def:crs:EPSG::4745' => [
6129
            'name' => 'RD/83',
6130
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6131
            'datum' => 'urn:ogc:def:datum:EPSG::6745',
6132
            'bounding_box' => [[11.89, 50.2], [11.89, 51.66], [15.04, 51.66], [15.04, 50.2]],
6133
            'bounding_box_crosses_antimeridian' => false,
6134
        ],
6135
        'urn:ogc:def:crs:EPSG::4746' => [
6136
            'name' => 'PD/83',
6137
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6138
            'datum' => 'urn:ogc:def:datum:EPSG::6746',
6139
            'bounding_box' => [[9.92, 50.2], [9.92, 51.64], [12.56, 51.64], [12.56, 50.2]],
6140
            'bounding_box_crosses_antimeridian' => false,
6141
        ],
6142
        'urn:ogc:def:crs:EPSG::4747' => [
6143
            'name' => 'GR96',
6144
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6145
            'datum' => 'urn:ogc:def:datum:EPSG::6747',
6146
            'bounding_box' => [[-74.998683569945, 56.383177168], [-74.998683569945, 87.02394319699999], [7.9884162935953, 87.02394319699999], [7.9884162935953, 56.383177168]],
6147
            'bounding_box_crosses_antimeridian' => false,
6148
        ],
6149
        'urn:ogc:def:crs:EPSG::4748' => [
6150
            'name' => 'Vanua Levu 1915',
6151
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6152
            'datum' => 'urn:ogc:def:datum:EPSG::6748',
6153
            'bounding_box' => [[178.42, -17.07], [178.42, -16.1], [-179.77, -16.1], [-179.77, -17.07]],
6154
            'bounding_box_crosses_antimeridian' => true,
6155
        ],
6156
        'urn:ogc:def:crs:EPSG::4749' => [
6157
            'name' => 'RGNC91-93',
6158
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6159
            'datum' => 'urn:ogc:def:datum:EPSG::6749',
6160
            'bounding_box' => [[156.25, -26.45], [156.25, -14.83], [174.28, -14.83], [174.28, -26.45]],
6161
            'bounding_box_crosses_antimeridian' => false,
6162
        ],
6163
        'urn:ogc:def:crs:EPSG::4750' => [
6164
            'name' => 'ST87 Ouvea',
6165
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6166
            'datum' => 'urn:ogc:def:datum:EPSG::6750',
6167
            'bounding_box' => [[166.44, -20.77], [166.44, -20.34], [166.71, -20.34], [166.71, -20.77]],
6168
            'bounding_box_crosses_antimeridian' => false,
6169
        ],
6170
        'urn:ogc:def:crs:EPSG::4751' => [
6171
            'name' => 'Kertau (RSO)',
6172
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6173
            'datum' => 'urn:ogc:def:datum:EPSG::6751',
6174
            'bounding_box' => [[99.59, 1.13], [99.59, 6.72], [104.6, 6.72], [104.6, 1.13]],
6175
            'bounding_box_crosses_antimeridian' => false,
6176
        ],
6177
        'urn:ogc:def:crs:EPSG::4752' => [
6178
            'name' => 'Viti Levu 1912',
6179
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6180
            'datum' => 'urn:ogc:def:datum:EPSG::6752',
6181
            'bounding_box' => [[177.19, -18.32], [177.19, -17.25], [178.75, -17.25], [178.75, -18.32]],
6182
            'bounding_box_crosses_antimeridian' => false,
6183
        ],
6184
        'urn:ogc:def:crs:EPSG::4753' => [
6185
            'name' => 'fk89',
6186
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6187
            'datum' => 'urn:ogc:def:datum:EPSG::6753',
6188
            'bounding_box' => [[-7.49, 61.33], [-7.49, 62.41], [-6.33, 62.41], [-6.33, 61.33]],
6189
            'bounding_box_crosses_antimeridian' => false,
6190
        ],
6191
        'urn:ogc:def:crs:EPSG::4754' => [
6192
            'name' => 'LGD2006',
6193
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6194
            'datum' => 'urn:ogc:def:datum:EPSG::6754',
6195
            'bounding_box' => [[9.31, 19.5], [9.31, 35.23], [26.21, 35.23], [26.21, 19.5]],
6196
            'bounding_box_crosses_antimeridian' => false,
6197
        ],
6198
        'urn:ogc:def:crs:EPSG::4755' => [
6199
            'name' => 'DGN95',
6200
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6201
            'datum' => 'urn:ogc:def:datum:EPSG::6755',
6202
            'bounding_box' => [[92.01000000000001, -13.95], [92.01000000000001, 7.79], [141.46, 7.79], [141.46, -13.95]],
6203
            'bounding_box_crosses_antimeridian' => false,
6204
        ],
6205
        'urn:ogc:def:crs:EPSG::4756' => [
6206
            'name' => 'VN-2000',
6207
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6208
            'datum' => 'urn:ogc:def:datum:EPSG::6756',
6209
            'bounding_box' => [[102.14, 8.33], [102.14, 23.4], [109.53, 23.4], [109.53, 8.33]],
6210
            'bounding_box_crosses_antimeridian' => false,
6211
        ],
6212
        'urn:ogc:def:crs:EPSG::4757' => [
6213
            'name' => 'SVY21',
6214
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6215
            'datum' => 'urn:ogc:def:datum:EPSG::6757',
6216
            'bounding_box' => [[103.59, 1.13], [103.59, 1.47], [104.07, 1.47], [104.07, 1.13]],
6217
            'bounding_box_crosses_antimeridian' => false,
6218
        ],
6219
        'urn:ogc:def:crs:EPSG::4758' => [
6220
            'name' => 'JAD2001',
6221
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6222
            'datum' => 'urn:ogc:def:datum:EPSG::6758',
6223
            'bounding_box' => [[-80.59999999999999, 14.08], [-80.59999999999999, 19.36], [-74.51000000000001, 19.36], [-74.51000000000001, 14.08]],
6224
            'bounding_box_crosses_antimeridian' => false,
6225
        ],
6226
        'urn:ogc:def:crs:EPSG::4759' => [
6227
            'name' => 'NAD83(NSRS2007)',
6228
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6229
            'datum' => 'urn:ogc:def:datum:EPSG::6759',
6230
            'bounding_box' => [[167.65, 14.92], [167.65, 74.70999999999999], [-63.88, 74.70999999999999], [-63.88, 14.92]],
6231
            'bounding_box_crosses_antimeridian' => true,
6232
        ],
6233
        'urn:ogc:def:crs:EPSG::4760' => [
6234
            'name' => 'WGS 66',
6235
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6236
            'datum' => 'urn:ogc:def:datum:EPSG::6760',
6237
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
6238
            'bounding_box_crosses_antimeridian' => false,
6239
        ],
6240
        'urn:ogc:def:crs:EPSG::4761' => [
6241
            'name' => 'HTRS96',
6242
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6243
            'datum' => 'urn:ogc:def:datum:EPSG::6761',
6244
            'bounding_box' => [[13.0, 41.62], [13.0, 46.54], [19.43, 46.54], [19.43, 41.62]],
6245
            'bounding_box_crosses_antimeridian' => false,
6246
        ],
6247
        'urn:ogc:def:crs:EPSG::4762' => [
6248
            'name' => 'BDA2000',
6249
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6250
            'datum' => 'urn:ogc:def:datum:EPSG::6762',
6251
            'bounding_box' => [[-68.83, 28.91], [-68.83, 35.73], [-60.7, 35.73], [-60.7, 28.91]],
6252
            'bounding_box_crosses_antimeridian' => false,
6253
        ],
6254
        'urn:ogc:def:crs:EPSG::4763' => [
6255
            'name' => 'Pitcairn 2006',
6256
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6257
            'datum' => 'urn:ogc:def:datum:EPSG::6763',
6258
            'bounding_box' => [[-130.16, -25.14], [-130.16, -25.0], [-130.01, -25.0], [-130.01, -25.14]],
6259
            'bounding_box_crosses_antimeridian' => false,
6260
        ],
6261
        'urn:ogc:def:crs:EPSG::4764' => [
6262
            'name' => 'RSRGD2000',
6263
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6264
            'datum' => 'urn:ogc:def:datum:EPSG::6764',
6265
            'bounding_box' => [[144.99, -90.0], [144.99, -59.99], [-144.99, -59.99], [-144.99, -90.0]],
6266
            'bounding_box_crosses_antimeridian' => true,
6267
        ],
6268
        'urn:ogc:def:crs:EPSG::4765' => [
6269
            'name' => 'Slovenia 1996',
6270
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6271
            'datum' => 'urn:ogc:def:datum:EPSG::6765',
6272
            'bounding_box' => [[13.38, 45.42], [13.38, 46.88], [16.61, 46.88], [16.61, 45.42]],
6273
            'bounding_box_crosses_antimeridian' => false,
6274
        ],
6275
        'urn:ogc:def:crs:EPSG::4801' => [
6276
            'name' => 'Bern 1898 (Bern)',
6277
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6278
            'datum' => 'urn:ogc:def:datum:EPSG::6801',
6279
            'bounding_box' => [[5.96, 45.82], [5.96, 47.81], [10.49, 47.81], [10.49, 45.82]],
6280
            'bounding_box_crosses_antimeridian' => false,
6281
        ],
6282
        'urn:ogc:def:crs:EPSG::4802' => [
6283
            'name' => 'Bogota 1975 (Bogota)',
6284
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6285
            'datum' => 'urn:ogc:def:datum:EPSG::6802',
6286
            'bounding_box' => [[-79.09999999999999, -4.23], [-79.09999999999999, 12.52], [-66.87, 12.52], [-66.87, -4.23]],
6287
            'bounding_box_crosses_antimeridian' => false,
6288
        ],
6289
        'urn:ogc:def:crs:EPSG::4803' => [
6290
            'name' => 'Lisbon (Lisbon)',
6291
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6292
            'datum' => 'urn:ogc:def:datum:EPSG::6803',
6293
            'bounding_box' => [[-9.56, 36.95], [-9.56, 42.16], [-6.19, 42.16], [-6.19, 36.95]],
6294
            'bounding_box_crosses_antimeridian' => false,
6295
        ],
6296
        'urn:ogc:def:crs:EPSG::4804' => [
6297
            'name' => 'Makassar (Jakarta)',
6298
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6299
            'datum' => 'urn:ogc:def:datum:EPSG::6804',
6300
            'bounding_box' => [[118.71, -6.54], [118.71, -1.88], [120.78, -1.88], [120.78, -6.54]],
6301
            'bounding_box_crosses_antimeridian' => false,
6302
        ],
6303
        'urn:ogc:def:crs:EPSG::4805' => [
6304
            'name' => 'MGI (Ferro)',
6305
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6306
            'datum' => 'urn:ogc:def:datum:EPSG::6805',
6307
            'bounding_box' => [[9.529999999999999, 40.85], [9.529999999999999, 49.02], [23.04, 49.02], [23.04, 40.85]],
6308
            'bounding_box_crosses_antimeridian' => false,
6309
        ],
6310
        'urn:ogc:def:crs:EPSG::4806' => [
6311
            'name' => 'Monte Mario (Rome)',
6312
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6313
            'datum' => 'urn:ogc:def:datum:EPSG::6806',
6314
            'bounding_box' => [[5.93, 34.76], [5.93, 47.1], [18.99, 47.1], [18.99, 34.76]],
6315
            'bounding_box_crosses_antimeridian' => false,
6316
        ],
6317
        'urn:ogc:def:crs:EPSG::4807' => [
6318
            'name' => 'NTF (Paris)',
6319
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6403',
6320
            'datum' => 'urn:ogc:def:datum:EPSG::6807',
6321
            'bounding_box' => [[-4.87, 41.31], [-4.87, 51.14], [9.630000000000001, 51.14], [9.630000000000001, 41.31]],
6322
            'bounding_box_crosses_antimeridian' => false,
6323
        ],
6324
        'urn:ogc:def:crs:EPSG::4809' => [
6325
            'name' => 'Belge 1950 (Brussels)',
6326
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6327
            'datum' => 'urn:ogc:def:datum:EPSG::6809',
6328
            'bounding_box' => [[2.5, 49.5], [2.5, 51.51], [6.4, 51.51], [6.4, 49.5]],
6329
            'bounding_box_crosses_antimeridian' => false,
6330
        ],
6331
        'urn:ogc:def:crs:EPSG::4810' => [
6332
            'name' => 'Tananarive (Paris)',
6333
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6403',
6334
            'datum' => 'urn:ogc:def:datum:EPSG::6810',
6335
            'bounding_box' => [[43.18, -25.64], [43.18, -11.89], [50.56, -11.89], [50.56, -25.64]],
6336
            'bounding_box_crosses_antimeridian' => false,
6337
        ],
6338
        'urn:ogc:def:crs:EPSG::4811' => [
6339
            'name' => 'Voirol 1875 (Paris)',
6340
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6403',
6341
            'datum' => 'urn:ogc:def:datum:EPSG::6811',
6342
            'bounding_box' => [[-2.95, 31.99], [-2.95, 37.14], [9.09, 37.14], [9.09, 31.99]],
6343
            'bounding_box_crosses_antimeridian' => false,
6344
        ],
6345
        'urn:ogc:def:crs:EPSG::4813' => [
6346
            'name' => 'Batavia (Jakarta)',
6347
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6348
            'datum' => 'urn:ogc:def:datum:EPSG::6813',
6349
            'bounding_box' => [[95.16, -8.91], [95.16, 5.97], [115.77, 5.97], [115.77, -8.91]],
6350
            'bounding_box_crosses_antimeridian' => false,
6351
        ],
6352
        'urn:ogc:def:crs:EPSG::4814' => [
6353
            'name' => 'RT38 (Stockholm)',
6354
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6355
            'datum' => 'urn:ogc:def:datum:EPSG::6814',
6356
            'bounding_box' => [[10.93, 55.28], [10.93, 69.06999999999999], [24.17, 69.06999999999999], [24.17, 55.28]],
6357
            'bounding_box_crosses_antimeridian' => false,
6358
        ],
6359
        'urn:ogc:def:crs:EPSG::4815' => [
6360
            'name' => 'Greek (Athens)',
6361
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6362
            'datum' => 'urn:ogc:def:datum:EPSG::6815',
6363
            'bounding_box' => [[19.57, 34.88], [19.57, 41.75], [28.3, 41.75], [28.3, 34.88]],
6364
            'bounding_box_crosses_antimeridian' => false,
6365
        ],
6366
        'urn:ogc:def:crs:EPSG::4816' => [
6367
            'name' => 'Carthage (Paris)',
6368
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6403',
6369
            'datum' => 'urn:ogc:def:datum:EPSG::6816',
6370
            'bounding_box' => [[7.49, 30.23], [7.49, 37.4], [11.59, 37.4], [11.59, 30.23]],
6371
            'bounding_box_crosses_antimeridian' => false,
6372
        ],
6373
        'urn:ogc:def:crs:EPSG::4817' => [
6374
            'name' => 'NGO 1948 (Oslo)',
6375
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6376
            'datum' => 'urn:ogc:def:datum:EPSG::6817',
6377
            'bounding_box' => [[4.68, 57.93], [4.68, 71.20999999999999], [31.22, 71.20999999999999], [31.22, 57.93]],
6378
            'bounding_box_crosses_antimeridian' => false,
6379
        ],
6380
        'urn:ogc:def:crs:EPSG::4818' => [
6381
            'name' => 'S-JTSK (Ferro)',
6382
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6383
            'datum' => 'urn:ogc:def:datum:EPSG::6818',
6384
            'bounding_box' => [[12.09, 47.73], [12.09, 51.06], [22.56, 51.06], [22.56, 47.73]],
6385
            'bounding_box_crosses_antimeridian' => false,
6386
        ],
6387
        'urn:ogc:def:crs:EPSG::4820' => [
6388
            'name' => 'Segara (Jakarta)',
6389
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6390
            'datum' => 'urn:ogc:def:datum:EPSG::6820',
6391
            'bounding_box' => [[114.55, -4.24], [114.55, 4.29], [119.06, 4.29], [119.06, -4.24]],
6392
            'bounding_box_crosses_antimeridian' => false,
6393
        ],
6394
        'urn:ogc:def:crs:EPSG::4821' => [
6395
            'name' => 'Voirol 1879 (Paris)',
6396
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6403',
6397
            'datum' => 'urn:ogc:def:datum:EPSG::6821',
6398
            'bounding_box' => [[-2.95, 31.99], [-2.95, 37.14], [9.09, 37.14], [9.09, 31.99]],
6399
            'bounding_box_crosses_antimeridian' => false,
6400
        ],
6401
        'urn:ogc:def:crs:EPSG::4823' => [
6402
            'name' => 'Sao Tome',
6403
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6404
            'datum' => 'urn:ogc:def:datum:EPSG::1044',
6405
            'bounding_box' => [[6.41, -0.04], [6.41, 0.46], [6.82, 0.46], [6.82, -0.04]],
6406
            'bounding_box_crosses_antimeridian' => false,
6407
        ],
6408
        'urn:ogc:def:crs:EPSG::4824' => [
6409
            'name' => 'Principe',
6410
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6411
            'datum' => 'urn:ogc:def:datum:EPSG::1046',
6412
            'bounding_box' => [[7.27, 1.48], [7.27, 1.76], [7.52, 1.76], [7.52, 1.48]],
6413
            'bounding_box_crosses_antimeridian' => false,
6414
        ],
6415
        'urn:ogc:def:crs:EPSG::4901' => [
6416
            'name' => 'ATF (Paris)',
6417
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6403',
6418
            'datum' => 'urn:ogc:def:datum:EPSG::6901',
6419
            'bounding_box' => [[-4.87, 42.33], [-4.87, 51.14], [8.23, 51.14], [8.23, 42.33]],
6420
            'bounding_box_crosses_antimeridian' => false,
6421
        ],
6422
        'urn:ogc:def:crs:EPSG::4903' => [
6423
            'name' => 'Madrid 1870 (Madrid)',
6424
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6425
            'datum' => 'urn:ogc:def:datum:EPSG::6903',
6426
            'bounding_box' => [[-9.369999999999999, 35.95], [-9.369999999999999, 43.82], [3.39, 43.82], [3.39, 35.95]],
6427
            'bounding_box_crosses_antimeridian' => false,
6428
        ],
6429
        'urn:ogc:def:crs:EPSG::4904' => [
6430
            'name' => 'Lisbon 1890 (Lisbon)',
6431
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6432
            'datum' => 'urn:ogc:def:datum:EPSG::6904',
6433
            'bounding_box' => [[-9.56, 36.95], [-9.56, 42.16], [-6.19, 42.16], [-6.19, 36.95]],
6434
            'bounding_box_crosses_antimeridian' => false,
6435
        ],
6436
        'urn:ogc:def:crs:EPSG::5013' => [
6437
            'name' => 'PTRA08',
6438
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6439
            'datum' => 'urn:ogc:def:datum:EPSG::1041',
6440
            'bounding_box' => [[-35.58, 29.24], [-35.58, 43.07], [-12.48, 43.07], [-12.48, 29.24]],
6441
            'bounding_box_crosses_antimeridian' => false,
6442
        ],
6443
        'urn:ogc:def:crs:EPSG::5132' => [
6444
            'name' => 'Tokyo 1892',
6445
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6446
            'datum' => 'urn:ogc:def:datum:EPSG::1048',
6447
            'bounding_box' => [[122.83, 20.37], [122.83, 45.54], [154.05, 45.54], [154.05, 20.37]],
6448
            'bounding_box_crosses_antimeridian' => false,
6449
        ],
6450
        'urn:ogc:def:crs:EPSG::5228' => [
6451
            'name' => 'S-JTSK/05',
6452
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6453
            'datum' => 'urn:ogc:def:datum:EPSG::1052',
6454
            'bounding_box' => [[12.09, 48.58], [12.09, 51.06], [18.86, 51.06], [18.86, 48.58]],
6455
            'bounding_box_crosses_antimeridian' => false,
6456
        ],
6457
        'urn:ogc:def:crs:EPSG::5229' => [
6458
            'name' => 'S-JTSK/05 (Ferro)',
6459
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6460
            'datum' => 'urn:ogc:def:datum:EPSG::1055',
6461
            'bounding_box' => [[12.09, 48.58], [12.09, 51.06], [18.86, 51.06], [18.86, 48.58]],
6462
            'bounding_box_crosses_antimeridian' => false,
6463
        ],
6464
        'urn:ogc:def:crs:EPSG::5233' => [
6465
            'name' => 'SLD99',
6466
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6467
            'datum' => 'urn:ogc:def:datum:EPSG::1053',
6468
            'bounding_box' => [[79.64, 5.86], [79.64, 9.880000000000001], [81.95, 9.880000000000001], [81.95, 5.86]],
6469
            'bounding_box_crosses_antimeridian' => false,
6470
        ],
6471
        'urn:ogc:def:crs:EPSG::5246' => [
6472
            'name' => 'GDBD2009',
6473
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6474
            'datum' => 'urn:ogc:def:datum:EPSG::1056',
6475
            'bounding_box' => [[112.37, 4.01], [112.37, 6.31], [115.37, 6.31], [115.37, 4.01]],
6476
            'bounding_box_crosses_antimeridian' => false,
6477
        ],
6478
        'urn:ogc:def:crs:EPSG::5252' => [
6479
            'name' => 'TUREF',
6480
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6481
            'datum' => 'urn:ogc:def:datum:EPSG::1057',
6482
            'bounding_box' => [[25.62, 34.42], [25.62, 43.45], [44.83, 43.45], [44.83, 34.42]],
6483
            'bounding_box_crosses_antimeridian' => false,
6484
        ],
6485
        'urn:ogc:def:crs:EPSG::5264' => [
6486
            'name' => 'DRUKREF 03',
6487
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6488
            'datum' => 'urn:ogc:def:datum:EPSG::1058',
6489
            'bounding_box' => [[88.73999999999999, 26.7], [88.73999999999999, 28.33], [92.13, 28.33], [92.13, 26.7]],
6490
            'bounding_box_crosses_antimeridian' => false,
6491
        ],
6492
        'urn:ogc:def:crs:EPSG::5324' => [
6493
            'name' => 'ISN2004',
6494
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6495
            'datum' => 'urn:ogc:def:datum:EPSG::1060',
6496
            'bounding_box' => [[-30.87, 59.96], [-30.87, 69.59], [-5.55, 69.59], [-5.55, 59.96]],
6497
            'bounding_box_crosses_antimeridian' => false,
6498
        ],
6499
        'urn:ogc:def:crs:EPSG::5340' => [
6500
            'name' => 'POSGAR 2007',
6501
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6502
            'datum' => 'urn:ogc:def:datum:EPSG::1062',
6503
            'bounding_box' => [[-73.59, -58.41], [-73.59, -21.78], [-52.63, -21.78], [-52.63, -58.41]],
6504
            'bounding_box_crosses_antimeridian' => false,
6505
        ],
6506
        'urn:ogc:def:crs:EPSG::5354' => [
6507
            'name' => 'MARGEN',
6508
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6509
            'datum' => 'urn:ogc:def:datum:EPSG::1063',
6510
            'bounding_box' => [[-69.66, -22.91], [-69.66, -9.67], [-57.52, -9.67], [-57.52, -22.91]],
6511
            'bounding_box_crosses_antimeridian' => false,
6512
        ],
6513
        'urn:ogc:def:crs:EPSG::5360' => [
6514
            'name' => 'SIRGAS-Chile 2002',
6515
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6516
            'datum' => 'urn:ogc:def:datum:EPSG::1064',
6517
            'bounding_box' => [[-113.21, -59.87], [-113.21, -17.5], [-65.72, -17.5], [-65.72, -59.87]],
6518
            'bounding_box_crosses_antimeridian' => false,
6519
        ],
6520
        'urn:ogc:def:crs:EPSG::5365' => [
6521
            'name' => 'CR05',
6522
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6523
            'datum' => 'urn:ogc:def:datum:EPSG::1065',
6524
            'bounding_box' => [[-90.45, 2.15], [-90.45, 11.77], [-81.43000000000001, 11.77], [-81.43000000000001, 2.15]],
6525
            'bounding_box_crosses_antimeridian' => false,
6526
        ],
6527
        'urn:ogc:def:crs:EPSG::5371' => [
6528
            'name' => 'MACARIO SOLIS',
6529
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6530
            'datum' => 'urn:ogc:def:datum:EPSG::1066',
6531
            'bounding_box' => [[-84.31999999999999, 5.0], [-84.31999999999999, 12.51], [-77.04000000000001, 12.51], [-77.04000000000001, 5.0]],
6532
            'bounding_box_crosses_antimeridian' => false,
6533
        ],
6534
        'urn:ogc:def:crs:EPSG::5373' => [
6535
            'name' => 'Peru96',
6536
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6537
            'datum' => 'urn:ogc:def:datum:EPSG::1067',
6538
            'bounding_box' => [[-84.68000000000001, -21.05], [-84.68000000000001, -0.03], [-68.67, -0.03], [-68.67, -21.05]],
6539
            'bounding_box_crosses_antimeridian' => false,
6540
        ],
6541
        'urn:ogc:def:crs:EPSG::5381' => [
6542
            'name' => 'SIRGAS-ROU98',
6543
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6544
            'datum' => 'urn:ogc:def:datum:EPSG::1068',
6545
            'bounding_box' => [[-58.49, -37.77], [-58.49, -30.09], [-50.01, -30.09], [-50.01, -37.77]],
6546
            'bounding_box_crosses_antimeridian' => false,
6547
        ],
6548
        'urn:ogc:def:crs:EPSG::5393' => [
6549
            'name' => 'SIRGAS_ES2007.8',
6550
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6551
            'datum' => 'urn:ogc:def:datum:EPSG::1069',
6552
            'bounding_box' => [[-91.43000000000001, 9.970000000000001], [-91.43000000000001, 14.44], [-87.65000000000001, 14.44], [-87.65000000000001, 9.970000000000001]],
6553
            'bounding_box_crosses_antimeridian' => false,
6554
        ],
6555
        'urn:ogc:def:crs:EPSG::5451' => [
6556
            'name' => 'Ocotepeque 1935',
6557
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6558
            'datum' => 'urn:ogc:def:datum:EPSG::1070',
6559
            'bounding_box' => [[-92.29000000000001, 7.98], [-92.29000000000001, 17.83], [-82.53, 17.83], [-82.53, 7.98]],
6560
            'bounding_box_crosses_antimeridian' => false,
6561
        ],
6562
        'urn:ogc:def:crs:EPSG::5464' => [
6563
            'name' => 'Sibun Gorge 1922',
6564
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6565
            'datum' => 'urn:ogc:def:datum:EPSG::1071',
6566
            'bounding_box' => [[-89.22, 15.88], [-89.22, 18.49], [-87.72, 18.49], [-87.72, 15.88]],
6567
            'bounding_box_crosses_antimeridian' => false,
6568
        ],
6569
        'urn:ogc:def:crs:EPSG::5467' => [
6570
            'name' => 'Panama-Colon 1911',
6571
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6572
            'datum' => 'urn:ogc:def:datum:EPSG::1072',
6573
            'bounding_box' => [[-83.04000000000001, 7.15], [-83.04000000000001, 9.68], [-77.19, 9.68], [-77.19, 7.15]],
6574
            'bounding_box_crosses_antimeridian' => false,
6575
        ],
6576
        'urn:ogc:def:crs:EPSG::5489' => [
6577
            'name' => 'RGAF09',
6578
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6579
            'datum' => 'urn:ogc:def:datum:EPSG::1073',
6580
            'bounding_box' => [[-63.66, 14.08], [-63.66, 18.54], [-57.52, 18.54], [-57.52, 14.08]],
6581
            'bounding_box_crosses_antimeridian' => false,
6582
        ],
6583
        'urn:ogc:def:crs:EPSG::5524' => [
6584
            'name' => 'Corrego Alegre 1961',
6585
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6586
            'datum' => 'urn:ogc:def:datum:EPSG::1074',
6587
            'bounding_box' => [[-58.16, -27.5], [-58.16, -14.99], [-38.82, -14.99], [-38.82, -27.5]],
6588
            'bounding_box_crosses_antimeridian' => false,
6589
        ],
6590
        'urn:ogc:def:crs:EPSG::5527' => [
6591
            'name' => 'SAD69(96)',
6592
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6593
            'datum' => 'urn:ogc:def:datum:EPSG::1075',
6594
            'bounding_box' => [[-74.01000000000001, -35.71], [-74.01000000000001, 7.04], [-25.28, 7.04], [-25.28, -35.71]],
6595
            'bounding_box_crosses_antimeridian' => false,
6596
        ],
6597
        'urn:ogc:def:crs:EPSG::5546' => [
6598
            'name' => 'PNG94',
6599
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6600
            'datum' => 'urn:ogc:def:datum:EPSG::1076',
6601
            'bounding_box' => [[139.2, -14.75], [139.2, 2.58], [162.81, 2.58], [162.81, -14.75]],
6602
            'bounding_box_crosses_antimeridian' => false,
6603
        ],
6604
        'urn:ogc:def:crs:EPSG::5561' => [
6605
            'name' => 'UCS-2000',
6606
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6607
            'datum' => 'urn:ogc:def:datum:EPSG::1077',
6608
            'bounding_box' => [[22.15, 43.18], [22.15, 52.38], [40.18, 52.38], [40.18, 43.18]],
6609
            'bounding_box_crosses_antimeridian' => false,
6610
        ],
6611
        'urn:ogc:def:crs:EPSG::5593' => [
6612
            'name' => 'FEH2010',
6613
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6614
            'datum' => 'urn:ogc:def:datum:EPSG::1078',
6615
            'bounding_box' => [[10.66, 54.33], [10.66, 54.83], [12.01, 54.83], [12.01, 54.33]],
6616
            'bounding_box_crosses_antimeridian' => false,
6617
        ],
6618
        'urn:ogc:def:crs:EPSG::5681' => [
6619
            'name' => 'DB_REF',
6620
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6621
            'datum' => 'urn:ogc:def:datum:EPSG::1081',
6622
            'bounding_box' => [[5.86, 47.27], [5.86, 55.09], [15.04, 55.09], [15.04, 47.27]],
6623
            'bounding_box_crosses_antimeridian' => false,
6624
        ],
6625
        'urn:ogc:def:crs:EPSG::5886' => [
6626
            'name' => 'TGD2005',
6627
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6628
            'datum' => 'urn:ogc:def:datum:EPSG::1095',
6629
            'bounding_box' => [[-179.08, -25.68], [-179.08, -14.14], [-171.28, -14.14], [-171.28, -25.68]],
6630
            'bounding_box_crosses_antimeridian' => false,
6631
        ],
6632
        'urn:ogc:def:crs:EPSG::6135' => [
6633
            'name' => 'CIGD11',
6634
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6635
            'datum' => 'urn:ogc:def:datum:EPSG::1100',
6636
            'bounding_box' => [[-83.59999999999999, 17.58], [-83.59999999999999, 20.68], [-78.72, 20.68], [-78.72, 17.58]],
6637
            'bounding_box_crosses_antimeridian' => false,
6638
        ],
6639
        'urn:ogc:def:crs:EPSG::6207' => [
6640
            'name' => 'Nepal 1981',
6641
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6642
            'datum' => 'urn:ogc:def:datum:EPSG::1111',
6643
            'bounding_box' => [[80.06, 26.34], [80.06, 30.43], [88.20999999999999, 30.43], [88.20999999999999, 26.34]],
6644
            'bounding_box_crosses_antimeridian' => false,
6645
        ],
6646
        'urn:ogc:def:crs:EPSG::6311' => [
6647
            'name' => 'CGRS93',
6648
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6649
            'datum' => 'urn:ogc:def:datum:EPSG::1112',
6650
            'bounding_box' => [[32.2, 34.59], [32.2, 35.74], [34.65, 35.74], [34.65, 34.59]],
6651
            'bounding_box_crosses_antimeridian' => false,
6652
        ],
6653
        'urn:ogc:def:crs:EPSG::6318' => [
6654
            'name' => 'NAD83(2011)',
6655
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6656
            'datum' => 'urn:ogc:def:datum:EPSG::1116',
6657
            'bounding_box' => [[167.65, 14.92], [167.65, 74.70999999999999], [-63.88, 74.70999999999999], [-63.88, 14.92]],
6658
            'bounding_box_crosses_antimeridian' => true,
6659
        ],
6660
        'urn:ogc:def:crs:EPSG::6322' => [
6661
            'name' => 'NAD83(PA11)',
6662
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6663
            'datum' => 'urn:ogc:def:datum:EPSG::1117',
6664
            'bounding_box' => [[157.47, -17.56], [157.47, 31.8], [-151.27, 31.8], [-151.27, -17.56]],
6665
            'bounding_box_crosses_antimeridian' => true,
6666
        ],
6667
        'urn:ogc:def:crs:EPSG::6325' => [
6668
            'name' => 'NAD83(MA11)',
6669
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6670
            'datum' => 'urn:ogc:def:datum:EPSG::1118',
6671
            'bounding_box' => [[129.48, 1.64], [129.48, 23.9], [149.55, 23.9], [149.55, 1.64]],
6672
            'bounding_box_crosses_antimeridian' => false,
6673
        ],
6674
        'urn:ogc:def:crs:EPSG::6365' => [
6675
            'name' => 'Mexico ITRF2008',
6676
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6677
            'datum' => 'urn:ogc:def:datum:EPSG::1120',
6678
            'bounding_box' => [[-122.19, 12.1], [-122.19, 32.72], [-84.64, 32.72], [-84.64, 12.1]],
6679
            'bounding_box_crosses_antimeridian' => false,
6680
        ],
6681
        'urn:ogc:def:crs:EPSG::6668' => [
6682
            'name' => 'JGD2011',
6683
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6684
            'datum' => 'urn:ogc:def:datum:EPSG::1128',
6685
            'bounding_box' => [[122.38, 17.09], [122.38, 46.05], [157.65, 46.05], [157.65, 17.09]],
6686
            'bounding_box_crosses_antimeridian' => false,
6687
        ],
6688
        'urn:ogc:def:crs:EPSG::6706' => [
6689
            'name' => 'RDN2008',
6690
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6691
            'datum' => 'urn:ogc:def:datum:EPSG::1132',
6692
            'bounding_box' => [[5.93, 34.76], [5.93, 47.1], [18.99, 47.1], [18.99, 34.76]],
6693
            'bounding_box_crosses_antimeridian' => false,
6694
        ],
6695
        'urn:ogc:def:crs:EPSG::6783' => [
6696
            'name' => 'NAD83(CORS96)',
6697
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6698
            'datum' => 'urn:ogc:def:datum:EPSG::1133',
6699
            'bounding_box' => [[167.65, 14.92], [167.65, 74.70999999999999], [-63.88, 74.70999999999999], [-63.88, 14.92]],
6700
            'bounding_box_crosses_antimeridian' => true,
6701
        ],
6702
        'urn:ogc:def:crs:EPSG::6881' => [
6703
            'name' => 'Aden 1925',
6704
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6705
            'datum' => 'urn:ogc:def:datum:EPSG::1135',
6706
            'bounding_box' => [[43.37, 12.54], [43.37, 19.0], [53.14, 19.0], [53.14, 12.54]],
6707
            'bounding_box_crosses_antimeridian' => false,
6708
        ],
6709
        'urn:ogc:def:crs:EPSG::6882' => [
6710
            'name' => 'Bekaa Valley 1920',
6711
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6712
            'datum' => 'urn:ogc:def:datum:EPSG::1137',
6713
            'bounding_box' => [[35.04, 33.06], [35.04, 34.65], [36.63, 34.65], [36.63, 33.06]],
6714
            'bounding_box_crosses_antimeridian' => false,
6715
        ],
6716
        'urn:ogc:def:crs:EPSG::6883' => [
6717
            'name' => 'Bioko',
6718
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6719
            'datum' => 'urn:ogc:def:datum:EPSG::1136',
6720
            'bounding_box' => [[8.369999999999999, 3.14], [8.369999999999999, 3.82], [9.02, 3.82], [9.02, 3.14]],
6721
            'bounding_box_crosses_antimeridian' => false,
6722
        ],
6723
        'urn:ogc:def:crs:EPSG::6892' => [
6724
            'name' => 'South East Island 1943',
6725
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6726
            'datum' => 'urn:ogc:def:datum:EPSG::1138',
6727
            'bounding_box' => [[55.15, -4.86], [55.15, -3.66], [56.01, -3.66], [56.01, -4.86]],
6728
            'bounding_box_crosses_antimeridian' => false,
6729
        ],
6730
        'urn:ogc:def:crs:EPSG::6894' => [
6731
            'name' => 'Gambia',
6732
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6733
            'datum' => 'urn:ogc:def:datum:EPSG::1139',
6734
            'bounding_box' => [[-16.88, 13.05], [-16.88, 13.83], [-13.79, 13.83], [-13.79, 13.05]],
6735
            'bounding_box_crosses_antimeridian' => false,
6736
        ],
6737
        'urn:ogc:def:crs:EPSG::6983' => [
6738
            'name' => 'IG05 Intermediate CRS',
6739
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6740
            'datum' => 'urn:ogc:def:datum:EPSG::1142',
6741
            'bounding_box' => [[34.17, 29.45], [34.17, 33.28], [35.69, 33.28], [35.69, 29.45]],
6742
            'bounding_box_crosses_antimeridian' => false,
6743
        ],
6744
        'urn:ogc:def:crs:EPSG::6990' => [
6745
            'name' => 'IG05/12 Intermediate CRS',
6746
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6747
            'datum' => 'urn:ogc:def:datum:EPSG::1144',
6748
            'bounding_box' => [[34.17, 29.45], [34.17, 33.28], [35.69, 33.28], [35.69, 29.45]],
6749
            'bounding_box_crosses_antimeridian' => false,
6750
        ],
6751
        'urn:ogc:def:crs:EPSG::7035' => [
6752
            'name' => 'RGSPM06 (lon-lat)',
6753
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6424',
6754
            'datum' => 'urn:ogc:def:datum:EPSG::1038',
6755
            'bounding_box' => [[-57.1, 43.41], [-57.1, 47.37], [-55.9, 47.37], [-55.9, 43.41]],
6756
            'bounding_box_crosses_antimeridian' => false,
6757
        ],
6758
        'urn:ogc:def:crs:EPSG::7037' => [
6759
            'name' => 'RGR92 (lon-lat)',
6760
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6424',
6761
            'datum' => 'urn:ogc:def:datum:EPSG::6627',
6762
            'bounding_box' => [[51.83, -24.72], [51.83, -18.28], [58.24, -18.28], [58.24, -24.72]],
6763
            'bounding_box_crosses_antimeridian' => false,
6764
        ],
6765
        'urn:ogc:def:crs:EPSG::7039' => [
6766
            'name' => 'RGM04 (lon-lat)',
6767
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6424',
6768
            'datum' => 'urn:ogc:def:datum:EPSG::1036',
6769
            'bounding_box' => [[43.68, -14.49], [43.68, -11.33], [46.7, -11.33], [46.7, -14.49]],
6770
            'bounding_box_crosses_antimeridian' => false,
6771
        ],
6772
        'urn:ogc:def:crs:EPSG::7041' => [
6773
            'name' => 'RGFG95 (lon-lat)',
6774
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6424',
6775
            'datum' => 'urn:ogc:def:datum:EPSG::6624',
6776
            'bounding_box' => [[-54.61, 2.11], [-54.61, 8.880000000000001], [-49.45, 8.880000000000001], [-49.45, 2.11]],
6777
            'bounding_box_crosses_antimeridian' => false,
6778
        ],
6779
        'urn:ogc:def:crs:EPSG::7073' => [
6780
            'name' => 'RGTAAF07',
6781
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6782
            'datum' => 'urn:ogc:def:datum:EPSG::1113',
6783
            'bounding_box' => [[37.98, -67.13], [37.98, -20.91], [142.0, -20.91], [142.0, -67.13]],
6784
            'bounding_box_crosses_antimeridian' => false,
6785
        ],
6786
        'urn:ogc:def:crs:EPSG::7084' => [
6787
            'name' => 'RGF93 (lon-lat)',
6788
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6424',
6789
            'datum' => 'urn:ogc:def:datum:EPSG::6171',
6790
            'bounding_box' => [[-9.859999999999999, 41.15], [-9.859999999999999, 51.56], [10.38, 51.56], [10.38, 41.15]],
6791
            'bounding_box_crosses_antimeridian' => false,
6792
        ],
6793
        'urn:ogc:def:crs:EPSG::7086' => [
6794
            'name' => 'RGAF09 (lon-lat)',
6795
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6424',
6796
            'datum' => 'urn:ogc:def:datum:EPSG::1073',
6797
            'bounding_box' => [[-63.66, 14.08], [-63.66, 18.54], [-57.52, 18.54], [-57.52, 14.08]],
6798
            'bounding_box_crosses_antimeridian' => false,
6799
        ],
6800
        'urn:ogc:def:crs:EPSG::7133' => [
6801
            'name' => 'RGTAAF07 (lon-lat)',
6802
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6424',
6803
            'datum' => 'urn:ogc:def:datum:EPSG::1113',
6804
            'bounding_box' => [[37.98, -67.13], [37.98, -20.91], [142.0, -20.91], [142.0, -67.13]],
6805
            'bounding_box_crosses_antimeridian' => false,
6806
        ],
6807
        'urn:ogc:def:crs:EPSG::7136' => [
6808
            'name' => 'IGD05',
6809
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6810
            'datum' => 'urn:ogc:def:datum:EPSG::1114',
6811
            'bounding_box' => [[32.99, 29.45], [32.99, 33.53], [35.69, 33.53], [35.69, 29.45]],
6812
            'bounding_box_crosses_antimeridian' => false,
6813
        ],
6814
        'urn:ogc:def:crs:EPSG::7139' => [
6815
            'name' => 'IGD05/12',
6816
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6817
            'datum' => 'urn:ogc:def:datum:EPSG::1115',
6818
            'bounding_box' => [[32.99, 29.45], [32.99, 33.53], [35.69, 33.53], [35.69, 29.45]],
6819
            'bounding_box_crosses_antimeridian' => false,
6820
        ],
6821
        'urn:ogc:def:crs:EPSG::7373' => [
6822
            'name' => 'ONGD14',
6823
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6824
            'datum' => 'urn:ogc:def:datum:EPSG::1147',
6825
            'bounding_box' => [[51.99, 14.33], [51.99, 26.74], [63.38, 26.74], [63.38, 14.33]],
6826
            'bounding_box_crosses_antimeridian' => false,
6827
        ],
6828
        'urn:ogc:def:crs:EPSG::7683' => [
6829
            'name' => 'GSK-2011',
6830
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6831
            'datum' => 'urn:ogc:def:datum:EPSG::1159',
6832
            'bounding_box' => [[18.925748825074, 39.878541946411], [18.925748825074, 85.190134048462], [-168.97182656183, 85.190134048462], [-168.97182656183, 39.878541946411]],
6833
            'bounding_box_crosses_antimeridian' => true,
6834
        ],
6835
        'urn:ogc:def:crs:EPSG::7686' => [
6836
            'name' => 'Kyrg-06',
6837
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6838
            'datum' => 'urn:ogc:def:datum:EPSG::1160',
6839
            'bounding_box' => [[69.23999999999999, 39.19], [69.23999999999999, 43.22], [80.29000000000001, 43.22], [80.29000000000001, 39.19]],
6840
            'bounding_box_crosses_antimeridian' => false,
6841
        ],
6842
        'urn:ogc:def:crs:EPSG::7798' => [
6843
            'name' => 'BGS2005',
6844
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6845
            'datum' => 'urn:ogc:def:datum:EPSG::1167',
6846
            'bounding_box' => [[22.36, 41.24], [22.36, 44.23], [31.35, 44.23], [31.35, 41.24]],
6847
            'bounding_box_crosses_antimeridian' => false,
6848
        ],
6849
        'urn:ogc:def:crs:EPSG::7844' => [
6850
            'name' => 'GDA2020',
6851
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6852
            'datum' => 'urn:ogc:def:datum:EPSG::1168',
6853
            'bounding_box' => [[93.41, -60.56], [93.41, -8.470000000000001], [173.35, -8.470000000000001], [173.35, -60.56]],
6854
            'bounding_box_crosses_antimeridian' => false,
6855
        ],
6856
        'urn:ogc:def:crs:EPSG::7881' => [
6857
            'name' => 'St. Helena Tritan',
6858
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6859
            'datum' => 'urn:ogc:def:datum:EPSG::1173',
6860
            'bounding_box' => [[-5.85, -16.08], [-5.85, -15.85], [-5.58, -15.85], [-5.58, -16.08]],
6861
            'bounding_box_crosses_antimeridian' => false,
6862
        ],
6863
        'urn:ogc:def:crs:EPSG::7886' => [
6864
            'name' => 'SHGD2015',
6865
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6866
            'datum' => 'urn:ogc:def:datum:EPSG::1174',
6867
            'bounding_box' => [[-5.85, -16.08], [-5.85, -15.85], [-5.58, -15.85], [-5.58, -16.08]],
6868
            'bounding_box_crosses_antimeridian' => false,
6869
        ],
6870
        'urn:ogc:def:crs:EPSG::8042' => [
6871
            'name' => 'Gusterberg (Ferro)',
6872
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6873
            'datum' => 'urn:ogc:def:datum:EPSG::1188',
6874
            'bounding_box' => [[12.07, 46.93], [12.07, 51.06], [16.83, 51.06], [16.83, 46.93]],
6875
            'bounding_box_crosses_antimeridian' => false,
6876
        ],
6877
        'urn:ogc:def:crs:EPSG::8043' => [
6878
            'name' => 'St. Stephen (Ferro)',
6879
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6880
            'datum' => 'urn:ogc:def:datum:EPSG::1189',
6881
            'bounding_box' => [[14.41, 47.42], [14.41, 50.45], [18.86, 50.45], [18.86, 47.42]],
6882
            'bounding_box_crosses_antimeridian' => false,
6883
        ],
6884
        'urn:ogc:def:crs:EPSG::8086' => [
6885
            'name' => 'ISN2016',
6886
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6887
            'datum' => 'urn:ogc:def:datum:EPSG::1187',
6888
            'bounding_box' => [[-30.87, 59.96], [-30.87, 69.59], [-5.55, 69.59], [-5.55, 59.96]],
6889
            'bounding_box_crosses_antimeridian' => false,
6890
        ],
6891
        'urn:ogc:def:crs:EPSG::8232' => [
6892
            'name' => 'NAD83(CSRS96)',
6893
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6894
            'datum' => 'urn:ogc:def:datum:EPSG::1192',
6895
            'bounding_box' => [[-141.01, 40.04], [-141.01, 86.45999999999999], [-47.74, 86.45999999999999], [-47.74, 40.04]],
6896
            'bounding_box_crosses_antimeridian' => false,
6897
        ],
6898
        'urn:ogc:def:crs:EPSG::8237' => [
6899
            'name' => 'NAD83(CSRS)v2',
6900
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6901
            'datum' => 'urn:ogc:def:datum:EPSG::1193',
6902
            'bounding_box' => [[-141.01, 40.04], [-141.01, 86.45999999999999], [-47.74, 86.45999999999999], [-47.74, 40.04]],
6903
            'bounding_box_crosses_antimeridian' => false,
6904
        ],
6905
        'urn:ogc:def:crs:EPSG::8240' => [
6906
            'name' => 'NAD83(CSRS)v3',
6907
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6908
            'datum' => 'urn:ogc:def:datum:EPSG::1194',
6909
            'bounding_box' => [[-141.01, 40.04], [-141.01, 86.45999999999999], [-47.74, 86.45999999999999], [-47.74, 40.04]],
6910
            'bounding_box_crosses_antimeridian' => false,
6911
        ],
6912
        'urn:ogc:def:crs:EPSG::8246' => [
6913
            'name' => 'NAD83(CSRS)v4',
6914
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6915
            'datum' => 'urn:ogc:def:datum:EPSG::1195',
6916
            'bounding_box' => [[-141.01, 40.04], [-141.01, 86.45999999999999], [-47.74, 86.45999999999999], [-47.74, 40.04]],
6917
            'bounding_box_crosses_antimeridian' => false,
6918
        ],
6919
        'urn:ogc:def:crs:EPSG::8249' => [
6920
            'name' => 'NAD83(CSRS)v5',
6921
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6922
            'datum' => 'urn:ogc:def:datum:EPSG::1196',
6923
            'bounding_box' => [[-141.01, 40.04], [-141.01, 86.45999999999999], [-47.74, 86.45999999999999], [-47.74, 40.04]],
6924
            'bounding_box_crosses_antimeridian' => false,
6925
        ],
6926
        'urn:ogc:def:crs:EPSG::8252' => [
6927
            'name' => 'NAD83(CSRS)v6',
6928
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6929
            'datum' => 'urn:ogc:def:datum:EPSG::1197',
6930
            'bounding_box' => [[-141.01, 40.04], [-141.01, 86.45999999999999], [-47.74, 86.45999999999999], [-47.74, 40.04]],
6931
            'bounding_box_crosses_antimeridian' => false,
6932
        ],
6933
        'urn:ogc:def:crs:EPSG::8255' => [
6934
            'name' => 'NAD83(CSRS)v7',
6935
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6936
            'datum' => 'urn:ogc:def:datum:EPSG::1198',
6937
            'bounding_box' => [[-141.01, 40.04], [-141.01, 86.45999999999999], [-47.74, 86.45999999999999], [-47.74, 40.04]],
6938
            'bounding_box_crosses_antimeridian' => false,
6939
        ],
6940
        'urn:ogc:def:crs:EPSG::8351' => [
6941
            'name' => 'S-JTSK [JTSK03]',
6942
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6943
            'datum' => 'urn:ogc:def:datum:EPSG::1201',
6944
            'bounding_box' => [[16.84, 47.73], [16.84, 49.61], [22.56, 49.61], [22.56, 47.73]],
6945
            'bounding_box_crosses_antimeridian' => false,
6946
        ],
6947
        'urn:ogc:def:crs:EPSG::8427' => [
6948
            'name' => 'Hong Kong Geodetic CS',
6949
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6950
            'datum' => 'urn:ogc:def:datum:EPSG::1209',
6951
            'bounding_box' => [[113.76, 22.13], [113.76, 22.58], [114.51, 22.58], [114.51, 22.13]],
6952
            'bounding_box_crosses_antimeridian' => false,
6953
        ],
6954
        'urn:ogc:def:crs:EPSG::8428' => [
6955
            'name' => 'Macao 1920',
6956
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6957
            'datum' => 'urn:ogc:def:datum:EPSG::1207',
6958
            'bounding_box' => [[113.52, 22.06], [113.52, 22.23], [113.68, 22.23], [113.68, 22.06]],
6959
            'bounding_box_crosses_antimeridian' => false,
6960
        ],
6961
        'urn:ogc:def:crs:EPSG::8431' => [
6962
            'name' => 'Macao 2008',
6963
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6964
            'datum' => 'urn:ogc:def:datum:EPSG::1208',
6965
            'bounding_box' => [[113.52, 22.06], [113.52, 22.23], [113.68, 22.23], [113.68, 22.06]],
6966
            'bounding_box_crosses_antimeridian' => false,
6967
        ],
6968
        'urn:ogc:def:crs:EPSG::8545' => [
6969
            'name' => 'NAD83(HARN Corrected)',
6970
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6971
            'datum' => 'urn:ogc:def:datum:EPSG::1212',
6972
            'bounding_box' => [[-67.97, 17.62], [-67.97, 18.57], [-64.51000000000001, 18.57], [-64.51000000000001, 17.62]],
6973
            'bounding_box_crosses_antimeridian' => false,
6974
        ],
6975
        'urn:ogc:def:crs:EPSG::8685' => [
6976
            'name' => 'SRB_ETRS89',
6977
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6978
            'datum' => 'urn:ogc:def:datum:EPSG::1214',
6979
            'bounding_box' => [[18.81702041626, 42.232494354248], [18.81702041626, 46.18111038208], [23.004997253418, 46.18111038208], [23.004997253418, 42.232494354248]],
6980
            'bounding_box_crosses_antimeridian' => false,
6981
        ],
6982
        'urn:ogc:def:crs:EPSG::8694' => [
6983
            'name' => 'Camacupa 2015',
6984
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6985
            'datum' => 'urn:ogc:def:datum:EPSG::1217',
6986
            'bounding_box' => [[8.199999999999999, -18.02], [8.199999999999999, -4.38], [24.09, -4.38], [24.09, -18.02]],
6987
            'bounding_box_crosses_antimeridian' => false,
6988
        ],
6989
        'urn:ogc:def:crs:EPSG::8699' => [
6990
            'name' => 'RSAO13',
6991
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6992
            'datum' => 'urn:ogc:def:datum:EPSG::1220',
6993
            'bounding_box' => [[8.199999999999999, -18.02], [8.199999999999999, -4.38], [24.09, -4.38], [24.09, -18.02]],
6994
            'bounding_box_crosses_antimeridian' => false,
6995
        ],
6996
        'urn:ogc:def:crs:EPSG::8818' => [
6997
            'name' => 'MTRF-2000',
6998
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
6999
            'datum' => 'urn:ogc:def:datum:EPSG::1218',
7000
            'bounding_box' => [[34.44, 16.29], [34.44, 32.16], [55.67, 32.16], [55.67, 16.29]],
7001
            'bounding_box_crosses_antimeridian' => false,
7002
        ],
7003
        'urn:ogc:def:crs:EPSG::8860' => [
7004
            'name' => 'NAD83(FBN)',
7005
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7006
            'datum' => 'urn:ogc:def:datum:EPSG::1211',
7007
            'bounding_box' => [[144.58, -14.59], [144.58, 49.38], [-64.51000000000001, 49.38], [-64.51000000000001, -14.59]],
7008
            'bounding_box_crosses_antimeridian' => true,
7009
        ],
7010
        'urn:ogc:def:crs:EPSG::8888' => [
7011
            'name' => 'WGS 84 (Transit)',
7012
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7013
            'datum' => 'urn:ogc:def:datum:EPSG::1166',
7014
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7015
            'bounding_box_crosses_antimeridian' => false,
7016
        ],
7017
        'urn:ogc:def:crs:EPSG::8900' => [
7018
            'name' => 'RGWF96',
7019
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7020
            'datum' => 'urn:ogc:def:datum:EPSG::1223',
7021
            'bounding_box' => [[179.49, -15.94], [179.49, -9.84], [-174.27, -9.84], [-174.27, -15.94]],
7022
            'bounding_box_crosses_antimeridian' => true,
7023
        ],
7024
        'urn:ogc:def:crs:EPSG::8902' => [
7025
            'name' => 'RGWF96 (lon-lat)',
7026
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6424',
7027
            'datum' => 'urn:ogc:def:datum:EPSG::1223',
7028
            'bounding_box' => [[179.49, -15.94], [179.49, -9.84], [-174.27, -9.84], [-174.27, -15.94]],
7029
            'bounding_box_crosses_antimeridian' => true,
7030
        ],
7031
        'urn:ogc:def:crs:EPSG::8907' => [
7032
            'name' => 'CR-SIRGAS',
7033
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7034
            'datum' => 'urn:ogc:def:datum:EPSG::1225',
7035
            'bounding_box' => [[-90.45, 2.15], [-90.45, 11.77], [-81.43000000000001, 11.77], [-81.43000000000001, 2.15]],
7036
            'bounding_box_crosses_antimeridian' => false,
7037
        ],
7038
        'urn:ogc:def:crs:EPSG::8949' => [
7039
            'name' => 'SIRGAS-Chile 2010',
7040
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7041
            'datum' => 'urn:ogc:def:datum:EPSG::1243',
7042
            'bounding_box' => [[-113.21, -59.87], [-113.21, -17.5], [-65.72, -17.5], [-65.72, -59.87]],
7043
            'bounding_box_crosses_antimeridian' => false,
7044
        ],
7045
        'urn:ogc:def:crs:EPSG::8972' => [
7046
            'name' => 'SIRGAS-CON DGF00P01',
7047
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7048
            'datum' => 'urn:ogc:def:datum:EPSG::1227',
7049
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
7050
            'bounding_box_crosses_antimeridian' => false,
7051
        ],
7052
        'urn:ogc:def:crs:EPSG::8973' => [
7053
            'name' => 'SIRGAS-CON DGF01P01',
7054
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7055
            'datum' => 'urn:ogc:def:datum:EPSG::1228',
7056
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
7057
            'bounding_box_crosses_antimeridian' => false,
7058
        ],
7059
        'urn:ogc:def:crs:EPSG::8974' => [
7060
            'name' => 'SIRGAS-CON DGF01P02',
7061
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7062
            'datum' => 'urn:ogc:def:datum:EPSG::1229',
7063
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
7064
            'bounding_box_crosses_antimeridian' => false,
7065
        ],
7066
        'urn:ogc:def:crs:EPSG::8975' => [
7067
            'name' => 'SIRGAS-CON DGF02P01',
7068
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7069
            'datum' => 'urn:ogc:def:datum:EPSG::1230',
7070
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
7071
            'bounding_box_crosses_antimeridian' => false,
7072
        ],
7073
        'urn:ogc:def:crs:EPSG::8976' => [
7074
            'name' => 'SIRGAS-CON DGF04P01',
7075
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7076
            'datum' => 'urn:ogc:def:datum:EPSG::1231',
7077
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
7078
            'bounding_box_crosses_antimeridian' => false,
7079
        ],
7080
        'urn:ogc:def:crs:EPSG::8977' => [
7081
            'name' => 'SIRGAS-CON DGF05P01',
7082
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7083
            'datum' => 'urn:ogc:def:datum:EPSG::1232',
7084
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
7085
            'bounding_box_crosses_antimeridian' => false,
7086
        ],
7087
        'urn:ogc:def:crs:EPSG::8978' => [
7088
            'name' => 'SIRGAS-CON DGF06P01',
7089
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7090
            'datum' => 'urn:ogc:def:datum:EPSG::1233',
7091
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
7092
            'bounding_box_crosses_antimeridian' => false,
7093
        ],
7094
        'urn:ogc:def:crs:EPSG::8979' => [
7095
            'name' => 'SIRGAS-CON DGF07P01',
7096
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7097
            'datum' => 'urn:ogc:def:datum:EPSG::1234',
7098
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
7099
            'bounding_box_crosses_antimeridian' => false,
7100
        ],
7101
        'urn:ogc:def:crs:EPSG::8980' => [
7102
            'name' => 'SIRGAS-CON DGF08P01',
7103
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7104
            'datum' => 'urn:ogc:def:datum:EPSG::1235',
7105
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
7106
            'bounding_box_crosses_antimeridian' => false,
7107
        ],
7108
        'urn:ogc:def:crs:EPSG::8981' => [
7109
            'name' => 'SIRGAS-CON SIR09P01',
7110
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7111
            'datum' => 'urn:ogc:def:datum:EPSG::1236',
7112
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
7113
            'bounding_box_crosses_antimeridian' => false,
7114
        ],
7115
        'urn:ogc:def:crs:EPSG::8982' => [
7116
            'name' => 'SIRGAS-CON SIR10P01',
7117
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7118
            'datum' => 'urn:ogc:def:datum:EPSG::1237',
7119
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
7120
            'bounding_box_crosses_antimeridian' => false,
7121
        ],
7122
        'urn:ogc:def:crs:EPSG::8983' => [
7123
            'name' => 'SIRGAS-CON SIR11P01',
7124
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7125
            'datum' => 'urn:ogc:def:datum:EPSG::1238',
7126
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
7127
            'bounding_box_crosses_antimeridian' => false,
7128
        ],
7129
        'urn:ogc:def:crs:EPSG::8984' => [
7130
            'name' => 'SIRGAS-CON SIR13P01',
7131
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7132
            'datum' => 'urn:ogc:def:datum:EPSG::1239',
7133
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
7134
            'bounding_box_crosses_antimeridian' => false,
7135
        ],
7136
        'urn:ogc:def:crs:EPSG::8985' => [
7137
            'name' => 'SIRGAS-CON SIR14P01',
7138
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7139
            'datum' => 'urn:ogc:def:datum:EPSG::1240',
7140
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
7141
            'bounding_box_crosses_antimeridian' => false,
7142
        ],
7143
        'urn:ogc:def:crs:EPSG::8986' => [
7144
            'name' => 'SIRGAS-CON SIR15P01',
7145
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7146
            'datum' => 'urn:ogc:def:datum:EPSG::1241',
7147
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
7148
            'bounding_box_crosses_antimeridian' => false,
7149
        ],
7150
        'urn:ogc:def:crs:EPSG::8987' => [
7151
            'name' => 'SIRGAS-CON SIR17P01',
7152
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7153
            'datum' => 'urn:ogc:def:datum:EPSG::1242',
7154
            'bounding_box' => [[-122.19, -59.87], [-122.19, 32.72], [-25.28, 32.72], [-25.28, -59.87]],
7155
            'bounding_box_crosses_antimeridian' => false,
7156
        ],
7157
        'urn:ogc:def:crs:EPSG::8988' => [
7158
            'name' => 'ITRF88',
7159
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7160
            'datum' => 'urn:ogc:def:datum:EPSG::6647',
7161
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7162
            'bounding_box_crosses_antimeridian' => false,
7163
        ],
7164
        'urn:ogc:def:crs:EPSG::8989' => [
7165
            'name' => 'ITRF89',
7166
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7167
            'datum' => 'urn:ogc:def:datum:EPSG::6648',
7168
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7169
            'bounding_box_crosses_antimeridian' => false,
7170
        ],
7171
        'urn:ogc:def:crs:EPSG::8990' => [
7172
            'name' => 'ITRF90',
7173
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7174
            'datum' => 'urn:ogc:def:datum:EPSG::6649',
7175
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7176
            'bounding_box_crosses_antimeridian' => false,
7177
        ],
7178
        'urn:ogc:def:crs:EPSG::8991' => [
7179
            'name' => 'ITRF91',
7180
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7181
            'datum' => 'urn:ogc:def:datum:EPSG::6650',
7182
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7183
            'bounding_box_crosses_antimeridian' => false,
7184
        ],
7185
        'urn:ogc:def:crs:EPSG::8992' => [
7186
            'name' => 'ITRF92',
7187
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7188
            'datum' => 'urn:ogc:def:datum:EPSG::6651',
7189
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7190
            'bounding_box_crosses_antimeridian' => false,
7191
        ],
7192
        'urn:ogc:def:crs:EPSG::8993' => [
7193
            'name' => 'ITRF93',
7194
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7195
            'datum' => 'urn:ogc:def:datum:EPSG::6652',
7196
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7197
            'bounding_box_crosses_antimeridian' => false,
7198
        ],
7199
        'urn:ogc:def:crs:EPSG::8994' => [
7200
            'name' => 'ITRF94',
7201
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7202
            'datum' => 'urn:ogc:def:datum:EPSG::6653',
7203
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7204
            'bounding_box_crosses_antimeridian' => false,
7205
        ],
7206
        'urn:ogc:def:crs:EPSG::8995' => [
7207
            'name' => 'ITRF96',
7208
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7209
            'datum' => 'urn:ogc:def:datum:EPSG::6654',
7210
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7211
            'bounding_box_crosses_antimeridian' => false,
7212
        ],
7213
        'urn:ogc:def:crs:EPSG::8996' => [
7214
            'name' => 'ITRF97',
7215
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7216
            'datum' => 'urn:ogc:def:datum:EPSG::6655',
7217
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7218
            'bounding_box_crosses_antimeridian' => false,
7219
        ],
7220
        'urn:ogc:def:crs:EPSG::8997' => [
7221
            'name' => 'ITRF2000',
7222
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7223
            'datum' => 'urn:ogc:def:datum:EPSG::6656',
7224
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7225
            'bounding_box_crosses_antimeridian' => false,
7226
        ],
7227
        'urn:ogc:def:crs:EPSG::8998' => [
7228
            'name' => 'ITRF2005',
7229
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7230
            'datum' => 'urn:ogc:def:datum:EPSG::6896',
7231
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7232
            'bounding_box_crosses_antimeridian' => false,
7233
        ],
7234
        'urn:ogc:def:crs:EPSG::8999' => [
7235
            'name' => 'ITRF2008',
7236
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7237
            'datum' => 'urn:ogc:def:datum:EPSG::1061',
7238
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7239
            'bounding_box_crosses_antimeridian' => false,
7240
        ],
7241
        'urn:ogc:def:crs:EPSG::9000' => [
7242
            'name' => 'ITRF2014',
7243
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7244
            'datum' => 'urn:ogc:def:datum:EPSG::1165',
7245
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7246
            'bounding_box_crosses_antimeridian' => false,
7247
        ],
7248
        'urn:ogc:def:crs:EPSG::9003' => [
7249
            'name' => 'IGS97',
7250
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7251
            'datum' => 'urn:ogc:def:datum:EPSG::1244',
7252
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7253
            'bounding_box_crosses_antimeridian' => false,
7254
        ],
7255
        'urn:ogc:def:crs:EPSG::9006' => [
7256
            'name' => 'IGS00',
7257
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7258
            'datum' => 'urn:ogc:def:datum:EPSG::1245',
7259
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7260
            'bounding_box_crosses_antimeridian' => false,
7261
        ],
7262
        'urn:ogc:def:crs:EPSG::9009' => [
7263
            'name' => 'IGb00',
7264
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7265
            'datum' => 'urn:ogc:def:datum:EPSG::1246',
7266
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7267
            'bounding_box_crosses_antimeridian' => false,
7268
        ],
7269
        'urn:ogc:def:crs:EPSG::9012' => [
7270
            'name' => 'IGS05',
7271
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7272
            'datum' => 'urn:ogc:def:datum:EPSG::1247',
7273
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7274
            'bounding_box_crosses_antimeridian' => false,
7275
        ],
7276
        'urn:ogc:def:crs:EPSG::9014' => [
7277
            'name' => 'IGS08',
7278
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7279
            'datum' => 'urn:ogc:def:datum:EPSG::1141',
7280
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7281
            'bounding_box_crosses_antimeridian' => false,
7282
        ],
7283
        'urn:ogc:def:crs:EPSG::9017' => [
7284
            'name' => 'IGb08',
7285
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7286
            'datum' => 'urn:ogc:def:datum:EPSG::1248',
7287
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7288
            'bounding_box_crosses_antimeridian' => false,
7289
        ],
7290
        'urn:ogc:def:crs:EPSG::9019' => [
7291
            'name' => 'IGS14',
7292
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7293
            'datum' => 'urn:ogc:def:datum:EPSG::1191',
7294
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7295
            'bounding_box_crosses_antimeridian' => false,
7296
        ],
7297
        'urn:ogc:def:crs:EPSG::9053' => [
7298
            'name' => 'WGS 84 (G730)',
7299
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7300
            'datum' => 'urn:ogc:def:datum:EPSG::1152',
7301
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7302
            'bounding_box_crosses_antimeridian' => false,
7303
        ],
7304
        'urn:ogc:def:crs:EPSG::9054' => [
7305
            'name' => 'WGS 84 (G873)',
7306
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7307
            'datum' => 'urn:ogc:def:datum:EPSG::1153',
7308
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7309
            'bounding_box_crosses_antimeridian' => false,
7310
        ],
7311
        'urn:ogc:def:crs:EPSG::9055' => [
7312
            'name' => 'WGS 84 (G1150)',
7313
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7314
            'datum' => 'urn:ogc:def:datum:EPSG::1154',
7315
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7316
            'bounding_box_crosses_antimeridian' => false,
7317
        ],
7318
        'urn:ogc:def:crs:EPSG::9056' => [
7319
            'name' => 'WGS 84 (G1674)',
7320
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7321
            'datum' => 'urn:ogc:def:datum:EPSG::1155',
7322
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7323
            'bounding_box_crosses_antimeridian' => false,
7324
        ],
7325
        'urn:ogc:def:crs:EPSG::9057' => [
7326
            'name' => 'WGS 84 (G1762)',
7327
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7328
            'datum' => 'urn:ogc:def:datum:EPSG::1156',
7329
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7330
            'bounding_box_crosses_antimeridian' => false,
7331
        ],
7332
        'urn:ogc:def:crs:EPSG::9059' => [
7333
            'name' => 'ETRF89',
7334
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7335
            'datum' => 'urn:ogc:def:datum:EPSG::1178',
7336
            'bounding_box' => [[-16.096100515106, 32.884955146013], [-16.096100515106, 84.722623821813], [40.178745269776, 84.722623821813], [40.178745269776, 32.884955146013]],
7337
            'bounding_box_crosses_antimeridian' => false,
7338
        ],
7339
        'urn:ogc:def:crs:EPSG::9060' => [
7340
            'name' => 'ETRF90',
7341
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7342
            'datum' => 'urn:ogc:def:datum:EPSG::1179',
7343
            'bounding_box' => [[-16.096100515106, 32.884955146013], [-16.096100515106, 84.722623821813], [40.178745269776, 84.722623821813], [40.178745269776, 32.884955146013]],
7344
            'bounding_box_crosses_antimeridian' => false,
7345
        ],
7346
        'urn:ogc:def:crs:EPSG::9061' => [
7347
            'name' => 'ETRF91',
7348
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7349
            'datum' => 'urn:ogc:def:datum:EPSG::1180',
7350
            'bounding_box' => [[-16.096100515106, 32.884955146013], [-16.096100515106, 84.722623821813], [40.178745269776, 84.722623821813], [40.178745269776, 32.884955146013]],
7351
            'bounding_box_crosses_antimeridian' => false,
7352
        ],
7353
        'urn:ogc:def:crs:EPSG::9062' => [
7354
            'name' => 'ETRF92',
7355
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7356
            'datum' => 'urn:ogc:def:datum:EPSG::1181',
7357
            'bounding_box' => [[-16.096100515106, 32.884955146013], [-16.096100515106, 84.722623821813], [40.178745269776, 84.722623821813], [40.178745269776, 32.884955146013]],
7358
            'bounding_box_crosses_antimeridian' => false,
7359
        ],
7360
        'urn:ogc:def:crs:EPSG::9063' => [
7361
            'name' => 'ETRF93',
7362
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7363
            'datum' => 'urn:ogc:def:datum:EPSG::1182',
7364
            'bounding_box' => [[-16.096100515106, 32.884955146013], [-16.096100515106, 84.722623821813], [40.178745269776, 84.722623821813], [40.178745269776, 32.884955146013]],
7365
            'bounding_box_crosses_antimeridian' => false,
7366
        ],
7367
        'urn:ogc:def:crs:EPSG::9064' => [
7368
            'name' => 'ETRF94',
7369
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7370
            'datum' => 'urn:ogc:def:datum:EPSG::1183',
7371
            'bounding_box' => [[-16.096100515106, 32.884955146013], [-16.096100515106, 84.722623821813], [40.178745269776, 84.722623821813], [40.178745269776, 32.884955146013]],
7372
            'bounding_box_crosses_antimeridian' => false,
7373
        ],
7374
        'urn:ogc:def:crs:EPSG::9065' => [
7375
            'name' => 'ETRF96',
7376
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7377
            'datum' => 'urn:ogc:def:datum:EPSG::1184',
7378
            'bounding_box' => [[-16.096100515106, 32.884955146013], [-16.096100515106, 84.722623821813], [40.178745269776, 84.722623821813], [40.178745269776, 32.884955146013]],
7379
            'bounding_box_crosses_antimeridian' => false,
7380
        ],
7381
        'urn:ogc:def:crs:EPSG::9066' => [
7382
            'name' => 'ETRF97',
7383
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7384
            'datum' => 'urn:ogc:def:datum:EPSG::1185',
7385
            'bounding_box' => [[-16.096100515106, 32.884955146013], [-16.096100515106, 84.722623821813], [40.178745269776, 84.722623821813], [40.178745269776, 32.884955146013]],
7386
            'bounding_box_crosses_antimeridian' => false,
7387
        ],
7388
        'urn:ogc:def:crs:EPSG::9067' => [
7389
            'name' => 'ETRF2000',
7390
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7391
            'datum' => 'urn:ogc:def:datum:EPSG::1186',
7392
            'bounding_box' => [[-16.096100515106, 32.884955146013], [-16.096100515106, 84.722623821813], [40.178745269776, 84.722623821813], [40.178745269776, 32.884955146013]],
7393
            'bounding_box_crosses_antimeridian' => false,
7394
        ],
7395
        'urn:ogc:def:crs:EPSG::9068' => [
7396
            'name' => 'ETRF2005',
7397
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7398
            'datum' => 'urn:ogc:def:datum:EPSG::1204',
7399
            'bounding_box' => [[-16.096100515106, 32.884955146013], [-16.096100515106, 84.722623821813], [40.178745269776, 84.722623821813], [40.178745269776, 32.884955146013]],
7400
            'bounding_box_crosses_antimeridian' => false,
7401
        ],
7402
        'urn:ogc:def:crs:EPSG::9069' => [
7403
            'name' => 'ETRF2014',
7404
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7405
            'datum' => 'urn:ogc:def:datum:EPSG::1206',
7406
            'bounding_box' => [[-16.096100515106, 32.884955146013], [-16.096100515106, 84.722623821813], [40.178745269776, 84.722623821813], [40.178745269776, 32.884955146013]],
7407
            'bounding_box_crosses_antimeridian' => false,
7408
        ],
7409
        'urn:ogc:def:crs:EPSG::9072' => [
7410
            'name' => 'NAD83(MARP00)',
7411
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7412
            'datum' => 'urn:ogc:def:datum:EPSG::1221',
7413
            'bounding_box' => [[129.48, 1.64], [129.48, 23.9], [149.55, 23.9], [149.55, 1.64]],
7414
            'bounding_box_crosses_antimeridian' => false,
7415
        ],
7416
        'urn:ogc:def:crs:EPSG::9075' => [
7417
            'name' => 'NAD83(PACP00)',
7418
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7419
            'datum' => 'urn:ogc:def:datum:EPSG::1249',
7420
            'bounding_box' => [[157.47, -17.56], [157.47, 31.8], [-151.27, 31.8], [-151.27, -17.56]],
7421
            'bounding_box_crosses_antimeridian' => true,
7422
        ],
7423
        'urn:ogc:def:crs:EPSG::9140' => [
7424
            'name' => 'KOSOVAREF01',
7425
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7426
            'datum' => 'urn:ogc:def:datum:EPSG::1251',
7427
            'bounding_box' => [[19.97, 41.85], [19.97, 43.25], [21.8, 43.25], [21.8, 41.85]],
7428
            'bounding_box_crosses_antimeridian' => false,
7429
        ],
7430
        'urn:ogc:def:crs:EPSG::9148' => [
7431
            'name' => 'SIRGAS-Chile 2013',
7432
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7433
            'datum' => 'urn:ogc:def:datum:EPSG::1252',
7434
            'bounding_box' => [[-113.21, -59.87], [-113.21, -17.5], [-65.72, -17.5], [-65.72, -59.87]],
7435
            'bounding_box_crosses_antimeridian' => false,
7436
        ],
7437
        'urn:ogc:def:crs:EPSG::9153' => [
7438
            'name' => 'SIRGAS-Chile 2016',
7439
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7440
            'datum' => 'urn:ogc:def:datum:EPSG::1253',
7441
            'bounding_box' => [[-113.21, -59.87], [-113.21, -17.5], [-65.72, -17.5], [-65.72, -59.87]],
7442
            'bounding_box_crosses_antimeridian' => false,
7443
        ],
7444
        'urn:ogc:def:crs:EPSG::9248' => [
7445
            'name' => 'Tapi Aike',
7446
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7447
            'datum' => 'urn:ogc:def:datum:EPSG::1257',
7448
            'bounding_box' => [[-73.28, -52.43], [-73.28, -50.33], [-68.3, -50.33], [-68.3, -52.43]],
7449
            'bounding_box_crosses_antimeridian' => false,
7450
        ],
7451
        'urn:ogc:def:crs:EPSG::9251' => [
7452
            'name' => 'MMN',
7453
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7454
            'datum' => 'urn:ogc:def:datum:EPSG::1258',
7455
            'bounding_box' => [[-68.64, -55.11], [-68.64, -52.59], [-63.73, -52.59], [-63.73, -55.11]],
7456
            'bounding_box_crosses_antimeridian' => false,
7457
        ],
7458
        'urn:ogc:def:crs:EPSG::9253' => [
7459
            'name' => 'MMS',
7460
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7461
            'datum' => 'urn:ogc:def:datum:EPSG::1259',
7462
            'bounding_box' => [[-68.64, -55.11], [-68.64, -52.59], [-63.73, -52.59], [-63.73, -55.11]],
7463
            'bounding_box_crosses_antimeridian' => false,
7464
        ],
7465
        'urn:ogc:def:crs:EPSG::9294' => [
7466
            'name' => 'ONGD17',
7467
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7468
            'datum' => 'urn:ogc:def:datum:EPSG::1263',
7469
            'bounding_box' => [[51.99, 14.33], [51.99, 26.74], [63.38, 26.74], [63.38, 14.33]],
7470
            'bounding_box_crosses_antimeridian' => false,
7471
        ],
7472
        'urn:ogc:def:crs:EPSG::9299' => [
7473
            'name' => 'HS2-IRF',
7474
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7475
            'datum' => 'urn:ogc:def:datum:EPSG::1264',
7476
            'bounding_box' => [[-2.75, 51.45], [-2.75, 53.3], [0.0, 53.3], [0.0, 51.45]],
7477
            'bounding_box_crosses_antimeridian' => false,
7478
        ],
7479
        'urn:ogc:def:crs:EPSG::9309' => [
7480
            'name' => 'ATRF2014',
7481
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7482
            'datum' => 'urn:ogc:def:datum:EPSG::1291',
7483
            'bounding_box' => [[93.41, -60.56], [93.41, -8.470000000000001], [173.35, -8.470000000000001], [173.35, -60.56]],
7484
            'bounding_box_crosses_antimeridian' => false,
7485
        ],
7486
        'urn:ogc:def:crs:EPSG::9333' => [
7487
            'name' => 'KSA-GRF17',
7488
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7489
            'datum' => 'urn:ogc:def:datum:EPSG::1268',
7490
            'bounding_box' => [[34.44, 16.29], [34.44, 32.16], [55.67, 32.16], [55.67, 16.29]],
7491
            'bounding_box_crosses_antimeridian' => false,
7492
        ],
7493
        'urn:ogc:def:crs:EPSG::9364' => [
7494
            'name' => 'TPEN11-IRF',
7495
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7496
            'datum' => 'urn:ogc:def:datum:EPSG::1266',
7497
            'bounding_box' => [[-3.14, 53.32], [-3.14, 53.9], [-1.34, 53.9], [-1.34, 53.32]],
7498
            'bounding_box_crosses_antimeridian' => false,
7499
        ],
7500
        'urn:ogc:def:crs:EPSG::9372' => [
7501
            'name' => 'MML07-IRF',
7502
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7503
            'datum' => 'urn:ogc:def:datum:EPSG::1271',
7504
            'bounding_box' => [[-1.89, 51.46], [-1.89, 53.42], [0.16, 53.42], [0.16, 51.46]],
7505
            'bounding_box_crosses_antimeridian' => false,
7506
        ],
7507
        'urn:ogc:def:crs:EPSG::9380' => [
7508
            'name' => 'IGb14',
7509
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7510
            'datum' => 'urn:ogc:def:datum:EPSG::1272',
7511
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7512
            'bounding_box_crosses_antimeridian' => false,
7513
        ],
7514
        'urn:ogc:def:crs:EPSG::9384' => [
7515
            'name' => 'AbInvA96_2020-IRF',
7516
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7517
            'datum' => 'urn:ogc:def:datum:EPSG::1273',
7518
            'bounding_box' => [[-4.31, 57.1], [-4.31, 57.71], [-2.1, 57.71], [-2.1, 57.1]],
7519
            'bounding_box_crosses_antimeridian' => false,
7520
        ],
7521
        'urn:ogc:def:crs:EPSG::9403' => [
7522
            'name' => 'PN68',
7523
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7524
            'datum' => 'urn:ogc:def:datum:EPSG::1286',
7525
            'bounding_box' => [[-18.22, 27.58], [-18.22, 29.47], [-13.37, 29.47], [-13.37, 27.58]],
7526
            'bounding_box_crosses_antimeridian' => false,
7527
        ],
7528
        'urn:ogc:def:crs:EPSG::9453' => [
7529
            'name' => 'GBK19-IRF',
7530
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7531
            'datum' => 'urn:ogc:def:datum:EPSG::1289',
7532
            'bounding_box' => [[-4.65, 55.55], [-4.65, 55.95], [-4.05, 55.95], [-4.05, 55.55]],
7533
            'bounding_box_crosses_antimeridian' => false,
7534
        ],
7535
        'urn:ogc:def:crs:EPSG::9470' => [
7536
            'name' => 'SRGI2013',
7537
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7538
            'datum' => 'urn:ogc:def:datum:EPSG::1293',
7539
            'bounding_box' => [[92.01000000000001, -13.95], [92.01000000000001, 7.79], [141.46, 7.79], [141.46, -13.95]],
7540
            'bounding_box_crosses_antimeridian' => false,
7541
        ],
7542
        'urn:ogc:def:crs:EPSG::9474' => [
7543
            'name' => 'PZ-90.02',
7544
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7545
            'datum' => 'urn:ogc:def:datum:EPSG::1157',
7546
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7547
            'bounding_box_crosses_antimeridian' => false,
7548
        ],
7549
        'urn:ogc:def:crs:EPSG::9475' => [
7550
            'name' => 'PZ-90.11',
7551
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7552
            'datum' => 'urn:ogc:def:datum:EPSG::1158',
7553
            'bounding_box' => [[-180.0, -90.0], [-180.0, 90.0], [180.0, 90.0], [180.0, -90.0]],
7554
            'bounding_box_crosses_antimeridian' => false,
7555
        ],
7556
        'urn:ogc:def:crs:EPSG::9547' => [
7557
            'name' => 'LTF2004(G)',
7558
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7559
            'datum' => 'urn:ogc:def:datum:EPSG::1295',
7560
            'bounding_box' => [[4.6505192204449, 44.87236950014], [4.6505192204449, 45.88320957683], [7.8772423467624, 45.88320957683], [7.8772423467624, 44.87236950014]],
7561
            'bounding_box_crosses_antimeridian' => false,
7562
        ],
7563
        'urn:ogc:def:crs:EPSG::9696' => [
7564
            'name' => 'REDGEOMIN',
7565
            'coordinate_system' => 'urn:ogc:def:cs:EPSG::6422',
7566
            'datum' => 'urn:ogc:def:datum:EPSG::1304',
7567
            'bounding_box' => [[-113.21, -59.87], [-113.21, -17.5], [-65.72, -17.5], [-65.72, -59.87]],
7568
            'bounding_box_crosses_antimeridian' => false,
7569
        ],
7570
    ];
7571
7572
    private static array $cachedObjects = [];
7573
7574
    private static array $supportedCache = [];
7575
7576 33
    public function __construct(
7577
        string $srid,
7578
        CoordinateSystem $coordinateSystem,
7579
        Datum $datum,
7580
        GeographicPolygon $boundingBox
7581
    ) {
7582 33
        $this->srid = $srid;
7583 33
        $this->coordinateSystem = $coordinateSystem;
7584 33
        $this->datum = $datum;
7585 33
        $this->boundingBox = $boundingBox;
7586
7587 33
        assert(count($coordinateSystem->getAxes()) === 2);
7588 33
    }
7589
7590 140
    public static function fromSRID(string $srid): self
7591
    {
7592 140
        if (!isset(static::$sridData[$srid])) {
7593 1
            throw new UnknownCoordinateReferenceSystemException($srid);
7594
        }
7595
7596 139
        if (!isset(self::$cachedObjects[$srid])) {
7597 32
            $data = static::$sridData[$srid];
7598
7599 32
            self::$cachedObjects[$srid] = new self(
7600 32
                $srid,
7601 32
                Ellipsoidal::fromSRID($data['coordinate_system']),
7602 32
                Datum::fromSRID($data['datum']),
7603 32
                GeographicPolygon::createFromArray($data['bounding_box'], $data['bounding_box_crosses_antimeridian']),
7604
            );
7605
        }
7606
7607 139
        return self::$cachedObjects[$srid];
7608
    }
7609
7610 12
    public static function getSupportedSRIDs(): array
7611
    {
7612 12
        if (!self::$supportedCache) {
0 ignored issues
show
Bug Best Practice introduced by
The expression self::supportedCache of type array is implicitly converted to a boolean; are you sure this is intended? If so, consider using empty($expr) instead to make it clear that you intend to check for an array without elements.

This check marks implicit conversions of arrays to boolean values in a comparison. While in PHP an empty array is considered to be equal (but not identical) to false, this is not always apparent.

Consider making the comparison explicit by using empty(..) or ! empty(...) instead.

Loading history...
7613
            foreach (static::$sridData as $srid => $data) {
7614
                self::$supportedCache[$srid] = $data['name'];
7615
            }
7616
        }
7617
7618 12
        return self::$supportedCache;
7619
    }
7620
}
7621