Passed
Push — master ( 8bd5c3...1e8670 )
by Doug
62:22
created

CoordinateOperations::getOperationData()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 7
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 4
CRAP Score 2

Importance

Changes 0
Metric Value
cc 2
eloc 3
nc 2
nop 1
dl 0
loc 7
ccs 4
cts 4
cp 1
crap 2
rs 10
c 0
b 0
f 0
1
<?php
2
3
/**
4
 * PHPCoord.
5
 *
6
 * @author Doug Wright
7
 */
8
declare(strict_types=1);
9
10
namespace PHPCoord\CoordinateOperation;
11
12
use PHPCoord\Exception\UnknownCoordinateOperationException;
13
use PHPCoord\Geometry\BoundingArea;
14
15
use function str_replace;
16
17
class CoordinateOperations
18
{
19
    protected static array $sridData = [
20
        'urn:ogc:def:coordinateOperation:EPSG::1027' => [
21
            'name' => 'Madrid 1870 (Madrid) to ED50 (2)',
22
            'method' => 'urn:ogc:def:method:EPSG::9617',
23
            'extent' => ['2367'],
24
            'extent_description' => 'Spain - onshore mainland north of the parallel of approximately 41°58\'N from approximately 6°35\'W to the meridian of 4°W of Greenwich and then a line from 41°58\'N, 4°W through 40°N, 0°E of Greenwich.',
25
        ],
26
        'urn:ogc:def:coordinateOperation:EPSG::1028' => [
27
            'name' => 'Madrid 1870 (Madrid) to ED50 (3)',
28
            'method' => 'urn:ogc:def:method:EPSG::9617',
29
            'extent' => ['2368'],
30
            'extent_description' => 'Spain - onshore mainland south of the parallel of approximately 41°58\'N from approximately 6°35\'W to the meridian of 4°W of Greenwich and then a line from 41°58\'N, 4°W through 40°N, 0°E of Greenwich.',
31
        ],
32
        'urn:ogc:def:coordinateOperation:EPSG::1041' => [
33
            'name' => 'TM75 to ETRS89 (1)',
34
            'method' => 'urn:ogc:def:method:EPSG::9648',
35
            'extent' => ['1305'],
36
            'extent_description' => 'Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
37
        ],
38
        'urn:ogc:def:coordinateOperation:EPSG::1057' => [
39
            'name' => 'Ain el Abd to WGS 84 (5)',
40
            'method' => 'urn:ogc:def:method:EPSG::9607',
41
            'extent' => ['2956'],
42
            'extent_description' => 'Kuwait - onshore north of a line between Al Jahra\' and the Kuwait/Iraq/Saudi Arabia border tripoint.',
43
        ],
44
        'urn:ogc:def:coordinateOperation:EPSG::1058' => [
45
            'name' => 'Ain el Abd to WGS 84 (6)',
46
            'method' => 'urn:ogc:def:method:EPSG::9607',
47
            'extent' => ['2957'],
48
            'extent_description' => 'Kuwait - onshore south of a line between Al Jahra\' and the Kuwait/Iraq/Saudi Arabia border tripoint.',
49
        ],
50
        'urn:ogc:def:coordinateOperation:EPSG::1059' => [
51
            'name' => 'KOC to WGS 84 (1)',
52
            'method' => 'urn:ogc:def:method:EPSG::9603',
53
            'extent' => ['3267'],
54
            'extent_description' => 'Kuwait - onshore.',
55
        ],
56
        'urn:ogc:def:coordinateOperation:EPSG::1060' => [
57
            'name' => 'NGN to WGS 84 (1)',
58
            'method' => 'urn:ogc:def:method:EPSG::9603',
59
            'extent' => ['3267'],
60
            'extent_description' => 'Kuwait - onshore.',
61
        ],
62
        'urn:ogc:def:coordinateOperation:EPSG::1062' => [
63
            'name' => 'Kudams to WGS 84 (2)',
64
            'method' => 'urn:ogc:def:method:EPSG::9607',
65
            'extent' => ['1310'],
66
            'extent_description' => 'Kuwait - Kuwait City.',
67
        ],
68
        'urn:ogc:def:coordinateOperation:EPSG::1063' => [
69
            'name' => 'Vientiane 1982 to Lao 1997 (1)',
70
            'method' => 'urn:ogc:def:method:EPSG::9603',
71
            'extent' => ['1138'],
72
            'extent_description' => 'Laos.',
73
        ],
74
        'urn:ogc:def:coordinateOperation:EPSG::1064' => [
75
            'name' => 'Lao 1993 to Lao 1997 (1)',
76
            'method' => 'urn:ogc:def:method:EPSG::9603',
77
            'extent' => ['1138'],
78
            'extent_description' => 'Laos.',
79
        ],
80
        'urn:ogc:def:coordinateOperation:EPSG::1065' => [
81
            'name' => 'Lao 1997 to WGS 84 (1)',
82
            'method' => 'urn:ogc:def:method:EPSG::9603',
83
            'extent' => ['1138'],
84
            'extent_description' => 'Laos.',
85
        ],
86
        'urn:ogc:def:coordinateOperation:EPSG::1070' => [
87
            'name' => 'Guam 1963 to WGS 84 (1)',
88
            'method' => 'urn:ogc:def:method:EPSG::9603',
89
            'extent' => ['3255'],
90
            'extent_description' => 'Guam - onshore.',
91
        ],
92
        'urn:ogc:def:coordinateOperation:EPSG::1071' => [
93
            'name' => 'Palestine 1923 to Israel 1993 (1)',
94
            'method' => 'urn:ogc:def:method:EPSG::9603',
95
            'extent' => ['2603'],
96
            'extent_description' => 'Israel - onshore; Palestine Territory - onshore.',
97
        ],
98
        'urn:ogc:def:coordinateOperation:EPSG::1074' => [
99
            'name' => 'Palestine 1923 to WGS 84 (1)',
100
            'method' => 'urn:ogc:def:method:EPSG::9606',
101
            'extent' => ['2603'],
102
            'extent_description' => 'Israel - onshore; Palestine Territory - onshore.',
103
        ],
104
        'urn:ogc:def:coordinateOperation:EPSG::1080' => [
105
            'name' => 'CI1971 to WGS 84 (1)',
106
            'method' => 'urn:ogc:def:method:EPSG::9603',
107
            'extent' => ['2889'],
108
            'extent_description' => 'New Zealand - Chatham Islands group - onshore.',
109
        ],
110
        'urn:ogc:def:coordinateOperation:EPSG::1082' => [
111
            'name' => 'CI1979 to NZGD2000 (1)',
112
            'method' => 'urn:ogc:def:method:EPSG::9607',
113
            'extent' => ['2889'],
114
            'extent_description' => 'New Zealand - Chatham Islands group - onshore.',
115
        ],
116
        'urn:ogc:def:coordinateOperation:EPSG::1087' => [
117
            'name' => 'ED50 to WGS 84 (37)',
118
            'method' => 'urn:ogc:def:method:EPSG::9603',
119
            'extent' => ['1130'],
120
            'extent_description' => 'Jordan.',
121
        ],
122
        'urn:ogc:def:coordinateOperation:EPSG::1095' => [
123
            'name' => 'PSAD56 to WGS 84 (13)',
124
            'method' => 'urn:ogc:def:method:EPSG::9636',
125
            'extent' => ['3327'],
126
            'extent_description' => 'Venezuela - onshore.',
127
        ],
128
        'urn:ogc:def:coordinateOperation:EPSG::1096' => [
129
            'name' => 'La Canoa to WGS 84 (13)',
130
            'method' => 'urn:ogc:def:method:EPSG::9636',
131
            'extent' => ['3327'],
132
            'extent_description' => 'Venezuela - onshore.',
133
        ],
134
        'urn:ogc:def:coordinateOperation:EPSG::1098' => [
135
            'name' => 'IGM95 to ETRS89 (1)',
136
            'method' => 'urn:ogc:def:method:EPSG::9603',
137
            'extent' => ['3343'],
138
            'extent_description' => 'Italy - onshore and offshore; San Marino, Vatican City State.',
139
        ],
140
        'urn:ogc:def:coordinateOperation:EPSG::1100' => [
141
            'name' => 'Adindan to WGS 84 (1)',
142
            'method' => 'urn:ogc:def:method:EPSG::9603',
143
            'extent' => ['1271'],
144
            'extent_description' => 'Eritrea; Ethiopia; South Sudan; Sudan.',
145
        ],
146
        'urn:ogc:def:coordinateOperation:EPSG::1101' => [
147
            'name' => 'Adindan to WGS 84 (2)',
148
            'method' => 'urn:ogc:def:method:EPSG::9603',
149
            'extent' => ['1057'],
150
            'extent_description' => 'Burkina Faso.',
151
        ],
152
        'urn:ogc:def:coordinateOperation:EPSG::1102' => [
153
            'name' => 'Adindan to WGS 84 (3)',
154
            'method' => 'urn:ogc:def:method:EPSG::9603',
155
            'extent' => ['3226'],
156
            'extent_description' => 'Cameroon - onshore.',
157
        ],
158
        'urn:ogc:def:coordinateOperation:EPSG::1103' => [
159
            'name' => 'Adindan to WGS 84 (4)',
160
            'method' => 'urn:ogc:def:method:EPSG::9603',
161
            'extent' => ['1091'],
162
            'extent_description' => 'Ethiopia.',
163
        ],
164
        'urn:ogc:def:coordinateOperation:EPSG::1104' => [
165
            'name' => 'Adindan to WGS 84 (5)',
166
            'method' => 'urn:ogc:def:method:EPSG::9603',
167
            'extent' => ['1153'],
168
            'extent_description' => 'Mali.',
169
        ],
170
        'urn:ogc:def:coordinateOperation:EPSG::1105' => [
171
            'name' => 'Adindan to WGS 84 (6)',
172
            'method' => 'urn:ogc:def:method:EPSG::9603',
173
            'extent' => ['3304'],
174
            'extent_description' => 'Senegal - onshore.',
175
        ],
176
        'urn:ogc:def:coordinateOperation:EPSG::1106' => [
177
            'name' => 'Adindan to WGS 84 (7)',
178
            'method' => 'urn:ogc:def:method:EPSG::9603',
179
            'extent' => ['3311'],
180
            'extent_description' => 'South Sudan. Sudan - onshore.',
181
        ],
182
        'urn:ogc:def:coordinateOperation:EPSG::1107' => [
183
            'name' => 'Afgooye to WGS 84 (1)',
184
            'method' => 'urn:ogc:def:method:EPSG::9603',
185
            'extent' => ['3308'],
186
            'extent_description' => 'Somalia - onshore.',
187
        ],
188
        'urn:ogc:def:coordinateOperation:EPSG::1110' => [
189
            'name' => 'Ain el Abd to WGS 84 (1)',
190
            'method' => 'urn:ogc:def:method:EPSG::9603',
191
            'extent' => ['3943'],
192
            'extent_description' => 'Bahrain - onshore.',
193
        ],
194
        'urn:ogc:def:coordinateOperation:EPSG::1111' => [
195
            'name' => 'Ain el Abd to WGS 84 (2)',
196
            'method' => 'urn:ogc:def:method:EPSG::9603',
197
            'extent' => ['3303'],
198
            'extent_description' => 'Saudi Arabia - onshore.',
199
        ],
200
        'urn:ogc:def:coordinateOperation:EPSG::1114' => [
201
            'name' => 'Arc 1950 to WGS 84 (2)',
202
            'method' => 'urn:ogc:def:method:EPSG::9603',
203
            'extent' => ['1051'],
204
            'extent_description' => 'Botswana.',
205
        ],
206
        'urn:ogc:def:coordinateOperation:EPSG::1116' => [
207
            'name' => 'Arc 1950 to WGS 84 (4)',
208
            'method' => 'urn:ogc:def:method:EPSG::9603',
209
            'extent' => ['1141'],
210
            'extent_description' => 'Lesotho.',
211
        ],
212
        'urn:ogc:def:coordinateOperation:EPSG::1117' => [
213
            'name' => 'Arc 1950 to WGS 84 (5)',
214
            'method' => 'urn:ogc:def:method:EPSG::9603',
215
            'extent' => ['1150'],
216
            'extent_description' => 'Malawi.',
217
        ],
218
        'urn:ogc:def:coordinateOperation:EPSG::1118' => [
219
            'name' => 'Arc 1950 to WGS 84 (6)',
220
            'method' => 'urn:ogc:def:method:EPSG::9603',
221
            'extent' => ['1224'],
222
            'extent_description' => 'Eswatini (Swaziland).',
223
        ],
224
        'urn:ogc:def:coordinateOperation:EPSG::1120' => [
225
            'name' => 'Arc 1950 to WGS 84 (8)',
226
            'method' => 'urn:ogc:def:method:EPSG::9603',
227
            'extent' => ['1260'],
228
            'extent_description' => 'Zambia.',
229
        ],
230
        'urn:ogc:def:coordinateOperation:EPSG::1122' => [
231
            'name' => 'Arc 1960 to WGS 84 (1)',
232
            'method' => 'urn:ogc:def:method:EPSG::9603',
233
            'extent' => ['2311'],
234
            'extent_description' => 'Kenya; Tanzania.',
235
        ],
236
        'urn:ogc:def:coordinateOperation:EPSG::1126' => [
237
            'name' => 'Bukit Rimpah to WGS 84 (1)',
238
            'method' => 'urn:ogc:def:method:EPSG::9603',
239
            'extent' => ['1287'],
240
            'extent_description' => 'Indonesia - Banga and Belitung Islands.',
241
        ],
242
        'urn:ogc:def:coordinateOperation:EPSG::1129' => [
243
            'name' => 'Cape to WGS 84 (2)',
244
            'method' => 'urn:ogc:def:method:EPSG::9603',
245
            'extent' => ['3309'],
246
            'extent_description' => 'South Africa - mainland onshore.',
247
        ],
248
        'urn:ogc:def:coordinateOperation:EPSG::1130' => [
249
            'name' => 'Carthage to WGS 84 (1)',
250
            'method' => 'urn:ogc:def:method:EPSG::9603',
251
            'extent' => ['1236'],
252
            'extent_description' => 'Tunisia - onshore and offshore.',
253
        ],
254
        'urn:ogc:def:coordinateOperation:EPSG::1132' => [
255
            'name' => 'Corrego Alegre 1970-72 to WGS 84 (1)',
256
            'method' => 'urn:ogc:def:method:EPSG::9603',
257
            'extent' => ['1293'],
258
            'extent_description' => 'Brazil - onshore - west of 54°W and south of 18°S; also south of 15°S between 54°W and 42°W; also east of 42°W.',
259
        ],
260
        'urn:ogc:def:coordinateOperation:EPSG::1133' => [
261
            'name' => 'ED50 to WGS 84 (1)',
262
            'method' => 'urn:ogc:def:method:EPSG::9603',
263
            'extent' => ['2420'],
264
            'extent_description' => 'Austria; Belgium; Denmark; Finland; Faroe islands; France; Germany (west); Gibraltar; Greece; Italy; Luxembourg; Netherlands; Norway; Portugal; Spain; Sweden; Switzerland.',
265
        ],
266
        'urn:ogc:def:coordinateOperation:EPSG::1134' => [
267
            'name' => 'ED50 to WGS 84 (2)',
268
            'method' => 'urn:ogc:def:method:EPSG::9603',
269
            'extent' => ['2421'],
270
            'extent_description' => 'Austria; Denmark; France; Germany (west); Netherlands; Switzerland.',
271
        ],
272
        'urn:ogc:def:coordinateOperation:EPSG::1135' => [
273
            'name' => 'ED50 to WGS 84 (3)',
274
            'method' => 'urn:ogc:def:method:EPSG::9603',
275
            'extent' => ['2345'],
276
            'extent_description' => 'Iraq, Israel, Jordan, Lebanon, Kuwait, Saudi Arabia and Syria - onshore.',
277
        ],
278
        'urn:ogc:def:coordinateOperation:EPSG::1136' => [
279
            'name' => 'ED50 to WGS 84 (4)',
280
            'method' => 'urn:ogc:def:method:EPSG::9603',
281
            'extent' => ['1078'],
282
            'extent_description' => 'Cyprus - onshore and offshore.',
283
        ],
284
        'urn:ogc:def:coordinateOperation:EPSG::1137' => [
285
            'name' => 'ED50 to WGS 84 (5)',
286
            'method' => 'urn:ogc:def:method:EPSG::9603',
287
            'extent' => ['2595'],
288
            'extent_description' => 'Egypt - Western Desert.',
289
        ],
290
        'urn:ogc:def:coordinateOperation:EPSG::1138' => [
291
            'name' => 'ED50 to WGS 84 (6)',
292
            'method' => 'urn:ogc:def:method:EPSG::9603',
293
            'extent' => ['2343'],
294
            'extent_description' => 'Channel islands - onshore. Ireland - onshore. Isle of Man - onshore. United Kingdom (UK) - onshore - England; Scotland; Wales; Northern Ireland.',
295
        ],
296
        'urn:ogc:def:coordinateOperation:EPSG::1139' => [
297
            'name' => 'ED50 to WGS 84 (7)',
298
            'method' => 'urn:ogc:def:method:EPSG::9603',
299
            'extent' => ['2344'],
300
            'extent_description' => 'Finland and Norway - onshore.',
301
        ],
302
        'urn:ogc:def:coordinateOperation:EPSG::1140' => [
303
            'name' => 'ED50 to WGS 84 (8)',
304
            'method' => 'urn:ogc:def:method:EPSG::9603',
305
            'extent' => ['3254'],
306
            'extent_description' => 'Greece - onshore.',
307
        ],
308
        'urn:ogc:def:coordinateOperation:EPSG::1141' => [
309
            'name' => 'ED50(ED77) to WGS 84 (2)',
310
            'method' => 'urn:ogc:def:method:EPSG::9603',
311
            'extent' => ['1123'],
312
            'extent_description' => 'Iran - onshore and offshore.',
313
        ],
314
        'urn:ogc:def:coordinateOperation:EPSG::1142' => [
315
            'name' => 'ED50 to WGS 84 (10)',
316
            'method' => 'urn:ogc:def:method:EPSG::9603',
317
            'extent' => ['2339'],
318
            'extent_description' => 'Italy - Sardinia onshore.',
319
        ],
320
        'urn:ogc:def:coordinateOperation:EPSG::1143' => [
321
            'name' => 'ED50 to WGS 84 (11)',
322
            'method' => 'urn:ogc:def:method:EPSG::9603',
323
            'extent' => ['2340'],
324
            'extent_description' => 'Italy - Sicily onshore.',
325
        ],
326
        'urn:ogc:def:coordinateOperation:EPSG::1144' => [
327
            'name' => 'ED50 to WGS 84 (12)',
328
            'method' => 'urn:ogc:def:method:EPSG::9603',
329
            'extent' => ['3275'],
330
            'extent_description' => 'Malta - onshore.',
331
        ],
332
        'urn:ogc:def:coordinateOperation:EPSG::1145' => [
333
            'name' => 'ED50 to WGS 84 (13)',
334
            'method' => 'urn:ogc:def:method:EPSG::9603',
335
            'extent' => ['2338'],
336
            'extent_description' => 'Portugal; Spain - mainland.',
337
        ],
338
        'urn:ogc:def:coordinateOperation:EPSG::1146' => [
339
            'name' => 'ED87 to WGS 84 (1)',
340
            'method' => 'urn:ogc:def:method:EPSG::9606',
341
            'extent' => ['2330'],
342
            'extent_description' => 'Denmark - North Sea; Germany - North Sea; Netherlands - offshore; Norway - North Sea south of 62°N; United Kingdom (UKCS) - North Sea south of 62°N.',
343
        ],
344
        'urn:ogc:def:coordinateOperation:EPSG::1147' => [
345
            'name' => 'ED50 to ED87 (2)',
346
            'method' => 'urn:ogc:def:method:EPSG::9606',
347
            'extent' => ['2332'],
348
            'extent_description' => 'Norway - offshore north of 65°N. Also Svalbard.',
349
        ],
350
        'urn:ogc:def:coordinateOperation:EPSG::1149' => [
351
            'name' => 'ETRS89 to WGS 84 (1)',
352
            'method' => 'urn:ogc:def:method:EPSG::9603',
353
            'extent' => ['1298'],
354
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
355
        ],
356
        'urn:ogc:def:coordinateOperation:EPSG::1151' => [
357
            'name' => 'NZGD49 to WGS 84 (1)',
358
            'method' => 'urn:ogc:def:method:EPSG::9603',
359
            'extent' => ['3285'],
360
            'extent_description' => 'New Zealand - North Island, South Island, Stewart Island - onshore and nearshore.',
361
        ],
362
        'urn:ogc:def:coordinateOperation:EPSG::1152' => [
363
            'name' => 'Hu Tzu Shan 1950 to WGS 84 (1)',
364
            'method' => 'urn:ogc:def:method:EPSG::9603',
365
            'extent' => ['3315'],
366
            'extent_description' => 'Taiwan, Republic of China - onshore - Taiwan Island, Penghu (Pescadores) Islands.',
367
        ],
368
        'urn:ogc:def:coordinateOperation:EPSG::1153' => [
369
            'name' => 'Indian 1954 to WGS 84 (1)',
370
            'method' => 'urn:ogc:def:method:EPSG::9603',
371
            'extent' => ['3317'],
372
            'extent_description' => 'Thailand - onshore.',
373
        ],
374
        'urn:ogc:def:coordinateOperation:EPSG::1155' => [
375
            'name' => 'Kalianpur 1937 to WGS 84 (1)',
376
            'method' => 'urn:ogc:def:method:EPSG::9603',
377
            'extent' => ['3217'],
378
            'extent_description' => 'Bangladesh - onshore.',
379
        ],
380
        'urn:ogc:def:coordinateOperation:EPSG::1157' => [
381
            'name' => 'Kandawala to WGS 84 (1)',
382
            'method' => 'urn:ogc:def:method:EPSG::9603',
383
            'extent' => ['3310'],
384
            'extent_description' => 'Sri Lanka - onshore.',
385
        ],
386
        'urn:ogc:def:coordinateOperation:EPSG::1158' => [
387
            'name' => 'Kertau 1968 to WGS 84 (1)',
388
            'method' => 'urn:ogc:def:method:EPSG::9603',
389
            'extent' => ['4223'],
390
            'extent_description' => 'Malaysia - West Malaysia onshore and offshore east coast; Singapore - onshore and offshore.',
391
        ],
392
        'urn:ogc:def:coordinateOperation:EPSG::1159' => [
393
            'name' => 'Leigon to WGS 84 (1)',
394
            'method' => 'urn:ogc:def:method:EPSG::9603',
395
            'extent' => ['1104'],
396
            'extent_description' => 'Ghana - onshore and offshore.',
397
        ],
398
        'urn:ogc:def:coordinateOperation:EPSG::1160' => [
399
            'name' => 'Liberia 1964 to WGS 84 (1)',
400
            'method' => 'urn:ogc:def:method:EPSG::9603',
401
            'extent' => ['3270'],
402
            'extent_description' => 'Liberia - onshore.',
403
        ],
404
        'urn:ogc:def:coordinateOperation:EPSG::1161' => [
405
            'name' => 'Luzon 1911 to WGS 84 (1)',
406
            'method' => 'urn:ogc:def:method:EPSG::9603',
407
            'extent' => ['2364'],
408
            'extent_description' => 'Philippines - onshore excluding Mindanao.',
409
        ],
410
        'urn:ogc:def:coordinateOperation:EPSG::1162' => [
411
            'name' => 'Luzon 1911 to WGS 84 (2)',
412
            'method' => 'urn:ogc:def:method:EPSG::9603',
413
            'extent' => ['2365'],
414
            'extent_description' => 'Philippines - Mindanao onshore.',
415
        ],
416
        'urn:ogc:def:coordinateOperation:EPSG::1164' => [
417
            'name' => 'Mahe 1971 to WGS 84 (1)',
418
            'method' => 'urn:ogc:def:method:EPSG::9603',
419
            'extent' => ['2369'],
420
            'extent_description' => 'Seychelles - Mahe Island.',
421
        ],
422
        'urn:ogc:def:coordinateOperation:EPSG::1165' => [
423
            'name' => 'Massawa to WGS 84 (1)',
424
            'method' => 'urn:ogc:def:method:EPSG::9603',
425
            'extent' => ['1089'],
426
            'extent_description' => 'Eritrea - onshore and offshore.',
427
        ],
428
        'urn:ogc:def:coordinateOperation:EPSG::1166' => [
429
            'name' => 'Merchich to WGS 84 (1)',
430
            'method' => 'urn:ogc:def:method:EPSG::9603',
431
            'extent' => ['3280'],
432
            'extent_description' => 'Morocco - onshore.',
433
        ],
434
        'urn:ogc:def:coordinateOperation:EPSG::1167' => [
435
            'name' => 'Minna to WGS 84 (1)',
436
            'method' => 'urn:ogc:def:method:EPSG::9603',
437
            'extent' => ['3226'],
438
            'extent_description' => 'Cameroon - onshore.',
439
        ],
440
        'urn:ogc:def:coordinateOperation:EPSG::1168' => [
441
            'name' => 'Minna to WGS 84 (2)',
442
            'method' => 'urn:ogc:def:method:EPSG::9603',
443
            'extent' => ['1178'],
444
            'extent_description' => 'Nigeria - onshore and offshore.',
445
        ],
446
        'urn:ogc:def:coordinateOperation:EPSG::1170' => [
447
            'name' => 'NAD27 to WGS 84 (1)',
448
            'method' => 'urn:ogc:def:method:EPSG::9603',
449
            'extent' => ['2418'],
450
            'extent_description' => 'Antigua; Barbados; Barbuda; Cuba; Dominican Republic; Grand Cayman; Jamaica; Turks and Caicos Islands. Note: does not include other islands within this geographic area.',
451
        ],
452
        'urn:ogc:def:coordinateOperation:EPSG::1171' => [
453
            'name' => 'NAD27 to WGS 84 (2)',
454
            'method' => 'urn:ogc:def:method:EPSG::9603',
455
            'extent' => ['2419'],
456
            'extent_description' => 'Onshore Belize, Costa Rica, El Salvador, Guatemala, Honduras and Nicaragua.',
457
        ],
458
        'urn:ogc:def:coordinateOperation:EPSG::1172' => [
459
            'name' => 'NAD27 to WGS 84 (3)',
460
            'method' => 'urn:ogc:def:method:EPSG::9603',
461
            'extent' => ['4517'],
462
            'extent_description' => 'Canada - onshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon; offshore east coast west of 44°W and north of 40°N.',
463
        ],
464
        'urn:ogc:def:coordinateOperation:EPSG::1173' => [
465
            'name' => 'NAD27 to WGS 84 (4)',
466
            'method' => 'urn:ogc:def:method:EPSG::9603',
467
            'extent' => ['1323'],
468
            'extent_description' => 'United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming.',
469
        ],
470
        'urn:ogc:def:coordinateOperation:EPSG::1174' => [
471
            'name' => 'NAD27 to WGS 84 (5)',
472
            'method' => 'urn:ogc:def:method:EPSG::9603',
473
            'extent' => ['2389'],
474
            'extent_description' => 'United States (USA) - CONUS east of Mississippi River - onshore - including entire states of Louisiana; Missouri; Minnesota as well as Alabama; Connecticut; Delaware; Florida; Georgia; Illinois; Indiana; Kentucky; Maine; Maryland; Massachusetts; Michigan; Mississippi; New Hampshire; New Jersey; New York; North Carolina; Ohio; Pennsylvania; Rhode Island; South Carolina; Tennessee; Vermont; Virginia; West Virginia; Wisconsin.',
475
        ],
476
        'urn:ogc:def:coordinateOperation:EPSG::1175' => [
477
            'name' => 'NAD27 to WGS 84 (6)',
478
            'method' => 'urn:ogc:def:method:EPSG::9603',
479
            'extent' => ['2390'],
480
            'extent_description' => 'United States (USA) - CONUS west of Mississippi River - onshore - excludes those states covered under Area 2389 - Includes Arizona; Arkansas; California; Colorado; Idaho; Iowa; Kansas; Montana; Nebraska; Nevada; New Mexico; North Dakota; Oklahoma; Oregon; South Dakota; Texas; Utah; Washington; Wyoming.',
481
        ],
482
        'urn:ogc:def:coordinateOperation:EPSG::1176' => [
483
            'name' => 'NAD27 to WGS 84 (7)',
484
            'method' => 'urn:ogc:def:method:EPSG::9603',
485
            'extent' => ['2412'],
486
            'extent_description' => 'United States (USA) - Alaska mainland.',
487
        ],
488
        'urn:ogc:def:coordinateOperation:EPSG::1177' => [
489
            'name' => 'NAD27 to WGS 84 (8)',
490
            'method' => 'urn:ogc:def:method:EPSG::9603',
491
            'extent' => ['2413'],
492
            'extent_description' => 'Bahamas - onshore southwest of a line from 27°30\'N, 77°30\'W through 23°15\'N, 74°30\'W to 22°30\'N, 72°30\'W.',
493
        ],
494
        'urn:ogc:def:coordinateOperation:EPSG::1178' => [
495
            'name' => 'NAD27 to WGS 84 (9)',
496
            'method' => 'urn:ogc:def:method:EPSG::9603',
497
            'extent' => ['2414'],
498
            'extent_description' => 'Bahamas (San Salvador Island) - onshore.',
499
        ],
500
        'urn:ogc:def:coordinateOperation:EPSG::1179' => [
501
            'name' => 'NAD27 to WGS 84 (10)',
502
            'method' => 'urn:ogc:def:method:EPSG::9603',
503
            'extent' => ['2384'],
504
            'extent_description' => 'Canada - Alberta; British Columbia.',
505
        ],
506
        'urn:ogc:def:coordinateOperation:EPSG::1180' => [
507
            'name' => 'NAD27 to WGS 84 (11)',
508
            'method' => 'urn:ogc:def:method:EPSG::9603',
509
            'extent' => ['2415'],
510
            'extent_description' => 'Canada - Manitoba; Ontario.',
511
        ],
512
        'urn:ogc:def:coordinateOperation:EPSG::1181' => [
513
            'name' => 'NAD27 to WGS 84 (12)',
514
            'method' => 'urn:ogc:def:method:EPSG::9603',
515
            'extent' => ['2416'],
516
            'extent_description' => 'Canada - onshore - New Brunswick; Newfoundland and Labrador; Nova Scotia; Prince Edward Island; Quebec.',
517
        ],
518
        'urn:ogc:def:coordinateOperation:EPSG::1182' => [
519
            'name' => 'NAD27 to WGS 84 (13)',
520
            'method' => 'urn:ogc:def:method:EPSG::9603',
521
            'extent' => ['2410'],
522
            'extent_description' => 'Canada - Northwest Territories; Nunavut; Saskatchewan.',
523
        ],
524
        'urn:ogc:def:coordinateOperation:EPSG::1183' => [
525
            'name' => 'NAD27 to WGS 84 (14)',
526
            'method' => 'urn:ogc:def:method:EPSG::9603',
527
            'extent' => ['2417'],
528
            'extent_description' => 'Canada - Yukon.',
529
        ],
530
        'urn:ogc:def:coordinateOperation:EPSG::1184' => [
531
            'name' => 'NAD27 to WGS 84 (15)',
532
            'method' => 'urn:ogc:def:method:EPSG::9603',
533
            'extent' => ['2385'],
534
            'extent_description' => 'Panama - Canal Zone.',
535
        ],
536
        'urn:ogc:def:coordinateOperation:EPSG::1185' => [
537
            'name' => 'NAD27 to WGS 84 (16)',
538
            'method' => 'urn:ogc:def:method:EPSG::9603',
539
            'extent' => ['3235'],
540
            'extent_description' => 'Cuba - onshore.',
541
        ],
542
        'urn:ogc:def:coordinateOperation:EPSG::1186' => [
543
            'name' => 'NAD27 to WGS 84 (17)',
544
            'method' => 'urn:ogc:def:method:EPSG::9603',
545
            'extent' => ['2386'],
546
            'extent_description' => 'Greenland - Hayes Peninsula.',
547
        ],
548
        'urn:ogc:def:coordinateOperation:EPSG::1187' => [
549
            'name' => 'NAD27 to WGS 84 (18)',
550
            'method' => 'urn:ogc:def:method:EPSG::9603',
551
            'extent' => ['3278'],
552
            'extent_description' => 'Mexico - onshore.',
553
        ],
554
        'urn:ogc:def:coordinateOperation:EPSG::1188' => [
555
            'name' => 'NAD83 to WGS 84 (1)',
556
            'method' => 'urn:ogc:def:method:EPSG::9603',
557
            'extent' => ['1325'],
558
            'extent_description' => 'North America - onshore and offshore: Canada - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon. United States (USA) - Alabama; Alaska (mainland); Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming.',
559
        ],
560
        'urn:ogc:def:coordinateOperation:EPSG::1190' => [
561
            'name' => 'Nahrwan 1967 to WGS 84 (2)',
562
            'method' => 'urn:ogc:def:method:EPSG::9603',
563
            'extent' => ['3968'],
564
            'extent_description' => 'Saudi Arabia - onshore Arabian Gulf coastal area.',
565
        ],
566
        'urn:ogc:def:coordinateOperation:EPSG::1191' => [
567
            'name' => 'Nahrwan 1967 to WGS 84 (3)',
568
            'method' => 'urn:ogc:def:method:EPSG::9603',
569
            'extent' => ['1243'],
570
            'extent_description' => 'United Arab Emirates (UAE) - onshore and offshore. Abu Dhabi, Dubai, Sharjah, Umm al Qaywayn, Al Fujairah, Ras al Khaymah.',
571
        ],
572
        'urn:ogc:def:coordinateOperation:EPSG::1194' => [
573
            'name' => 'MGI to WGS 84 (8)',
574
            'method' => 'urn:ogc:def:method:EPSG::9607',
575
            'extent' => ['1543'],
576
            'extent_description' => 'Austria - Styria.',
577
        ],
578
        'urn:ogc:def:coordinateOperation:EPSG::1200' => [
579
            'name' => 'Pointe Noire to WGS 84 (1)',
580
            'method' => 'urn:ogc:def:method:EPSG::9603',
581
            'extent' => ['1072'],
582
            'extent_description' => 'Congo - onshore and offshore.',
583
        ],
584
        'urn:ogc:def:coordinateOperation:EPSG::1201' => [
585
            'name' => 'PSAD56 to WGS 84 (1)',
586
            'method' => 'urn:ogc:def:method:EPSG::9603',
587
            'extent' => ['2399'],
588
            'extent_description' => 'Bolivia; Chile - onshore north of 43°30\'S; Ecuador - mainland onshore; Guyana - onshore; Peru - onshore; Venezuela - onshore.',
589
        ],
590
        'urn:ogc:def:coordinateOperation:EPSG::1202' => [
591
            'name' => 'PSAD56 to WGS 84 (2)',
592
            'method' => 'urn:ogc:def:method:EPSG::9603',
593
            'extent' => ['1049'],
594
            'extent_description' => 'Bolivia.',
595
        ],
596
        'urn:ogc:def:coordinateOperation:EPSG::1205' => [
597
            'name' => 'PSAD56 to WGS 84 (5)',
598
            'method' => 'urn:ogc:def:method:EPSG::9603',
599
            'extent' => ['3229'],
600
            'extent_description' => 'Colombia - mainland onshore.',
601
        ],
602
        'urn:ogc:def:coordinateOperation:EPSG::1206' => [
603
            'name' => 'PSAD56 to WGS 84 (6)',
604
            'method' => 'urn:ogc:def:method:EPSG::9603',
605
            'extent' => ['3241'],
606
            'extent_description' => 'Ecuador - mainland - onshore.',
607
        ],
608
        'urn:ogc:def:coordinateOperation:EPSG::1207' => [
609
            'name' => 'PSAD56 to WGS 84 (7)',
610
            'method' => 'urn:ogc:def:method:EPSG::9603',
611
            'extent' => ['1114'],
612
            'extent_description' => 'Guyana - onshore and offshore.',
613
        ],
614
        'urn:ogc:def:coordinateOperation:EPSG::1208' => [
615
            'name' => 'PSAD56 to WGS 84 (8)',
616
            'method' => 'urn:ogc:def:method:EPSG::9603',
617
            'extent' => ['3292'],
618
            'extent_description' => 'Peru - onshore.',
619
        ],
620
        'urn:ogc:def:coordinateOperation:EPSG::1209' => [
621
            'name' => 'PSAD56 to WGS 84 (9)',
622
            'method' => 'urn:ogc:def:method:EPSG::9603',
623
            'extent' => ['3327'],
624
            'extent_description' => 'Venezuela - onshore.',
625
        ],
626
        'urn:ogc:def:coordinateOperation:EPSG::1210' => [
627
            'name' => 'POSGAR 94 to WGS 84 (1)',
628
            'method' => 'urn:ogc:def:method:EPSG::9603',
629
            'extent' => ['1033'],
630
            'extent_description' => 'Argentina - onshore and offshore.',
631
        ],
632
        'urn:ogc:def:coordinateOperation:EPSG::1225' => [
633
            'name' => 'Sapper Hill 1943 to WGS 84 (1)',
634
            'method' => 'urn:ogc:def:method:EPSG::9603',
635
            'extent' => ['2355'],
636
            'extent_description' => 'Falkland Islands (Malvinas) - East Falkland Island.',
637
        ],
638
        'urn:ogc:def:coordinateOperation:EPSG::1231' => [
639
            'name' => 'Tokyo to WGS 84 (2)',
640
            'method' => 'urn:ogc:def:method:EPSG::9603',
641
            'extent' => ['3995'],
642
            'extent_description' => 'Japan - onshore mainland and adjacent islands.',
643
        ],
644
        'urn:ogc:def:coordinateOperation:EPSG::1233' => [
645
            'name' => 'Tokyo to WGS 84 (4)',
646
            'method' => 'urn:ogc:def:method:EPSG::9603',
647
            'extent' => ['2408'],
648
            'extent_description' => 'Japan - onshore Okinawa.',
649
        ],
650
        'urn:ogc:def:coordinateOperation:EPSG::1235' => [
651
            'name' => 'Zanderij to WGS 84 (1)',
652
            'method' => 'urn:ogc:def:method:EPSG::9603',
653
            'extent' => ['1222'],
654
            'extent_description' => 'Suriname - onshore and offshore.',
655
        ],
656
        'urn:ogc:def:coordinateOperation:EPSG::1237' => [
657
            'name' => 'WGS 72 to WGS 84 (1)',
658
            'method' => 'urn:ogc:def:method:EPSG::9606',
659
            'extent' => ['1262'],
660
            'extent_description' => 'World.',
661
        ],
662
        'urn:ogc:def:coordinateOperation:EPSG::1238' => [
663
            'name' => 'WGS 72 to WGS 84 (2)',
664
            'method' => 'urn:ogc:def:method:EPSG::9606',
665
            'extent' => ['1262'],
666
            'extent_description' => 'World.',
667
        ],
668
        'urn:ogc:def:coordinateOperation:EPSG::1239' => [
669
            'name' => 'WGS 72BE to WGS 72 (1)',
670
            'method' => 'urn:ogc:def:method:EPSG::9606',
671
            'extent' => ['1262'],
672
            'extent_description' => 'World.',
673
        ],
674
        'urn:ogc:def:coordinateOperation:EPSG::1240' => [
675
            'name' => 'WGS 72BE to WGS 84 (1)',
676
            'method' => 'urn:ogc:def:method:EPSG::9606',
677
            'extent' => ['1262'],
678
            'extent_description' => 'World.',
679
        ],
680
        'urn:ogc:def:coordinateOperation:EPSG::1244' => [
681
            'name' => 'PZ-90 to WGS 84 (2)',
682
            'method' => 'urn:ogc:def:method:EPSG::9607',
683
            'extent' => ['1198'],
684
            'extent_description' => 'Russian Federation - onshore and offshore.',
685
        ],
686
        'urn:ogc:def:coordinateOperation:EPSG::1245' => [
687
            'name' => 'ED50 to WGS 84 (16)',
688
            'method' => 'urn:ogc:def:method:EPSG::9603',
689
            'extent' => ['1236'],
690
            'extent_description' => 'Tunisia - onshore and offshore.',
691
        ],
692
        'urn:ogc:def:coordinateOperation:EPSG::1246' => [
693
            'name' => 'Herat North to WGS 84 (1)',
694
            'method' => 'urn:ogc:def:method:EPSG::9603',
695
            'extent' => ['1024'],
696
            'extent_description' => 'Afghanistan.',
697
        ],
698
        'urn:ogc:def:coordinateOperation:EPSG::1249' => [
699
            'name' => 'NAD27 to WGS 84 (21)',
700
            'method' => 'urn:ogc:def:method:EPSG::9603',
701
            'extent' => ['2387'],
702
            'extent_description' => 'United States (USA) - Alaska - Aleutian Islands onshore east of 180°E.',
703
        ],
704
        'urn:ogc:def:coordinateOperation:EPSG::1250' => [
705
            'name' => 'NAD27 to WGS 84 (22)',
706
            'method' => 'urn:ogc:def:method:EPSG::9603',
707
            'extent' => ['2388'],
708
            'extent_description' => 'United States (USA) - Alaska - Aleutian Islands onshore west of 180°W.',
709
        ],
710
        'urn:ogc:def:coordinateOperation:EPSG::1251' => [
711
            'name' => 'NAD83 to WGS 84 (2)',
712
            'method' => 'urn:ogc:def:method:EPSG::9603',
713
            'extent' => ['2157'],
714
            'extent_description' => 'United States (USA) - Alaska - Aleutian Islands onshore.',
715
        ],
716
        'urn:ogc:def:coordinateOperation:EPSG::1252' => [
717
            'name' => 'NAD83 to WGS 84 (3)',
718
            'method' => 'urn:ogc:def:method:EPSG::9603',
719
            'extent' => ['3883'],
720
            'extent_description' => 'United States (USA) - Hawaii - main islands onshore and offshore.',
721
        ],
722
        'urn:ogc:def:coordinateOperation:EPSG::1254' => [
723
            'name' => 'Pulkovo 1942 to WGS 84 (1)',
724
            'method' => 'urn:ogc:def:method:EPSG::9603',
725
            'extent' => ['3296'],
726
            'extent_description' => 'Russian Federation - onshore.',
727
        ],
728
        'urn:ogc:def:coordinateOperation:EPSG::1257' => [
729
            'name' => 'Pulkovo 1995 to PZ-90 (1)',
730
            'method' => 'urn:ogc:def:method:EPSG::9603',
731
            'extent' => ['1198'],
732
            'extent_description' => 'Russian Federation - onshore and offshore.',
733
        ],
734
        'urn:ogc:def:coordinateOperation:EPSG::1260' => [
735
            'name' => 'Makassar (Jakarta) to Makassar (1)',
736
            'method' => 'urn:ogc:def:method:EPSG::9601',
737
            'extent' => ['1316'],
738
            'extent_description' => 'Indonesia - south west Sulawesi.',
739
        ],
740
        'urn:ogc:def:coordinateOperation:EPSG::1262' => [
741
            'name' => 'Monte Mario (Rome) to Monte Mario (1)',
742
            'method' => 'urn:ogc:def:method:EPSG::9601',
743
            'extent' => ['3343'],
744
            'extent_description' => 'Italy - onshore and offshore; San Marino, Vatican City State.',
745
        ],
746
        'urn:ogc:def:coordinateOperation:EPSG::1264' => [
747
            'name' => 'BD50 (Brussels) to BD50 (1)',
748
            'method' => 'urn:ogc:def:method:EPSG::9601',
749
            'extent' => ['1347'],
750
            'extent_description' => 'Belgium - onshore.',
751
        ],
752
        'urn:ogc:def:coordinateOperation:EPSG::1265' => [
753
            'name' => 'Tananarive (Paris) to Tananarive (1)',
754
            'method' => 'urn:ogc:def:method:EPSG::9601',
755
            'extent' => ['3273'],
756
            'extent_description' => 'Madagascar - onshore.',
757
        ],
758
        'urn:ogc:def:coordinateOperation:EPSG::1266' => [
759
            'name' => 'Voirol 1875 (Paris) to Voirol 1875 (1)',
760
            'method' => 'urn:ogc:def:method:EPSG::9601',
761
            'extent' => ['1365'],
762
            'extent_description' => 'Algeria - onshore north of 32°N.',
763
        ],
764
        'urn:ogc:def:coordinateOperation:EPSG::1271' => [
765
            'name' => 'Schwarzeck to WGS 84 (2)',
766
            'method' => 'urn:ogc:def:method:EPSG::9603',
767
            'extent' => ['1169'],
768
            'extent_description' => 'Namibia - onshore and offshore.',
769
        ],
770
        'urn:ogc:def:coordinateOperation:EPSG::1272' => [
771
            'name' => 'GGRS87 to WGS 84 (1)',
772
            'method' => 'urn:ogc:def:method:EPSG::9603',
773
            'extent' => ['3254'],
774
            'extent_description' => 'Greece - onshore.',
775
        ],
776
        'urn:ogc:def:coordinateOperation:EPSG::1274' => [
777
            'name' => 'Pulkovo 1942 to LKS94 (1)',
778
            'method' => 'urn:ogc:def:method:EPSG::9607',
779
            'extent' => ['3272'],
780
            'extent_description' => 'Lithuania - onshore.',
781
        ],
782
        'urn:ogc:def:coordinateOperation:EPSG::1276' => [
783
            'name' => 'NTF to ED50 (1)',
784
            'method' => 'urn:ogc:def:method:EPSG::9603',
785
            'extent' => ['3694'],
786
            'extent_description' => 'France - onshore - mainland and Corsica.',
787
        ],
788
        'urn:ogc:def:coordinateOperation:EPSG::1278' => [
789
            'name' => 'AGD66 to GDA94 (1)',
790
            'method' => 'urn:ogc:def:method:EPSG::9603',
791
            'extent' => ['2575'],
792
            'extent_description' => 'Australia - Australian Capital Territory; New South Wales; Northern Territory; Queensland; South Australia; Tasmania; Western Australia; Victoria.',
793
        ],
794
        'urn:ogc:def:coordinateOperation:EPSG::1280' => [
795
            'name' => 'AGD84 to GDA94 (2)',
796
            'method' => 'urn:ogc:def:method:EPSG::9607',
797
            'extent' => ['2576'],
798
            'extent_description' => 'Australia - Queensland, South Australia, Western Australia, federal areas offshore west of 129°E.',
799
        ],
800
        'urn:ogc:def:coordinateOperation:EPSG::1284' => [
801
            'name' => 'Arc 1960 to WGS 84 (2)',
802
            'method' => 'urn:ogc:def:method:EPSG::9603',
803
            'extent' => ['3264'],
804
            'extent_description' => 'Kenya - onshore.',
805
        ],
806
        'urn:ogc:def:coordinateOperation:EPSG::1285' => [
807
            'name' => 'Arc 1960 to WGS 84 (3)',
808
            'method' => 'urn:ogc:def:method:EPSG::9603',
809
            'extent' => ['3316'],
810
            'extent_description' => 'Tanzania - onshore.',
811
        ],
812
        'urn:ogc:def:coordinateOperation:EPSG::1290' => [
813
            'name' => 'Pulkovo 1942 to WGS 84 (6)',
814
            'method' => 'urn:ogc:def:method:EPSG::9603',
815
            'extent' => ['3268'],
816
            'extent_description' => 'Latvia - onshore.',
817
        ],
818
        'urn:ogc:def:coordinateOperation:EPSG::1291' => [
819
            'name' => 'Pulkovo 1942 to WGS 84 (7)',
820
            'method' => 'urn:ogc:def:method:EPSG::9603',
821
            'extent' => ['1131'],
822
            'extent_description' => 'Kazakhstan - onshore including Caspian Sea.',
823
        ],
824
        'urn:ogc:def:coordinateOperation:EPSG::1294' => [
825
            'name' => 'Voirol 1875 to WGS 84 (1)',
826
            'method' => 'urn:ogc:def:method:EPSG::9603',
827
            'extent' => ['1365'],
828
            'extent_description' => 'Algeria - onshore north of 32°N.',
829
        ],
830
        'urn:ogc:def:coordinateOperation:EPSG::1296' => [
831
            'name' => 'Trinidad 1903 to WGS 84 (1)',
832
            'method' => 'urn:ogc:def:method:EPSG::9603',
833
            'extent' => ['1339'],
834
            'extent_description' => 'Trinidad and Tobago - Trinidad - onshore and offshore.',
835
        ],
836
        'urn:ogc:def:coordinateOperation:EPSG::1298' => [
837
            'name' => 'Tete to Moznet (2)',
838
            'method' => 'urn:ogc:def:method:EPSG::9607',
839
            'extent' => ['2350'],
840
            'extent_description' => 'Mozambique - Maputo province and southern part of Gaza province; i.e. south of approximately 24°S.',
841
        ],
842
        'urn:ogc:def:coordinateOperation:EPSG::1299' => [
843
            'name' => 'Tete to Moznet (3)',
844
            'method' => 'urn:ogc:def:method:EPSG::9607',
845
            'extent' => ['2351'],
846
            'extent_description' => 'Mozambique - provinces of Gaza; Inhambane and southern parts of Sofala and Manhica; i.e. between approximately 24°S and 20°S.',
847
        ],
848
        'urn:ogc:def:coordinateOperation:EPSG::1300' => [
849
            'name' => 'Tete to Moznet (4)',
850
            'method' => 'urn:ogc:def:method:EPSG::9607',
851
            'extent' => ['2352'],
852
            'extent_description' => 'Mozambique - provinces of Sofala north of Beira corridor; Manhica; Tete and Zambezia; i.e. between approximately 20°S and 16°S.',
853
        ],
854
        'urn:ogc:def:coordinateOperation:EPSG::1301' => [
855
            'name' => 'Tete to Moznet (5)',
856
            'method' => 'urn:ogc:def:method:EPSG::9607',
857
            'extent' => ['2353'],
858
            'extent_description' => 'Mozambique - provinces of Nampula; Niassa; Cabo Delgado; i.e. north of approximately 16°S.',
859
        ],
860
        'urn:ogc:def:coordinateOperation:EPSG::1302' => [
861
            'name' => 'Moznet to WGS 84 (1)',
862
            'method' => 'urn:ogc:def:method:EPSG::9607',
863
            'extent' => ['1167'],
864
            'extent_description' => 'Mozambique - onshore and offshore.',
865
        ],
866
        'urn:ogc:def:coordinateOperation:EPSG::1303' => [
867
            'name' => 'Pulkovo 1942 to WGS 84 (10)',
868
            'method' => 'urn:ogc:def:method:EPSG::9606',
869
            'extent' => ['2405'],
870
            'extent_description' => 'Kazakhstan - Caspian Sea.',
871
        ],
872
        'urn:ogc:def:coordinateOperation:EPSG::1304' => [
873
            'name' => 'Indian 1975 to WGS 84 (2)',
874
            'method' => 'urn:ogc:def:method:EPSG::9603',
875
            'extent' => ['3741'],
876
            'extent_description' => 'Thailand - onshore plus offshore Gulf of Thailand.',
877
        ],
878
        'urn:ogc:def:coordinateOperation:EPSG::1305' => [
879
            'name' => 'Tokyo to WGS 84 (5)',
880
            'method' => 'urn:ogc:def:method:EPSG::9603',
881
            'extent' => ['3266'],
882
            'extent_description' => 'Republic of Korea (South Korea) - onshore.',
883
        ],
884
        'urn:ogc:def:coordinateOperation:EPSG::1307' => [
885
            'name' => 'Naparima 1972 to WGS 84 (3)',
886
            'method' => 'urn:ogc:def:method:EPSG::9603',
887
            'extent' => ['1322'],
888
            'extent_description' => 'Trinidad and Tobago - Tobago - onshore.',
889
        ],
890
        'urn:ogc:def:coordinateOperation:EPSG::1311' => [
891
            'name' => 'ED50 to WGS 84 (18)',
892
            'method' => 'urn:ogc:def:method:EPSG::9606',
893
            'extent' => ['2342'],
894
            'extent_description' => 'Denmark - offshore North Sea; Ireland - offshore; Netherlands - offshore; United Kingdom - UKCS offshore.',
895
        ],
896
        'urn:ogc:def:coordinateOperation:EPSG::1313' => [
897
            'name' => 'NAD27 to NAD83 (4)',
898
            'method' => 'urn:ogc:def:method:EPSG::9615',
899
            'extent' => ['4517'],
900
            'extent_description' => 'Canada - onshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon; offshore east coast west of 44°W and north of 40°N.',
901
        ],
902
        'urn:ogc:def:coordinateOperation:EPSG::1314' => [
903
            'name' => 'OSGB36 to WGS 84 (6)',
904
            'method' => 'urn:ogc:def:method:EPSG::9606',
905
            'extent' => ['1264'],
906
            'extent_description' => 'United Kingdom (UK) - Great Britain - England and Wales onshore, Scotland onshore and Western Isles nearshore including Sea of the Hebrides and The Minch; Isle of Man onshore.',
907
        ],
908
        'urn:ogc:def:coordinateOperation:EPSG::1317' => [
909
            'name' => 'Camacupa 1948 to WGS 72BE (1)',
910
            'method' => 'urn:ogc:def:method:EPSG::9603',
911
            'extent' => ['1604'],
912
            'extent_description' => 'Angola - Angola proper - offshore.',
913
        ],
914
        'urn:ogc:def:coordinateOperation:EPSG::1331' => [
915
            'name' => 'EST92 to ETRS89 (1)',
916
            'method' => 'urn:ogc:def:method:EPSG::9607',
917
            'extent' => ['3246'],
918
            'extent_description' => 'Estonia - onshore.',
919
        ],
920
        'urn:ogc:def:coordinateOperation:EPSG::1332' => [
921
            'name' => 'Pulkovo 1942 to EST92 (1)',
922
            'method' => 'urn:ogc:def:method:EPSG::9607',
923
            'extent' => ['3246'],
924
            'extent_description' => 'Estonia - onshore.',
925
        ],
926
        'urn:ogc:def:coordinateOperation:EPSG::1334' => [
927
            'name' => 'Pulkovo 1942 to WGS 84 (12)',
928
            'method' => 'urn:ogc:def:method:EPSG::9607',
929
            'extent' => ['3246'],
930
            'extent_description' => 'Estonia - onshore.',
931
        ],
932
        'urn:ogc:def:coordinateOperation:EPSG::1439' => [
933
            'name' => 'PSD93 to WGS 84 (1)',
934
            'method' => 'urn:ogc:def:method:EPSG::9606',
935
            'extent' => ['3288'],
936
            'extent_description' => 'Oman - onshore. Includes Musandam and the Kuria Muria (Al Hallaniyah) islands.',
937
        ],
938
        'urn:ogc:def:coordinateOperation:EPSG::1440' => [
939
            'name' => 'ED50 to WGS 84 (19)',
940
            'method' => 'urn:ogc:def:method:EPSG::9603',
941
            'extent' => ['3254'],
942
            'extent_description' => 'Greece - onshore.',
943
        ],
944
        'urn:ogc:def:coordinateOperation:EPSG::1441' => [
945
            'name' => 'Antigua 1943 to WGS 84 (1)',
946
            'method' => 'urn:ogc:def:method:EPSG::9603',
947
            'extent' => ['1273'],
948
            'extent_description' => 'Antigua island - onshore.',
949
        ],
950
        'urn:ogc:def:coordinateOperation:EPSG::1442' => [
951
            'name' => 'Dominica 1945 to WGS 84 (1)',
952
            'method' => 'urn:ogc:def:method:EPSG::9603',
953
            'extent' => ['3239'],
954
            'extent_description' => 'Dominica - onshore.',
955
        ],
956
        'urn:ogc:def:coordinateOperation:EPSG::1443' => [
957
            'name' => 'Grenada 1953 to WGS 84 (1)',
958
            'method' => 'urn:ogc:def:method:EPSG::9603',
959
            'extent' => ['3118'],
960
            'extent_description' => 'Grenada - main island - onshore.',
961
        ],
962
        'urn:ogc:def:coordinateOperation:EPSG::1444' => [
963
            'name' => 'Montserrat 1958 to WGS 84 (1)',
964
            'method' => 'urn:ogc:def:method:EPSG::9603',
965
            'extent' => ['3279'],
966
            'extent_description' => 'Montserrat - onshore.',
967
        ],
968
        'urn:ogc:def:coordinateOperation:EPSG::1445' => [
969
            'name' => 'St. Kitts 1955 to WGS 84 (1)',
970
            'method' => 'urn:ogc:def:method:EPSG::9603',
971
            'extent' => ['3297'],
972
            'extent_description' => 'St Kitts and Nevis - onshore.',
973
        ],
974
        'urn:ogc:def:coordinateOperation:EPSG::1447' => [
975
            'name' => 'Anguilla 1957 to WGS 84 (1)',
976
            'method' => 'urn:ogc:def:method:EPSG::9619',
977
            'extent' => ['3214'],
978
            'extent_description' => 'Anguilla - onshore.',
979
        ],
980
        'urn:ogc:def:coordinateOperation:EPSG::1449' => [
981
            'name' => 'HD72 to ETRS89 (2)',
982
            'method' => 'urn:ogc:def:method:EPSG::9607',
983
            'extent' => ['1119'],
984
            'extent_description' => 'Hungary.',
985
        ],
986
        'urn:ogc:def:coordinateOperation:EPSG::1460' => [
987
            'name' => 'AGD66 to GDA94 (4)',
988
            'method' => 'urn:ogc:def:method:EPSG::9607',
989
            'extent' => ['2286'],
990
            'extent_description' => 'Australia - New South Wales and Victoria.',
991
        ],
992
        'urn:ogc:def:coordinateOperation:EPSG::1463' => [
993
            'name' => 'NAD27(76) to NAD83 (1)',
994
            'method' => 'urn:ogc:def:method:EPSG::9615',
995
            'extent' => ['1367'],
996
            'extent_description' => 'Canada - Ontario.',
997
        ],
998
        'urn:ogc:def:coordinateOperation:EPSG::1469' => [
999
            'name' => 'Locodjo 1965 to WGS 84 (1)',
1000
            'method' => 'urn:ogc:def:method:EPSG::9603',
1001
            'extent' => ['2282'],
1002
            'extent_description' => 'Côte d\'Ivoire (Ivory Coast) - Abidjan area.',
1003
        ],
1004
        'urn:ogc:def:coordinateOperation:EPSG::1470' => [
1005
            'name' => 'Abidjan 1987 to WGS 84 (1)',
1006
            'method' => 'urn:ogc:def:method:EPSG::9603',
1007
            'extent' => ['1075'],
1008
            'extent_description' => 'Côte d\'Ivoire (Ivory Coast) - onshore and offshore.',
1009
        ],
1010
        'urn:ogc:def:coordinateOperation:EPSG::1504' => [
1011
            'name' => 'Cape to Hartebeesthoek94 (1)',
1012
            'method' => 'urn:ogc:def:method:EPSG::9603',
1013
            'extent' => ['3309'],
1014
            'extent_description' => 'South Africa - mainland onshore.',
1015
        ],
1016
        'urn:ogc:def:coordinateOperation:EPSG::1505' => [
1017
            'name' => 'Hartebeesthoek94 to WGS 84 (1)',
1018
            'method' => 'urn:ogc:def:method:EPSG::9603',
1019
            'extent' => ['4540'],
1020
            'extent_description' => 'Eswatini (Swaziland); Lesotho; South Africa - onshore and offshore.',
1021
        ],
1022
        'urn:ogc:def:coordinateOperation:EPSG::1509' => [
1023
            'name' => 'CH1903+ to CHTRS95 (1)',
1024
            'method' => 'urn:ogc:def:method:EPSG::9603',
1025
            'extent' => ['1286'],
1026
            'extent_description' => 'Liechtenstein; Switzerland.',
1027
        ],
1028
        'urn:ogc:def:coordinateOperation:EPSG::1512' => [
1029
            'name' => 'Rassadiran to WGS 84 (1)',
1030
            'method' => 'urn:ogc:def:method:EPSG::9603',
1031
            'extent' => ['1338'],
1032
            'extent_description' => 'Iran - Taheri refinery site.',
1033
        ],
1034
        'urn:ogc:def:coordinateOperation:EPSG::1513' => [
1035
            'name' => 'FD58 to WGS 84 (1)',
1036
            'method' => 'urn:ogc:def:method:EPSG::9603',
1037
            'extent' => ['2362'],
1038
            'extent_description' => 'Iran - Kangan district.',
1039
        ],
1040
        'urn:ogc:def:coordinateOperation:EPSG::1514' => [
1041
            'name' => 'ED50(ED77) to WGS 84 (1)',
1042
            'method' => 'urn:ogc:def:method:EPSG::9606',
1043
            'extent' => ['1123'],
1044
            'extent_description' => 'Iran - onshore and offshore.',
1045
        ],
1046
        'urn:ogc:def:coordinateOperation:EPSG::1516' => [
1047
            'name' => 'La Canoa to WGS 84 (18)',
1048
            'method' => 'urn:ogc:def:method:EPSG::9603',
1049
            'extent' => ['2363'],
1050
            'extent_description' => 'Venezuela - east - Delta Amacuro; Anzoategui; Bolivar; Monagas; Sucre states.',
1051
        ],
1052
        'urn:ogc:def:coordinateOperation:EPSG::1517' => [
1053
            'name' => 'Conakry 1905 to WGS 84 (1)',
1054
            'method' => 'urn:ogc:def:method:EPSG::9603',
1055
            'extent' => ['3257'],
1056
            'extent_description' => 'Guinea - onshore.',
1057
        ],
1058
        'urn:ogc:def:coordinateOperation:EPSG::1518' => [
1059
            'name' => 'Dabola 1981 to WGS 84 (1)',
1060
            'method' => 'urn:ogc:def:method:EPSG::9603',
1061
            'extent' => ['3257'],
1062
            'extent_description' => 'Guinea - onshore.',
1063
        ],
1064
        'urn:ogc:def:coordinateOperation:EPSG::1527' => [
1065
            'name' => 'Campo Inchauspe to WGS 84 (2)',
1066
            'method' => 'urn:ogc:def:method:EPSG::9603',
1067
            'extent' => ['2325'],
1068
            'extent_description' => 'Argentina - Neuquen province - Auca Mahuida area.',
1069
        ],
1070
        'urn:ogc:def:coordinateOperation:EPSG::1528' => [
1071
            'name' => 'Chos Malal 1914 to Campo Inchauspe (1)',
1072
            'method' => 'urn:ogc:def:method:EPSG::9603',
1073
            'extent' => ['2325'],
1074
            'extent_description' => 'Argentina - Neuquen province - Auca Mahuida area.',
1075
        ],
1076
        'urn:ogc:def:coordinateOperation:EPSG::1529' => [
1077
            'name' => 'Hito XVIII to WGS 84 (1)',
1078
            'method' => 'urn:ogc:def:method:EPSG::9606',
1079
            'extent' => ['2357'],
1080
            'extent_description' => 'Argentina - Tierra del Fuego onshore.',
1081
        ],
1082
        'urn:ogc:def:coordinateOperation:EPSG::1530' => [
1083
            'name' => 'NAD27 to WGS 84 (30)',
1084
            'method' => 'urn:ogc:def:method:EPSG::9603',
1085
            'extent' => ['1077'],
1086
            'extent_description' => 'Cuba - onshore and offshore.',
1087
        ],
1088
        'urn:ogc:def:coordinateOperation:EPSG::1531' => [
1089
            'name' => 'Nahrwan 1967 to WGS 84 (4)',
1090
            'method' => 'urn:ogc:def:method:EPSG::9603',
1091
            'extent' => ['2392'],
1092
            'extent_description' => 'United Arab Emirates (UAE) - Abu Dhabi offshore - Abu al Bu Khoosh.',
1093
        ],
1094
        'urn:ogc:def:coordinateOperation:EPSG::1532' => [
1095
            'name' => 'M\'poraloko to WGS 84 (2)',
1096
            'method' => 'urn:ogc:def:method:EPSG::9603',
1097
            'extent' => ['1100'],
1098
            'extent_description' => 'Gabon - onshore and offshore.',
1099
        ],
1100
        'urn:ogc:def:coordinateOperation:EPSG::1533' => [
1101
            'name' => 'Kalianpur 1937 to WGS 84 (2)',
1102
            'method' => 'urn:ogc:def:method:EPSG::9603',
1103
            'extent' => ['2361'],
1104
            'extent_description' => 'Myanmar (Burma) - Moattama area.',
1105
        ],
1106
        'urn:ogc:def:coordinateOperation:EPSG::1539' => [
1107
            'name' => 'South Yemen to Yemen NGN96 (1)',
1108
            'method' => 'urn:ogc:def:method:EPSG::9603',
1109
            'extent' => ['1340'],
1110
            'extent_description' => 'Yemen - South Yemen onshore mainland.',
1111
        ],
1112
        'urn:ogc:def:coordinateOperation:EPSG::1540' => [
1113
            'name' => 'Yemen NGN96 to WGS 84 (1)',
1114
            'method' => 'urn:ogc:def:method:EPSG::9603',
1115
            'extent' => ['1257'],
1116
            'extent_description' => 'Yemen - onshore and offshore.',
1117
        ],
1118
        'urn:ogc:def:coordinateOperation:EPSG::1541' => [
1119
            'name' => 'Indian 1960 to WGS 72BE (1)',
1120
            'method' => 'urn:ogc:def:method:EPSG::9603',
1121
            'extent' => ['1495'],
1122
            'extent_description' => 'Vietnam - offshore - Cuu Long basin and northwestern part of Nam Con Son basin.',
1123
        ],
1124
        'urn:ogc:def:coordinateOperation:EPSG::1542' => [
1125
            'name' => 'Indian 1960 to WGS 84 (2)',
1126
            'method' => 'urn:ogc:def:method:EPSG::9603',
1127
            'extent' => ['2359'],
1128
            'extent_description' => 'Vietnam - onshore between 14°N and 18°N.',
1129
        ],
1130
        'urn:ogc:def:coordinateOperation:EPSG::1543' => [
1131
            'name' => 'Indian 1960 to WGS 84 (3)',
1132
            'method' => 'urn:ogc:def:method:EPSG::9603',
1133
            'extent' => ['2360'],
1134
            'extent_description' => 'Vietnam - Con Son Island.',
1135
        ],
1136
        'urn:ogc:def:coordinateOperation:EPSG::1544' => [
1137
            'name' => 'Hanoi 1972 to WGS 84 (1)',
1138
            'method' => 'urn:ogc:def:method:EPSG::9603',
1139
            'extent' => ['1494'],
1140
            'extent_description' => 'Vietnam - onshore Vung Tau area.',
1141
        ],
1142
        'urn:ogc:def:coordinateOperation:EPSG::1545' => [
1143
            'name' => 'Egypt 1907 to WGS 72 (1)',
1144
            'method' => 'urn:ogc:def:method:EPSG::9603',
1145
            'extent' => ['1086'],
1146
            'extent_description' => 'Egypt - onshore and offshore.',
1147
        ],
1148
        'urn:ogc:def:coordinateOperation:EPSG::1547' => [
1149
            'name' => 'Bissau to WGS 84 (1)',
1150
            'method' => 'urn:ogc:def:method:EPSG::9603',
1151
            'extent' => ['3258'],
1152
            'extent_description' => 'Guinea-Bissau - onshore.',
1153
        ],
1154
        'urn:ogc:def:coordinateOperation:EPSG::1555' => [
1155
            'name' => 'Naparima 1955 to WGS 84 (2)',
1156
            'method' => 'urn:ogc:def:method:EPSG::9603',
1157
            'extent' => ['3143'],
1158
            'extent_description' => 'Trinidad and Tobago - Trinidad - onshore.',
1159
        ],
1160
        'urn:ogc:def:coordinateOperation:EPSG::1557' => [
1161
            'name' => 'Malongo 1987 to WGS 84 (2)',
1162
            'method' => 'urn:ogc:def:method:EPSG::9603',
1163
            'extent' => ['3180'],
1164
            'extent_description' => 'Angola (Cabinda) - offshore; The Democratic Republic of the Congo (Zaire) - offshore.',
1165
        ],
1166
        'urn:ogc:def:coordinateOperation:EPSG::1558' => [
1167
            'name' => 'Korean 1995 to WGS 84 (1)',
1168
            'method' => 'urn:ogc:def:method:EPSG::9603',
1169
            'extent' => ['3266'],
1170
            'extent_description' => 'Republic of Korea (South Korea) - onshore.',
1171
        ],
1172
        'urn:ogc:def:coordinateOperation:EPSG::1560' => [
1173
            'name' => 'Nord Sahara 1959 to WGS 72BE (1)',
1174
            'method' => 'urn:ogc:def:method:EPSG::9603',
1175
            'extent' => ['2393'],
1176
            'extent_description' => 'Algeria - Hassi Messaoud.',
1177
        ],
1178
        'urn:ogc:def:coordinateOperation:EPSG::1563' => [
1179
            'name' => 'Qatar 1974 to WGS 84 (3)',
1180
            'method' => 'urn:ogc:def:method:EPSG::9603',
1181
            'extent' => ['1346'],
1182
            'extent_description' => 'Qatar - onshore.',
1183
        ],
1184
        'urn:ogc:def:coordinateOperation:EPSG::1565' => [
1185
            'name' => 'NZGD2000 to WGS 84 (1)',
1186
            'method' => 'urn:ogc:def:method:EPSG::9603',
1187
            'extent' => ['1175'],
1188
            'extent_description' => 'New Zealand - onshore and offshore. Includes Antipodes Islands, Auckland Islands, Bounty Islands, Chatham Islands, Cambell Island, Kermadec Islands, Raoul Island and Snares Islands.',
1189
        ],
1190
        'urn:ogc:def:coordinateOperation:EPSG::1566' => [
1191
            'name' => 'NZGD49 to NZGD2000 (1)',
1192
            'method' => 'urn:ogc:def:method:EPSG::9603',
1193
            'extent' => ['3285'],
1194
            'extent_description' => 'New Zealand - North Island, South Island, Stewart Island - onshore and nearshore.',
1195
        ],
1196
        'urn:ogc:def:coordinateOperation:EPSG::1568' => [
1197
            'name' => 'NZGD49 to NZGD2000 (3)',
1198
            'method' => 'urn:ogc:def:method:EPSG::9615',
1199
            'extent' => ['3285'],
1200
            'extent_description' => 'New Zealand - North Island, South Island, Stewart Island - onshore and nearshore.',
1201
        ],
1202
        'urn:ogc:def:coordinateOperation:EPSG::1570' => [
1203
            'name' => 'Accra to WGS 72BE (1)',
1204
            'method' => 'urn:ogc:def:method:EPSG::9603',
1205
            'extent' => ['1505'],
1206
            'extent_description' => 'Ghana - offshore.',
1207
        ],
1208
        'urn:ogc:def:coordinateOperation:EPSG::1573' => [
1209
            'name' => 'NAD27 to NAD83 (6)',
1210
            'method' => 'urn:ogc:def:method:EPSG::9615',
1211
            'extent' => ['1368'],
1212
            'extent_description' => 'Canada - Quebec.',
1213
        ],
1214
        'urn:ogc:def:coordinateOperation:EPSG::1575' => [
1215
            'name' => 'NAD27(CGQ77) to NAD83 (2)',
1216
            'method' => 'urn:ogc:def:method:EPSG::9615',
1217
            'extent' => ['1368'],
1218
            'extent_description' => 'Canada - Quebec.',
1219
        ],
1220
        'urn:ogc:def:coordinateOperation:EPSG::1577' => [
1221
            'name' => 'American Samoa 1962 to WGS 84 (1)',
1222
            'method' => 'urn:ogc:def:method:EPSG::9603',
1223
            'extent' => ['3109'],
1224
            'extent_description' => 'American Samoa - Tutuila, Aunu\'u, Ofu, Olesega and Ta\'u islands.',
1225
        ],
1226
        'urn:ogc:def:coordinateOperation:EPSG::1580' => [
1227
            'name' => 'NAD83(HARN) to WGS 84 (1)',
1228
            'method' => 'urn:ogc:def:method:EPSG::9603',
1229
            'extent' => ['1337'],
1230
            'extent_description' => 'American Samoa - onshore - Tutuila, Aunu\'u, Ofu, Olesega, Ta\'u and Rose islands. Guam - onshore. Northern Mariana Islands - onshore. Puerto Rico - onshore. United States (USA) - onshore Alabama, Alaska, Arizona, Arkansas, California, Colorado, Connecticut, Delaware, Florida, Georgia, Hawaii, Idaho, Illinois, Indiana, Iowa, Kansas, Kentucky, Louisiana, Maine, Maryland, Massachusetts, Michigan, Minnesota, Mississippi, Missouri, Montana, Nebraska, Nevada, New Hampshire, New Jersey, New Mexico, New York, North Carolina, North Dakota, Ohio, Oklahoma, Oregon, Pennsylvania, Rhode Island, South Carolina, South Dakota, Tennessee, Texas, Utah, Vermont, Virginia, Washington, West Virginia, Wisconsin and Wyoming; offshore Gulf of Mexico continental shelf (GoM OCS). US Virgin Islands - onshore.',
1231
        ],
1232
        'urn:ogc:def:coordinateOperation:EPSG::1581' => [
1233
            'name' => 'SIRGAS 1995 to WGS 84 (1)',
1234
            'method' => 'urn:ogc:def:method:EPSG::9603',
1235
            'extent' => ['3448'],
1236
            'extent_description' => 'South America - onshore and offshore. Ecuador (mainland and Galapagos) - onshore and offshore.',
1237
        ],
1238
        'urn:ogc:def:coordinateOperation:EPSG::1582' => [
1239
            'name' => 'PSAD56 to WGS 84 (10)',
1240
            'method' => 'urn:ogc:def:method:EPSG::9603',
1241
            'extent' => ['2400'],
1242
            'extent_description' => 'Bolivia - Madidi.',
1243
        ],
1244
        'urn:ogc:def:coordinateOperation:EPSG::1583' => [
1245
            'name' => 'PSAD56 to WGS 84 (11)',
1246
            'method' => 'urn:ogc:def:method:EPSG::9603',
1247
            'extent' => ['2401'],
1248
            'extent_description' => 'Bolivia - Block 20.',
1249
        ],
1250
        'urn:ogc:def:coordinateOperation:EPSG::1584' => [
1251
            'name' => 'Deir ez Zor to WGS 72BE (1)',
1252
            'method' => 'urn:ogc:def:method:EPSG::9603',
1253
            'extent' => ['2329'],
1254
            'extent_description' => 'Syria - Deir area (35°22\'N, 40°06\'E)',
1255
        ],
1256
        'urn:ogc:def:coordinateOperation:EPSG::1587' => [
1257
            'name' => 'Deir ez Zor to WGS 84 (4)',
1258
            'method' => 'urn:ogc:def:method:EPSG::9603',
1259
            'extent' => ['2328'],
1260
            'extent_description' => 'Syria - Shaddadeh area (36°N, 41°E)',
1261
        ],
1262
        'urn:ogc:def:coordinateOperation:EPSG::1588' => [
1263
            'name' => 'ED50 to ETRS89 (1)',
1264
            'method' => 'urn:ogc:def:method:EPSG::9606',
1265
            'extent' => ['2332'],
1266
            'extent_description' => 'Norway - offshore north of 65°N. Also Svalbard.',
1267
        ],
1268
        'urn:ogc:def:coordinateOperation:EPSG::1591' => [
1269
            'name' => 'RGF93 v1 to ETRS89 (1)',
1270
            'method' => 'urn:ogc:def:method:EPSG::9603',
1271
            'extent' => ['1096'],
1272
            'extent_description' => 'France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica).',
1273
        ],
1274
        'urn:ogc:def:coordinateOperation:EPSG::1594' => [
1275
            'name' => 'AGD66 to GDA94 (8)',
1276
            'method' => 'urn:ogc:def:method:EPSG::9607',
1277
            'extent' => ['1282'],
1278
            'extent_description' => 'Australia - Tasmania including islands - onshore.',
1279
        ],
1280
        'urn:ogc:def:coordinateOperation:EPSG::1595' => [
1281
            'name' => 'AGD66 to GDA94 (9)',
1282
            'method' => 'urn:ogc:def:method:EPSG::9607',
1283
            'extent' => ['2284'],
1284
            'extent_description' => 'Australia - Northern Territory.',
1285
        ],
1286
        'urn:ogc:def:coordinateOperation:EPSG::1610' => [
1287
            'name' => 'BD72 to WGS 84 (2)',
1288
            'method' => 'urn:ogc:def:method:EPSG::9603',
1289
            'extent' => ['1347'],
1290
            'extent_description' => 'Belgium - onshore.',
1291
        ],
1292
        'urn:ogc:def:coordinateOperation:EPSG::1611' => [
1293
            'name' => 'IRENET95 to ETRS89 (1)',
1294
            'method' => 'urn:ogc:def:method:EPSG::9603',
1295
            'extent' => ['1305'],
1296
            'extent_description' => 'Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
1297
        ],
1298
        'urn:ogc:def:coordinateOperation:EPSG::1613' => [
1299
            'name' => 'ED50 to WGS 84 (24)',
1300
            'method' => 'urn:ogc:def:method:EPSG::9606',
1301
            'extent' => ['2334'],
1302
            'extent_description' => 'Norway - offshore south of 62°N - North Sea.',
1303
        ],
1304
        'urn:ogc:def:coordinateOperation:EPSG::1614' => [
1305
            'name' => 'Sierra Leone 1968 to WGS 84 (1)',
1306
            'method' => 'urn:ogc:def:method:EPSG::9603',
1307
            'extent' => ['3306'],
1308
            'extent_description' => 'Sierra Leone - onshore.',
1309
        ],
1310
        'urn:ogc:def:coordinateOperation:EPSG::1616' => [
1311
            'name' => 'PSD93 to WGS 72 (1)',
1312
            'method' => 'urn:ogc:def:method:EPSG::9606',
1313
            'extent' => ['3288'],
1314
            'extent_description' => 'Oman - onshore. Includes Musandam and the Kuria Muria (Al Hallaniyah) islands.',
1315
        ],
1316
        'urn:ogc:def:coordinateOperation:EPSG::1617' => [
1317
            'name' => 'PSD93 to WGS 84 (3)',
1318
            'method' => 'urn:ogc:def:method:EPSG::9606',
1319
            'extent' => ['2404'],
1320
            'extent_description' => 'Oman - block 4.',
1321
        ],
1322
        'urn:ogc:def:coordinateOperation:EPSG::1619' => [
1323
            'name' => 'MGI to ETRS89 (1)',
1324
            'method' => 'urn:ogc:def:method:EPSG::9606',
1325
            'extent' => ['1037'],
1326
            'extent_description' => 'Austria.',
1327
        ],
1328
        'urn:ogc:def:coordinateOperation:EPSG::1626' => [
1329
            'name' => 'ED50 to ETRS89 (4)',
1330
            'method' => 'urn:ogc:def:method:EPSG::9606',
1331
            'extent' => ['3237'],
1332
            'extent_description' => 'Denmark - onshore.',
1333
        ],
1334
        'urn:ogc:def:coordinateOperation:EPSG::1628' => [
1335
            'name' => 'ED50 to ETRS89 (5)',
1336
            'method' => 'urn:ogc:def:method:EPSG::9603',
1337
            'extent' => ['1105'],
1338
            'extent_description' => 'Gibraltar - onshore and offshore.',
1339
        ],
1340
        'urn:ogc:def:coordinateOperation:EPSG::1630' => [
1341
            'name' => 'ED50 to ETRS89 (6)',
1342
            'method' => 'urn:ogc:def:method:EPSG::9606',
1343
            'extent' => ['2335'],
1344
            'extent_description' => 'Spain - Balearic Islands.',
1345
        ],
1346
        'urn:ogc:def:coordinateOperation:EPSG::1632' => [
1347
            'name' => 'ED50 to ETRS89 (7)',
1348
            'method' => 'urn:ogc:def:method:EPSG::9606',
1349
            'extent' => ['2336'],
1350
            'extent_description' => 'Spain - onshore mainland except northwest (north of 41°30\'N and west of 4°30\'W).',
1351
        ],
1352
        'urn:ogc:def:coordinateOperation:EPSG::1634' => [
1353
            'name' => 'ED50 to ETRS89 (8)',
1354
            'method' => 'urn:ogc:def:method:EPSG::9606',
1355
            'extent' => ['2337'],
1356
            'extent_description' => 'Spain - onshore mainland north of 41°30\'N and west of 4°30\' W.',
1357
        ],
1358
        'urn:ogc:def:coordinateOperation:EPSG::1644' => [
1359
            'name' => 'Pulkovo 1942(58) to ETRS89 (1)',
1360
            'method' => 'urn:ogc:def:method:EPSG::9606',
1361
            'extent' => ['3293'],
1362
            'extent_description' => 'Poland - onshore.',
1363
        ],
1364
        'urn:ogc:def:coordinateOperation:EPSG::1647' => [
1365
            'name' => 'CH1903+ to ETRS89 (1)',
1366
            'method' => 'urn:ogc:def:method:EPSG::9603',
1367
            'extent' => ['1286'],
1368
            'extent_description' => 'Liechtenstein; Switzerland.',
1369
        ],
1370
        'urn:ogc:def:coordinateOperation:EPSG::1648' => [
1371
            'name' => 'EST97 to ETRS89 (1)',
1372
            'method' => 'urn:ogc:def:method:EPSG::9603',
1373
            'extent' => ['1090'],
1374
            'extent_description' => 'Estonia - onshore and offshore.',
1375
        ],
1376
        'urn:ogc:def:coordinateOperation:EPSG::1650' => [
1377
            'name' => 'ED50 to ETRS89 (10)',
1378
            'method' => 'urn:ogc:def:method:EPSG::9603',
1379
            'extent' => ['1096'],
1380
            'extent_description' => 'France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica).',
1381
        ],
1382
        'urn:ogc:def:coordinateOperation:EPSG::1651' => [
1383
            'name' => 'NTF to ETRS89 (1)',
1384
            'method' => 'urn:ogc:def:method:EPSG::9603',
1385
            'extent' => ['3694'],
1386
            'extent_description' => 'France - onshore - mainland and Corsica.',
1387
        ],
1388
        'urn:ogc:def:coordinateOperation:EPSG::1653' => [
1389
            'name' => 'NGO 1948 to ETRS89 (1)',
1390
            'method' => 'urn:ogc:def:method:EPSG::9606',
1391
            'extent' => ['1352'],
1392
            'extent_description' => 'Norway - onshore.',
1393
        ],
1394
        'urn:ogc:def:coordinateOperation:EPSG::1659' => [
1395
            'name' => 'Monte Mario to ETRS89 (1)',
1396
            'method' => 'urn:ogc:def:method:EPSG::9606',
1397
            'extent' => ['2372'],
1398
            'extent_description' => 'Italy - mainland including San Marino and Vatican City State.',
1399
        ],
1400
        'urn:ogc:def:coordinateOperation:EPSG::1661' => [
1401
            'name' => 'Monte Mario to ETRS89 (2)',
1402
            'method' => 'urn:ogc:def:method:EPSG::9606',
1403
            'extent' => ['2339'],
1404
            'extent_description' => 'Italy - Sardinia onshore.',
1405
        ],
1406
        'urn:ogc:def:coordinateOperation:EPSG::1663' => [
1407
            'name' => 'Monte Mario to ETRS89 (3)',
1408
            'method' => 'urn:ogc:def:method:EPSG::9606',
1409
            'extent' => ['2340'],
1410
            'extent_description' => 'Italy - Sicily onshore.',
1411
        ],
1412
        'urn:ogc:def:coordinateOperation:EPSG::1688' => [
1413
            'name' => 'ATS77 to WGS 84 (1)',
1414
            'method' => 'urn:ogc:def:method:EPSG::9615',
1415
            'extent' => ['1447'],
1416
            'extent_description' => 'Canada - New Brunswick.',
1417
        ],
1418
        'urn:ogc:def:coordinateOperation:EPSG::1689' => [
1419
            'name' => 'ATS77 to WGS 84 (2)',
1420
            'method' => 'urn:ogc:def:method:EPSG::9615',
1421
            'extent' => ['1533'],
1422
            'extent_description' => 'Canada - Prince Edward Island.',
1423
        ],
1424
        'urn:ogc:def:coordinateOperation:EPSG::1690' => [
1425
            'name' => 'NAD27(76) to WGS 84 (1)',
1426
            'method' => 'urn:ogc:def:method:EPSG::9615',
1427
            'extent' => ['1367'],
1428
            'extent_description' => 'Canada - Ontario.',
1429
        ],
1430
        'urn:ogc:def:coordinateOperation:EPSG::1691' => [
1431
            'name' => 'NAD27(CGQ77) to WGS 84 (3)',
1432
            'method' => 'urn:ogc:def:method:EPSG::9615',
1433
            'extent' => ['1368'],
1434
            'extent_description' => 'Canada - Quebec.',
1435
        ],
1436
        'urn:ogc:def:coordinateOperation:EPSG::1692' => [
1437
            'name' => 'NAD27 to WGS 84 (34)',
1438
            'method' => 'urn:ogc:def:method:EPSG::9615',
1439
            'extent' => ['1368'],
1440
            'extent_description' => 'Canada - Quebec.',
1441
        ],
1442
        'urn:ogc:def:coordinateOperation:EPSG::1693' => [
1443
            'name' => 'NAD27 to WGS 84 (33)',
1444
            'method' => 'urn:ogc:def:method:EPSG::9615',
1445
            'extent' => ['4517'],
1446
            'extent_description' => 'Canada - onshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon; offshore east coast west of 44°W and north of 40°N.',
1447
        ],
1448
        'urn:ogc:def:coordinateOperation:EPSG::1696' => [
1449
            'name' => 'NAD83 to WGS 84 (6)',
1450
            'method' => 'urn:ogc:def:method:EPSG::9615',
1451
            'extent' => ['1368'],
1452
            'extent_description' => 'Canada - Quebec.',
1453
        ],
1454
        'urn:ogc:def:coordinateOperation:EPSG::1697' => [
1455
            'name' => 'NAD83 to WGS 84 (7)',
1456
            'method' => 'urn:ogc:def:method:EPSG::9615',
1457
            'extent' => ['2375'],
1458
            'extent_description' => 'Canada - Saskatchewan.',
1459
        ],
1460
        'urn:ogc:def:coordinateOperation:EPSG::1701' => [
1461
            'name' => 'NZGD49 to NZGD2000 (2)',
1462
            'method' => 'urn:ogc:def:method:EPSG::9607',
1463
            'extent' => ['3285'],
1464
            'extent_description' => 'New Zealand - North Island, South Island, Stewart Island - onshore and nearshore.',
1465
        ],
1466
        'urn:ogc:def:coordinateOperation:EPSG::1702' => [
1467
            'name' => 'NAD83 to WGS 84 (8)',
1468
            'method' => 'urn:ogc:def:method:EPSG::9615',
1469
            'extent' => ['2376'],
1470
            'extent_description' => 'Canada - Alberta.',
1471
        ],
1472
        'urn:ogc:def:coordinateOperation:EPSG::1703' => [
1473
            'name' => 'NAD27 to WGS 84 (32)',
1474
            'method' => 'urn:ogc:def:method:EPSG::9615',
1475
            'extent' => ['2375'],
1476
            'extent_description' => 'Canada - Saskatchewan.',
1477
        ],
1478
        'urn:ogc:def:coordinateOperation:EPSG::1754' => [
1479
            'name' => 'Minna to WGS 84 (3)',
1480
            'method' => 'urn:ogc:def:method:EPSG::9606',
1481
            'extent' => ['2371'],
1482
            'extent_description' => 'Nigeria - onshore south.',
1483
        ],
1484
        'urn:ogc:def:coordinateOperation:EPSG::1755' => [
1485
            'name' => 'Bogota 1975 (Bogota) to Bogota 1975 (1)',
1486
            'method' => 'urn:ogc:def:method:EPSG::9601',
1487
            'extent' => ['3229'],
1488
            'extent_description' => 'Colombia - mainland onshore.',
1489
        ],
1490
        'urn:ogc:def:coordinateOperation:EPSG::1756' => [
1491
            'name' => 'Lisbon (Lisbon) to Lisbon (1)',
1492
            'method' => 'urn:ogc:def:method:EPSG::9601',
1493
            'extent' => ['1294'],
1494
            'extent_description' => 'Portugal - mainland - onshore.',
1495
        ],
1496
        'urn:ogc:def:coordinateOperation:EPSG::1759' => [
1497
            'name' => 'Batavia (Jakarta) to Batavia (1)',
1498
            'method' => 'urn:ogc:def:method:EPSG::9601',
1499
            'extent' => ['1285'],
1500
            'extent_description' => 'Indonesia - onshore - Bali, Java and western Sumatra.',
1501
        ],
1502
        'urn:ogc:def:coordinateOperation:EPSG::1760' => [
1503
            'name' => 'RT38 (Stockholm) to RT38 (1)',
1504
            'method' => 'urn:ogc:def:method:EPSG::9601',
1505
            'extent' => ['3313'],
1506
            'extent_description' => 'Sweden - onshore.',
1507
        ],
1508
        'urn:ogc:def:coordinateOperation:EPSG::1761' => [
1509
            'name' => 'Greek (Athens) to Greek (1)',
1510
            'method' => 'urn:ogc:def:method:EPSG::9601',
1511
            'extent' => ['3254'],
1512
            'extent_description' => 'Greece - onshore.',
1513
        ],
1514
        'urn:ogc:def:coordinateOperation:EPSG::1762' => [
1515
            'name' => 'NGO 1948 (Oslo) to NGO1948 (1)',
1516
            'method' => 'urn:ogc:def:method:EPSG::9601',
1517
            'extent' => ['1352'],
1518
            'extent_description' => 'Norway - onshore.',
1519
        ],
1520
        'urn:ogc:def:coordinateOperation:EPSG::1763' => [
1521
            'name' => 'NTF (Paris) to NTF (1)',
1522
            'method' => 'urn:ogc:def:method:EPSG::9601',
1523
            'extent' => ['3694'],
1524
            'extent_description' => 'France - onshore - mainland and Corsica.',
1525
        ],
1526
        'urn:ogc:def:coordinateOperation:EPSG::1765' => [
1527
            'name' => 'Bern 1898 (Bern) to CH1903 (1)',
1528
            'method' => 'urn:ogc:def:method:EPSG::9601',
1529
            'extent' => ['1286'],
1530
            'extent_description' => 'Liechtenstein; Switzerland.',
1531
        ],
1532
        'urn:ogc:def:coordinateOperation:EPSG::1767' => [
1533
            'name' => 'REGVEN to SIRGAS 1995 (1)',
1534
            'method' => 'urn:ogc:def:method:EPSG::9603',
1535
            'extent' => ['1251'],
1536
            'extent_description' => 'Venezuela - onshore and offshore.',
1537
        ],
1538
        'urn:ogc:def:coordinateOperation:EPSG::1768' => [
1539
            'name' => 'REGVEN to WGS 84 (1)',
1540
            'method' => 'urn:ogc:def:method:EPSG::9603',
1541
            'extent' => ['1251'],
1542
            'extent_description' => 'Venezuela - onshore and offshore.',
1543
        ],
1544
        'urn:ogc:def:coordinateOperation:EPSG::1769' => [
1545
            'name' => 'PSAD56 to REGVEN (1)',
1546
            'method' => 'urn:ogc:def:method:EPSG::9636',
1547
            'extent' => ['3327'],
1548
            'extent_description' => 'Venezuela - onshore.',
1549
        ],
1550
        'urn:ogc:def:coordinateOperation:EPSG::1771' => [
1551
            'name' => 'La Canoa to REGVEN (1)',
1552
            'method' => 'urn:ogc:def:method:EPSG::9636',
1553
            'extent' => ['3327'],
1554
            'extent_description' => 'Venezuela - onshore.',
1555
        ],
1556
        'urn:ogc:def:coordinateOperation:EPSG::1773' => [
1557
            'name' => 'POSGAR 98 to WGS 84 (1)',
1558
            'method' => 'urn:ogc:def:method:EPSG::9603',
1559
            'extent' => ['1033'],
1560
            'extent_description' => 'Argentina - onshore and offshore.',
1561
        ],
1562
        'urn:ogc:def:coordinateOperation:EPSG::1774' => [
1563
            'name' => 'POSGAR 98 to SIRGAS 1995 (1)',
1564
            'method' => 'urn:ogc:def:method:EPSG::9603',
1565
            'extent' => ['1033'],
1566
            'extent_description' => 'Argentina - onshore and offshore.',
1567
        ],
1568
        'urn:ogc:def:coordinateOperation:EPSG::1775' => [
1569
            'name' => 'Pulkovo 1942(83) to ETRS89 (2)',
1570
            'method' => 'urn:ogc:def:method:EPSG::9606',
1571
            'extent' => ['1343'],
1572
            'extent_description' => 'Germany - states of former East Germany - Berlin, Brandenburg; Mecklenburg-Vorpommern; Sachsen; Sachsen-Anhalt; Thuringen.',
1573
        ],
1574
        'urn:ogc:def:coordinateOperation:EPSG::1778' => [
1575
            'name' => 'DHDN to ETRS89 (3)',
1576
            'method' => 'urn:ogc:def:method:EPSG::9606',
1577
            'extent' => ['2543'],
1578
            'extent_description' => 'Germany - states of former West Germany - south of 50°20\'N.',
1579
        ],
1580
        'urn:ogc:def:coordinateOperation:EPSG::1779' => [
1581
            'name' => 'DHDN to ETRS89 (4)',
1582
            'method' => 'urn:ogc:def:method:EPSG::9606',
1583
            'extent' => ['2542'],
1584
            'extent_description' => 'Germany - states of former West Germany - between 50°20\'N and 52°20\'N.',
1585
        ],
1586
        'urn:ogc:def:coordinateOperation:EPSG::1780' => [
1587
            'name' => 'DHDN to ETRS89 (5)',
1588
            'method' => 'urn:ogc:def:method:EPSG::9606',
1589
            'extent' => ['2541'],
1590
            'extent_description' => 'Germany - states of former West Germany - onshore north of 52°20\'N.',
1591
        ],
1592
        'urn:ogc:def:coordinateOperation:EPSG::1783' => [
1593
            'name' => 'ED50 to ETRS89 (9)',
1594
            'method' => 'urn:ogc:def:method:EPSG::9606',
1595
            'extent' => ['1237'],
1596
            'extent_description' => 'Türkiye (Turkey) - onshore and offshore.',
1597
        ],
1598
        'urn:ogc:def:coordinateOperation:EPSG::1796' => [
1599
            'name' => 'Manoca 1962 to WGS 84 (1)',
1600
            'method' => 'urn:ogc:def:method:EPSG::9603',
1601
            'extent' => ['2555'],
1602
            'extent_description' => 'Cameroon - coastal area.',
1603
        ],
1604
        'urn:ogc:def:coordinateOperation:EPSG::1798' => [
1605
            'name' => 'Qornoq 1927 to WGS 84 (2)',
1606
            'method' => 'urn:ogc:def:method:EPSG::9606',
1607
            'extent' => ['3362'],
1608
            'extent_description' => 'Greenland - west coast onshore.',
1609
        ],
1610
        'urn:ogc:def:coordinateOperation:EPSG::1799' => [
1611
            'name' => 'Scoresbysund 1952 to WGS 84 (1)',
1612
            'method' => 'urn:ogc:def:method:EPSG::9606',
1613
            'extent' => ['2570'],
1614
            'extent_description' => 'Greenland - Scoresbysund area onshore.',
1615
        ],
1616
        'urn:ogc:def:coordinateOperation:EPSG::1800' => [
1617
            'name' => 'Ammassalik 1958 to WGS 84 (1)',
1618
            'method' => 'urn:ogc:def:method:EPSG::9606',
1619
            'extent' => ['2571'],
1620
            'extent_description' => 'Greenland - Ammassalik area onshore.',
1621
        ],
1622
        'urn:ogc:def:coordinateOperation:EPSG::1802' => [
1623
            'name' => 'Pointe Noire to WGS 84 (3)',
1624
            'method' => 'urn:ogc:def:method:EPSG::9606',
1625
            'extent' => ['2574'],
1626
            'extent_description' => 'Congo - coastal area and offshore.',
1627
        ],
1628
        'urn:ogc:def:coordinateOperation:EPSG::1803' => [
1629
            'name' => 'AGD66 to GDA94 (11)',
1630
            'method' => 'urn:ogc:def:method:EPSG::9615',
1631
            'extent' => ['2575'],
1632
            'extent_description' => 'Australia - Australian Capital Territory; New South Wales; Northern Territory; Queensland; South Australia; Tasmania; Western Australia; Victoria.',
1633
        ],
1634
        'urn:ogc:def:coordinateOperation:EPSG::1804' => [
1635
            'name' => 'AGD84 to GDA94 (5)',
1636
            'method' => 'urn:ogc:def:method:EPSG::9615',
1637
            'extent' => ['2576'],
1638
            'extent_description' => 'Australia - Queensland, South Australia, Western Australia, federal areas offshore west of 129°E.',
1639
        ],
1640
        'urn:ogc:def:coordinateOperation:EPSG::1805' => [
1641
            'name' => 'Garoua to WGS 72BE (1)',
1642
            'method' => 'urn:ogc:def:method:EPSG::9603',
1643
            'extent' => ['2590'],
1644
            'extent_description' => 'Cameroon - Garoua area.',
1645
        ],
1646
        'urn:ogc:def:coordinateOperation:EPSG::1806' => [
1647
            'name' => 'Kousseri to WGS 72BE (1)',
1648
            'method' => 'urn:ogc:def:method:EPSG::9603',
1649
            'extent' => ['2591'],
1650
            'extent_description' => 'Cameroon - N\'Djamena area.',
1651
        ],
1652
        'urn:ogc:def:coordinateOperation:EPSG::1808' => [
1653
            'name' => 'Pulkovo 1942 to WGS 84 (14)',
1654
            'method' => 'urn:ogc:def:method:EPSG::9606',
1655
            'extent' => ['2593'],
1656
            'extent_description' => 'Azerbaijan (including Caspian) and Georgia onshore.',
1657
        ],
1658
        'urn:ogc:def:coordinateOperation:EPSG::1809' => [
1659
            'name' => 'Pulkovo 1942 to WGS 84 (15)',
1660
            'method' => 'urn:ogc:def:method:EPSG::9606',
1661
            'extent' => ['2594'],
1662
            'extent_description' => 'Azerbaijan - coastal area Baku to Astara.',
1663
        ],
1664
        'urn:ogc:def:coordinateOperation:EPSG::1810' => [
1665
            'name' => 'ED50 to WGS 84 (31)',
1666
            'method' => 'urn:ogc:def:method:EPSG::9606',
1667
            'extent' => ['2595'],
1668
            'extent_description' => 'Egypt - Western Desert.',
1669
        ],
1670
        'urn:ogc:def:coordinateOperation:EPSG::1811' => [
1671
            'name' => 'PSAD56 to WGS 84 (12)',
1672
            'method' => 'urn:ogc:def:method:EPSG::9603',
1673
            'extent' => ['1754'],
1674
            'extent_description' => 'Brazil - offshore shelf - Amazon cone.',
1675
        ],
1676
        'urn:ogc:def:coordinateOperation:EPSG::1812' => [
1677
            'name' => 'Indian 1975 to WGS 84 (4)',
1678
            'method' => 'urn:ogc:def:method:EPSG::9606',
1679
            'extent' => ['3317'],
1680
            'extent_description' => 'Thailand - onshore.',
1681
        ],
1682
        'urn:ogc:def:coordinateOperation:EPSG::1826' => [
1683
            'name' => 'JGD2000 to WGS 84 (1)',
1684
            'method' => 'urn:ogc:def:method:EPSG::9603',
1685
            'extent' => ['4163'],
1686
            'extent_description' => 'Japan - onshore and offshore, excluding northern prefectures of \'main province\' (see remarks).',
1687
        ],
1688
        'urn:ogc:def:coordinateOperation:EPSG::1828' => [
1689
            'name' => 'Yoff to WGS 72 (1)',
1690
            'method' => 'urn:ogc:def:method:EPSG::9603',
1691
            'extent' => ['1207'],
1692
            'extent_description' => 'Senegal - onshore and offshore.',
1693
        ],
1694
        'urn:ogc:def:coordinateOperation:EPSG::1837' => [
1695
            'name' => 'Makassar to WGS 84 (1)',
1696
            'method' => 'urn:ogc:def:method:EPSG::9603',
1697
            'extent' => ['1316'],
1698
            'extent_description' => 'Indonesia - south west Sulawesi.',
1699
        ],
1700
        'urn:ogc:def:coordinateOperation:EPSG::1838' => [
1701
            'name' => 'Segara to WGS 84 (4)',
1702
            'method' => 'urn:ogc:def:method:EPSG::9603',
1703
            'extent' => ['1328'],
1704
            'extent_description' => 'Indonesia - east Kalimantan - Mahakam delta coastal and offshore shelf areas.',
1705
        ],
1706
        'urn:ogc:def:coordinateOperation:EPSG::1839' => [
1707
            'name' => 'Beduaram to WGS 72BE (1)',
1708
            'method' => 'urn:ogc:def:method:EPSG::9603',
1709
            'extent' => ['2771'],
1710
            'extent_description' => 'Niger - southeast',
1711
        ],
1712
        'urn:ogc:def:coordinateOperation:EPSG::1840' => [
1713
            'name' => 'QND95 to WGS 84 (1)',
1714
            'method' => 'urn:ogc:def:method:EPSG::9606',
1715
            'extent' => ['1346'],
1716
            'extent_description' => 'Qatar - onshore.',
1717
        ],
1718
        'urn:ogc:def:coordinateOperation:EPSG::1842' => [
1719
            'name' => 'NAD83(CSRS) to WGS 84 (1)',
1720
            'method' => 'urn:ogc:def:method:EPSG::9603',
1721
            'extent' => ['1061'],
1722
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
1723
        ],
1724
        'urn:ogc:def:coordinateOperation:EPSG::1853' => [
1725
            'name' => 'ED50 to WGS 84 (39)',
1726
            'method' => 'urn:ogc:def:method:EPSG::9603',
1727
            'extent' => ['2961'],
1728
            'extent_description' => 'Ireland - offshore - Corrib and Errigal fields.',
1729
        ],
1730
        'urn:ogc:def:coordinateOperation:EPSG::1854' => [
1731
            'name' => 'FD58 to WGS 84 (2)',
1732
            'method' => 'urn:ogc:def:method:EPSG::9603',
1733
            'extent' => ['2782'],
1734
            'extent_description' => 'Iran - Lavan Island and Balal field.',
1735
        ],
1736
        'urn:ogc:def:coordinateOperation:EPSG::1855' => [
1737
            'name' => 'FD58 to WGS 84 (3)',
1738
            'method' => 'urn:ogc:def:method:EPSG::9603',
1739
            'extent' => ['2781'],
1740
            'extent_description' => 'Iran - Kharg Island.',
1741
        ],
1742
        'urn:ogc:def:coordinateOperation:EPSG::1856' => [
1743
            'name' => 'ED50(ED77) to WGS 84 (3)',
1744
            'method' => 'urn:ogc:def:method:EPSG::9603',
1745
            'extent' => ['2783'],
1746
            'extent_description' => 'Iran - South Pars field phases 2 and 3.',
1747
        ],
1748
        'urn:ogc:def:coordinateOperation:EPSG::1857' => [
1749
            'name' => 'ED50(ED77) to WGS 84 (4)',
1750
            'method' => 'urn:ogc:def:method:EPSG::9603',
1751
            'extent' => ['2782'],
1752
            'extent_description' => 'Iran - Lavan Island and Balal field.',
1753
        ],
1754
        'urn:ogc:def:coordinateOperation:EPSG::1858' => [
1755
            'name' => 'ED50(ED77) to WGS 84 (5)',
1756
            'method' => 'urn:ogc:def:method:EPSG::9603',
1757
            'extent' => ['2781'],
1758
            'extent_description' => 'Iran - Kharg Island.',
1759
        ],
1760
        'urn:ogc:def:coordinateOperation:EPSG::1860' => [
1761
            'name' => 'ELD79 to WGS 84 (2)',
1762
            'method' => 'urn:ogc:def:method:EPSG::9603',
1763
            'extent' => ['2785'],
1764
            'extent_description' => 'Libya - Murzuq and En Naga fields.',
1765
        ],
1766
        'urn:ogc:def:coordinateOperation:EPSG::1862' => [
1767
            'name' => 'ELD79 to WGS 84 (4)',
1768
            'method' => 'urn:ogc:def:method:EPSG::9606',
1769
            'extent' => ['2786'],
1770
            'extent_description' => 'Libya - Mabruk field.',
1771
        ],
1772
        'urn:ogc:def:coordinateOperation:EPSG::1864' => [
1773
            'name' => 'SAD69 to WGS 84 (1)',
1774
            'method' => 'urn:ogc:def:method:EPSG::9603',
1775
            'extent' => ['4016'],
1776
            'extent_description' => 'South America - onshore north of 45°S excluding Amazonia.',
1777
        ],
1778
        'urn:ogc:def:coordinateOperation:EPSG::1865' => [
1779
            'name' => 'SAD69 to WGS 84 (2)',
1780
            'method' => 'urn:ogc:def:method:EPSG::9603',
1781
            'extent' => ['3215'],
1782
            'extent_description' => 'Argentina - mainland onshore.',
1783
        ],
1784
        'urn:ogc:def:coordinateOperation:EPSG::1866' => [
1785
            'name' => 'SAD69 to WGS 84 (3)',
1786
            'method' => 'urn:ogc:def:method:EPSG::9603',
1787
            'extent' => ['1049'],
1788
            'extent_description' => 'Bolivia.',
1789
        ],
1790
        'urn:ogc:def:coordinateOperation:EPSG::1867' => [
1791
            'name' => 'SAD69 to WGS 84 (4)',
1792
            'method' => 'urn:ogc:def:method:EPSG::9603',
1793
            'extent' => ['3887'],
1794
            'extent_description' => 'Brazil - onshore southeast of a line beginning at the intersection of the 53°W meridian with the northern national boundary then running southwards to 14°S, then westwards to the national boundary.',
1795
        ],
1796
        'urn:ogc:def:coordinateOperation:EPSG::1869' => [
1797
            'name' => 'SAD69 to WGS 84 (6)',
1798
            'method' => 'urn:ogc:def:method:EPSG::9603',
1799
            'extent' => ['3229'],
1800
            'extent_description' => 'Colombia - mainland onshore.',
1801
        ],
1802
        'urn:ogc:def:coordinateOperation:EPSG::1870' => [
1803
            'name' => 'SAD69 to WGS 84 (7)',
1804
            'method' => 'urn:ogc:def:method:EPSG::9603',
1805
            'extent' => ['3241'],
1806
            'extent_description' => 'Ecuador - mainland - onshore.',
1807
        ],
1808
        'urn:ogc:def:coordinateOperation:EPSG::1871' => [
1809
            'name' => 'SAD69 to WGS 84 (8)',
1810
            'method' => 'urn:ogc:def:method:EPSG::9603',
1811
            'extent' => ['2356'],
1812
            'extent_description' => 'Ecuador - Baltra; Galapagos - onshore.',
1813
        ],
1814
        'urn:ogc:def:coordinateOperation:EPSG::1872' => [
1815
            'name' => 'SAD69 to WGS 84 (9)',
1816
            'method' => 'urn:ogc:def:method:EPSG::9603',
1817
            'extent' => ['3259'],
1818
            'extent_description' => 'Guyana - onshore.',
1819
        ],
1820
        'urn:ogc:def:coordinateOperation:EPSG::1873' => [
1821
            'name' => 'SAD69 to WGS 84 (10)',
1822
            'method' => 'urn:ogc:def:method:EPSG::9603',
1823
            'extent' => ['1188'],
1824
            'extent_description' => 'Paraguay.',
1825
        ],
1826
        'urn:ogc:def:coordinateOperation:EPSG::1874' => [
1827
            'name' => 'SAD69 to WGS 84 (11)',
1828
            'method' => 'urn:ogc:def:method:EPSG::9603',
1829
            'extent' => ['3292'],
1830
            'extent_description' => 'Peru - onshore.',
1831
        ],
1832
        'urn:ogc:def:coordinateOperation:EPSG::1875' => [
1833
            'name' => 'SAD69 to WGS 84 (12)',
1834
            'method' => 'urn:ogc:def:method:EPSG::9603',
1835
            'extent' => ['3143'],
1836
            'extent_description' => 'Trinidad and Tobago - Trinidad - onshore.',
1837
        ],
1838
        'urn:ogc:def:coordinateOperation:EPSG::1876' => [
1839
            'name' => 'SAD69 to WGS 84 (13)',
1840
            'method' => 'urn:ogc:def:method:EPSG::9603',
1841
            'extent' => ['3327'],
1842
            'extent_description' => 'Venezuela - onshore.',
1843
        ],
1844
        'urn:ogc:def:coordinateOperation:EPSG::1877' => [
1845
            'name' => 'SAD69 to WGS 84 (14)',
1846
            'method' => 'urn:ogc:def:method:EPSG::9603',
1847
            'extent' => ['1053'],
1848
            'extent_description' => 'Brazil - onshore and offshore. Includes Rocas, Fernando de Noronha archipelago, Trindade, Ihlas Martim Vaz and Sao Pedro e Sao Paulo.',
1849
        ],
1850
        'urn:ogc:def:coordinateOperation:EPSG::1878' => [
1851
            'name' => 'SWEREF99 to ETRS89 (1)',
1852
            'method' => 'urn:ogc:def:method:EPSG::9603',
1853
            'extent' => ['1225'],
1854
            'extent_description' => 'Sweden - onshore and offshore.',
1855
        ],
1856
        'urn:ogc:def:coordinateOperation:EPSG::1880' => [
1857
            'name' => 'Point 58 to WGS 84 (1)',
1858
            'method' => 'urn:ogc:def:method:EPSG::9603',
1859
            'extent' => ['2791'],
1860
            'extent_description' => 'Burkina Faso - central; Niger - southwest, in proximity to the parallel of latitude of 12°N.',
1861
        ],
1862
        'urn:ogc:def:coordinateOperation:EPSG::1881' => [
1863
            'name' => 'Carthage (Paris) to Carthage (1)',
1864
            'method' => 'urn:ogc:def:method:EPSG::9601',
1865
            'extent' => ['1618'],
1866
            'extent_description' => 'Tunisia - onshore.',
1867
        ],
1868
        'urn:ogc:def:coordinateOperation:EPSG::1883' => [
1869
            'name' => 'Segara (Jakarta) to Segara (1)',
1870
            'method' => 'urn:ogc:def:method:EPSG::9601',
1871
            'extent' => ['1360'],
1872
            'extent_description' => 'Indonesia - Kalimantan - onshore east coastal area including Mahakam delta coastal and offshore shelf areas.',
1873
        ],
1874
        'urn:ogc:def:coordinateOperation:EPSG::1884' => [
1875
            'name' => 'S-JTSK (Ferro) to S-JTSK (1)',
1876
            'method' => 'urn:ogc:def:method:EPSG::9601',
1877
            'extent' => ['1306'],
1878
            'extent_description' => 'Czechia; Slovakia.',
1879
        ],
1880
        'urn:ogc:def:coordinateOperation:EPSG::1885' => [
1881
            'name' => 'Azores Oriental 1940 to WGS 84 (1)',
1882
            'method' => 'urn:ogc:def:method:EPSG::9603',
1883
            'extent' => ['1345'],
1884
            'extent_description' => 'Portugal - eastern Azores onshore - Sao Miguel, Santa Maria, Formigas.',
1885
        ],
1886
        'urn:ogc:def:coordinateOperation:EPSG::1886' => [
1887
            'name' => 'Azores Central 1948 to WGS 84 (1)',
1888
            'method' => 'urn:ogc:def:method:EPSG::9603',
1889
            'extent' => ['1301'],
1890
            'extent_description' => 'Portugal - central Azores onshore - Faial, Graciosa, Pico, Sao Jorge, Terceira.',
1891
        ],
1892
        'urn:ogc:def:coordinateOperation:EPSG::1888' => [
1893
            'name' => 'Porto Santo to WGS 84 (1)',
1894
            'method' => 'urn:ogc:def:method:EPSG::9603',
1895
            'extent' => ['1314'],
1896
            'extent_description' => 'Portugal - Madeira, Porto Santo and Desertas islands - onshore.',
1897
        ],
1898
        'urn:ogc:def:coordinateOperation:EPSG::1890' => [
1899
            'name' => 'Australian Antarctic to WGS 84 (1)',
1900
            'method' => 'urn:ogc:def:method:EPSG::9603',
1901
            'extent' => ['1278'],
1902
            'extent_description' => 'Antarctica between 45°E and 136°E and between 142°E and 160°E - Australian sector.',
1903
        ],
1904
        'urn:ogc:def:coordinateOperation:EPSG::1891' => [
1905
            'name' => 'Greek to GGRS87 (1)',
1906
            'method' => 'urn:ogc:def:method:EPSG::9619',
1907
            'extent' => ['3254'],
1908
            'extent_description' => 'Greece - onshore.',
1909
        ],
1910
        'urn:ogc:def:coordinateOperation:EPSG::1892' => [
1911
            'name' => 'Hito XVIII 1963 to WGS 84 (2)',
1912
            'method' => 'urn:ogc:def:method:EPSG::9603',
1913
            'extent' => ['2805'],
1914
            'extent_description' => 'Chile - Tierra del Fuego onshore.',
1915
        ],
1916
        'urn:ogc:def:coordinateOperation:EPSG::1893' => [
1917
            'name' => 'Puerto Rico to WGS 84 (3)',
1918
            'method' => 'urn:ogc:def:method:EPSG::9603',
1919
            'extent' => ['1335'],
1920
            'extent_description' => 'Puerto Rico, US Virgin Islands and British Virgin Islands - onshore.',
1921
        ],
1922
        'urn:ogc:def:coordinateOperation:EPSG::1895' => [
1923
            'name' => 'RT90 to SWEREF99 (1)',
1924
            'method' => 'urn:ogc:def:method:EPSG::9607',
1925
            'extent' => ['1225'],
1926
            'extent_description' => 'Sweden - onshore and offshore.',
1927
        ],
1928
        'urn:ogc:def:coordinateOperation:EPSG::1897' => [
1929
            'name' => 'Segara to WGS 84 (1)',
1930
            'method' => 'urn:ogc:def:method:EPSG::9603',
1931
            'extent' => ['1360'],
1932
            'extent_description' => 'Indonesia - Kalimantan - onshore east coastal area including Mahakam delta coastal and offshore shelf areas.',
1933
        ],
1934
        'urn:ogc:def:coordinateOperation:EPSG::1898' => [
1935
            'name' => 'Segara to WGS 84 (2)',
1936
            'method' => 'urn:ogc:def:method:EPSG::9603',
1937
            'extent' => ['1359'],
1938
            'extent_description' => 'Indonesia - Kalimantan - onshore southeast coastal area including Mahakam delta coastal and offshore shelf areas.',
1939
        ],
1940
        'urn:ogc:def:coordinateOperation:EPSG::1899' => [
1941
            'name' => 'Segara to WGS 84 (3)',
1942
            'method' => 'urn:ogc:def:method:EPSG::9603',
1943
            'extent' => ['2770'],
1944
            'extent_description' => 'Indonesia - northeast Kalimantan.',
1945
        ],
1946
        'urn:ogc:def:coordinateOperation:EPSG::1901' => [
1947
            'name' => 'NAD83(HARN) to WGS 84 (3)',
1948
            'method' => 'urn:ogc:def:method:EPSG::9607',
1949
            'extent' => ['1323'],
1950
            'extent_description' => 'United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming.',
1951
        ],
1952
        'urn:ogc:def:coordinateOperation:EPSG::1902' => [
1953
            'name' => 'Manoca 1962 to WGS 72BE (1)',
1954
            'method' => 'urn:ogc:def:method:EPSG::9603',
1955
            'extent' => ['2555'],
1956
            'extent_description' => 'Cameroon - coastal area.',
1957
        ],
1958
        'urn:ogc:def:coordinateOperation:EPSG::1905' => [
1959
            'name' => 'Guadeloupe 1948 to WGS 84 (2)',
1960
            'method' => 'urn:ogc:def:method:EPSG::9606',
1961
            'extent' => ['2829'],
1962
            'extent_description' => 'Guadeloupe - onshore - Basse-Terre, Grande-Terre, La Desirade, Marie-Galante, Les Saintes.',
1963
        ],
1964
        'urn:ogc:def:coordinateOperation:EPSG::1906' => [
1965
            'name' => 'CSG67 to WGS 84 (1)',
1966
            'method' => 'urn:ogc:def:method:EPSG::9603',
1967
            'extent' => ['3105'],
1968
            'extent_description' => 'French Guiana - coastal area.',
1969
        ],
1970
        'urn:ogc:def:coordinateOperation:EPSG::1908' => [
1971
            'name' => 'CSG67 to RGFG95 (1)',
1972
            'method' => 'urn:ogc:def:method:EPSG::9606',
1973
            'extent' => ['3105'],
1974
            'extent_description' => 'French Guiana - coastal area.',
1975
        ],
1976
        'urn:ogc:def:coordinateOperation:EPSG::1912' => [
1977
            'name' => 'RGR92 to WGS 84 (1)',
1978
            'method' => 'urn:ogc:def:method:EPSG::9603',
1979
            'extent' => ['3902'],
1980
            'extent_description' => 'Reunion - onshore and offshore.',
1981
        ],
1982
        'urn:ogc:def:coordinateOperation:EPSG::1921' => [
1983
            'name' => 'Petrels 1972 to WGS 84 (1)',
1984
            'method' => 'urn:ogc:def:method:EPSG::9603',
1985
            'extent' => ['2817'],
1986
            'extent_description' => 'Antarctica - Adelie Land - Petrels island.',
1987
        ],
1988
        'urn:ogc:def:coordinateOperation:EPSG::1922' => [
1989
            'name' => 'Perroud 1950 to WGS 84 (1)',
1990
            'method' => 'urn:ogc:def:method:EPSG::9603',
1991
            'extent' => ['2818'],
1992
            'extent_description' => 'Antarctica - Adelie Land - coastal area between 136°E and 142°E.',
1993
        ],
1994
        'urn:ogc:def:coordinateOperation:EPSG::1924' => [
1995
            'name' => 'Tahiti 52 to WGS 84 (1)',
1996
            'method' => 'urn:ogc:def:method:EPSG::9603',
1997
            'extent' => ['2811'],
1998
            'extent_description' => 'French Polynesia - Society Islands - Moorea and Tahiti.',
1999
        ],
2000
        'urn:ogc:def:coordinateOperation:EPSG::1926' => [
2001
            'name' => 'Reunion 1947 to RGR92 (1)',
2002
            'method' => 'urn:ogc:def:method:EPSG::9606',
2003
            'extent' => ['3337'],
2004
            'extent_description' => 'Reunion - onshore.',
2005
        ],
2006
        'urn:ogc:def:coordinateOperation:EPSG::1931' => [
2007
            'name' => 'ST71 Belep to WGS 84 (1)',
2008
            'method' => 'urn:ogc:def:method:EPSG::9606',
2009
            'extent' => ['2821'],
2010
            'extent_description' => 'New Caledonia - Belep.',
2011
        ],
2012
        'urn:ogc:def:coordinateOperation:EPSG::1946' => [
2013
            'name' => 'NAD83(CSRS) to WGS 84 (2)',
2014
            'method' => 'urn:ogc:def:method:EPSG::9607',
2015
            'extent' => ['1061'],
2016
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
2017
        ],
2018
        'urn:ogc:def:coordinateOperation:EPSG::1950' => [
2019
            'name' => 'NAD83 to NAD83(CSRS) (4)',
2020
            'method' => 'urn:ogc:def:method:EPSG::9603',
2021
            'extent' => ['2831'],
2022
            'extent_description' => 'Canada - offshore Newfoundland and Labrador, New Brunswick and Nova Scotia - west of 44°W and north of 40°N.',
2023
        ],
2024
        'urn:ogc:def:coordinateOperation:EPSG::1952' => [
2025
            'name' => 'ISN93 to WGS 84 (1)',
2026
            'method' => 'urn:ogc:def:method:EPSG::9603',
2027
            'extent' => ['1120'],
2028
            'extent_description' => 'Iceland - onshore and offshore.',
2029
        ],
2030
        'urn:ogc:def:coordinateOperation:EPSG::1953' => [
2031
            'name' => 'TM75 to ETRS89 (2)',
2032
            'method' => 'urn:ogc:def:method:EPSG::9606',
2033
            'extent' => ['1305'],
2034
            'extent_description' => 'Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
2035
        ],
2036
        'urn:ogc:def:coordinateOperation:EPSG::1955' => [
2037
            'name' => 'OSNI 1952 to WGS 84 (1)',
2038
            'method' => 'urn:ogc:def:method:EPSG::9606',
2039
            'extent' => ['2530'],
2040
            'extent_description' => 'United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
2041
        ],
2042
        'urn:ogc:def:coordinateOperation:EPSG::1957' => [
2043
            'name' => 'Helle 1954 to WGS 84 (1)',
2044
            'method' => 'urn:ogc:def:method:EPSG::9606',
2045
            'extent' => ['2869'],
2046
            'extent_description' => 'Jan Mayen - onshore.',
2047
        ],
2048
        'urn:ogc:def:coordinateOperation:EPSG::1959' => [
2049
            'name' => 'St. Vincent 1945 to WGS 84 (1)',
2050
            'method' => 'urn:ogc:def:method:EPSG::9603',
2051
            'extent' => ['3300'],
2052
            'extent_description' => 'St Vincent and the northern Grenadine Islands - onshore.',
2053
        ],
2054
        'urn:ogc:def:coordinateOperation:EPSG::1964' => [
2055
            'name' => 'RGR92 to Reunion 1947 (1)',
2056
            'method' => 'urn:ogc:def:method:EPSG::9606',
2057
            'extent' => ['3337'],
2058
            'extent_description' => 'Reunion - onshore.',
2059
        ],
2060
        'urn:ogc:def:coordinateOperation:EPSG::1965' => [
2061
            'name' => 'Selvagem Grande to WGS 84 (1)',
2062
            'method' => 'urn:ogc:def:method:EPSG::9603',
2063
            'extent' => ['2779'],
2064
            'extent_description' => 'Portugal - Selvagens islands (Madeira province) - onshore.',
2065
        ],
2066
        'urn:ogc:def:coordinateOperation:EPSG::1966' => [
2067
            'name' => 'Porto Santo 1995 to WGS 84 (2)',
2068
            'method' => 'urn:ogc:def:method:EPSG::9603',
2069
            'extent' => ['2870'],
2070
            'extent_description' => 'Portugal - Madeira and Porto Santo islands onshore.',
2071
        ],
2072
        'urn:ogc:def:coordinateOperation:EPSG::1967' => [
2073
            'name' => 'Porto Santo 1995 to WGS 84 (3)',
2074
            'method' => 'urn:ogc:def:method:EPSG::9607',
2075
            'extent' => ['2870'],
2076
            'extent_description' => 'Portugal - Madeira and Porto Santo islands onshore.',
2077
        ],
2078
        'urn:ogc:def:coordinateOperation:EPSG::1985' => [
2079
            'name' => 'ED50 to WGS 84 (33)',
2080
            'method' => 'urn:ogc:def:method:EPSG::9603',
2081
            'extent' => ['1294'],
2082
            'extent_description' => 'Portugal - mainland - onshore.',
2083
        ],
2084
        'urn:ogc:def:coordinateOperation:EPSG::1987' => [
2085
            'name' => 'Datum 73 to WGS 84 (4)',
2086
            'method' => 'urn:ogc:def:method:EPSG::9607',
2087
            'extent' => ['1294'],
2088
            'extent_description' => 'Portugal - mainland - onshore.',
2089
        ],
2090
        'urn:ogc:def:coordinateOperation:EPSG::1988' => [
2091
            'name' => 'Lisbon to WGS 84 (4)',
2092
            'method' => 'urn:ogc:def:method:EPSG::9607',
2093
            'extent' => ['1294'],
2094
            'extent_description' => 'Portugal - mainland - onshore.',
2095
        ],
2096
        'urn:ogc:def:coordinateOperation:EPSG::1989' => [
2097
            'name' => 'ED50 to WGS 84 (34)',
2098
            'method' => 'urn:ogc:def:method:EPSG::9607',
2099
            'extent' => ['1294'],
2100
            'extent_description' => 'Portugal - mainland - onshore.',
2101
        ],
2102
        'urn:ogc:def:coordinateOperation:EPSG::1991' => [
2103
            'name' => 'Lisbon 1890 (Lisbon) to Lisbon 1890 (1)',
2104
            'method' => 'urn:ogc:def:method:EPSG::9601',
2105
            'extent' => ['1294'],
2106
            'extent_description' => 'Portugal - mainland - onshore.',
2107
        ],
2108
        'urn:ogc:def:coordinateOperation:EPSG::1993' => [
2109
            'name' => 'IKBD-92 to WGS 84 (4)',
2110
            'method' => 'urn:ogc:def:method:EPSG::9603',
2111
            'extent' => ['2876'],
2112
            'extent_description' => 'Iraq - Kuwait boundary.',
2113
        ],
2114
        'urn:ogc:def:coordinateOperation:EPSG::1994' => [
2115
            'name' => 'Reykjavik 1900 to WGS 84 (1)',
2116
            'method' => 'urn:ogc:def:method:EPSG::9603',
2117
            'extent' => ['3262'],
2118
            'extent_description' => 'Iceland - mainland.',
2119
        ],
2120
        'urn:ogc:def:coordinateOperation:EPSG::1995' => [
2121
            'name' => 'Dealul Piscului 1930 to WGS 84 (1)',
2122
            'method' => 'urn:ogc:def:method:EPSG::9603',
2123
            'extent' => ['3295'],
2124
            'extent_description' => 'Romania - onshore.',
2125
        ],
2126
        'urn:ogc:def:coordinateOperation:EPSG::1998' => [
2127
            'name' => 'ED50 to WGS 84 (36)',
2128
            'method' => 'urn:ogc:def:method:EPSG::9606',
2129
            'extent' => ['2879'],
2130
            'extent_description' => 'Germany - offshore North Sea.',
2131
        ],
2132
        'urn:ogc:def:coordinateOperation:EPSG::3811' => [
2133
            'name' => 'Belgian Lambert 2008',
2134
            'method' => 'urn:ogc:def:method:EPSG::9802',
2135
            'extent' => ['1347'],
2136
            'extent_description' => 'Belgium - onshore.',
2137
        ],
2138
        'urn:ogc:def:coordinateOperation:EPSG::3813' => [
2139
            'name' => 'Mississippi Transverse Mercator',
2140
            'method' => 'urn:ogc:def:method:EPSG::9807',
2141
            'extent' => ['1393'],
2142
            'extent_description' => 'United States (USA) - Mississippi.',
2143
        ],
2144
        'urn:ogc:def:coordinateOperation:EPSG::3817' => [
2145
            'name' => 'HD1909 to WGS 84 (1)',
2146
            'method' => 'urn:ogc:def:method:EPSG::9607',
2147
            'extent' => ['1119'],
2148
            'extent_description' => 'Hungary.',
2149
        ],
2150
        'urn:ogc:def:coordinateOperation:EPSG::3818' => [
2151
            'name' => 'Taiwan 2-degree TM zone 119',
2152
            'method' => 'urn:ogc:def:method:EPSG::9807',
2153
            'extent' => ['3563'],
2154
            'extent_description' => 'Taiwan, Republic of China - between 118°E and 120°E, onshore and offshore - Penghu (Pescadores) Islands.',
2155
        ],
2156
        'urn:ogc:def:coordinateOperation:EPSG::3820' => [
2157
            'name' => 'Taiwan 2-degree TM zone 121',
2158
            'method' => 'urn:ogc:def:method:EPSG::9807',
2159
            'extent' => ['3562'],
2160
            'extent_description' => 'Taiwan, Republic of China - between 120°E and 122°E, onshore and offshore - Taiwan Island.',
2161
        ],
2162
        'urn:ogc:def:coordinateOperation:EPSG::3830' => [
2163
            'name' => 'TWD97 to WGS 84 (1)',
2164
            'method' => 'urn:ogc:def:method:EPSG::9603',
2165
            'extent' => ['1228'],
2166
            'extent_description' => 'Taiwan, Republic of China - onshore and offshore - Taiwan Island, Penghu (Pescadores) Islands.',
2167
        ],
2168
        'urn:ogc:def:coordinateOperation:EPSG::3831' => [
2169
            'name' => 'Pacific Disaster Center Mercator',
2170
            'method' => 'urn:ogc:def:method:EPSG::9804',
2171
            'extent' => ['3172'],
2172
            'extent_description' => 'Pacific Ocean - American Samoa, Antarctica, Australia, Brunei Darussalam, Cambodia, Canada, Chile, China, China - Hong Kong, China - Macao, Cook Islands, Ecuador, Fiji, French Polynesia, Guam, Indonesia, Japan, Kiribati, Democratic People\'s Republic of Korea (North Korea), Republic of Korea (South Korea), Malaysia, Marshall Islands, Federated States of Micronesia, Nauru, New Caledonia, New Zealand, Niue, Norfolk Island, Northern Mariana Islands, Palau, Panama, Papua New Guinea (PNG), Peru, Philippines, Pitcairn, Russian Federation, Samoa, Singapore, Solomon Islands, Taiwan, Thailand, Tokelau, Tonga, Tuvalu, United States (USA), United States Minor Outlying Islands, Vanuatu, Venezuela, Vietnam, Wallis and Futuna.',
2173
        ],
2174
        'urn:ogc:def:coordinateOperation:EPSG::3853' => [
2175
            'name' => 'County ST74',
2176
            'method' => 'urn:ogc:def:method:EPSG::9807',
2177
            'extent' => ['3608'],
2178
            'extent_description' => 'Sweden - Stockholm county. Municipalities of Botkyrka, Danderyd, Ekerö, Haninge, Huddinge, Järfälla, Lidingö, Nacka, Nynäshamn, Salem, Sigtuna, Sollentuna, Solna, Stockholm and Sundbyberg.',
2179
        ],
2180
        'urn:ogc:def:coordinateOperation:EPSG::3856' => [
2181
            'name' => 'Popular Visualisation Pseudo-Mercator',
2182
            'method' => 'urn:ogc:def:method:EPSG::1024',
2183
            'extent' => ['1262'],
2184
            'extent_description' => 'World.',
2185
        ],
2186
        'urn:ogc:def:coordinateOperation:EPSG::3860' => [
2187
            'name' => 'Finland Gauss-Kruger zone 19',
2188
            'method' => 'urn:ogc:def:method:EPSG::9807',
2189
            'extent' => ['3595'],
2190
            'extent_description' => 'Finland - nominally onshore west of 19°30\'E but may be used in adjacent areas to east if a municipality chooses to use one zone over its whole extent.',
2191
        ],
2192
        'urn:ogc:def:coordinateOperation:EPSG::3861' => [
2193
            'name' => 'Finland Gauss-Kruger zone 20',
2194
            'method' => 'urn:ogc:def:method:EPSG::9807',
2195
            'extent' => ['3596'],
2196
            'extent_description' => 'Finland - nominally onshore between 19°30\'E and 20°30\'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.',
2197
        ],
2198
        'urn:ogc:def:coordinateOperation:EPSG::3862' => [
2199
            'name' => 'Finland Gauss-Kruger zone 21',
2200
            'method' => 'urn:ogc:def:method:EPSG::9807',
2201
            'extent' => ['3597'],
2202
            'extent_description' => 'Finland - nominally onshore between 20°30\'E and 21°30\'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.',
2203
        ],
2204
        'urn:ogc:def:coordinateOperation:EPSG::3863' => [
2205
            'name' => 'Finland Gauss-Kruger zone 22',
2206
            'method' => 'urn:ogc:def:method:EPSG::9807',
2207
            'extent' => ['3598'],
2208
            'extent_description' => 'Finland - nominally onshore between 21°30\'E and 22°30\'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.',
2209
        ],
2210
        'urn:ogc:def:coordinateOperation:EPSG::3864' => [
2211
            'name' => 'Finland Gauss-Kruger zone 23',
2212
            'method' => 'urn:ogc:def:method:EPSG::9807',
2213
            'extent' => ['3599'],
2214
            'extent_description' => 'Finland - nominally onshore between 22°30\'E and 23°30\'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.',
2215
        ],
2216
        'urn:ogc:def:coordinateOperation:EPSG::3865' => [
2217
            'name' => 'Finland Gauss-Kruger zone 24',
2218
            'method' => 'urn:ogc:def:method:EPSG::9807',
2219
            'extent' => ['3600'],
2220
            'extent_description' => 'Finland - nominally onshore between 23°30\'E and 24°30\'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.',
2221
        ],
2222
        'urn:ogc:def:coordinateOperation:EPSG::3866' => [
2223
            'name' => 'Finland Gauss-Kruger zone 25',
2224
            'method' => 'urn:ogc:def:method:EPSG::9807',
2225
            'extent' => ['3601'],
2226
            'extent_description' => 'Finland - nominally onshore between 24°30\'E and 25°30\'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.',
2227
        ],
2228
        'urn:ogc:def:coordinateOperation:EPSG::3867' => [
2229
            'name' => 'Finland Gauss-Kruger zone 26',
2230
            'method' => 'urn:ogc:def:method:EPSG::9807',
2231
            'extent' => ['3602'],
2232
            'extent_description' => 'Finland - nominally onshore between 25°30\'E and 26°30\'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.',
2233
        ],
2234
        'urn:ogc:def:coordinateOperation:EPSG::3868' => [
2235
            'name' => 'Finland Gauss-Kruger zone 27',
2236
            'method' => 'urn:ogc:def:method:EPSG::9807',
2237
            'extent' => ['3603'],
2238
            'extent_description' => 'Finland - nominally onshore between 26°30\'E and 27°30\'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.',
2239
        ],
2240
        'urn:ogc:def:coordinateOperation:EPSG::3869' => [
2241
            'name' => 'Finland Gauss-Kruger zone 28',
2242
            'method' => 'urn:ogc:def:method:EPSG::9807',
2243
            'extent' => ['3604'],
2244
            'extent_description' => 'Finland - nominally onshore between 27°30\'E and 28°30\'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.',
2245
        ],
2246
        'urn:ogc:def:coordinateOperation:EPSG::3870' => [
2247
            'name' => 'Finland Gauss-Kruger zone 29',
2248
            'method' => 'urn:ogc:def:method:EPSG::9807',
2249
            'extent' => ['3605'],
2250
            'extent_description' => 'Finland - nominally between 28°30\'E and 29°30\'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.',
2251
        ],
2252
        'urn:ogc:def:coordinateOperation:EPSG::3871' => [
2253
            'name' => 'Finland Gauss-Kruger zone 30',
2254
            'method' => 'urn:ogc:def:method:EPSG::9807',
2255
            'extent' => ['3606'],
2256
            'extent_description' => 'Finland - nominally between 29°30\'E and 30°30\'E but may be used in adjacent areas if a municipality chooses to use one zone over its whole extent.',
2257
        ],
2258
        'urn:ogc:def:coordinateOperation:EPSG::3872' => [
2259
            'name' => 'Finland Gauss-Kruger zone 31',
2260
            'method' => 'urn:ogc:def:method:EPSG::9807',
2261
            'extent' => ['3607'],
2262
            'extent_description' => 'Finland - nominally east of 30°30\'E but may be used in adjacent areas to west if a municipality chooses to use one zone over its whole extent.',
2263
        ],
2264
        'urn:ogc:def:coordinateOperation:EPSG::3894' => [
2265
            'name' => 'IGRS to WGS 84 (1)',
2266
            'method' => 'urn:ogc:def:method:EPSG::9603',
2267
            'extent' => ['1124'],
2268
            'extent_description' => 'Iraq - onshore and offshore.',
2269
        ],
2270
        'urn:ogc:def:coordinateOperation:EPSG::3895' => [
2271
            'name' => 'MGI (Ferro) to MGI (1)',
2272
            'method' => 'urn:ogc:def:method:EPSG::9601',
2273
            'extent' => ['1037'],
2274
            'extent_description' => 'Austria.',
2275
        ],
2276
        'urn:ogc:def:coordinateOperation:EPSG::3899' => [
2277
            'name' => 'US National Atlas Equal Area',
2278
            'method' => 'urn:ogc:def:method:EPSG::1027',
2279
            'extent' => ['1245'],
2280
            'extent_description' => 'United States (USA) - onshore and offshore.',
2281
        ],
2282
        'urn:ogc:def:coordinateOperation:EPSG::3913' => [
2283
            'name' => 'MGI (Ferro) to MGI 1901 (1)',
2284
            'method' => 'urn:ogc:def:method:EPSG::9601',
2285
            'extent' => ['2370'],
2286
            'extent_description' => 'Bosnia and Herzegovina; Croatia - onshore; Kosovo; Montenegro - onshore; North Macedonia; Serbia; Slovenia - onshore.',
2287
        ],
2288
        'urn:ogc:def:coordinateOperation:EPSG::3918' => [
2289
            'name' => 'MGI 1901 to Slovenia 1996 (2)',
2290
            'method' => 'urn:ogc:def:method:EPSG::9607',
2291
            'extent' => ['3564'],
2292
            'extent_description' => 'Slovenia - onshore west of 14°30\'E.',
2293
        ],
2294
        'urn:ogc:def:coordinateOperation:EPSG::3919' => [
2295
            'name' => 'MGI 1901 to Slovenia 1996 (3)',
2296
            'method' => 'urn:ogc:def:method:EPSG::9607',
2297
            'extent' => ['3565'],
2298
            'extent_description' => 'Slovenia - east of 14°30\'E and north of 46°03\'N.',
2299
        ],
2300
        'urn:ogc:def:coordinateOperation:EPSG::3921' => [
2301
            'name' => 'MGI 1901 to Slovenia 1996 (4)',
2302
            'method' => 'urn:ogc:def:method:EPSG::9607',
2303
            'extent' => ['3566'],
2304
            'extent_description' => 'Slovenia - east of 14°30\'E and south of 46°09\'N.',
2305
        ],
2306
        'urn:ogc:def:coordinateOperation:EPSG::3922' => [
2307
            'name' => 'MGI 1901 to Slovenia 1996 (5)',
2308
            'method' => 'urn:ogc:def:method:EPSG::9607',
2309
            'extent' => ['3567'],
2310
            'extent_description' => 'Slovenia - southeastern.',
2311
        ],
2312
        'urn:ogc:def:coordinateOperation:EPSG::3923' => [
2313
            'name' => 'MGI 1901 to Slovenia 1996 (6)',
2314
            'method' => 'urn:ogc:def:method:EPSG::9607',
2315
            'extent' => ['3568'],
2316
            'extent_description' => 'Slovenia - Dolenjska (Lower Carniola).',
2317
        ],
2318
        'urn:ogc:def:coordinateOperation:EPSG::3924' => [
2319
            'name' => 'MGI 1901 to Slovenia 1996 (7)',
2320
            'method' => 'urn:ogc:def:method:EPSG::9607',
2321
            'extent' => ['3569'],
2322
            'extent_description' => 'Slovenia - Stajerska (Slovene Styria).',
2323
        ],
2324
        'urn:ogc:def:coordinateOperation:EPSG::3925' => [
2325
            'name' => 'MGI 1901 to Slovenia 1996 (8)',
2326
            'method' => 'urn:ogc:def:method:EPSG::9607',
2327
            'extent' => ['3570'],
2328
            'extent_description' => 'Slovenia - Pomurje (the Mura Region).',
2329
        ],
2330
        'urn:ogc:def:coordinateOperation:EPSG::3926' => [
2331
            'name' => 'MGI 1901 to Slovenia 1996 (9)',
2332
            'method' => 'urn:ogc:def:method:EPSG::9607',
2333
            'extent' => ['3571'],
2334
            'extent_description' => 'Slovenia - Gorenjska (Upper Carniola) and northern Primorska.',
2335
        ],
2336
        'urn:ogc:def:coordinateOperation:EPSG::3927' => [
2337
            'name' => 'MGI 1901 to Slovenia 1996 (10)',
2338
            'method' => 'urn:ogc:def:method:EPSG::9607',
2339
            'extent' => ['3572'],
2340
            'extent_description' => 'Slovenia - onshore Primorska and Notranjska (Inner Carniola).',
2341
        ],
2342
        'urn:ogc:def:coordinateOperation:EPSG::3928' => [
2343
            'name' => 'MGI 1901 to Slovenia 1996 (11)',
2344
            'method' => 'urn:ogc:def:method:EPSG::9607',
2345
            'extent' => ['3573'],
2346
            'extent_description' => 'Slovenia - central.',
2347
        ],
2348
        'urn:ogc:def:coordinateOperation:EPSG::3962' => [
2349
            'name' => 'MGI 1901 to WGS 84 (1)',
2350
            'method' => 'urn:ogc:def:method:EPSG::9603',
2351
            'extent' => ['2370'],
2352
            'extent_description' => 'Bosnia and Herzegovina; Croatia - onshore; Kosovo; Montenegro - onshore; North Macedonia; Serbia; Slovenia - onshore.',
2353
        ],
2354
        'urn:ogc:def:coordinateOperation:EPSG::3963' => [
2355
            'name' => 'MGI 1901 to ETRS89 (2)',
2356
            'method' => 'urn:ogc:def:method:EPSG::9606',
2357
            'extent' => ['3234'],
2358
            'extent_description' => 'Croatia - onshore.',
2359
        ],
2360
        'urn:ogc:def:coordinateOperation:EPSG::3965' => [
2361
            'name' => 'MGI 1901 to WGS 84 (6)',
2362
            'method' => 'urn:ogc:def:method:EPSG::9603',
2363
            'extent' => ['3536'],
2364
            'extent_description' => 'Montenegro - onshore.',
2365
        ],
2366
        'urn:ogc:def:coordinateOperation:EPSG::3967' => [
2367
            'name' => 'Virginia Lambert Conic Conformal',
2368
            'method' => 'urn:ogc:def:method:EPSG::9802',
2369
            'extent' => ['1415'],
2370
            'extent_description' => 'United States (USA) - Virginia.',
2371
        ],
2372
        'urn:ogc:def:coordinateOperation:EPSG::3971' => [
2373
            'name' => 'PSAD56 to SIRGAS 1995 (1)',
2374
            'method' => 'urn:ogc:def:method:EPSG::9607',
2375
            'extent' => ['3241'],
2376
            'extent_description' => 'Ecuador - mainland - onshore.',
2377
        ],
2378
        'urn:ogc:def:coordinateOperation:EPSG::3977' => [
2379
            'name' => 'Canada Atlas Lambert',
2380
            'method' => 'urn:ogc:def:method:EPSG::9802',
2381
            'extent' => ['1061'],
2382
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
2383
        ],
2384
        'urn:ogc:def:coordinateOperation:EPSG::3981' => [
2385
            'name' => 'Katanga Gauss zone A',
2386
            'method' => 'urn:ogc:def:method:EPSG::9807',
2387
            'extent' => ['3612'],
2388
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - Katanga east of 28°30\'E.',
2389
        ],
2390
        'urn:ogc:def:coordinateOperation:EPSG::3982' => [
2391
            'name' => 'Katanga Gauss zone B',
2392
            'method' => 'urn:ogc:def:method:EPSG::9807',
2393
            'extent' => ['3611'],
2394
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - Katanga between 26°30\'E and 29°30\'E.',
2395
        ],
2396
        'urn:ogc:def:coordinateOperation:EPSG::3983' => [
2397
            'name' => 'Katanga Gauss zone C',
2398
            'method' => 'urn:ogc:def:method:EPSG::9807',
2399
            'extent' => ['3610'],
2400
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - Katanga between 24°30\'E and 27°30\'E.',
2401
        ],
2402
        'urn:ogc:def:coordinateOperation:EPSG::3984' => [
2403
            'name' => 'Katanga Gauss zone D',
2404
            'method' => 'urn:ogc:def:method:EPSG::9807',
2405
            'extent' => ['3609'],
2406
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - Katanga west of 25°30\'E.',
2407
        ],
2408
        'urn:ogc:def:coordinateOperation:EPSG::3990' => [
2409
            'name' => 'PSAD56 to WGS 84 (14)',
2410
            'method' => 'urn:ogc:def:method:EPSG::9607',
2411
            'extent' => ['3241'],
2412
            'extent_description' => 'Ecuador - mainland - onshore.',
2413
        ],
2414
        'urn:ogc:def:coordinateOperation:EPSG::3998' => [
2415
            'name' => 'Arc 1960 to WGS 84 (4)',
2416
            'method' => 'urn:ogc:def:method:EPSG::9603',
2417
            'extent' => ['1058'],
2418
            'extent_description' => 'Burundi.',
2419
        ],
2420
        'urn:ogc:def:coordinateOperation:EPSG::3999' => [
2421
            'name' => 'Moldova Transverse Mercator',
2422
            'method' => 'urn:ogc:def:method:EPSG::9807',
2423
            'extent' => ['1162'],
2424
            'extent_description' => 'Moldova.',
2425
        ],
2426
        'urn:ogc:def:coordinateOperation:EPSG::4067' => [
2427
            'name' => 'Katanga 1955 to RGRDC 2005 (2)',
2428
            'method' => 'urn:ogc:def:method:EPSG::9636',
2429
            'extent' => ['3614'],
2430
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - Katanga - Likasi-Lubumbashi area.',
2431
        ],
2432
        'urn:ogc:def:coordinateOperation:EPSG::4069' => [
2433
            'name' => 'Chua to SIRGAS 2000 (1)',
2434
            'method' => 'urn:ogc:def:method:EPSG::9603',
2435
            'extent' => ['3619'],
2436
            'extent_description' => 'Brazil - Distrito Federal.',
2437
        ],
2438
        'urn:ogc:def:coordinateOperation:EPSG::4076' => [
2439
            'name' => 'SREF98 to ETRS89 (1)',
2440
            'method' => 'urn:ogc:def:method:EPSG::9603',
2441
            'extent' => ['4543'],
2442
            'extent_description' => 'Serbia including Vojvodina.',
2443
        ],
2444
        'urn:ogc:def:coordinateOperation:EPSG::4078' => [
2445
            'name' => 'ED87 to ETRS89 (1)',
2446
            'method' => 'urn:ogc:def:method:EPSG::9606',
2447
            'extent' => ['1297'],
2448
            'extent_description' => 'Europe - west.',
2449
        ],
2450
        'urn:ogc:def:coordinateOperation:EPSG::4084' => [
2451
            'name' => 'REGCAN95 to WGS 84 (1)',
2452
            'method' => 'urn:ogc:def:method:EPSG::9603',
2453
            'extent' => ['3199'],
2454
            'extent_description' => 'Spain - Canary Islands onshore and offshore.',
2455
        ],
2456
        'urn:ogc:def:coordinateOperation:EPSG::4085' => [
2457
            'name' => 'World Equidistant Cylindrical',
2458
            'method' => 'urn:ogc:def:method:EPSG::1028',
2459
            'extent' => ['1262'],
2460
            'extent_description' => 'World.',
2461
        ],
2462
        'urn:ogc:def:coordinateOperation:EPSG::4089' => [
2463
            'name' => 'DKTM1',
2464
            'method' => 'urn:ogc:def:method:EPSG::9807',
2465
            'extent' => ['3631'],
2466
            'extent_description' => 'Denmark - Jutland onshore west of 10°E.',
2467
        ],
2468
        'urn:ogc:def:coordinateOperation:EPSG::4090' => [
2469
            'name' => 'DKTM2',
2470
            'method' => 'urn:ogc:def:method:EPSG::9807',
2471
            'extent' => ['3632'],
2472
            'extent_description' => 'Denmark - onshore - Jutland east of 9°E and Funen.',
2473
        ],
2474
        'urn:ogc:def:coordinateOperation:EPSG::4091' => [
2475
            'name' => 'DKTM3',
2476
            'method' => 'urn:ogc:def:method:EPSG::9807',
2477
            'extent' => ['2532'],
2478
            'extent_description' => 'Denmark - Zealand and Lolland (onshore).',
2479
        ],
2480
        'urn:ogc:def:coordinateOperation:EPSG::4092' => [
2481
            'name' => 'DKTM4',
2482
            'method' => 'urn:ogc:def:method:EPSG::9807',
2483
            'extent' => ['2533'],
2484
            'extent_description' => 'Denmark - Bornholm onshore.',
2485
        ],
2486
        'urn:ogc:def:coordinateOperation:EPSG::4101' => [
2487
            'name' => 'BLM zone 1N (US survey feet)',
2488
            'method' => 'urn:ogc:def:method:EPSG::9807',
2489
            'extent' => ['3374'],
2490
            'extent_description' => 'United States (USA) - between 180°W and 174°W - Alaska and offshore continental shelf (OCS).',
2491
        ],
2492
        'urn:ogc:def:coordinateOperation:EPSG::4102' => [
2493
            'name' => 'BLM zone 2N (US survey feet)',
2494
            'method' => 'urn:ogc:def:method:EPSG::9807',
2495
            'extent' => ['3375'],
2496
            'extent_description' => 'United States (USA) - between 174°W and 168°W - Alaska and offshore continental shelf (OCS).',
2497
        ],
2498
        'urn:ogc:def:coordinateOperation:EPSG::4103' => [
2499
            'name' => 'BLM zone 3N (US survey feet)',
2500
            'method' => 'urn:ogc:def:method:EPSG::9807',
2501
            'extent' => ['2133'],
2502
            'extent_description' => 'United States (USA) - between 168°W and 162°W - Alaska and offshore continental shelf (OCS).',
2503
        ],
2504
        'urn:ogc:def:coordinateOperation:EPSG::4104' => [
2505
            'name' => 'BLM zone 4N (US survey feet)',
2506
            'method' => 'urn:ogc:def:method:EPSG::9807',
2507
            'extent' => ['2134'],
2508
            'extent_description' => 'United States (USA) - between 162°W and 156°W - Alaska and offshore continental shelf (OCS).',
2509
        ],
2510
        'urn:ogc:def:coordinateOperation:EPSG::4105' => [
2511
            'name' => 'BLM zone 5N (US survey feet)',
2512
            'method' => 'urn:ogc:def:method:EPSG::9807',
2513
            'extent' => ['2135'],
2514
            'extent_description' => 'United States (USA) - between 156°W and 150°W - Alaska and offshore continental shelf (OCS).',
2515
        ],
2516
        'urn:ogc:def:coordinateOperation:EPSG::4106' => [
2517
            'name' => 'BLM zone 6N (US survey feet)',
2518
            'method' => 'urn:ogc:def:method:EPSG::9807',
2519
            'extent' => ['2136'],
2520
            'extent_description' => 'United States (USA) - between 150°W and 144°W - Alaska and offshore continental shelf (OCS).',
2521
        ],
2522
        'urn:ogc:def:coordinateOperation:EPSG::4107' => [
2523
            'name' => 'BLM zone 7N (US survey feet)',
2524
            'method' => 'urn:ogc:def:method:EPSG::9807',
2525
            'extent' => ['3494'],
2526
            'extent_description' => 'United States (USA) - between 144°W and 138°W onshore and offshore - Alaska.',
2527
        ],
2528
        'urn:ogc:def:coordinateOperation:EPSG::4108' => [
2529
            'name' => 'BLM zone 8N (US survey feet)',
2530
            'method' => 'urn:ogc:def:method:EPSG::9807',
2531
            'extent' => ['3495'],
2532
            'extent_description' => 'United States (USA) - between 138°W and 132°W onshore and offshore - Alaska.',
2533
        ],
2534
        'urn:ogc:def:coordinateOperation:EPSG::4109' => [
2535
            'name' => 'BLM zone 9N (US survey feet)',
2536
            'method' => 'urn:ogc:def:method:EPSG::9807',
2537
            'extent' => ['3496'],
2538
            'extent_description' => 'United States (USA) - between 132°W and 126°W onshore and offshore - Alaska.',
2539
        ],
2540
        'urn:ogc:def:coordinateOperation:EPSG::4110' => [
2541
            'name' => 'BLM zone 10N (US survey feet)',
2542
            'method' => 'urn:ogc:def:method:EPSG::9807',
2543
            'extent' => ['3497'],
2544
            'extent_description' => 'United States (USA) - between 126°W and 120°W onshore and offshore - California; Oregon; Washington.',
2545
        ],
2546
        'urn:ogc:def:coordinateOperation:EPSG::4111' => [
2547
            'name' => 'BLM zone 11N (US survey feet)',
2548
            'method' => 'urn:ogc:def:method:EPSG::9807',
2549
            'extent' => ['3498'],
2550
            'extent_description' => 'United States (USA) - between 120°W and 114°W onshore and offshore - California, Idaho, Nevada, Oregon, Washington.',
2551
        ],
2552
        'urn:ogc:def:coordinateOperation:EPSG::4112' => [
2553
            'name' => 'BLM zone 12N (US survey feet)',
2554
            'method' => 'urn:ogc:def:method:EPSG::9807',
2555
            'extent' => ['3499'],
2556
            'extent_description' => 'United States (USA) - between 114°W and 108°W - Arizona; Colorado; Idaho; Montana; New Mexico; Utah; Wyoming.',
2557
        ],
2558
        'urn:ogc:def:coordinateOperation:EPSG::4113' => [
2559
            'name' => 'BLM zone 13N (US survey feet)',
2560
            'method' => 'urn:ogc:def:method:EPSG::9807',
2561
            'extent' => ['3500'],
2562
            'extent_description' => 'United States (USA) - between 108°W and 102°W - Colorado; Montana; Nebraska; New Mexico; North Dakota; Oklahoma; South Dakota; Texas; Wyoming.',
2563
        ],
2564
        'urn:ogc:def:coordinateOperation:EPSG::4114' => [
2565
            'name' => 'Johor Cassini Grid',
2566
            'method' => 'urn:ogc:def:method:EPSG::9806',
2567
            'extent' => ['3376'],
2568
            'extent_description' => 'Malaysia - West Malaysia - Johor.',
2569
        ],
2570
        'urn:ogc:def:coordinateOperation:EPSG::4115' => [
2571
            'name' => 'Sembilan and Melaka Cassini Grid',
2572
            'method' => 'urn:ogc:def:method:EPSG::9806',
2573
            'extent' => ['3377'],
2574
            'extent_description' => 'Malaysia - West Malaysia - Negeri Sembilan and Melaka.',
2575
        ],
2576
        'urn:ogc:def:coordinateOperation:EPSG::4116' => [
2577
            'name' => 'Pahang Cassini Grid',
2578
            'method' => 'urn:ogc:def:method:EPSG::9806',
2579
            'extent' => ['3378'],
2580
            'extent_description' => 'Malaysia - West Malaysia - Pahang.',
2581
        ],
2582
        'urn:ogc:def:coordinateOperation:EPSG::4117' => [
2583
            'name' => 'Selangor Cassini Grid',
2584
            'method' => 'urn:ogc:def:method:EPSG::9806',
2585
            'extent' => ['3379'],
2586
            'extent_description' => 'Malaysia - West Malaysia - Selangor.',
2587
        ],
2588
        'urn:ogc:def:coordinateOperation:EPSG::4118' => [
2589
            'name' => 'BLM zone 18N (US survey feet)',
2590
            'method' => 'urn:ogc:def:method:EPSG::9807',
2591
            'extent' => ['3505'],
2592
            'extent_description' => 'United States (USA) - between 78°W and 72°W onshore and offshore - Connecticut; Delaware; Maryland; Massachusetts; New Hampshire; New Jersey; New York; North Carolina; Pennsylvania; Virginia; Vermont.',
2593
        ],
2594
        'urn:ogc:def:coordinateOperation:EPSG::4119' => [
2595
            'name' => 'BLM zone 19N (US survey feet)',
2596
            'method' => 'urn:ogc:def:method:EPSG::9807',
2597
            'extent' => ['3506'],
2598
            'extent_description' => 'United States (USA) - between 72°W and 66°W onshore and offshore - Connecticut; Maine; Massachusetts; New Hampshire; New York (Long Island); Rhode Island; Vermont.',
2599
        ],
2600
        'urn:ogc:def:coordinateOperation:EPSG::4177' => [
2601
            'name' => 'Terengganu Cassini Grid',
2602
            'method' => 'urn:ogc:def:method:EPSG::9806',
2603
            'extent' => ['3380'],
2604
            'extent_description' => 'Malaysia - West Malaysia - Terengganu.',
2605
        ],
2606
        'urn:ogc:def:coordinateOperation:EPSG::4186' => [
2607
            'name' => 'BLM zone 59N (US survey feet)',
2608
            'method' => 'urn:ogc:def:method:EPSG::9807',
2609
            'extent' => ['3372'],
2610
            'extent_description' => 'United States (USA) - west of 174°E. Alaska and offshore continental shelf (OCS).',
2611
        ],
2612
        'urn:ogc:def:coordinateOperation:EPSG::4187' => [
2613
            'name' => 'BLM zone 60N (US survey feet)',
2614
            'method' => 'urn:ogc:def:method:EPSG::9807',
2615
            'extent' => ['3373'],
2616
            'extent_description' => 'United States (USA) - between 174°E and 180°E - Alaska and offshore continental shelf (OCS).',
2617
        ],
2618
        'urn:ogc:def:coordinateOperation:EPSG::4305' => [
2619
            'name' => 'Pinang Cassini Grid',
2620
            'method' => 'urn:ogc:def:method:EPSG::9806',
2621
            'extent' => ['3381'],
2622
            'extent_description' => 'Malaysia - West Malaysia - Pulau Pinang - Pinang (Penang) Island and Seberang Perai (Province Wellesley).',
2623
        ],
2624
        'urn:ogc:def:coordinateOperation:EPSG::4320' => [
2625
            'name' => 'Kedah and Perlis Cassini Grid',
2626
            'method' => 'urn:ogc:def:method:EPSG::9806',
2627
            'extent' => ['3382'],
2628
            'extent_description' => 'Malaysia - West Malaysia - Kedah and Perlis.',
2629
        ],
2630
        'urn:ogc:def:coordinateOperation:EPSG::4321' => [
2631
            'name' => 'Perak Revised Cassini Grid',
2632
            'method' => 'urn:ogc:def:method:EPSG::9806',
2633
            'extent' => ['3383'],
2634
            'extent_description' => 'Malaysia - West Malaysia - Perak.',
2635
        ],
2636
        'urn:ogc:def:coordinateOperation:EPSG::4323' => [
2637
            'name' => 'Kelantan Cassini Grid',
2638
            'method' => 'urn:ogc:def:method:EPSG::9806',
2639
            'extent' => ['3384'],
2640
            'extent_description' => 'Malaysia - West Malaysia - Kelantan.',
2641
        ],
2642
        'urn:ogc:def:coordinateOperation:EPSG::4325' => [
2643
            'name' => 'Guam Map Grid',
2644
            'method' => 'urn:ogc:def:method:EPSG::9807',
2645
            'extent' => ['3255'],
2646
            'extent_description' => 'Guam - onshore.',
2647
        ],
2648
        'urn:ogc:def:coordinateOperation:EPSG::4416' => [
2649
            'name' => 'Katanga Lambert',
2650
            'method' => 'urn:ogc:def:method:EPSG::9802',
2651
            'extent' => ['3147'],
2652
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - Katanga.',
2653
        ],
2654
        'urn:ogc:def:coordinateOperation:EPSG::4436' => [
2655
            'name' => 'Pennsylvania CS27 South zone',
2656
            'method' => 'urn:ogc:def:method:EPSG::9802',
2657
            'extent' => ['2246'],
2658
            'extent_description' => 'United States (USA) - Pennsylvania - counties of Adams; Allegheny; Armstrong; Beaver; Bedford; Berks; Blair; Bucks; Butler; Cambria; Chester; Cumberland; Dauphin; Delaware; Fayette; Franklin; Fulton; Greene; Huntingdon; Indiana; Juniata; Lancaster; Lawrence; Lebanon; Lehigh; Mifflin; Montgomery; Northampton; Perry; Philadelphia; Schuylkill; Snyder; Somerset; Washington; Westmoreland; York.',
2659
        ],
2660
        'urn:ogc:def:coordinateOperation:EPSG::4441' => [
2661
            'name' => 'NZVD2009 height to One Tree Point 1964 height (1)',
2662
            'method' => 'urn:ogc:def:method:EPSG::9616',
2663
            'extent' => ['3762'],
2664
            'extent_description' => 'New Zealand - North Island - One Tree Point vertical CRS area.',
2665
        ],
2666
        'urn:ogc:def:coordinateOperation:EPSG::4442' => [
2667
            'name' => 'NZVD2009 height to Auckland 1946 height (1)',
2668
            'method' => 'urn:ogc:def:method:EPSG::9616',
2669
            'extent' => ['3764'],
2670
            'extent_description' => 'New Zealand - North Island - Auckland vertical CRS area.',
2671
        ],
2672
        'urn:ogc:def:coordinateOperation:EPSG::4443' => [
2673
            'name' => 'NZVD2009 height to Moturiki 1953 height (1)',
2674
            'method' => 'urn:ogc:def:method:EPSG::9616',
2675
            'extent' => ['3768'],
2676
            'extent_description' => 'New Zealand - North Island - Moturiki vertical CRS area.',
2677
        ],
2678
        'urn:ogc:def:coordinateOperation:EPSG::4444' => [
2679
            'name' => 'NZVD2009 height to Nelson 1955 height (1)',
2680
            'method' => 'urn:ogc:def:method:EPSG::9616',
2681
            'extent' => ['3802'],
2682
            'extent_description' => 'New Zealand - South Island - north of approximately 42°20\'S - Nelson vertical CRS area.',
2683
        ],
2684
        'urn:ogc:def:coordinateOperation:EPSG::4445' => [
2685
            'name' => 'NZVD2009 height to Gisborne 1926 height (1)',
2686
            'method' => 'urn:ogc:def:method:EPSG::9616',
2687
            'extent' => ['3771'],
2688
            'extent_description' => 'New Zealand - North Island - Gisborne vertical CRS area.',
2689
        ],
2690
        'urn:ogc:def:coordinateOperation:EPSG::4446' => [
2691
            'name' => 'NZVD2009 height to Napier 1962 height (1)',
2692
            'method' => 'urn:ogc:def:method:EPSG::9616',
2693
            'extent' => ['3772'],
2694
            'extent_description' => 'New Zealand - North Island - Hawkes Bay meridional circuit and Napier vertical crs area.',
2695
        ],
2696
        'urn:ogc:def:coordinateOperation:EPSG::4447' => [
2697
            'name' => 'NZVD2009 height to Taranaki 1970 height (1)',
2698
            'method' => 'urn:ogc:def:method:EPSG::9616',
2699
            'extent' => ['3769'],
2700
            'extent_description' => 'New Zealand - North Island - Taranaki vertical CRS area.',
2701
        ],
2702
        'urn:ogc:def:coordinateOperation:EPSG::4448' => [
2703
            'name' => 'NZVD2009 height to Wellington 1953 height (1)',
2704
            'method' => 'urn:ogc:def:method:EPSG::9616',
2705
            'extent' => ['3773'],
2706
            'extent_description' => 'New Zealand - North Island - Wellington vertical CRS area.',
2707
        ],
2708
        'urn:ogc:def:coordinateOperation:EPSG::4449' => [
2709
            'name' => 'NZVD2009 height to Lyttelton 1937 height (1)',
2710
            'method' => 'urn:ogc:def:method:EPSG::9616',
2711
            'extent' => ['3804'],
2712
            'extent_description' => 'New Zealand - South Island - between approximately 41°20\'S and 45°S - Lyttleton vertical CRS area.',
2713
        ],
2714
        'urn:ogc:def:coordinateOperation:EPSG::4450' => [
2715
            'name' => 'NZVD2009 height to Dunedin 1958 height (1)',
2716
            'method' => 'urn:ogc:def:method:EPSG::9616',
2717
            'extent' => ['3803'],
2718
            'extent_description' => 'New Zealand - South Island - between approximately 44°S and 46°S - Dunedin vertical CRS area.',
2719
        ],
2720
        'urn:ogc:def:coordinateOperation:EPSG::4451' => [
2721
            'name' => 'NZVD2009 height to Bluff 1955 height (1)',
2722
            'method' => 'urn:ogc:def:method:EPSG::9616',
2723
            'extent' => ['3801'],
2724
            'extent_description' => 'New Zealand - South Island - Bluff vertical CRS area.',
2725
        ],
2726
        'urn:ogc:def:coordinateOperation:EPSG::4452' => [
2727
            'name' => 'NZVD2009 height to Stewart Island 1977 height (1)',
2728
            'method' => 'urn:ogc:def:method:EPSG::9616',
2729
            'extent' => ['3338'],
2730
            'extent_description' => 'New Zealand - Stewart Island.',
2731
        ],
2732
        'urn:ogc:def:coordinateOperation:EPSG::4453' => [
2733
            'name' => 'NZVD2009 height to Dunedin-Bluff 1960 height (1)',
2734
            'method' => 'urn:ogc:def:method:EPSG::9616',
2735
            'extent' => ['3806'],
2736
            'extent_description' => 'New Zealand - South Island - Dunedin-Bluff vertical CRS area.',
2737
        ],
2738
        'urn:ogc:def:coordinateOperation:EPSG::4454' => [
2739
            'name' => 'New York CS27 Long Island zone',
2740
            'method' => 'urn:ogc:def:method:EPSG::9802',
2741
            'extent' => ['2235'],
2742
            'extent_description' => 'United States (USA) - New York - counties of Bronx; Kings; Nassau; New York; Queens; Richmond; Suffolk.',
2743
        ],
2744
        'urn:ogc:def:coordinateOperation:EPSG::4460' => [
2745
            'name' => 'Australian Centre for Remote Sensing Lambert Conformal Projection',
2746
            'method' => 'urn:ogc:def:method:EPSG::9802',
2747
            'extent' => ['2575'],
2748
            'extent_description' => 'Australia - Australian Capital Territory; New South Wales; Northern Territory; Queensland; South Australia; Tasmania; Western Australia; Victoria.',
2749
        ],
2750
        'urn:ogc:def:coordinateOperation:EPSG::4461' => [
2751
            'name' => 'NAD83(HARN) to NAD83(NSRS2007) (1)',
2752
            'method' => 'urn:ogc:def:method:EPSG::9603',
2753
            'extent' => ['1323'],
2754
            'extent_description' => 'United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming.',
2755
        ],
2756
        'urn:ogc:def:coordinateOperation:EPSG::4476' => [
2757
            'name' => 'RGM04 to WGS 84 (1)',
2758
            'method' => 'urn:ogc:def:method:EPSG::9603',
2759
            'extent' => ['1159'],
2760
            'extent_description' => 'Mayotte - onshore and offshore.',
2761
        ],
2762
        'urn:ogc:def:coordinateOperation:EPSG::4478' => [
2763
            'name' => 'Cadastre 1997 to RGM04 (1)',
2764
            'method' => 'urn:ogc:def:method:EPSG::9603',
2765
            'extent' => ['3340'],
2766
            'extent_description' => 'Mayotte - onshore.',
2767
        ],
2768
        'urn:ogc:def:coordinateOperation:EPSG::4648' => [
2769
            'name' => 'UTM zone 32N with prefix',
2770
            'method' => 'urn:ogc:def:method:EPSG::9807',
2771
            'extent' => ['2861'],
2772
            'extent_description' => 'Germany - onshore and offshore between 6°E and 12°E, including Mecklenburg-Vorpommern west of 12°E and Schleswig-Holstein.',
2773
        ],
2774
        'urn:ogc:def:coordinateOperation:EPSG::4651' => [
2775
            'name' => 'ODN height to EVRF2000 height (1)',
2776
            'method' => 'urn:ogc:def:method:EPSG::1046',
2777
            'extent' => ['2792'],
2778
            'extent_description' => 'United Kingdom (UK) - Great Britain onshore - England and Wales - mainland; Scotland - mainland and Inner Hebrides.',
2779
        ],
2780
        'urn:ogc:def:coordinateOperation:EPSG::4825' => [
2781
            'name' => 'Cape Verde National',
2782
            'method' => 'urn:ogc:def:method:EPSG::9802',
2783
            'extent' => ['1062'],
2784
            'extent_description' => 'Cape Verde - onshore and offshore. Includes Boa Vista, Brava, Fogo, Maio, Sal, Santo Antao, Sao Nicolau, Sao Tiago, Sao Vicente.',
2785
        ],
2786
        'urn:ogc:def:coordinateOperation:EPSG::4832' => [
2787
            'name' => 'Mexico ITRF92 to WGS 84 (1)',
2788
            'method' => 'urn:ogc:def:method:EPSG::9603',
2789
            'extent' => ['1160'],
2790
            'extent_description' => 'Mexico - onshore and offshore.',
2791
        ],
2792
        'urn:ogc:def:coordinateOperation:EPSG::4838' => [
2793
            'name' => 'LCC Germany',
2794
            'method' => 'urn:ogc:def:method:EPSG::9802',
2795
            'extent' => ['3339'],
2796
            'extent_description' => 'Germany - onshore - states of Baden-Wurtemberg, Bayern, Berlin, Brandenburg, Bremen, Hamburg, Hessen, Mecklenburg-Vorpommern, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Sachsen, Sachsen-Anhalt, Schleswig-Holstein, Thuringen.',
2797
        ],
2798
        'urn:ogc:def:coordinateOperation:EPSG::4840' => [
2799
            'name' => 'RGFG95 to WGS 84 (2)',
2800
            'method' => 'urn:ogc:def:method:EPSG::9603',
2801
            'extent' => ['1097'],
2802
            'extent_description' => 'French Guiana - onshore and offshore.',
2803
        ],
2804
        'urn:ogc:def:coordinateOperation:EPSG::4905' => [
2805
            'name' => 'PTRA08 to WGS 84 (1)',
2806
            'method' => 'urn:ogc:def:method:EPSG::9603',
2807
            'extent' => ['3670'],
2808
            'extent_description' => 'Portugal - Azores and Madeira island groups and surrounding EEZ - Flores, Corvo; Graciosa, Terceira, Sao Jorge, Pico, Faial; Sao Miguel, Santa Maria; Madeira, Porto Santo, Desertas; Selvagens.',
2809
        ],
2810
        'urn:ogc:def:coordinateOperation:EPSG::5019' => [
2811
            'name' => 'Portugal Bonne New',
2812
            'method' => 'urn:ogc:def:method:EPSG::9828',
2813
            'extent' => ['1294'],
2814
            'extent_description' => 'Portugal - mainland - onshore.',
2815
        ],
2816
        'urn:ogc:def:coordinateOperation:EPSG::5020' => [
2817
            'name' => 'Portuguese Grid New',
2818
            'method' => 'urn:ogc:def:method:EPSG::9807',
2819
            'extent' => ['1294'],
2820
            'extent_description' => 'Portugal - mainland - onshore.',
2821
        ],
2822
        'urn:ogc:def:coordinateOperation:EPSG::5021' => [
2823
            'name' => 'Porto Santo 1995 to PTRA08 (1)',
2824
            'method' => 'urn:ogc:def:method:EPSG::9603',
2825
            'extent' => ['1314'],
2826
            'extent_description' => 'Portugal - Madeira, Porto Santo and Desertas islands - onshore.',
2827
        ],
2828
        'urn:ogc:def:coordinateOperation:EPSG::5022' => [
2829
            'name' => 'Porto Santo 1995 to PTRA08 (2)',
2830
            'method' => 'urn:ogc:def:method:EPSG::9606',
2831
            'extent' => ['3679'],
2832
            'extent_description' => 'Portugal - Madeira island onshore.',
2833
        ],
2834
        'urn:ogc:def:coordinateOperation:EPSG::5023' => [
2835
            'name' => 'Porto Santo 1995 to PTRA08 (3)',
2836
            'method' => 'urn:ogc:def:method:EPSG::9603',
2837
            'extent' => ['3680'],
2838
            'extent_description' => 'Portugal - Porto Santo island (Madeira archipelago) onshore.',
2839
        ],
2840
        'urn:ogc:def:coordinateOperation:EPSG::5025' => [
2841
            'name' => 'Azores Oriental 1995 to PTRA08 (2)',
2842
            'method' => 'urn:ogc:def:method:EPSG::9603',
2843
            'extent' => ['2871'],
2844
            'extent_description' => 'Portugal - eastern Azores - Sao Miguel island onshore.',
2845
        ],
2846
        'urn:ogc:def:coordinateOperation:EPSG::5026' => [
2847
            'name' => 'Azores Oriental 1995 to PTRA08 (3)',
2848
            'method' => 'urn:ogc:def:method:EPSG::9603',
2849
            'extent' => ['3683'],
2850
            'extent_description' => 'Portugal - eastern Azores - Santa Maria island onshore.',
2851
        ],
2852
        'urn:ogc:def:coordinateOperation:EPSG::5028' => [
2853
            'name' => 'Azores Central 1995 to PTRA08 (2)',
2854
            'method' => 'urn:ogc:def:method:EPSG::9603',
2855
            'extent' => ['2873'],
2856
            'extent_description' => 'Portugal - central Azores - Faial island onshore.',
2857
        ],
2858
        'urn:ogc:def:coordinateOperation:EPSG::5029' => [
2859
            'name' => 'Azores Central 1995 to PTRA08 (3)',
2860
            'method' => 'urn:ogc:def:method:EPSG::9603',
2861
            'extent' => ['3681'],
2862
            'extent_description' => 'Portugal - central Azores - Graciosa island onshore.',
2863
        ],
2864
        'urn:ogc:def:coordinateOperation:EPSG::5030' => [
2865
            'name' => 'Azores Central 1995 to PTRA08 (4)',
2866
            'method' => 'urn:ogc:def:method:EPSG::9603',
2867
            'extent' => ['2874'],
2868
            'extent_description' => 'Portugal - central Azores - Pico island onshore.',
2869
        ],
2870
        'urn:ogc:def:coordinateOperation:EPSG::5031' => [
2871
            'name' => 'Azores Central 1995 to PTRA08 (5)',
2872
            'method' => 'urn:ogc:def:method:EPSG::9603',
2873
            'extent' => ['2875'],
2874
            'extent_description' => 'Portugal - central Azores - Sao Jorge island onshore.',
2875
        ],
2876
        'urn:ogc:def:coordinateOperation:EPSG::5032' => [
2877
            'name' => 'Azores Central 1995 to PTRA08 (6)',
2878
            'method' => 'urn:ogc:def:method:EPSG::9603',
2879
            'extent' => ['2872'],
2880
            'extent_description' => 'Portugal - central Azores - Terceira island onshore.',
2881
        ],
2882
        'urn:ogc:def:coordinateOperation:EPSG::5034' => [
2883
            'name' => 'Azores Occidental 1939 to PTRA08 (2)',
2884
            'method' => 'urn:ogc:def:method:EPSG::9603',
2885
            'extent' => ['3684'],
2886
            'extent_description' => 'Portugal - western Azores - Flores island onshore.',
2887
        ],
2888
        'urn:ogc:def:coordinateOperation:EPSG::5035' => [
2889
            'name' => 'Azores Occidental 1939 to PTRA08 (3)',
2890
            'method' => 'urn:ogc:def:method:EPSG::9603',
2891
            'extent' => ['3685'],
2892
            'extent_description' => 'Portugal - western Azores - Corvo island onshore.',
2893
        ],
2894
        'urn:ogc:def:coordinateOperation:EPSG::5037' => [
2895
            'name' => 'Datum 73 to ETRS89 (5)',
2896
            'method' => 'urn:ogc:def:method:EPSG::9606',
2897
            'extent' => ['1294'],
2898
            'extent_description' => 'Portugal - mainland - onshore.',
2899
        ],
2900
        'urn:ogc:def:coordinateOperation:EPSG::5038' => [
2901
            'name' => 'Lisbon to ETRS89 (3)',
2902
            'method' => 'urn:ogc:def:method:EPSG::9603',
2903
            'extent' => ['1294'],
2904
            'extent_description' => 'Portugal - mainland - onshore.',
2905
        ],
2906
        'urn:ogc:def:coordinateOperation:EPSG::5039' => [
2907
            'name' => 'Lisbon 1890 to ETRS89 (1)',
2908
            'method' => 'urn:ogc:def:method:EPSG::9603',
2909
            'extent' => ['1294'],
2910
            'extent_description' => 'Portugal - mainland - onshore.',
2911
        ],
2912
        'urn:ogc:def:coordinateOperation:EPSG::5040' => [
2913
            'name' => 'ED50 to ETRS89 (13)',
2914
            'method' => 'urn:ogc:def:method:EPSG::9603',
2915
            'extent' => ['1294'],
2916
            'extent_description' => 'Portugal - mainland - onshore.',
2917
        ],
2918
        'urn:ogc:def:coordinateOperation:EPSG::5043' => [
2919
            'name' => 'Pulkovo 1995 to WGS 84 (2)',
2920
            'method' => 'urn:ogc:def:method:EPSG::9607',
2921
            'extent' => ['1198'],
2922
            'extent_description' => 'Russian Federation - onshore and offshore.',
2923
        ],
2924
        'urn:ogc:def:coordinateOperation:EPSG::5044' => [
2925
            'name' => 'Pulkovo 1942 to WGS 84 (20)',
2926
            'method' => 'urn:ogc:def:method:EPSG::9607',
2927
            'extent' => ['3296'],
2928
            'extent_description' => 'Russian Federation - onshore.',
2929
        ],
2930
        'urn:ogc:def:coordinateOperation:EPSG::5049' => [
2931
            'name' => 'Korea East Sea Belt',
2932
            'method' => 'urn:ogc:def:method:EPSG::9807',
2933
            'extent' => ['3727'],
2934
            'extent_description' => 'Democratic People\'s Republic of Korea (North Korea) and Republic of Korea (South Korea) - onshore east of 130°E.',
2935
        ],
2936
        'urn:ogc:def:coordinateOperation:EPSG::5050' => [
2937
            'name' => 'Aratu to SIRGAS 2000 (1)',
2938
            'method' => 'urn:ogc:def:method:EPSG::9603',
2939
            'extent' => ['3700'],
2940
            'extent_description' => 'Brazil - offshore - Santos and Pelotas basins.',
2941
        ],
2942
        'urn:ogc:def:coordinateOperation:EPSG::5052' => [
2943
            'name' => 'Aratu to SIRGAS 2000 (2)',
2944
            'method' => 'urn:ogc:def:method:EPSG::9603',
2945
            'extent' => ['2963'],
2946
            'extent_description' => 'Brazil - offshore - Campos basin.',
2947
        ],
2948
        'urn:ogc:def:coordinateOperation:EPSG::5054' => [
2949
            'name' => 'Aratu to SIRGAS 2000 (3)',
2950
            'method' => 'urn:ogc:def:method:EPSG::9603',
2951
            'extent' => ['2964'],
2952
            'extent_description' => 'Brazil - offshore - Espirito Santo and Mucuri basins.',
2953
        ],
2954
        'urn:ogc:def:coordinateOperation:EPSG::5056' => [
2955
            'name' => 'Aratu to SIRGAS 2000 (4)',
2956
            'method' => 'urn:ogc:def:method:EPSG::9603',
2957
            'extent' => ['3699'],
2958
            'extent_description' => 'Brazil - offshore - Cumuruxatiba, Jequitinhonha and Camamu-Almada basins.',
2959
        ],
2960
        'urn:ogc:def:coordinateOperation:EPSG::5058' => [
2961
            'name' => 'Aratu to SIRGAS 2000 (5)',
2962
            'method' => 'urn:ogc:def:method:EPSG::9603',
2963
            'extent' => ['3692'],
2964
            'extent_description' => 'Brazil - offshore - Reconcavo and Jacuipe basins.',
2965
        ],
2966
        'urn:ogc:def:coordinateOperation:EPSG::5060' => [
2967
            'name' => 'Aratu to SIRGAS 2000 (6)',
2968
            'method' => 'urn:ogc:def:method:EPSG::9603',
2969
            'extent' => ['3693'],
2970
            'extent_description' => 'Brazil - Tucano North, Tucano Central, Tucano South and Jatoba basins.',
2971
        ],
2972
        'urn:ogc:def:coordinateOperation:EPSG::5062' => [
2973
            'name' => 'Aratu to SIRGAS 2000 (7)',
2974
            'method' => 'urn:ogc:def:method:EPSG::9603',
2975
            'extent' => ['3696'],
2976
            'extent_description' => 'Brazil - offshore - Sergipe and Alagoas basins.',
2977
        ],
2978
        'urn:ogc:def:coordinateOperation:EPSG::5064' => [
2979
            'name' => 'Aratu to SIRGAS 2000 (8)',
2980
            'method' => 'urn:ogc:def:method:EPSG::9603',
2981
            'extent' => ['3697'],
2982
            'extent_description' => 'Brazil - offshore - Paraiba-Pernambuco basin.',
2983
        ],
2984
        'urn:ogc:def:coordinateOperation:EPSG::5066' => [
2985
            'name' => 'Aratu to SIRGAS 2000 (9)',
2986
            'method' => 'urn:ogc:def:method:EPSG::9603',
2987
            'extent' => ['3698'],
2988
            'extent_description' => 'Brazil - offshore - Potiguar, Ceara and Barreirinhas basins.',
2989
        ],
2990
        'urn:ogc:def:coordinateOperation:EPSG::5068' => [
2991
            'name' => 'Conus Albers',
2992
            'method' => 'urn:ogc:def:method:EPSG::9822',
2993
            'extent' => ['1323'],
2994
            'extent_description' => 'United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming.',
2995
        ],
2996
        'urn:ogc:def:coordinateOperation:EPSG::5077' => [
2997
            'name' => 'Karbala 1979 to IGRS (1)',
2998
            'method' => 'urn:ogc:def:method:EPSG::9603',
2999
            'extent' => ['3625'],
3000
            'extent_description' => 'Iraq - onshore.',
3001
        ],
3002
        'urn:ogc:def:coordinateOperation:EPSG::5100' => [
3003
            'name' => 'Korea Unified Belt',
3004
            'method' => 'urn:ogc:def:method:EPSG::9807',
3005
            'extent' => ['1135'],
3006
            'extent_description' => 'Republic of Korea (South Korea) - onshore and offshore.',
3007
        ],
3008
        'urn:ogc:def:coordinateOperation:EPSG::5101' => [
3009
            'name' => 'Korea West Belt 2010',
3010
            'method' => 'urn:ogc:def:method:EPSG::9807',
3011
            'extent' => ['1498'],
3012
            'extent_description' => 'Republic of Korea (South Korea) - onshore between 124°E and 126°E.',
3013
        ],
3014
        'urn:ogc:def:coordinateOperation:EPSG::5102' => [
3015
            'name' => 'Korea Central Belt 2010',
3016
            'method' => 'urn:ogc:def:method:EPSG::9807',
3017
            'extent' => ['1497'],
3018
            'extent_description' => 'Republic of Korea (South Korea) - onshore between 126°E and 128°E.',
3019
        ],
3020
        'urn:ogc:def:coordinateOperation:EPSG::5103' => [
3021
            'name' => 'Korea East Belt 2010',
3022
            'method' => 'urn:ogc:def:method:EPSG::9807',
3023
            'extent' => ['1496'],
3024
            'extent_description' => 'Republic of Korea (South Korea) - onshore east of 128°E.',
3025
        ],
3026
        'urn:ogc:def:coordinateOperation:EPSG::5104' => [
3027
            'name' => 'Korea East Sea Belt 2010',
3028
            'method' => 'urn:ogc:def:method:EPSG::9807',
3029
            'extent' => ['3720'],
3030
            'extent_description' => 'Republic of Korea (South Korea) - onshore between 130°E and 132°E.',
3031
        ],
3032
        'urn:ogc:def:coordinateOperation:EPSG::5131' => [
3033
            'name' => 'Korea Central Belt Jeju',
3034
            'method' => 'urn:ogc:def:method:EPSG::9807',
3035
            'extent' => ['3721'],
3036
            'extent_description' => 'Republic of Korea (South Korea) - between 126°E and 128°E - Jeju island onshore.',
3037
        ],
3038
        'urn:ogc:def:coordinateOperation:EPSG::5133' => [
3039
            'name' => 'Tokyo 1892 to Tokyo (1)',
3040
            'method' => 'urn:ogc:def:method:EPSG::9601',
3041
            'extent' => ['1364'],
3042
            'extent_description' => 'Japan - onshore; North Korea - onshore; South Korea - onshore.',
3043
        ],
3044
        'urn:ogc:def:coordinateOperation:EPSG::5134' => [
3045
            'name' => 'Tokyo 1892 to Korean 1985 (1)',
3046
            'method' => 'urn:ogc:def:method:EPSG::9601',
3047
            'extent' => ['3266'],
3048
            'extent_description' => 'Republic of Korea (South Korea) - onshore.',
3049
        ],
3050
        'urn:ogc:def:coordinateOperation:EPSG::5135' => [
3051
            'name' => 'Norway TM zone 5',
3052
            'method' => 'urn:ogc:def:method:EPSG::9807',
3053
            'extent' => ['3636'],
3054
            'extent_description' => 'Norway - onshore - west of 6°E.',
3055
        ],
3056
        'urn:ogc:def:coordinateOperation:EPSG::5136' => [
3057
            'name' => 'Norway TM zone 6',
3058
            'method' => 'urn:ogc:def:method:EPSG::9807',
3059
            'extent' => ['3639'],
3060
            'extent_description' => 'Norway - onshore - between 6°E and 7°E.',
3061
        ],
3062
        'urn:ogc:def:coordinateOperation:EPSG::5137' => [
3063
            'name' => 'Norway TM zone 7',
3064
            'method' => 'urn:ogc:def:method:EPSG::9807',
3065
            'extent' => ['3647'],
3066
            'extent_description' => 'Norway - onshore - between 7°E and 8°E.',
3067
        ],
3068
        'urn:ogc:def:coordinateOperation:EPSG::5138' => [
3069
            'name' => 'Norway TM zone 8',
3070
            'method' => 'urn:ogc:def:method:EPSG::9807',
3071
            'extent' => ['3648'],
3072
            'extent_description' => 'Norway - onshore - between 8°E and 9°E.',
3073
        ],
3074
        'urn:ogc:def:coordinateOperation:EPSG::5139' => [
3075
            'name' => 'Norway TM zone 9',
3076
            'method' => 'urn:ogc:def:method:EPSG::9807',
3077
            'extent' => ['3649'],
3078
            'extent_description' => 'Norway - onshore - between 9°E and 10°E.',
3079
        ],
3080
        'urn:ogc:def:coordinateOperation:EPSG::5140' => [
3081
            'name' => 'Norway TM zone 10',
3082
            'method' => 'urn:ogc:def:method:EPSG::9807',
3083
            'extent' => ['3650'],
3084
            'extent_description' => 'Norway - onshore - between 10°E and 11°E.',
3085
        ],
3086
        'urn:ogc:def:coordinateOperation:EPSG::5141' => [
3087
            'name' => 'Norway TM zone 11',
3088
            'method' => 'urn:ogc:def:method:EPSG::9807',
3089
            'extent' => ['3651'],
3090
            'extent_description' => 'Norway - onshore - between 11°E and 12°E.',
3091
        ],
3092
        'urn:ogc:def:coordinateOperation:EPSG::5142' => [
3093
            'name' => 'Norway TM zone 12',
3094
            'method' => 'urn:ogc:def:method:EPSG::9807',
3095
            'extent' => ['3653'],
3096
            'extent_description' => 'Norway - onshore - between 12°E and 13°E.',
3097
        ],
3098
        'urn:ogc:def:coordinateOperation:EPSG::5143' => [
3099
            'name' => 'Norway TM zone 13',
3100
            'method' => 'urn:ogc:def:method:EPSG::9807',
3101
            'extent' => ['3654'],
3102
            'extent_description' => 'Norway - onshore - between 13°E and 14°E.',
3103
        ],
3104
        'urn:ogc:def:coordinateOperation:EPSG::5144' => [
3105
            'name' => 'Norway TM zone 14',
3106
            'method' => 'urn:ogc:def:method:EPSG::9807',
3107
            'extent' => ['3655'],
3108
            'extent_description' => 'Norway - onshore - between 14°E and 15°E.',
3109
        ],
3110
        'urn:ogc:def:coordinateOperation:EPSG::5145' => [
3111
            'name' => 'Norway TM zone 15',
3112
            'method' => 'urn:ogc:def:method:EPSG::9807',
3113
            'extent' => ['3656'],
3114
            'extent_description' => 'Norway - onshore - between 15°E and 16°E.',
3115
        ],
3116
        'urn:ogc:def:coordinateOperation:EPSG::5146' => [
3117
            'name' => 'Norway TM zone 16',
3118
            'method' => 'urn:ogc:def:method:EPSG::9807',
3119
            'extent' => ['3657'],
3120
            'extent_description' => 'Norway - onshore - between 16°E and 17°E.',
3121
        ],
3122
        'urn:ogc:def:coordinateOperation:EPSG::5147' => [
3123
            'name' => 'Norway TM zone 17',
3124
            'method' => 'urn:ogc:def:method:EPSG::9807',
3125
            'extent' => ['3658'],
3126
            'extent_description' => 'Norway - onshore - between 17°E and 18°E.',
3127
        ],
3128
        'urn:ogc:def:coordinateOperation:EPSG::5148' => [
3129
            'name' => 'Norway TM zone 18',
3130
            'method' => 'urn:ogc:def:method:EPSG::9807',
3131
            'extent' => ['3660'],
3132
            'extent_description' => 'Norway - onshore - between 18°E and 19°E.',
3133
        ],
3134
        'urn:ogc:def:coordinateOperation:EPSG::5149' => [
3135
            'name' => 'Norway TM zone 19',
3136
            'method' => 'urn:ogc:def:method:EPSG::9807',
3137
            'extent' => ['3661'],
3138
            'extent_description' => 'Norway - onshore - between 19°E and 20°E.',
3139
        ],
3140
        'urn:ogc:def:coordinateOperation:EPSG::5150' => [
3141
            'name' => 'Norway TM zone 20',
3142
            'method' => 'urn:ogc:def:method:EPSG::9807',
3143
            'extent' => ['3662'],
3144
            'extent_description' => 'Norway - onshore - between 20°E and 21°E.',
3145
        ],
3146
        'urn:ogc:def:coordinateOperation:EPSG::5151' => [
3147
            'name' => 'Norway TM zone 21',
3148
            'method' => 'urn:ogc:def:method:EPSG::9807',
3149
            'extent' => ['3663'],
3150
            'extent_description' => 'Norway - onshore - between 21°E and 22°E.',
3151
        ],
3152
        'urn:ogc:def:coordinateOperation:EPSG::5152' => [
3153
            'name' => 'Norway TM zone 22',
3154
            'method' => 'urn:ogc:def:method:EPSG::9807',
3155
            'extent' => ['3665'],
3156
            'extent_description' => 'Norway - onshore - between 22°E and 23°E.',
3157
        ],
3158
        'urn:ogc:def:coordinateOperation:EPSG::5153' => [
3159
            'name' => 'Norway TM zone 23',
3160
            'method' => 'urn:ogc:def:method:EPSG::9807',
3161
            'extent' => ['3667'],
3162
            'extent_description' => 'Norway - onshore - between 23°E and 24°E.',
3163
        ],
3164
        'urn:ogc:def:coordinateOperation:EPSG::5154' => [
3165
            'name' => 'Norway TM zone 24',
3166
            'method' => 'urn:ogc:def:method:EPSG::9807',
3167
            'extent' => ['3668'],
3168
            'extent_description' => 'Norway - onshore - between 24°E and 25°E.',
3169
        ],
3170
        'urn:ogc:def:coordinateOperation:EPSG::5155' => [
3171
            'name' => 'Norway TM zone 25',
3172
            'method' => 'urn:ogc:def:method:EPSG::9807',
3173
            'extent' => ['3669'],
3174
            'extent_description' => 'Norway - onshore - between 25°E and 26°E.',
3175
        ],
3176
        'urn:ogc:def:coordinateOperation:EPSG::5156' => [
3177
            'name' => 'Norway TM zone 26',
3178
            'method' => 'urn:ogc:def:method:EPSG::9807',
3179
            'extent' => ['3671'],
3180
            'extent_description' => 'Norway - onshore - between 26°E and 27°E.',
3181
        ],
3182
        'urn:ogc:def:coordinateOperation:EPSG::5157' => [
3183
            'name' => 'Norway TM zone 27',
3184
            'method' => 'urn:ogc:def:method:EPSG::9807',
3185
            'extent' => ['3672'],
3186
            'extent_description' => 'Norway - onshore - between 27°E and 28°E.',
3187
        ],
3188
        'urn:ogc:def:coordinateOperation:EPSG::5158' => [
3189
            'name' => 'Norway TM zone 28',
3190
            'method' => 'urn:ogc:def:method:EPSG::9807',
3191
            'extent' => ['3673'],
3192
            'extent_description' => 'Norway - onshore - between 28°E and 29°E.',
3193
        ],
3194
        'urn:ogc:def:coordinateOperation:EPSG::5159' => [
3195
            'name' => 'Norway TM zone 29',
3196
            'method' => 'urn:ogc:def:method:EPSG::9807',
3197
            'extent' => ['3674'],
3198
            'extent_description' => 'Norway - onshore - between 29°E and 30°E.',
3199
        ],
3200
        'urn:ogc:def:coordinateOperation:EPSG::5160' => [
3201
            'name' => 'Norway TM zone 30',
3202
            'method' => 'urn:ogc:def:method:EPSG::9807',
3203
            'extent' => ['3676'],
3204
            'extent_description' => 'Norway - onshore - east of 30°E.',
3205
        ],
3206
        'urn:ogc:def:coordinateOperation:EPSG::5161' => [
3207
            'name' => 'Korea Modified West Belt',
3208
            'method' => 'urn:ogc:def:method:EPSG::9807',
3209
            'extent' => ['1498'],
3210
            'extent_description' => 'Republic of Korea (South Korea) - onshore between 124°E and 126°E.',
3211
        ],
3212
        'urn:ogc:def:coordinateOperation:EPSG::5162' => [
3213
            'name' => 'Korea Modified Central Belt',
3214
            'method' => 'urn:ogc:def:method:EPSG::9807',
3215
            'extent' => ['1497'],
3216
            'extent_description' => 'Republic of Korea (South Korea) - onshore between 126°E and 128°E.',
3217
        ],
3218
        'urn:ogc:def:coordinateOperation:EPSG::5163' => [
3219
            'name' => 'Korea Modified Central Belt Jeju',
3220
            'method' => 'urn:ogc:def:method:EPSG::9807',
3221
            'extent' => ['3721'],
3222
            'extent_description' => 'Republic of Korea (South Korea) - between 126°E and 128°E - Jeju island onshore.',
3223
        ],
3224
        'urn:ogc:def:coordinateOperation:EPSG::5164' => [
3225
            'name' => 'Korea Modified East Belt',
3226
            'method' => 'urn:ogc:def:method:EPSG::9807',
3227
            'extent' => ['1496'],
3228
            'extent_description' => 'Republic of Korea (South Korea) - onshore east of 128°E.',
3229
        ],
3230
        'urn:ogc:def:coordinateOperation:EPSG::5165' => [
3231
            'name' => 'Korea Modified East Sea Belt',
3232
            'method' => 'urn:ogc:def:method:EPSG::9807',
3233
            'extent' => ['3720'],
3234
            'extent_description' => 'Republic of Korea (South Korea) - onshore between 130°E and 132°E.',
3235
        ],
3236
        'urn:ogc:def:coordinateOperation:EPSG::5189' => [
3237
            'name' => 'Korean 1985 to Korea 2000 (1)',
3238
            'method' => 'urn:ogc:def:method:EPSG::9636',
3239
            'extent' => ['3266'],
3240
            'extent_description' => 'Republic of Korea (South Korea) - onshore.',
3241
        ],
3242
        'urn:ogc:def:coordinateOperation:EPSG::5196' => [
3243
            'name' => 'HVRS71 height to EVRF2000 height (1)',
3244
            'method' => 'urn:ogc:def:method:EPSG::1046',
3245
            'extent' => ['3234'],
3246
            'extent_description' => 'Croatia - onshore.',
3247
        ],
3248
        'urn:ogc:def:coordinateOperation:EPSG::5197' => [
3249
            'name' => 'HVRS71 height to EVRF2007 height (1)',
3250
            'method' => 'urn:ogc:def:method:EPSG::1046',
3251
            'extent' => ['3234'],
3252
            'extent_description' => 'Croatia - onshore.',
3253
        ],
3254
        'urn:ogc:def:coordinateOperation:EPSG::5198' => [
3255
            'name' => 'Ostend height to EVRF2000 height (1)',
3256
            'method' => 'urn:ogc:def:method:EPSG::1046',
3257
            'extent' => ['1347'],
3258
            'extent_description' => 'Belgium - onshore.',
3259
        ],
3260
        'urn:ogc:def:coordinateOperation:EPSG::5199' => [
3261
            'name' => 'Ostend height to EVRF2007 height (1)',
3262
            'method' => 'urn:ogc:def:method:EPSG::1046',
3263
            'extent' => ['1347'],
3264
            'extent_description' => 'Belgium - onshore.',
3265
        ],
3266
        'urn:ogc:def:coordinateOperation:EPSG::5200' => [
3267
            'name' => 'Baltic 1982 height to EVRF2007 height (1)',
3268
            'method' => 'urn:ogc:def:method:EPSG::1046',
3269
            'extent' => ['3224'],
3270
            'extent_description' => 'Bulgaria - onshore.',
3271
        ],
3272
        'urn:ogc:def:coordinateOperation:EPSG::5201' => [
3273
            'name' => 'Baltic 1957 height to EVRF2000 height (4)',
3274
            'method' => 'urn:ogc:def:method:EPSG::1046',
3275
            'extent' => ['1079'],
3276
            'extent_description' => 'Czechia.',
3277
        ],
3278
        'urn:ogc:def:coordinateOperation:EPSG::5202' => [
3279
            'name' => 'Baltic 1957 height to EVRF2007 height (1)',
3280
            'method' => 'urn:ogc:def:method:EPSG::1046',
3281
            'extent' => ['1079'],
3282
            'extent_description' => 'Czechia.',
3283
        ],
3284
        'urn:ogc:def:coordinateOperation:EPSG::5203' => [
3285
            'name' => 'Baltic 1977 height to EVRF2007 height (2)',
3286
            'method' => 'urn:ogc:def:method:EPSG::1046',
3287
            'extent' => ['3246'],
3288
            'extent_description' => 'Estonia - onshore.',
3289
        ],
3290
        'urn:ogc:def:coordinateOperation:EPSG::5204' => [
3291
            'name' => 'Baltic 1977 height to EVRF2007 height (3)',
3292
            'method' => 'urn:ogc:def:method:EPSG::1046',
3293
            'extent' => ['3272'],
3294
            'extent_description' => 'Lithuania - onshore.',
3295
        ],
3296
        'urn:ogc:def:coordinateOperation:EPSG::5205' => [
3297
            'name' => 'Constanta height to EVRF2000 height (1)',
3298
            'method' => 'urn:ogc:def:method:EPSG::1046',
3299
            'extent' => ['3295'],
3300
            'extent_description' => 'Romania - onshore.',
3301
        ],
3302
        'urn:ogc:def:coordinateOperation:EPSG::5206' => [
3303
            'name' => 'Constanta height to EVRF2007 height (1)',
3304
            'method' => 'urn:ogc:def:method:EPSG::1046',
3305
            'extent' => ['3295'],
3306
            'extent_description' => 'Romania - onshore.',
3307
        ],
3308
        'urn:ogc:def:coordinateOperation:EPSG::5207' => [
3309
            'name' => 'LN02 height to EVRF2007 height (1)',
3310
            'method' => 'urn:ogc:def:method:EPSG::1046',
3311
            'extent' => ['1286'],
3312
            'extent_description' => 'Liechtenstein; Switzerland.',
3313
        ],
3314
        'urn:ogc:def:coordinateOperation:EPSG::5208' => [
3315
            'name' => 'RH2000 height to EVRF2007 height (1)',
3316
            'method' => 'urn:ogc:def:method:EPSG::1046',
3317
            'extent' => ['3313'],
3318
            'extent_description' => 'Sweden - onshore.',
3319
        ],
3320
        'urn:ogc:def:coordinateOperation:EPSG::5209' => [
3321
            'name' => 'Baltic 1977 height to EVRF2000 height (5)',
3322
            'method' => 'urn:ogc:def:method:EPSG::1046',
3323
            'extent' => ['3268'],
3324
            'extent_description' => 'Latvia - onshore.',
3325
        ],
3326
        'urn:ogc:def:coordinateOperation:EPSG::5210' => [
3327
            'name' => 'Baltic 1977 height to EVRF2007 height (4)',
3328
            'method' => 'urn:ogc:def:method:EPSG::1046',
3329
            'extent' => ['3268'],
3330
            'extent_description' => 'Latvia - onshore.',
3331
        ],
3332
        'urn:ogc:def:coordinateOperation:EPSG::5211' => [
3333
            'name' => 'DHHN92 height to EVRF2007 height (1)',
3334
            'method' => 'urn:ogc:def:method:EPSG::1046',
3335
            'extent' => ['3339'],
3336
            'extent_description' => 'Germany - onshore - states of Baden-Wurtemberg, Bayern, Berlin, Brandenburg, Bremen, Hamburg, Hessen, Mecklenburg-Vorpommern, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Sachsen, Sachsen-Anhalt, Schleswig-Holstein, Thuringen.',
3337
        ],
3338
        'urn:ogc:def:coordinateOperation:EPSG::5212' => [
3339
            'name' => 'DHHN85 height to EVRF2007 height (1)',
3340
            'method' => 'urn:ogc:def:method:EPSG::1046',
3341
            'extent' => ['2326'],
3342
            'extent_description' => 'Germany - states of former West Germany onshore - Baden-Wurtemberg, Bayern, Bremen, Hamburg, Hessen, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Schleswig-Holstein.',
3343
        ],
3344
        'urn:ogc:def:coordinateOperation:EPSG::5213' => [
3345
            'name' => 'Genoa 1942 height to EVRF2000 height (1)',
3346
            'method' => 'urn:ogc:def:method:EPSG::1046',
3347
            'extent' => ['2372'],
3348
            'extent_description' => 'Italy - mainland including San Marino and Vatican City State.',
3349
        ],
3350
        'urn:ogc:def:coordinateOperation:EPSG::5215' => [
3351
            'name' => 'Genoa 1942 height to EVRF2007 height (1)',
3352
            'method' => 'urn:ogc:def:method:EPSG::1046',
3353
            'extent' => ['2372'],
3354
            'extent_description' => 'Italy - mainland including San Marino and Vatican City State.',
3355
        ],
3356
        'urn:ogc:def:coordinateOperation:EPSG::5216' => [
3357
            'name' => 'Genoa 1942 height to EVRF2000 height (2)',
3358
            'method' => 'urn:ogc:def:method:EPSG::1046',
3359
            'extent' => ['2340'],
3360
            'extent_description' => 'Italy - Sicily onshore.',
3361
        ],
3362
        'urn:ogc:def:coordinateOperation:EPSG::5217' => [
3363
            'name' => 'Genoa 1942 height to EVRF2007 height (2)',
3364
            'method' => 'urn:ogc:def:method:EPSG::1046',
3365
            'extent' => ['2340'],
3366
            'extent_description' => 'Italy - Sicily onshore.',
3367
        ],
3368
        'urn:ogc:def:coordinateOperation:EPSG::5218' => [
3369
            'name' => 'Krovak East North',
3370
            'method' => 'urn:ogc:def:method:EPSG::1041',
3371
            'extent' => ['1306'],
3372
            'extent_description' => 'Czechia; Slovakia.',
3373
        ],
3374
        'urn:ogc:def:coordinateOperation:EPSG::5219' => [
3375
            'name' => 'Modified Krovak',
3376
            'method' => 'urn:ogc:def:method:EPSG::1042',
3377
            'extent' => ['1079'],
3378
            'extent_description' => 'Czechia.',
3379
        ],
3380
        'urn:ogc:def:coordinateOperation:EPSG::5220' => [
3381
            'name' => 'Modified Krovak East North',
3382
            'method' => 'urn:ogc:def:method:EPSG::1043',
3383
            'extent' => ['1079'],
3384
            'extent_description' => 'Czechia.',
3385
        ],
3386
        'urn:ogc:def:coordinateOperation:EPSG::5222' => [
3387
            'name' => 'Gabon Transverse Mercator',
3388
            'method' => 'urn:ogc:def:method:EPSG::9807',
3389
            'extent' => ['3249'],
3390
            'extent_description' => 'Gabon - onshore.',
3391
        ],
3392
        'urn:ogc:def:coordinateOperation:EPSG::5226' => [
3393
            'name' => 'S-JTSK/05 to ETRS89 (1)',
3394
            'method' => 'urn:ogc:def:method:EPSG::9607',
3395
            'extent' => ['1079'],
3396
            'extent_description' => 'Czechia.',
3397
        ],
3398
        'urn:ogc:def:coordinateOperation:EPSG::5231' => [
3399
            'name' => 'Sri Lanka Grid',
3400
            'method' => 'urn:ogc:def:method:EPSG::9807',
3401
            'extent' => ['3310'],
3402
            'extent_description' => 'Sri Lanka - onshore.',
3403
        ],
3404
        'urn:ogc:def:coordinateOperation:EPSG::5232' => [
3405
            'name' => 'Sri Lanka Grid 1999',
3406
            'method' => 'urn:ogc:def:method:EPSG::9807',
3407
            'extent' => ['3310'],
3408
            'extent_description' => 'Sri Lanka - onshore.',
3409
        ],
3410
        'urn:ogc:def:coordinateOperation:EPSG::5236' => [
3411
            'name' => 'SLD99 to WGS 84 (1)',
3412
            'method' => 'urn:ogc:def:method:EPSG::9607',
3413
            'extent' => ['3310'],
3414
            'extent_description' => 'Sri Lanka - onshore.',
3415
        ],
3416
        'urn:ogc:def:coordinateOperation:EPSG::5238' => [
3417
            'name' => 'S-JTSK/05 (Ferro) to S-JTSK/05 (1)',
3418
            'method' => 'urn:ogc:def:method:EPSG::9601',
3419
            'extent' => ['1079'],
3420
            'extent_description' => 'Czechia.',
3421
        ],
3422
        'urn:ogc:def:coordinateOperation:EPSG::5241' => [
3423
            'name' => 'S-JTSK to S-JTSK/05 (1)',
3424
            'method' => 'urn:ogc:def:method:EPSG::9619',
3425
            'extent' => ['1079'],
3426
            'extent_description' => 'Czechia.',
3427
        ],
3428
        'urn:ogc:def:coordinateOperation:EPSG::5260' => [
3429
            'name' => 'TUREF to ETRS89 (1)',
3430
            'method' => 'urn:ogc:def:method:EPSG::9606',
3431
            'extent' => ['1237'],
3432
            'extent_description' => 'Türkiye (Turkey) - onshore and offshore.',
3433
        ],
3434
        'urn:ogc:def:coordinateOperation:EPSG::5265' => [
3435
            'name' => 'Bhutan National Grid',
3436
            'method' => 'urn:ogc:def:method:EPSG::9807',
3437
            'extent' => ['1048'],
3438
            'extent_description' => 'Bhutan.',
3439
        ],
3440
        'urn:ogc:def:coordinateOperation:EPSG::5267' => [
3441
            'name' => 'DRUKREF 03 to WGS 84 (1)',
3442
            'method' => 'urn:ogc:def:method:EPSG::9603',
3443
            'extent' => ['1048'],
3444
            'extent_description' => 'Bhutan.',
3445
        ],
3446
        'urn:ogc:def:coordinateOperation:EPSG::5268' => [
3447
            'name' => 'Bumthang TM',
3448
            'method' => 'urn:ogc:def:method:EPSG::9807',
3449
            'extent' => ['3734'],
3450
            'extent_description' => 'Bhutan - Bumthang district.',
3451
        ],
3452
        'urn:ogc:def:coordinateOperation:EPSG::5276' => [
3453
            'name' => 'Chhukha TM',
3454
            'method' => 'urn:ogc:def:method:EPSG::9807',
3455
            'extent' => ['3737'],
3456
            'extent_description' => 'Bhutan - Chhukha district.',
3457
        ],
3458
        'urn:ogc:def:coordinateOperation:EPSG::5277' => [
3459
            'name' => 'Dagana TM',
3460
            'method' => 'urn:ogc:def:method:EPSG::9807',
3461
            'extent' => ['3738'],
3462
            'extent_description' => 'Bhutan - Dagana district.',
3463
        ],
3464
        'urn:ogc:def:coordinateOperation:EPSG::5278' => [
3465
            'name' => 'Gasa TM',
3466
            'method' => 'urn:ogc:def:method:EPSG::9807',
3467
            'extent' => ['3740'],
3468
            'extent_description' => 'Bhutan - Gasa district.',
3469
        ],
3470
        'urn:ogc:def:coordinateOperation:EPSG::5279' => [
3471
            'name' => 'Ha TM',
3472
            'method' => 'urn:ogc:def:method:EPSG::9807',
3473
            'extent' => ['3742'],
3474
            'extent_description' => 'Bhutan - Ha district.',
3475
        ],
3476
        'urn:ogc:def:coordinateOperation:EPSG::5280' => [
3477
            'name' => 'Lhuentse TM',
3478
            'method' => 'urn:ogc:def:method:EPSG::9807',
3479
            'extent' => ['3743'],
3480
            'extent_description' => 'Bhutan - Lhuentse district.',
3481
        ],
3482
        'urn:ogc:def:coordinateOperation:EPSG::5281' => [
3483
            'name' => 'Mongar TM',
3484
            'method' => 'urn:ogc:def:method:EPSG::9807',
3485
            'extent' => ['3745'],
3486
            'extent_description' => 'Bhutan - Mongar district.',
3487
        ],
3488
        'urn:ogc:def:coordinateOperation:EPSG::5282' => [
3489
            'name' => 'Paro TM',
3490
            'method' => 'urn:ogc:def:method:EPSG::9807',
3491
            'extent' => ['3746'],
3492
            'extent_description' => 'Bhutan - Paro district.',
3493
        ],
3494
        'urn:ogc:def:coordinateOperation:EPSG::5283' => [
3495
            'name' => 'Pemagatshel TM',
3496
            'method' => 'urn:ogc:def:method:EPSG::9807',
3497
            'extent' => ['3747'],
3498
            'extent_description' => 'Bhutan - Pemagatshel district.',
3499
        ],
3500
        'urn:ogc:def:coordinateOperation:EPSG::5284' => [
3501
            'name' => 'Tsirang TM',
3502
            'method' => 'urn:ogc:def:method:EPSG::9807',
3503
            'extent' => ['3757'],
3504
            'extent_description' => 'Bhutan - Tsirang district.',
3505
        ],
3506
        'urn:ogc:def:coordinateOperation:EPSG::5285' => [
3507
            'name' => 'Samdrup Jongkhar TM',
3508
            'method' => 'urn:ogc:def:method:EPSG::9807',
3509
            'extent' => ['3750'],
3510
            'extent_description' => 'Bhutan - Samdrup Jongkhar district.',
3511
        ],
3512
        'urn:ogc:def:coordinateOperation:EPSG::5286' => [
3513
            'name' => 'Samtse TM',
3514
            'method' => 'urn:ogc:def:method:EPSG::9807',
3515
            'extent' => ['3751'],
3516
            'extent_description' => 'Bhutan - Samtse district.',
3517
        ],
3518
        'urn:ogc:def:coordinateOperation:EPSG::5287' => [
3519
            'name' => 'Sarpang TM',
3520
            'method' => 'urn:ogc:def:method:EPSG::9807',
3521
            'extent' => ['3752'],
3522
            'extent_description' => 'Bhutan - Sarpang district.',
3523
        ],
3524
        'urn:ogc:def:coordinateOperation:EPSG::5288' => [
3525
            'name' => 'Wangdue Phodrang TM',
3526
            'method' => 'urn:ogc:def:method:EPSG::9807',
3527
            'extent' => ['3758'],
3528
            'extent_description' => 'Bhutan - Wangdue Phodrang district.',
3529
        ],
3530
        'urn:ogc:def:coordinateOperation:EPSG::5289' => [
3531
            'name' => 'Trashigang TM',
3532
            'method' => 'urn:ogc:def:method:EPSG::9807',
3533
            'extent' => ['3754'],
3534
            'extent_description' => 'Bhutan - Trashigang district.',
3535
        ],
3536
        'urn:ogc:def:coordinateOperation:EPSG::5290' => [
3537
            'name' => 'Trongsa TM',
3538
            'method' => 'urn:ogc:def:method:EPSG::9807',
3539
            'extent' => ['3755'],
3540
            'extent_description' => 'Bhutan - Trongsa district.',
3541
        ],
3542
        'urn:ogc:def:coordinateOperation:EPSG::5291' => [
3543
            'name' => 'Zhemgang TM',
3544
            'method' => 'urn:ogc:def:method:EPSG::9807',
3545
            'extent' => ['3761'],
3546
            'extent_description' => 'Bhutan - Zhemgang district.',
3547
        ],
3548
        'urn:ogc:def:coordinateOperation:EPSG::5312' => [
3549
            'name' => 'Thimphu TM',
3550
            'method' => 'urn:ogc:def:method:EPSG::9807',
3551
            'extent' => ['3753'],
3552
            'extent_description' => 'Bhutan - Thimphu district.',
3553
        ],
3554
        'urn:ogc:def:coordinateOperation:EPSG::5313' => [
3555
            'name' => 'Punakha TM',
3556
            'method' => 'urn:ogc:def:method:EPSG::9807',
3557
            'extent' => ['3749'],
3558
            'extent_description' => 'Bhutan - Punakha district.',
3559
        ],
3560
        'urn:ogc:def:coordinateOperation:EPSG::5314' => [
3561
            'name' => 'Yangtse TM',
3562
            'method' => 'urn:ogc:def:method:EPSG::9807',
3563
            'extent' => ['3760'],
3564
            'extent_description' => 'Bhutan - Yangtse district.',
3565
        ],
3566
        'urn:ogc:def:coordinateOperation:EPSG::5315' => [
3567
            'name' => 'Faroe Transverse Mercator',
3568
            'method' => 'urn:ogc:def:method:EPSG::9807',
3569
            'extent' => ['1093'],
3570
            'extent_description' => 'Faroe Islands - onshore and offshore.',
3571
        ],
3572
        'urn:ogc:def:coordinateOperation:EPSG::5319' => [
3573
            'name' => 'Teranet Ontario Lambert',
3574
            'method' => 'urn:ogc:def:method:EPSG::9802',
3575
            'extent' => ['1367'],
3576
            'extent_description' => 'Canada - Ontario.',
3577
        ],
3578
        'urn:ogc:def:coordinateOperation:EPSG::5326' => [
3579
            'name' => 'Iceland Lambert 2004',
3580
            'method' => 'urn:ogc:def:method:EPSG::9802',
3581
            'extent' => ['1120'],
3582
            'extent_description' => 'Iceland - onshore and offshore.',
3583
        ],
3584
        'urn:ogc:def:coordinateOperation:EPSG::5327' => [
3585
            'name' => 'ISN2004 to WGS 84 (1)',
3586
            'method' => 'urn:ogc:def:method:EPSG::9603',
3587
            'extent' => ['1120'],
3588
            'extent_description' => 'Iceland - onshore and offshore.',
3589
        ],
3590
        'urn:ogc:def:coordinateOperation:EPSG::5328' => [
3591
            'name' => 'Netherlands East Indies Equatorial Zone (Jkt)',
3592
            'method' => 'urn:ogc:def:method:EPSG::9804',
3593
            'extent' => ['4020'],
3594
            'extent_description' => 'Indonesia - onshore.',
3595
        ],
3596
        'urn:ogc:def:coordinateOperation:EPSG::5350' => [
3597
            'name' => 'Campo Inchauspe to POSGAR 2007 (1)',
3598
            'method' => 'urn:ogc:def:method:EPSG::9603',
3599
            'extent' => ['3215'],
3600
            'extent_description' => 'Argentina - mainland onshore.',
3601
        ],
3602
        'urn:ogc:def:coordinateOperation:EPSG::5366' => [
3603
            'name' => 'Costa Rica TM 2005',
3604
            'method' => 'urn:ogc:def:method:EPSG::9807',
3605
            'extent' => ['3849'],
3606
            'extent_description' => 'Costa Rica - onshore and offshore east of 86°30\'W.',
3607
        ],
3608
        'urn:ogc:def:coordinateOperation:EPSG::5374' => [
3609
            'name' => 'MARGEN to WGS 84 (1)',
3610
            'method' => 'urn:ogc:def:method:EPSG::9603',
3611
            'extent' => ['1049'],
3612
            'extent_description' => 'Bolivia.',
3613
        ],
3614
        'urn:ogc:def:coordinateOperation:EPSG::5377' => [
3615
            'name' => 'MACARIO SOLIS to WGS 84 (1)',
3616
            'method' => 'urn:ogc:def:method:EPSG::9603',
3617
            'extent' => ['1186'],
3618
            'extent_description' => 'Panama - onshore and offshore.',
3619
        ],
3620
        'urn:ogc:def:coordinateOperation:EPSG::5378' => [
3621
            'name' => 'Peru96 to WGS 84 (1)',
3622
            'method' => 'urn:ogc:def:method:EPSG::9603',
3623
            'extent' => ['1189'],
3624
            'extent_description' => 'Peru - onshore and offshore.',
3625
        ],
3626
        'urn:ogc:def:coordinateOperation:EPSG::5384' => [
3627
            'name' => 'SIRGAS-ROU98 to WGS 84 (1)',
3628
            'method' => 'urn:ogc:def:method:EPSG::9603',
3629
            'extent' => ['1247'],
3630
            'extent_description' => 'Uruguay - onshore and offshore.',
3631
        ],
3632
        'urn:ogc:def:coordinateOperation:EPSG::5385' => [
3633
            'name' => 'Yacare to SIRGAS-ROU98 (1)',
3634
            'method' => 'urn:ogc:def:method:EPSG::9606',
3635
            'extent' => ['3326'],
3636
            'extent_description' => 'Uruguay - onshore.',
3637
        ],
3638
        'urn:ogc:def:coordinateOperation:EPSG::5386' => [
3639
            'name' => 'Yacare to WGS 84 (2)',
3640
            'method' => 'urn:ogc:def:method:EPSG::9606',
3641
            'extent' => ['3326'],
3642
            'extent_description' => 'Uruguay - onshore.',
3643
        ],
3644
        'urn:ogc:def:coordinateOperation:EPSG::5390' => [
3645
            'name' => 'Costa Rica Norte',
3646
            'method' => 'urn:ogc:def:method:EPSG::9801',
3647
            'extent' => ['3869'],
3648
            'extent_description' => 'Costa Rica - onshore north of 9°32\'N.',
3649
        ],
3650
        'urn:ogc:def:coordinateOperation:EPSG::5394' => [
3651
            'name' => 'Costa Rica Sur',
3652
            'method' => 'urn:ogc:def:method:EPSG::9801',
3653
            'extent' => ['3870'],
3654
            'extent_description' => 'Costa Rica - onshore south of 9°56\'N',
3655
        ],
3656
        'urn:ogc:def:coordinateOperation:EPSG::5395' => [
3657
            'name' => 'SIRGAS_ES2007.8 to WGS 84 (1)',
3658
            'method' => 'urn:ogc:def:method:EPSG::9603',
3659
            'extent' => ['1087'],
3660
            'extent_description' => 'El Salvador - onshore and offshore.',
3661
        ],
3662
        'urn:ogc:def:coordinateOperation:EPSG::5399' => [
3663
            'name' => 'El Salvador Lambert',
3664
            'method' => 'urn:ogc:def:method:EPSG::9801',
3665
            'extent' => ['3243'],
3666
            'extent_description' => 'El Salvador - onshore.',
3667
        ],
3668
        'urn:ogc:def:coordinateOperation:EPSG::5403' => [
3669
            'name' => 'AIOC95 depth to Caspian depth (1)',
3670
            'method' => 'urn:ogc:def:method:EPSG::9616',
3671
            'extent' => ['2592'],
3672
            'extent_description' => 'Azerbaijan - Caspian offshore and onshore Sangachal terminal.',
3673
        ],
3674
        'urn:ogc:def:coordinateOperation:EPSG::5415' => [
3675
            'name' => 'GHA height to EVRF2000 height (1)',
3676
            'method' => 'urn:ogc:def:method:EPSG::1046',
3677
            'extent' => ['1037'],
3678
            'extent_description' => 'Austria.',
3679
        ],
3680
        'urn:ogc:def:coordinateOperation:EPSG::5416' => [
3681
            'name' => 'Baltic 1982 height to EVRF2000 height (1)',
3682
            'method' => 'urn:ogc:def:method:EPSG::1046',
3683
            'extent' => ['3224'],
3684
            'extent_description' => 'Bulgaria - onshore.',
3685
        ],
3686
        'urn:ogc:def:coordinateOperation:EPSG::5417' => [
3687
            'name' => 'DNN height to EVRF2000 height (1)',
3688
            'method' => 'urn:ogc:def:method:EPSG::1046',
3689
            'extent' => ['3237'],
3690
            'extent_description' => 'Denmark - onshore.',
3691
        ],
3692
        'urn:ogc:def:coordinateOperation:EPSG::5419' => [
3693
            'name' => 'NGF IGN69 height to EVRF2000 height (1)',
3694
            'method' => 'urn:ogc:def:method:EPSG::9616',
3695
            'extent' => ['1326'],
3696
            'extent_description' => 'France - mainland onshore.',
3697
        ],
3698
        'urn:ogc:def:coordinateOperation:EPSG::5420' => [
3699
            'name' => 'DHHN92 height to EVRF2000 height (1)',
3700
            'method' => 'urn:ogc:def:method:EPSG::1046',
3701
            'extent' => ['3339'],
3702
            'extent_description' => 'Germany - onshore - states of Baden-Wurtemberg, Bayern, Berlin, Brandenburg, Bremen, Hamburg, Hessen, Mecklenburg-Vorpommern, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Sachsen, Sachsen-Anhalt, Schleswig-Holstein, Thuringen.',
3703
        ],
3704
        'urn:ogc:def:coordinateOperation:EPSG::5421' => [
3705
            'name' => 'DHHN85 height to EVRF2000 height (1)',
3706
            'method' => 'urn:ogc:def:method:EPSG::1046',
3707
            'extent' => ['2326'],
3708
            'extent_description' => 'Germany - states of former West Germany onshore - Baden-Wurtemberg, Bayern, Bremen, Hamburg, Hessen, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Schleswig-Holstein.',
3709
        ],
3710
        'urn:ogc:def:coordinateOperation:EPSG::5422' => [
3711
            'name' => 'SNN76 height to EVRF2000 height (1)',
3712
            'method' => 'urn:ogc:def:method:EPSG::1046',
3713
            'extent' => ['1343'],
3714
            'extent_description' => 'Germany - states of former East Germany - Berlin, Brandenburg; Mecklenburg-Vorpommern; Sachsen; Sachsen-Anhalt; Thuringen.',
3715
        ],
3716
        'urn:ogc:def:coordinateOperation:EPSG::5424' => [
3717
            'name' => 'EOMA height 1980 to EVRF2000 height (1)',
3718
            'method' => 'urn:ogc:def:method:EPSG::1046',
3719
            'extent' => ['1119'],
3720
            'extent_description' => 'Hungary.',
3721
        ],
3722
        'urn:ogc:def:coordinateOperation:EPSG::5425' => [
3723
            'name' => 'NAP height to EVRF2000 height (1)',
3724
            'method' => 'urn:ogc:def:method:EPSG::9616',
3725
            'extent' => ['1275'],
3726
            'extent_description' => 'Netherlands - onshore, including Waddenzee, Dutch Wadden Islands and 12-mile offshore coastal zone.',
3727
        ],
3728
        'urn:ogc:def:coordinateOperation:EPSG::5426' => [
3729
            'name' => 'NN54 height to EVRF2000 height (1)',
3730
            'method' => 'urn:ogc:def:method:EPSG::1046',
3731
            'extent' => ['1352'],
3732
            'extent_description' => 'Norway - onshore.',
3733
        ],
3734
        'urn:ogc:def:coordinateOperation:EPSG::5427' => [
3735
            'name' => 'Cascais height to EVRF2000 height (1)',
3736
            'method' => 'urn:ogc:def:method:EPSG::9616',
3737
            'extent' => ['1294'],
3738
            'extent_description' => 'Portugal - mainland - onshore.',
3739
        ],
3740
        'urn:ogc:def:coordinateOperation:EPSG::5428' => [
3741
            'name' => 'NVN99 height to EVRF2000 height (1)',
3742
            'method' => 'urn:ogc:def:method:EPSG::1046',
3743
            'extent' => ['3307'],
3744
            'extent_description' => 'Slovenia - onshore.',
3745
        ],
3746
        'urn:ogc:def:coordinateOperation:EPSG::5429' => [
3747
            'name' => 'Alicante height to EVRF2000 height (1)',
3748
            'method' => 'urn:ogc:def:method:EPSG::1046',
3749
            'extent' => ['4188'],
3750
            'extent_description' => 'Gibraltar - onshore; Spain - mainland onshore.',
3751
        ],
3752
        'urn:ogc:def:coordinateOperation:EPSG::5430' => [
3753
            'name' => 'RH70 height to EVRF2000 height (1)',
3754
            'method' => 'urn:ogc:def:method:EPSG::1046',
3755
            'extent' => ['3313'],
3756
            'extent_description' => 'Sweden - onshore.',
3757
        ],
3758
        'urn:ogc:def:coordinateOperation:EPSG::5431' => [
3759
            'name' => 'LN02 height to EVRF2000 height (1)',
3760
            'method' => 'urn:ogc:def:method:EPSG::1046',
3761
            'extent' => ['1286'],
3762
            'extent_description' => 'Liechtenstein; Switzerland.',
3763
        ],
3764
        'urn:ogc:def:coordinateOperation:EPSG::5432' => [
3765
            'name' => 'N60 height to EVRF2000 height (1)',
3766
            'method' => 'urn:ogc:def:method:EPSG::9616',
3767
            'extent' => ['3333'],
3768
            'extent_description' => 'Finland - onshore.',
3769
        ],
3770
        'urn:ogc:def:coordinateOperation:EPSG::5435' => [
3771
            'name' => 'Baltic 1957 height to EVRF2000 height (3)',
3772
            'method' => 'urn:ogc:def:method:EPSG::1046',
3773
            'extent' => ['1211'],
3774
            'extent_description' => 'Slovakia.',
3775
        ],
3776
        'urn:ogc:def:coordinateOperation:EPSG::5436' => [
3777
            'name' => 'Baltic 1977 height to EVRF2000 height (1)',
3778
            'method' => 'urn:ogc:def:method:EPSG::1046',
3779
            'extent' => ['3246'],
3780
            'extent_description' => 'Estonia - onshore.',
3781
        ],
3782
        'urn:ogc:def:coordinateOperation:EPSG::5437' => [
3783
            'name' => 'Baltic 1977 height to EVRF2000 height (2)',
3784
            'method' => 'urn:ogc:def:method:EPSG::1046',
3785
            'extent' => ['3272'],
3786
            'extent_description' => 'Lithuania - onshore.',
3787
        ],
3788
        'urn:ogc:def:coordinateOperation:EPSG::5438' => [
3789
            'name' => 'Baltic 1977 height to Caspian height (1)',
3790
            'method' => 'urn:ogc:def:method:EPSG::9616',
3791
            'extent' => ['1291'],
3792
            'extent_description' => 'Azerbaijan - offshore; Kazakhstan - offshore; Russian Federation - Caspian Sea; Turkmenistan - offshore.',
3793
        ],
3794
        'urn:ogc:def:coordinateOperation:EPSG::5439' => [
3795
            'name' => 'Nicaragua Norte',
3796
            'method' => 'urn:ogc:def:method:EPSG::9801',
3797
            'extent' => ['3844'],
3798
            'extent_description' => 'Nicaragua - onshore north of 12°48\'N.',
3799
        ],
3800
        'urn:ogc:def:coordinateOperation:EPSG::5440' => [
3801
            'name' => 'Baltic 1977 depth to Caspian depth (1)',
3802
            'method' => 'urn:ogc:def:method:EPSG::9616',
3803
            'extent' => ['1291'],
3804
            'extent_description' => 'Azerbaijan - offshore; Kazakhstan - offshore; Russian Federation - Caspian Sea; Turkmenistan - offshore.',
3805
        ],
3806
        'urn:ogc:def:coordinateOperation:EPSG::5443' => [
3807
            'name' => 'Baltic 1977 height to AIOC95 height (1)',
3808
            'method' => 'urn:ogc:def:method:EPSG::9616',
3809
            'extent' => ['2592'],
3810
            'extent_description' => 'Azerbaijan - Caspian offshore and onshore Sangachal terminal.',
3811
        ],
3812
        'urn:ogc:def:coordinateOperation:EPSG::5444' => [
3813
            'name' => 'Nicaragua Sur',
3814
            'method' => 'urn:ogc:def:method:EPSG::9801',
3815
            'extent' => ['3847'],
3816
            'extent_description' => 'Nicaragua - onshore south of 12°48\'N.',
3817
        ],
3818
        'urn:ogc:def:coordinateOperation:EPSG::5445' => [
3819
            'name' => 'Baltic 1977 depth to AIOC95 depth (1)',
3820
            'method' => 'urn:ogc:def:method:EPSG::9616',
3821
            'extent' => ['2592'],
3822
            'extent_description' => 'Azerbaijan - Caspian offshore and onshore Sangachal terminal.',
3823
        ],
3824
        'urn:ogc:def:coordinateOperation:EPSG::5447' => [
3825
            'name' => 'Baltic 1977 height to Black Sea height (1)',
3826
            'method' => 'urn:ogc:def:method:EPSG::9616',
3827
            'extent' => ['3251'],
3828
            'extent_description' => 'Georgia - onshore.',
3829
        ],
3830
        'urn:ogc:def:coordinateOperation:EPSG::5450' => [
3831
            'name' => 'KOC CD height to Kuwait PWD height (1)',
3832
            'method' => 'urn:ogc:def:method:EPSG::9616',
3833
            'extent' => ['3267'],
3834
            'extent_description' => 'Kuwait - onshore.',
3835
        ],
3836
        'urn:ogc:def:coordinateOperation:EPSG::5452' => [
3837
            'name' => 'Belfast height to Malin Head height (1)',
3838
            'method' => 'urn:ogc:def:method:EPSG::9616',
3839
            'extent' => ['2530'],
3840
            'extent_description' => 'United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
3841
        ],
3842
        'urn:ogc:def:coordinateOperation:EPSG::5465' => [
3843
            'name' => 'Belize Colony Grid',
3844
            'method' => 'urn:ogc:def:method:EPSG::9807',
3845
            'extent' => ['3219'],
3846
            'extent_description' => 'Belize - onshore.',
3847
        ],
3848
        'urn:ogc:def:coordinateOperation:EPSG::5468' => [
3849
            'name' => 'Panama Lambert',
3850
            'method' => 'urn:ogc:def:method:EPSG::9801',
3851
            'extent' => ['3290'],
3852
            'extent_description' => 'Panama - onshore.',
3853
        ],
3854
        'urn:ogc:def:coordinateOperation:EPSG::5471' => [
3855
            'name' => 'Panama Polyconic',
3856
            'method' => 'urn:ogc:def:method:EPSG::9818',
3857
            'extent' => ['3290'],
3858
            'extent_description' => 'Panama - onshore.',
3859
        ],
3860
        'urn:ogc:def:coordinateOperation:EPSG::5475' => [
3861
            'name' => 'McMurdo Sound Lambert Conformal 2000',
3862
            'method' => 'urn:ogc:def:method:EPSG::9802',
3863
            'extent' => ['3853'],
3864
            'extent_description' => 'Antarctica - McMurdo Sound region.',
3865
        ],
3866
        'urn:ogc:def:coordinateOperation:EPSG::5476' => [
3867
            'name' => 'Borchgrevink Coast Lambert Conformal 2000',
3868
            'method' => 'urn:ogc:def:method:EPSG::9802',
3869
            'extent' => ['3854'],
3870
            'extent_description' => 'Antarctica - Borchgrevink Coast region.',
3871
        ],
3872
        'urn:ogc:def:coordinateOperation:EPSG::5477' => [
3873
            'name' => 'Pennell Coast Lambert Conformal 2000',
3874
            'method' => 'urn:ogc:def:method:EPSG::9802',
3875
            'extent' => ['3855'],
3876
            'extent_description' => 'Antarctica - Pennell Coast region.',
3877
        ],
3878
        'urn:ogc:def:coordinateOperation:EPSG::5478' => [
3879
            'name' => 'Ross Sea Polar Stereographic 2000',
3880
            'method' => 'urn:ogc:def:method:EPSG::9810',
3881
            'extent' => ['3856'],
3882
            'extent_description' => 'Antarctica - Ross Ice Shelf Region.',
3883
        ],
3884
        'urn:ogc:def:coordinateOperation:EPSG::5491' => [
3885
            'name' => 'Martinique 1938 to RGAF09 (1)',
3886
            'method' => 'urn:ogc:def:method:EPSG::9606',
3887
            'extent' => ['3276'],
3888
            'extent_description' => 'Martinique - onshore.',
3889
        ],
3890
        'urn:ogc:def:coordinateOperation:EPSG::5492' => [
3891
            'name' => 'Guadeloupe 1948 to RGAF09 (1)',
3892
            'method' => 'urn:ogc:def:method:EPSG::9606',
3893
            'extent' => ['2829'],
3894
            'extent_description' => 'Guadeloupe - onshore - Basse-Terre, Grande-Terre, La Desirade, Marie-Galante, Les Saintes.',
3895
        ],
3896
        'urn:ogc:def:coordinateOperation:EPSG::5493' => [
3897
            'name' => 'Fort Marigot to RGAF09 (1)',
3898
            'method' => 'urn:ogc:def:method:EPSG::9606',
3899
            'extent' => ['2828'],
3900
            'extent_description' => 'Guadeloupe - onshore - St Martin and St Barthélemy islands.',
3901
        ],
3902
        'urn:ogc:def:coordinateOperation:EPSG::5494' => [
3903
            'name' => 'RRAF 1991 to RGAF09 (1)',
3904
            'method' => 'urn:ogc:def:method:EPSG::9606',
3905
            'extent' => ['1156'],
3906
            'extent_description' => 'Martinique - onshore and offshore.',
3907
        ],
3908
        'urn:ogc:def:coordinateOperation:EPSG::5495' => [
3909
            'name' => 'RRAF 1991 to RGAF09 (2)',
3910
            'method' => 'urn:ogc:def:method:EPSG::9606',
3911
            'extent' => ['2829'],
3912
            'extent_description' => 'Guadeloupe - onshore - Basse-Terre, Grande-Terre, La Desirade, Marie-Galante, Les Saintes.',
3913
        ],
3914
        'urn:ogc:def:coordinateOperation:EPSG::5496' => [
3915
            'name' => 'RRAF 1991 to RGAF09 (3)',
3916
            'method' => 'urn:ogc:def:method:EPSG::9606',
3917
            'extent' => ['2828'],
3918
            'extent_description' => 'Guadeloupe - onshore - St Martin and St Barthélemy islands.',
3919
        ],
3920
        'urn:ogc:def:coordinateOperation:EPSG::5497' => [
3921
            'name' => 'POSGAR 2007 to SIRGAS 2000 (1)',
3922
            'method' => 'urn:ogc:def:method:EPSG::9603',
3923
            'extent' => ['1033'],
3924
            'extent_description' => 'Argentina - onshore and offshore.',
3925
        ],
3926
        'urn:ogc:def:coordinateOperation:EPSG::5501' => [
3927
            'name' => 'RGAF09 to WGS 84 (1)',
3928
            'method' => 'urn:ogc:def:method:EPSG::9603',
3929
            'extent' => ['2824'],
3930
            'extent_description' => 'French Antilles onshore and offshore - Guadeloupe (including Grande Terre, Basse Terre, Marie Galante, Les Saintes, Iles de la Petite Terre, La Desirade); Martinique; St Barthélemy; St Martin.',
3931
        ],
3932
        'urn:ogc:def:coordinateOperation:EPSG::5509' => [
3933
            'name' => 'Krovak (Greenwich)',
3934
            'method' => 'urn:ogc:def:method:EPSG::9819',
3935
            'extent' => ['1306'],
3936
            'extent_description' => 'Czechia; Slovakia.',
3937
        ],
3938
        'urn:ogc:def:coordinateOperation:EPSG::5510' => [
3939
            'name' => 'Krovak East North (Greenwich)',
3940
            'method' => 'urn:ogc:def:method:EPSG::1041',
3941
            'extent' => ['1306'],
3942
            'extent_description' => 'Czechia; Slovakia.',
3943
        ],
3944
        'urn:ogc:def:coordinateOperation:EPSG::5511' => [
3945
            'name' => 'Modified Krovak (Greenwich)',
3946
            'method' => 'urn:ogc:def:method:EPSG::1042',
3947
            'extent' => ['1079'],
3948
            'extent_description' => 'Czechia.',
3949
        ],
3950
        'urn:ogc:def:coordinateOperation:EPSG::5512' => [
3951
            'name' => 'Modified Krovak East North (Greenwich)',
3952
            'method' => 'urn:ogc:def:method:EPSG::1043',
3953
            'extent' => ['1079'],
3954
            'extent_description' => 'Czechia.',
3955
        ],
3956
        'urn:ogc:def:coordinateOperation:EPSG::5517' => [
3957
            'name' => 'Chatham Islands Map Grid',
3958
            'method' => 'urn:ogc:def:method:EPSG::9807',
3959
            'extent' => ['2889'],
3960
            'extent_description' => 'New Zealand - Chatham Islands group - onshore.',
3961
        ],
3962
        'urn:ogc:def:coordinateOperation:EPSG::5521' => [
3963
            'name' => 'Grand Comoros to WGS 84 (1)',
3964
            'method' => 'urn:ogc:def:method:EPSG::9603',
3965
            'extent' => ['2807'],
3966
            'extent_description' => 'Comoros - Njazidja (Grande Comore).',
3967
        ],
3968
        'urn:ogc:def:coordinateOperation:EPSG::5522' => [
3969
            'name' => 'Gabon Transverse Mercator 2011',
3970
            'method' => 'urn:ogc:def:method:EPSG::9807',
3971
            'extent' => ['1100'],
3972
            'extent_description' => 'Gabon - onshore and offshore.',
3973
        ],
3974
        'urn:ogc:def:coordinateOperation:EPSG::5525' => [
3975
            'name' => 'Corrego Alegre 1961 to SIRGAS 2000 (1)',
3976
            'method' => 'urn:ogc:def:method:EPSG::9615',
3977
            'extent' => ['3874'],
3978
            'extent_description' => 'Brazil - onshore - between 18°S and 27°30\'S, also east of 54°W between 15°S and 18°S.',
3979
        ],
3980
        'urn:ogc:def:coordinateOperation:EPSG::5526' => [
3981
            'name' => 'Corrego Alegre 1970-72 to SIRGAS 2000 (1)',
3982
            'method' => 'urn:ogc:def:method:EPSG::9615',
3983
            'extent' => ['1293'],
3984
            'extent_description' => 'Brazil - onshore - west of 54°W and south of 18°S; also south of 15°S between 54°W and 42°W; also east of 42°W.',
3985
        ],
3986
        'urn:ogc:def:coordinateOperation:EPSG::5528' => [
3987
            'name' => 'SAD69 to SIRGAS 2000 (2)',
3988
            'method' => 'urn:ogc:def:method:EPSG::9615',
3989
            'extent' => ['3887'],
3990
            'extent_description' => 'Brazil - onshore southeast of a line beginning at the intersection of the 53°W meridian with the northern national boundary then running southwards to 14°S, then westwards to the national boundary.',
3991
        ],
3992
        'urn:ogc:def:coordinateOperation:EPSG::5529' => [
3993
            'name' => 'SAD69(96) to SIRGAS 2000 (1)',
3994
            'method' => 'urn:ogc:def:method:EPSG::9615',
3995
            'extent' => ['3887'],
3996
            'extent_description' => 'Brazil - onshore southeast of a line beginning at the intersection of the 53°W meridian with the northern national boundary then running southwards to 14°S, then westwards to the national boundary.',
3997
        ],
3998
        'urn:ogc:def:coordinateOperation:EPSG::5547' => [
3999
            'name' => 'Papua New Guinea Map Grid 1994 zone 54',
4000
            'method' => 'urn:ogc:def:method:EPSG::9807',
4001
            'extent' => ['3882'],
4002
            'extent_description' => 'Papua New Guinea - west of 144°E, onshore and offshore.',
4003
        ],
4004
        'urn:ogc:def:coordinateOperation:EPSG::5548' => [
4005
            'name' => 'Papua New Guinea Map Grid 1994 zone 55',
4006
            'method' => 'urn:ogc:def:method:EPSG::9807',
4007
            'extent' => ['3885'],
4008
            'extent_description' => 'Papua New Guinea - between 144°E and 150°E, onshore and offshore.',
4009
        ],
4010
        'urn:ogc:def:coordinateOperation:EPSG::5549' => [
4011
            'name' => 'Papua New Guinea Map Grid 1994 zone 56',
4012
            'method' => 'urn:ogc:def:method:EPSG::9807',
4013
            'extent' => ['3885'],
4014
            'extent_description' => 'Papua New Guinea - between 144°E and 150°E, onshore and offshore.',
4015
        ],
4016
        'urn:ogc:def:coordinateOperation:EPSG::5553' => [
4017
            'name' => 'PNG94 to WGS 84 (1)',
4018
            'method' => 'urn:ogc:def:method:EPSG::9603',
4019
            'extent' => ['1187'],
4020
            'extent_description' => 'Papua New Guinea - onshore and offshore. Includes Bismark archipelago, Louisade archipelago, Admiralty Islands, d\'Entrecasteaux Islands, northern Solomon Islands, Trobriand Islands, New Britain, New Ireland, Woodlark, and associated islands.',
4021
        ],
4022
        'urn:ogc:def:coordinateOperation:EPSG::5557' => [
4023
            'name' => 'GHA height to EVRF2007 height (1)',
4024
            'method' => 'urn:ogc:def:method:EPSG::1046',
4025
            'extent' => ['1037'],
4026
            'extent_description' => 'Austria.',
4027
        ],
4028
        'urn:ogc:def:coordinateOperation:EPSG::5584' => [
4029
            'name' => 'MOLDREF99 to ETRS89 (1)',
4030
            'method' => 'urn:ogc:def:method:EPSG::9603',
4031
            'extent' => ['1162'],
4032
            'extent_description' => 'Moldova.',
4033
        ],
4034
        'urn:ogc:def:coordinateOperation:EPSG::5586' => [
4035
            'name' => 'Pulkovo 1942 to UCS-2000 (1)',
4036
            'method' => 'urn:ogc:def:method:EPSG::9603',
4037
            'extent' => ['1242'],
4038
            'extent_description' => 'Ukraine - onshore and offshore.',
4039
        ],
4040
        'urn:ogc:def:coordinateOperation:EPSG::5587' => [
4041
            'name' => 'New Brunswick Stereographic (NAD27)',
4042
            'method' => 'urn:ogc:def:method:EPSG::9809',
4043
            'extent' => ['1447'],
4044
            'extent_description' => 'Canada - New Brunswick.',
4045
        ],
4046
        'urn:ogc:def:coordinateOperation:EPSG::5595' => [
4047
            'name' => 'Fehmarnbelt TM',
4048
            'method' => 'urn:ogc:def:method:EPSG::9807',
4049
            'extent' => ['3889'],
4050
            'extent_description' => 'Fehmarnbelt area of Denmark and Germany.',
4051
        ],
4052
        'urn:ogc:def:coordinateOperation:EPSG::5599' => [
4053
            'name' => 'FEH2010 to WGS 84 (1)',
4054
            'method' => 'urn:ogc:def:method:EPSG::9603',
4055
            'extent' => ['3889'],
4056
            'extent_description' => 'Fehmarnbelt area of Denmark and Germany.',
4057
        ],
4058
        'urn:ogc:def:coordinateOperation:EPSG::5640' => [
4059
            'name' => 'Petrobras Mercator',
4060
            'method' => 'urn:ogc:def:method:EPSG::9805',
4061
            'extent' => ['3896'],
4062
            'extent_description' => 'Brazil - offshore - equatorial margin.',
4063
        ],
4064
        'urn:ogc:def:coordinateOperation:EPSG::5642' => [
4065
            'name' => 'Southern Permian Basin Atlas Lambert',
4066
            'method' => 'urn:ogc:def:method:EPSG::9802',
4067
            'extent' => ['3899'],
4068
            'extent_description' => 'Europe - South Permian basin.',
4069
        ],
4070
        'urn:ogc:def:coordinateOperation:EPSG::5645' => [
4071
            'name' => 'SPCS83 Vermont zone (US Survey feet)',
4072
            'method' => 'urn:ogc:def:method:EPSG::9807',
4073
            'extent' => ['1414'],
4074
            'extent_description' => 'United States (USA) - Vermont - counties of Addison; Bennington; Caledonia; Chittenden; Essex; Franklin; Grand Isle; Lamoille; Orange; Orleans; Rutland; Washington; Windham; Windsor.',
4075
        ],
4076
        'urn:ogc:def:coordinateOperation:EPSG::5647' => [
4077
            'name' => 'UTM zone 31N with prefix',
4078
            'method' => 'urn:ogc:def:method:EPSG::9807',
4079
            'extent' => ['2860'],
4080
            'extent_description' => 'Germany - onshore and offshore west of 6°E.',
4081
        ],
4082
        'urn:ogc:def:coordinateOperation:EPSG::5648' => [
4083
            'name' => 'UTM zone 33N with prefix',
4084
            'method' => 'urn:ogc:def:method:EPSG::9807',
4085
            'extent' => ['2862'],
4086
            'extent_description' => 'Germany - onshore and offshore east of 12°E, including Brandenburg (all state, including that part west of 12°E) and Mecklenburg-Vorpommern east of 12°E.',
4087
        ],
4088
        'urn:ogc:def:coordinateOperation:EPSG::5658' => [
4089
            'name' => 'TM Emilia-Romagna',
4090
            'method' => 'urn:ogc:def:method:EPSG::9807',
4091
            'extent' => ['4035'],
4092
            'extent_description' => 'Italy - Emilia-Romagna region.',
4093
        ],
4094
        'urn:ogc:def:coordinateOperation:EPSG::5661' => [
4095
            'name' => 'ED50 to ETRS89 (14)',
4096
            'method' => 'urn:ogc:def:method:EPSG::9615',
4097
            'extent' => ['3732'],
4098
            'extent_description' => 'Spain - Catalonia onshore.',
4099
        ],
4100
        'urn:ogc:def:coordinateOperation:EPSG::5824' => [
4101
            'name' => 'ACT Standard Grid',
4102
            'method' => 'urn:ogc:def:method:EPSG::9807',
4103
            'extent' => ['2283'],
4104
            'extent_description' => 'Australia - Australian Capital Territory.',
4105
        ],
4106
        'urn:ogc:def:coordinateOperation:EPSG::5827' => [
4107
            'name' => 'AGD66 to GDA94 (19)',
4108
            'method' => 'urn:ogc:def:method:EPSG::9607',
4109
            'extent' => ['2283'],
4110
            'extent_description' => 'Australia - Australian Capital Territory.',
4111
        ],
4112
        'urn:ogc:def:coordinateOperation:EPSG::5841' => [
4113
            'name' => 'AGD66 to WGS 84 (19)',
4114
            'method' => 'urn:ogc:def:method:EPSG::9603',
4115
            'extent' => ['4013'],
4116
            'extent_description' => 'Papua New Guinea - Papuan fold and thrust belt.',
4117
        ],
4118
        'urn:ogc:def:coordinateOperation:EPSG::5878' => [
4119
            'name' => 'Timbalai 1948 to GDBD2009 (1)',
4120
            'method' => 'urn:ogc:def:method:EPSG::9607',
4121
            'extent' => ['1055'],
4122
            'extent_description' => 'Brunei Darussalam - onshore and offshore.',
4123
        ],
4124
        'urn:ogc:def:coordinateOperation:EPSG::5881' => [
4125
            'name' => 'SAD69(96) to SIRGAS 2000 (2)',
4126
            'method' => 'urn:ogc:def:method:EPSG::9603',
4127
            'extent' => ['1053'],
4128
            'extent_description' => 'Brazil - onshore and offshore. Includes Rocas, Fernando de Noronha archipelago, Trindade, Ihlas Martim Vaz and Sao Pedro e Sao Paulo.',
4129
        ],
4130
        'urn:ogc:def:coordinateOperation:EPSG::5883' => [
4131
            'name' => 'Tonga Map Grid',
4132
            'method' => 'urn:ogc:def:method:EPSG::9807',
4133
            'extent' => ['1234'],
4134
            'extent_description' => 'Tonga - onshore and offshore.',
4135
        ],
4136
        'urn:ogc:def:coordinateOperation:EPSG::5888' => [
4137
            'name' => 'Combani 1950 to RGM04 (1)',
4138
            'method' => 'urn:ogc:def:method:EPSG::9606',
4139
            'extent' => ['3340'],
4140
            'extent_description' => 'Mayotte - onshore.',
4141
        ],
4142
        'urn:ogc:def:coordinateOperation:EPSG::5892' => [
4143
            'name' => 'Vietnam TM-3 zone 481',
4144
            'method' => 'urn:ogc:def:method:EPSG::9807',
4145
            'extent' => ['4193'],
4146
            'extent_description' => 'Vietnam - onshore west of 103°30\'E.',
4147
        ],
4148
        'urn:ogc:def:coordinateOperation:EPSG::5893' => [
4149
            'name' => 'Vietnam TM-3 zone 482',
4150
            'method' => 'urn:ogc:def:method:EPSG::9807',
4151
            'extent' => ['4215', '4547'],
4152
            'extent_description' => 'Vietnam - between 103°30\'E and 106°30\'E, onshore, Vietnam - Ha Noi city, Ha Nam, Ha Tay, Ninh Binh, Thanh Hoa and Vinh Phuc provinces; Can Tho city, Bac Lieu, Dong Thap and Hau Giang provinces.',
4153
        ],
4154
        'urn:ogc:def:coordinateOperation:EPSG::5894' => [
4155
            'name' => 'Vietnam TM-3 zone 491',
4156
            'method' => 'urn:ogc:def:method:EPSG::9807',
4157
            'extent' => ['4217', '4558'],
4158
            'extent_description' => 'Vietnam - onshore east of 106°30\'E, Vietnam - Quang Ngai province.',
4159
        ],
4160
        'urn:ogc:def:coordinateOperation:EPSG::5895' => [
4161
            'name' => 'Vietnam TM-3 107-45',
4162
            'method' => 'urn:ogc:def:method:EPSG::9807',
4163
            'extent' => ['4218'],
4164
            'extent_description' => 'Vietnam - Quang Ninh province; Da Nang municipality and Quang Nam province; Ba Ria-Vung Tau, Dong Nai and Lam Dong provinces.',
4165
        ],
4166
        'urn:ogc:def:coordinateOperation:EPSG::5900' => [
4167
            'name' => 'ITRF2005 to ETRF2005 (1)',
4168
            'method' => 'urn:ogc:def:method:EPSG::1053',
4169
            'extent' => ['1298'],
4170
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
4171
        ],
4172
        'urn:ogc:def:coordinateOperation:EPSG::5901' => [
4173
            'name' => 'EPSG Alaska Polar Stereographic',
4174
            'method' => 'urn:ogc:def:method:EPSG::9810',
4175
            'extent' => ['1996'],
4176
            'extent_description' => 'Northern hemisphere - north of 60°N onshore and offshore, including Arctic.',
4177
        ],
4178
        'urn:ogc:def:coordinateOperation:EPSG::5902' => [
4179
            'name' => 'EPSG Canada Polar Stereographic',
4180
            'method' => 'urn:ogc:def:method:EPSG::9810',
4181
            'extent' => ['1996'],
4182
            'extent_description' => 'Northern hemisphere - north of 60°N onshore and offshore, including Arctic.',
4183
        ],
4184
        'urn:ogc:def:coordinateOperation:EPSG::5903' => [
4185
            'name' => 'EPSG Greenland Polar Stereographic',
4186
            'method' => 'urn:ogc:def:method:EPSG::9810',
4187
            'extent' => ['1996'],
4188
            'extent_description' => 'Northern hemisphere - north of 60°N onshore and offshore, including Arctic.',
4189
        ],
4190
        'urn:ogc:def:coordinateOperation:EPSG::5904' => [
4191
            'name' => 'EPSG Norway Polar Stereographic',
4192
            'method' => 'urn:ogc:def:method:EPSG::9810',
4193
            'extent' => ['1996'],
4194
            'extent_description' => 'Northern hemisphere - north of 60°N onshore and offshore, including Arctic.',
4195
        ],
4196
        'urn:ogc:def:coordinateOperation:EPSG::5905' => [
4197
            'name' => 'EPSG Russia Polar Stereographic',
4198
            'method' => 'urn:ogc:def:method:EPSG::9810',
4199
            'extent' => ['1996'],
4200
            'extent_description' => 'Northern hemisphere - north of 60°N onshore and offshore, including Arctic.',
4201
        ],
4202
        'urn:ogc:def:coordinateOperation:EPSG::5906' => [
4203
            'name' => 'EPSG Arctic Regional LCC zone A1',
4204
            'method' => 'urn:ogc:def:method:EPSG::9802',
4205
            'extent' => ['4019'],
4206
            'extent_description' => 'Arctic - 87°N to 75°N, approximately 156°W to approximately 66°W. May be extended westwards or eastwards within the latitude limits.',
4207
        ],
4208
        'urn:ogc:def:coordinateOperation:EPSG::5907' => [
4209
            'name' => 'EPSG Arctic Regional LCC zone A2',
4210
            'method' => 'urn:ogc:def:method:EPSG::9802',
4211
            'extent' => ['4027'],
4212
            'extent_description' => 'Arctic - 87°N to 75°N, approximately 84°W to approximately 6°E. May be extended westwards or eastwards within the latitude limits.',
4213
        ],
4214
        'urn:ogc:def:coordinateOperation:EPSG::5908' => [
4215
            'name' => 'EPSG Arctic Regional LCC zone A3',
4216
            'method' => 'urn:ogc:def:method:EPSG::9802',
4217
            'extent' => ['4028'],
4218
            'extent_description' => 'Arctic - 87°N to 75°N, approximately 12°W to approximately 78°E. May be extended westwards or eastwards within the latitude limits.',
4219
        ],
4220
        'urn:ogc:def:coordinateOperation:EPSG::5909' => [
4221
            'name' => 'EPSG Arctic Regional LCC zone A4',
4222
            'method' => 'urn:ogc:def:method:EPSG::9802',
4223
            'extent' => ['4029'],
4224
            'extent_description' => 'Arctic - 87°N to 75°N, approximately 60°E to approximately 150°E. May be extended westwards or eastwards within the latitude limits.',
4225
        ],
4226
        'urn:ogc:def:coordinateOperation:EPSG::5910' => [
4227
            'name' => 'EPSG Arctic Regional LCC zone A5',
4228
            'method' => 'urn:ogc:def:method:EPSG::9802',
4229
            'extent' => ['4031'],
4230
            'extent_description' => 'Arctic - 87°N to 75°N, approximately 132°E to approximately 138°W. May be extended westwards or eastwards within the latitude limits.',
4231
        ],
4232
        'urn:ogc:def:coordinateOperation:EPSG::5911' => [
4233
            'name' => 'EPSG Arctic Regional LCC zone B1',
4234
            'method' => 'urn:ogc:def:method:EPSG::9802',
4235
            'extent' => ['4032'],
4236
            'extent_description' => 'Arctic - 79°N to 67°N, approximately 156°W to approximately 66°W. May be extended westwards or eastwards within the latitude limits.',
4237
        ],
4238
        'urn:ogc:def:coordinateOperation:EPSG::5912' => [
4239
            'name' => 'EPSG Arctic Regional LCC zone B2',
4240
            'method' => 'urn:ogc:def:method:EPSG::9802',
4241
            'extent' => ['4033'],
4242
            'extent_description' => 'Arctic - 79°N to 67°N, approximately 84°W to approximately 6°E. May be extended westwards or eastwards within the latitude limits.',
4243
        ],
4244
        'urn:ogc:def:coordinateOperation:EPSG::5913' => [
4245
            'name' => 'EPSG Arctic Regional LCC zone B3',
4246
            'method' => 'urn:ogc:def:method:EPSG::9802',
4247
            'extent' => ['4034'],
4248
            'extent_description' => 'Arctic - 79°N to 67°N, approximately 12°W to approximately 78°E. May be extended westwards or eastwards within the latitude limits.',
4249
        ],
4250
        'urn:ogc:def:coordinateOperation:EPSG::5914' => [
4251
            'name' => 'EPSG Arctic Regional LCC zone B4',
4252
            'method' => 'urn:ogc:def:method:EPSG::9802',
4253
            'extent' => ['4037'],
4254
            'extent_description' => 'Arctic - 79°N to 67°N, approximately 60°E to approximately 150°E. May be extended westwards or eastwards within the latitude limits.',
4255
        ],
4256
        'urn:ogc:def:coordinateOperation:EPSG::5915' => [
4257
            'name' => 'EPSG Arctic Regional LCC zone B5',
4258
            'method' => 'urn:ogc:def:method:EPSG::9802',
4259
            'extent' => ['4038'],
4260
            'extent_description' => 'Arctic - 79°N to 67°N, approximately 132°E to approximately 138°W. May be extended westwards or eastwards within the latitude limits.',
4261
        ],
4262
        'urn:ogc:def:coordinateOperation:EPSG::5916' => [
4263
            'name' => 'EPSG Arctic Regional LCC zone C1',
4264
            'method' => 'urn:ogc:def:method:EPSG::9802',
4265
            'extent' => ['4040'],
4266
            'extent_description' => 'Arctic - 71°N to 59°N, approximately 156°W to approximately 66°W. May be extended westwards or eastwards within the latitude limits.',
4267
        ],
4268
        'urn:ogc:def:coordinateOperation:EPSG::5917' => [
4269
            'name' => 'EPSG Arctic Regional LCC zone C2',
4270
            'method' => 'urn:ogc:def:method:EPSG::9802',
4271
            'extent' => ['4041'],
4272
            'extent_description' => 'Arctic - 71°N to 59°N, approximately 84°W to approximately 6°E. May be extended westwards or eastwards within the latitude limits.',
4273
        ],
4274
        'urn:ogc:def:coordinateOperation:EPSG::5918' => [
4275
            'name' => 'EPSG Arctic Regional LCC zone C3',
4276
            'method' => 'urn:ogc:def:method:EPSG::9802',
4277
            'extent' => ['4042'],
4278
            'extent_description' => 'Arctic - 71°N to 59°N, approximately 12°W to approximately 78°E. May be extended westwards or eastwards within the latitude limits.',
4279
        ],
4280
        'urn:ogc:def:coordinateOperation:EPSG::5919' => [
4281
            'name' => 'EPSG Arctic Regional LCC zone C4',
4282
            'method' => 'urn:ogc:def:method:EPSG::9802',
4283
            'extent' => ['4043'],
4284
            'extent_description' => 'Arctic - 71°N to 59°N, approximately 60°E to approximately 150°E. May be extended westwards or eastwards within the latitude limits.',
4285
        ],
4286
        'urn:ogc:def:coordinateOperation:EPSG::5920' => [
4287
            'name' => 'EPSG Arctic Regional LCC zone C5',
4288
            'method' => 'urn:ogc:def:method:EPSG::9802',
4289
            'extent' => ['4045'],
4290
            'extent_description' => 'Arctic - 71°N to 59°N, approximately 132°E to approximately 138°W. May be extended westwards or eastwards within the latitude limits.',
4291
        ],
4292
        'urn:ogc:def:coordinateOperation:EPSG::5943' => [
4293
            'name' => 'EPSG Arctic LCC zone 8-20',
4294
            'method' => 'urn:ogc:def:method:EPSG::9802',
4295
            'extent' => ['4123'],
4296
            'extent_description' => 'Arctic - between 64°30\'N and 59°30\'N, approximately 59°W to approximately 44°W. May be extended eastwards within the latitude limits.',
4297
        ],
4298
        'urn:ogc:def:coordinateOperation:EPSG::5944' => [
4299
            'name' => 'EPSG Arctic LCC zone 8-22',
4300
            'method' => 'urn:ogc:def:method:EPSG::9802',
4301
            'extent' => ['4124'],
4302
            'extent_description' => 'Arctic - between 64°30\'N and 59°30\'N, approximately 44°W to approximately 29°W. May be extended westwards within the latitude limits.',
4303
        ],
4304
        'urn:ogc:def:coordinateOperation:EPSG::5977' => [
4305
            'name' => 'EPSG Arctic LCC zone 1-21',
4306
            'method' => 'urn:ogc:def:method:EPSG::9802',
4307
            'extent' => ['4044'],
4308
            'extent_description' => 'Arctic - between 87°50\'N and 82°50\'N, approximately 180°W to approximately 120°W. May be extended westwards or eastwards within the latitude limits.',
4309
        ],
4310
        'urn:ogc:def:coordinateOperation:EPSG::5978' => [
4311
            'name' => 'EPSG Arctic LCC zone 1-23',
4312
            'method' => 'urn:ogc:def:method:EPSG::9802',
4313
            'extent' => ['4047'],
4314
            'extent_description' => 'Arctic - between 87°50\'N and 82°50\'N, approximately 120°W to approximately 60°W. May be extended westwards or eastwards within the latitude limits.',
4315
        ],
4316
        'urn:ogc:def:coordinateOperation:EPSG::5979' => [
4317
            'name' => 'EPSG Arctic LCC zone 1-25',
4318
            'method' => 'urn:ogc:def:method:EPSG::9802',
4319
            'extent' => ['4048'],
4320
            'extent_description' => 'Arctic - between 87°50\'N and 82°50\'N, approximately 60°W to approximately 0°E. May be extended westwards or eastwards within the latitude limits.',
4321
        ],
4322
        'urn:ogc:def:coordinateOperation:EPSG::5980' => [
4323
            'name' => 'EPSG Arctic LCC zone 1-27',
4324
            'method' => 'urn:ogc:def:method:EPSG::9802',
4325
            'extent' => ['4049'],
4326
            'extent_description' => 'Arctic - between 87°50\'N and 82°50\'N, approximately 0°E to approximately 60°E. May be extended westwards or eastwards within the latitude limits.',
4327
        ],
4328
        'urn:ogc:def:coordinateOperation:EPSG::5981' => [
4329
            'name' => 'EPSG Arctic LCC zone 1-29',
4330
            'method' => 'urn:ogc:def:method:EPSG::9802',
4331
            'extent' => ['4050'],
4332
            'extent_description' => 'Arctic - between 87°50\'N and 82°50\'N, approximately 60°E to approximately 120°E. May be extended westwards or eastwards within the latitude limits.',
4333
        ],
4334
        'urn:ogc:def:coordinateOperation:EPSG::5982' => [
4335
            'name' => 'EPSG Arctic LCC zone 1-31',
4336
            'method' => 'urn:ogc:def:method:EPSG::9802',
4337
            'extent' => ['4051'],
4338
            'extent_description' => 'Arctic - between 87°50\'N and 82°50\'N, approximately 120°E to approximately 180°E. May be extended westwards or eastwards within the latitude limits.',
4339
        ],
4340
        'urn:ogc:def:coordinateOperation:EPSG::5983' => [
4341
            'name' => 'EPSG Arctic LCC zone 2-10',
4342
            'method' => 'urn:ogc:def:method:EPSG::9802',
4343
            'extent' => ['4057'],
4344
            'extent_description' => 'Arctic - between 84°30\'N and 79°30\'N, approximately 146°E to approximately 174°W. May be extended westwards or eastwards within the latitude limits.',
4345
        ],
4346
        'urn:ogc:def:coordinateOperation:EPSG::5984' => [
4347
            'name' => 'EPSG Arctic LCC zone 2-12',
4348
            'method' => 'urn:ogc:def:method:EPSG::9802',
4349
            'extent' => ['4052'],
4350
            'extent_description' => 'Arctic - between 84°30\'N and 79°30\'N, approximately 174°W to approximately 135°W. May be extended westwards or eastwards within the latitude limits.',
4351
        ],
4352
        'urn:ogc:def:coordinateOperation:EPSG::5985' => [
4353
            'name' => 'EPSG Arctic LCC zone 2-14',
4354
            'method' => 'urn:ogc:def:method:EPSG::9802',
4355
            'extent' => ['4030'],
4356
            'extent_description' => 'Arctic - between 84°30\'N and 79°30\'N, approximately 135°W to approximately 95°W. May be extended eastwards within the latitude limits.',
4357
        ],
4358
        'urn:ogc:def:coordinateOperation:EPSG::5986' => [
4359
            'name' => 'EPSG Arctic LCC zone 2-16',
4360
            'method' => 'urn:ogc:def:method:EPSG::9802',
4361
            'extent' => ['4036'],
4362
            'extent_description' => 'Arctic - between 84°30\'N and 79°30\'N, approximately 95°W to approximately 55°W. May be extended westwards within the latitude limits.',
4363
        ],
4364
        'urn:ogc:def:coordinateOperation:EPSG::5987' => [
4365
            'name' => 'EPSG Arctic LCC zone 2-18',
4366
            'method' => 'urn:ogc:def:method:EPSG::9802',
4367
            'extent' => ['4039'],
4368
            'extent_description' => 'Arctic - between 84°30\'N and 79°30\'N, approximately 72°W to approximately 32°W. May be extended eastwards within the latitude limits.',
4369
        ],
4370
        'urn:ogc:def:coordinateOperation:EPSG::5988' => [
4371
            'name' => 'EPSG Arctic LCC zone 2-20',
4372
            'method' => 'urn:ogc:def:method:EPSG::9802',
4373
            'extent' => ['4046'],
4374
            'extent_description' => 'Arctic - between 84°30\'N and 79°30\'N, approximately 32°W to approximately 8°E. May be extended westwards within the latitude limits.',
4375
        ],
4376
        'urn:ogc:def:coordinateOperation:EPSG::5989' => [
4377
            'name' => 'EPSG Arctic LCC zone 2-22',
4378
            'method' => 'urn:ogc:def:method:EPSG::9802',
4379
            'extent' => ['4053'],
4380
            'extent_description' => 'Arctic - between 84°30\'N and 79°30\'N, approximately 4°W to approximately 36°E.',
4381
        ],
4382
        'urn:ogc:def:coordinateOperation:EPSG::5990' => [
4383
            'name' => 'EPSG Arctic LCC zone 2-24',
4384
            'method' => 'urn:ogc:def:method:EPSG::9802',
4385
            'extent' => ['4054'],
4386
            'extent_description' => 'Arctic - between 84°30\'N and 79°30\'N, approximately 33°E to approximately 73°E. May be extended westwards or eastwards within the latitude limits.',
4387
        ],
4388
        'urn:ogc:def:coordinateOperation:EPSG::5991' => [
4389
            'name' => 'EPSG Arctic LCC zone 2-26',
4390
            'method' => 'urn:ogc:def:method:EPSG::9802',
4391
            'extent' => ['4055'],
4392
            'extent_description' => 'Arctic - between 84°30\'N and 79°30\'N, approximately 73°E to approximately 113°E. May be extended westwards or eastwards within the latitude limits.',
4393
        ],
4394
        'urn:ogc:def:coordinateOperation:EPSG::5992' => [
4395
            'name' => 'EPSG Arctic LCC zone 2-28',
4396
            'method' => 'urn:ogc:def:method:EPSG::9802',
4397
            'extent' => ['4056'],
4398
            'extent_description' => 'Arctic - between 84°30\'N and 79°30\'N, approximately 113°E to approximately 153°E. May be extended westwards or eastwards within the latitude limits.',
4399
        ],
4400
        'urn:ogc:def:coordinateOperation:EPSG::5993' => [
4401
            'name' => 'EPSG Arctic LCC zone 3-11',
4402
            'method' => 'urn:ogc:def:method:EPSG::9802',
4403
            'extent' => ['4058'],
4404
            'extent_description' => 'Arctic (Norway (Svalbard) onshore and offshore) - between 81°10\'N and 76°10\'N.',
4405
        ],
4406
        'urn:ogc:def:coordinateOperation:EPSG::5994' => [
4407
            'name' => 'EPSG Arctic LCC zone 3-13',
4408
            'method' => 'urn:ogc:def:method:EPSG::9802',
4409
            'extent' => ['4059'],
4410
            'extent_description' => 'Arctic (Russia onshore and offshore) - between 81°10\'N and 76°10\'N, approximately 35°E to approximately 67°E. May be extended eastwards within the latitude limits.',
4411
        ],
4412
        'urn:ogc:def:coordinateOperation:EPSG::5995' => [
4413
            'name' => 'EPSG Arctic LCC zone 3-15',
4414
            'method' => 'urn:ogc:def:method:EPSG::9802',
4415
            'extent' => ['4060'],
4416
            'extent_description' => 'Arctic (Russia onshore and offshore) - between 81°10\'N and 76°10\'N, approximately 67°E to approximately 98°E. May be extended westwards or eastwards within the latitude limits.',
4417
        ],
4418
        'urn:ogc:def:coordinateOperation:EPSG::5996' => [
4419
            'name' => 'EPSG Arctic LCC zone 3-17',
4420
            'method' => 'urn:ogc:def:method:EPSG::9802',
4421
            'extent' => ['4061'],
4422
            'extent_description' => 'Arctic (Russia onshore and offshore) - between 81°10\'N and 76°10\'N, approximately 98°E to approximately 129°E. May be extended westwards or eastwards within the latitude limits.',
4423
        ],
4424
        'urn:ogc:def:coordinateOperation:EPSG::5997' => [
4425
            'name' => 'EPSG Arctic LCC zone 3-19',
4426
            'method' => 'urn:ogc:def:method:EPSG::9802',
4427
            'extent' => ['4062'],
4428
            'extent_description' => 'Arctic (Russia onshore and offshore) - between 81°10\'N and 76°10\'N, approximately 129°E to approximately 160°E. May be extended westwards or eastwards within the latitude limits.',
4429
        ],
4430
        'urn:ogc:def:coordinateOperation:EPSG::5998' => [
4431
            'name' => 'EPSG Arctic LCC zone 3-21',
4432
            'method' => 'urn:ogc:def:method:EPSG::9802',
4433
            'extent' => ['4063'],
4434
            'extent_description' => 'Arctic - between 81°10\'N and 76°10\'N, approximately 160°E to approximately 169°W. May be extended westwards or eastwards within the latitude limits.',
4435
        ],
4436
        'urn:ogc:def:coordinateOperation:EPSG::5999' => [
4437
            'name' => 'EPSG Arctic LCC zone 3-23',
4438
            'method' => 'urn:ogc:def:method:EPSG::9802',
4439
            'extent' => ['4064'],
4440
            'extent_description' => 'Arctic - between 81°10\'N and 76°10\'N, approximately 169°W to approximately 138°W. May be extended westwards or eastwards within the latitude limits.',
4441
        ],
4442
        'urn:ogc:def:coordinateOperation:EPSG::6000' => [
4443
            'name' => 'EPSG Arctic LCC zone 3-25',
4444
            'method' => 'urn:ogc:def:method:EPSG::9802',
4445
            'extent' => ['4065'],
4446
            'extent_description' => 'Arctic - between 81°10\'N and 76°10\'N, approximately 144°W to approximately 114°W. May be extended eastwards within the latitude limits.',
4447
        ],
4448
        'urn:ogc:def:coordinateOperation:EPSG::6001' => [
4449
            'name' => 'EPSG Arctic LCC zone 3-27',
4450
            'method' => 'urn:ogc:def:method:EPSG::9802',
4451
            'extent' => ['4070'],
4452
            'extent_description' => 'Arctic - between 81°10\'N and 76°10\'N, approximately 114°W to approximately 84°W. May be extended westwards or eastwards within the latitude limits.',
4453
        ],
4454
        'urn:ogc:def:coordinateOperation:EPSG::6002' => [
4455
            'name' => 'EPSG Arctic LCC zone 3-29',
4456
            'method' => 'urn:ogc:def:method:EPSG::9802',
4457
            'extent' => ['4071'],
4458
            'extent_description' => 'Arctic - between 81°10\'N and 76°10\'N, approximately 84°W to approximately 54°W. May be extended westwards or eastwards within the latitude limits.',
4459
        ],
4460
        'urn:ogc:def:coordinateOperation:EPSG::6003' => [
4461
            'name' => 'EPSG Arctic LCC zone 3-31',
4462
            'method' => 'urn:ogc:def:method:EPSG::9802',
4463
            'extent' => ['4074'],
4464
            'extent_description' => 'Arctic - between 81°10\'N and 76°10\'N, approximately 54°W to approximately 24°W. May be extended westwards or eastwards within the latitude limits.',
4465
        ],
4466
        'urn:ogc:def:coordinateOperation:EPSG::6004' => [
4467
            'name' => 'EPSG Arctic LCC zone 3-33',
4468
            'method' => 'urn:ogc:def:method:EPSG::9802',
4469
            'extent' => ['4075'],
4470
            'extent_description' => 'Arctic - between 81°10\'N and 76°10\'N, approximately 24°W to approximately 2°E. May be extended westwards within the latitude limits.',
4471
        ],
4472
        'urn:ogc:def:coordinateOperation:EPSG::6005' => [
4473
            'name' => 'EPSG Arctic LCC zone 4-12',
4474
            'method' => 'urn:ogc:def:method:EPSG::9802',
4475
            'extent' => ['4076'],
4476
            'extent_description' => 'Arctic - between 77°50\'N and 72°50\'N, approximately 169°W to approximately 141°W. May be extended westwards or eastwards within the latitude limits.',
4477
        ],
4478
        'urn:ogc:def:coordinateOperation:EPSG::6006' => [
4479
            'name' => 'EPSG Arctic LCC zone 4-14',
4480
            'method' => 'urn:ogc:def:method:EPSG::9802',
4481
            'extent' => ['4077'],
4482
            'extent_description' => 'Arctic - between 77°50\'N and 72°50\'N, approximately 141°W to approximately 116°W. May be extended westwards or eastwards within the latitude limits.',
4483
        ],
4484
        'urn:ogc:def:coordinateOperation:EPSG::6007' => [
4485
            'name' => 'EPSG Arctic LCC zone 4-16',
4486
            'method' => 'urn:ogc:def:method:EPSG::9802',
4487
            'extent' => ['4078'],
4488
            'extent_description' => 'Arctic - between 77°50\'N and 72°50\'N, approximately 116°W to approximately 91°W. May be extended westwards or eastwards within the latitude limits.',
4489
        ],
4490
        'urn:ogc:def:coordinateOperation:EPSG::6008' => [
4491
            'name' => 'EPSG Arctic LCC zone 4-18',
4492
            'method' => 'urn:ogc:def:method:EPSG::9802',
4493
            'extent' => ['4079'],
4494
            'extent_description' => 'Arctic - between 77°50\'N and 72°50\'N, approximately 91°W to approximately 67°W. May be extended westwards within the latitude limits.',
4495
        ],
4496
        'urn:ogc:def:coordinateOperation:EPSG::6009' => [
4497
            'name' => 'EPSG Arctic LCC zone 4-20',
4498
            'method' => 'urn:ogc:def:method:EPSG::9802',
4499
            'extent' => ['4080'],
4500
            'extent_description' => 'Arctic - between 77°50\'N and 72°50\'N, approximately 76°W to approximately 51°W. May be extended eastwards within the latitude limits.',
4501
        ],
4502
        'urn:ogc:def:coordinateOperation:EPSG::6010' => [
4503
            'name' => 'EPSG Arctic LCC zone 4-22',
4504
            'method' => 'urn:ogc:def:method:EPSG::9802',
4505
            'extent' => ['4081'],
4506
            'extent_description' => 'Arctic - between 77°50\'N and 72°50\'N, approximately 51°W to approximately 26°W. May be extended westwards or eastwards within the latitude limits.',
4507
        ],
4508
        'urn:ogc:def:coordinateOperation:EPSG::6011' => [
4509
            'name' => 'EPSG Arctic LCC zone 4-24',
4510
            'method' => 'urn:ogc:def:method:EPSG::9802',
4511
            'extent' => ['4082'],
4512
            'extent_description' => 'Arctic - between 77°50\'N and 72°50\'N, approximately 26°W to approximately 2°W. May be extended westwards within the latitude limits.',
4513
        ],
4514
        'urn:ogc:def:coordinateOperation:EPSG::6012' => [
4515
            'name' => 'EPSG Arctic LCC zone 4-26',
4516
            'method' => 'urn:ogc:def:method:EPSG::9802',
4517
            'extent' => ['4083'],
4518
            'extent_description' => 'Arctic - between 77°50\'N and 72°50\'N, approximately 2°W to approximately 22°E. May be extended westwards or eastwards within the latitude limits.',
4519
        ],
4520
        'urn:ogc:def:coordinateOperation:EPSG::6013' => [
4521
            'name' => 'EPSG Arctic LCC zone 4-28',
4522
            'method' => 'urn:ogc:def:method:EPSG::9802',
4523
            'extent' => ['4084'],
4524
            'extent_description' => 'Arctic - between 77°50\'N and 72°50\'N, approximately 22°E to approximately 46°E. May be extended westwards or eastwards within the latitude limits.',
4525
        ],
4526
        'urn:ogc:def:coordinateOperation:EPSG::6014' => [
4527
            'name' => 'EPSG Arctic LCC zone 4-30',
4528
            'method' => 'urn:ogc:def:method:EPSG::9802',
4529
            'extent' => ['4085'],
4530
            'extent_description' => 'Arctic - between 77°50\'N and 72°50\'N, approximately 46°E to approximately 70°E. May be extended westwards or eastwards within the latitude limits.',
4531
        ],
4532
        'urn:ogc:def:coordinateOperation:EPSG::6015' => [
4533
            'name' => 'EPSG Arctic LCC zone 4-32',
4534
            'method' => 'urn:ogc:def:method:EPSG::9802',
4535
            'extent' => ['4086'],
4536
            'extent_description' => 'Arctic - between 77°50\'N and 72°50\'N, approximately 70°E to approximately 94°E. May be extended westwards or eastwards within the latitude limits.',
4537
        ],
4538
        'urn:ogc:def:coordinateOperation:EPSG::6016' => [
4539
            'name' => 'EPSG Arctic LCC zone 4-34',
4540
            'method' => 'urn:ogc:def:method:EPSG::9802',
4541
            'extent' => ['4087'],
4542
            'extent_description' => 'Arctic - between 77°50\'N and 72°50\'N, approximately 94°E to approximately 118°E. May be extended westwards or eastwards within the latitude limits.',
4543
        ],
4544
        'urn:ogc:def:coordinateOperation:EPSG::6017' => [
4545
            'name' => 'EPSG Arctic LCC zone 4-36',
4546
            'method' => 'urn:ogc:def:method:EPSG::9802',
4547
            'extent' => ['4088'],
4548
            'extent_description' => 'Arctic - between 77°50\'N and 72°50\'N, approximately 118°E to approximately 142°E. May be extended westwards or eastwards within the latitude limits.',
4549
        ],
4550
        'urn:ogc:def:coordinateOperation:EPSG::6018' => [
4551
            'name' => 'EPSG Arctic LCC zone 4-38',
4552
            'method' => 'urn:ogc:def:method:EPSG::9802',
4553
            'extent' => ['4089'],
4554
            'extent_description' => 'Arctic - between 77°50\'N and 72°50\'N, approximately 142°E to approximately 166°E. May be extended westwards or eastwards within the latitude limits.',
4555
        ],
4556
        'urn:ogc:def:coordinateOperation:EPSG::6019' => [
4557
            'name' => 'EPSG Arctic LCC zone 4-40',
4558
            'method' => 'urn:ogc:def:method:EPSG::9802',
4559
            'extent' => ['4090'],
4560
            'extent_description' => 'Arctic - between 77°50\'N and 72°50\'N, approximately 166°E to approximately 169°W. May be extended westwards or eastwards within the latitude limits.',
4561
        ],
4562
        'urn:ogc:def:coordinateOperation:EPSG::6020' => [
4563
            'name' => 'EPSG Arctic LCC zone 5-11',
4564
            'method' => 'urn:ogc:def:method:EPSG::9802',
4565
            'extent' => ['4091'],
4566
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 4°E to approximately 24°E. May be extended westwards or eastwards within the latitude limits.',
4567
        ],
4568
        'urn:ogc:def:coordinateOperation:EPSG::6021' => [
4569
            'name' => 'EPSG Arctic LCC zone 5-13',
4570
            'method' => 'urn:ogc:def:method:EPSG::9802',
4571
            'extent' => ['4092'],
4572
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 24°E to approximately 44°E. May be extended westwards or eastwards within the latitude limits.',
4573
        ],
4574
        'urn:ogc:def:coordinateOperation:EPSG::6022' => [
4575
            'name' => 'EPSG Arctic LCC zone 5-15',
4576
            'method' => 'urn:ogc:def:method:EPSG::9802',
4577
            'extent' => ['4093'],
4578
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 44°E to approximately 64°E. May be extended westwards or eastwards within the latitude limits.',
4579
        ],
4580
        'urn:ogc:def:coordinateOperation:EPSG::6023' => [
4581
            'name' => 'EPSG Arctic LCC zone 5-17',
4582
            'method' => 'urn:ogc:def:method:EPSG::9802',
4583
            'extent' => ['4094'],
4584
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 64°E to approximately 85°E. May be extended westwards or eastwards within the latitude limits.',
4585
        ],
4586
        'urn:ogc:def:coordinateOperation:EPSG::6024' => [
4587
            'name' => 'EPSG Arctic LCC zone 5-19',
4588
            'method' => 'urn:ogc:def:method:EPSG::9802',
4589
            'extent' => ['4095'],
4590
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 85°E to approximately 106°E. May be extended westwards or eastwards within the latitude limits.',
4591
        ],
4592
        'urn:ogc:def:coordinateOperation:EPSG::6025' => [
4593
            'name' => 'EPSG Arctic LCC zone 5-21',
4594
            'method' => 'urn:ogc:def:method:EPSG::9802',
4595
            'extent' => ['4096'],
4596
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 106°E to approximately 127°E. May be extended westwards or eastwards within the latitude limits.',
4597
        ],
4598
        'urn:ogc:def:coordinateOperation:EPSG::6026' => [
4599
            'name' => 'EPSG Arctic LCC zone 5-23',
4600
            'method' => 'urn:ogc:def:method:EPSG::9802',
4601
            'extent' => ['4097'],
4602
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 127°E to approximately 148°E. May be extended westwards or eastwards within the latitude limits.',
4603
        ],
4604
        'urn:ogc:def:coordinateOperation:EPSG::6027' => [
4605
            'name' => 'EPSG Arctic LCC zone 5-25',
4606
            'method' => 'urn:ogc:def:method:EPSG::9802',
4607
            'extent' => ['4098'],
4608
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 148°E to approximately 169°E. May be extended westwards or eastwards within the latitude limits.',
4609
        ],
4610
        'urn:ogc:def:coordinateOperation:EPSG::6028' => [
4611
            'name' => 'EPSG Arctic LCC zone 5-27',
4612
            'method' => 'urn:ogc:def:method:EPSG::9802',
4613
            'extent' => ['4099'],
4614
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 169°E to approximately 169°W. May be extended westwards or eastwards within the latitude limits.',
4615
        ],
4616
        'urn:ogc:def:coordinateOperation:EPSG::6029' => [
4617
            'name' => 'EPSG Arctic LCC zone 5-29',
4618
            'method' => 'urn:ogc:def:method:EPSG::9802',
4619
            'extent' => ['4100'],
4620
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 173°W to approximately 153°W. May be extended eastwards within the latitude limits.',
4621
        ],
4622
        'urn:ogc:def:coordinateOperation:EPSG::6030' => [
4623
            'name' => 'EPSG Arctic LCC zone 5-31',
4624
            'method' => 'urn:ogc:def:method:EPSG::9802',
4625
            'extent' => ['4101'],
4626
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 157°W to approximately 137°W. May be extended westwards within the latitude limits.',
4627
        ],
4628
        'urn:ogc:def:coordinateOperation:EPSG::6031' => [
4629
            'name' => 'EPSG Arctic LCC zone 5-33',
4630
            'method' => 'urn:ogc:def:method:EPSG::9802',
4631
            'extent' => ['4102'],
4632
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 141°W to approximately 121°W. May be extended eastwards within the latitude limits.',
4633
        ],
4634
        'urn:ogc:def:coordinateOperation:EPSG::6032' => [
4635
            'name' => 'EPSG Arctic LCC zone 5-35',
4636
            'method' => 'urn:ogc:def:method:EPSG::9802',
4637
            'extent' => ['4103'],
4638
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 121°W to approximately 101°W. May be extended westwards or eastwards within the latitude limits.',
4639
        ],
4640
        'urn:ogc:def:coordinateOperation:EPSG::6033' => [
4641
            'name' => 'EPSG Arctic LCC zone 5-37',
4642
            'method' => 'urn:ogc:def:method:EPSG::9802',
4643
            'extent' => ['4104'],
4644
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 101°W to approximately 81°W. May be extended westwards or eastwards within the latitude limits.',
4645
        ],
4646
        'urn:ogc:def:coordinateOperation:EPSG::6034' => [
4647
            'name' => 'EPSG Arctic LCC zone 5-39',
4648
            'method' => 'urn:ogc:def:method:EPSG::9802',
4649
            'extent' => ['4105'],
4650
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 81°W to approximately 61°W. May be extended westwards within the latitude limits.',
4651
        ],
4652
        'urn:ogc:def:coordinateOperation:EPSG::6035' => [
4653
            'name' => 'EPSG Arctic LCC zone 5-41',
4654
            'method' => 'urn:ogc:def:method:EPSG::9802',
4655
            'extent' => ['4106'],
4656
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 72°W to approximately 52°W. May be extended eastwards within the latitude limits.',
4657
        ],
4658
        'urn:ogc:def:coordinateOperation:EPSG::6036' => [
4659
            'name' => 'EPSG Arctic LCC zone 5-43',
4660
            'method' => 'urn:ogc:def:method:EPSG::9802',
4661
            'extent' => ['4107'],
4662
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 52°W to approximately 32°W. May be extended westwards or eastwards within the latitude limits.',
4663
        ],
4664
        'urn:ogc:def:coordinateOperation:EPSG::6037' => [
4665
            'name' => 'EPSG Arctic LCC zone 5-45',
4666
            'method' => 'urn:ogc:def:method:EPSG::9802',
4667
            'extent' => ['4108'],
4668
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 32°W to approximately 12°W. May be extended westwards or eastwards within the latitude limits.',
4669
        ],
4670
        'urn:ogc:def:coordinateOperation:EPSG::6038' => [
4671
            'name' => 'EPSG Arctic LCC zone 5-47',
4672
            'method' => 'urn:ogc:def:method:EPSG::9802',
4673
            'extent' => ['4109'],
4674
            'extent_description' => 'Arctic - between 74°30\'N and 69°30\'N, approximately 15°W to approximately 5°E. May be extended westwards or eastwards within the latitude limits.',
4675
        ],
4676
        'urn:ogc:def:coordinateOperation:EPSG::6039' => [
4677
            'name' => 'EPSG Arctic LCC zone 6-14',
4678
            'method' => 'urn:ogc:def:method:EPSG::9802',
4679
            'extent' => ['4110'],
4680
            'extent_description' => 'Arctic - between 71°10\'N and 66°10\'N, approximately 174°W to approximately 156°W. May be extended eastwards within the latitude limits.',
4681
        ],
4682
        'urn:ogc:def:coordinateOperation:EPSG::6040' => [
4683
            'name' => 'EPSG Arctic LCC zone 6-16',
4684
            'method' => 'urn:ogc:def:method:EPSG::9802',
4685
            'extent' => ['4111'],
4686
            'extent_description' => 'Arctic - between 71°10\'N and 66°10\'N, approximately 156°W to approximately 138°W. May be extended westwards within the latitude limits.',
4687
        ],
4688
        'urn:ogc:def:coordinateOperation:EPSG::6041' => [
4689
            'name' => 'EPSG Arctic LCC zone 6-18',
4690
            'method' => 'urn:ogc:def:method:EPSG::9802',
4691
            'extent' => ['4112'],
4692
            'extent_description' => 'Arctic - between 71°10\'N and 66°10\'N, approximately 141°W to approximately 122°W. May be extended eastwards within the latitude limits.',
4693
        ],
4694
        'urn:ogc:def:coordinateOperation:EPSG::6042' => [
4695
            'name' => 'EPSG Arctic LCC zone 6-20',
4696
            'method' => 'urn:ogc:def:method:EPSG::9802',
4697
            'extent' => ['4113'],
4698
            'extent_description' => 'Arctic - between 71°10\'N and 66°10\'N, approximately 122°W to approximately 103°W. May be extended westwards or eastwards within the latitude limits.',
4699
        ],
4700
        'urn:ogc:def:coordinateOperation:EPSG::6043' => [
4701
            'name' => 'EPSG Arctic LCC zone 6-22',
4702
            'method' => 'urn:ogc:def:method:EPSG::9802',
4703
            'extent' => ['4114'],
4704
            'extent_description' => 'Arctic - between 71°10\'N and 66°10\'N, approximately 103°W to approximately 84°W. May be extended westwards or eastwards within the latitude limits.',
4705
        ],
4706
        'urn:ogc:def:coordinateOperation:EPSG::6044' => [
4707
            'name' => 'EPSG Arctic LCC zone 6-24',
4708
            'method' => 'urn:ogc:def:method:EPSG::9802',
4709
            'extent' => ['4115'],
4710
            'extent_description' => 'Arctic - between 71°10\'N and 66°10\'N, approximately 84°W to approximately 65°W. May be extended westwards or eastwards within the latitude limits.',
4711
        ],
4712
        'urn:ogc:def:coordinateOperation:EPSG::6045' => [
4713
            'name' => 'EPSG Arctic LCC zone 6-26',
4714
            'method' => 'urn:ogc:def:method:EPSG::9802',
4715
            'extent' => ['4116'],
4716
            'extent_description' => 'Arctic - between 71°10\'N and 66°10\'N, approximately 65°W to approximately 47°W. May be extended westwards or eastwards within the latitude limits.',
4717
        ],
4718
        'urn:ogc:def:coordinateOperation:EPSG::6046' => [
4719
            'name' => 'EPSG Arctic LCC zone 6-28',
4720
            'method' => 'urn:ogc:def:method:EPSG::9802',
4721
            'extent' => ['4117'],
4722
            'extent_description' => 'Arctic - between 71°10\'N and 66°10\'N, approximately 47°W to approximately 29°W. May be extended westwards or eastwards within the latitude limits.',
4723
        ],
4724
        'urn:ogc:def:coordinateOperation:EPSG::6047' => [
4725
            'name' => 'EPSG Arctic LCC zone 6-30',
4726
            'method' => 'urn:ogc:def:method:EPSG::9802',
4727
            'extent' => ['4118'],
4728
            'extent_description' => 'Arctic - between 71°10\'N and 66°10\'N, approximately 29°W to approximately 11°W. May be extended westwards within the latitude limits.',
4729
        ],
4730
        'urn:ogc:def:coordinateOperation:EPSG::6048' => [
4731
            'name' => 'EPSG Arctic LCC zone 7-11',
4732
            'method' => 'urn:ogc:def:method:EPSG::9802',
4733
            'extent' => ['4119'],
4734
            'extent_description' => 'Arctic - between 67°50\'N and 62°50\'N, approximately 59°W to approximately 42°W. May be extended eastwards within the latitude limits.',
4735
        ],
4736
        'urn:ogc:def:coordinateOperation:EPSG::6049' => [
4737
            'name' => 'EPSG Arctic LCC zone 7-13',
4738
            'method' => 'urn:ogc:def:method:EPSG::9802',
4739
            'extent' => ['4120'],
4740
            'extent_description' => 'Arctic - between 67°50\'N and 62°50\'N, approximately 42°W to approximately 25°W. May be extended westwards within the latitude limits.',
4741
        ],
4742
        'urn:ogc:def:coordinateOperation:EPSG::6127' => [
4743
            'name' => 'Cayman Islands TM (ft)',
4744
            'method' => 'urn:ogc:def:method:EPSG::9807',
4745
            'extent' => ['1063'],
4746
            'extent_description' => 'Cayman Islands - onshore and offshore. Includes Grand Cayman, Little Cayman and Cayman Brac.',
4747
        ],
4748
        'urn:ogc:def:coordinateOperation:EPSG::6136' => [
4749
            'name' => 'GCGD59 to CIGD11 (1)',
4750
            'method' => 'urn:ogc:def:method:EPSG::9607',
4751
            'extent' => ['3185'],
4752
            'extent_description' => 'Cayman Islands - Grand Cayman.',
4753
        ],
4754
        'urn:ogc:def:coordinateOperation:EPSG::6137' => [
4755
            'name' => 'SIGD61 to CIGD11 (1)',
4756
            'method' => 'urn:ogc:def:method:EPSG::9607',
4757
            'extent' => ['3186'],
4758
            'extent_description' => 'Cayman Islands - Little Cayman and Cayman Brac.',
4759
        ],
4760
        'urn:ogc:def:coordinateOperation:EPSG::6177' => [
4761
            'name' => 'CIGD11 to WGS 84 (1)',
4762
            'method' => 'urn:ogc:def:method:EPSG::9603',
4763
            'extent' => ['1063'],
4764
            'extent_description' => 'Cayman Islands - onshore and offshore. Includes Grand Cayman, Little Cayman and Cayman Brac.',
4765
        ],
4766
        'urn:ogc:def:coordinateOperation:EPSG::6188' => [
4767
            'name' => 'Lisbon to ETRS89 (4)',
4768
            'method' => 'urn:ogc:def:method:EPSG::9615',
4769
            'extent' => ['1294'],
4770
            'extent_description' => 'Portugal - mainland - onshore.',
4771
        ],
4772
        'urn:ogc:def:coordinateOperation:EPSG::6189' => [
4773
            'name' => 'Datum 73 to ETRS89 (6)',
4774
            'method' => 'urn:ogc:def:method:EPSG::9615',
4775
            'extent' => ['1294'],
4776
            'extent_description' => 'Portugal - mainland - onshore.',
4777
        ],
4778
        'urn:ogc:def:coordinateOperation:EPSG::6191' => [
4779
            'name' => 'Corrego Alegre 1970-72 to SAD69 (1)',
4780
            'method' => 'urn:ogc:def:method:EPSG::9603',
4781
            'extent' => ['1293'],
4782
            'extent_description' => 'Brazil - onshore - west of 54°W and south of 18°S; also south of 15°S between 54°W and 42°W; also east of 42°W.',
4783
        ],
4784
        'urn:ogc:def:coordinateOperation:EPSG::6193' => [
4785
            'name' => 'Corrego Alegre 1970-72 to SIRGAS 2000 (2)',
4786
            'method' => 'urn:ogc:def:method:EPSG::9603',
4787
            'extent' => ['1293'],
4788
            'extent_description' => 'Brazil - onshore - west of 54°W and south of 18°S; also south of 15°S between 54°W and 42°W; also east of 42°W.',
4789
        ],
4790
        'urn:ogc:def:coordinateOperation:EPSG::6198' => [
4791
            'name' => 'Michigan CS27 Central zone',
4792
            'method' => 'urn:ogc:def:method:EPSG::1051',
4793
            'extent' => ['1724'],
4794
            'extent_description' => 'United States (USA) - Michigan - counties of Alcona; Alpena; Antrim; Arenac; Benzie; Charlevoix; Cheboygan; Clare; Crawford; Emmet; Gladwin; Grand Traverse; Iosco; Kalkaska; Lake; Leelanau; Manistee; Mason; Missaukee; Montmorency; Ogemaw; Osceola; Oscoda; Otsego; Presque Isle; Roscommon; Wexford.',
4795
        ],
4796
        'urn:ogc:def:coordinateOperation:EPSG::6199' => [
4797
            'name' => 'Michigan CS27 South zone',
4798
            'method' => 'urn:ogc:def:method:EPSG::1051',
4799
            'extent' => ['1725'],
4800
            'extent_description' => 'United States (USA) - Michigan - counties of Allegan; Barry; Bay; Berrien; Branch; Calhoun; Cass; Clinton; Eaton; Genesee; Gratiot; Hillsdale; Huron; Ingham; Ionia; Isabella; Jackson; Kalamazoo; Kent; Lapeer; Lenawee; Livingston; Macomb; Mecosta; Midland; Monroe; Montcalm; Muskegon; Newaygo; Oakland; Oceana; Ottawa; Saginaw; Sanilac; Shiawassee; St Clair; St Joseph; Tuscola; Van Buren; Washtenaw; Wayne.',
4801
        ],
4802
        'urn:ogc:def:coordinateOperation:EPSG::6203' => [
4803
            'name' => 'Macedonia Gauss-Kruger',
4804
            'method' => 'urn:ogc:def:method:EPSG::9807',
4805
            'extent' => ['1148'],
4806
            'extent_description' => 'North Macedonia.',
4807
        ],
4808
        'urn:ogc:def:coordinateOperation:EPSG::6205' => [
4809
            'name' => 'MGI 1901 to ETRS89 (5)',
4810
            'method' => 'urn:ogc:def:method:EPSG::9607',
4811
            'extent' => ['1148'],
4812
            'extent_description' => 'North Macedonia.',
4813
        ],
4814
        'urn:ogc:def:coordinateOperation:EPSG::6206' => [
4815
            'name' => 'MGI 1901 to WGS 84 (10)',
4816
            'method' => 'urn:ogc:def:method:EPSG::9607',
4817
            'extent' => ['1148'],
4818
            'extent_description' => 'North Macedonia.',
4819
        ],
4820
        'urn:ogc:def:coordinateOperation:EPSG::6208' => [
4821
            'name' => 'Nepal 1981 to WGS 84 (1)',
4822
            'method' => 'urn:ogc:def:method:EPSG::9603',
4823
            'extent' => ['1171'],
4824
            'extent_description' => 'Nepal.',
4825
        ],
4826
        'urn:ogc:def:coordinateOperation:EPSG::6212' => [
4827
            'name' => 'Arauca urban grid',
4828
            'method' => 'urn:ogc:def:method:EPSG::1052',
4829
            'extent' => ['4122'],
4830
            'extent_description' => 'Colombia - Arauca city.',
4831
        ],
4832
        'urn:ogc:def:coordinateOperation:EPSG::6213' => [
4833
            'name' => 'Armenia urban grid',
4834
            'method' => 'urn:ogc:def:method:EPSG::1052',
4835
            'extent' => ['4132'],
4836
            'extent_description' => 'Colombia - Armenia city.',
4837
        ],
4838
        'urn:ogc:def:coordinateOperation:EPSG::6214' => [
4839
            'name' => 'Barranquilla urban grid',
4840
            'method' => 'urn:ogc:def:method:EPSG::1052',
4841
            'extent' => ['4134'],
4842
            'extent_description' => 'Colombia - Barranquilla city.',
4843
        ],
4844
        'urn:ogc:def:coordinateOperation:EPSG::6215' => [
4845
            'name' => 'Bogota urban grid',
4846
            'method' => 'urn:ogc:def:method:EPSG::1052',
4847
            'extent' => ['4135'],
4848
            'extent_description' => 'Colombia - Bogota DC city.',
4849
        ],
4850
        'urn:ogc:def:coordinateOperation:EPSG::6216' => [
4851
            'name' => 'Bucaramanga urban grid',
4852
            'method' => 'urn:ogc:def:method:EPSG::1052',
4853
            'extent' => ['4136'],
4854
            'extent_description' => 'Colombia - Bucaramanga city.',
4855
        ],
4856
        'urn:ogc:def:coordinateOperation:EPSG::6217' => [
4857
            'name' => 'Cali urban grid',
4858
            'method' => 'urn:ogc:def:method:EPSG::1052',
4859
            'extent' => ['4137'],
4860
            'extent_description' => 'Colombia - Cali city.',
4861
        ],
4862
        'urn:ogc:def:coordinateOperation:EPSG::6218' => [
4863
            'name' => 'Cartagena urban grid',
4864
            'method' => 'urn:ogc:def:method:EPSG::1052',
4865
            'extent' => ['4138'],
4866
            'extent_description' => 'Colombia - Cartagena city.',
4867
        ],
4868
        'urn:ogc:def:coordinateOperation:EPSG::6219' => [
4869
            'name' => 'Cucuta urban grid',
4870
            'method' => 'urn:ogc:def:method:EPSG::1052',
4871
            'extent' => ['4139'],
4872
            'extent_description' => 'Colombia - Cucuta city.',
4873
        ],
4874
        'urn:ogc:def:coordinateOperation:EPSG::6220' => [
4875
            'name' => 'Florencia urban grid',
4876
            'method' => 'urn:ogc:def:method:EPSG::1052',
4877
            'extent' => ['4140'],
4878
            'extent_description' => 'Colombia - Florencia city.',
4879
        ],
4880
        'urn:ogc:def:coordinateOperation:EPSG::6221' => [
4881
            'name' => 'Ibague urban grid',
4882
            'method' => 'urn:ogc:def:method:EPSG::1052',
4883
            'extent' => ['4141'],
4884
            'extent_description' => 'Colombia - Ibague city.',
4885
        ],
4886
        'urn:ogc:def:coordinateOperation:EPSG::6222' => [
4887
            'name' => 'Inirida urban grid',
4888
            'method' => 'urn:ogc:def:method:EPSG::1052',
4889
            'extent' => ['4142'],
4890
            'extent_description' => 'Colombia - Inirida city.',
4891
        ],
4892
        'urn:ogc:def:coordinateOperation:EPSG::6223' => [
4893
            'name' => 'Leticia urban grid',
4894
            'method' => 'urn:ogc:def:method:EPSG::1052',
4895
            'extent' => ['4143'],
4896
            'extent_description' => 'Colombia - Leticia city.',
4897
        ],
4898
        'urn:ogc:def:coordinateOperation:EPSG::6224' => [
4899
            'name' => 'Manizales urban grid',
4900
            'method' => 'urn:ogc:def:method:EPSG::1052',
4901
            'extent' => ['4144'],
4902
            'extent_description' => 'Colombia - Manizales city.',
4903
        ],
4904
        'urn:ogc:def:coordinateOperation:EPSG::6225' => [
4905
            'name' => 'Medellin urban grid',
4906
            'method' => 'urn:ogc:def:method:EPSG::1052',
4907
            'extent' => ['4145'],
4908
            'extent_description' => 'Colombia - Medellin city.',
4909
        ],
4910
        'urn:ogc:def:coordinateOperation:EPSG::6226' => [
4911
            'name' => 'Mitu urban grid',
4912
            'method' => 'urn:ogc:def:method:EPSG::1052',
4913
            'extent' => ['4146'],
4914
            'extent_description' => 'Colombia - Mitu city.',
4915
        ],
4916
        'urn:ogc:def:coordinateOperation:EPSG::6227' => [
4917
            'name' => 'Mocoa urban grid',
4918
            'method' => 'urn:ogc:def:method:EPSG::1052',
4919
            'extent' => ['4147'],
4920
            'extent_description' => 'Colombia - Mocoa city.',
4921
        ],
4922
        'urn:ogc:def:coordinateOperation:EPSG::6228' => [
4923
            'name' => 'Monteria urban grid',
4924
            'method' => 'urn:ogc:def:method:EPSG::1052',
4925
            'extent' => ['4148'],
4926
            'extent_description' => 'Colombia - Monteria city.',
4927
        ],
4928
        'urn:ogc:def:coordinateOperation:EPSG::6229' => [
4929
            'name' => 'Neiva urban grid',
4930
            'method' => 'urn:ogc:def:method:EPSG::1052',
4931
            'extent' => ['4149'],
4932
            'extent_description' => 'Colombia - Neiva city.',
4933
        ],
4934
        'urn:ogc:def:coordinateOperation:EPSG::6230' => [
4935
            'name' => 'Pasto urban grid',
4936
            'method' => 'urn:ogc:def:method:EPSG::1052',
4937
            'extent' => ['4150'],
4938
            'extent_description' => 'Colombia - Pasto city.',
4939
        ],
4940
        'urn:ogc:def:coordinateOperation:EPSG::6231' => [
4941
            'name' => 'Pereira urban grid',
4942
            'method' => 'urn:ogc:def:method:EPSG::1052',
4943
            'extent' => ['4151'],
4944
            'extent_description' => 'Colombia - Pereira city.',
4945
        ],
4946
        'urn:ogc:def:coordinateOperation:EPSG::6232' => [
4947
            'name' => 'Popayan urban grid',
4948
            'method' => 'urn:ogc:def:method:EPSG::1052',
4949
            'extent' => ['4152'],
4950
            'extent_description' => 'Colombia - Popayan city.',
4951
        ],
4952
        'urn:ogc:def:coordinateOperation:EPSG::6233' => [
4953
            'name' => 'Puerto Carreno urban grid',
4954
            'method' => 'urn:ogc:def:method:EPSG::1052',
4955
            'extent' => ['4153'],
4956
            'extent_description' => 'Colombia - Puerto Carreno city.',
4957
        ],
4958
        'urn:ogc:def:coordinateOperation:EPSG::6234' => [
4959
            'name' => 'Quibdo urban grid',
4960
            'method' => 'urn:ogc:def:method:EPSG::1052',
4961
            'extent' => ['4154'],
4962
            'extent_description' => 'Colombia - Quibdo city.',
4963
        ],
4964
        'urn:ogc:def:coordinateOperation:EPSG::6235' => [
4965
            'name' => 'Riohacha urban grid',
4966
            'method' => 'urn:ogc:def:method:EPSG::1052',
4967
            'extent' => ['4155'],
4968
            'extent_description' => 'Colombia - Riohacha city.',
4969
        ],
4970
        'urn:ogc:def:coordinateOperation:EPSG::6236' => [
4971
            'name' => 'San Andres urban grid',
4972
            'method' => 'urn:ogc:def:method:EPSG::1052',
4973
            'extent' => ['4156'],
4974
            'extent_description' => 'Colombia - San Andres city.',
4975
        ],
4976
        'urn:ogc:def:coordinateOperation:EPSG::6237' => [
4977
            'name' => 'San Jose del Guaviare urban grid',
4978
            'method' => 'urn:ogc:def:method:EPSG::1052',
4979
            'extent' => ['4157'],
4980
            'extent_description' => 'Colombia - San Jose del Guaviare city.',
4981
        ],
4982
        'urn:ogc:def:coordinateOperation:EPSG::6238' => [
4983
            'name' => 'Santa Marta urban grid',
4984
            'method' => 'urn:ogc:def:method:EPSG::1052',
4985
            'extent' => ['4128'],
4986
            'extent_description' => 'Colombia - Santa Marta city.',
4987
        ],
4988
        'urn:ogc:def:coordinateOperation:EPSG::6239' => [
4989
            'name' => 'Sucre urban grid',
4990
            'method' => 'urn:ogc:def:method:EPSG::1052',
4991
            'extent' => ['4130'],
4992
            'extent_description' => 'Colombia - Sucre city.',
4993
        ],
4994
        'urn:ogc:def:coordinateOperation:EPSG::6240' => [
4995
            'name' => 'Tunja urban grid',
4996
            'method' => 'urn:ogc:def:method:EPSG::1052',
4997
            'extent' => ['4131'],
4998
            'extent_description' => 'Colombia - Tunja city.',
4999
        ],
5000
        'urn:ogc:def:coordinateOperation:EPSG::6241' => [
5001
            'name' => 'Valledupar urban grid',
5002
            'method' => 'urn:ogc:def:method:EPSG::1052',
5003
            'extent' => ['4158'],
5004
            'extent_description' => 'Colombia - Valledupar city.',
5005
        ],
5006
        'urn:ogc:def:coordinateOperation:EPSG::6242' => [
5007
            'name' => 'Villavicencio urban grid',
5008
            'method' => 'urn:ogc:def:method:EPSG::1052',
5009
            'extent' => ['4159'],
5010
            'extent_description' => 'Colombia - Villavicencio city.',
5011
        ],
5012
        'urn:ogc:def:coordinateOperation:EPSG::6243' => [
5013
            'name' => 'Yopal urban grid',
5014
            'method' => 'urn:ogc:def:method:EPSG::1052',
5015
            'extent' => ['4160'],
5016
            'extent_description' => 'Colombia - Yopal city.',
5017
        ],
5018
        'urn:ogc:def:coordinateOperation:EPSG::6276' => [
5019
            'name' => 'ITRF2008 to GDA94 (1)',
5020
            'method' => 'urn:ogc:def:method:EPSG::1056',
5021
            'extent' => ['1036'],
5022
            'extent_description' => 'Australia - onshore and offshore to 200 nautical mile EEZ boundary. Includes Lord Howe Island, Ashmore and Cartier Islands.',
5023
        ],
5024
        'urn:ogc:def:coordinateOperation:EPSG::6277' => [
5025
            'name' => 'ITRF2005 to GDA94 (1)',
5026
            'method' => 'urn:ogc:def:method:EPSG::1056',
5027
            'extent' => ['1036'],
5028
            'extent_description' => 'Australia - onshore and offshore to 200 nautical mile EEZ boundary. Includes Lord Howe Island, Ashmore and Cartier Islands.',
5029
        ],
5030
        'urn:ogc:def:coordinateOperation:EPSG::6278' => [
5031
            'name' => 'ITRF2000 to GDA94 (2)',
5032
            'method' => 'urn:ogc:def:method:EPSG::1056',
5033
            'extent' => ['1036'],
5034
            'extent_description' => 'Australia - onshore and offshore to 200 nautical mile EEZ boundary. Includes Lord Howe Island, Ashmore and Cartier Islands.',
5035
        ],
5036
        'urn:ogc:def:coordinateOperation:EPSG::6279' => [
5037
            'name' => 'ITRF97 to GDA94 (2)',
5038
            'method' => 'urn:ogc:def:method:EPSG::1056',
5039
            'extent' => ['1036'],
5040
            'extent_description' => 'Australia - onshore and offshore to 200 nautical mile EEZ boundary. Includes Lord Howe Island, Ashmore and Cartier Islands.',
5041
        ],
5042
        'urn:ogc:def:coordinateOperation:EPSG::6280' => [
5043
            'name' => 'ITRF96 to GDA94 (2)',
5044
            'method' => 'urn:ogc:def:method:EPSG::1056',
5045
            'extent' => ['1036'],
5046
            'extent_description' => 'Australia - onshore and offshore to 200 nautical mile EEZ boundary. Includes Lord Howe Island, Ashmore and Cartier Islands.',
5047
        ],
5048
        'urn:ogc:def:coordinateOperation:EPSG::6308' => [
5049
            'name' => 'Cyprus Transverse Mercator',
5050
            'method' => 'urn:ogc:def:method:EPSG::9807',
5051
            'extent' => ['3236'],
5052
            'extent_description' => 'Cyprus - onshore.',
5053
        ],
5054
        'urn:ogc:def:coordinateOperation:EPSG::6327' => [
5055
            'name' => 'NAD83(2011) to NAVD88 height (2)',
5056
            'method' => 'urn:ogc:def:method:EPSG::9665',
5057
            'extent' => ['1330'],
5058
            'extent_description' => 'United States (USA) - Alaska.',
5059
        ],
5060
        'urn:ogc:def:coordinateOperation:EPSG::6361' => [
5061
            'name' => 'Mexico LCC',
5062
            'method' => 'urn:ogc:def:method:EPSG::9802',
5063
            'extent' => ['1160'],
5064
            'extent_description' => 'Mexico - onshore and offshore.',
5065
        ],
5066
        'urn:ogc:def:coordinateOperation:EPSG::6373' => [
5067
            'name' => 'Mexico ITRF2008 to WGS 84 (1)',
5068
            'method' => 'urn:ogc:def:method:EPSG::9603',
5069
            'extent' => ['1160'],
5070
            'extent_description' => 'Mexico - onshore and offshore.',
5071
        ],
5072
        'urn:ogc:def:coordinateOperation:EPSG::6374' => [
5073
            'name' => 'Ukraine TM zone 7',
5074
            'method' => 'urn:ogc:def:method:EPSG::9807',
5075
            'extent' => ['3906'],
5076
            'extent_description' => 'Ukraine - west of 22°30\'E.',
5077
        ],
5078
        'urn:ogc:def:coordinateOperation:EPSG::6375' => [
5079
            'name' => 'Ukraine TM zone 8',
5080
            'method' => 'urn:ogc:def:method:EPSG::9807',
5081
            'extent' => ['3907'],
5082
            'extent_description' => 'Ukraine - between 22°30\'E and 25°30\'E.',
5083
        ],
5084
        'urn:ogc:def:coordinateOperation:EPSG::6376' => [
5085
            'name' => 'Ukraine TM zone 9',
5086
            'method' => 'urn:ogc:def:method:EPSG::9807',
5087
            'extent' => ['3908'],
5088
            'extent_description' => 'Ukraine - between 25°30\'E and 28°30\'E.',
5089
        ],
5090
        'urn:ogc:def:coordinateOperation:EPSG::6377' => [
5091
            'name' => 'Ukraine TM zone 10',
5092
            'method' => 'urn:ogc:def:method:EPSG::9807',
5093
            'extent' => ['3909'],
5094
            'extent_description' => 'Ukraine - between 28°30\'E and 31°30\'E, onshore and offshore.',
5095
        ],
5096
        'urn:ogc:def:coordinateOperation:EPSG::6378' => [
5097
            'name' => 'Ukraine TM zone 11',
5098
            'method' => 'urn:ogc:def:method:EPSG::9807',
5099
            'extent' => ['3910'],
5100
            'extent_description' => 'Ukraine - between 31°30\'E and 34°30\'E, onshore and offshore.',
5101
        ],
5102
        'urn:ogc:def:coordinateOperation:EPSG::6379' => [
5103
            'name' => 'Ukraine TM zone 12',
5104
            'method' => 'urn:ogc:def:method:EPSG::9807',
5105
            'extent' => ['3912'],
5106
            'extent_description' => 'Ukraine - between 34°30\'E and 37°30\'E, onshore and offshore.',
5107
        ],
5108
        'urn:ogc:def:coordinateOperation:EPSG::6380' => [
5109
            'name' => 'Ukraine TM zone 13',
5110
            'method' => 'urn:ogc:def:method:EPSG::9807',
5111
            'extent' => ['3913'],
5112
            'extent_description' => 'Ukraine - east of 37°30\'E.',
5113
        ],
5114
        'urn:ogc:def:coordinateOperation:EPSG::6390' => [
5115
            'name' => 'Cayman Islands LCC (ft)',
5116
            'method' => 'urn:ogc:def:method:EPSG::9802',
5117
            'extent' => ['1063'],
5118
            'extent_description' => 'Cayman Islands - onshore and offshore. Includes Grand Cayman, Little Cayman and Cayman Brac.',
5119
        ],
5120
        'urn:ogc:def:coordinateOperation:EPSG::6645' => [
5121
            'name' => 'Quebec Albers Projection',
5122
            'method' => 'urn:ogc:def:method:EPSG::9822',
5123
            'extent' => ['1368'],
5124
            'extent_description' => 'Canada - Quebec.',
5125
        ],
5126
        'urn:ogc:def:coordinateOperation:EPSG::6698' => [
5127
            'name' => 'JGD2000 to JGD2011 (2)',
5128
            'method' => 'urn:ogc:def:method:EPSG::9603',
5129
            'extent' => ['4163'],
5130
            'extent_description' => 'Japan - onshore and offshore, excluding northern prefectures of \'main province\' (see remarks).',
5131
        ],
5132
        'urn:ogc:def:coordinateOperation:EPSG::6699' => [
5133
            'name' => 'JGD2000 (vertical) height to JGD2011 (vertical) height (1)',
5134
            'method' => 'urn:ogc:def:method:EPSG::9616',
5135
            'extent' => ['4165'],
5136
            'extent_description' => 'Japan - onshore mainland - Hokkaido, Honshu (western part only, see remarks), Shikoku, Kyushu.',
5137
        ],
5138
        'urn:ogc:def:coordinateOperation:EPSG::6701' => [
5139
            'name' => 'GDBD2009 to WGS 84 (1)',
5140
            'method' => 'urn:ogc:def:method:EPSG::9603',
5141
            'extent' => ['1055'],
5142
            'extent_description' => 'Brunei Darussalam - onshore and offshore.',
5143
        ],
5144
        'urn:ogc:def:coordinateOperation:EPSG::6702' => [
5145
            'name' => 'TM 60 SW',
5146
            'method' => 'urn:ogc:def:method:EPSG::9807',
5147
            'extent' => ['4172'],
5148
            'extent_description' => 'Falkland Islands (Malvinas) - offshore - between 63°W and 57°W.',
5149
        ],
5150
        'urn:ogc:def:coordinateOperation:EPSG::6710' => [
5151
            'name' => 'RDN2008 to ETRS89 (1)',
5152
            'method' => 'urn:ogc:def:method:EPSG::9603',
5153
            'extent' => ['3343'],
5154
            'extent_description' => 'Italy - onshore and offshore; San Marino, Vatican City State.',
5155
        ],
5156
        'urn:ogc:def:coordinateOperation:EPSG::6712' => [
5157
            'name' => 'Tokyo to JGD2000 (2)',
5158
            'method' => 'urn:ogc:def:method:EPSG::9615',
5159
            'extent' => ['3957'],
5160
            'extent_description' => 'Japan including outlying islands - onshore.',
5161
        ],
5162
        'urn:ogc:def:coordinateOperation:EPSG::6713' => [
5163
            'name' => 'JGD2000 to JGD2011 (1)',
5164
            'method' => 'urn:ogc:def:method:EPSG::9615',
5165
            'extent' => ['4170'],
5166
            'extent_description' => 'Japan - northern Honshu prefectures affected by 2011 Tohoku earthquake: Aomori, Iwate, Miyagi, Akita, Yamaguta, Fukushima, Ibaraki, Tochigi, Gumma, Saitama, Chiba, Tokyo, Kanagawa, Niigata, Toyama, Ishikawa, Fukui, Yamanashi, Nagano, Gifu.',
5167
        ],
5168
        'urn:ogc:def:coordinateOperation:EPSG::6716' => [
5169
            'name' => 'Christmas Island Grid 1992',
5170
            'method' => 'urn:ogc:def:method:EPSG::9807',
5171
            'extent' => ['4169'],
5172
            'extent_description' => 'Christmas Island - onshore.',
5173
        ],
5174
        'urn:ogc:def:coordinateOperation:EPSG::6717' => [
5175
            'name' => 'Christmas Island Grid 1994',
5176
            'method' => 'urn:ogc:def:method:EPSG::9807',
5177
            'extent' => ['4169'],
5178
            'extent_description' => 'Christmas Island - onshore.',
5179
        ],
5180
        'urn:ogc:def:coordinateOperation:EPSG::6718' => [
5181
            'name' => 'Cocos Island Grid 1992',
5182
            'method' => 'urn:ogc:def:method:EPSG::9807',
5183
            'extent' => ['1069'],
5184
            'extent_description' => 'Cocos (Keeling) Islands - onshore.',
5185
        ],
5186
        'urn:ogc:def:coordinateOperation:EPSG::6719' => [
5187
            'name' => 'Cocos Island Grid 1994',
5188
            'method' => 'urn:ogc:def:method:EPSG::9807',
5189
            'extent' => ['1069'],
5190
            'extent_description' => 'Cocos (Keeling) Islands - onshore.',
5191
        ],
5192
        'urn:ogc:def:coordinateOperation:EPSG::6729' => [
5193
            'name' => 'Map Grid of Australia zone 46',
5194
            'method' => 'urn:ogc:def:method:EPSG::9807',
5195
            'extent' => ['4189'],
5196
            'extent_description' => 'Cocos (Keeling) Islands - offshore west of 96°E.',
5197
        ],
5198
        'urn:ogc:def:coordinateOperation:EPSG::6730' => [
5199
            'name' => 'Map Grid of Australia zone 47',
5200
            'method' => 'urn:ogc:def:method:EPSG::9807',
5201
            'extent' => ['4190'],
5202
            'extent_description' => 'Cocos (Keeling) Islands - onshore and offshore east of 96°E.',
5203
        ],
5204
        'urn:ogc:def:coordinateOperation:EPSG::6731' => [
5205
            'name' => 'Map Grid of Australia zone 59',
5206
            'method' => 'urn:ogc:def:method:EPSG::9807',
5207
            'extent' => ['4179'],
5208
            'extent_description' => 'Norfolk Island - offshore east of 168°E.',
5209
        ],
5210
        'urn:ogc:def:coordinateOperation:EPSG::6740' => [
5211
            'name' => 'Tokyo to JGD2011 (2)',
5212
            'method' => 'urn:ogc:def:method:EPSG::9615',
5213
            'extent' => ['4194'],
5214
            'extent_description' => 'Japan - onshore, excluding northern prefectures of \'main province\' (see remarks).',
5215
        ],
5216
        'urn:ogc:def:coordinateOperation:EPSG::6741' => [
5217
            'name' => 'Oregon Baker zone (meters)',
5218
            'method' => 'urn:ogc:def:method:EPSG::9807',
5219
            'extent' => ['4180'],
5220
            'extent_description' => 'United States (USA) - Oregon - Baker City area.',
5221
        ],
5222
        'urn:ogc:def:coordinateOperation:EPSG::6742' => [
5223
            'name' => 'Oregon Baker zone (International feet)',
5224
            'method' => 'urn:ogc:def:method:EPSG::9807',
5225
            'extent' => ['4180'],
5226
            'extent_description' => 'United States (USA) - Oregon - Baker City area.',
5227
        ],
5228
        'urn:ogc:def:coordinateOperation:EPSG::6743' => [
5229
            'name' => 'Oregon Bend-Klamath Falls zone (meters)',
5230
            'method' => 'urn:ogc:def:method:EPSG::9807',
5231
            'extent' => ['4192'],
5232
            'extent_description' => 'United States (USA) - Oregon - Bend-Klamath Falls area.',
5233
        ],
5234
        'urn:ogc:def:coordinateOperation:EPSG::6744' => [
5235
            'name' => 'Oregon Bend-Klamath Falls zone (International feet)',
5236
            'method' => 'urn:ogc:def:method:EPSG::9807',
5237
            'extent' => ['4192'],
5238
            'extent_description' => 'United States (USA) - Oregon - Bend-Klamath Falls area.',
5239
        ],
5240
        'urn:ogc:def:coordinateOperation:EPSG::6745' => [
5241
            'name' => 'Oregon Bend-Redmond-Prineville zone (meters)',
5242
            'method' => 'urn:ogc:def:method:EPSG::9801',
5243
            'extent' => ['4195'],
5244
            'extent_description' => 'United States (USA) - Oregon - Bend-Redmond-Prineville area.',
5245
        ],
5246
        'urn:ogc:def:coordinateOperation:EPSG::6746' => [
5247
            'name' => 'Oregon Bend-Redmond-Prineville zone (International feet)',
5248
            'method' => 'urn:ogc:def:method:EPSG::9801',
5249
            'extent' => ['4195'],
5250
            'extent_description' => 'United States (USA) - Oregon - Bend-Redmond-Prineville area.',
5251
        ],
5252
        'urn:ogc:def:coordinateOperation:EPSG::6747' => [
5253
            'name' => 'Oregon Bend-Burns zone (meters)',
5254
            'method' => 'urn:ogc:def:method:EPSG::9801',
5255
            'extent' => ['4182'],
5256
            'extent_description' => 'United States (USA) - Oregon - Bend-Burns area.',
5257
        ],
5258
        'urn:ogc:def:coordinateOperation:EPSG::6748' => [
5259
            'name' => 'Oregon Bend-Burns zone (International feet)',
5260
            'method' => 'urn:ogc:def:method:EPSG::9801',
5261
            'extent' => ['4182'],
5262
            'extent_description' => 'United States (USA) - Oregon - Bend-Burns area.',
5263
        ],
5264
        'urn:ogc:def:coordinateOperation:EPSG::6749' => [
5265
            'name' => 'Oregon Canyonville-Grants Pass zone (meters)',
5266
            'method' => 'urn:ogc:def:method:EPSG::9807',
5267
            'extent' => ['4199'],
5268
            'extent_description' => 'United States (USA) - Oregon - Canyonville-Grants Pass area.',
5269
        ],
5270
        'urn:ogc:def:coordinateOperation:EPSG::6750' => [
5271
            'name' => 'Oregon Canyonville-Grants Pass zone (International feet)',
5272
            'method' => 'urn:ogc:def:method:EPSG::9807',
5273
            'extent' => ['4199'],
5274
            'extent_description' => 'United States (USA) - Oregon - Canyonville-Grants Pass area.',
5275
        ],
5276
        'urn:ogc:def:coordinateOperation:EPSG::6751' => [
5277
            'name' => 'Oregon Columbia River East zone (meters)',
5278
            'method' => 'urn:ogc:def:method:EPSG::9801',
5279
            'extent' => ['4200'],
5280
            'extent_description' => 'United States (USA) - Oregon - Columbia River area between approximately 122°03\'W and 118°53\'W.',
5281
        ],
5282
        'urn:ogc:def:coordinateOperation:EPSG::6752' => [
5283
            'name' => 'Oregon Columbia River East zone (International feet)',
5284
            'method' => 'urn:ogc:def:method:EPSG::9801',
5285
            'extent' => ['4200'],
5286
            'extent_description' => 'United States (USA) - Oregon - Columbia River area between approximately 122°03\'W and 118°53\'W.',
5287
        ],
5288
        'urn:ogc:def:coordinateOperation:EPSG::6753' => [
5289
            'name' => 'Oregon Columbia River West zone (meters)',
5290
            'method' => 'urn:ogc:def:method:EPSG::9812',
5291
            'extent' => ['4202'],
5292
            'extent_description' => 'United States (USA) - Oregon - Columbia River area west of approximately 121°30\'W.',
5293
        ],
5294
        'urn:ogc:def:coordinateOperation:EPSG::6754' => [
5295
            'name' => 'Oregon Columbia River West zone (International feet)',
5296
            'method' => 'urn:ogc:def:method:EPSG::9812',
5297
            'extent' => ['4202'],
5298
            'extent_description' => 'United States (USA) - Oregon - Columbia River area west of approximately 121°30\'W.',
5299
        ],
5300
        'urn:ogc:def:coordinateOperation:EPSG::6755' => [
5301
            'name' => 'Oregon Cottage Grove-Canyonville zone (meters)',
5302
            'method' => 'urn:ogc:def:method:EPSG::9807',
5303
            'extent' => ['4203'],
5304
            'extent_description' => 'United States (USA) - Oregon - Cottage Grove-Canyonville area.',
5305
        ],
5306
        'urn:ogc:def:coordinateOperation:EPSG::6756' => [
5307
            'name' => 'Oregon Cottage Grove-Canyonville zone (International feet)',
5308
            'method' => 'urn:ogc:def:method:EPSG::9807',
5309
            'extent' => ['4203'],
5310
            'extent_description' => 'United States (USA) - Oregon - Cottage Grove-Canyonville area.',
5311
        ],
5312
        'urn:ogc:def:coordinateOperation:EPSG::6757' => [
5313
            'name' => 'Oregon Dufur-Madras zone (meters)',
5314
            'method' => 'urn:ogc:def:method:EPSG::9807',
5315
            'extent' => ['4204'],
5316
            'extent_description' => 'United States (USA) - Oregon - Dufur-Madras area.',
5317
        ],
5318
        'urn:ogc:def:coordinateOperation:EPSG::6758' => [
5319
            'name' => 'Oregon Dufur-Madras zone (International feet)',
5320
            'method' => 'urn:ogc:def:method:EPSG::9807',
5321
            'extent' => ['4204'],
5322
            'extent_description' => 'United States (USA) - Oregon - Dufur-Madras area.',
5323
        ],
5324
        'urn:ogc:def:coordinateOperation:EPSG::6759' => [
5325
            'name' => 'Oregon Eugene zone (meters)',
5326
            'method' => 'urn:ogc:def:method:EPSG::9807',
5327
            'extent' => ['4197'],
5328
            'extent_description' => 'United States (USA) - Oregon - Eugene area.',
5329
        ],
5330
        'urn:ogc:def:coordinateOperation:EPSG::6760' => [
5331
            'name' => 'Oregon Eugene zone (International feet)',
5332
            'method' => 'urn:ogc:def:method:EPSG::9807',
5333
            'extent' => ['4197'],
5334
            'extent_description' => 'United States (USA) - Oregon - Eugene area.',
5335
        ],
5336
        'urn:ogc:def:coordinateOperation:EPSG::6761' => [
5337
            'name' => 'Oregon Grants Pass-Ashland zone (meters)',
5338
            'method' => 'urn:ogc:def:method:EPSG::9807',
5339
            'extent' => ['4198'],
5340
            'extent_description' => 'United States (USA) - Oregon - Grants Pass-Ashland area.',
5341
        ],
5342
        'urn:ogc:def:coordinateOperation:EPSG::6762' => [
5343
            'name' => 'Oregon Grants Pass-Ashland zone (International feet)',
5344
            'method' => 'urn:ogc:def:method:EPSG::9807',
5345
            'extent' => ['4198'],
5346
            'extent_description' => 'United States (USA) - Oregon - Grants Pass-Ashland area.',
5347
        ],
5348
        'urn:ogc:def:coordinateOperation:EPSG::6763' => [
5349
            'name' => 'Oregon Gresham-Warm Springs zone (meters)',
5350
            'method' => 'urn:ogc:def:method:EPSG::9807',
5351
            'extent' => ['4201'],
5352
            'extent_description' => 'United States (USA) - Oregon - Gresham-Warm Springs area.',
5353
        ],
5354
        'urn:ogc:def:coordinateOperation:EPSG::6764' => [
5355
            'name' => 'Oregon Gresham-Warm Springs zone (International feet)',
5356
            'method' => 'urn:ogc:def:method:EPSG::9807',
5357
            'extent' => ['4201'],
5358
            'extent_description' => 'United States (USA) - Oregon - Gresham-Warm Springs area.',
5359
        ],
5360
        'urn:ogc:def:coordinateOperation:EPSG::6765' => [
5361
            'name' => 'Oregon La Grande zone (meters)',
5362
            'method' => 'urn:ogc:def:method:EPSG::9807',
5363
            'extent' => ['4206'],
5364
            'extent_description' => 'United States (USA) - Oregon - La Grande area.',
5365
        ],
5366
        'urn:ogc:def:coordinateOperation:EPSG::6766' => [
5367
            'name' => 'Oregon La Grande zone (International feet)',
5368
            'method' => 'urn:ogc:def:method:EPSG::9807',
5369
            'extent' => ['4206'],
5370
            'extent_description' => 'United States (USA) - Oregon - La Grande area.',
5371
        ],
5372
        'urn:ogc:def:coordinateOperation:EPSG::6767' => [
5373
            'name' => 'Oregon Ontario zone (meters)',
5374
            'method' => 'urn:ogc:def:method:EPSG::9807',
5375
            'extent' => ['4207'],
5376
            'extent_description' => 'United States (USA) - Oregon - Ontario area.',
5377
        ],
5378
        'urn:ogc:def:coordinateOperation:EPSG::6768' => [
5379
            'name' => 'Oregon Ontario zone (International feet)',
5380
            'method' => 'urn:ogc:def:method:EPSG::9807',
5381
            'extent' => ['4207'],
5382
            'extent_description' => 'United States (USA) - Oregon - Ontario area.',
5383
        ],
5384
        'urn:ogc:def:coordinateOperation:EPSG::6769' => [
5385
            'name' => 'Oregon Coast zone (meters)',
5386
            'method' => 'urn:ogc:def:method:EPSG::9812',
5387
            'extent' => ['4208'],
5388
            'extent_description' => 'United States (USA) - Oregon - coastal area.',
5389
        ],
5390
        'urn:ogc:def:coordinateOperation:EPSG::6770' => [
5391
            'name' => 'Oregon Coast zone (International feet)',
5392
            'method' => 'urn:ogc:def:method:EPSG::9812',
5393
            'extent' => ['4208'],
5394
            'extent_description' => 'United States (USA) - Oregon - coastal area.',
5395
        ],
5396
        'urn:ogc:def:coordinateOperation:EPSG::6771' => [
5397
            'name' => 'Oregon Pendleton zone (meters)',
5398
            'method' => 'urn:ogc:def:method:EPSG::9807',
5399
            'extent' => ['4209'],
5400
            'extent_description' => 'United States (USA) - Oregon - Pendleton area.',
5401
        ],
5402
        'urn:ogc:def:coordinateOperation:EPSG::6772' => [
5403
            'name' => 'Oregon Pendleton zone (International feet)',
5404
            'method' => 'urn:ogc:def:method:EPSG::9807',
5405
            'extent' => ['4209'],
5406
            'extent_description' => 'United States (USA) - Oregon - Pendleton area.',
5407
        ],
5408
        'urn:ogc:def:coordinateOperation:EPSG::6773' => [
5409
            'name' => 'Oregon Pendleton-La Grande zone (meters)',
5410
            'method' => 'urn:ogc:def:method:EPSG::9807',
5411
            'extent' => ['4210'],
5412
            'extent_description' => 'United States (USA) - Oregon - Pendleton-La Grande area.',
5413
        ],
5414
        'urn:ogc:def:coordinateOperation:EPSG::6774' => [
5415
            'name' => 'Oregon Pendleton-La Grande zone (International feet)',
5416
            'method' => 'urn:ogc:def:method:EPSG::9807',
5417
            'extent' => ['4210'],
5418
            'extent_description' => 'United States (USA) - Oregon - Pendleton-La Grande area.',
5419
        ],
5420
        'urn:ogc:def:coordinateOperation:EPSG::6775' => [
5421
            'name' => 'Oregon Portland zone (meters)',
5422
            'method' => 'urn:ogc:def:method:EPSG::9801',
5423
            'extent' => ['4211'],
5424
            'extent_description' => 'United States (USA) - Oregon - Portland area.',
5425
        ],
5426
        'urn:ogc:def:coordinateOperation:EPSG::6776' => [
5427
            'name' => 'Oregon Portland zone (International feet)',
5428
            'method' => 'urn:ogc:def:method:EPSG::9801',
5429
            'extent' => ['4211'],
5430
            'extent_description' => 'United States (USA) - Oregon - Portland area.',
5431
        ],
5432
        'urn:ogc:def:coordinateOperation:EPSG::6777' => [
5433
            'name' => 'Oregon Salem zone (meters)',
5434
            'method' => 'urn:ogc:def:method:EPSG::9807',
5435
            'extent' => ['4212'],
5436
            'extent_description' => 'United States (USA) - Oregon - Salem area.',
5437
        ],
5438
        'urn:ogc:def:coordinateOperation:EPSG::6778' => [
5439
            'name' => 'Oregon Salem zone (International feet)',
5440
            'method' => 'urn:ogc:def:method:EPSG::9807',
5441
            'extent' => ['4212'],
5442
            'extent_description' => 'United States (USA) - Oregon - Salem area.',
5443
        ],
5444
        'urn:ogc:def:coordinateOperation:EPSG::6779' => [
5445
            'name' => 'Oregon Santiam Pass zone (meters)',
5446
            'method' => 'urn:ogc:def:method:EPSG::9807',
5447
            'extent' => ['4213'],
5448
            'extent_description' => 'United States (USA) - Oregon - Sweet Home-Santiam Pass-Sisters area.',
5449
        ],
5450
        'urn:ogc:def:coordinateOperation:EPSG::6780' => [
5451
            'name' => 'Oregon Santiam Pass zone (International feet)',
5452
            'method' => 'urn:ogc:def:method:EPSG::9807',
5453
            'extent' => ['4213'],
5454
            'extent_description' => 'United States (USA) - Oregon - Sweet Home-Santiam Pass-Sisters area.',
5455
        ],
5456
        'urn:ogc:def:coordinateOperation:EPSG::6864' => [
5457
            'name' => 'ITRF96 to NAD83(CORS96) (1)',
5458
            'method' => 'urn:ogc:def:method:EPSG::1056',
5459
            'extent' => ['1511'],
5460
            'extent_description' => 'Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Virgin Islands - onshore and offshore.',
5461
        ],
5462
        'urn:ogc:def:coordinateOperation:EPSG::6865' => [
5463
            'name' => 'ITRF97 to NAD83(CORS96) (1)',
5464
            'method' => 'urn:ogc:def:method:EPSG::1056',
5465
            'extent' => ['1511'],
5466
            'extent_description' => 'Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Virgin Islands - onshore and offshore.',
5467
        ],
5468
        'urn:ogc:def:coordinateOperation:EPSG::6866' => [
5469
            'name' => 'ITRF2000 to NAD83(CORS96) (1)',
5470
            'method' => 'urn:ogc:def:method:EPSG::1056',
5471
            'extent' => ['1511'],
5472
            'extent_description' => 'Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Virgin Islands - onshore and offshore.',
5473
        ],
5474
        'urn:ogc:def:coordinateOperation:EPSG::6869' => [
5475
            'name' => 'Albania TM 2010',
5476
            'method' => 'urn:ogc:def:method:EPSG::9807',
5477
            'extent' => ['3212'],
5478
            'extent_description' => 'Albania - onshore.',
5479
        ],
5480
        'urn:ogc:def:coordinateOperation:EPSG::6873' => [
5481
            'name' => 'Tananarive to WGS 84 (2)',
5482
            'method' => 'urn:ogc:def:method:EPSG::9603',
5483
            'extent' => ['1149'],
5484
            'extent_description' => 'Madagascar - onshore and nearshore.',
5485
        ],
5486
        'urn:ogc:def:coordinateOperation:EPSG::6877' => [
5487
            'name' => 'Italy zone',
5488
            'method' => 'urn:ogc:def:method:EPSG::9807',
5489
            'extent' => ['1127'],
5490
            'extent_description' => 'Italy - onshore and offshore.',
5491
        ],
5492
        'urn:ogc:def:coordinateOperation:EPSG::6878' => [
5493
            'name' => 'Italy zone 12',
5494
            'method' => 'urn:ogc:def:method:EPSG::9807',
5495
            'extent' => ['1127'],
5496
            'extent_description' => 'Italy - onshore and offshore.',
5497
        ],
5498
        'urn:ogc:def:coordinateOperation:EPSG::6888' => [
5499
            'name' => 'Ocotepeque 1935 to NAD27 (1)',
5500
            'method' => 'urn:ogc:def:method:EPSG::9603',
5501
            'extent' => ['3876'],
5502
            'extent_description' => 'Costa Rica; El Salvador; Guatemala; Honduras; Nicaragua.',
5503
        ],
5504
        'urn:ogc:def:coordinateOperation:EPSG::6890' => [
5505
            'name' => 'Ocotepeque 1935 to CR05 (1)',
5506
            'method' => 'urn:ogc:def:method:EPSG::9603',
5507
            'extent' => ['3232'],
5508
            'extent_description' => 'Costa Rica - onshore.',
5509
        ],
5510
        'urn:ogc:def:coordinateOperation:EPSG::6895' => [
5511
            'name' => 'Viti Levu 1912 to WGS 84 (2)',
5512
            'method' => 'urn:ogc:def:method:EPSG::9603',
5513
            'extent' => ['3195'],
5514
            'extent_description' => 'Fiji - Viti Levu island.',
5515
        ],
5516
        'urn:ogc:def:coordinateOperation:EPSG::6896' => [
5517
            'name' => 'Accra to WGS 84 (4)',
5518
            'method' => 'urn:ogc:def:method:EPSG::9603',
5519
            'extent' => ['3252'],
5520
            'extent_description' => 'Ghana - onshore.',
5521
        ],
5522
        'urn:ogc:def:coordinateOperation:EPSG::6897' => [
5523
            'name' => 'St. Lucia 1955 to WGS 84 (2)',
5524
            'method' => 'urn:ogc:def:method:EPSG::9603',
5525
            'extent' => ['3298'],
5526
            'extent_description' => 'St Lucia - onshore.',
5527
        ],
5528
        'urn:ogc:def:coordinateOperation:EPSG::6899' => [
5529
            'name' => 'Pulkovo 1942 to WGS 84 (21)',
5530
            'method' => 'urn:ogc:def:method:EPSG::9603',
5531
            'extent' => ['3246'],
5532
            'extent_description' => 'Estonia - onshore.',
5533
        ],
5534
        'urn:ogc:def:coordinateOperation:EPSG::6900' => [
5535
            'name' => 'Observatario to WGS 84 (1)',
5536
            'method' => 'urn:ogc:def:method:EPSG::9603',
5537
            'extent' => ['1329'],
5538
            'extent_description' => 'Mozambique - south.',
5539
        ],
5540
        'urn:ogc:def:coordinateOperation:EPSG::6903' => [
5541
            'name' => 'Yoff to WGS 84 (2)',
5542
            'method' => 'urn:ogc:def:method:EPSG::9603',
5543
            'extent' => ['1207'],
5544
            'extent_description' => 'Senegal - onshore and offshore.',
5545
        ],
5546
        'urn:ogc:def:coordinateOperation:EPSG::6904' => [
5547
            'name' => 'Arc 1950 to WGS 84 (11)',
5548
            'method' => 'urn:ogc:def:method:EPSG::9603',
5549
            'extent' => ['1150'],
5550
            'extent_description' => 'Malawi.',
5551
        ],
5552
        'urn:ogc:def:coordinateOperation:EPSG::6905' => [
5553
            'name' => 'AGD66 to WGS 84 (20)',
5554
            'method' => 'urn:ogc:def:method:EPSG::9603',
5555
            'extent' => ['2575'],
5556
            'extent_description' => 'Australia - Australian Capital Territory; New South Wales; Northern Territory; Queensland; South Australia; Tasmania; Western Australia; Victoria.',
5557
        ],
5558
        'urn:ogc:def:coordinateOperation:EPSG::6906' => [
5559
            'name' => 'Arc 1950 to WGS 84 (10)',
5560
            'method' => 'urn:ogc:def:method:EPSG::9603',
5561
            'extent' => ['1261'],
5562
            'extent_description' => 'Zimbabwe.',
5563
        ],
5564
        'urn:ogc:def:coordinateOperation:EPSG::6907' => [
5565
            'name' => 'Ayabelle Lighthouse to WGS 84 (2)',
5566
            'method' => 'urn:ogc:def:method:EPSG::9603',
5567
            'extent' => ['3238'],
5568
            'extent_description' => 'Djibouti - onshore.',
5569
        ],
5570
        'urn:ogc:def:coordinateOperation:EPSG::6908' => [
5571
            'name' => 'Fahud to WGS 84 (3)',
5572
            'method' => 'urn:ogc:def:method:EPSG::9603',
5573
            'extent' => ['4009'],
5574
            'extent_description' => 'Oman - mainland onshore.',
5575
        ],
5576
        'urn:ogc:def:coordinateOperation:EPSG::6909' => [
5577
            'name' => 'Hjorsey 1955 to WGS 84 (2)',
5578
            'method' => 'urn:ogc:def:method:EPSG::9603',
5579
            'extent' => ['3262'],
5580
            'extent_description' => 'Iceland - mainland.',
5581
        ],
5582
        'urn:ogc:def:coordinateOperation:EPSG::6910' => [
5583
            'name' => 'Aden 1925 to WGS 84 (1)',
5584
            'method' => 'urn:ogc:def:method:EPSG::9603',
5585
            'extent' => ['1340'],
5586
            'extent_description' => 'Yemen - South Yemen onshore mainland.',
5587
        ],
5588
        'urn:ogc:def:coordinateOperation:EPSG::6911' => [
5589
            'name' => 'Bekaa Valley 1920 to WGS 84 (1)',
5590
            'method' => 'urn:ogc:def:method:EPSG::9603',
5591
            'extent' => ['3269'],
5592
            'extent_description' => 'Lebanon - onshore.',
5593
        ],
5594
        'urn:ogc:def:coordinateOperation:EPSG::6912' => [
5595
            'name' => 'Bioko to WGS 84 (1)',
5596
            'method' => 'urn:ogc:def:method:EPSG::9603',
5597
            'extent' => ['4220'],
5598
            'extent_description' => 'Equatorial Guinea - Bioko onshore.',
5599
        ],
5600
        'urn:ogc:def:coordinateOperation:EPSG::6913' => [
5601
            'name' => 'Gambia to WGS 84 (1)',
5602
            'method' => 'urn:ogc:def:method:EPSG::9603',
5603
            'extent' => ['3250'],
5604
            'extent_description' => 'Gambia - onshore.',
5605
        ],
5606
        'urn:ogc:def:coordinateOperation:EPSG::6920' => [
5607
            'name' => 'Kansas DOT Lambert (meters)',
5608
            'method' => 'urn:ogc:def:method:EPSG::9802',
5609
            'extent' => ['1385'],
5610
            'extent_description' => 'United States (USA) - Kansas.',
5611
        ],
5612
        'urn:ogc:def:coordinateOperation:EPSG::6921' => [
5613
            'name' => 'Kansas DOT Lambert (US Survey feet)',
5614
            'method' => 'urn:ogc:def:method:EPSG::9802',
5615
            'extent' => ['1385'],
5616
            'extent_description' => 'United States (USA) - Kansas.',
5617
        ],
5618
        'urn:ogc:def:coordinateOperation:EPSG::6926' => [
5619
            'name' => 'South East Island 1943 to WGS 84 (2)',
5620
            'method' => 'urn:ogc:def:method:EPSG::9606',
5621
            'extent' => ['4183'],
5622
            'extent_description' => 'Seychelles - Mahe, Silhouette, North, Aride Island, Praslin, La Digue and Frigate islands including adjacent smaller granitic islands on the Seychelles Bank, Bird Island and Denis Island.',
5623
        ],
5624
        'urn:ogc:def:coordinateOperation:EPSG::6928' => [
5625
            'name' => 'US NSIDC EASE-Grid 2.0 Global',
5626
            'method' => 'urn:ogc:def:method:EPSG::9835',
5627
            'extent' => ['3463'],
5628
            'extent_description' => 'World between 86°S and 86°N.',
5629
        ],
5630
        'urn:ogc:def:coordinateOperation:EPSG::6929' => [
5631
            'name' => 'US NSIDC EASE-Grid 2.0 North',
5632
            'method' => 'urn:ogc:def:method:EPSG::9820',
5633
            'extent' => ['3475'],
5634
            'extent_description' => 'Northern hemisphere.',
5635
        ],
5636
        'urn:ogc:def:coordinateOperation:EPSG::6930' => [
5637
            'name' => 'US NSIDC EASE-Grid 2.0 South',
5638
            'method' => 'urn:ogc:def:method:EPSG::9820',
5639
            'extent' => ['3474'],
5640
            'extent_description' => 'Southern hemisphere.',
5641
        ],
5642
        'urn:ogc:def:coordinateOperation:EPSG::6935' => [
5643
            'name' => 'IGS08 to IGRS (1)',
5644
            'method' => 'urn:ogc:def:method:EPSG::1061',
5645
            'extent' => ['1124'],
5646
            'extent_description' => 'Iraq - onshore and offshore.',
5647
        ],
5648
        'urn:ogc:def:coordinateOperation:EPSG::6936' => [
5649
            'name' => 'IGS08 to IGRS (2)',
5650
            'method' => 'urn:ogc:def:method:EPSG::1033',
5651
            'extent' => ['1124'],
5652
            'extent_description' => 'Iraq - onshore and offshore.',
5653
        ],
5654
        'urn:ogc:def:coordinateOperation:EPSG::6937' => [
5655
            'name' => 'AGD66 to PNG94 (2)',
5656
            'method' => 'urn:ogc:def:method:EPSG::9606',
5657
            'extent' => ['4214'],
5658
            'extent_description' => 'Papua New Guinea - mainland onshore.',
5659
        ],
5660
        'urn:ogc:def:coordinateOperation:EPSG::6939' => [
5661
            'name' => 'AGD66 to PNG94 (4)',
5662
            'method' => 'urn:ogc:def:method:EPSG::9606',
5663
            'extent' => ['4013'],
5664
            'extent_description' => 'Papua New Guinea - Papuan fold and thrust belt.',
5665
        ],
5666
        'urn:ogc:def:coordinateOperation:EPSG::6941' => [
5667
            'name' => 'AGD66 to PNG94 (6)',
5668
            'method' => 'urn:ogc:def:method:EPSG::9606',
5669
            'extent' => ['4216'],
5670
            'extent_description' => 'Papua New Guinea - North Fly area (between 5°04\'S and 6°36\'S and west of 141°32\'E).',
5671
        ],
5672
        'urn:ogc:def:coordinateOperation:EPSG::6948' => [
5673
            'name' => 'RD/83 to ETRS89 (2)',
5674
            'method' => 'urn:ogc:def:method:EPSG::9615',
5675
            'extent' => ['2545'],
5676
            'extent_description' => 'Germany - Sachsen.',
5677
        ],
5678
        'urn:ogc:def:coordinateOperation:EPSG::6949' => [
5679
            'name' => 'PSAD56 to SIRGAS-Chile 2002 (1)',
5680
            'method' => 'urn:ogc:def:method:EPSG::9603',
5681
            'extent' => ['4231'],
5682
            'extent_description' => 'Chile - onshore north of 26°S.',
5683
        ],
5684
        'urn:ogc:def:coordinateOperation:EPSG::6950' => [
5685
            'name' => 'PSAD56 to SIRGAS-Chile 2002 (2)',
5686
            'method' => 'urn:ogc:def:method:EPSG::9603',
5687
            'extent' => ['4222'],
5688
            'extent_description' => 'Chile - onshore between 26°S and 36°S.',
5689
        ],
5690
        'urn:ogc:def:coordinateOperation:EPSG::6951' => [
5691
            'name' => 'PSAD56 to SIRGAS-Chile 2002 (3)',
5692
            'method' => 'urn:ogc:def:method:EPSG::9603',
5693
            'extent' => ['4221'],
5694
            'extent_description' => 'Chile - onshore between 36°S and 43°30\'S.',
5695
        ],
5696
        'urn:ogc:def:coordinateOperation:EPSG::6960' => [
5697
            'name' => 'VN-2000 to WGS 84 (2)',
5698
            'method' => 'urn:ogc:def:method:EPSG::9607',
5699
            'extent' => ['3328'],
5700
            'extent_description' => 'Vietnam - onshore.',
5701
        ],
5702
        'urn:ogc:def:coordinateOperation:EPSG::6961' => [
5703
            'name' => 'Albania LCC 2010',
5704
            'method' => 'urn:ogc:def:method:EPSG::9802',
5705
            'extent' => ['1025'],
5706
            'extent_description' => 'Albania - onshore and offshore.',
5707
        ],
5708
        'urn:ogc:def:coordinateOperation:EPSG::6965' => [
5709
            'name' => 'Michigan CS27 North zone',
5710
            'method' => 'urn:ogc:def:method:EPSG::1051',
5711
            'extent' => ['1723'],
5712
            'extent_description' => 'United States (USA) - Michigan north of approximately 45°45\'N - counties of Alger; Baraga; Chippewa; Delta; Dickinson; Gogebic; Houghton; Iron; Keweenaw; Luce; Mackinac; Marquette; Menominee; Ontonagon; Schoolcraft.',
5713
        ],
5714
        'urn:ogc:def:coordinateOperation:EPSG::6968' => [
5715
            'name' => 'SAD69 to SIRGAS-Chile 2002 (2)',
5716
            'method' => 'urn:ogc:def:method:EPSG::9603',
5717
            'extent' => ['4224'],
5718
            'extent_description' => 'Chile - onshore between 32°S and 36°S.',
5719
        ],
5720
        'urn:ogc:def:coordinateOperation:EPSG::6970' => [
5721
            'name' => 'SAD69 to SIRGAS-Chile 2002 (4)',
5722
            'method' => 'urn:ogc:def:method:EPSG::9603',
5723
            'extent' => ['2805'],
5724
            'extent_description' => 'Chile - Tierra del Fuego onshore.',
5725
        ],
5726
        'urn:ogc:def:coordinateOperation:EPSG::6971' => [
5727
            'name' => 'PSAD56 to WGS 84 (15)',
5728
            'method' => 'urn:ogc:def:method:EPSG::9603',
5729
            'extent' => ['4231'],
5730
            'extent_description' => 'Chile - onshore north of 26°S.',
5731
        ],
5732
        'urn:ogc:def:coordinateOperation:EPSG::6972' => [
5733
            'name' => 'PSAD56 to WGS 84 (16)',
5734
            'method' => 'urn:ogc:def:method:EPSG::9603',
5735
            'extent' => ['4222'],
5736
            'extent_description' => 'Chile - onshore between 26°S and 36°S.',
5737
        ],
5738
        'urn:ogc:def:coordinateOperation:EPSG::6973' => [
5739
            'name' => 'PSAD56 to WGS 84 (17)',
5740
            'method' => 'urn:ogc:def:method:EPSG::9603',
5741
            'extent' => ['4221'],
5742
            'extent_description' => 'Chile - onshore between 36°S and 43°30\'S.',
5743
        ],
5744
        'urn:ogc:def:coordinateOperation:EPSG::6974' => [
5745
            'name' => 'SAD69 to WGS 84 (17)',
5746
            'method' => 'urn:ogc:def:method:EPSG::9603',
5747
            'extent' => ['4232'],
5748
            'extent_description' => 'Chile - onshore north of 32°S.',
5749
        ],
5750
        'urn:ogc:def:coordinateOperation:EPSG::6975' => [
5751
            'name' => 'SAD69 to WGS 84 (18)',
5752
            'method' => 'urn:ogc:def:method:EPSG::9603',
5753
            'extent' => ['4224'],
5754
            'extent_description' => 'Chile - onshore between 32°S and 36°S.',
5755
        ],
5756
        'urn:ogc:def:coordinateOperation:EPSG::6976' => [
5757
            'name' => 'SAD69 to WGS 84 (19)',
5758
            'method' => 'urn:ogc:def:method:EPSG::9603',
5759
            'extent' => ['4221'],
5760
            'extent_description' => 'Chile - onshore between 36°S and 43°30\'S.',
5761
        ],
5762
        'urn:ogc:def:coordinateOperation:EPSG::6977' => [
5763
            'name' => 'SAD69 to WGS 84 (20)',
5764
            'method' => 'urn:ogc:def:method:EPSG::9603',
5765
            'extent' => ['2805'],
5766
            'extent_description' => 'Chile - Tierra del Fuego onshore.',
5767
        ],
5768
        'urn:ogc:def:coordinateOperation:EPSG::6992' => [
5769
            'name' => 'IGD05 to IGD05/12',
5770
            'method' => 'urn:ogc:def:method:EPSG::9607',
5771
            'extent' => ['1126'],
5772
            'extent_description' => 'Israel - onshore and offshore.',
5773
        ],
5774
        'urn:ogc:def:coordinateOperation:EPSG::6993' => [
5775
            'name' => 'IGD05/12 to IG05/12 Intermediate CRS',
5776
            'method' => 'urn:ogc:def:method:EPSG::9607',
5777
            'extent' => ['2603'],
5778
            'extent_description' => 'Israel - onshore; Palestine Territory - onshore.',
5779
        ],
5780
        'urn:ogc:def:coordinateOperation:EPSG::6999' => [
5781
            'name' => 'Nahrwan 1967 to WGS 84 (12)',
5782
            'method' => 'urn:ogc:def:method:EPSG::9607',
5783
            'extent' => ['4225'],
5784
            'extent_description' => 'United Arab Emirates (UAE) - Abu Dhabi onshore.',
5785
        ],
5786
        'urn:ogc:def:coordinateOperation:EPSG::7033' => [
5787
            'name' => 'Nahrwan 1934 to WGS 84 (6)',
5788
            'method' => 'urn:ogc:def:method:EPSG::9603',
5789
            'extent' => ['3625'],
5790
            'extent_description' => 'Iraq - onshore.',
5791
        ],
5792
        'urn:ogc:def:coordinateOperation:EPSG::7043' => [
5793
            'name' => 'Iowa regional zone 1 Spencer',
5794
            'method' => 'urn:ogc:def:method:EPSG::9801',
5795
            'extent' => ['4164'],
5796
            'extent_description' => 'United States (USA) - Iowa - counties of Clay; Dickinson; Emmet; Kossuth; Lyon; O\'Brien; Osceola; Palo Alto; Sioux.',
5797
        ],
5798
        'urn:ogc:def:coordinateOperation:EPSG::7044' => [
5799
            'name' => 'Iowa regional zone 2 Mason City',
5800
            'method' => 'urn:ogc:def:method:EPSG::9801',
5801
            'extent' => ['4219'],
5802
            'extent_description' => 'United States (USA) - Iowa - counties of Cerro Gordo; Chickasaw; Floyd; Hancock; Howard; Mitchell; Winnebago; Winneshiek; Worth.',
5803
        ],
5804
        'urn:ogc:def:coordinateOperation:EPSG::7045' => [
5805
            'name' => 'Iowa regional zone 3 Elkader',
5806
            'method' => 'urn:ogc:def:method:EPSG::9807',
5807
            'extent' => ['4230'],
5808
            'extent_description' => 'United States (USA) - Iowa - counties of Allamakee; Clayton; Delaware.',
5809
        ],
5810
        'urn:ogc:def:coordinateOperation:EPSG::7046' => [
5811
            'name' => 'Iowa regional zone 4 Sioux City-Iowa Falls',
5812
            'method' => 'urn:ogc:def:method:EPSG::9801',
5813
            'extent' => ['4233'],
5814
            'extent_description' => 'United States (USA) - Iowa - counties of Buena Vista; Calhoun; Cherokee; Franklin; Hamilton; Hardin; Humboldt; Ida; Plymouth; Pocahontas; Sac; Webster; Woodbury; Wright.',
5815
        ],
5816
        'urn:ogc:def:coordinateOperation:EPSG::7047' => [
5817
            'name' => 'Iowa regional zone 5 Waterloo',
5818
            'method' => 'urn:ogc:def:method:EPSG::9801',
5819
            'extent' => ['4234'],
5820
            'extent_description' => 'United States (USA) - Iowa - counties of Black Hawk; Bremer; Buchanan; Butler; Fayette; Grundy.',
5821
        ],
5822
        'urn:ogc:def:coordinateOperation:EPSG::7048' => [
5823
            'name' => 'Iowa regional zone 6 Council Bluffs',
5824
            'method' => 'urn:ogc:def:method:EPSG::9807',
5825
            'extent' => ['4235'],
5826
            'extent_description' => 'United States (USA) - Iowa - counties of Crawford; Fremont; Harrison; Mills; Monona; Pottawattamie; Shelby.',
5827
        ],
5828
        'urn:ogc:def:coordinateOperation:EPSG::7049' => [
5829
            'name' => 'Iowa regional zone 7 Carroll-Atlantic',
5830
            'method' => 'urn:ogc:def:method:EPSG::9807',
5831
            'extent' => ['4236'],
5832
            'extent_description' => 'United States (USA) - Iowa - counties of Adair; Audubon; Carroll; Cass; Greene; Guthrie.',
5833
        ],
5834
        'urn:ogc:def:coordinateOperation:EPSG::7050' => [
5835
            'name' => 'Iowa regional zone 8 Ames-Des Moines',
5836
            'method' => 'urn:ogc:def:method:EPSG::9807',
5837
            'extent' => ['4237'],
5838
            'extent_description' => 'United States (USA) - Iowa - counties of Boone; Dallas; Madison; Polk; Story; Warren.',
5839
        ],
5840
        'urn:ogc:def:coordinateOperation:EPSG::7051' => [
5841
            'name' => 'Iowa regional zone 9 Newton',
5842
            'method' => 'urn:ogc:def:method:EPSG::9807',
5843
            'extent' => ['4239'],
5844
            'extent_description' => 'United States (USA) - Iowa - counties of Jasper; Mahaska; Marion; Marshall; Poweshiek; Tama.',
5845
        ],
5846
        'urn:ogc:def:coordinateOperation:EPSG::7052' => [
5847
            'name' => 'Iowa regional zone 10 Cedar Rapids',
5848
            'method' => 'urn:ogc:def:method:EPSG::9801',
5849
            'extent' => ['4240'],
5850
            'extent_description' => 'United States (USA) - Iowa - counties of Benton; Cedar; Iowa; Johnson; Jones; Linn.',
5851
        ],
5852
        'urn:ogc:def:coordinateOperation:EPSG::7053' => [
5853
            'name' => 'Iowa regional zone 11 Dubuque-Davenport',
5854
            'method' => 'urn:ogc:def:method:EPSG::9807',
5855
            'extent' => ['4241'],
5856
            'extent_description' => 'United States (USA) - Iowa - counties of Clinton; Dubuque; Jackson; Scott.',
5857
        ],
5858
        'urn:ogc:def:coordinateOperation:EPSG::7054' => [
5859
            'name' => 'Iowa regional zone 12 Red Oak-Ottumwa',
5860
            'method' => 'urn:ogc:def:method:EPSG::9801',
5861
            'extent' => ['4242'],
5862
            'extent_description' => 'United States (USA) - Iowa - counties of Adams; Appanoose; Clarke; Davis; Decatur; Lucas; Monroe; Montgomery; Page; Ringgold; Taylor; Union; Wapello; Wayne.',
5863
        ],
5864
        'urn:ogc:def:coordinateOperation:EPSG::7055' => [
5865
            'name' => 'Iowa regional zone 13 Fairfield',
5866
            'method' => 'urn:ogc:def:method:EPSG::9807',
5867
            'extent' => ['4243'],
5868
            'extent_description' => 'United States (USA) - Iowa - counties of Jefferson; Keokuk; Van Buren; Washington.',
5869
        ],
5870
        'urn:ogc:def:coordinateOperation:EPSG::7056' => [
5871
            'name' => 'Iowa regional zone 14 Burlington',
5872
            'method' => 'urn:ogc:def:method:EPSG::9807',
5873
            'extent' => ['4244'],
5874
            'extent_description' => 'United States (USA) - Iowa - counties of Des Moines; Henry; Lee; Louisa; Muscatine.',
5875
        ],
5876
        'urn:ogc:def:coordinateOperation:EPSG::7083' => [
5877
            'name' => 'Perroud 1950 to RGTAAF07 (1)',
5878
            'method' => 'urn:ogc:def:method:EPSG::9603',
5879
            'extent' => ['2817'],
5880
            'extent_description' => 'Antarctica - Adelie Land - Petrels island.',
5881
        ],
5882
        'urn:ogc:def:coordinateOperation:EPSG::7089' => [
5883
            'name' => 'Montana Blackfeet St Mary Valley (meters)',
5884
            'method' => 'urn:ogc:def:method:EPSG::9807',
5885
            'extent' => ['4310'],
5886
            'extent_description' => 'United States (USA) - Montana - St Mary\'s Valley area.',
5887
        ],
5888
        'urn:ogc:def:coordinateOperation:EPSG::7090' => [
5889
            'name' => 'Montana Blackfeet St Mary Valley (International feet)',
5890
            'method' => 'urn:ogc:def:method:EPSG::9807',
5891
            'extent' => ['4310'],
5892
            'extent_description' => 'United States (USA) - Montana - St Mary\'s Valley area.',
5893
        ],
5894
        'urn:ogc:def:coordinateOperation:EPSG::7091' => [
5895
            'name' => 'Montana Blackfeet (meters)',
5896
            'method' => 'urn:ogc:def:method:EPSG::9807',
5897
            'extent' => ['4311'],
5898
            'extent_description' => 'United States (USA) - Montana - Blackfeet Indian Reservation.',
5899
        ],
5900
        'urn:ogc:def:coordinateOperation:EPSG::7092' => [
5901
            'name' => 'Montana Blackfeet (International feet)',
5902
            'method' => 'urn:ogc:def:method:EPSG::9807',
5903
            'extent' => ['4311'],
5904
            'extent_description' => 'United States (USA) - Montana - Blackfeet Indian Reservation.',
5905
        ],
5906
        'urn:ogc:def:coordinateOperation:EPSG::7093' => [
5907
            'name' => 'Montana Milk River (meters)',
5908
            'method' => 'urn:ogc:def:method:EPSG::9801',
5909
            'extent' => ['4312'],
5910
            'extent_description' => 'United States (USA) - Montana - Milk River area.',
5911
        ],
5912
        'urn:ogc:def:coordinateOperation:EPSG::7094' => [
5913
            'name' => 'Montana Milk River (International feet)',
5914
            'method' => 'urn:ogc:def:method:EPSG::9801',
5915
            'extent' => ['4312'],
5916
            'extent_description' => 'United States (USA) - Montana - Milk River area.',
5917
        ],
5918
        'urn:ogc:def:coordinateOperation:EPSG::7095' => [
5919
            'name' => 'Montana Fort Belknap (meters)',
5920
            'method' => 'urn:ogc:def:method:EPSG::9801',
5921
            'extent' => ['4313'],
5922
            'extent_description' => 'United States (USA) - Montana - Fort Belknap Indian Reservation area.',
5923
        ],
5924
        'urn:ogc:def:coordinateOperation:EPSG::7096' => [
5925
            'name' => 'Montana Fort Belknap (International feet)',
5926
            'method' => 'urn:ogc:def:method:EPSG::9801',
5927
            'extent' => ['4313'],
5928
            'extent_description' => 'United States (USA) - Montana - Fort Belknap Indian Reservation area.',
5929
        ],
5930
        'urn:ogc:def:coordinateOperation:EPSG::7097' => [
5931
            'name' => 'Montana Fort Peck Assiniboine (meters)',
5932
            'method' => 'urn:ogc:def:method:EPSG::9801',
5933
            'extent' => ['4314'],
5934
            'extent_description' => 'United States (USA) - Montana - Fort Peck Indian Reservation - higher areas, notably in west and north.',
5935
        ],
5936
        'urn:ogc:def:coordinateOperation:EPSG::7098' => [
5937
            'name' => 'Montana Fort Peck Assiniboine (International feet)',
5938
            'method' => 'urn:ogc:def:method:EPSG::9801',
5939
            'extent' => ['4314'],
5940
            'extent_description' => 'United States (USA) - Montana - Fort Peck Indian Reservation - higher areas, notably in west and north.',
5941
        ],
5942
        'urn:ogc:def:coordinateOperation:EPSG::7099' => [
5943
            'name' => 'Montana Fort Peck Sioux (meters)',
5944
            'method' => 'urn:ogc:def:method:EPSG::9801',
5945
            'extent' => ['4315'],
5946
            'extent_description' => 'United States (USA) - Montana - Fort Peck Indian Reservation - lower areas, notably in south and east.',
5947
        ],
5948
        'urn:ogc:def:coordinateOperation:EPSG::7100' => [
5949
            'name' => 'Montana Fort Peck Sioux (International feet)',
5950
            'method' => 'urn:ogc:def:method:EPSG::9801',
5951
            'extent' => ['4315'],
5952
            'extent_description' => 'United States (USA) - Montana - Fort Peck Indian Reservation - lower areas, notably in south and east.',
5953
        ],
5954
        'urn:ogc:def:coordinateOperation:EPSG::7101' => [
5955
            'name' => 'Montana Crow (meters)',
5956
            'method' => 'urn:ogc:def:method:EPSG::9807',
5957
            'extent' => ['4316'],
5958
            'extent_description' => 'United States (USA) - Montana - Crow Indian Reservation.',
5959
        ],
5960
        'urn:ogc:def:coordinateOperation:EPSG::7102' => [
5961
            'name' => 'Montana Crow (International feet)',
5962
            'method' => 'urn:ogc:def:method:EPSG::9807',
5963
            'extent' => ['4316'],
5964
            'extent_description' => 'United States (USA) - Montana - Crow Indian Reservation.',
5965
        ],
5966
        'urn:ogc:def:coordinateOperation:EPSG::7103' => [
5967
            'name' => 'Montana Bobcat (meters)',
5968
            'method' => 'urn:ogc:def:method:EPSG::9801',
5969
            'extent' => ['4317'],
5970
            'extent_description' => 'United States (USA) - Montana - Three Forks area.',
5971
        ],
5972
        'urn:ogc:def:coordinateOperation:EPSG::7104' => [
5973
            'name' => 'Montana Bobcat (International feet)',
5974
            'method' => 'urn:ogc:def:method:EPSG::9801',
5975
            'extent' => ['4317'],
5976
            'extent_description' => 'United States (USA) - Montana - Three Forks area.',
5977
        ],
5978
        'urn:ogc:def:coordinateOperation:EPSG::7105' => [
5979
            'name' => 'Montana Billings (meters)',
5980
            'method' => 'urn:ogc:def:method:EPSG::9801',
5981
            'extent' => ['4318'],
5982
            'extent_description' => 'United States (USA) - Montana - Billings area.',
5983
        ],
5984
        'urn:ogc:def:coordinateOperation:EPSG::7106' => [
5985
            'name' => 'Montana Billings (International feet)',
5986
            'method' => 'urn:ogc:def:method:EPSG::9801',
5987
            'extent' => ['4318'],
5988
            'extent_description' => 'United States (USA) - Montana - Billings area.',
5989
        ],
5990
        'urn:ogc:def:coordinateOperation:EPSG::7107' => [
5991
            'name' => 'Wyoming Wind River (meters)',
5992
            'method' => 'urn:ogc:def:method:EPSG::9807',
5993
            'extent' => ['4319'],
5994
            'extent_description' => 'United States (USA) - Wyoming - Wind River Indian Reservation.',
5995
        ],
5996
        'urn:ogc:def:coordinateOperation:EPSG::7108' => [
5997
            'name' => 'Wyoming Wind River (US Survey feet)',
5998
            'method' => 'urn:ogc:def:method:EPSG::9807',
5999
            'extent' => ['4319'],
6000
            'extent_description' => 'United States (USA) - Wyoming - Wind River Indian Reservation.',
6001
        ],
6002
        'urn:ogc:def:coordinateOperation:EPSG::7129' => [
6003
            'name' => 'City and County of San Francisco CS13 (meters)',
6004
            'method' => 'urn:ogc:def:method:EPSG::9807',
6005
            'extent' => ['4228'],
6006
            'extent_description' => 'United States (USA) - California - San Francisco bay area - counties of Alameda, Contra Costa, Marin, Napa, San Francisco, San Mateo, Santa Clara, Santa Cruz, Solano and Sonoma.',
6007
        ],
6008
        'urn:ogc:def:coordinateOperation:EPSG::7130' => [
6009
            'name' => 'City and County of San Francisco CS13 (US Survey feet)',
6010
            'method' => 'urn:ogc:def:method:EPSG::9807',
6011
            'extent' => ['4228'],
6012
            'extent_description' => 'United States (USA) - California - San Francisco bay area - counties of Alameda, Contra Costa, Marin, Napa, San Francisco, San Mateo, Santa Clara, Santa Cruz, Solano and Sonoma.',
6013
        ],
6014
        'urn:ogc:def:coordinateOperation:EPSG::7140' => [
6015
            'name' => 'IGD05 to IG05 Intermediate CRS',
6016
            'method' => 'urn:ogc:def:method:EPSG::9607',
6017
            'extent' => ['2603'],
6018
            'extent_description' => 'Israel - onshore; Palestine Territory - onshore.',
6019
        ],
6020
        'urn:ogc:def:coordinateOperation:EPSG::7141' => [
6021
            'name' => 'Palestine Grid modified',
6022
            'method' => 'urn:ogc:def:method:EPSG::9807',
6023
            'extent' => ['1356'],
6024
            'extent_description' => 'Israel - onshore; Jordan; Palestine Territory - onshore.',
6025
        ],
6026
        'urn:ogc:def:coordinateOperation:EPSG::7143' => [
6027
            'name' => 'InGCS Adams (m)',
6028
            'method' => 'urn:ogc:def:method:EPSG::9807',
6029
            'extent' => ['4289'],
6030
            'extent_description' => 'United States (USA) - Indiana - Adams county.',
6031
        ],
6032
        'urn:ogc:def:coordinateOperation:EPSG::7144' => [
6033
            'name' => 'InGCS Adams (ftUS)',
6034
            'method' => 'urn:ogc:def:method:EPSG::9807',
6035
            'extent' => ['4289'],
6036
            'extent_description' => 'United States (USA) - Indiana - Adams county.',
6037
        ],
6038
        'urn:ogc:def:coordinateOperation:EPSG::7145' => [
6039
            'name' => 'InGCS Allen (m)',
6040
            'method' => 'urn:ogc:def:method:EPSG::9807',
6041
            'extent' => ['4285'],
6042
            'extent_description' => 'United States (USA) - Indiana - Allen county.',
6043
        ],
6044
        'urn:ogc:def:coordinateOperation:EPSG::7146' => [
6045
            'name' => 'InGCS Allen (ftUS)',
6046
            'method' => 'urn:ogc:def:method:EPSG::9807',
6047
            'extent' => ['4285'],
6048
            'extent_description' => 'United States (USA) - Indiana - Allen county.',
6049
        ],
6050
        'urn:ogc:def:coordinateOperation:EPSG::7147' => [
6051
            'name' => 'InGCS Bartholomew (m)',
6052
            'method' => 'urn:ogc:def:method:EPSG::9807',
6053
            'extent' => ['4302'],
6054
            'extent_description' => 'United States (USA) - Indiana - Bartholomew county.',
6055
        ],
6056
        'urn:ogc:def:coordinateOperation:EPSG::7148' => [
6057
            'name' => 'InGCS Bartholomew (ftUS)',
6058
            'method' => 'urn:ogc:def:method:EPSG::9807',
6059
            'extent' => ['4302'],
6060
            'extent_description' => 'United States (USA) - Indiana - Bartholomew county.',
6061
        ],
6062
        'urn:ogc:def:coordinateOperation:EPSG::7149' => [
6063
            'name' => 'InGCS Benton (m)',
6064
            'method' => 'urn:ogc:def:method:EPSG::9807',
6065
            'extent' => ['4256'],
6066
            'extent_description' => 'United States (USA) - Indiana - Benton county.',
6067
        ],
6068
        'urn:ogc:def:coordinateOperation:EPSG::7150' => [
6069
            'name' => 'InGCS Benton (ftUS)',
6070
            'method' => 'urn:ogc:def:method:EPSG::9807',
6071
            'extent' => ['4256'],
6072
            'extent_description' => 'United States (USA) - Indiana - Benton county.',
6073
        ],
6074
        'urn:ogc:def:coordinateOperation:EPSG::7151' => [
6075
            'name' => 'InGCS Blackford-Delaware (m)',
6076
            'method' => 'urn:ogc:def:method:EPSG::9807',
6077
            'extent' => ['4291'],
6078
            'extent_description' => 'United States (USA) - Indiana - counties of Blackford and Delaware.',
6079
        ],
6080
        'urn:ogc:def:coordinateOperation:EPSG::7152' => [
6081
            'name' => 'InGCS Blackford-Delaware (ftUS)',
6082
            'method' => 'urn:ogc:def:method:EPSG::9807',
6083
            'extent' => ['4291'],
6084
            'extent_description' => 'United States (USA) - Indiana - counties of Blackford and Delaware.',
6085
        ],
6086
        'urn:ogc:def:coordinateOperation:EPSG::7153' => [
6087
            'name' => 'InGCS Boone-Hendricks (m)',
6088
            'method' => 'urn:ogc:def:method:EPSG::9807',
6089
            'extent' => ['4263'],
6090
            'extent_description' => 'United States (USA) - Indiana - counties of Boone and Hendricks.',
6091
        ],
6092
        'urn:ogc:def:coordinateOperation:EPSG::7154' => [
6093
            'name' => 'InGCS Boone-Hendricks (ftUS)',
6094
            'method' => 'urn:ogc:def:method:EPSG::9807',
6095
            'extent' => ['4263'],
6096
            'extent_description' => 'United States (USA) - Indiana - counties of Boone and Hendricks.',
6097
        ],
6098
        'urn:ogc:def:coordinateOperation:EPSG::7155' => [
6099
            'name' => 'InGCS Brown (m)',
6100
            'method' => 'urn:ogc:def:method:EPSG::9807',
6101
            'extent' => ['4301'],
6102
            'extent_description' => 'United States (USA) - Indiana - Brown county.',
6103
        ],
6104
        'urn:ogc:def:coordinateOperation:EPSG::7156' => [
6105
            'name' => 'InGCS Brown (ftUS)',
6106
            'method' => 'urn:ogc:def:method:EPSG::9807',
6107
            'extent' => ['4301'],
6108
            'extent_description' => 'United States (USA) - Indiana - Brown county.',
6109
        ],
6110
        'urn:ogc:def:coordinateOperation:EPSG::7157' => [
6111
            'name' => 'InGCS Carroll (m)',
6112
            'method' => 'urn:ogc:def:method:EPSG::9807',
6113
            'extent' => ['4258'],
6114
            'extent_description' => 'United States (USA) - Indiana - Carroll county.',
6115
        ],
6116
        'urn:ogc:def:coordinateOperation:EPSG::7158' => [
6117
            'name' => 'InGCS Carroll (ftUS)',
6118
            'method' => 'urn:ogc:def:method:EPSG::9807',
6119
            'extent' => ['4258'],
6120
            'extent_description' => 'United States (USA) - Indiana - Carroll county.',
6121
        ],
6122
        'urn:ogc:def:coordinateOperation:EPSG::7159' => [
6123
            'name' => 'InGCS Cass (m)',
6124
            'method' => 'urn:ogc:def:method:EPSG::9807',
6125
            'extent' => ['4286'],
6126
            'extent_description' => 'United States (USA) - Indiana - Cass county.',
6127
        ],
6128
        'urn:ogc:def:coordinateOperation:EPSG::7160' => [
6129
            'name' => 'InGCS Cass (ftUS)',
6130
            'method' => 'urn:ogc:def:method:EPSG::9807',
6131
            'extent' => ['4286'],
6132
            'extent_description' => 'United States (USA) - Indiana - Cass county.',
6133
        ],
6134
        'urn:ogc:def:coordinateOperation:EPSG::7161' => [
6135
            'name' => 'InGCS Clark-Floyd-Scott (m)',
6136
            'method' => 'urn:ogc:def:method:EPSG::9807',
6137
            'extent' => ['4308'],
6138
            'extent_description' => 'United States (USA) - Indiana - counties of Clark, Floyd and Scott.',
6139
        ],
6140
        'urn:ogc:def:coordinateOperation:EPSG::7162' => [
6141
            'name' => 'InGCS Clark-Floyd-Scott (ftUS)',
6142
            'method' => 'urn:ogc:def:method:EPSG::9807',
6143
            'extent' => ['4308'],
6144
            'extent_description' => 'United States (USA) - Indiana - counties of Clark, Floyd and Scott.',
6145
        ],
6146
        'urn:ogc:def:coordinateOperation:EPSG::7163' => [
6147
            'name' => 'InGCS Clay (m)',
6148
            'method' => 'urn:ogc:def:method:EPSG::9807',
6149
            'extent' => ['4265'],
6150
            'extent_description' => 'United States (USA) - Indiana - Clay county.',
6151
        ],
6152
        'urn:ogc:def:coordinateOperation:EPSG::7164' => [
6153
            'name' => 'InGCS Clay (ftUS)',
6154
            'method' => 'urn:ogc:def:method:EPSG::9807',
6155
            'extent' => ['4265'],
6156
            'extent_description' => 'United States (USA) - Indiana - Clay county.',
6157
        ],
6158
        'urn:ogc:def:coordinateOperation:EPSG::7165' => [
6159
            'name' => 'InGCS Clinton (m)',
6160
            'method' => 'urn:ogc:def:method:EPSG::9807',
6161
            'extent' => ['4260'],
6162
            'extent_description' => 'United States (USA) - Indiana - Clinton county.',
6163
        ],
6164
        'urn:ogc:def:coordinateOperation:EPSG::7166' => [
6165
            'name' => 'InGCS Clinton (ftUS)',
6166
            'method' => 'urn:ogc:def:method:EPSG::9807',
6167
            'extent' => ['4260'],
6168
            'extent_description' => 'United States (USA) - Indiana - Clinton county.',
6169
        ],
6170
        'urn:ogc:def:coordinateOperation:EPSG::7167' => [
6171
            'name' => 'InGCS Crawford-Lawrence-Orange (m)',
6172
            'method' => 'urn:ogc:def:method:EPSG::9807',
6173
            'extent' => ['4272'],
6174
            'extent_description' => 'United States (USA) - Indiana - counties of Crawford, Lawrence and Orange.',
6175
        ],
6176
        'urn:ogc:def:coordinateOperation:EPSG::7168' => [
6177
            'name' => 'InGCS Crawford-Lawrence-Orange (ftUS)',
6178
            'method' => 'urn:ogc:def:method:EPSG::9807',
6179
            'extent' => ['4272'],
6180
            'extent_description' => 'United States (USA) - Indiana - counties of Crawford, Lawrence and Orange.',
6181
        ],
6182
        'urn:ogc:def:coordinateOperation:EPSG::7169' => [
6183
            'name' => 'InGCS Daviess-Greene (m)',
6184
            'method' => 'urn:ogc:def:method:EPSG::9807',
6185
            'extent' => ['4269'],
6186
            'extent_description' => 'United States (USA) - Indiana - counties of Daviess and Greene.',
6187
        ],
6188
        'urn:ogc:def:coordinateOperation:EPSG::7170' => [
6189
            'name' => 'InGCS Daviess-Greene (ftUS)',
6190
            'method' => 'urn:ogc:def:method:EPSG::9807',
6191
            'extent' => ['4269'],
6192
            'extent_description' => 'United States (USA) - Indiana - counties of Daviess and Greene.',
6193
        ],
6194
        'urn:ogc:def:coordinateOperation:EPSG::7171' => [
6195
            'name' => 'InGCS Dearborn-Ohio-Switzerland (m)',
6196
            'method' => 'urn:ogc:def:method:EPSG::9807',
6197
            'extent' => ['4306'],
6198
            'extent_description' => 'United States (USA) - Indiana - counties of Dearborn, Ohio and Switzerland.',
6199
        ],
6200
        'urn:ogc:def:coordinateOperation:EPSG::7172' => [
6201
            'name' => 'InGCS Dearborn-Ohio-Switzerland (ftUS)',
6202
            'method' => 'urn:ogc:def:method:EPSG::9807',
6203
            'extent' => ['4306'],
6204
            'extent_description' => 'United States (USA) - Indiana - counties of Dearborn, Ohio and Switzerland.',
6205
        ],
6206
        'urn:ogc:def:coordinateOperation:EPSG::7173' => [
6207
            'name' => 'InGCS Decatur-Rush (m)',
6208
            'method' => 'urn:ogc:def:method:EPSG::9807',
6209
            'extent' => ['4299'],
6210
            'extent_description' => 'United States (USA) - Indiana - counties of Decatur and Rush.',
6211
        ],
6212
        'urn:ogc:def:coordinateOperation:EPSG::7174' => [
6213
            'name' => 'InGCS Decatur-Rush (ftUS)',
6214
            'method' => 'urn:ogc:def:method:EPSG::9807',
6215
            'extent' => ['4299'],
6216
            'extent_description' => 'United States (USA) - Indiana - counties of Decatur and Rush.',
6217
        ],
6218
        'urn:ogc:def:coordinateOperation:EPSG::7175' => [
6219
            'name' => 'InGCS DeKalb (m)',
6220
            'method' => 'urn:ogc:def:method:EPSG::9807',
6221
            'extent' => ['4283'],
6222
            'extent_description' => 'United States (USA) - Indiana - DeKalb county.',
6223
        ],
6224
        'urn:ogc:def:coordinateOperation:EPSG::7176' => [
6225
            'name' => 'InGCS DeKalb (ftUS)',
6226
            'method' => 'urn:ogc:def:method:EPSG::9807',
6227
            'extent' => ['4283'],
6228
            'extent_description' => 'United States (USA) - Indiana - DeKalb county.',
6229
        ],
6230
        'urn:ogc:def:coordinateOperation:EPSG::7177' => [
6231
            'name' => 'InGCS Dubois-Martin (m)',
6232
            'method' => 'urn:ogc:def:method:EPSG::9807',
6233
            'extent' => ['4271'],
6234
            'extent_description' => 'United States (USA) - Indiana - counties of Dubois and Martin.',
6235
        ],
6236
        'urn:ogc:def:coordinateOperation:EPSG::7178' => [
6237
            'name' => 'InGCS Dubois-Martin (ftUS)',
6238
            'method' => 'urn:ogc:def:method:EPSG::9807',
6239
            'extent' => ['4271'],
6240
            'extent_description' => 'United States (USA) - Indiana - counties of Dubois and Martin.',
6241
        ],
6242
        'urn:ogc:def:coordinateOperation:EPSG::7179' => [
6243
            'name' => 'InGCS Elkhart-Kosciusko-Wabash (m)',
6244
            'method' => 'urn:ogc:def:method:EPSG::9807',
6245
            'extent' => ['4280'],
6246
            'extent_description' => 'United States (USA) - Indiana - counties of Elkhart, Kosciusko and Wabash.',
6247
        ],
6248
        'urn:ogc:def:coordinateOperation:EPSG::7180' => [
6249
            'name' => 'InGCS Elkhart-Kosciusko-Wabash (ftUS)',
6250
            'method' => 'urn:ogc:def:method:EPSG::9807',
6251
            'extent' => ['4280'],
6252
            'extent_description' => 'United States (USA) - Indiana - counties of Elkhart, Kosciusko and Wabash.',
6253
        ],
6254
        'urn:ogc:def:coordinateOperation:EPSG::7181' => [
6255
            'name' => 'InGCS Fayette-Franklin-Union (m)',
6256
            'method' => 'urn:ogc:def:method:EPSG::9807',
6257
            'extent' => ['4300'],
6258
            'extent_description' => 'United States (USA) - Indiana - counties of Fayette, Franklin and Union.',
6259
        ],
6260
        'urn:ogc:def:coordinateOperation:EPSG::7182' => [
6261
            'name' => 'InGCS Fayette-Franklin-Union (ftUS)',
6262
            'method' => 'urn:ogc:def:method:EPSG::9807',
6263
            'extent' => ['4300'],
6264
            'extent_description' => 'United States (USA) - Indiana - counties of Fayette, Franklin and Union.',
6265
        ],
6266
        'urn:ogc:def:coordinateOperation:EPSG::7183' => [
6267
            'name' => 'InGCS Fountain-Warren (m)',
6268
            'method' => 'urn:ogc:def:method:EPSG::9807',
6269
            'extent' => ['4259'],
6270
            'extent_description' => 'United States (USA) - Indiana - counties of Fountain and Warren.',
6271
        ],
6272
        'urn:ogc:def:coordinateOperation:EPSG::7184' => [
6273
            'name' => 'InGCS Fountain-Warren (ftUS)',
6274
            'method' => 'urn:ogc:def:method:EPSG::9807',
6275
            'extent' => ['4259'],
6276
            'extent_description' => 'United States (USA) - Indiana - counties of Fountain and Warren.',
6277
        ],
6278
        'urn:ogc:def:coordinateOperation:EPSG::7185' => [
6279
            'name' => 'InGCS Fulton-Marshall-St. Joseph (m)',
6280
            'method' => 'urn:ogc:def:method:EPSG::9807',
6281
            'extent' => ['4279'],
6282
            'extent_description' => 'United States (USA) - Indiana - counties of Fulton, Marshall and St Joseph.',
6283
        ],
6284
        'urn:ogc:def:coordinateOperation:EPSG::7186' => [
6285
            'name' => 'InGCS Fulton-Marshall-St. Joseph (ftUS)',
6286
            'method' => 'urn:ogc:def:method:EPSG::9807',
6287
            'extent' => ['4279'],
6288
            'extent_description' => 'United States (USA) - Indiana - counties of Fulton, Marshall and St Joseph.',
6289
        ],
6290
        'urn:ogc:def:coordinateOperation:EPSG::7187' => [
6291
            'name' => 'InGCS Gibson (m)',
6292
            'method' => 'urn:ogc:def:method:EPSG::9807',
6293
            'extent' => ['4273'],
6294
            'extent_description' => 'United States (USA) - Indiana - Gibson county.',
6295
        ],
6296
        'urn:ogc:def:coordinateOperation:EPSG::7188' => [
6297
            'name' => 'InGCS Gibson (ftUS)',
6298
            'method' => 'urn:ogc:def:method:EPSG::9807',
6299
            'extent' => ['4273'],
6300
            'extent_description' => 'United States (USA) - Indiana - Gibson county.',
6301
        ],
6302
        'urn:ogc:def:coordinateOperation:EPSG::7189' => [
6303
            'name' => 'InGCS Grant (m)',
6304
            'method' => 'urn:ogc:def:method:EPSG::9807',
6305
            'extent' => ['4290'],
6306
            'extent_description' => 'United States (USA) - Indiana - Grant county.',
6307
        ],
6308
        'urn:ogc:def:coordinateOperation:EPSG::7190' => [
6309
            'name' => 'InGCS Grant (ftUS)',
6310
            'method' => 'urn:ogc:def:method:EPSG::9807',
6311
            'extent' => ['4290'],
6312
            'extent_description' => 'United States (USA) - Indiana - Grant county.',
6313
        ],
6314
        'urn:ogc:def:coordinateOperation:EPSG::7191' => [
6315
            'name' => 'InGCS Hamilton-Tipton (m)',
6316
            'method' => 'urn:ogc:def:method:EPSG::9807',
6317
            'extent' => ['4293'],
6318
            'extent_description' => 'United States (USA) - Indiana - counties of Hamilton and Tipton.',
6319
        ],
6320
        'urn:ogc:def:coordinateOperation:EPSG::7192' => [
6321
            'name' => 'InGCS Hamilton-Tipton (ftUS)',
6322
            'method' => 'urn:ogc:def:method:EPSG::9807',
6323
            'extent' => ['4293'],
6324
            'extent_description' => 'United States (USA) - Indiana - counties of Hamilton and Tipton.',
6325
        ],
6326
        'urn:ogc:def:coordinateOperation:EPSG::7193' => [
6327
            'name' => 'InGCS Hancock-Madison (m)',
6328
            'method' => 'urn:ogc:def:method:EPSG::9807',
6329
            'extent' => ['4294'],
6330
            'extent_description' => 'United States (USA) - Indiana - counties of Hancock and Madison.',
6331
        ],
6332
        'urn:ogc:def:coordinateOperation:EPSG::7194' => [
6333
            'name' => 'InGCS Hancock-Madison (ftUS)',
6334
            'method' => 'urn:ogc:def:method:EPSG::9807',
6335
            'extent' => ['4294'],
6336
            'extent_description' => 'United States (USA) - Indiana - counties of Hancock and Madison.',
6337
        ],
6338
        'urn:ogc:def:coordinateOperation:EPSG::7195' => [
6339
            'name' => 'InGCS Harrison-Washington (m)',
6340
            'method' => 'urn:ogc:def:method:EPSG::9807',
6341
            'extent' => ['4307'],
6342
            'extent_description' => 'United States (USA) - Indiana - counties of Harrison and Washington.',
6343
        ],
6344
        'urn:ogc:def:coordinateOperation:EPSG::7196' => [
6345
            'name' => 'InGCS Harrison-Washington (ftUS)',
6346
            'method' => 'urn:ogc:def:method:EPSG::9807',
6347
            'extent' => ['4307'],
6348
            'extent_description' => 'United States (USA) - Indiana - counties of Harrison and Washington.',
6349
        ],
6350
        'urn:ogc:def:coordinateOperation:EPSG::7197' => [
6351
            'name' => 'InGCS Henry (m)',
6352
            'method' => 'urn:ogc:def:method:EPSG::9807',
6353
            'extent' => ['4296'],
6354
            'extent_description' => 'United States (USA) - Indiana - Henry county.',
6355
        ],
6356
        'urn:ogc:def:coordinateOperation:EPSG::7198' => [
6357
            'name' => 'InGCS Henry (ftUS)',
6358
            'method' => 'urn:ogc:def:method:EPSG::9807',
6359
            'extent' => ['4296'],
6360
            'extent_description' => 'United States (USA) - Indiana - Henry county.',
6361
        ],
6362
        'urn:ogc:def:coordinateOperation:EPSG::7199' => [
6363
            'name' => 'InGCS Howard-Miami (m)',
6364
            'method' => 'urn:ogc:def:method:EPSG::9807',
6365
            'extent' => ['4287'],
6366
            'extent_description' => 'United States (USA) - Indiana - counties of Howard and Miami.',
6367
        ],
6368
        'urn:ogc:def:coordinateOperation:EPSG::7200' => [
6369
            'name' => 'InGCS Howard-Miami (ftUS)',
6370
            'method' => 'urn:ogc:def:method:EPSG::9807',
6371
            'extent' => ['4287'],
6372
            'extent_description' => 'United States (USA) - Indiana - counties of Howard and Miami.',
6373
        ],
6374
        'urn:ogc:def:coordinateOperation:EPSG::7201' => [
6375
            'name' => 'InGCS Huntington-Whitley (m)',
6376
            'method' => 'urn:ogc:def:method:EPSG::9807',
6377
            'extent' => ['4284'],
6378
            'extent_description' => 'United States (USA) - Indiana - counties of Huntington and Whitley.',
6379
        ],
6380
        'urn:ogc:def:coordinateOperation:EPSG::7202' => [
6381
            'name' => 'InGCS Huntington-Whitley (ftUS)',
6382
            'method' => 'urn:ogc:def:method:EPSG::9807',
6383
            'extent' => ['4284'],
6384
            'extent_description' => 'United States (USA) - Indiana - counties of Huntington and Whitley.',
6385
        ],
6386
        'urn:ogc:def:coordinateOperation:EPSG::7203' => [
6387
            'name' => 'InGCS Jackson (m)',
6388
            'method' => 'urn:ogc:def:method:EPSG::9807',
6389
            'extent' => ['4303'],
6390
            'extent_description' => 'United States (USA) - Indiana - Jackson county.',
6391
        ],
6392
        'urn:ogc:def:coordinateOperation:EPSG::7204' => [
6393
            'name' => 'InGCS Jackson (ftUS)',
6394
            'method' => 'urn:ogc:def:method:EPSG::9807',
6395
            'extent' => ['4303'],
6396
            'extent_description' => 'United States (USA) - Indiana - Jackson county.',
6397
        ],
6398
        'urn:ogc:def:coordinateOperation:EPSG::7205' => [
6399
            'name' => 'InGCS Jasper-Porter (m)',
6400
            'method' => 'urn:ogc:def:method:EPSG::9807',
6401
            'extent' => ['4254'],
6402
            'extent_description' => 'United States (USA) - Indiana - counties of Jasper and Porter.',
6403
        ],
6404
        'urn:ogc:def:coordinateOperation:EPSG::7206' => [
6405
            'name' => 'InGCS Jasper-Porter (ftUS)',
6406
            'method' => 'urn:ogc:def:method:EPSG::9807',
6407
            'extent' => ['4254'],
6408
            'extent_description' => 'United States (USA) - Indiana - counties of Jasper and Porter.',
6409
        ],
6410
        'urn:ogc:def:coordinateOperation:EPSG::7207' => [
6411
            'name' => 'InGCS Jay (m)',
6412
            'method' => 'urn:ogc:def:method:EPSG::9807',
6413
            'extent' => ['4292'],
6414
            'extent_description' => 'United States (USA) - Indiana - Jay county.',
6415
        ],
6416
        'urn:ogc:def:coordinateOperation:EPSG::7208' => [
6417
            'name' => 'InGCS Jay (ftUS)',
6418
            'method' => 'urn:ogc:def:method:EPSG::9807',
6419
            'extent' => ['4292'],
6420
            'extent_description' => 'United States (USA) - Indiana - Jay county.',
6421
        ],
6422
        'urn:ogc:def:coordinateOperation:EPSG::7209' => [
6423
            'name' => 'InGCS Jefferson (m)',
6424
            'method' => 'urn:ogc:def:method:EPSG::9807',
6425
            'extent' => ['4309'],
6426
            'extent_description' => 'United States (USA) - Indiana - Jefferson county.',
6427
        ],
6428
        'urn:ogc:def:coordinateOperation:EPSG::7210' => [
6429
            'name' => 'InGCS Jefferson (ftUS)',
6430
            'method' => 'urn:ogc:def:method:EPSG::9807',
6431
            'extent' => ['4309'],
6432
            'extent_description' => 'United States (USA) - Indiana - Jefferson county.',
6433
        ],
6434
        'urn:ogc:def:coordinateOperation:EPSG::7211' => [
6435
            'name' => 'InGCS Jennings (m)',
6436
            'method' => 'urn:ogc:def:method:EPSG::9807',
6437
            'extent' => ['4304'],
6438
            'extent_description' => 'United States (USA) - Indiana - Jennings county.',
6439
        ],
6440
        'urn:ogc:def:coordinateOperation:EPSG::7212' => [
6441
            'name' => 'InGCS Jennings (ftUS)',
6442
            'method' => 'urn:ogc:def:method:EPSG::9807',
6443
            'extent' => ['4304'],
6444
            'extent_description' => 'United States (USA) - Indiana - Jennings county.',
6445
        ],
6446
        'urn:ogc:def:coordinateOperation:EPSG::7213' => [
6447
            'name' => 'InGCS Johnson-Marion (m)',
6448
            'method' => 'urn:ogc:def:method:EPSG::9807',
6449
            'extent' => ['4297'],
6450
            'extent_description' => 'United States (USA) - Indiana - counties of Johnson and Marion.',
6451
        ],
6452
        'urn:ogc:def:coordinateOperation:EPSG::7214' => [
6453
            'name' => 'InGCS Johnson-Marion (ftUS)',
6454
            'method' => 'urn:ogc:def:method:EPSG::9807',
6455
            'extent' => ['4297'],
6456
            'extent_description' => 'United States (USA) - Indiana - counties of Johnson and Marion.',
6457
        ],
6458
        'urn:ogc:def:coordinateOperation:EPSG::7215' => [
6459
            'name' => 'InGCS Knox (m)',
6460
            'method' => 'urn:ogc:def:method:EPSG::9807',
6461
            'extent' => ['4270'],
6462
            'extent_description' => 'United States (USA) - Indiana - Knox county.',
6463
        ],
6464
        'urn:ogc:def:coordinateOperation:EPSG::7216' => [
6465
            'name' => 'InGCS Knox (ftUS)',
6466
            'method' => 'urn:ogc:def:method:EPSG::9807',
6467
            'extent' => ['4270'],
6468
            'extent_description' => 'United States (USA) - Indiana - Knox county.',
6469
        ],
6470
        'urn:ogc:def:coordinateOperation:EPSG::7217' => [
6471
            'name' => 'InGCS LaGrange-Noble (m)',
6472
            'method' => 'urn:ogc:def:method:EPSG::9807',
6473
            'extent' => ['4281'],
6474
            'extent_description' => 'United States (USA) - Indiana - counties of LaGrange and Noble.',
6475
        ],
6476
        'urn:ogc:def:coordinateOperation:EPSG::7218' => [
6477
            'name' => 'InGCS LaGrange-Noble (ftUS)',
6478
            'method' => 'urn:ogc:def:method:EPSG::9807',
6479
            'extent' => ['4281'],
6480
            'extent_description' => 'United States (USA) - Indiana - counties of LaGrange and Noble.',
6481
        ],
6482
        'urn:ogc:def:coordinateOperation:EPSG::7219' => [
6483
            'name' => 'InGCS Lake-Newton (m)',
6484
            'method' => 'urn:ogc:def:method:EPSG::9807',
6485
            'extent' => ['4253'],
6486
            'extent_description' => 'United States (USA) - Indiana - counties of Lake and Newton.',
6487
        ],
6488
        'urn:ogc:def:coordinateOperation:EPSG::7220' => [
6489
            'name' => 'InGCS Lake-Newton (ftUS)',
6490
            'method' => 'urn:ogc:def:method:EPSG::9807',
6491
            'extent' => ['4253'],
6492
            'extent_description' => 'United States (USA) - Indiana - counties of Lake and Newton.',
6493
        ],
6494
        'urn:ogc:def:coordinateOperation:EPSG::7221' => [
6495
            'name' => 'InGCS LaPorte-Pulaski-Starke (m)',
6496
            'method' => 'urn:ogc:def:method:EPSG::9807',
6497
            'extent' => ['4255'],
6498
            'extent_description' => 'United States (USA) - Indiana - counties of LaPorte, Pulaski and Starke.',
6499
        ],
6500
        'urn:ogc:def:coordinateOperation:EPSG::7222' => [
6501
            'name' => 'InGCS LaPorte-Pulaski-Starke (ftUS)',
6502
            'method' => 'urn:ogc:def:method:EPSG::9807',
6503
            'extent' => ['4255'],
6504
            'extent_description' => 'United States (USA) - Indiana - counties of LaPorte, Pulaski and Starke.',
6505
        ],
6506
        'urn:ogc:def:coordinateOperation:EPSG::7223' => [
6507
            'name' => 'InGCS Monroe-Morgan (m)',
6508
            'method' => 'urn:ogc:def:method:EPSG::9807',
6509
            'extent' => ['4267'],
6510
            'extent_description' => 'United States (USA) - Indiana - counties of Monroe and Morgan.',
6511
        ],
6512
        'urn:ogc:def:coordinateOperation:EPSG::7224' => [
6513
            'name' => 'InGCS Monroe-Morgan (ftUS)',
6514
            'method' => 'urn:ogc:def:method:EPSG::9807',
6515
            'extent' => ['4267'],
6516
            'extent_description' => 'United States (USA) - Indiana - counties of Monroe and Morgan.',
6517
        ],
6518
        'urn:ogc:def:coordinateOperation:EPSG::7225' => [
6519
            'name' => 'InGCS Montgomery-Putnam (m)',
6520
            'method' => 'urn:ogc:def:method:EPSG::9807',
6521
            'extent' => ['4262'],
6522
            'extent_description' => 'United States (USA) - Indiana - counties of Montgomery and Putnam.',
6523
        ],
6524
        'urn:ogc:def:coordinateOperation:EPSG::7226' => [
6525
            'name' => 'InGCS Montgomery-Putnam (ftUS)',
6526
            'method' => 'urn:ogc:def:method:EPSG::9807',
6527
            'extent' => ['4262'],
6528
            'extent_description' => 'United States (USA) - Indiana - counties of Montgomery and Putnam.',
6529
        ],
6530
        'urn:ogc:def:coordinateOperation:EPSG::7227' => [
6531
            'name' => 'InGCS Owen (m)',
6532
            'method' => 'urn:ogc:def:method:EPSG::9807',
6533
            'extent' => ['4266'],
6534
            'extent_description' => 'United States (USA) - Indiana - Owen county.',
6535
        ],
6536
        'urn:ogc:def:coordinateOperation:EPSG::7228' => [
6537
            'name' => 'InGCS Owen (ftUS)',
6538
            'method' => 'urn:ogc:def:method:EPSG::9807',
6539
            'extent' => ['4266'],
6540
            'extent_description' => 'United States (USA) - Indiana - Owen county.',
6541
        ],
6542
        'urn:ogc:def:coordinateOperation:EPSG::7229' => [
6543
            'name' => 'InGCS Parke-Vermillion (m)',
6544
            'method' => 'urn:ogc:def:method:EPSG::9807',
6545
            'extent' => ['4261'],
6546
            'extent_description' => 'United States (USA) - Indiana - counties of Parke and Vermillion.',
6547
        ],
6548
        'urn:ogc:def:coordinateOperation:EPSG::7230' => [
6549
            'name' => 'InGCS Parke-Vermillion (ftUS)',
6550
            'method' => 'urn:ogc:def:method:EPSG::9807',
6551
            'extent' => ['4261'],
6552
            'extent_description' => 'United States (USA) - Indiana - counties of Parke and Vermillion.',
6553
        ],
6554
        'urn:ogc:def:coordinateOperation:EPSG::7231' => [
6555
            'name' => 'InGCS Perry (m)',
6556
            'method' => 'urn:ogc:def:method:EPSG::9807',
6557
            'extent' => ['4278'],
6558
            'extent_description' => 'United States (USA) - Indiana - Perry county.',
6559
        ],
6560
        'urn:ogc:def:coordinateOperation:EPSG::7232' => [
6561
            'name' => 'InGCS Perry (ftUS)',
6562
            'method' => 'urn:ogc:def:method:EPSG::9807',
6563
            'extent' => ['4278'],
6564
            'extent_description' => 'United States (USA) - Indiana - Perry county.',
6565
        ],
6566
        'urn:ogc:def:coordinateOperation:EPSG::7233' => [
6567
            'name' => 'InGCS Pike-Warrick (m)',
6568
            'method' => 'urn:ogc:def:method:EPSG::9807',
6569
            'extent' => ['4274'],
6570
            'extent_description' => 'United States (USA) - Indiana - counties of Pike and Warrick.',
6571
        ],
6572
        'urn:ogc:def:coordinateOperation:EPSG::7234' => [
6573
            'name' => 'InGCS Pike-Warrick (ftUS)',
6574
            'method' => 'urn:ogc:def:method:EPSG::9807',
6575
            'extent' => ['4274'],
6576
            'extent_description' => 'United States (USA) - Indiana - counties of Pike and Warrick.',
6577
        ],
6578
        'urn:ogc:def:coordinateOperation:EPSG::7235' => [
6579
            'name' => 'InGCS Posey (m)',
6580
            'method' => 'urn:ogc:def:method:EPSG::9807',
6581
            'extent' => ['4275'],
6582
            'extent_description' => 'United States (USA) - Indiana - Posey county.',
6583
        ],
6584
        'urn:ogc:def:coordinateOperation:EPSG::7236' => [
6585
            'name' => 'InGCS Posey (ftUS)',
6586
            'method' => 'urn:ogc:def:method:EPSG::9807',
6587
            'extent' => ['4275'],
6588
            'extent_description' => 'United States (USA) - Indiana - Posey county.',
6589
        ],
6590
        'urn:ogc:def:coordinateOperation:EPSG::7237' => [
6591
            'name' => 'InGCS Randolph-Wayne (m)',
6592
            'method' => 'urn:ogc:def:method:EPSG::9807',
6593
            'extent' => ['4295'],
6594
            'extent_description' => 'United States (USA) - Indiana - counties of Randolph and Wayne.',
6595
        ],
6596
        'urn:ogc:def:coordinateOperation:EPSG::7238' => [
6597
            'name' => 'InGCS Randolph-Wayne (ftUS)',
6598
            'method' => 'urn:ogc:def:method:EPSG::9807',
6599
            'extent' => ['4295'],
6600
            'extent_description' => 'United States (USA) - Indiana - counties of Randolph and Wayne.',
6601
        ],
6602
        'urn:ogc:def:coordinateOperation:EPSG::7239' => [
6603
            'name' => 'InGCS Ripley (m)',
6604
            'method' => 'urn:ogc:def:method:EPSG::9807',
6605
            'extent' => ['4305'],
6606
            'extent_description' => 'United States (USA) - Indiana - Ripley county.',
6607
        ],
6608
        'urn:ogc:def:coordinateOperation:EPSG::7240' => [
6609
            'name' => 'InGCS Ripley (ftUS)',
6610
            'method' => 'urn:ogc:def:method:EPSG::9807',
6611
            'extent' => ['4305'],
6612
            'extent_description' => 'United States (USA) - Indiana - Ripley county.',
6613
        ],
6614
        'urn:ogc:def:coordinateOperation:EPSG::7241' => [
6615
            'name' => 'InGCS Shelby (m)',
6616
            'method' => 'urn:ogc:def:method:EPSG::9807',
6617
            'extent' => ['4298'],
6618
            'extent_description' => 'United States (USA) - Indiana - Shelby county.',
6619
        ],
6620
        'urn:ogc:def:coordinateOperation:EPSG::7242' => [
6621
            'name' => 'InGCS Shelby (ftUS)',
6622
            'method' => 'urn:ogc:def:method:EPSG::9807',
6623
            'extent' => ['4298'],
6624
            'extent_description' => 'United States (USA) - Indiana - Shelby county.',
6625
        ],
6626
        'urn:ogc:def:coordinateOperation:EPSG::7243' => [
6627
            'name' => 'InGCS Spencer (m)',
6628
            'method' => 'urn:ogc:def:method:EPSG::9807',
6629
            'extent' => ['4277'],
6630
            'extent_description' => 'United States (USA) - Indiana - Spencer county.',
6631
        ],
6632
        'urn:ogc:def:coordinateOperation:EPSG::7244' => [
6633
            'name' => 'InGCS Spencer (ftUS)',
6634
            'method' => 'urn:ogc:def:method:EPSG::9807',
6635
            'extent' => ['4277'],
6636
            'extent_description' => 'United States (USA) - Indiana - Spencer county.',
6637
        ],
6638
        'urn:ogc:def:coordinateOperation:EPSG::7245' => [
6639
            'name' => 'InGCS Steuben (m)',
6640
            'method' => 'urn:ogc:def:method:EPSG::9807',
6641
            'extent' => ['4282'],
6642
            'extent_description' => 'United States (USA) - Indiana - Steuben county.',
6643
        ],
6644
        'urn:ogc:def:coordinateOperation:EPSG::7246' => [
6645
            'name' => 'InGCS Steuben (ftUS)',
6646
            'method' => 'urn:ogc:def:method:EPSG::9807',
6647
            'extent' => ['4282'],
6648
            'extent_description' => 'United States (USA) - Indiana - Steuben county.',
6649
        ],
6650
        'urn:ogc:def:coordinateOperation:EPSG::7247' => [
6651
            'name' => 'InGCS Sullivan (m)',
6652
            'method' => 'urn:ogc:def:method:EPSG::9807',
6653
            'extent' => ['4268'],
6654
            'extent_description' => 'United States (USA) - Indiana - Sullivan county.',
6655
        ],
6656
        'urn:ogc:def:coordinateOperation:EPSG::7248' => [
6657
            'name' => 'InGCS Sullivan (ftUS)',
6658
            'method' => 'urn:ogc:def:method:EPSG::9807',
6659
            'extent' => ['4268'],
6660
            'extent_description' => 'United States (USA) - Indiana - Sullivan county.',
6661
        ],
6662
        'urn:ogc:def:coordinateOperation:EPSG::7249' => [
6663
            'name' => 'InGCS Tippecanoe-White (m)',
6664
            'method' => 'urn:ogc:def:method:EPSG::9807',
6665
            'extent' => ['4257'],
6666
            'extent_description' => 'United States (USA) - Indiana - counties of Tippecanoe and White.',
6667
        ],
6668
        'urn:ogc:def:coordinateOperation:EPSG::7250' => [
6669
            'name' => 'InGCS Tippecanoe-White (ftUS)',
6670
            'method' => 'urn:ogc:def:method:EPSG::9807',
6671
            'extent' => ['4257'],
6672
            'extent_description' => 'United States (USA) - Indiana - counties of Tippecanoe and White.',
6673
        ],
6674
        'urn:ogc:def:coordinateOperation:EPSG::7251' => [
6675
            'name' => 'InGCS Vanderburgh (m)',
6676
            'method' => 'urn:ogc:def:method:EPSG::9807',
6677
            'extent' => ['4276'],
6678
            'extent_description' => 'United States (USA) - Indiana - Vanderburgh county.',
6679
        ],
6680
        'urn:ogc:def:coordinateOperation:EPSG::7252' => [
6681
            'name' => 'InGCS Vanderburgh (ftUS)',
6682
            'method' => 'urn:ogc:def:method:EPSG::9807',
6683
            'extent' => ['4276'],
6684
            'extent_description' => 'United States (USA) - Indiana - Vanderburgh county.',
6685
        ],
6686
        'urn:ogc:def:coordinateOperation:EPSG::7253' => [
6687
            'name' => 'InGCS Vigo (m)',
6688
            'method' => 'urn:ogc:def:method:EPSG::9807',
6689
            'extent' => ['4264'],
6690
            'extent_description' => 'United States (USA) - Indiana - Vigo county.',
6691
        ],
6692
        'urn:ogc:def:coordinateOperation:EPSG::7254' => [
6693
            'name' => 'InGCS Vigo (ftUS)',
6694
            'method' => 'urn:ogc:def:method:EPSG::9807',
6695
            'extent' => ['4264'],
6696
            'extent_description' => 'United States (USA) - Indiana - Vigo county.',
6697
        ],
6698
        'urn:ogc:def:coordinateOperation:EPSG::7255' => [
6699
            'name' => 'InGCS Wells (m)',
6700
            'method' => 'urn:ogc:def:method:EPSG::9807',
6701
            'extent' => ['4288'],
6702
            'extent_description' => 'United States (USA) - Indiana - Wells county.',
6703
        ],
6704
        'urn:ogc:def:coordinateOperation:EPSG::7256' => [
6705
            'name' => 'InGCS Wells (ftUS)',
6706
            'method' => 'urn:ogc:def:method:EPSG::9807',
6707
            'extent' => ['4288'],
6708
            'extent_description' => 'United States (USA) - Indiana - Wells county.',
6709
        ],
6710
        'urn:ogc:def:coordinateOperation:EPSG::7377' => [
6711
            'name' => 'ONGD14 to WGS 84 (1)',
6712
            'method' => 'urn:ogc:def:method:EPSG::1032',
6713
            'extent' => ['1183'],
6714
            'extent_description' => 'Oman - onshore and offshore.',
6715
        ],
6716
        'urn:ogc:def:coordinateOperation:EPSG::7378' => [
6717
            'name' => 'WISCRS Ashland County (m)',
6718
            'method' => 'urn:ogc:def:method:EPSG::9807',
6719
            'extent' => ['4320'],
6720
            'extent_description' => 'United States (USA) - Wisconsin - Ashland county.',
6721
        ],
6722
        'urn:ogc:def:coordinateOperation:EPSG::7379' => [
6723
            'name' => 'WISCRS Ashland County (ftUS)',
6724
            'method' => 'urn:ogc:def:method:EPSG::9807',
6725
            'extent' => ['4320'],
6726
            'extent_description' => 'United States (USA) - Wisconsin - Ashland county.',
6727
        ],
6728
        'urn:ogc:def:coordinateOperation:EPSG::7380' => [
6729
            'name' => 'WISCRS Bayfield County (m)',
6730
            'method' => 'urn:ogc:def:method:EPSG::9801',
6731
            'extent' => ['4321'],
6732
            'extent_description' => 'United States (USA) - Wisconsin - Bayfield county.',
6733
        ],
6734
        'urn:ogc:def:coordinateOperation:EPSG::7381' => [
6735
            'name' => 'WISCRS Bayfield County (ftUS)',
6736
            'method' => 'urn:ogc:def:method:EPSG::9801',
6737
            'extent' => ['4321'],
6738
            'extent_description' => 'United States (USA) - Wisconsin - Bayfield county.',
6739
        ],
6740
        'urn:ogc:def:coordinateOperation:EPSG::7382' => [
6741
            'name' => 'WISCRS Burnett County (m)',
6742
            'method' => 'urn:ogc:def:method:EPSG::9801',
6743
            'extent' => ['4325'],
6744
            'extent_description' => 'United States (USA) - Wisconsin - Burnett county.',
6745
        ],
6746
        'urn:ogc:def:coordinateOperation:EPSG::7383' => [
6747
            'name' => 'WISCRS Burnett County (ftUS)',
6748
            'method' => 'urn:ogc:def:method:EPSG::9801',
6749
            'extent' => ['4325'],
6750
            'extent_description' => 'United States (USA) - Wisconsin - Burnett county.',
6751
        ],
6752
        'urn:ogc:def:coordinateOperation:EPSG::7384' => [
6753
            'name' => 'WISCRS Douglas County (m)',
6754
            'method' => 'urn:ogc:def:method:EPSG::9807',
6755
            'extent' => ['4326'],
6756
            'extent_description' => 'United States (USA) - Wisconsin - Douglas county.',
6757
        ],
6758
        'urn:ogc:def:coordinateOperation:EPSG::7385' => [
6759
            'name' => 'WISCRS Douglas County (ftUS)',
6760
            'method' => 'urn:ogc:def:method:EPSG::9807',
6761
            'extent' => ['4326'],
6762
            'extent_description' => 'United States (USA) - Wisconsin - Douglas county.',
6763
        ],
6764
        'urn:ogc:def:coordinateOperation:EPSG::7386' => [
6765
            'name' => 'WISCRS Florence County (m)',
6766
            'method' => 'urn:ogc:def:method:EPSG::9807',
6767
            'extent' => ['4327'],
6768
            'extent_description' => 'United States (USA) - Wisconsin - Florence county.',
6769
        ],
6770
        'urn:ogc:def:coordinateOperation:EPSG::7387' => [
6771
            'name' => 'WISCRS Florence County (ftUS)',
6772
            'method' => 'urn:ogc:def:method:EPSG::9807',
6773
            'extent' => ['4327'],
6774
            'extent_description' => 'United States (USA) - Wisconsin - Florence county.',
6775
        ],
6776
        'urn:ogc:def:coordinateOperation:EPSG::7388' => [
6777
            'name' => 'WISCRS Forest County (m)',
6778
            'method' => 'urn:ogc:def:method:EPSG::9807',
6779
            'extent' => ['4328'],
6780
            'extent_description' => 'United States (USA) - Wisconsin - Forest county.',
6781
        ],
6782
        'urn:ogc:def:coordinateOperation:EPSG::7389' => [
6783
            'name' => 'WISCRS Forest County (ftUS)',
6784
            'method' => 'urn:ogc:def:method:EPSG::9807',
6785
            'extent' => ['4328'],
6786
            'extent_description' => 'United States (USA) - Wisconsin - Forest county.',
6787
        ],
6788
        'urn:ogc:def:coordinateOperation:EPSG::7390' => [
6789
            'name' => 'WISCRS Iron County (m)',
6790
            'method' => 'urn:ogc:def:method:EPSG::9807',
6791
            'extent' => ['4329'],
6792
            'extent_description' => 'United States (USA) - Wisconsin - Iron county.',
6793
        ],
6794
        'urn:ogc:def:coordinateOperation:EPSG::7391' => [
6795
            'name' => 'WISCRS Iron County (ftUS)',
6796
            'method' => 'urn:ogc:def:method:EPSG::9807',
6797
            'extent' => ['4329'],
6798
            'extent_description' => 'United States (USA) - Wisconsin - Iron county.',
6799
        ],
6800
        'urn:ogc:def:coordinateOperation:EPSG::7392' => [
6801
            'name' => 'WISCRS Oneida County (m)',
6802
            'method' => 'urn:ogc:def:method:EPSG::9801',
6803
            'extent' => ['4330'],
6804
            'extent_description' => 'United States (USA) - Wisconsin - Oneida county.',
6805
        ],
6806
        'urn:ogc:def:coordinateOperation:EPSG::7393' => [
6807
            'name' => 'WISCRS Oneida County (ftUS)',
6808
            'method' => 'urn:ogc:def:method:EPSG::9801',
6809
            'extent' => ['4330'],
6810
            'extent_description' => 'United States (USA) - Wisconsin - Oneida county.',
6811
        ],
6812
        'urn:ogc:def:coordinateOperation:EPSG::7394' => [
6813
            'name' => 'WISCRS Price County (m)',
6814
            'method' => 'urn:ogc:def:method:EPSG::9807',
6815
            'extent' => ['4332'],
6816
            'extent_description' => 'United States (USA) - Wisconsin - Price county.',
6817
        ],
6818
        'urn:ogc:def:coordinateOperation:EPSG::7395' => [
6819
            'name' => 'WISCRS Price County (ftUS)',
6820
            'method' => 'urn:ogc:def:method:EPSG::9807',
6821
            'extent' => ['4332'],
6822
            'extent_description' => 'United States (USA) - Wisconsin - Price county.',
6823
        ],
6824
        'urn:ogc:def:coordinateOperation:EPSG::7396' => [
6825
            'name' => 'WISCRS Sawyer County (m)',
6826
            'method' => 'urn:ogc:def:method:EPSG::9801',
6827
            'extent' => ['4333'],
6828
            'extent_description' => 'United States (USA) - Wisconsin - Sawyer county.',
6829
        ],
6830
        'urn:ogc:def:coordinateOperation:EPSG::7397' => [
6831
            'name' => 'WISCRS Sawyer County (ftUS)',
6832
            'method' => 'urn:ogc:def:method:EPSG::9801',
6833
            'extent' => ['4333'],
6834
            'extent_description' => 'United States (USA) - Wisconsin - Sawyer county.',
6835
        ],
6836
        'urn:ogc:def:coordinateOperation:EPSG::7398' => [
6837
            'name' => 'WISCRS Vilas County (m)',
6838
            'method' => 'urn:ogc:def:method:EPSG::9801',
6839
            'extent' => ['4334'],
6840
            'extent_description' => 'United States (USA) - Wisconsin - Vilas county.',
6841
        ],
6842
        'urn:ogc:def:coordinateOperation:EPSG::7399' => [
6843
            'name' => 'WISCRS Vilas County (ftUS)',
6844
            'method' => 'urn:ogc:def:method:EPSG::9801',
6845
            'extent' => ['4334'],
6846
            'extent_description' => 'United States (USA) - Wisconsin - Vilas county.',
6847
        ],
6848
        'urn:ogc:def:coordinateOperation:EPSG::7424' => [
6849
            'name' => 'WISCRS Washburn County (m)',
6850
            'method' => 'urn:ogc:def:method:EPSG::9801',
6851
            'extent' => ['4335'],
6852
            'extent_description' => 'United States (USA) - Wisconsin - Washburn county.',
6853
        ],
6854
        'urn:ogc:def:coordinateOperation:EPSG::7425' => [
6855
            'name' => 'WISCRS Washburn County (ftUS)',
6856
            'method' => 'urn:ogc:def:method:EPSG::9801',
6857
            'extent' => ['4335'],
6858
            'extent_description' => 'United States (USA) - Wisconsin - Washburn county.',
6859
        ],
6860
        'urn:ogc:def:coordinateOperation:EPSG::7426' => [
6861
            'name' => 'WISCRS Barron County (m)',
6862
            'method' => 'urn:ogc:def:method:EPSG::9807',
6863
            'extent' => ['4331'],
6864
            'extent_description' => 'United States (USA) - Wisconsin - Barron county.',
6865
        ],
6866
        'urn:ogc:def:coordinateOperation:EPSG::7427' => [
6867
            'name' => 'WISCRS Barron County (ftUS)',
6868
            'method' => 'urn:ogc:def:method:EPSG::9807',
6869
            'extent' => ['4331'],
6870
            'extent_description' => 'United States (USA) - Wisconsin - Barron county.',
6871
        ],
6872
        'urn:ogc:def:coordinateOperation:EPSG::7428' => [
6873
            'name' => 'WISCRS Brown County (m)',
6874
            'method' => 'urn:ogc:def:method:EPSG::9807',
6875
            'extent' => ['4336'],
6876
            'extent_description' => 'United States (USA) - Wisconsin - Brown county.',
6877
        ],
6878
        'urn:ogc:def:coordinateOperation:EPSG::7429' => [
6879
            'name' => 'WISCRS Brown County (ftUS)',
6880
            'method' => 'urn:ogc:def:method:EPSG::9807',
6881
            'extent' => ['4336'],
6882
            'extent_description' => 'United States (USA) - Wisconsin - Brown county.',
6883
        ],
6884
        'urn:ogc:def:coordinateOperation:EPSG::7430' => [
6885
            'name' => 'WISCRS Buffalo County (m)',
6886
            'method' => 'urn:ogc:def:method:EPSG::9807',
6887
            'extent' => ['4337'],
6888
            'extent_description' => 'United States (USA) - Wisconsin - Buffalo county.',
6889
        ],
6890
        'urn:ogc:def:coordinateOperation:EPSG::7431' => [
6891
            'name' => 'WISCRS Buffalo County (ftUS)',
6892
            'method' => 'urn:ogc:def:method:EPSG::9807',
6893
            'extent' => ['4337'],
6894
            'extent_description' => 'United States (USA) - Wisconsin - Buffalo county.',
6895
        ],
6896
        'urn:ogc:def:coordinateOperation:EPSG::7432' => [
6897
            'name' => 'WISCRS Chippewa County (m)',
6898
            'method' => 'urn:ogc:def:method:EPSG::9801',
6899
            'extent' => ['4338'],
6900
            'extent_description' => 'United States (USA) - Wisconsin - Chippewa county.',
6901
        ],
6902
        'urn:ogc:def:coordinateOperation:EPSG::7433' => [
6903
            'name' => 'WISCRS Chippewa County (ftUS)',
6904
            'method' => 'urn:ogc:def:method:EPSG::9801',
6905
            'extent' => ['4338'],
6906
            'extent_description' => 'United States (USA) - Wisconsin - Chippewa county.',
6907
        ],
6908
        'urn:ogc:def:coordinateOperation:EPSG::7434' => [
6909
            'name' => 'WISCRS Clark County (m)',
6910
            'method' => 'urn:ogc:def:method:EPSG::9807',
6911
            'extent' => ['4339'],
6912
            'extent_description' => 'United States (USA) - Wisconsin - Clark county.',
6913
        ],
6914
        'urn:ogc:def:coordinateOperation:EPSG::7435' => [
6915
            'name' => 'WISCRS Clark County (ftUS)',
6916
            'method' => 'urn:ogc:def:method:EPSG::9807',
6917
            'extent' => ['4339'],
6918
            'extent_description' => 'United States (USA) - Wisconsin - Clark county.',
6919
        ],
6920
        'urn:ogc:def:coordinateOperation:EPSG::7436' => [
6921
            'name' => 'WISCRS Door County (m)',
6922
            'method' => 'urn:ogc:def:method:EPSG::9807',
6923
            'extent' => ['4340'],
6924
            'extent_description' => 'United States (USA) - Wisconsin - Door county.',
6925
        ],
6926
        'urn:ogc:def:coordinateOperation:EPSG::7437' => [
6927
            'name' => 'WISCRS Door County (ftUS)',
6928
            'method' => 'urn:ogc:def:method:EPSG::9807',
6929
            'extent' => ['4340'],
6930
            'extent_description' => 'United States (USA) - Wisconsin - Door county.',
6931
        ],
6932
        'urn:ogc:def:coordinateOperation:EPSG::7438' => [
6933
            'name' => 'WISCRS Dunn County (m)',
6934
            'method' => 'urn:ogc:def:method:EPSG::9807',
6935
            'extent' => ['4341'],
6936
            'extent_description' => 'United States (USA) - Wisconsin - Dunn county.',
6937
        ],
6938
        'urn:ogc:def:coordinateOperation:EPSG::7439' => [
6939
            'name' => 'WISCRS Dunn County (ftUS)',
6940
            'method' => 'urn:ogc:def:method:EPSG::9807',
6941
            'extent' => ['4341'],
6942
            'extent_description' => 'United States (USA) - Wisconsin - Dunn county.',
6943
        ],
6944
        'urn:ogc:def:coordinateOperation:EPSG::7440' => [
6945
            'name' => 'WISCRS Eau Claire County (m)',
6946
            'method' => 'urn:ogc:def:method:EPSG::9801',
6947
            'extent' => ['4342'],
6948
            'extent_description' => 'United States (USA) - Wisconsin - Eau Claire county.',
6949
        ],
6950
        'urn:ogc:def:coordinateOperation:EPSG::7441' => [
6951
            'name' => 'WISCRS Eau Claire County (ftUS)',
6952
            'method' => 'urn:ogc:def:method:EPSG::9801',
6953
            'extent' => ['4342'],
6954
            'extent_description' => 'United States (USA) - Wisconsin - Eau Claire county.',
6955
        ],
6956
        'urn:ogc:def:coordinateOperation:EPSG::7448' => [
6957
            'name' => 'SAD69 to SIRGAS-Chile 2002 (1)',
6958
            'method' => 'urn:ogc:def:method:EPSG::9603',
6959
            'extent' => ['4232'],
6960
            'extent_description' => 'Chile - onshore north of 32°S.',
6961
        ],
6962
        'urn:ogc:def:coordinateOperation:EPSG::7449' => [
6963
            'name' => 'SAD69 to SIRGAS-Chile 2002 (3)',
6964
            'method' => 'urn:ogc:def:method:EPSG::9603',
6965
            'extent' => ['4221'],
6966
            'extent_description' => 'Chile - onshore between 36°S and 43°30\'S.',
6967
        ],
6968
        'urn:ogc:def:coordinateOperation:EPSG::7450' => [
6969
            'name' => 'WISCRS Jackson County (m)',
6970
            'method' => 'urn:ogc:def:method:EPSG::9807',
6971
            'extent' => ['4343'],
6972
            'extent_description' => 'United States (USA) - Wisconsin - Jackson county.',
6973
        ],
6974
        'urn:ogc:def:coordinateOperation:EPSG::7451' => [
6975
            'name' => 'WISCRS Jackson County (ftUS)',
6976
            'method' => 'urn:ogc:def:method:EPSG::9807',
6977
            'extent' => ['4343'],
6978
            'extent_description' => 'United States (USA) - Wisconsin - Jackson county.',
6979
        ],
6980
        'urn:ogc:def:coordinateOperation:EPSG::7452' => [
6981
            'name' => 'WISCRS Langlade County (m)',
6982
            'method' => 'urn:ogc:def:method:EPSG::9801',
6983
            'extent' => ['4344'],
6984
            'extent_description' => 'United States (USA) - Wisconsin - Langlade county.',
6985
        ],
6986
        'urn:ogc:def:coordinateOperation:EPSG::7453' => [
6987
            'name' => 'WISCRS Langlade County (ftUS)',
6988
            'method' => 'urn:ogc:def:method:EPSG::9801',
6989
            'extent' => ['4344'],
6990
            'extent_description' => 'United States (USA) - Wisconsin - Langlade county.',
6991
        ],
6992
        'urn:ogc:def:coordinateOperation:EPSG::7454' => [
6993
            'name' => 'WISCRS Lincoln County (m)',
6994
            'method' => 'urn:ogc:def:method:EPSG::9807',
6995
            'extent' => ['4345'],
6996
            'extent_description' => 'United States (USA) - Wisconsin - Lincoln county.',
6997
        ],
6998
        'urn:ogc:def:coordinateOperation:EPSG::7455' => [
6999
            'name' => 'WISCRS Lincoln County (ftUS)',
7000
            'method' => 'urn:ogc:def:method:EPSG::9807',
7001
            'extent' => ['4345'],
7002
            'extent_description' => 'United States (USA) - Wisconsin - Lincoln county.',
7003
        ],
7004
        'urn:ogc:def:coordinateOperation:EPSG::7456' => [
7005
            'name' => 'WISCRS Marathon County (m)',
7006
            'method' => 'urn:ogc:def:method:EPSG::9801',
7007
            'extent' => ['4346'],
7008
            'extent_description' => 'United States (USA) - Wisconsin - Marathon county.',
7009
        ],
7010
        'urn:ogc:def:coordinateOperation:EPSG::7457' => [
7011
            'name' => 'WISCRS Marathon County (ftUS)',
7012
            'method' => 'urn:ogc:def:method:EPSG::9801',
7013
            'extent' => ['4346'],
7014
            'extent_description' => 'United States (USA) - Wisconsin - Marathon county.',
7015
        ],
7016
        'urn:ogc:def:coordinateOperation:EPSG::7458' => [
7017
            'name' => 'WISCRS Marinette County (m)',
7018
            'method' => 'urn:ogc:def:method:EPSG::9807',
7019
            'extent' => ['4347'],
7020
            'extent_description' => 'United States (USA) - Wisconsin - Marinette county.',
7021
        ],
7022
        'urn:ogc:def:coordinateOperation:EPSG::7459' => [
7023
            'name' => 'WISCRS Marinette County (ftUS)',
7024
            'method' => 'urn:ogc:def:method:EPSG::9807',
7025
            'extent' => ['4347'],
7026
            'extent_description' => 'United States (USA) - Wisconsin - Marinette county.',
7027
        ],
7028
        'urn:ogc:def:coordinateOperation:EPSG::7460' => [
7029
            'name' => 'WISCRS Menominee County (m)',
7030
            'method' => 'urn:ogc:def:method:EPSG::9807',
7031
            'extent' => ['4348'],
7032
            'extent_description' => 'United States (USA) - Wisconsin - Menominee county.',
7033
        ],
7034
        'urn:ogc:def:coordinateOperation:EPSG::7461' => [
7035
            'name' => 'WISCRS Menominee County (ftUS)',
7036
            'method' => 'urn:ogc:def:method:EPSG::9807',
7037
            'extent' => ['4348'],
7038
            'extent_description' => 'United States (USA) - Wisconsin - Menominee county.',
7039
        ],
7040
        'urn:ogc:def:coordinateOperation:EPSG::7462' => [
7041
            'name' => 'WISCRS Oconto County (m)',
7042
            'method' => 'urn:ogc:def:method:EPSG::9807',
7043
            'extent' => ['4349'],
7044
            'extent_description' => 'United States (USA) - Wisconsin - Oconto county.',
7045
        ],
7046
        'urn:ogc:def:coordinateOperation:EPSG::7463' => [
7047
            'name' => 'WISCRS Oconto County (ftUS)',
7048
            'method' => 'urn:ogc:def:method:EPSG::9807',
7049
            'extent' => ['4349'],
7050
            'extent_description' => 'United States (USA) - Wisconsin - Oconto county.',
7051
        ],
7052
        'urn:ogc:def:coordinateOperation:EPSG::7464' => [
7053
            'name' => 'WISCRS Pepin and Pierce Counties (m)',
7054
            'method' => 'urn:ogc:def:method:EPSG::9801',
7055
            'extent' => ['4350'],
7056
            'extent_description' => 'United States (USA) - Wisconsin - counties of Pepin and Pierce.',
7057
        ],
7058
        'urn:ogc:def:coordinateOperation:EPSG::7465' => [
7059
            'name' => 'WISCRS Pepin and Pierce Counties (ftUS)',
7060
            'method' => 'urn:ogc:def:method:EPSG::9801',
7061
            'extent' => ['4350'],
7062
            'extent_description' => 'United States (USA) - Wisconsin - counties of Pepin and Pierce.',
7063
        ],
7064
        'urn:ogc:def:coordinateOperation:EPSG::7466' => [
7065
            'name' => 'WISCRS Polk County (m)',
7066
            'method' => 'urn:ogc:def:method:EPSG::9807',
7067
            'extent' => ['4351'],
7068
            'extent_description' => 'United States (USA) - Wisconsin - Polk county.',
7069
        ],
7070
        'urn:ogc:def:coordinateOperation:EPSG::7467' => [
7071
            'name' => 'WISCRS Polk County (ftUS)',
7072
            'method' => 'urn:ogc:def:method:EPSG::9807',
7073
            'extent' => ['4351'],
7074
            'extent_description' => 'United States (USA) - Wisconsin - Polk county.',
7075
        ],
7076
        'urn:ogc:def:coordinateOperation:EPSG::7468' => [
7077
            'name' => 'WISCRS Portage County (m)',
7078
            'method' => 'urn:ogc:def:method:EPSG::9801',
7079
            'extent' => ['4352'],
7080
            'extent_description' => 'United States (USA) - Wisconsin - Portage county.',
7081
        ],
7082
        'urn:ogc:def:coordinateOperation:EPSG::7469' => [
7083
            'name' => 'WISCRS Portage County (ftUS)',
7084
            'method' => 'urn:ogc:def:method:EPSG::9801',
7085
            'extent' => ['4352'],
7086
            'extent_description' => 'United States (USA) - Wisconsin - Portage county.',
7087
        ],
7088
        'urn:ogc:def:coordinateOperation:EPSG::7470' => [
7089
            'name' => 'WISCRS Rusk County (m)',
7090
            'method' => 'urn:ogc:def:method:EPSG::9807',
7091
            'extent' => ['4353'],
7092
            'extent_description' => 'United States (USA) - Wisconsin - Rusk county.',
7093
        ],
7094
        'urn:ogc:def:coordinateOperation:EPSG::7471' => [
7095
            'name' => 'WISCRS Rusk County (ftUS)',
7096
            'method' => 'urn:ogc:def:method:EPSG::9807',
7097
            'extent' => ['4353'],
7098
            'extent_description' => 'United States (USA) - Wisconsin - Rusk county.',
7099
        ],
7100
        'urn:ogc:def:coordinateOperation:EPSG::7472' => [
7101
            'name' => 'WISCRS Shawano County (m)',
7102
            'method' => 'urn:ogc:def:method:EPSG::9807',
7103
            'extent' => ['4354'],
7104
            'extent_description' => 'United States (USA) - Wisconsin - Shawano county.',
7105
        ],
7106
        'urn:ogc:def:coordinateOperation:EPSG::7473' => [
7107
            'name' => 'WISCRS Shawano County (ftUS)',
7108
            'method' => 'urn:ogc:def:method:EPSG::9807',
7109
            'extent' => ['4354'],
7110
            'extent_description' => 'United States (USA) - Wisconsin - Shawano county.',
7111
        ],
7112
        'urn:ogc:def:coordinateOperation:EPSG::7474' => [
7113
            'name' => 'WISCRS St. Croix County (m)',
7114
            'method' => 'urn:ogc:def:method:EPSG::9807',
7115
            'extent' => ['4355'],
7116
            'extent_description' => 'United States (USA) - Wisconsin - St. Croix county.',
7117
        ],
7118
        'urn:ogc:def:coordinateOperation:EPSG::7475' => [
7119
            'name' => 'WISCRS St. Croix County (ftUS)',
7120
            'method' => 'urn:ogc:def:method:EPSG::9807',
7121
            'extent' => ['4355'],
7122
            'extent_description' => 'United States (USA) - Wisconsin - St. Croix county.',
7123
        ],
7124
        'urn:ogc:def:coordinateOperation:EPSG::7476' => [
7125
            'name' => 'WISCRS Taylor County (m)',
7126
            'method' => 'urn:ogc:def:method:EPSG::9801',
7127
            'extent' => ['4356'],
7128
            'extent_description' => 'United States (USA) - Wisconsin - Taylor county.',
7129
        ],
7130
        'urn:ogc:def:coordinateOperation:EPSG::7477' => [
7131
            'name' => 'WISCRS Taylor County (ftUS)',
7132
            'method' => 'urn:ogc:def:method:EPSG::9801',
7133
            'extent' => ['4356'],
7134
            'extent_description' => 'United States (USA) - Wisconsin - Taylor county.',
7135
        ],
7136
        'urn:ogc:def:coordinateOperation:EPSG::7478' => [
7137
            'name' => 'WISCRS Trempealeau County (m)',
7138
            'method' => 'urn:ogc:def:method:EPSG::9807',
7139
            'extent' => ['4357'],
7140
            'extent_description' => 'United States (USA) - Wisconsin - Trempealeau county.',
7141
        ],
7142
        'urn:ogc:def:coordinateOperation:EPSG::7479' => [
7143
            'name' => 'WISCRS Trempealeau County (ftUS)',
7144
            'method' => 'urn:ogc:def:method:EPSG::9807',
7145
            'extent' => ['4357'],
7146
            'extent_description' => 'United States (USA) - Wisconsin - Trempealeau county.',
7147
        ],
7148
        'urn:ogc:def:coordinateOperation:EPSG::7480' => [
7149
            'name' => 'WISCRS Waupaca County (m)',
7150
            'method' => 'urn:ogc:def:method:EPSG::9807',
7151
            'extent' => ['4358'],
7152
            'extent_description' => 'United States (USA) - Wisconsin - Waupaca county.',
7153
        ],
7154
        'urn:ogc:def:coordinateOperation:EPSG::7481' => [
7155
            'name' => 'WISCRS Waupaca County (ftUS)',
7156
            'method' => 'urn:ogc:def:method:EPSG::9807',
7157
            'extent' => ['4358'],
7158
            'extent_description' => 'United States (USA) - Wisconsin - Waupaca county.',
7159
        ],
7160
        'urn:ogc:def:coordinateOperation:EPSG::7482' => [
7161
            'name' => 'WISCRS Wood County (m)',
7162
            'method' => 'urn:ogc:def:method:EPSG::9801',
7163
            'extent' => ['4359'],
7164
            'extent_description' => 'United States (USA) - Wisconsin - Wood county.',
7165
        ],
7166
        'urn:ogc:def:coordinateOperation:EPSG::7483' => [
7167
            'name' => 'WISCRS Wood County (ftUS)',
7168
            'method' => 'urn:ogc:def:method:EPSG::9801',
7169
            'extent' => ['4359'],
7170
            'extent_description' => 'United States (USA) - Wisconsin - Wood county.',
7171
        ],
7172
        'urn:ogc:def:coordinateOperation:EPSG::7484' => [
7173
            'name' => 'WISCRS Adams and Juneau Counties (m)',
7174
            'method' => 'urn:ogc:def:method:EPSG::9807',
7175
            'extent' => ['4360'],
7176
            'extent_description' => 'United States (USA) - Wisconsin - counties of Adams and Juneau.',
7177
        ],
7178
        'urn:ogc:def:coordinateOperation:EPSG::7485' => [
7179
            'name' => 'WISCRS Adams and Juneau Counties (ftUS)',
7180
            'method' => 'urn:ogc:def:method:EPSG::9807',
7181
            'extent' => ['4360'],
7182
            'extent_description' => 'United States (USA) - Wisconsin - counties of Adams and Juneau.',
7183
        ],
7184
        'urn:ogc:def:coordinateOperation:EPSG::7486' => [
7185
            'name' => 'WISCRS Calumet, Fond du Lac, Outagamie and Winnebago Counties (m)',
7186
            'method' => 'urn:ogc:def:method:EPSG::9807',
7187
            'extent' => ['4361'],
7188
            'extent_description' => 'United States (USA) - Wisconsin - counties of Calumet, Fond du Lac, Outagamie and Winnebago.',
7189
        ],
7190
        'urn:ogc:def:coordinateOperation:EPSG::7487' => [
7191
            'name' => 'WISCRS Calumet, Fond du Lac, Outagamie and Winnebago Counties (ftUS)',
7192
            'method' => 'urn:ogc:def:method:EPSG::9807',
7193
            'extent' => ['4361'],
7194
            'extent_description' => 'United States (USA) - Wisconsin - counties of Calumet, Fond du Lac, Outagamie and Winnebago.',
7195
        ],
7196
        'urn:ogc:def:coordinateOperation:EPSG::7488' => [
7197
            'name' => 'WISCRS Columbia County (m)',
7198
            'method' => 'urn:ogc:def:method:EPSG::9801',
7199
            'extent' => ['4362'],
7200
            'extent_description' => 'United States (USA) - Wisconsin - Columbia county.',
7201
        ],
7202
        'urn:ogc:def:coordinateOperation:EPSG::7489' => [
7203
            'name' => 'WISCRS Columbia County (ftUS)',
7204
            'method' => 'urn:ogc:def:method:EPSG::9801',
7205
            'extent' => ['4362'],
7206
            'extent_description' => 'United States (USA) - Wisconsin - Columbia county.',
7207
        ],
7208
        'urn:ogc:def:coordinateOperation:EPSG::7490' => [
7209
            'name' => 'WISCRS Crawford County (m)',
7210
            'method' => 'urn:ogc:def:method:EPSG::9801',
7211
            'extent' => ['4363'],
7212
            'extent_description' => 'United States (USA) - Wisconsin - Crawford county.',
7213
        ],
7214
        'urn:ogc:def:coordinateOperation:EPSG::7491' => [
7215
            'name' => 'WISCRS Crawford County (ftUS)',
7216
            'method' => 'urn:ogc:def:method:EPSG::9801',
7217
            'extent' => ['4363'],
7218
            'extent_description' => 'United States (USA) - Wisconsin - Crawford county.',
7219
        ],
7220
        'urn:ogc:def:coordinateOperation:EPSG::7492' => [
7221
            'name' => 'WISCRS Dane County (m)',
7222
            'method' => 'urn:ogc:def:method:EPSG::9801',
7223
            'extent' => ['4364'],
7224
            'extent_description' => 'United States (USA) - Wisconsin - Dane county.',
7225
        ],
7226
        'urn:ogc:def:coordinateOperation:EPSG::7493' => [
7227
            'name' => 'WISCRS Dane County (ftUS)',
7228
            'method' => 'urn:ogc:def:method:EPSG::9801',
7229
            'extent' => ['4364'],
7230
            'extent_description' => 'United States (USA) - Wisconsin - Dane county.',
7231
        ],
7232
        'urn:ogc:def:coordinateOperation:EPSG::7494' => [
7233
            'name' => 'WISCRS Dodge and Jefferson Counties (m)',
7234
            'method' => 'urn:ogc:def:method:EPSG::9807',
7235
            'extent' => ['4365'],
7236
            'extent_description' => 'United States (USA) - Wisconsin - counties of Dodge and Jefferson.',
7237
        ],
7238
        'urn:ogc:def:coordinateOperation:EPSG::7495' => [
7239
            'name' => 'WISCRS Dodge and Jefferson Counties (ftUS)',
7240
            'method' => 'urn:ogc:def:method:EPSG::9807',
7241
            'extent' => ['4365'],
7242
            'extent_description' => 'United States (USA) - Wisconsin - counties of Dodge and Jefferson.',
7243
        ],
7244
        'urn:ogc:def:coordinateOperation:EPSG::7496' => [
7245
            'name' => 'WISCRS Grant County (m)',
7246
            'method' => 'urn:ogc:def:method:EPSG::9807',
7247
            'extent' => ['4366'],
7248
            'extent_description' => 'United States (USA) - Wisconsin - Grant county.',
7249
        ],
7250
        'urn:ogc:def:coordinateOperation:EPSG::7497' => [
7251
            'name' => 'WISCRS Grant County (ftUS)',
7252
            'method' => 'urn:ogc:def:method:EPSG::9807',
7253
            'extent' => ['4366'],
7254
            'extent_description' => 'United States (USA) - Wisconsin - Grant county.',
7255
        ],
7256
        'urn:ogc:def:coordinateOperation:EPSG::7498' => [
7257
            'name' => 'WISCRS Green and Lafayette Counties (m)',
7258
            'method' => 'urn:ogc:def:method:EPSG::9801',
7259
            'extent' => ['4367'],
7260
            'extent_description' => 'United States (USA) - Wisconsin - counties of Green and Lafayette.',
7261
        ],
7262
        'urn:ogc:def:coordinateOperation:EPSG::7499' => [
7263
            'name' => 'WISCRS Green and Lafayette Counties (ftUS)',
7264
            'method' => 'urn:ogc:def:method:EPSG::9801',
7265
            'extent' => ['4367'],
7266
            'extent_description' => 'United States (USA) - Wisconsin - counties of Green and Lafayette.',
7267
        ],
7268
        'urn:ogc:def:coordinateOperation:EPSG::7500' => [
7269
            'name' => 'WISCRS Green Lake and Marquette Counties (m)',
7270
            'method' => 'urn:ogc:def:method:EPSG::9801',
7271
            'extent' => ['4368'],
7272
            'extent_description' => 'United States (USA) - Wisconsin - counties of Green Lake and Marquette.',
7273
        ],
7274
        'urn:ogc:def:coordinateOperation:EPSG::7501' => [
7275
            'name' => 'WISCRS Green Lake and Marquette Counties (ftUS)',
7276
            'method' => 'urn:ogc:def:method:EPSG::9801',
7277
            'extent' => ['4368'],
7278
            'extent_description' => 'United States (USA) - Wisconsin - counties of Green Lake and Marquette.',
7279
        ],
7280
        'urn:ogc:def:coordinateOperation:EPSG::7502' => [
7281
            'name' => 'WISCRS Iowa County (m)',
7282
            'method' => 'urn:ogc:def:method:EPSG::9807',
7283
            'extent' => ['4369'],
7284
            'extent_description' => 'United States (USA) - Wisconsin - Iowa county.',
7285
        ],
7286
        'urn:ogc:def:coordinateOperation:EPSG::7503' => [
7287
            'name' => 'WISCRS Iowa County (ftUS)',
7288
            'method' => 'urn:ogc:def:method:EPSG::9807',
7289
            'extent' => ['4369'],
7290
            'extent_description' => 'United States (USA) - Wisconsin - Iowa county.',
7291
        ],
7292
        'urn:ogc:def:coordinateOperation:EPSG::7504' => [
7293
            'name' => 'WISCRS Kenosha, Milwaukee, Ozaukee and Racine Counties (m)',
7294
            'method' => 'urn:ogc:def:method:EPSG::9807',
7295
            'extent' => ['4370'],
7296
            'extent_description' => 'United States (USA) - Wisconsin - counties of Kenosha, Milwaukee, Ozaukee and Racine.',
7297
        ],
7298
        'urn:ogc:def:coordinateOperation:EPSG::7505' => [
7299
            'name' => 'WISCRS Kenosha, Milwaukee, Ozaukee and Racine Counties (ftUS)',
7300
            'method' => 'urn:ogc:def:method:EPSG::9807',
7301
            'extent' => ['4370'],
7302
            'extent_description' => 'United States (USA) - Wisconsin - counties of Kenosha, Milwaukee, Ozaukee and Racine.',
7303
        ],
7304
        'urn:ogc:def:coordinateOperation:EPSG::7506' => [
7305
            'name' => 'WISCRS Kewaunee, Manitowoc and Sheboygan Counties (m)',
7306
            'method' => 'urn:ogc:def:method:EPSG::9807',
7307
            'extent' => ['4371'],
7308
            'extent_description' => 'United States (USA) - Wisconsin - counties of Kewaunee, Manitowoc and Sheboygan.',
7309
        ],
7310
        'urn:ogc:def:coordinateOperation:EPSG::7507' => [
7311
            'name' => 'WISCRS Kewaunee, Manitowoc and Sheboygan Counties (ftUS)',
7312
            'method' => 'urn:ogc:def:method:EPSG::9807',
7313
            'extent' => ['4371'],
7314
            'extent_description' => 'United States (USA) - Wisconsin - counties of Kewaunee, Manitowoc and Sheboygan.',
7315
        ],
7316
        'urn:ogc:def:coordinateOperation:EPSG::7508' => [
7317
            'name' => 'WISCRS La Crosse County (m)',
7318
            'method' => 'urn:ogc:def:method:EPSG::9807',
7319
            'extent' => ['4372'],
7320
            'extent_description' => 'United States (USA) - Wisconsin - La Crosse county.',
7321
        ],
7322
        'urn:ogc:def:coordinateOperation:EPSG::7509' => [
7323
            'name' => 'WISCRS La Crosse County (ftUS)',
7324
            'method' => 'urn:ogc:def:method:EPSG::9807',
7325
            'extent' => ['4372'],
7326
            'extent_description' => 'United States (USA) - Wisconsin - La Crosse county.',
7327
        ],
7328
        'urn:ogc:def:coordinateOperation:EPSG::7510' => [
7329
            'name' => 'WISCRS Monroe County (m)',
7330
            'method' => 'urn:ogc:def:method:EPSG::9801',
7331
            'extent' => ['4373'],
7332
            'extent_description' => 'United States (USA) - Wisconsin - Monroe county.',
7333
        ],
7334
        'urn:ogc:def:coordinateOperation:EPSG::7511' => [
7335
            'name' => 'WISCRS Monroe County (ftUS)',
7336
            'method' => 'urn:ogc:def:method:EPSG::9801',
7337
            'extent' => ['4373'],
7338
            'extent_description' => 'United States (USA) - Wisconsin - Monroe county.',
7339
        ],
7340
        'urn:ogc:def:coordinateOperation:EPSG::7512' => [
7341
            'name' => 'WISCRS Richland County (m)',
7342
            'method' => 'urn:ogc:def:method:EPSG::9801',
7343
            'extent' => ['4374'],
7344
            'extent_description' => 'United States (USA) - Wisconsin - Richland county.',
7345
        ],
7346
        'urn:ogc:def:coordinateOperation:EPSG::7513' => [
7347
            'name' => 'WISCRS Richland County (ftUS)',
7348
            'method' => 'urn:ogc:def:method:EPSG::9801',
7349
            'extent' => ['4374'],
7350
            'extent_description' => 'United States (USA) - Wisconsin - Richland county.',
7351
        ],
7352
        'urn:ogc:def:coordinateOperation:EPSG::7514' => [
7353
            'name' => 'WISCRS Rock County (m)',
7354
            'method' => 'urn:ogc:def:method:EPSG::9807',
7355
            'extent' => ['4375'],
7356
            'extent_description' => 'United States (USA) - Wisconsin - Rock county.',
7357
        ],
7358
        'urn:ogc:def:coordinateOperation:EPSG::7515' => [
7359
            'name' => 'WISCRS Rock County (ftUS)',
7360
            'method' => 'urn:ogc:def:method:EPSG::9807',
7361
            'extent' => ['4375'],
7362
            'extent_description' => 'United States (USA) - Wisconsin - Rock county.',
7363
        ],
7364
        'urn:ogc:def:coordinateOperation:EPSG::7516' => [
7365
            'name' => 'WISCRS Sauk County (m)',
7366
            'method' => 'urn:ogc:def:method:EPSG::9807',
7367
            'extent' => ['4376'],
7368
            'extent_description' => 'United States (USA) - Wisconsin - Sauk county.',
7369
        ],
7370
        'urn:ogc:def:coordinateOperation:EPSG::7517' => [
7371
            'name' => 'WISCRS Sauk County (ftUS)',
7372
            'method' => 'urn:ogc:def:method:EPSG::9807',
7373
            'extent' => ['4376'],
7374
            'extent_description' => 'United States (USA) - Wisconsin - Sauk county.',
7375
        ],
7376
        'urn:ogc:def:coordinateOperation:EPSG::7518' => [
7377
            'name' => 'WISCRS Vernon County (m)',
7378
            'method' => 'urn:ogc:def:method:EPSG::9801',
7379
            'extent' => ['4377'],
7380
            'extent_description' => 'United States (USA) - Wisconsin - Vernon county.',
7381
        ],
7382
        'urn:ogc:def:coordinateOperation:EPSG::7519' => [
7383
            'name' => 'WISCRS Vernon County (ftUS)',
7384
            'method' => 'urn:ogc:def:method:EPSG::9801',
7385
            'extent' => ['4377'],
7386
            'extent_description' => 'United States (USA) - Wisconsin - Vernon county.',
7387
        ],
7388
        'urn:ogc:def:coordinateOperation:EPSG::7520' => [
7389
            'name' => 'WISCRS Walworth County (m)',
7390
            'method' => 'urn:ogc:def:method:EPSG::9801',
7391
            'extent' => ['4378'],
7392
            'extent_description' => 'United States (USA) - Wisconsin - Walworth county.',
7393
        ],
7394
        'urn:ogc:def:coordinateOperation:EPSG::7521' => [
7395
            'name' => 'WISCRS Walworth County (ftUS)',
7396
            'method' => 'urn:ogc:def:method:EPSG::9801',
7397
            'extent' => ['4378'],
7398
            'extent_description' => 'United States (USA) - Wisconsin - Walworth county.',
7399
        ],
7400
        'urn:ogc:def:coordinateOperation:EPSG::7522' => [
7401
            'name' => 'WISCRS Washington County (m)',
7402
            'method' => 'urn:ogc:def:method:EPSG::9807',
7403
            'extent' => ['4379'],
7404
            'extent_description' => 'United States (USA) - Wisconsin - Washington county.',
7405
        ],
7406
        'urn:ogc:def:coordinateOperation:EPSG::7523' => [
7407
            'name' => 'WISCRS Washington County (ftUS)',
7408
            'method' => 'urn:ogc:def:method:EPSG::9807',
7409
            'extent' => ['4379'],
7410
            'extent_description' => 'United States (USA) - Wisconsin - Washington county.',
7411
        ],
7412
        'urn:ogc:def:coordinateOperation:EPSG::7524' => [
7413
            'name' => 'WISCRS Waukesha County (m)',
7414
            'method' => 'urn:ogc:def:method:EPSG::9807',
7415
            'extent' => ['4380'],
7416
            'extent_description' => 'United States (USA) - Wisconsin - Waukesha county.',
7417
        ],
7418
        'urn:ogc:def:coordinateOperation:EPSG::7525' => [
7419
            'name' => 'WISCRS Waukesha County (ftUS)',
7420
            'method' => 'urn:ogc:def:method:EPSG::9807',
7421
            'extent' => ['4380'],
7422
            'extent_description' => 'United States (USA) - Wisconsin - Waukesha county.',
7423
        ],
7424
        'urn:ogc:def:coordinateOperation:EPSG::7526' => [
7425
            'name' => 'WISCRS Waushara County (m)',
7426
            'method' => 'urn:ogc:def:method:EPSG::9801',
7427
            'extent' => ['4381'],
7428
            'extent_description' => 'United States (USA) - Wisconsin - Waushara county.',
7429
        ],
7430
        'urn:ogc:def:coordinateOperation:EPSG::7527' => [
7431
            'name' => 'WISCRS Waushara County (ftUS)',
7432
            'method' => 'urn:ogc:def:method:EPSG::9801',
7433
            'extent' => ['4381'],
7434
            'extent_description' => 'United States (USA) - Wisconsin - Waushara county.',
7435
        ],
7436
        'urn:ogc:def:coordinateOperation:EPSG::7648' => [
7437
            'name' => 'NAD83(MA11) to GUVD04 height (1)',
7438
            'method' => 'urn:ogc:def:method:EPSG::9665',
7439
            'extent' => ['3255'],
7440
            'extent_description' => 'Guam - onshore.',
7441
        ],
7442
        'urn:ogc:def:coordinateOperation:EPSG::7649' => [
7443
            'name' => 'NAD83(MA11) to NMVD03 height (1)',
7444
            'method' => 'urn:ogc:def:method:EPSG::9665',
7445
            'extent' => ['4171'],
7446
            'extent_description' => 'Northern Mariana Islands - onshore - Rota, Saipan and Tinian.',
7447
        ],
7448
        'urn:ogc:def:coordinateOperation:EPSG::7650' => [
7449
            'name' => 'NAD83(PA11) to ASVD02 height (1)',
7450
            'method' => 'urn:ogc:def:method:EPSG::9665',
7451
            'extent' => ['2288'],
7452
            'extent_description' => 'American Samoa - Tutuila island.',
7453
        ],
7454
        'urn:ogc:def:coordinateOperation:EPSG::7653' => [
7455
            'name' => 'EGM96 height to Kumul 34 height (1)',
7456
            'method' => 'urn:ogc:def:method:EPSG::9616',
7457
            'extent' => ['4013'],
7458
            'extent_description' => 'Papua New Guinea - Papuan fold and thrust belt.',
7459
        ],
7460
        'urn:ogc:def:coordinateOperation:EPSG::7654' => [
7461
            'name' => 'EGM2008 height to Kiunga height (1)',
7462
            'method' => 'urn:ogc:def:method:EPSG::9616',
7463
            'extent' => ['4383'],
7464
            'extent_description' => 'Papua New Guinea - onshore south of 5°S and west of 144°E.',
7465
        ],
7466
        'urn:ogc:def:coordinateOperation:EPSG::7666' => [
7467
            'name' => 'WGS 84 (G1762) to ITRF2008 (1)',
7468
            'method' => 'urn:ogc:def:method:EPSG::1032',
7469
            'extent' => ['1262'],
7470
            'extent_description' => 'World.',
7471
        ],
7472
        'urn:ogc:def:coordinateOperation:EPSG::7667' => [
7473
            'name' => 'WGS 84 (G1674) to WGS 84 (G1762) (1)',
7474
            'method' => 'urn:ogc:def:method:EPSG::1032',
7475
            'extent' => ['1262'],
7476
            'extent_description' => 'World.',
7477
        ],
7478
        'urn:ogc:def:coordinateOperation:EPSG::7668' => [
7479
            'name' => 'WGS 84 (G1150) to WGS 84 (G1762) (1)',
7480
            'method' => 'urn:ogc:def:method:EPSG::1032',
7481
            'extent' => ['1262'],
7482
            'extent_description' => 'World.',
7483
        ],
7484
        'urn:ogc:def:coordinateOperation:EPSG::7669' => [
7485
            'name' => 'WGS 84 (G1674) to ITRF2008 (1)',
7486
            'method' => 'urn:ogc:def:method:EPSG::1032',
7487
            'extent' => ['1262'],
7488
            'extent_description' => 'World.',
7489
        ],
7490
        'urn:ogc:def:coordinateOperation:EPSG::7670' => [
7491
            'name' => 'WGS 84 (G1150) to ITRF2000 (1)',
7492
            'method' => 'urn:ogc:def:method:EPSG::1032',
7493
            'extent' => ['1262'],
7494
            'extent_description' => 'World.',
7495
        ],
7496
        'urn:ogc:def:coordinateOperation:EPSG::7672' => [
7497
            'name' => 'WGS 84 (G730) to ITRF92 (1)',
7498
            'method' => 'urn:ogc:def:method:EPSG::1032',
7499
            'extent' => ['1262'],
7500
            'extent_description' => 'World.',
7501
        ],
7502
        'urn:ogc:def:coordinateOperation:EPSG::7673' => [
7503
            'name' => 'CH1903 to CHTRS95 (1)',
7504
            'method' => 'urn:ogc:def:method:EPSG::9615',
7505
            'extent' => ['1286'],
7506
            'extent_description' => 'Liechtenstein; Switzerland.',
7507
        ],
7508
        'urn:ogc:def:coordinateOperation:EPSG::7674' => [
7509
            'name' => 'CH1903 to ETRS89 (2)',
7510
            'method' => 'urn:ogc:def:method:EPSG::9615',
7511
            'extent' => ['1286'],
7512
            'extent_description' => 'Liechtenstein; Switzerland.',
7513
        ],
7514
        'urn:ogc:def:coordinateOperation:EPSG::7687' => [
7515
            'name' => 'Kyrgyzstan zone 1',
7516
            'method' => 'urn:ogc:def:method:EPSG::9807',
7517
            'extent' => ['4385'],
7518
            'extent_description' => 'Kyrgyzstan - west of 70°01\'E.',
7519
        ],
7520
        'urn:ogc:def:coordinateOperation:EPSG::7688' => [
7521
            'name' => 'Kyrgyzstan zone 2',
7522
            'method' => 'urn:ogc:def:method:EPSG::9807',
7523
            'extent' => ['4386'],
7524
            'extent_description' => 'Kyrgyzstan - between 70°01\'E and 73°01\'E.',
7525
        ],
7526
        'urn:ogc:def:coordinateOperation:EPSG::7689' => [
7527
            'name' => 'Kyrgyzstan zone 3',
7528
            'method' => 'urn:ogc:def:method:EPSG::9807',
7529
            'extent' => ['4387'],
7530
            'extent_description' => 'Kyrgyzstan - between 73°01\'E and 76°01\'E.',
7531
        ],
7532
        'urn:ogc:def:coordinateOperation:EPSG::7690' => [
7533
            'name' => 'Kyrgyzstan zone 4',
7534
            'method' => 'urn:ogc:def:method:EPSG::9807',
7535
            'extent' => ['4388'],
7536
            'extent_description' => 'Kyrgyzstan - between 76°01\'E and 79°01\'E.',
7537
        ],
7538
        'urn:ogc:def:coordinateOperation:EPSG::7691' => [
7539
            'name' => 'Kyrgyzstan zone 5',
7540
            'method' => 'urn:ogc:def:method:EPSG::9807',
7541
            'extent' => ['4389'],
7542
            'extent_description' => 'Kyrgyzstan - east of 79°01\'E.',
7543
        ],
7544
        'urn:ogc:def:coordinateOperation:EPSG::7697' => [
7545
            'name' => 'Egypt 1907 to WGS 84 (4)',
7546
            'method' => 'urn:ogc:def:method:EPSG::9636',
7547
            'extent' => ['1086'],
7548
            'extent_description' => 'Egypt - onshore and offshore.',
7549
        ],
7550
        'urn:ogc:def:coordinateOperation:EPSG::7698' => [
7551
            'name' => 'NAD27 to WGS 84 (89)',
7552
            'method' => 'urn:ogc:def:method:EPSG::9607',
7553
            'extent' => ['3290'],
7554
            'extent_description' => 'Panama - onshore.',
7555
        ],
7556
        'urn:ogc:def:coordinateOperation:EPSG::7701' => [
7557
            'name' => 'Latvia 2000 height to EVRF2007 height (1)',
7558
            'method' => 'urn:ogc:def:method:EPSG::1046',
7559
            'extent' => ['3268'],
7560
            'extent_description' => 'Latvia - onshore.',
7561
        ],
7562
        'urn:ogc:def:coordinateOperation:EPSG::7702' => [
7563
            'name' => 'PZ-90 to PZ-90.02 (1)',
7564
            'method' => 'urn:ogc:def:method:EPSG::1066',
7565
            'extent' => ['1262'],
7566
            'extent_description' => 'World.',
7567
        ],
7568
        'urn:ogc:def:coordinateOperation:EPSG::7703' => [
7569
            'name' => 'PZ-90.02 to PZ-90.11 (1)',
7570
            'method' => 'urn:ogc:def:method:EPSG::1066',
7571
            'extent' => ['1262'],
7572
            'extent_description' => 'World.',
7573
        ],
7574
        'urn:ogc:def:coordinateOperation:EPSG::7705' => [
7575
            'name' => 'GSK-2011 to PZ-90.11 (1)',
7576
            'method' => 'urn:ogc:def:method:EPSG::1066',
7577
            'extent' => ['1198'],
7578
            'extent_description' => 'Russian Federation - onshore and offshore.',
7579
        ],
7580
        'urn:ogc:def:coordinateOperation:EPSG::7711' => [
7581
            'name' => 'ETRS89 to ODN height (2)',
7582
            'method' => 'urn:ogc:def:method:EPSG::9663',
7583
            'extent' => ['2792'],
7584
            'extent_description' => 'United Kingdom (UK) - Great Britain onshore - England and Wales - mainland; Scotland - mainland and Inner Hebrides.',
7585
        ],
7586
        'urn:ogc:def:coordinateOperation:EPSG::7712' => [
7587
            'name' => 'ETRS89 to ODN Orkney height (2)',
7588
            'method' => 'urn:ogc:def:method:EPSG::9663',
7589
            'extent' => ['2793'],
7590
            'extent_description' => 'United Kingdom (UK) - Great Britain - Scotland - Orkney Islands onshore.',
7591
        ],
7592
        'urn:ogc:def:coordinateOperation:EPSG::7713' => [
7593
            'name' => 'ETRS89 to ODN (Offshore) height (1)',
7594
            'method' => 'urn:ogc:def:method:EPSG::9663',
7595
            'extent' => ['4391'],
7596
            'extent_description' => 'United Kingdom (UK) - offshore between 2km from shore and boundary of UKCS within 49°45\'N to 61°N and 9°W to 2°E.',
7597
        ],
7598
        'urn:ogc:def:coordinateOperation:EPSG::7714' => [
7599
            'name' => 'ETRS89 to Lerwick height (2)',
7600
            'method' => 'urn:ogc:def:method:EPSG::9663',
7601
            'extent' => ['2795'],
7602
            'extent_description' => 'United Kingdom (UK) - Great Britain - Scotland - Shetland Islands onshore.',
7603
        ],
7604
        'urn:ogc:def:coordinateOperation:EPSG::7715' => [
7605
            'name' => 'ETRS89 to Stornoway height (2)',
7606
            'method' => 'urn:ogc:def:method:EPSG::9663',
7607
            'extent' => ['2799'],
7608
            'extent_description' => 'United Kingdom (UK) - Great Britain - Scotland - Outer Hebrides onshore.',
7609
        ],
7610
        'urn:ogc:def:coordinateOperation:EPSG::7716' => [
7611
            'name' => 'ETRS89 to St. Marys height (2)',
7612
            'method' => 'urn:ogc:def:method:EPSG::9663',
7613
            'extent' => ['2802'],
7614
            'extent_description' => 'United Kingdom (UK) - Great Britain - England - Isles of Scilly onshore.',
7615
        ],
7616
        'urn:ogc:def:coordinateOperation:EPSG::7717' => [
7617
            'name' => 'ETRS89 to Douglas height (2)',
7618
            'method' => 'urn:ogc:def:method:EPSG::9663',
7619
            'extent' => ['2803'],
7620
            'extent_description' => 'Isle of Man - onshore.',
7621
        ],
7622
        'urn:ogc:def:coordinateOperation:EPSG::7720' => [
7623
            'name' => 'CGRS93 to ETRS89 (1)',
7624
            'method' => 'urn:ogc:def:method:EPSG::9607',
7625
            'extent' => ['3236'],
7626
            'extent_description' => 'Cyprus - onshore.',
7627
        ],
7628
        'urn:ogc:def:coordinateOperation:EPSG::7722' => [
7629
            'name' => 'Survey of India Lambert',
7630
            'method' => 'urn:ogc:def:method:EPSG::9802',
7631
            'extent' => ['1121'],
7632
            'extent_description' => 'India - onshore and offshore. Includes Amandivis, Laccadives, Minicoy, Andaman Islands, Nicobar Islands, and Sikkim.',
7633
        ],
7634
        'urn:ogc:def:coordinateOperation:EPSG::7723' => [
7635
            'name' => 'Andhra Pradesh NSF LCC',
7636
            'method' => 'urn:ogc:def:method:EPSG::9802',
7637
            'extent' => ['4394'],
7638
            'extent_description' => 'India - Andhra Pradesh; Telangana; Yanam area of Pudacherry territory.',
7639
        ],
7640
        'urn:ogc:def:coordinateOperation:EPSG::7724' => [
7641
            'name' => 'Arunachal Pradesh NSF LCC',
7642
            'method' => 'urn:ogc:def:method:EPSG::9802',
7643
            'extent' => ['4395'],
7644
            'extent_description' => 'India - Arunachal Pradesh.',
7645
        ],
7646
        'urn:ogc:def:coordinateOperation:EPSG::7725' => [
7647
            'name' => 'Assam NSF LCC',
7648
            'method' => 'urn:ogc:def:method:EPSG::9802',
7649
            'extent' => ['4396'],
7650
            'extent_description' => 'India - Assam.',
7651
        ],
7652
        'urn:ogc:def:coordinateOperation:EPSG::7726' => [
7653
            'name' => 'Bihar NSF LCC',
7654
            'method' => 'urn:ogc:def:method:EPSG::9802',
7655
            'extent' => ['4397'],
7656
            'extent_description' => 'India - Bihar.',
7657
        ],
7658
        'urn:ogc:def:coordinateOperation:EPSG::7727' => [
7659
            'name' => 'Delhi NSF LCC',
7660
            'method' => 'urn:ogc:def:method:EPSG::9802',
7661
            'extent' => ['4422'],
7662
            'extent_description' => 'India - Delhi national capital territory.',
7663
        ],
7664
        'urn:ogc:def:coordinateOperation:EPSG::7728' => [
7665
            'name' => 'Gujarat NSF LCC',
7666
            'method' => 'urn:ogc:def:method:EPSG::9802',
7667
            'extent' => ['4400'],
7668
            'extent_description' => 'India - Gujarat and union territories of Daman, Diu, Dadra and Nagar Haveli.',
7669
        ],
7670
        'urn:ogc:def:coordinateOperation:EPSG::7729' => [
7671
            'name' => 'Haryana NSF LCC',
7672
            'method' => 'urn:ogc:def:method:EPSG::9802',
7673
            'extent' => ['4401'],
7674
            'extent_description' => 'India - Haryana including Chandigarh.',
7675
        ],
7676
        'urn:ogc:def:coordinateOperation:EPSG::7730' => [
7677
            'name' => 'Himachal Pradesh NSF LCC',
7678
            'method' => 'urn:ogc:def:method:EPSG::9802',
7679
            'extent' => ['4402'],
7680
            'extent_description' => 'India - Himachal Pradesh.',
7681
        ],
7682
        'urn:ogc:def:coordinateOperation:EPSG::7731' => [
7683
            'name' => 'Jammu and Kashmir NSF LCC',
7684
            'method' => 'urn:ogc:def:method:EPSG::9802',
7685
            'extent' => ['4403'],
7686
            'extent_description' => 'India - Jammu and Kashmir.',
7687
        ],
7688
        'urn:ogc:def:coordinateOperation:EPSG::7732' => [
7689
            'name' => 'Jharkhand NSF LCC',
7690
            'method' => 'urn:ogc:def:method:EPSG::9802',
7691
            'extent' => ['4404'],
7692
            'extent_description' => 'India - Jharkhand.',
7693
        ],
7694
        'urn:ogc:def:coordinateOperation:EPSG::7733' => [
7695
            'name' => 'Madhya Pradesh NSF LCC',
7696
            'method' => 'urn:ogc:def:method:EPSG::9802',
7697
            'extent' => ['4407'],
7698
            'extent_description' => 'India - Madhya Pradesh.',
7699
        ],
7700
        'urn:ogc:def:coordinateOperation:EPSG::7734' => [
7701
            'name' => 'Maharashtra NSF LCC',
7702
            'method' => 'urn:ogc:def:method:EPSG::9802',
7703
            'extent' => ['4408'],
7704
            'extent_description' => 'India - Maharashtra.',
7705
        ],
7706
        'urn:ogc:def:coordinateOperation:EPSG::7735' => [
7707
            'name' => 'Manipur NSF LCC',
7708
            'method' => 'urn:ogc:def:method:EPSG::9802',
7709
            'extent' => ['4409'],
7710
            'extent_description' => 'India - Manipur.',
7711
        ],
7712
        'urn:ogc:def:coordinateOperation:EPSG::7736' => [
7713
            'name' => 'Meghalaya NSF LCC',
7714
            'method' => 'urn:ogc:def:method:EPSG::9802',
7715
            'extent' => ['4410'],
7716
            'extent_description' => 'India - Meghalaya.',
7717
        ],
7718
        'urn:ogc:def:coordinateOperation:EPSG::7737' => [
7719
            'name' => 'Nagaland NSF LCC',
7720
            'method' => 'urn:ogc:def:method:EPSG::9802',
7721
            'extent' => ['4412'],
7722
            'extent_description' => 'India - Nagaland.',
7723
        ],
7724
        'urn:ogc:def:coordinateOperation:EPSG::7738' => [
7725
            'name' => 'Northeast India NSF LCC',
7726
            'method' => 'urn:ogc:def:method:EPSG::9802',
7727
            'extent' => ['4392'],
7728
            'extent_description' => 'India - Arunachal Pradesh, Assam, Manipur, Meghalaya, Mizoram, Nagaland and Tripura.',
7729
        ],
7730
        'urn:ogc:def:coordinateOperation:EPSG::7739' => [
7731
            'name' => 'Orissa NSF LCC',
7732
            'method' => 'urn:ogc:def:method:EPSG::9802',
7733
            'extent' => ['4413'],
7734
            'extent_description' => 'India - Odisha (Orissa).',
7735
        ],
7736
        'urn:ogc:def:coordinateOperation:EPSG::7740' => [
7737
            'name' => 'Punjab NSF LCC',
7738
            'method' => 'urn:ogc:def:method:EPSG::9802',
7739
            'extent' => ['4414'],
7740
            'extent_description' => 'India - Punjab including Chandigarh.',
7741
        ],
7742
        'urn:ogc:def:coordinateOperation:EPSG::7741' => [
7743
            'name' => 'Rajasthan NSF LCC',
7744
            'method' => 'urn:ogc:def:method:EPSG::9802',
7745
            'extent' => ['4415'],
7746
            'extent_description' => 'India - Rajasthan.',
7747
        ],
7748
        'urn:ogc:def:coordinateOperation:EPSG::7742' => [
7749
            'name' => 'Uttar Pradesh NSF LCC',
7750
            'method' => 'urn:ogc:def:method:EPSG::9802',
7751
            'extent' => ['4419'],
7752
            'extent_description' => 'India - Uttar Pradesh.',
7753
        ],
7754
        'urn:ogc:def:coordinateOperation:EPSG::7743' => [
7755
            'name' => 'Uttaranchal NSF LCC',
7756
            'method' => 'urn:ogc:def:method:EPSG::9802',
7757
            'extent' => ['4420'],
7758
            'extent_description' => 'India - Uttarakhand (Uttaranchal).',
7759
        ],
7760
        'urn:ogc:def:coordinateOperation:EPSG::7744' => [
7761
            'name' => 'Andaman and Nicobar NSF TM',
7762
            'method' => 'urn:ogc:def:method:EPSG::9807',
7763
            'extent' => ['4423'],
7764
            'extent_description' => 'India - Andaman and Nicobar Islands.',
7765
        ],
7766
        'urn:ogc:def:coordinateOperation:EPSG::7745' => [
7767
            'name' => 'Chhattisgarh NSF TM',
7768
            'method' => 'urn:ogc:def:method:EPSG::9807',
7769
            'extent' => ['4398'],
7770
            'extent_description' => 'India - Chhattisgarh.',
7771
        ],
7772
        'urn:ogc:def:coordinateOperation:EPSG::7746' => [
7773
            'name' => 'Goa NSF TM',
7774
            'method' => 'urn:ogc:def:method:EPSG::9807',
7775
            'extent' => ['4399'],
7776
            'extent_description' => 'India - Goa.',
7777
        ],
7778
        'urn:ogc:def:coordinateOperation:EPSG::7747' => [
7779
            'name' => 'Karnataka NSF TM',
7780
            'method' => 'urn:ogc:def:method:EPSG::9807',
7781
            'extent' => ['4405'],
7782
            'extent_description' => 'India - Karnataka.',
7783
        ],
7784
        'urn:ogc:def:coordinateOperation:EPSG::7748' => [
7785
            'name' => 'Kerala NSF TM',
7786
            'method' => 'urn:ogc:def:method:EPSG::9807',
7787
            'extent' => ['4406'],
7788
            'extent_description' => 'India - Kerala; Mayyazhi (Mahe) area of Pudacherry territory.',
7789
        ],
7790
        'urn:ogc:def:coordinateOperation:EPSG::7749' => [
7791
            'name' => 'Lakshadweep NSF TM',
7792
            'method' => 'urn:ogc:def:method:EPSG::9807',
7793
            'extent' => ['4424'],
7794
            'extent_description' => 'India - Lakshadweep (Laccadive, Minicoy, and Aminidivi Islands).',
7795
        ],
7796
        'urn:ogc:def:coordinateOperation:EPSG::7750' => [
7797
            'name' => 'Mizoram NSF TM',
7798
            'method' => 'urn:ogc:def:method:EPSG::9807',
7799
            'extent' => ['4411'],
7800
            'extent_description' => 'India - Mizoram.',
7801
        ],
7802
        'urn:ogc:def:coordinateOperation:EPSG::7751' => [
7803
            'name' => 'Sikkim NSF TM',
7804
            'method' => 'urn:ogc:def:method:EPSG::9807',
7805
            'extent' => ['4416'],
7806
            'extent_description' => 'India - Sikkim.',
7807
        ],
7808
        'urn:ogc:def:coordinateOperation:EPSG::7752' => [
7809
            'name' => 'Tamil Nadu NSF TM',
7810
            'method' => 'urn:ogc:def:method:EPSG::9807',
7811
            'extent' => ['4417'],
7812
            'extent_description' => 'India - Tamil Nadu; Pudacherry and Karaikal areas of Pudacherry territory.',
7813
        ],
7814
        'urn:ogc:def:coordinateOperation:EPSG::7753' => [
7815
            'name' => 'Tripura NSF TM',
7816
            'method' => 'urn:ogc:def:method:EPSG::9807',
7817
            'extent' => ['4418'],
7818
            'extent_description' => 'India - Tripura.',
7819
        ],
7820
        'urn:ogc:def:coordinateOperation:EPSG::7754' => [
7821
            'name' => 'West Bengal NSF TM',
7822
            'method' => 'urn:ogc:def:method:EPSG::9807',
7823
            'extent' => ['4421'],
7824
            'extent_description' => 'India - West Bengal.',
7825
        ],
7826
        'urn:ogc:def:coordinateOperation:EPSG::7790' => [
7827
            'name' => 'ITRF2008 to ITRF2014 (1)',
7828
            'method' => 'urn:ogc:def:method:EPSG::1053',
7829
            'extent' => ['1262'],
7830
            'extent_description' => 'World.',
7831
        ],
7832
        'urn:ogc:def:coordinateOperation:EPSG::7802' => [
7833
            'name' => 'Cadastral Coordinate System 2005',
7834
            'method' => 'urn:ogc:def:method:EPSG::9802',
7835
            'extent' => ['3224'],
7836
            'extent_description' => 'Bulgaria - onshore.',
7837
        ],
7838
        'urn:ogc:def:coordinateOperation:EPSG::7806' => [
7839
            'name' => 'Pulkovo 1942(83) to BGS2005 (1)',
7840
            'method' => 'urn:ogc:def:method:EPSG::1063',
7841
            'extent' => ['3224'],
7842
            'extent_description' => 'Bulgaria - onshore.',
7843
        ],
7844
        'urn:ogc:def:coordinateOperation:EPSG::7807' => [
7845
            'name' => 'ITRF2008 to NAD83(2011) (1)',
7846
            'method' => 'urn:ogc:def:method:EPSG::1056',
7847
            'extent' => ['1511'],
7848
            'extent_description' => 'Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Virgin Islands - onshore and offshore.',
7849
        ],
7850
        'urn:ogc:def:coordinateOperation:EPSG::7808' => [
7851
            'name' => 'ITRF2008 to NAD83(PA11) (1)',
7852
            'method' => 'urn:ogc:def:method:EPSG::1056',
7853
            'extent' => ['4162'],
7854
            'extent_description' => 'American Samoa, Marshall Islands, United States (USA) - Hawaii, United States minor outlying islands; onshore and offshore.',
7855
        ],
7856
        'urn:ogc:def:coordinateOperation:EPSG::7809' => [
7857
            'name' => 'ITRF2008 to NAD83(MA11) (1)',
7858
            'method' => 'urn:ogc:def:method:EPSG::1056',
7859
            'extent' => ['4167'],
7860
            'extent_description' => 'Guam, Northern Mariana Islands and Palau; onshore and offshore.',
7861
        ],
7862
        'urn:ogc:def:coordinateOperation:EPSG::7812' => [
7863
            'name' => 'Height <> Depth Conversion',
7864
            'method' => 'urn:ogc:def:method:EPSG::1068',
7865
            'extent' => ['1262'],
7866
            'extent_description' => 'World.',
7867
        ],
7868
        'urn:ogc:def:coordinateOperation:EPSG::7813' => [
7869
            'name' => 'Vertical Axis Unit Conversion',
7870
            'method' => 'urn:ogc:def:method:EPSG::1104',
7871
            'extent' => ['1262'],
7872
            'extent_description' => 'World.',
7873
        ],
7874
        'urn:ogc:def:coordinateOperation:EPSG::7817' => [
7875
            'name' => 'UCS-2000 to ITRF2000 (1)',
7876
            'method' => 'urn:ogc:def:method:EPSG::1031',
7877
            'extent' => ['1242'],
7878
            'extent_description' => 'Ukraine - onshore and offshore.',
7879
        ],
7880
        'urn:ogc:def:coordinateOperation:EPSG::7818' => [
7881
            'name' => 'CS63 zone X1',
7882
            'method' => 'urn:ogc:def:method:EPSG::9807',
7883
            'extent' => ['4435'],
7884
            'extent_description' => 'Ukraine - west of 25°E.',
7885
        ],
7886
        'urn:ogc:def:coordinateOperation:EPSG::7819' => [
7887
            'name' => 'CS63 zone X2',
7888
            'method' => 'urn:ogc:def:method:EPSG::9807',
7889
            'extent' => ['4429'],
7890
            'extent_description' => 'Ukraine - between 25°E and 28°E.',
7891
        ],
7892
        'urn:ogc:def:coordinateOperation:EPSG::7820' => [
7893
            'name' => 'CS63 zone X3',
7894
            'method' => 'urn:ogc:def:method:EPSG::9807',
7895
            'extent' => ['4430'],
7896
            'extent_description' => 'Ukraine - between 28°E and 31°E, onshore.',
7897
        ],
7898
        'urn:ogc:def:coordinateOperation:EPSG::7821' => [
7899
            'name' => 'CS63 zone X4',
7900
            'method' => 'urn:ogc:def:method:EPSG::9807',
7901
            'extent' => ['4431'],
7902
            'extent_description' => 'Ukraine - between 31°E and 34°E, onshore.',
7903
        ],
7904
        'urn:ogc:def:coordinateOperation:EPSG::7822' => [
7905
            'name' => 'CS63 zone X5',
7906
            'method' => 'urn:ogc:def:method:EPSG::9807',
7907
            'extent' => ['4432'],
7908
            'extent_description' => 'Ukraine - between 34°E and 37°E, onshore.',
7909
        ],
7910
        'urn:ogc:def:coordinateOperation:EPSG::7823' => [
7911
            'name' => 'CS63 zone X6',
7912
            'method' => 'urn:ogc:def:method:EPSG::9807',
7913
            'extent' => ['4433'],
7914
            'extent_description' => 'Ukraine - between 37°E and 40°E, onshore.',
7915
        ],
7916
        'urn:ogc:def:coordinateOperation:EPSG::7824' => [
7917
            'name' => 'CS63 zone X7',
7918
            'method' => 'urn:ogc:def:method:EPSG::9807',
7919
            'extent' => ['4434'],
7920
            'extent_description' => 'Ukraine - east of 40°E.',
7921
        ],
7922
        'urn:ogc:def:coordinateOperation:EPSG::7833' => [
7923
            'name' => 'Albanian 1987 to ETRS89 (1)',
7924
            'method' => 'urn:ogc:def:method:EPSG::9607',
7925
            'extent' => ['3212'],
7926
            'extent_description' => 'Albania - onshore.',
7927
        ],
7928
        'urn:ogc:def:coordinateOperation:EPSG::7835' => [
7929
            'name' => 'Pulkovo 1942(58) to WGS 84 (22)',
7930
            'method' => 'urn:ogc:def:method:EPSG::9603',
7931
            'extent' => ['4446'],
7932
            'extent_description' => 'Albania - north of 41°18\'N and east of 19°09\'E, onshore and offshore.',
7933
        ],
7934
        'urn:ogc:def:coordinateOperation:EPSG::7836' => [
7935
            'name' => 'Pulkovo 1942(58) to Albanian 1987 (1)',
7936
            'method' => 'urn:ogc:def:method:EPSG::9603',
7937
            'extent' => ['1025'],
7938
            'extent_description' => 'Albania - onshore and offshore.',
7939
        ],
7940
        'urn:ogc:def:coordinateOperation:EPSG::7838' => [
7941
            'name' => 'DHHN2016 height to EVRF2007 height (1)',
7942
            'method' => 'urn:ogc:def:method:EPSG::1046',
7943
            'extent' => ['3339'],
7944
            'extent_description' => 'Germany - onshore - states of Baden-Wurtemberg, Bayern, Berlin, Brandenburg, Bremen, Hamburg, Hessen, Mecklenburg-Vorpommern, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Sachsen, Sachsen-Anhalt, Schleswig-Holstein, Thuringen.',
7945
        ],
7946
        'urn:ogc:def:coordinateOperation:EPSG::7873' => [
7947
            'name' => 'EGM96 height to POM96 height (1)',
7948
            'method' => 'urn:ogc:def:method:EPSG::9616',
7949
            'extent' => ['4425'],
7950
            'extent_description' => 'Papua New Guinea - onshore - Gulf province east of 144°24\'E, Central province and National Capital District.',
7951
        ],
7952
        'urn:ogc:def:coordinateOperation:EPSG::7874' => [
7953
            'name' => 'EGM2008 height to POM08 height (1)',
7954
            'method' => 'urn:ogc:def:method:EPSG::9616',
7955
            'extent' => ['4425'],
7956
            'extent_description' => 'Papua New Guinea - onshore - Gulf province east of 144°24\'E, Central province and National Capital District.',
7957
        ],
7958
        'urn:ogc:def:coordinateOperation:EPSG::7875' => [
7959
            'name' => 'St. Helena Local Grid 1971',
7960
            'method' => 'urn:ogc:def:method:EPSG::9807',
7961
            'extent' => ['3183'],
7962
            'extent_description' => 'St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.',
7963
        ],
7964
        'urn:ogc:def:coordinateOperation:EPSG::7876' => [
7965
            'name' => 'St. Helena Local Grid (Tritan)',
7966
            'method' => 'urn:ogc:def:method:EPSG::9807',
7967
            'extent' => ['3183'],
7968
            'extent_description' => 'St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.',
7969
        ],
7970
        'urn:ogc:def:coordinateOperation:EPSG::7892' => [
7971
            'name' => 'SHGD2015 to WGS 84 (1)',
7972
            'method' => 'urn:ogc:def:method:EPSG::9603',
7973
            'extent' => ['3183'],
7974
            'extent_description' => 'St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.',
7975
        ],
7976
        'urn:ogc:def:coordinateOperation:EPSG::7894' => [
7977
            'name' => 'Astro DOS 71 to WGS 84 (2)',
7978
            'method' => 'urn:ogc:def:method:EPSG::9603',
7979
            'extent' => ['3183'],
7980
            'extent_description' => 'St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.',
7981
        ],
7982
        'urn:ogc:def:coordinateOperation:EPSG::7895' => [
7983
            'name' => 'Astro DOS 71 to SHGD2015 (2)',
7984
            'method' => 'urn:ogc:def:method:EPSG::9606',
7985
            'extent' => ['3183'],
7986
            'extent_description' => 'St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.',
7987
        ],
7988
        'urn:ogc:def:coordinateOperation:EPSG::7897' => [
7989
            'name' => 'St. Helena Tritan to SHGD2015 (1)',
7990
            'method' => 'urn:ogc:def:method:EPSG::9603',
7991
            'extent' => ['3183'],
7992
            'extent_description' => 'St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.',
7993
        ],
7994
        'urn:ogc:def:coordinateOperation:EPSG::7932' => [
7995
            'name' => 'ITRF89 to ETRF89 (1)',
7996
            'method' => 'urn:ogc:def:method:EPSG::1053',
7997
            'extent' => ['1298'],
7998
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
7999
        ],
8000
        'urn:ogc:def:coordinateOperation:EPSG::7933' => [
8001
            'name' => 'ITRF90 to ETRF90 (1)',
8002
            'method' => 'urn:ogc:def:method:EPSG::1053',
8003
            'extent' => ['1298'],
8004
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8005
        ],
8006
        'urn:ogc:def:coordinateOperation:EPSG::7934' => [
8007
            'name' => 'ITRF91 to ETRF91 (1)',
8008
            'method' => 'urn:ogc:def:method:EPSG::1053',
8009
            'extent' => ['1298'],
8010
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8011
        ],
8012
        'urn:ogc:def:coordinateOperation:EPSG::7935' => [
8013
            'name' => 'ITRF92 to ETRF92 (1)',
8014
            'method' => 'urn:ogc:def:method:EPSG::1053',
8015
            'extent' => ['1298'],
8016
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8017
        ],
8018
        'urn:ogc:def:coordinateOperation:EPSG::7936' => [
8019
            'name' => 'ITRF93 to ETRF93 (1)',
8020
            'method' => 'urn:ogc:def:method:EPSG::1053',
8021
            'extent' => ['1298'],
8022
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8023
        ],
8024
        'urn:ogc:def:coordinateOperation:EPSG::7937' => [
8025
            'name' => 'ITRF94 to ETRF94 (1)',
8026
            'method' => 'urn:ogc:def:method:EPSG::1053',
8027
            'extent' => ['1298'],
8028
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8029
        ],
8030
        'urn:ogc:def:coordinateOperation:EPSG::7938' => [
8031
            'name' => 'ITRF96 to ETRF96 (1)',
8032
            'method' => 'urn:ogc:def:method:EPSG::1053',
8033
            'extent' => ['1298'],
8034
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8035
        ],
8036
        'urn:ogc:def:coordinateOperation:EPSG::7939' => [
8037
            'name' => 'ITRF97 to ETRF97 (1)',
8038
            'method' => 'urn:ogc:def:method:EPSG::1053',
8039
            'extent' => ['1298'],
8040
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8041
        ],
8042
        'urn:ogc:def:coordinateOperation:EPSG::7941' => [
8043
            'name' => 'ITRF2000 to ETRF2000 (2)',
8044
            'method' => 'urn:ogc:def:method:EPSG::1053',
8045
            'extent' => ['1298'],
8046
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8047
        ],
8048
        'urn:ogc:def:coordinateOperation:EPSG::7942' => [
8049
            'name' => 'ITRF89 to ETRF2000 (1)',
8050
            'method' => 'urn:ogc:def:method:EPSG::1053',
8051
            'extent' => ['1298'],
8052
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8053
        ],
8054
        'urn:ogc:def:coordinateOperation:EPSG::7943' => [
8055
            'name' => 'ITRF90 to ETRF2000 (1)',
8056
            'method' => 'urn:ogc:def:method:EPSG::1053',
8057
            'extent' => ['1298'],
8058
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8059
        ],
8060
        'urn:ogc:def:coordinateOperation:EPSG::7944' => [
8061
            'name' => 'ITRF91 to ETRF2000 (1)',
8062
            'method' => 'urn:ogc:def:method:EPSG::1053',
8063
            'extent' => ['1298'],
8064
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8065
        ],
8066
        'urn:ogc:def:coordinateOperation:EPSG::7945' => [
8067
            'name' => 'ITRF92 to ETRF2000 (1)',
8068
            'method' => 'urn:ogc:def:method:EPSG::1053',
8069
            'extent' => ['1298'],
8070
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8071
        ],
8072
        'urn:ogc:def:coordinateOperation:EPSG::7946' => [
8073
            'name' => 'ITRF93 to ETRF2000 (1)',
8074
            'method' => 'urn:ogc:def:method:EPSG::1053',
8075
            'extent' => ['1298'],
8076
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8077
        ],
8078
        'urn:ogc:def:coordinateOperation:EPSG::7947' => [
8079
            'name' => 'ITRF94 to ETRF2000 (1)',
8080
            'method' => 'urn:ogc:def:method:EPSG::1053',
8081
            'extent' => ['1298'],
8082
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8083
        ],
8084
        'urn:ogc:def:coordinateOperation:EPSG::7948' => [
8085
            'name' => 'ITRF96 to ETRF2000 (1)',
8086
            'method' => 'urn:ogc:def:method:EPSG::1053',
8087
            'extent' => ['1298'],
8088
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8089
        ],
8090
        'urn:ogc:def:coordinateOperation:EPSG::7949' => [
8091
            'name' => 'ITRF97 to ETRF2000 (1)',
8092
            'method' => 'urn:ogc:def:method:EPSG::1053',
8093
            'extent' => ['1298'],
8094
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8095
        ],
8096
        'urn:ogc:def:coordinateOperation:EPSG::7950' => [
8097
            'name' => 'ITRF2005 to ETRF2000 (1)',
8098
            'method' => 'urn:ogc:def:method:EPSG::1053',
8099
            'extent' => ['1298'],
8100
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8101
        ],
8102
        'urn:ogc:def:coordinateOperation:EPSG::7951' => [
8103
            'name' => 'ITRF2008 to ETRF2000 (1)',
8104
            'method' => 'urn:ogc:def:method:EPSG::1053',
8105
            'extent' => ['1298'],
8106
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8107
        ],
8108
        'urn:ogc:def:coordinateOperation:EPSG::7953' => [
8109
            'name' => 'ETRS89 to OSGB36 / British National Grid (3)',
8110
            'method' => 'urn:ogc:def:method:EPSG::9633',
8111
            'extent' => ['4390'],
8112
            'extent_description' => 'United Kingdom (UK) - offshore to boundary of UKCS within 49°45\'N to 61°N and 9°W to 2°E; onshore Great Britain (England, Wales and Scotland). Isle of Man onshore.',
8113
        ],
8114
        'urn:ogc:def:coordinateOperation:EPSG::7958' => [
8115
            'name' => 'ETRS89 to Belfast height (2)',
8116
            'method' => 'urn:ogc:def:method:EPSG::1072',
8117
            'extent' => ['2530'],
8118
            'extent_description' => 'United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
8119
        ],
8120
        'urn:ogc:def:coordinateOperation:EPSG::7959' => [
8121
            'name' => 'ETRS89 to Malin Head height (2)',
8122
            'method' => 'urn:ogc:def:method:EPSG::1072',
8123
            'extent' => ['1305'],
8124
            'extent_description' => 'Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
8125
        ],
8126
        'urn:ogc:def:coordinateOperation:EPSG::7960' => [
8127
            'name' => 'PZ-90.11 to ITRF2008 (1)',
8128
            'method' => 'urn:ogc:def:method:EPSG::1066',
8129
            'extent' => ['1262'],
8130
            'extent_description' => 'World.',
8131
        ],
8132
        'urn:ogc:def:coordinateOperation:EPSG::7961' => [
8133
            'name' => 'WGS 84 (G1150) to PZ-90.02 (1)',
8134
            'method' => 'urn:ogc:def:method:EPSG::1066',
8135
            'extent' => ['1262'],
8136
            'extent_description' => 'World.',
8137
        ],
8138
        'urn:ogc:def:coordinateOperation:EPSG::7964' => [
8139
            'name' => 'Poolbeg height (m) to Malin Head height (1)',
8140
            'method' => 'urn:ogc:def:method:EPSG::9616',
8141
            'extent' => ['1305'],
8142
            'extent_description' => 'Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
8143
        ],
8144
        'urn:ogc:def:coordinateOperation:EPSG::7966' => [
8145
            'name' => 'Poolbeg height (m) to Belfast height (1)',
8146
            'method' => 'urn:ogc:def:method:EPSG::9616',
8147
            'extent' => ['2530'],
8148
            'extent_description' => 'United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
8149
        ],
8150
        'urn:ogc:def:coordinateOperation:EPSG::7969' => [
8151
            'name' => 'NGVD29 height (m) to NAVD88 height (1)',
8152
            'method' => 'urn:ogc:def:method:EPSG::1084',
8153
            'extent' => ['2950'],
8154
            'extent_description' => 'United States (USA) - CONUS west of 107°W - onshore - Arizona; California; Colorado; Idaho; Montana; Nevada; New Mexico; Oregon; Utah; Washington; Wyoming.',
8155
        ],
8156
        'urn:ogc:def:coordinateOperation:EPSG::7970' => [
8157
            'name' => 'NGVD29 height (m) to NAVD88 height (2)',
8158
            'method' => 'urn:ogc:def:method:EPSG::1084',
8159
            'extent' => ['2949'],
8160
            'extent_description' => 'United States (USA) - CONUS between 89°W and 107°W - onshore - Arkansas; Colorado; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; New Mexico; North Dakota; Oklahoma; South Dakota; Tennessee; Texas; Wisconsin; Wyoming.',
8161
        ],
8162
        'urn:ogc:def:coordinateOperation:EPSG::7971' => [
8163
            'name' => 'NGVD29 height (m) to NAVD88 height (3)',
8164
            'method' => 'urn:ogc:def:method:EPSG::1084',
8165
            'extent' => ['2948'],
8166
            'extent_description' => 'United States (USA) - CONUS east of 89°W - onshore - Alabama; Connecticut; Delaware; Florida; Georgia; llinois; Indiana; Kentucky; Maine; Maryland; Massachusetts; Michigan; Mississippi; New Hampshire; New Jersey; New York; North Carolina; Ohio; Pennsylvania; Rhode Island; South Carolina; Tennessee; Vermont; Virginia; West Virginia; Wisconsin.',
8167
        ],
8168
        'urn:ogc:def:coordinateOperation:EPSG::7977' => [
8169
            'name' => 'HKPD depth to HKCD depth (1)',
8170
            'method' => 'urn:ogc:def:method:EPSG::9616',
8171
            'extent' => ['3335'],
8172
            'extent_description' => 'China - Hong Kong - offshore.',
8173
        ],
8174
        'urn:ogc:def:coordinateOperation:EPSG::7980' => [
8175
            'name' => 'KOC CD height to KOC WD height (1)',
8176
            'method' => 'urn:ogc:def:method:EPSG::9616',
8177
            'extent' => ['3267'],
8178
            'extent_description' => 'Kuwait - onshore.',
8179
        ],
8180
        'urn:ogc:def:coordinateOperation:EPSG::7981' => [
8181
            'name' => 'Kuwait PWD height to KOC WD height (1)',
8182
            'method' => 'urn:ogc:def:method:EPSG::9616',
8183
            'extent' => ['3267'],
8184
            'extent_description' => 'Kuwait - onshore.',
8185
        ],
8186
        'urn:ogc:def:coordinateOperation:EPSG::7993' => [
8187
            'name' => 'Albany Grid 2020',
8188
            'method' => 'urn:ogc:def:method:EPSG::9807',
8189
            'extent' => ['4439'],
8190
            'extent_description' => 'Australia - Western Australia - Albany area onshore below 190m AHD.',
8191
        ],
8192
        'urn:ogc:def:coordinateOperation:EPSG::7994' => [
8193
            'name' => 'Barrow Island Grid 2020',
8194
            'method' => 'urn:ogc:def:method:EPSG::9807',
8195
            'extent' => ['4438'],
8196
            'extent_description' => 'Australia - Western Australia - Barrow Island and Onslow area onshore.',
8197
        ],
8198
        'urn:ogc:def:coordinateOperation:EPSG::7995' => [
8199
            'name' => 'Broome Grid 2020',
8200
            'method' => 'urn:ogc:def:method:EPSG::9807',
8201
            'extent' => ['4441'],
8202
            'extent_description' => 'Australia - Western Australia - Broome area onshore below 130m AHD.',
8203
        ],
8204
        'urn:ogc:def:coordinateOperation:EPSG::7996' => [
8205
            'name' => 'Busselton Coastal Grid',
8206
            'method' => 'urn:ogc:def:method:EPSG::9807',
8207
            'extent' => ['4437'],
8208
            'extent_description' => 'Australia - Western Australia - Busselton area onshore below 250m AHD.',
8209
        ],
8210
        'urn:ogc:def:coordinateOperation:EPSG::7997' => [
8211
            'name' => 'Carnarvon Grid 2020',
8212
            'method' => 'urn:ogc:def:method:EPSG::9807',
8213
            'extent' => ['4442'],
8214
            'extent_description' => 'Australia - Western Australia - Carnarvon area onshore.',
8215
        ],
8216
        'urn:ogc:def:coordinateOperation:EPSG::7998' => [
8217
            'name' => 'Christmas Island Grid 2020',
8218
            'method' => 'urn:ogc:def:method:EPSG::9807',
8219
            'extent' => ['4169'],
8220
            'extent_description' => 'Christmas Island - onshore.',
8221
        ],
8222
        'urn:ogc:def:coordinateOperation:EPSG::7999' => [
8223
            'name' => 'Cocos Island Grid 2020',
8224
            'method' => 'urn:ogc:def:method:EPSG::9807',
8225
            'extent' => ['1069'],
8226
            'extent_description' => 'Cocos (Keeling) Islands - onshore.',
8227
        ],
8228
        'urn:ogc:def:coordinateOperation:EPSG::8000' => [
8229
            'name' => 'Collie Grid 2020',
8230
            'method' => 'urn:ogc:def:method:EPSG::9807',
8231
            'extent' => ['4443'],
8232
            'extent_description' => 'Australia - Western Australia - Collie area between 50m and 310m AHD.',
8233
        ],
8234
        'urn:ogc:def:coordinateOperation:EPSG::8001' => [
8235
            'name' => 'Esperance Grid 2020',
8236
            'method' => 'urn:ogc:def:method:EPSG::9807',
8237
            'extent' => ['4445'],
8238
            'extent_description' => 'Australia - Western Australia - Esperance area onshore.',
8239
        ],
8240
        'urn:ogc:def:coordinateOperation:EPSG::8002' => [
8241
            'name' => 'Exmouth Grid 2020',
8242
            'method' => 'urn:ogc:def:method:EPSG::9807',
8243
            'extent' => ['4448'],
8244
            'extent_description' => 'Australia - Western Australia - Exmouth area onshore below 160m AHD.',
8245
        ],
8246
        'urn:ogc:def:coordinateOperation:EPSG::8003' => [
8247
            'name' => 'Geraldton Coastal Grid',
8248
            'method' => 'urn:ogc:def:method:EPSG::9807',
8249
            'extent' => ['4449'],
8250
            'extent_description' => 'Australia - Western Australia - Geraldton area onshore below 195m AHD.',
8251
        ],
8252
        'urn:ogc:def:coordinateOperation:EPSG::8004' => [
8253
            'name' => 'Goldfields Grid 2020',
8254
            'method' => 'urn:ogc:def:method:EPSG::9807',
8255
            'extent' => ['4436'],
8256
            'extent_description' => 'Australia - Western Australia - Kalgoorlie area.',
8257
        ],
8258
        'urn:ogc:def:coordinateOperation:EPSG::8005' => [
8259
            'name' => 'Jurien Coastal Grid',
8260
            'method' => 'urn:ogc:def:method:EPSG::9807',
8261
            'extent' => ['4440'],
8262
            'extent_description' => 'Australia - Western Australia - Jurien Bay area onshore below 200m AHD.',
8263
        ],
8264
        'urn:ogc:def:coordinateOperation:EPSG::8006' => [
8265
            'name' => 'Kalbarri Grid 2020',
8266
            'method' => 'urn:ogc:def:method:EPSG::9807',
8267
            'extent' => ['4444'],
8268
            'extent_description' => 'Australia - Western Australia - Kalbarri area onshore.',
8269
        ],
8270
        'urn:ogc:def:coordinateOperation:EPSG::8007' => [
8271
            'name' => 'Karratha Grid 2020',
8272
            'method' => 'urn:ogc:def:method:EPSG::9807',
8273
            'extent' => ['4451'],
8274
            'extent_description' => 'Australia - Western Australia - Karratha area onshore.',
8275
        ],
8276
        'urn:ogc:def:coordinateOperation:EPSG::8008' => [
8277
            'name' => 'Kununurra Grid 2020',
8278
            'method' => 'urn:ogc:def:method:EPSG::9807',
8279
            'extent' => ['4452'],
8280
            'extent_description' => 'Australia - Western Australia - Kununurra area onshore below 200m AHD.',
8281
        ],
8282
        'urn:ogc:def:coordinateOperation:EPSG::8009' => [
8283
            'name' => 'Lancelin Coastal Grid',
8284
            'method' => 'urn:ogc:def:method:EPSG::9807',
8285
            'extent' => ['4453'],
8286
            'extent_description' => 'Australia - Western Australia - Lancelin area onshore below 200m AHD.',
8287
        ],
8288
        'urn:ogc:def:coordinateOperation:EPSG::8010' => [
8289
            'name' => 'Margaret River Coastal Grid',
8290
            'method' => 'urn:ogc:def:method:EPSG::9807',
8291
            'extent' => ['4457'],
8292
            'extent_description' => 'Australia - Western Australia - Margaret River area onshore below 200m AHD.',
8293
        ],
8294
        'urn:ogc:def:coordinateOperation:EPSG::8011' => [
8295
            'name' => 'Perth Coastal Grid',
8296
            'method' => 'urn:ogc:def:method:EPSG::9807',
8297
            'extent' => ['4462'],
8298
            'extent_description' => 'Australia - Western Australia - Perth area onshore below 165m AHD.',
8299
        ],
8300
        'urn:ogc:def:coordinateOperation:EPSG::8012' => [
8301
            'name' => 'Port Hedland Grid 2020',
8302
            'method' => 'urn:ogc:def:method:EPSG::9807',
8303
            'extent' => ['4466'],
8304
            'extent_description' => 'Australia - Western Australia - Port Hedland area onshore.',
8305
        ],
8306
        'urn:ogc:def:coordinateOperation:EPSG::8033' => [
8307
            'name' => 'TM Zone 20N (US survey feet)',
8308
            'method' => 'urn:ogc:def:method:EPSG::9807',
8309
            'extent' => ['4467'],
8310
            'extent_description' => 'Trinidad and Tobago - offshore west of 60°W.',
8311
        ],
8312
        'urn:ogc:def:coordinateOperation:EPSG::8034' => [
8313
            'name' => 'TM Zone 21N (US survey feet)',
8314
            'method' => 'urn:ogc:def:method:EPSG::9807',
8315
            'extent' => ['4468'],
8316
            'extent_description' => 'Trinidad and Tobago - offshore east of 60°W.',
8317
        ],
8318
        'urn:ogc:def:coordinateOperation:EPSG::8040' => [
8319
            'name' => 'Gusterberg Grid',
8320
            'method' => 'urn:ogc:def:method:EPSG::9806',
8321
            'extent' => ['4455'],
8322
            'extent_description' => 'Austria - Upper Austria and Salzburg provinces. Czechia - Bohemia.',
8323
        ],
8324
        'urn:ogc:def:coordinateOperation:EPSG::8041' => [
8325
            'name' => 'St. Stephen Grid',
8326
            'method' => 'urn:ogc:def:method:EPSG::9806',
8327
            'extent' => ['4456'],
8328
            'extent_description' => 'Austria - Lower Austria. Czechia - Moravia and Czech Silesia.',
8329
        ],
8330
        'urn:ogc:def:coordinateOperation:EPSG::8048' => [
8331
            'name' => 'GDA94 to GDA2020 (1)',
8332
            'method' => 'urn:ogc:def:method:EPSG::9607',
8333
            'extent' => ['4177'],
8334
            'extent_description' => 'Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.',
8335
        ],
8336
        'urn:ogc:def:coordinateOperation:EPSG::8049' => [
8337
            'name' => 'ITRF2014 to GDA2020 (1)',
8338
            'method' => 'urn:ogc:def:method:EPSG::1056',
8339
            'extent' => ['4177'],
8340
            'extent_description' => 'Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.',
8341
        ],
8342
        'urn:ogc:def:coordinateOperation:EPSG::8061' => [
8343
            'name' => 'Pima County zone 1 East (ft)',
8344
            'method' => 'urn:ogc:def:method:EPSG::9815',
8345
            'extent' => ['4472'],
8346
            'extent_description' => 'United States (USA) - Arizona - Pima county - east of the township line between ranges R7E and R8E, Gila and Salt River Meridian (east of approximately 111°34\'W).',
8347
        ],
8348
        'urn:ogc:def:coordinateOperation:EPSG::8062' => [
8349
            'name' => 'Pima County zone 2 Central (ft)',
8350
            'method' => 'urn:ogc:def:method:EPSG::9807',
8351
            'extent' => ['4460'],
8352
            'extent_description' => 'United States (USA) - Arizona - Pima county - between the township line between ranges R2W and R3W and the township line between ranges R7E and R8E, Gila and Salt River Meridian (between approximately 112°31\'W and 111°34\'W).',
8353
        ],
8354
        'urn:ogc:def:coordinateOperation:EPSG::8063' => [
8355
            'name' => 'Pima County zone 3 West (ft)',
8356
            'method' => 'urn:ogc:def:method:EPSG::9807',
8357
            'extent' => ['4450'],
8358
            'extent_description' => 'United States (USA) - Arizona - Pima county - west of the township line between ranges R2W and R3W, Gila and Salt River Meridian (west of approximately 112°31\'W).',
8359
        ],
8360
        'urn:ogc:def:coordinateOperation:EPSG::8064' => [
8361
            'name' => 'Pima County zone 4 Mt. Lemmon (ft)',
8362
            'method' => 'urn:ogc:def:method:EPSG::9801',
8363
            'extent' => ['4473'],
8364
            'extent_description' => 'United States (USA) - Arizona - Pima county - Catalina Highway corridor between Mt. Lemmon and Willow Canyon.',
8365
        ],
8366
        'urn:ogc:def:coordinateOperation:EPSG::8069' => [
8367
            'name' => 'ITRF88 to ITRF2014 (1)',
8368
            'method' => 'urn:ogc:def:method:EPSG::1053',
8369
            'extent' => ['1262'],
8370
            'extent_description' => 'World.',
8371
        ],
8372
        'urn:ogc:def:coordinateOperation:EPSG::8070' => [
8373
            'name' => 'ITRF89 to ITRF2014 (1)',
8374
            'method' => 'urn:ogc:def:method:EPSG::1053',
8375
            'extent' => ['1262'],
8376
            'extent_description' => 'World.',
8377
        ],
8378
        'urn:ogc:def:coordinateOperation:EPSG::8071' => [
8379
            'name' => 'ITRF90 to ITRF2014 (1)',
8380
            'method' => 'urn:ogc:def:method:EPSG::1053',
8381
            'extent' => ['1262'],
8382
            'extent_description' => 'World.',
8383
        ],
8384
        'urn:ogc:def:coordinateOperation:EPSG::8072' => [
8385
            'name' => 'ITRF91 to ITRF2014 (1)',
8386
            'method' => 'urn:ogc:def:method:EPSG::1053',
8387
            'extent' => ['1262'],
8388
            'extent_description' => 'World.',
8389
        ],
8390
        'urn:ogc:def:coordinateOperation:EPSG::8073' => [
8391
            'name' => 'ITRF92 to ITRF2014 (1)',
8392
            'method' => 'urn:ogc:def:method:EPSG::1053',
8393
            'extent' => ['1262'],
8394
            'extent_description' => 'World.',
8395
        ],
8396
        'urn:ogc:def:coordinateOperation:EPSG::8074' => [
8397
            'name' => 'ITRF93 to ITRF2014 (1)',
8398
            'method' => 'urn:ogc:def:method:EPSG::1053',
8399
            'extent' => ['1262'],
8400
            'extent_description' => 'World.',
8401
        ],
8402
        'urn:ogc:def:coordinateOperation:EPSG::8075' => [
8403
            'name' => 'ITRF94 to ITRF2014 (1)',
8404
            'method' => 'urn:ogc:def:method:EPSG::1053',
8405
            'extent' => ['1262'],
8406
            'extent_description' => 'World.',
8407
        ],
8408
        'urn:ogc:def:coordinateOperation:EPSG::8076' => [
8409
            'name' => 'ITRF96 to ITRF2014 (1)',
8410
            'method' => 'urn:ogc:def:method:EPSG::1053',
8411
            'extent' => ['1262'],
8412
            'extent_description' => 'World.',
8413
        ],
8414
        'urn:ogc:def:coordinateOperation:EPSG::8077' => [
8415
            'name' => 'ITRF97 to ITRF2014 (1)',
8416
            'method' => 'urn:ogc:def:method:EPSG::1053',
8417
            'extent' => ['1262'],
8418
            'extent_description' => 'World.',
8419
        ],
8420
        'urn:ogc:def:coordinateOperation:EPSG::8078' => [
8421
            'name' => 'ITRF2000 to ITRF2014 (1)',
8422
            'method' => 'urn:ogc:def:method:EPSG::1053',
8423
            'extent' => ['1262'],
8424
            'extent_description' => 'World.',
8425
        ],
8426
        'urn:ogc:def:coordinateOperation:EPSG::8079' => [
8427
            'name' => 'ITRF2005 to ITRF2014 (1)',
8428
            'method' => 'urn:ogc:def:method:EPSG::1053',
8429
            'extent' => ['1262'],
8430
            'extent_description' => 'World.',
8431
        ],
8432
        'urn:ogc:def:coordinateOperation:EPSG::8080' => [
8433
            'name' => 'MTM Nova Scotia 2010 zone 4',
8434
            'method' => 'urn:ogc:def:method:EPSG::9807',
8435
            'extent' => ['1534'],
8436
            'extent_description' => 'Canada - Nova Scotia - east of 63°W.',
8437
        ],
8438
        'urn:ogc:def:coordinateOperation:EPSG::8081' => [
8439
            'name' => 'MTM Nova Scotia 2010 zone 5',
8440
            'method' => 'urn:ogc:def:method:EPSG::9807',
8441
            'extent' => ['1535'],
8442
            'extent_description' => 'Canada - Nova Scotia - west of 63°W.',
8443
        ],
8444
        'urn:ogc:def:coordinateOperation:EPSG::8087' => [
8445
            'name' => 'Iceland Lambert 2016',
8446
            'method' => 'urn:ogc:def:method:EPSG::9802',
8447
            'extent' => ['1120'],
8448
            'extent_description' => 'Iceland - onshore and offshore.',
8449
        ],
8450
        'urn:ogc:def:coordinateOperation:EPSG::8256' => [
8451
            'name' => 'ITRF92 to NAD83(CSRS96) (1)',
8452
            'method' => 'urn:ogc:def:method:EPSG::1053',
8453
            'extent' => ['1061'],
8454
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
8455
        ],
8456
        'urn:ogc:def:coordinateOperation:EPSG::8257' => [
8457
            'name' => 'ITRF93 to NAD83(CSRS96) (1)',
8458
            'method' => 'urn:ogc:def:method:EPSG::1053',
8459
            'extent' => ['1061'],
8460
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
8461
        ],
8462
        'urn:ogc:def:coordinateOperation:EPSG::8258' => [
8463
            'name' => 'ITRF94 to NAD83(CSRS96) (1)',
8464
            'method' => 'urn:ogc:def:method:EPSG::1053',
8465
            'extent' => ['1061'],
8466
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
8467
        ],
8468
        'urn:ogc:def:coordinateOperation:EPSG::8259' => [
8469
            'name' => 'ITRF96 to NAD83(CSRS)v2 (1)',
8470
            'method' => 'urn:ogc:def:method:EPSG::1053',
8471
            'extent' => ['1061'],
8472
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
8473
        ],
8474
        'urn:ogc:def:coordinateOperation:EPSG::8260' => [
8475
            'name' => 'ITRF97 to NAD83(CSRS)v3 (1)',
8476
            'method' => 'urn:ogc:def:method:EPSG::1053',
8477
            'extent' => ['1061'],
8478
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
8479
        ],
8480
        'urn:ogc:def:coordinateOperation:EPSG::8261' => [
8481
            'name' => 'ITRF2000 to NAD83(CSRS)v4 (1)',
8482
            'method' => 'urn:ogc:def:method:EPSG::1053',
8483
            'extent' => ['1061'],
8484
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
8485
        ],
8486
        'urn:ogc:def:coordinateOperation:EPSG::8264' => [
8487
            'name' => 'ITRF2008 to NAD83(CSRS)v6 (1)',
8488
            'method' => 'urn:ogc:def:method:EPSG::1053',
8489
            'extent' => ['1061'],
8490
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
8491
        ],
8492
        'urn:ogc:def:coordinateOperation:EPSG::8265' => [
8493
            'name' => 'ITRF2014 to NAD83(CSRS)v7 (1)',
8494
            'method' => 'urn:ogc:def:method:EPSG::1053',
8495
            'extent' => ['1061'],
8496
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
8497
        ],
8498
        'urn:ogc:def:coordinateOperation:EPSG::8270' => [
8499
            'name' => 'Saint Pierre et Miquelon 1950 to WGS 84 (2)',
8500
            'method' => 'urn:ogc:def:method:EPSG::9603',
8501
            'extent' => ['3299'],
8502
            'extent_description' => 'St Pierre and Miquelon - onshore.',
8503
        ],
8504
        'urn:ogc:def:coordinateOperation:EPSG::8273' => [
8505
            'name' => 'Oregon Burns-Harper zone (meters)',
8506
            'method' => 'urn:ogc:def:method:EPSG::9807',
8507
            'extent' => ['4459'],
8508
            'extent_description' => 'United States (USA) - Oregon - Burns-Harper area.',
8509
        ],
8510
        'urn:ogc:def:coordinateOperation:EPSG::8274' => [
8511
            'name' => 'Oregon Burns-Harper zone (International feet)',
8512
            'method' => 'urn:ogc:def:method:EPSG::9807',
8513
            'extent' => ['4459'],
8514
            'extent_description' => 'United States (USA) - Oregon - Burns-Harper area.',
8515
        ],
8516
        'urn:ogc:def:coordinateOperation:EPSG::8275' => [
8517
            'name' => 'Oregon Canyon City-Burns zone (meters)',
8518
            'method' => 'urn:ogc:def:method:EPSG::9807',
8519
            'extent' => ['4465'],
8520
            'extent_description' => 'United States (USA) - Oregon - Canyon City-Burns area.',
8521
        ],
8522
        'urn:ogc:def:coordinateOperation:EPSG::8276' => [
8523
            'name' => 'Oregon Canyon City-Burns zone (International feet)',
8524
            'method' => 'urn:ogc:def:method:EPSG::9807',
8525
            'extent' => ['4465'],
8526
            'extent_description' => 'United States (USA) - Oregon - Canyon City-Burns area.',
8527
        ],
8528
        'urn:ogc:def:coordinateOperation:EPSG::8277' => [
8529
            'name' => 'Oregon Coast Range North zone (meters)',
8530
            'method' => 'urn:ogc:def:method:EPSG::9801',
8531
            'extent' => ['4471'],
8532
            'extent_description' => 'United States (USA) - Oregon - Coast Range North area.',
8533
        ],
8534
        'urn:ogc:def:coordinateOperation:EPSG::8278' => [
8535
            'name' => 'Oregon Coast Range North zone (International feet)',
8536
            'method' => 'urn:ogc:def:method:EPSG::9801',
8537
            'extent' => ['4471'],
8538
            'extent_description' => 'United States (USA) - Oregon - Coast Range North area.',
8539
        ],
8540
        'urn:ogc:def:coordinateOperation:EPSG::8279' => [
8541
            'name' => 'Oregon Dayville-Prairie City zone (meters)',
8542
            'method' => 'urn:ogc:def:method:EPSG::9807',
8543
            'extent' => ['4474'],
8544
            'extent_description' => 'United States (USA) - Oregon - Dayville-Prairie City area.',
8545
        ],
8546
        'urn:ogc:def:coordinateOperation:EPSG::8280' => [
8547
            'name' => 'Oregon Dayville-Prairie City zone (International feet)',
8548
            'method' => 'urn:ogc:def:method:EPSG::9807',
8549
            'extent' => ['4474'],
8550
            'extent_description' => 'United States (USA) - Oregon - Dayville-Prairie City area.',
8551
        ],
8552
        'urn:ogc:def:coordinateOperation:EPSG::8281' => [
8553
            'name' => 'Oregon Denio-Burns zone (meters)',
8554
            'method' => 'urn:ogc:def:method:EPSG::9807',
8555
            'extent' => ['4475'],
8556
            'extent_description' => 'United States (USA) - Oregon - Denio-Burns area.',
8557
        ],
8558
        'urn:ogc:def:coordinateOperation:EPSG::8282' => [
8559
            'name' => 'Oregon Denio-Burns zone (International feet)',
8560
            'method' => 'urn:ogc:def:method:EPSG::9807',
8561
            'extent' => ['4475'],
8562
            'extent_description' => 'United States (USA) - Oregon - Denio-Burns area.',
8563
        ],
8564
        'urn:ogc:def:coordinateOperation:EPSG::8283' => [
8565
            'name' => 'Oregon Halfway zone (meters)',
8566
            'method' => 'urn:ogc:def:method:EPSG::9801',
8567
            'extent' => ['4476'],
8568
            'extent_description' => 'United States (USA) - Oregon - Halfway area.',
8569
        ],
8570
        'urn:ogc:def:coordinateOperation:EPSG::8284' => [
8571
            'name' => 'Oregon Halfway zone (International feet)',
8572
            'method' => 'urn:ogc:def:method:EPSG::9801',
8573
            'extent' => ['4476'],
8574
            'extent_description' => 'United States (USA) - Oregon - Halfway area.',
8575
        ],
8576
        'urn:ogc:def:coordinateOperation:EPSG::8285' => [
8577
            'name' => 'Oregon Medford-Diamond Lake zone (meters)',
8578
            'method' => 'urn:ogc:def:method:EPSG::9801',
8579
            'extent' => ['4477'],
8580
            'extent_description' => 'United States (USA) - Oregon - Medford-Diamond Lake area.',
8581
        ],
8582
        'urn:ogc:def:coordinateOperation:EPSG::8286' => [
8583
            'name' => 'Oregon Medford-Diamond Lake zone (International feet)',
8584
            'method' => 'urn:ogc:def:method:EPSG::9801',
8585
            'extent' => ['4477'],
8586
            'extent_description' => 'United States (USA) - Oregon - Medford-Diamond Lake area.',
8587
        ],
8588
        'urn:ogc:def:coordinateOperation:EPSG::8287' => [
8589
            'name' => 'Oregon Mitchell zone (meters)',
8590
            'method' => 'urn:ogc:def:method:EPSG::9801',
8591
            'extent' => ['4478'],
8592
            'extent_description' => 'United States (USA) - Oregon - Mitchell area.',
8593
        ],
8594
        'urn:ogc:def:coordinateOperation:EPSG::8288' => [
8595
            'name' => 'Oregon Mitchell zone (International feet)',
8596
            'method' => 'urn:ogc:def:method:EPSG::9801',
8597
            'extent' => ['4478'],
8598
            'extent_description' => 'United States (USA) - Oregon - Mitchell area.',
8599
        ],
8600
        'urn:ogc:def:coordinateOperation:EPSG::8289' => [
8601
            'name' => 'Oregon North Central zone (meters)',
8602
            'method' => 'urn:ogc:def:method:EPSG::9801',
8603
            'extent' => ['4479'],
8604
            'extent_description' => 'United States (USA) - Oregon - North Central area.',
8605
        ],
8606
        'urn:ogc:def:coordinateOperation:EPSG::8290' => [
8607
            'name' => 'Oregon North Central zone (International feet)',
8608
            'method' => 'urn:ogc:def:method:EPSG::9801',
8609
            'extent' => ['4479'],
8610
            'extent_description' => 'United States (USA) - Oregon - North Central area.',
8611
        ],
8612
        'urn:ogc:def:coordinateOperation:EPSG::8291' => [
8613
            'name' => 'Oregon Ochoco Summit zone (meters)',
8614
            'method' => 'urn:ogc:def:method:EPSG::9801',
8615
            'extent' => ['4481'],
8616
            'extent_description' => 'United States (USA) - Oregon - Ochoco Summit area.',
8617
        ],
8618
        'urn:ogc:def:coordinateOperation:EPSG::8292' => [
8619
            'name' => 'Oregon Ochoco Summit zone (International feet)',
8620
            'method' => 'urn:ogc:def:method:EPSG::9801',
8621
            'extent' => ['4481'],
8622
            'extent_description' => 'United States (USA) - Oregon - Ochoco Summit area.',
8623
        ],
8624
        'urn:ogc:def:coordinateOperation:EPSG::8293' => [
8625
            'name' => 'Oregon Owyhee zone (meters)',
8626
            'method' => 'urn:ogc:def:method:EPSG::9807',
8627
            'extent' => ['4482'],
8628
            'extent_description' => 'United States (USA) - Oregon - Owyhee area.',
8629
        ],
8630
        'urn:ogc:def:coordinateOperation:EPSG::8294' => [
8631
            'name' => 'Oregon Owyhee zone (International feet)',
8632
            'method' => 'urn:ogc:def:method:EPSG::9807',
8633
            'extent' => ['4482'],
8634
            'extent_description' => 'United States (USA) - Oregon - Owyhee area.',
8635
        ],
8636
        'urn:ogc:def:coordinateOperation:EPSG::8295' => [
8637
            'name' => 'Oregon Pilot Rock-Ukiah zone (meters)',
8638
            'method' => 'urn:ogc:def:method:EPSG::9801',
8639
            'extent' => ['4483'],
8640
            'extent_description' => 'United States (USA) - Oregon - Pilot Rock-Ukiah area.',
8641
        ],
8642
        'urn:ogc:def:coordinateOperation:EPSG::8296' => [
8643
            'name' => 'Oregon Pilot Rock-Ukiah zone (International feet)',
8644
            'method' => 'urn:ogc:def:method:EPSG::9801',
8645
            'extent' => ['4483'],
8646
            'extent_description' => 'United States (USA) - Oregon - Pilot Rock-Ukiah area.',
8647
        ],
8648
        'urn:ogc:def:coordinateOperation:EPSG::8297' => [
8649
            'name' => 'Oregon Prairie City-Brogan zone (meters)',
8650
            'method' => 'urn:ogc:def:method:EPSG::9801',
8651
            'extent' => ['4484'],
8652
            'extent_description' => 'United States (USA) - Oregon - Prairie City-Brogan area.',
8653
        ],
8654
        'urn:ogc:def:coordinateOperation:EPSG::8298' => [
8655
            'name' => 'Oregon Prairie City-Brogan zone (International feet)',
8656
            'method' => 'urn:ogc:def:method:EPSG::9801',
8657
            'extent' => ['4484'],
8658
            'extent_description' => 'United States (USA) - Oregon - Prairie City-Brogan area.',
8659
        ],
8660
        'urn:ogc:def:coordinateOperation:EPSG::8299' => [
8661
            'name' => 'Oregon Riley-Lakeview zone (meters)',
8662
            'method' => 'urn:ogc:def:method:EPSG::9807',
8663
            'extent' => ['4458'],
8664
            'extent_description' => 'United States (USA) - Oregon - Riley-Lakeview area.',
8665
        ],
8666
        'urn:ogc:def:coordinateOperation:EPSG::8300' => [
8667
            'name' => 'Oregon Riley-Lakeview zone (International feet)',
8668
            'method' => 'urn:ogc:def:method:EPSG::9807',
8669
            'extent' => ['4458'],
8670
            'extent_description' => 'United States (USA) - Oregon - Riley-Lakeview area.',
8671
        ],
8672
        'urn:ogc:def:coordinateOperation:EPSG::8301' => [
8673
            'name' => 'Oregon Siskiyou Pass zone (meters)',
8674
            'method' => 'urn:ogc:def:method:EPSG::9801',
8675
            'extent' => ['4463'],
8676
            'extent_description' => 'United States (USA) - Oregon - Siskiyou Pass area.',
8677
        ],
8678
        'urn:ogc:def:coordinateOperation:EPSG::8302' => [
8679
            'name' => 'Oregon Siskiyou Pass zone (International feet)',
8680
            'method' => 'urn:ogc:def:method:EPSG::9801',
8681
            'extent' => ['4463'],
8682
            'extent_description' => 'United States (USA) - Oregon - Siskiyou Pass area.',
8683
        ],
8684
        'urn:ogc:def:coordinateOperation:EPSG::8303' => [
8685
            'name' => 'Oregon Ukiah-Fox zone (meters)',
8686
            'method' => 'urn:ogc:def:method:EPSG::9801',
8687
            'extent' => ['4470'],
8688
            'extent_description' => 'United States (USA) - Oregon - Ukiah-Fox area.',
8689
        ],
8690
        'urn:ogc:def:coordinateOperation:EPSG::8304' => [
8691
            'name' => 'Oregon Ukiah-Fox zone (International feet)',
8692
            'method' => 'urn:ogc:def:method:EPSG::9801',
8693
            'extent' => ['4470'],
8694
            'extent_description' => 'United States (USA) - Oregon - Ukiah-Fox area.',
8695
        ],
8696
        'urn:ogc:def:coordinateOperation:EPSG::8305' => [
8697
            'name' => 'Oregon Wallowa zone (meters)',
8698
            'method' => 'urn:ogc:def:method:EPSG::9807',
8699
            'extent' => ['4480'],
8700
            'extent_description' => 'United States (USA) - Oregon - Wallowa area.',
8701
        ],
8702
        'urn:ogc:def:coordinateOperation:EPSG::8306' => [
8703
            'name' => 'Oregon Wallowa zone (International feet)',
8704
            'method' => 'urn:ogc:def:method:EPSG::9807',
8705
            'extent' => ['4480'],
8706
            'extent_description' => 'United States (USA) - Oregon - Wallowa area.',
8707
        ],
8708
        'urn:ogc:def:coordinateOperation:EPSG::8307' => [
8709
            'name' => 'Oregon Warner Highway zone (meters)',
8710
            'method' => 'urn:ogc:def:method:EPSG::9801',
8711
            'extent' => ['4486'],
8712
            'extent_description' => 'United States (USA) - Oregon - Warner Highway area.',
8713
        ],
8714
        'urn:ogc:def:coordinateOperation:EPSG::8308' => [
8715
            'name' => 'Oregon Warner Highway zone (International feet)',
8716
            'method' => 'urn:ogc:def:method:EPSG::9801',
8717
            'extent' => ['4486'],
8718
            'extent_description' => 'United States (USA) - Oregon - Warner Highway area.',
8719
        ],
8720
        'urn:ogc:def:coordinateOperation:EPSG::8309' => [
8721
            'name' => 'Oregon Willamette Pass zone (meters)',
8722
            'method' => 'urn:ogc:def:method:EPSG::9807',
8723
            'extent' => ['4488'],
8724
            'extent_description' => 'United States (USA) - Oregon - Willamette Pass area.',
8725
        ],
8726
        'urn:ogc:def:coordinateOperation:EPSG::8310' => [
8727
            'name' => 'Oregon Willamette Pass zone (International feet)',
8728
            'method' => 'urn:ogc:def:method:EPSG::9807',
8729
            'extent' => ['4488'],
8730
            'extent_description' => 'United States (USA) - Oregon - Willamette Pass area.',
8731
        ],
8732
        'urn:ogc:def:coordinateOperation:EPSG::8361' => [
8733
            'name' => 'ETRS89 to ETRS89 + Baltic 1957 height (1)',
8734
            'method' => 'urn:ogc:def:method:EPSG::1088',
8735
            'extent' => ['1211'],
8736
            'extent_description' => 'Slovakia.',
8737
        ],
8738
        'urn:ogc:def:coordinateOperation:EPSG::8362' => [
8739
            'name' => 'ETRS89 to ETRS89 + EVRF2007 height (1)',
8740
            'method' => 'urn:ogc:def:method:EPSG::1088',
8741
            'extent' => ['1211'],
8742
            'extent_description' => 'Slovakia.',
8743
        ],
8744
        'urn:ogc:def:coordinateOperation:EPSG::8364' => [
8745
            'name' => 'S-JTSK [JTSK03] to S-JTSK (1)',
8746
            'method' => 'urn:ogc:def:method:EPSG::9615',
8747
            'extent' => ['1211'],
8748
            'extent_description' => 'Slovakia.',
8749
        ],
8750
        'urn:ogc:def:coordinateOperation:EPSG::8365' => [
8751
            'name' => 'ETRS89 to S-JTSK [JTSK03] (1)',
8752
            'method' => 'urn:ogc:def:method:EPSG::9607',
8753
            'extent' => ['1211'],
8754
            'extent_description' => 'Slovakia.',
8755
        ],
8756
        'urn:ogc:def:coordinateOperation:EPSG::8367' => [
8757
            'name' => 'S-JTSK [JTSK03] to ETRS89 (1)',
8758
            'method' => 'urn:ogc:def:method:EPSG::9607',
8759
            'extent' => ['1211'],
8760
            'extent_description' => 'Slovakia.',
8761
        ],
8762
        'urn:ogc:def:coordinateOperation:EPSG::8369' => [
8763
            'name' => 'BD72 to ETRS89 (3)',
8764
            'method' => 'urn:ogc:def:method:EPSG::9615',
8765
            'extent' => ['1347'],
8766
            'extent_description' => 'Belgium - onshore.',
8767
        ],
8768
        'urn:ogc:def:coordinateOperation:EPSG::8372' => [
8769
            'name' => 'RGF93 v2 to NGF-IGN78 height (2)',
8770
            'method' => 'urn:ogc:def:method:EPSG::1073',
8771
            'extent' => ['1327'],
8772
            'extent_description' => 'France - Corsica onshore.',
8773
        ],
8774
        'urn:ogc:def:coordinateOperation:EPSG::8373' => [
8775
            'name' => 'NCRS Las Vegas zone (m)',
8776
            'method' => 'urn:ogc:def:method:EPSG::9807',
8777
            'extent' => ['4485'],
8778
            'extent_description' => 'United States (USA) - Nevada - Las Vegas area below approximately 3000 feet.',
8779
        ],
8780
        'urn:ogc:def:coordinateOperation:EPSG::8374' => [
8781
            'name' => 'NCRS Las Vegas zone (ftUS)',
8782
            'method' => 'urn:ogc:def:method:EPSG::9807',
8783
            'extent' => ['4485'],
8784
            'extent_description' => 'United States (USA) - Nevada - Las Vegas area below approximately 3000 feet.',
8785
        ],
8786
        'urn:ogc:def:coordinateOperation:EPSG::8375' => [
8787
            'name' => 'NCRS Las Vegas high elevation zone (m)',
8788
            'method' => 'urn:ogc:def:method:EPSG::9807',
8789
            'extent' => ['4487'],
8790
            'extent_description' => 'United States (USA) - Nevada - Las Vegas area above approximately 2850 feet.',
8791
        ],
8792
        'urn:ogc:def:coordinateOperation:EPSG::8376' => [
8793
            'name' => 'NCRS Las Vegas high elevation zone (ftUS)',
8794
            'method' => 'urn:ogc:def:method:EPSG::9807',
8795
            'extent' => ['4487'],
8796
            'extent_description' => 'United States (USA) - Nevada - Las Vegas area above approximately 2850 feet.',
8797
        ],
8798
        'urn:ogc:def:coordinateOperation:EPSG::8389' => [
8799
            'name' => 'WEIPA94',
8800
            'method' => 'urn:ogc:def:method:EPSG::9807',
8801
            'extent' => ['4491'],
8802
            'extent_description' => 'Australia - Queensland - Weipa area between 141°30\'E and 142°30\'E.',
8803
        ],
8804
        'urn:ogc:def:coordinateOperation:EPSG::8405' => [
8805
            'name' => 'ITRF2014 to ETRF2000 (1)',
8806
            'method' => 'urn:ogc:def:method:EPSG::1053',
8807
            'extent' => ['1298'],
8808
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
8809
        ],
8810
        'urn:ogc:def:coordinateOperation:EPSG::8432' => [
8811
            'name' => 'Macau Grid',
8812
            'method' => 'urn:ogc:def:method:EPSG::9807',
8813
            'extent' => ['1147'],
8814
            'extent_description' => 'China - Macao - onshore and offshore.',
8815
        ],
8816
        'urn:ogc:def:coordinateOperation:EPSG::8435' => [
8817
            'name' => 'Macao 2008 to Macao 1920 (1)',
8818
            'method' => 'urn:ogc:def:method:EPSG::9636',
8819
            'extent' => ['1147'],
8820
            'extent_description' => 'China - Macao - onshore and offshore.',
8821
        ],
8822
        'urn:ogc:def:coordinateOperation:EPSG::8436' => [
8823
            'name' => 'Macao 2008 to WGS 84 (1)',
8824
            'method' => 'urn:ogc:def:method:EPSG::9603',
8825
            'extent' => ['1147'],
8826
            'extent_description' => 'China - Macao - onshore and offshore.',
8827
        ],
8828
        'urn:ogc:def:coordinateOperation:EPSG::8438' => [
8829
            'name' => 'Macao 1920 to WGS 84 (1)',
8830
            'method' => 'urn:ogc:def:method:EPSG::9636',
8831
            'extent' => ['1147'],
8832
            'extent_description' => 'China - Macao - onshore and offshore.',
8833
        ],
8834
        'urn:ogc:def:coordinateOperation:EPSG::8439' => [
8835
            'name' => 'Hong Kong Geodetic CS to WGS 84 (1)',
8836
            'method' => 'urn:ogc:def:method:EPSG::9603',
8837
            'extent' => ['1118'],
8838
            'extent_description' => 'China - Hong Kong - onshore and offshore.',
8839
        ],
8840
        'urn:ogc:def:coordinateOperation:EPSG::8440' => [
8841
            'name' => 'Laborde Grid (Greenwich)',
8842
            'method' => 'urn:ogc:def:method:EPSG::9813',
8843
            'extent' => ['1149'],
8844
            'extent_description' => 'Madagascar - onshore and nearshore.',
8845
        ],
8846
        'urn:ogc:def:coordinateOperation:EPSG::8447' => [
8847
            'name' => 'GDA94 to GDA2020 (2)',
8848
            'method' => 'urn:ogc:def:method:EPSG::9615',
8849
            'extent' => ['2575'],
8850
            'extent_description' => 'Australia - Australian Capital Territory; New South Wales; Northern Territory; Queensland; South Australia; Tasmania; Western Australia; Victoria.',
8851
        ],
8852
        'urn:ogc:def:coordinateOperation:EPSG::8448' => [
8853
            'name' => 'GDA2020 to WGS 84 (G1762) (1)',
8854
            'method' => 'urn:ogc:def:method:EPSG::1056',
8855
            'extent' => ['4177'],
8856
            'extent_description' => 'Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.',
8857
        ],
8858
        'urn:ogc:def:coordinateOperation:EPSG::8450' => [
8859
            'name' => 'GDA2020 to WGS 84 (2)',
8860
            'method' => 'urn:ogc:def:method:EPSG::9603',
8861
            'extent' => ['4177'],
8862
            'extent_description' => 'Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.',
8863
        ],
8864
        'urn:ogc:def:coordinateOperation:EPSG::8451' => [
8865
            'name' => 'GDA2020 to AHD height (1)',
8866
            'method' => 'urn:ogc:def:method:EPSG::9665',
8867
            'extent' => ['4493'],
8868
            'extent_description' => 'Australia - Australian Capital Territory, New South Wales, Northern Territory, Queensland, South Australia, Tasmania, Western Australia and Victoria - onshore. Christmas Island - onshore. Cocos and Keeling Islands - onshore.',
8869
        ],
8870
        'urn:ogc:def:coordinateOperation:EPSG::8452' => [
8871
            'name' => 'Batavia to WGS 84 (1)',
8872
            'method' => 'urn:ogc:def:method:EPSG::9603',
8873
            'extent' => ['1285'],
8874
            'extent_description' => 'Indonesia - onshore - Bali, Java and western Sumatra.',
8875
        ],
8876
        'urn:ogc:def:coordinateOperation:EPSG::8458' => [
8877
            'name' => 'Kansas regional zone 1 Goodland (ftUS)',
8878
            'method' => 'urn:ogc:def:method:EPSG::9807',
8879
            'extent' => ['4495'],
8880
            'extent_description' => 'United States (USA) - Kansas - counties of Cheyenne; Sherman; Wallace.',
8881
        ],
8882
        'urn:ogc:def:coordinateOperation:EPSG::8459' => [
8883
            'name' => 'Kansas regional zone 2 Colby (ftUS)',
8884
            'method' => 'urn:ogc:def:method:EPSG::9807',
8885
            'extent' => ['4496'],
8886
            'extent_description' => 'United States (USA) - Kansas - counties of Logan; Rawlins; Thomas.',
8887
        ],
8888
        'urn:ogc:def:coordinateOperation:EPSG::8490' => [
8889
            'name' => 'Kansas regional zone 3 Oberlin (ftUS)',
8890
            'method' => 'urn:ogc:def:method:EPSG::9807',
8891
            'extent' => ['4497'],
8892
            'extent_description' => 'United States (USA) - Kansas - counties of Decatur; Gove; Sheridan.',
8893
        ],
8894
        'urn:ogc:def:coordinateOperation:EPSG::8491' => [
8895
            'name' => 'Kansas regional zone 4 Hays (ftUS)',
8896
            'method' => 'urn:ogc:def:method:EPSG::9807',
8897
            'extent' => ['4494'],
8898
            'extent_description' => 'United States (USA) - Kansas - counties of Ellis; Graham; Norton; Phillips; Rooks; Trego.',
8899
        ],
8900
        'urn:ogc:def:coordinateOperation:EPSG::8492' => [
8901
            'name' => 'Kansas regional zone 5 Great Bend (ftUS)',
8902
            'method' => 'urn:ogc:def:method:EPSG::9807',
8903
            'extent' => ['4498'],
8904
            'extent_description' => 'United States (USA) - Kansas - counties of Barton; Osborne; Russell; Smith.',
8905
        ],
8906
        'urn:ogc:def:coordinateOperation:EPSG::8493' => [
8907
            'name' => 'Kansas regional zone 6 Beliot (ftUS)',
8908
            'method' => 'urn:ogc:def:method:EPSG::9807',
8909
            'extent' => ['4499'],
8910
            'extent_description' => 'United States (USA) - Kansas - counties of Ellsworth; Jewell; Lincoln; Mitchell; Rice.',
8911
        ],
8912
        'urn:ogc:def:coordinateOperation:EPSG::8494' => [
8913
            'name' => 'Kansas regional zone 7 Salina (ftUS)',
8914
            'method' => 'urn:ogc:def:method:EPSG::9807',
8915
            'extent' => ['4500'],
8916
            'extent_description' => 'United States (USA) - Kansas - counties of Clay; Cloud; Dickinson; Marion; McPherson; Ottawa; Republic; Saline; Washington.',
8917
        ],
8918
        'urn:ogc:def:coordinateOperation:EPSG::8495' => [
8919
            'name' => 'Kansas regional zone 8 Manhattan (ftUS)',
8920
            'method' => 'urn:ogc:def:method:EPSG::9801',
8921
            'extent' => ['4501'],
8922
            'extent_description' => 'United States (USA) - Kansas - counties of Geary; Pottawatomie; Riley; Wabaunsee.',
8923
        ],
8924
        'urn:ogc:def:coordinateOperation:EPSG::8498' => [
8925
            'name' => 'Kansas regional zone 9 Emporia (ftUS)',
8926
            'method' => 'urn:ogc:def:method:EPSG::9801',
8927
            'extent' => ['4502'],
8928
            'extent_description' => 'United States (USA) - Kansas - counties of Chase; Lyon; Morris.',
8929
        ],
8930
        'urn:ogc:def:coordinateOperation:EPSG::8499' => [
8931
            'name' => 'Kansas regional zone 10 Atchison (ftUS)',
8932
            'method' => 'urn:ogc:def:method:EPSG::9801',
8933
            'extent' => ['4503'],
8934
            'extent_description' => 'United States (USA) - Kansas - counties of Atchison; Brown; Doniphan; Jackson; Marshall; Nemaha.',
8935
        ],
8936
        'urn:ogc:def:coordinateOperation:EPSG::8500' => [
8937
            'name' => 'Kansas regional zone 11 Kansas City (ftUS)',
8938
            'method' => 'urn:ogc:def:method:EPSG::9801',
8939
            'extent' => ['4504'],
8940
            'extent_description' => 'United States (USA) - Kansas - counties of Douglas; Jefferson; Johnson; Leavenworth; Shawnee; Wyandotte.',
8941
        ],
8942
        'urn:ogc:def:coordinateOperation:EPSG::8501' => [
8943
            'name' => 'Kansas regional zone 12 Ulysses (ftUS)',
8944
            'method' => 'urn:ogc:def:method:EPSG::9807',
8945
            'extent' => ['4505'],
8946
            'extent_description' => 'United States (USA) - Kansas - counties of Grant; Greeley; Hamilton; Kearny; Morton; Stanton; Stevens; Wichita.',
8947
        ],
8948
        'urn:ogc:def:coordinateOperation:EPSG::8502' => [
8949
            'name' => 'Kansas regional zone 13 Garden City (ftUS)',
8950
            'method' => 'urn:ogc:def:method:EPSG::9807',
8951
            'extent' => ['4506'],
8952
            'extent_description' => 'United States (USA) - Kansas - counties of Finney; Gray; Haskell; Lane; Meade; Scott; Seward.',
8953
        ],
8954
        'urn:ogc:def:coordinateOperation:EPSG::8503' => [
8955
            'name' => 'Kansas regional zone 14 Dodge City (ftUS)',
8956
            'method' => 'urn:ogc:def:method:EPSG::9807',
8957
            'extent' => ['4507'],
8958
            'extent_description' => 'United States (USA) - Kansas - counties of Clark; Ford; Hodgeman; Ness.',
8959
        ],
8960
        'urn:ogc:def:coordinateOperation:EPSG::8504' => [
8961
            'name' => 'Kansas regional zone 15 Larned (ftUS)',
8962
            'method' => 'urn:ogc:def:method:EPSG::9807',
8963
            'extent' => ['4508'],
8964
            'extent_description' => 'United States (USA) - Kansas - counties of Comanche; Edwards; Kiowa; Pawnee; Rush.',
8965
        ],
8966
        'urn:ogc:def:coordinateOperation:EPSG::8505' => [
8967
            'name' => 'Kansas regional zone 16 Pratt (ftUS)',
8968
            'method' => 'urn:ogc:def:method:EPSG::9807',
8969
            'extent' => ['4509'],
8970
            'extent_description' => 'United States (USA) - Kansas - counties of Barber; Pratt; Stafford.',
8971
        ],
8972
        'urn:ogc:def:coordinateOperation:EPSG::8506' => [
8973
            'name' => 'Kansas regional zone 17 Wichita (ftUS)',
8974
            'method' => 'urn:ogc:def:method:EPSG::9801',
8975
            'extent' => ['4510'],
8976
            'extent_description' => 'United States (USA) - Kansas - counties of Butler; Harvey; Kingman; Reno; Sedgwick.',
8977
        ],
8978
        'urn:ogc:def:coordinateOperation:EPSG::8507' => [
8979
            'name' => 'Kansas regional zone 18 Arkansas City (ftUS)',
8980
            'method' => 'urn:ogc:def:method:EPSG::9801',
8981
            'extent' => ['4511'],
8982
            'extent_description' => 'United States (USA) - Kansas - counties of Cowley; Harper; Sumner.',
8983
        ],
8984
        'urn:ogc:def:coordinateOperation:EPSG::8515' => [
8985
            'name' => 'Kansas regional zone 19 Coffeyville (ftUS)',
8986
            'method' => 'urn:ogc:def:method:EPSG::9807',
8987
            'extent' => ['4512'],
8988
            'extent_description' => 'United States (USA) - Kansas - counties of Chautauqua; Coffey; Elk; Greenwood; Montgomery; Osage; Wilson; Woodson.',
8989
        ],
8990
        'urn:ogc:def:coordinateOperation:EPSG::8516' => [
8991
            'name' => 'Kansas regional zone 20 Pittsburg (ftUS)',
8992
            'method' => 'urn:ogc:def:method:EPSG::9807',
8993
            'extent' => ['4513'],
8994
            'extent_description' => 'United States (USA) - Kansas - counties of Allen; Anderson; Bourbon; Cherokee; Crawford; Franklin; Labette; Linn; Miami; Neosho.',
8995
        ],
8996
        'urn:ogc:def:coordinateOperation:EPSG::8546' => [
8997
            'name' => 'St. George Island to NAD83 (2)',
8998
            'method' => 'urn:ogc:def:method:EPSG::1074',
8999
            'extent' => ['1331'],
9000
            'extent_description' => 'United States (USA) - Alaska - Pribilof Islands - St George Island.',
9001
        ],
9002
        'urn:ogc:def:coordinateOperation:EPSG::8547' => [
9003
            'name' => 'St. Lawrence Island to NAD83 (2)',
9004
            'method' => 'urn:ogc:def:method:EPSG::1074',
9005
            'extent' => ['1332'],
9006
            'extent_description' => 'United States (USA) - Alaska - St Lawrence Island.',
9007
        ],
9008
        'urn:ogc:def:coordinateOperation:EPSG::8548' => [
9009
            'name' => 'St. Paul Island to NAD83 (2)',
9010
            'method' => 'urn:ogc:def:method:EPSG::1074',
9011
            'extent' => ['1333'],
9012
            'extent_description' => 'United States (USA) - Alaska - Pribilof Islands - St Paul Island.',
9013
        ],
9014
        'urn:ogc:def:coordinateOperation:EPSG::8549' => [
9015
            'name' => 'NAD27 to NAD83 (8)',
9016
            'method' => 'urn:ogc:def:method:EPSG::1074',
9017
            'extent' => ['1330'],
9018
            'extent_description' => 'United States (USA) - Alaska.',
9019
        ],
9020
        'urn:ogc:def:coordinateOperation:EPSG::8550' => [
9021
            'name' => 'NAD83 to NAD83(HARN) (48)',
9022
            'method' => 'urn:ogc:def:method:EPSG::1074',
9023
            'extent' => ['2373'],
9024
            'extent_description' => 'United States (USA) - Alaska including EEZ.',
9025
        ],
9026
        'urn:ogc:def:coordinateOperation:EPSG::8551' => [
9027
            'name' => 'NAD83(HARN) to NAD83(NSRS2007) (2)',
9028
            'method' => 'urn:ogc:def:method:EPSG::1075',
9029
            'extent' => ['2373'],
9030
            'extent_description' => 'United States (USA) - Alaska including EEZ.',
9031
        ],
9032
        'urn:ogc:def:coordinateOperation:EPSG::8552' => [
9033
            'name' => 'NAD83(NSRS2007) to NAD83(2011) (2)',
9034
            'method' => 'urn:ogc:def:method:EPSG::1075',
9035
            'extent' => ['1330'],
9036
            'extent_description' => 'United States (USA) - Alaska.',
9037
        ],
9038
        'urn:ogc:def:coordinateOperation:EPSG::8555' => [
9039
            'name' => 'NAD27 to NAD83 (7)',
9040
            'method' => 'urn:ogc:def:method:EPSG::1074',
9041
            'extent' => ['4516'],
9042
            'extent_description' => 'United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Gulf of Mexico offshore continental shelf (GoM OCS).',
9043
        ],
9044
        'urn:ogc:def:coordinateOperation:EPSG::8556' => [
9045
            'name' => 'NAD83 to NAD83(HARN) (47)',
9046
            'method' => 'urn:ogc:def:method:EPSG::1074',
9047
            'extent' => ['4516'],
9048
            'extent_description' => 'United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Gulf of Mexico offshore continental shelf (GoM OCS).',
9049
        ],
9050
        'urn:ogc:def:coordinateOperation:EPSG::8559' => [
9051
            'name' => 'NAD83(NSRS2007) to NAD83(2011) (1)',
9052
            'method' => 'urn:ogc:def:method:EPSG::1075',
9053
            'extent' => ['4516'],
9054
            'extent_description' => 'United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Gulf of Mexico offshore continental shelf (GoM OCS).',
9055
        ],
9056
        'urn:ogc:def:coordinateOperation:EPSG::8561' => [
9057
            'name' => 'Old Hawaiian to NAD83 (2)',
9058
            'method' => 'urn:ogc:def:method:EPSG::1074',
9059
            'extent' => ['1334'],
9060
            'extent_description' => 'United States (USA) - Hawaii - main islands onshore.',
9061
        ],
9062
        'urn:ogc:def:coordinateOperation:EPSG::8660' => [
9063
            'name' => 'NAD83 to NAD83(HARN) (49)',
9064
            'method' => 'urn:ogc:def:method:EPSG::1074',
9065
            'extent' => ['1334'],
9066
            'extent_description' => 'United States (USA) - Hawaii - main islands onshore.',
9067
        ],
9068
        'urn:ogc:def:coordinateOperation:EPSG::8661' => [
9069
            'name' => 'NAD83(HARN) to NAD83(PA11) (1)',
9070
            'method' => 'urn:ogc:def:method:EPSG::1075',
9071
            'extent' => ['1334'],
9072
            'extent_description' => 'United States (USA) - Hawaii - main islands onshore.',
9073
        ],
9074
        'urn:ogc:def:coordinateOperation:EPSG::8662' => [
9075
            'name' => 'American Samoa 1962 to NAD83(HARN) (3)',
9076
            'method' => 'urn:ogc:def:method:EPSG::1074',
9077
            'extent' => ['3109'],
9078
            'extent_description' => 'American Samoa - Tutuila, Aunu\'u, Ofu, Olesega and Ta\'u islands.',
9079
        ],
9080
        'urn:ogc:def:coordinateOperation:EPSG::8665' => [
9081
            'name' => 'Guam 1963 to NAD83(HARN) (2)',
9082
            'method' => 'urn:ogc:def:method:EPSG::1074',
9083
            'extent' => ['4525'],
9084
            'extent_description' => 'Guam - onshore. Northern Mariana Islands - onshore.',
9085
        ],
9086
        'urn:ogc:def:coordinateOperation:EPSG::8668' => [
9087
            'name' => 'Puerto Rico to NAD83 (2)',
9088
            'method' => 'urn:ogc:def:method:EPSG::1074',
9089
            'extent' => ['3634'],
9090
            'extent_description' => 'Puerto Rico and US Virgin Islands - onshore.',
9091
        ],
9092
        'urn:ogc:def:coordinateOperation:EPSG::8669' => [
9093
            'name' => 'NAD83 to NAD83(HARN) (50)',
9094
            'method' => 'urn:ogc:def:method:EPSG::1074',
9095
            'extent' => ['3634'],
9096
            'extent_description' => 'Puerto Rico and US Virgin Islands - onshore.',
9097
        ],
9098
        'urn:ogc:def:coordinateOperation:EPSG::8673' => [
9099
            'name' => 'NAD83(NSRS2007) to NAD83(2011) (3)',
9100
            'method' => 'urn:ogc:def:method:EPSG::1075',
9101
            'extent' => ['2251'],
9102
            'extent_description' => 'Puerto Rico and US Virgin Islands - onshore and offshore.',
9103
        ],
9104
        'urn:ogc:def:coordinateOperation:EPSG::8674' => [
9105
            'name' => 'La Canoa to PSAD56 (1)',
9106
            'method' => 'urn:ogc:def:method:EPSG::9603',
9107
            'extent' => ['3327'],
9108
            'extent_description' => 'Venezuela - onshore.',
9109
        ],
9110
        'urn:ogc:def:coordinateOperation:EPSG::8680' => [
9111
            'name' => 'MGI 1901 to ETRS89 (7)',
9112
            'method' => 'urn:ogc:def:method:EPSG::9606',
9113
            'extent' => ['1050'],
9114
            'extent_description' => 'Bosnia and Herzegovina.',
9115
        ],
9116
        'urn:ogc:def:coordinateOperation:EPSG::8689' => [
9117
            'name' => 'MGI 1901 to Slovenia 1996 (12)',
9118
            'method' => 'urn:ogc:def:method:EPSG::9607',
9119
            'extent' => ['3307'],
9120
            'extent_description' => 'Slovenia - onshore.',
9121
        ],
9122
        'urn:ogc:def:coordinateOperation:EPSG::8819' => [
9123
            'name' => 'RSAO13 to WGS 84 (1)',
9124
            'method' => 'urn:ogc:def:method:EPSG::9603',
9125
            'extent' => ['1029'],
9126
            'extent_description' => 'Angola - onshore and offshore.',
9127
        ],
9128
        'urn:ogc:def:coordinateOperation:EPSG::8824' => [
9129
            'name' => 'Ain el Abd to MTRF-2000 (1)',
9130
            'method' => 'urn:ogc:def:method:EPSG::9607',
9131
            'extent' => ['3303'],
9132
            'extent_description' => 'Saudi Arabia - onshore.',
9133
        ],
9134
        'urn:ogc:def:coordinateOperation:EPSG::8825' => [
9135
            'name' => 'Idaho Transverse Mercator',
9136
            'method' => 'urn:ogc:def:method:EPSG::9807',
9137
            'extent' => ['1381'],
9138
            'extent_description' => 'United States (USA) - Idaho.',
9139
        ],
9140
        'urn:ogc:def:coordinateOperation:EPSG::8827' => [
9141
            'name' => 'Camacupa 2015 to RSAO13 (1)',
9142
            'method' => 'urn:ogc:def:method:EPSG::9607',
9143
            'extent' => ['1029'],
9144
            'extent_description' => 'Angola - onshore and offshore.',
9145
        ],
9146
        'urn:ogc:def:coordinateOperation:EPSG::8829' => [
9147
            'name' => 'Tahiti 79 to RGPF (1)',
9148
            'method' => 'urn:ogc:def:method:EPSG::9606',
9149
            'extent' => ['3124'],
9150
            'extent_description' => 'French Polynesia - Society Islands - Tahiti.',
9151
        ],
9152
        'urn:ogc:def:coordinateOperation:EPSG::8831' => [
9153
            'name' => 'Moorea 87 to RGPF (2)',
9154
            'method' => 'urn:ogc:def:method:EPSG::9606',
9155
            'extent' => ['3125'],
9156
            'extent_description' => 'French Polynesia - Society Islands - Moorea.',
9157
        ],
9158
        'urn:ogc:def:coordinateOperation:EPSG::8833' => [
9159
            'name' => 'Tahaa 54 to RGPF (1)',
9160
            'method' => 'urn:ogc:def:method:EPSG::9606',
9161
            'extent' => ['2812'],
9162
            'extent_description' => 'French Polynesia - Society Islands - Bora Bora, Huahine, Raiatea and Tahaa.',
9163
        ],
9164
        'urn:ogc:def:coordinateOperation:EPSG::8835' => [
9165
            'name' => 'Fatu Iva 72 to RGPF (1)',
9166
            'method' => 'urn:ogc:def:method:EPSG::9606',
9167
            'extent' => ['3133'],
9168
            'extent_description' => 'French Polynesia - Marquesas Islands - Fatu Hiva.',
9169
        ],
9170
        'urn:ogc:def:coordinateOperation:EPSG::8843' => [
9171
            'name' => 'IGN63 Hiva Oa to RGPF (1)',
9172
            'method' => 'urn:ogc:def:method:EPSG::9606',
9173
            'extent' => ['3131'],
9174
            'extent_description' => 'French Polynesia - Marquesas Islands - Hiva Oa.',
9175
        ],
9176
        'urn:ogc:def:coordinateOperation:EPSG::8845' => [
9177
            'name' => 'IGN63 Hiva Oa to RGPF (2)',
9178
            'method' => 'urn:ogc:def:method:EPSG::9606',
9179
            'extent' => ['3132'],
9180
            'extent_description' => 'French Polynesia - Marquesas Islands - Tahuata.',
9181
        ],
9182
        'urn:ogc:def:coordinateOperation:EPSG::8847' => [
9183
            'name' => 'IGN72 Nuku Hiva to RGPF (1)',
9184
            'method' => 'urn:ogc:def:method:EPSG::9606',
9185
            'extent' => ['2810'],
9186
            'extent_description' => 'French Polynesia - Marquesas Islands - Nuku Hiva.',
9187
        ],
9188
        'urn:ogc:def:coordinateOperation:EPSG::8848' => [
9189
            'name' => 'IGN72 Nuku Hiva to WGS 84 (5)',
9190
            'method' => 'urn:ogc:def:method:EPSG::9606',
9191
            'extent' => ['2810'],
9192
            'extent_description' => 'French Polynesia - Marquesas Islands - Nuku Hiva.',
9193
        ],
9194
        'urn:ogc:def:coordinateOperation:EPSG::8849' => [
9195
            'name' => 'IGN72 Nuku Hiva to RGPF (2)',
9196
            'method' => 'urn:ogc:def:method:EPSG::9606',
9197
            'extent' => ['3127'],
9198
            'extent_description' => 'French Polynesia - Marquesas Islands - Ua Huka.',
9199
        ],
9200
        'urn:ogc:def:coordinateOperation:EPSG::8851' => [
9201
            'name' => 'IGN72 Nuku Hiva to RGPF (3)',
9202
            'method' => 'urn:ogc:def:method:EPSG::9606',
9203
            'extent' => ['3128'],
9204
            'extent_description' => 'French Polynesia - Marquesas Islands - Ua Pou.',
9205
        ],
9206
        'urn:ogc:def:coordinateOperation:EPSG::8854' => [
9207
            'name' => 'Equal Earth Greenwich',
9208
            'method' => 'urn:ogc:def:method:EPSG::1078',
9209
            'extent' => ['1262'],
9210
            'extent_description' => 'World.',
9211
        ],
9212
        'urn:ogc:def:coordinateOperation:EPSG::8855' => [
9213
            'name' => 'Equal Earth Americas',
9214
            'method' => 'urn:ogc:def:method:EPSG::1078',
9215
            'extent' => ['1262'],
9216
            'extent_description' => 'World.',
9217
        ],
9218
        'urn:ogc:def:coordinateOperation:EPSG::8856' => [
9219
            'name' => 'Equal Earth Asia-Pacific',
9220
            'method' => 'urn:ogc:def:method:EPSG::1078',
9221
            'extent' => ['1262'],
9222
            'extent_description' => 'World.',
9223
        ],
9224
        'urn:ogc:def:coordinateOperation:EPSG::8861' => [
9225
            'name' => 'NAD83(HARN) to NAD83(FBN) (1)',
9226
            'method' => 'urn:ogc:def:method:EPSG::1075',
9227
            'extent' => ['4516'],
9228
            'extent_description' => 'United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Gulf of Mexico offshore continental shelf (GoM OCS).',
9229
        ],
9230
        'urn:ogc:def:coordinateOperation:EPSG::8862' => [
9231
            'name' => 'NAD83(FBN) to NAD83(NSRS2007) (1)',
9232
            'method' => 'urn:ogc:def:method:EPSG::1075',
9233
            'extent' => ['4516'],
9234
            'extent_description' => 'United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Gulf of Mexico offshore continental shelf (GoM OCS).',
9235
        ],
9236
        'urn:ogc:def:coordinateOperation:EPSG::8863' => [
9237
            'name' => 'NAD83(HARN) to NAD83(FBN) (2)',
9238
            'method' => 'urn:ogc:def:method:EPSG::1075',
9239
            'extent' => ['3110'],
9240
            'extent_description' => 'American Samoa - Tutuila, Aunu\'u, Ofu, Olesega, Ta\'u and Rose islands.',
9241
        ],
9242
        'urn:ogc:def:coordinateOperation:EPSG::8864' => [
9243
            'name' => 'NAD83(FBN) to NAD83(PA11) (1)',
9244
            'method' => 'urn:ogc:def:method:EPSG::1075',
9245
            'extent' => ['3110'],
9246
            'extent_description' => 'American Samoa - Tutuila, Aunu\'u, Ofu, Olesega, Ta\'u and Rose islands.',
9247
        ],
9248
        'urn:ogc:def:coordinateOperation:EPSG::8865' => [
9249
            'name' => 'NAD83(HARN) to NAD83(FBN) (3)',
9250
            'method' => 'urn:ogc:def:method:EPSG::1075',
9251
            'extent' => ['4525'],
9252
            'extent_description' => 'Guam - onshore. Northern Mariana Islands - onshore.',
9253
        ],
9254
        'urn:ogc:def:coordinateOperation:EPSG::8866' => [
9255
            'name' => 'NAD83(FBN) to NAD83(MA11) (1)',
9256
            'method' => 'urn:ogc:def:method:EPSG::1075',
9257
            'extent' => ['4525'],
9258
            'extent_description' => 'Guam - onshore. Northern Mariana Islands - onshore.',
9259
        ],
9260
        'urn:ogc:def:coordinateOperation:EPSG::8867' => [
9261
            'name' => 'NAD83(HARN Corrected) to NAD83(FBN) (1)',
9262
            'method' => 'urn:ogc:def:method:EPSG::1075',
9263
            'extent' => ['3634'],
9264
            'extent_description' => 'Puerto Rico and US Virgin Islands - onshore.',
9265
        ],
9266
        'urn:ogc:def:coordinateOperation:EPSG::8868' => [
9267
            'name' => 'NAD83(FBN) to NAD83(NSRS2007) (2)',
9268
            'method' => 'urn:ogc:def:method:EPSG::1075',
9269
            'extent' => ['3634'],
9270
            'extent_description' => 'Puerto Rico and US Virgin Islands - onshore.',
9271
        ],
9272
        'urn:ogc:def:coordinateOperation:EPSG::8869' => [
9273
            'name' => 'ITRF2008 to ETRF2014 (1)',
9274
            'method' => 'urn:ogc:def:method:EPSG::1053',
9275
            'extent' => ['1298'],
9276
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
9277
        ],
9278
        'urn:ogc:def:coordinateOperation:EPSG::8870' => [
9279
            'name' => 'ITRF2005 to ETRF2014 (1)',
9280
            'method' => 'urn:ogc:def:method:EPSG::1053',
9281
            'extent' => ['1298'],
9282
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
9283
        ],
9284
        'urn:ogc:def:coordinateOperation:EPSG::8871' => [
9285
            'name' => 'ITRF2000 to ETRF2014 (1)',
9286
            'method' => 'urn:ogc:def:method:EPSG::1053',
9287
            'extent' => ['1298'],
9288
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
9289
        ],
9290
        'urn:ogc:def:coordinateOperation:EPSG::8872' => [
9291
            'name' => 'ITRF97 to ETRF2014 (1)',
9292
            'method' => 'urn:ogc:def:method:EPSG::1053',
9293
            'extent' => ['1298'],
9294
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
9295
        ],
9296
        'urn:ogc:def:coordinateOperation:EPSG::8873' => [
9297
            'name' => 'ITRF96 to ETRF2014 (1)',
9298
            'method' => 'urn:ogc:def:method:EPSG::1053',
9299
            'extent' => ['1298'],
9300
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
9301
        ],
9302
        'urn:ogc:def:coordinateOperation:EPSG::8874' => [
9303
            'name' => 'ITRF94 to ETRF2014 (1)',
9304
            'method' => 'urn:ogc:def:method:EPSG::1053',
9305
            'extent' => ['1298'],
9306
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
9307
        ],
9308
        'urn:ogc:def:coordinateOperation:EPSG::8875' => [
9309
            'name' => 'ITRF93 to ETRF2014 (1)',
9310
            'method' => 'urn:ogc:def:method:EPSG::1053',
9311
            'extent' => ['1298'],
9312
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
9313
        ],
9314
        'urn:ogc:def:coordinateOperation:EPSG::8876' => [
9315
            'name' => 'ITRF92 to ETRF2014 (1)',
9316
            'method' => 'urn:ogc:def:method:EPSG::1053',
9317
            'extent' => ['1298'],
9318
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
9319
        ],
9320
        'urn:ogc:def:coordinateOperation:EPSG::8877' => [
9321
            'name' => 'ITRF91 to ETRF2014 (1)',
9322
            'method' => 'urn:ogc:def:method:EPSG::1053',
9323
            'extent' => ['1298'],
9324
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
9325
        ],
9326
        'urn:ogc:def:coordinateOperation:EPSG::8878' => [
9327
            'name' => 'ITRF90 to ETRF2014 (1)',
9328
            'method' => 'urn:ogc:def:method:EPSG::1053',
9329
            'extent' => ['1298'],
9330
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
9331
        ],
9332
        'urn:ogc:def:coordinateOperation:EPSG::8879' => [
9333
            'name' => 'ITRF89 to ETRF2014 (1)',
9334
            'method' => 'urn:ogc:def:method:EPSG::1053',
9335
            'extent' => ['1298'],
9336
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
9337
        ],
9338
        'urn:ogc:def:coordinateOperation:EPSG::8880' => [
9339
            'name' => 'ITRF2014 to ETRF2014 (2)',
9340
            'method' => 'urn:ogc:def:method:EPSG::1053',
9341
            'extent' => ['1298'],
9342
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
9343
        ],
9344
        'urn:ogc:def:coordinateOperation:EPSG::8882' => [
9345
            'name' => 'Camacupa 2015 to WGS 84 (11)',
9346
            'method' => 'urn:ogc:def:method:EPSG::9607',
9347
            'extent' => ['1029'],
9348
            'extent_description' => 'Angola - onshore and offshore.',
9349
        ],
9350
        'urn:ogc:def:coordinateOperation:EPSG::8886' => [
9351
            'name' => 'SVY21 to WGS 84 (1)',
9352
            'method' => 'urn:ogc:def:method:EPSG::9603',
9353
            'extent' => ['1210'],
9354
            'extent_description' => 'Singapore - onshore and offshore.',
9355
        ],
9356
        'urn:ogc:def:coordinateOperation:EPSG::8889' => [
9357
            'name' => 'BGS2005 to ETRS89 (1)',
9358
            'method' => 'urn:ogc:def:method:EPSG::9603',
9359
            'extent' => ['1056'],
9360
            'extent_description' => 'Bulgaria - onshore and offshore.',
9361
        ],
9362
        'urn:ogc:def:coordinateOperation:EPSG::8891' => [
9363
            'name' => 'LKS-92 to ETRS89 (1)',
9364
            'method' => 'urn:ogc:def:method:EPSG::9603',
9365
            'extent' => ['1139'],
9366
            'extent_description' => 'Latvia - onshore and offshore.',
9367
        ],
9368
        'urn:ogc:def:coordinateOperation:EPSG::8892' => [
9369
            'name' => 'LKS94 to ETRS89 (1)',
9370
            'method' => 'urn:ogc:def:method:EPSG::9603',
9371
            'extent' => ['1145'],
9372
            'extent_description' => 'Lithuania - onshore and offshore.',
9373
        ],
9374
        'urn:ogc:def:coordinateOperation:EPSG::8893' => [
9375
            'name' => 'SRB_ETRS89 to ETRS89 (1)',
9376
            'method' => 'urn:ogc:def:method:EPSG::9603',
9377
            'extent' => ['4543'],
9378
            'extent_description' => 'Serbia including Vojvodina.',
9379
        ],
9380
        'urn:ogc:def:coordinateOperation:EPSG::8895' => [
9381
            'name' => 'CHTRS95 to ETRS89 (1)',
9382
            'method' => 'urn:ogc:def:method:EPSG::9603',
9383
            'extent' => ['1286'],
9384
            'extent_description' => 'Liechtenstein; Switzerland.',
9385
        ],
9386
        'urn:ogc:def:coordinateOperation:EPSG::8952' => [
9387
            'name' => 'ITRF97 to SIRGAS-CON DGF00P01 (1)',
9388
            'method' => 'urn:ogc:def:method:EPSG::1065',
9389
            'extent' => ['4530'],
9390
            'extent_description' => 'Latin America - Central America and South America, onshore and offshore.',
9391
        ],
9392
        'urn:ogc:def:coordinateOperation:EPSG::8953' => [
9393
            'name' => 'ITRF2000 to SIRGAS-CON DGF01P01 (1)',
9394
            'method' => 'urn:ogc:def:method:EPSG::1065',
9395
            'extent' => ['4530'],
9396
            'extent_description' => 'Latin America - Central America and South America, onshore and offshore.',
9397
        ],
9398
        'urn:ogc:def:coordinateOperation:EPSG::8954' => [
9399
            'name' => 'ITRF2000 to SIRGAS-CON DGF01P02 (1)',
9400
            'method' => 'urn:ogc:def:method:EPSG::1065',
9401
            'extent' => ['4530'],
9402
            'extent_description' => 'Latin America - Central America and South America, onshore and offshore.',
9403
        ],
9404
        'urn:ogc:def:coordinateOperation:EPSG::8955' => [
9405
            'name' => 'ITRF2000 to SIRGAS-CON DGF02P01 (1)',
9406
            'method' => 'urn:ogc:def:method:EPSG::1065',
9407
            'extent' => ['4530'],
9408
            'extent_description' => 'Latin America - Central America and South America, onshore and offshore.',
9409
        ],
9410
        'urn:ogc:def:coordinateOperation:EPSG::8956' => [
9411
            'name' => 'ITRF2000 to SIRGAS-CON DGF04P01 (1)',
9412
            'method' => 'urn:ogc:def:method:EPSG::1065',
9413
            'extent' => ['4530'],
9414
            'extent_description' => 'Latin America - Central America and South America, onshore and offshore.',
9415
        ],
9416
        'urn:ogc:def:coordinateOperation:EPSG::8957' => [
9417
            'name' => 'ITRF2000 to SIRGAS-CON DGF05P01 (1)',
9418
            'method' => 'urn:ogc:def:method:EPSG::1065',
9419
            'extent' => ['4530'],
9420
            'extent_description' => 'Latin America - Central America and South America, onshore and offshore.',
9421
        ],
9422
        'urn:ogc:def:coordinateOperation:EPSG::8958' => [
9423
            'name' => 'ITRF2000 to SIRGAS-CON DGF06P01 (1)',
9424
            'method' => 'urn:ogc:def:method:EPSG::1065',
9425
            'extent' => ['4530'],
9426
            'extent_description' => 'Latin America - Central America and South America, onshore and offshore.',
9427
        ],
9428
        'urn:ogc:def:coordinateOperation:EPSG::8959' => [
9429
            'name' => 'IGS05 to SIRGAS-CON DGF07P01 (1)',
9430
            'method' => 'urn:ogc:def:method:EPSG::1065',
9431
            'extent' => ['4530'],
9432
            'extent_description' => 'Latin America - Central America and South America, onshore and offshore.',
9433
        ],
9434
        'urn:ogc:def:coordinateOperation:EPSG::8960' => [
9435
            'name' => 'IGS05 to SIRGAS-CON DGF08P01 (1)',
9436
            'method' => 'urn:ogc:def:method:EPSG::1065',
9437
            'extent' => ['4530'],
9438
            'extent_description' => 'Latin America - Central America and South America, onshore and offshore.',
9439
        ],
9440
        'urn:ogc:def:coordinateOperation:EPSG::8961' => [
9441
            'name' => 'IGS05 to SIRGAS-CON SIR09P01 (1)',
9442
            'method' => 'urn:ogc:def:method:EPSG::1065',
9443
            'extent' => ['4530'],
9444
            'extent_description' => 'Latin America - Central America and South America, onshore and offshore.',
9445
        ],
9446
        'urn:ogc:def:coordinateOperation:EPSG::8962' => [
9447
            'name' => 'ITRF2008 to SIRGAS-CON SIR10P01 (1)',
9448
            'method' => 'urn:ogc:def:method:EPSG::1065',
9449
            'extent' => ['4530'],
9450
            'extent_description' => 'Latin America - Central America and South America, onshore and offshore.',
9451
        ],
9452
        'urn:ogc:def:coordinateOperation:EPSG::8963' => [
9453
            'name' => 'ITRF2008 to SIRGAS-CON SIR11P01 (1)',
9454
            'method' => 'urn:ogc:def:method:EPSG::1065',
9455
            'extent' => ['4530'],
9456
            'extent_description' => 'Latin America - Central America and South America, onshore and offshore.',
9457
        ],
9458
        'urn:ogc:def:coordinateOperation:EPSG::8964' => [
9459
            'name' => 'IGb08 to SIRGAS-CON SIR13P01 (1)',
9460
            'method' => 'urn:ogc:def:method:EPSG::1065',
9461
            'extent' => ['4530'],
9462
            'extent_description' => 'Latin America - Central America and South America, onshore and offshore.',
9463
        ],
9464
        'urn:ogc:def:coordinateOperation:EPSG::8965' => [
9465
            'name' => 'IGb08 to SIRGAS-CON SIR14P01 (1)',
9466
            'method' => 'urn:ogc:def:method:EPSG::1065',
9467
            'extent' => ['4530'],
9468
            'extent_description' => 'Latin America - Central America and South America, onshore and offshore.',
9469
        ],
9470
        'urn:ogc:def:coordinateOperation:EPSG::8966' => [
9471
            'name' => 'IGb08 to SIRGAS-CON SIR15P01 (1)',
9472
            'method' => 'urn:ogc:def:method:EPSG::1065',
9473
            'extent' => ['4530'],
9474
            'extent_description' => 'Latin America - Central America and South America, onshore and offshore.',
9475
        ],
9476
        'urn:ogc:def:coordinateOperation:EPSG::8967' => [
9477
            'name' => 'IGS14 to SIRGAS-CON SIR17P01 (1)',
9478
            'method' => 'urn:ogc:def:method:EPSG::1065',
9479
            'extent' => ['4530'],
9480
            'extent_description' => 'Latin America - Central America and South America, onshore and offshore.',
9481
        ],
9482
        'urn:ogc:def:coordinateOperation:EPSG::8970' => [
9483
            'name' => 'ITRF2014 to NAD83(2011) (1)',
9484
            'method' => 'urn:ogc:def:method:EPSG::1056',
9485
            'extent' => ['1511'],
9486
            'extent_description' => 'Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Virgin Islands - onshore and offshore.',
9487
        ],
9488
        'urn:ogc:def:coordinateOperation:EPSG::8971' => [
9489
            'name' => 'NAD83 to NAD83(2011) (1)',
9490
            'method' => 'urn:ogc:def:method:EPSG::9603',
9491
            'extent' => ['3357'],
9492
            'extent_description' => 'United States (USA) - offshore Gulf of Mexico outer continental shelf (GoM OCS) - protraction areas South Padre Island; North Padre Island; Mustang Island; Matagorda Island; Brazos; Galveston; High Island; Sabine Pass; West Cameron; East Cameron; Vermilion; South Marsh Island; Eugene Island; Ship Shoal; South Pelto; Bay Marchand; South Timbalier; Grand Isle; West Delta; South Pass; Main Pass; Breton Sound; Chandeleur; Corpus Christi; Port Isabel; East Breaks; Alaminos Canyon; Garden Banks; Keathley Canyon; Sigsbee Escarpment; Ewing Bank; Green Canyon; Walker Ridge; Amery Terrace; Mobile; Viosca Knoll; Mississippi Canyon; Atwater Valley; Lund; Lund South; Pensacola; Destin Dome; De Soto Canyon; Lloyd Ridge; Henderson; Florida Plain; Campeche Escarpment; Apalachicola; Florida Middle Ground; The Elbow; Vernon Basin; Howell Hook; Rankin; Gainesville; Tarpon Springs; St Petersburg; Charlotte Harbor; Pulley Ridge; Dry Tortugas; Tortugas Valley; Miami; Key West.',
9493
        ],
9494
        'urn:ogc:def:coordinateOperation:EPSG::9028' => [
9495
            'name' => 'ITRF97 to IGS97 (1)',
9496
            'method' => 'urn:ogc:def:method:EPSG::1065',
9497
            'extent' => ['1262'],
9498
            'extent_description' => 'World.',
9499
        ],
9500
        'urn:ogc:def:coordinateOperation:EPSG::9029' => [
9501
            'name' => 'ITRF2000 to IGS00 (1)',
9502
            'method' => 'urn:ogc:def:method:EPSG::1065',
9503
            'extent' => ['1262'],
9504
            'extent_description' => 'World.',
9505
        ],
9506
        'urn:ogc:def:coordinateOperation:EPSG::9030' => [
9507
            'name' => 'ITRF2005 to IGS05 (1)',
9508
            'method' => 'urn:ogc:def:method:EPSG::1065',
9509
            'extent' => ['1262'],
9510
            'extent_description' => 'World.',
9511
        ],
9512
        'urn:ogc:def:coordinateOperation:EPSG::9031' => [
9513
            'name' => 'ITRF2008 to IGS08 (1)',
9514
            'method' => 'urn:ogc:def:method:EPSG::1065',
9515
            'extent' => ['1262'],
9516
            'extent_description' => 'World.',
9517
        ],
9518
        'urn:ogc:def:coordinateOperation:EPSG::9032' => [
9519
            'name' => 'ITRF2014 to IGS14 (1)',
9520
            'method' => 'urn:ogc:def:method:EPSG::1065',
9521
            'extent' => ['1262'],
9522
            'extent_description' => 'World.',
9523
        ],
9524
        'urn:ogc:def:coordinateOperation:EPSG::9033' => [
9525
            'name' => 'IGS97 to IGS00 (1)',
9526
            'method' => 'urn:ogc:def:method:EPSG::1053',
9527
            'extent' => ['1262'],
9528
            'extent_description' => 'World.',
9529
        ],
9530
        'urn:ogc:def:coordinateOperation:EPSG::9034' => [
9531
            'name' => 'IGS00 to IGb00 (1)',
9532
            'method' => 'urn:ogc:def:method:EPSG::1065',
9533
            'extent' => ['1262'],
9534
            'extent_description' => 'World.',
9535
        ],
9536
        'urn:ogc:def:coordinateOperation:EPSG::9035' => [
9537
            'name' => 'IGb00 to IGS05 (1)',
9538
            'method' => 'urn:ogc:def:method:EPSG::1053',
9539
            'extent' => ['1262'],
9540
            'extent_description' => 'World.',
9541
        ],
9542
        'urn:ogc:def:coordinateOperation:EPSG::9036' => [
9543
            'name' => 'IGS05 to IGS08 (1)',
9544
            'method' => 'urn:ogc:def:method:EPSG::1053',
9545
            'extent' => ['1262'],
9546
            'extent_description' => 'World.',
9547
        ],
9548
        'urn:ogc:def:coordinateOperation:EPSG::9037' => [
9549
            'name' => 'IGS08 to IGb08 (1)',
9550
            'method' => 'urn:ogc:def:method:EPSG::1065',
9551
            'extent' => ['1262'],
9552
            'extent_description' => 'World.',
9553
        ],
9554
        'urn:ogc:def:coordinateOperation:EPSG::9038' => [
9555
            'name' => 'IGb08 to IGS14 (1)',
9556
            'method' => 'urn:ogc:def:method:EPSG::1053',
9557
            'extent' => ['1262'],
9558
            'extent_description' => 'World.',
9559
        ],
9560
        'urn:ogc:def:coordinateOperation:EPSG::9051' => [
9561
            'name' => 'ITRF94 to SIRGAS 1995 (1)',
9562
            'method' => 'urn:ogc:def:method:EPSG::1065',
9563
            'extent' => ['3448'],
9564
            'extent_description' => 'South America - onshore and offshore. Ecuador (mainland and Galapagos) - onshore and offshore.',
9565
        ],
9566
        'urn:ogc:def:coordinateOperation:EPSG::9052' => [
9567
            'name' => 'ITRF2000 to SIRGAS 2000 (1)',
9568
            'method' => 'urn:ogc:def:method:EPSG::1065',
9569
            'extent' => ['3418'],
9570
            'extent_description' => 'Latin America - Central America and South America - onshore and offshore. Brazil - onshore and offshore.',
9571
        ],
9572
        'urn:ogc:def:coordinateOperation:EPSG::9058' => [
9573
            'name' => 'Vietnam TM-3 103-00',
9574
            'method' => 'urn:ogc:def:method:EPSG::9807',
9575
            'extent' => ['4541'],
9576
            'extent_description' => 'Vietnam - Dien Bien and Lai Chau provinces.',
9577
        ],
9578
        'urn:ogc:def:coordinateOperation:EPSG::9076' => [
9579
            'name' => 'WGS 84 (G873) to ITRF94 (1)',
9580
            'method' => 'urn:ogc:def:method:EPSG::1032',
9581
            'extent' => ['1262'],
9582
            'extent_description' => 'World.',
9583
        ],
9584
        'urn:ogc:def:coordinateOperation:EPSG::9077' => [
9585
            'name' => 'ITRF2000 to NAD83(MARP00) (1)',
9586
            'method' => 'urn:ogc:def:method:EPSG::1056',
9587
            'extent' => ['4167'],
9588
            'extent_description' => 'Guam, Northern Mariana Islands and Palau; onshore and offshore.',
9589
        ],
9590
        'urn:ogc:def:coordinateOperation:EPSG::9078' => [
9591
            'name' => 'ITRF2000 to NAD83(PACP00) (1)',
9592
            'method' => 'urn:ogc:def:method:EPSG::1056',
9593
            'extent' => ['4162'],
9594
            'extent_description' => 'American Samoa, Marshall Islands, United States (USA) - Hawaii, United States minor outlying islands; onshore and offshore.',
9595
        ],
9596
        'urn:ogc:def:coordinateOperation:EPSG::9105' => [
9597
            'name' => 'ATS77 to NAD83 (1)',
9598
            'method' => 'urn:ogc:def:method:EPSG::9615',
9599
            'extent' => ['2313'],
9600
            'extent_description' => 'Canada - Nova Scotia onshore.',
9601
        ],
9602
        'urn:ogc:def:coordinateOperation:EPSG::9106' => [
9603
            'name' => 'ATS77 to NAD83(CSRS)v6 (4)',
9604
            'method' => 'urn:ogc:def:method:EPSG::9615',
9605
            'extent' => ['2313'],
9606
            'extent_description' => 'Canada - Nova Scotia onshore.',
9607
        ],
9608
        'urn:ogc:def:coordinateOperation:EPSG::9107' => [
9609
            'name' => 'NAD27 to NAD83(CSRS)v3 (5)',
9610
            'method' => 'urn:ogc:def:method:EPSG::9615',
9611
            'extent' => ['4537'],
9612
            'extent_description' => 'Canada - Ontario excluding Toronto.',
9613
        ],
9614
        'urn:ogc:def:coordinateOperation:EPSG::9108' => [
9615
            'name' => 'NAD27 to NAD83(CSRS)v3 (6)',
9616
            'method' => 'urn:ogc:def:method:EPSG::9615',
9617
            'extent' => ['4536'],
9618
            'extent_description' => 'Canada - Ontario - Toronto.',
9619
        ],
9620
        'urn:ogc:def:coordinateOperation:EPSG::9109' => [
9621
            'name' => 'NAD27(76) to NAD83(CSRS)v3 (1)',
9622
            'method' => 'urn:ogc:def:method:EPSG::9615',
9623
            'extent' => ['1367'],
9624
            'extent_description' => 'Canada - Ontario.',
9625
        ],
9626
        'urn:ogc:def:coordinateOperation:EPSG::9110' => [
9627
            'name' => 'NAD83 to NAD83(CSRS)v3 (5)',
9628
            'method' => 'urn:ogc:def:method:EPSG::9615',
9629
            'extent' => ['1367'],
9630
            'extent_description' => 'Canada - Ontario.',
9631
        ],
9632
        'urn:ogc:def:coordinateOperation:EPSG::9111' => [
9633
            'name' => 'NAD27 to NAD83 (9)',
9634
            'method' => 'urn:ogc:def:method:EPSG::9615',
9635
            'extent' => ['2375'],
9636
            'extent_description' => 'Canada - Saskatchewan.',
9637
        ],
9638
        'urn:ogc:def:coordinateOperation:EPSG::9113' => [
9639
            'name' => 'NAD27 to NAD83(CSRS)v3 (8)',
9640
            'method' => 'urn:ogc:def:method:EPSG::9615',
9641
            'extent' => ['4533'],
9642
            'extent_description' => 'Canada - British Columbia - Vancouver Island - Capital Regional District.',
9643
        ],
9644
        'urn:ogc:def:coordinateOperation:EPSG::9115' => [
9645
            'name' => 'NAD27 to NAD83(CSRS)v4 (10)',
9646
            'method' => 'urn:ogc:def:method:EPSG::9615',
9647
            'extent' => ['4535'],
9648
            'extent_description' => 'Canada - British Columbia - mainland and Graham Island.',
9649
        ],
9650
        'urn:ogc:def:coordinateOperation:EPSG::9117' => [
9651
            'name' => 'NAD83 to NAD83(CSRS)v3 (7)',
9652
            'method' => 'urn:ogc:def:method:EPSG::9615',
9653
            'extent' => ['4533'],
9654
            'extent_description' => 'Canada - British Columbia - Vancouver Island - Capital Regional District.',
9655
        ],
9656
        'urn:ogc:def:coordinateOperation:EPSG::9118' => [
9657
            'name' => 'NAD83 to NAD83(CSRS)v3 (8)',
9658
            'method' => 'urn:ogc:def:method:EPSG::9615',
9659
            'extent' => ['4534'],
9660
            'extent_description' => 'Canada - British Columbia - north Vancouver Island.',
9661
        ],
9662
        'urn:ogc:def:coordinateOperation:EPSG::9119' => [
9663
            'name' => 'NAD83 to NAD83(CSRS)v4 (9)',
9664
            'method' => 'urn:ogc:def:method:EPSG::9615',
9665
            'extent' => ['4535'],
9666
            'extent_description' => 'Canada - British Columbia - mainland and Graham Island.',
9667
        ],
9668
        'urn:ogc:def:coordinateOperation:EPSG::9125' => [
9669
            'name' => 'ITRF2008 to CGVD2013a(2010) height (2)',
9670
            'method' => 'urn:ogc:def:method:EPSG::1060',
9671
            'extent' => ['1061'],
9672
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
9673
        ],
9674
        'urn:ogc:def:coordinateOperation:EPSG::9126' => [
9675
            'name' => 'NAD83(CSRS)v2 to NAD83(CORS96) (1)',
9676
            'method' => 'urn:ogc:def:method:EPSG::1065',
9677
            'extent' => ['4544'],
9678
            'extent_description' => 'North America - onshore and offshore: Canada - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon. Puerto Rico. United States (USA) - Alabama; Alaska; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Virgin Islands.',
9679
        ],
9680
        'urn:ogc:def:coordinateOperation:EPSG::9127' => [
9681
            'name' => 'NAD83(CSRS)v3 to NAD83(CORS96) (1)',
9682
            'method' => 'urn:ogc:def:method:EPSG::1065',
9683
            'extent' => ['4544'],
9684
            'extent_description' => 'North America - onshore and offshore: Canada - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon. Puerto Rico. United States (USA) - Alabama; Alaska; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Virgin Islands.',
9685
        ],
9686
        'urn:ogc:def:coordinateOperation:EPSG::9128' => [
9687
            'name' => 'NAD83(CSRS)v4 to NAD83(CORS96) (1)',
9688
            'method' => 'urn:ogc:def:method:EPSG::1065',
9689
            'extent' => ['4544'],
9690
            'extent_description' => 'North America - onshore and offshore: Canada - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon. Puerto Rico. United States (USA) - Alabama; Alaska; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Virgin Islands.',
9691
        ],
9692
        'urn:ogc:def:coordinateOperation:EPSG::9129' => [
9693
            'name' => 'NAD83(CSRS)v6 to NAD83(2011) (1)',
9694
            'method' => 'urn:ogc:def:method:EPSG::1065',
9695
            'extent' => ['4544'],
9696
            'extent_description' => 'North America - onshore and offshore: Canada - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon. Puerto Rico. United States (USA) - Alabama; Alaska; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Virgin Islands.',
9697
        ],
9698
        'urn:ogc:def:coordinateOperation:EPSG::9131' => [
9699
            'name' => 'RGAF09 to IGN 2008 LD height (1)',
9700
            'method' => 'urn:ogc:def:method:EPSG::1073',
9701
            'extent' => ['2893'],
9702
            'extent_description' => 'Guadeloupe - onshore - La Desirade.',
9703
        ],
9704
        'urn:ogc:def:coordinateOperation:EPSG::9132' => [
9705
            'name' => 'RRAF 1991 to IGN 2008 LD height (1)',
9706
            'method' => 'urn:ogc:def:method:EPSG::1073',
9707
            'extent' => ['2893'],
9708
            'extent_description' => 'Guadeloupe - onshore - La Desirade.',
9709
        ],
9710
        'urn:ogc:def:coordinateOperation:EPSG::9133' => [
9711
            'name' => 'RGAF09 to Guadeloupe 1988 height (2)',
9712
            'method' => 'urn:ogc:def:method:EPSG::1073',
9713
            'extent' => ['2892'],
9714
            'extent_description' => 'Guadeloupe - onshore - Basse-Terre and Grande-Terre.',
9715
        ],
9716
        'urn:ogc:def:coordinateOperation:EPSG::9134' => [
9717
            'name' => 'RGAF09 to IGN 1988 LS height (2)',
9718
            'method' => 'urn:ogc:def:method:EPSG::1073',
9719
            'extent' => ['2895'],
9720
            'extent_description' => 'Guadeloupe - onshore - Les Saintes.',
9721
        ],
9722
        'urn:ogc:def:coordinateOperation:EPSG::9135' => [
9723
            'name' => 'RGAF09 to IGN 1988 MG height (2)',
9724
            'method' => 'urn:ogc:def:method:EPSG::1073',
9725
            'extent' => ['2894'],
9726
            'extent_description' => 'Guadeloupe - onshore - Marie-Galante.',
9727
        ],
9728
        'urn:ogc:def:coordinateOperation:EPSG::9136' => [
9729
            'name' => 'RGAF09 to Martinique 1987 height (2)',
9730
            'method' => 'urn:ogc:def:method:EPSG::1073',
9731
            'extent' => ['3276'],
9732
            'extent_description' => 'Martinique - onshore.',
9733
        ],
9734
        'urn:ogc:def:coordinateOperation:EPSG::9142' => [
9735
            'name' => 'MGI 1901 to KOSOVAREF01 (1)',
9736
            'method' => 'urn:ogc:def:method:EPSG::9606',
9737
            'extent' => ['4542'],
9738
            'extent_description' => 'Kosovo.',
9739
        ],
9740
        'urn:ogc:def:coordinateOperation:EPSG::9144' => [
9741
            'name' => 'KOSOVAREF01 to WGS 84 (1)',
9742
            'method' => 'urn:ogc:def:method:EPSG::9603',
9743
            'extent' => ['4542'],
9744
            'extent_description' => 'Kosovo.',
9745
        ],
9746
        'urn:ogc:def:coordinateOperation:EPSG::9145' => [
9747
            'name' => 'WGS 84 (Transit) to ITRF90 (1)',
9748
            'method' => 'urn:ogc:def:method:EPSG::1033',
9749
            'extent' => ['1262'],
9750
            'extent_description' => 'World.',
9751
        ],
9752
        'urn:ogc:def:coordinateOperation:EPSG::9177' => [
9753
            'name' => 'SIRGAS-Chile 2002 to ITRF2000 (1)',
9754
            'method' => 'urn:ogc:def:method:EPSG::1065',
9755
            'extent' => ['1066'],
9756
            'extent_description' => 'Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez.',
9757
        ],
9758
        'urn:ogc:def:coordinateOperation:EPSG::9178' => [
9759
            'name' => 'SIRGAS-Chile 2010 to IGS08 (1)',
9760
            'method' => 'urn:ogc:def:method:EPSG::1065',
9761
            'extent' => ['1066'],
9762
            'extent_description' => 'Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez.',
9763
        ],
9764
        'urn:ogc:def:coordinateOperation:EPSG::9179' => [
9765
            'name' => 'SIRGAS-Chile 2013 to IGb08 (1)',
9766
            'method' => 'urn:ogc:def:method:EPSG::1065',
9767
            'extent' => ['1066'],
9768
            'extent_description' => 'Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez.',
9769
        ],
9770
        'urn:ogc:def:coordinateOperation:EPSG::9180' => [
9771
            'name' => 'SIRGAS-Chile 2016 to IGb08 (1)',
9772
            'method' => 'urn:ogc:def:method:EPSG::1065',
9773
            'extent' => ['1066'],
9774
            'extent_description' => 'Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez.',
9775
        ],
9776
        'urn:ogc:def:coordinateOperation:EPSG::9181' => [
9777
            'name' => 'NAD83(HARN) to NAD83(HARN Corrected) (1)',
9778
            'method' => 'urn:ogc:def:method:EPSG::1075',
9779
            'extent' => ['3634'],
9780
            'extent_description' => 'Puerto Rico and US Virgin Islands - onshore.',
9781
        ],
9782
        'urn:ogc:def:coordinateOperation:EPSG::9185' => [
9783
            'name' => 'AGD66 to GDA2020 (1)',
9784
            'method' => 'urn:ogc:def:method:EPSG::9607',
9785
            'extent' => ['2283'],
9786
            'extent_description' => 'Australia - Australian Capital Territory.',
9787
        ],
9788
        'urn:ogc:def:coordinateOperation:EPSG::9186' => [
9789
            'name' => 'ITRF2008 to IG05/12 Intermediate CRS',
9790
            'method' => 'urn:ogc:def:method:EPSG::9607',
9791
            'extent' => ['2603'],
9792
            'extent_description' => 'Israel - onshore; Palestine Territory - onshore.',
9793
        ],
9794
        'urn:ogc:def:coordinateOperation:EPSG::9187' => [
9795
            'name' => 'RGAF09 to IGN 1988 SB height (2)',
9796
            'method' => 'urn:ogc:def:method:EPSG::1073',
9797
            'extent' => ['2891'],
9798
            'extent_description' => 'Guadeloupe - onshore - St Barthelemy island.',
9799
        ],
9800
        'urn:ogc:def:coordinateOperation:EPSG::9188' => [
9801
            'name' => 'RGAF09 to IGN 1988 SM height (2)',
9802
            'method' => 'urn:ogc:def:method:EPSG::1073',
9803
            'extent' => ['2890'],
9804
            'extent_description' => 'Guadeloupe - onshore - St Martin island.',
9805
        ],
9806
        'urn:ogc:def:coordinateOperation:EPSG::9189' => [
9807
            'name' => 'WGS 84 to IG05/12 Intermediate CRS',
9808
            'method' => 'urn:ogc:def:method:EPSG::9607',
9809
            'extent' => ['2603'],
9810
            'extent_description' => 'Israel - onshore; Palestine Territory - onshore.',
9811
        ],
9812
        'urn:ogc:def:coordinateOperation:EPSG::9190' => [
9813
            'name' => 'NIWA Albers',
9814
            'method' => 'urn:ogc:def:method:EPSG::9822',
9815
            'extent' => ['3508'],
9816
            'extent_description' => 'Southwestern Pacific Ocean and Southern Ocean areas surrounding New Zealand.',
9817
        ],
9818
        'urn:ogc:def:coordinateOperation:EPSG::9192' => [
9819
            'name' => 'Vietnam TM-3 104-00',
9820
            'method' => 'urn:ogc:def:method:EPSG::9807',
9821
            'extent' => ['4538'],
9822
            'extent_description' => 'Vietnam - Son La province.',
9823
        ],
9824
        'urn:ogc:def:coordinateOperation:EPSG::9193' => [
9825
            'name' => 'Vietnam TM-3 104-30',
9826
            'method' => 'urn:ogc:def:method:EPSG::9807',
9827
            'extent' => ['4545'],
9828
            'extent_description' => 'Vietnam - Ca Mau and Kien Giang provinces.',
9829
        ],
9830
        'urn:ogc:def:coordinateOperation:EPSG::9194' => [
9831
            'name' => 'Vietnam TM-3 104-45',
9832
            'method' => 'urn:ogc:def:method:EPSG::9807',
9833
            'extent' => ['4546'],
9834
            'extent_description' => 'Vietnam - An Giang, Lao Cai, Nghe An, Phu Tho and Yen Bai provinces.',
9835
        ],
9836
        'urn:ogc:def:coordinateOperation:EPSG::9195' => [
9837
            'name' => 'Vietnam TM-3 105-30',
9838
            'method' => 'urn:ogc:def:method:EPSG::9807',
9839
            'extent' => ['4548'],
9840
            'extent_description' => 'Vietnam - Bac Ninh, Ha Giang, Ha Tinh, Hai Duong, Hung Yen, Nam Dinh, Soc Trang, Tay Ninh, Thai Binh, Tra Vinh and Vinh Long provinces.',
9841
        ],
9842
        'urn:ogc:def:coordinateOperation:EPSG::9196' => [
9843
            'name' => 'Vietnam TM-3 105-45',
9844
            'method' => 'urn:ogc:def:method:EPSG::9807',
9845
            'extent' => ['4549'],
9846
            'extent_description' => 'Vietnam - Hai Phong and Ho Chi Minh cities; Ben Tre, Binh Duong, Cao Bang, Long An and Tien Giang provinces.',
9847
        ],
9848
        'urn:ogc:def:coordinateOperation:EPSG::9197' => [
9849
            'name' => 'Vietnam TM-3 106-00',
9850
            'method' => 'urn:ogc:def:method:EPSG::9807',
9851
            'extent' => ['4550'],
9852
            'extent_description' => 'Vietnam - Hoa Binh, Quang Binh and Tuyen Quang provinces.',
9853
        ],
9854
        'urn:ogc:def:coordinateOperation:EPSG::9198' => [
9855
            'name' => 'Vietnam TM-3 106-15',
9856
            'method' => 'urn:ogc:def:method:EPSG::9807',
9857
            'extent' => ['4552'],
9858
            'extent_description' => 'Vietnam - Binh Phuoc and Quang Tri provinces.',
9859
        ],
9860
        'urn:ogc:def:coordinateOperation:EPSG::9199' => [
9861
            'name' => 'Vietnam TM-3 106-30',
9862
            'method' => 'urn:ogc:def:method:EPSG::9807',
9863
            'extent' => ['4553'],
9864
            'extent_description' => 'Vietnam - Bac Kan and Thai Nguyen provinces.',
9865
        ],
9866
        'urn:ogc:def:coordinateOperation:EPSG::9200' => [
9867
            'name' => 'Vietnam TM-3 107-00',
9868
            'method' => 'urn:ogc:def:method:EPSG::9807',
9869
            'extent' => ['4554'],
9870
            'extent_description' => 'Vietnam - Bac Giang and Thua Thien-Hue provinces.',
9871
        ],
9872
        'urn:ogc:def:coordinateOperation:EPSG::9201' => [
9873
            'name' => 'Vietnam TM-3 107-15',
9874
            'method' => 'urn:ogc:def:method:EPSG::9807',
9875
            'extent' => ['4556'],
9876
            'extent_description' => 'Vietnam - Lang Son province.',
9877
        ],
9878
        'urn:ogc:def:coordinateOperation:EPSG::9202' => [
9879
            'name' => 'Vietnam TM-3 107-30',
9880
            'method' => 'urn:ogc:def:method:EPSG::9807',
9881
            'extent' => ['4557'],
9882
            'extent_description' => 'Vietnam - Kon Tum province.',
9883
        ],
9884
        'urn:ogc:def:coordinateOperation:EPSG::9203' => [
9885
            'name' => 'Vietnam TM-3 108-15',
9886
            'method' => 'urn:ogc:def:method:EPSG::9807',
9887
            'extent' => ['4559'],
9888
            'extent_description' => 'Vietnam - Binh Dinh, Khanh Hoa and Ninh Thuan provinces.',
9889
        ],
9890
        'urn:ogc:def:coordinateOperation:EPSG::9204' => [
9891
            'name' => 'Vietnam TM-3 108-30',
9892
            'method' => 'urn:ogc:def:method:EPSG::9807',
9893
            'extent' => ['4560'],
9894
            'extent_description' => 'Vietnam - Binh Thuan, Dak Lak, Dak Nong, Gia Lai and Phu Yen provinces.',
9895
        ],
9896
        'urn:ogc:def:coordinateOperation:EPSG::9219' => [
9897
            'name' => 'South Africa Basic Survey Unit Albers 25E',
9898
            'method' => 'urn:ogc:def:method:EPSG::9822',
9899
            'extent' => ['4567'],
9900
            'extent_description' => 'South Africa - mainland - onshore and offshore.',
9901
        ],
9902
        'urn:ogc:def:coordinateOperation:EPSG::9220' => [
9903
            'name' => 'South Africa Basic Survey Unit Albers 44E',
9904
            'method' => 'urn:ogc:def:method:EPSG::9822',
9905
            'extent' => ['4568'],
9906
            'extent_description' => 'South Africa - Marion Island and Prince Edward Island - onshore and offshore.',
9907
        ],
9908
        'urn:ogc:def:coordinateOperation:EPSG::9224' => [
9909
            'name' => 'ED50 to ETRS89 (15)',
9910
            'method' => 'urn:ogc:def:method:EPSG::9606',
9911
            'extent' => ['4566'],
9912
            'extent_description' => 'Germany - offshore North Sea. Netherlands - offshore east of 5E.',
9913
        ],
9914
        'urn:ogc:def:coordinateOperation:EPSG::9225' => [
9915
            'name' => 'WGS 84 to ETRS89 (2)',
9916
            'method' => 'urn:ogc:def:method:EPSG::1065',
9917
            'extent' => ['4566'],
9918
            'extent_description' => 'Germany - offshore North Sea. Netherlands - offshore east of 5E.',
9919
        ],
9920
        'urn:ogc:def:coordinateOperation:EPSG::9226' => [
9921
            'name' => 'SHGD2015 to Astro DOS 71 (2)',
9922
            'method' => 'urn:ogc:def:method:EPSG::9606',
9923
            'extent' => ['3183'],
9924
            'extent_description' => 'St Helena, Ascension and Tristan da Cunha - St Helena Island - onshore.',
9925
        ],
9926
        'urn:ogc:def:coordinateOperation:EPSG::9227' => [
9927
            'name' => 'ITRF2005 to NAD83(CSRS)v5 (1)',
9928
            'method' => 'urn:ogc:def:method:EPSG::1053',
9929
            'extent' => ['1061'],
9930
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
9931
        ],
9932
        'urn:ogc:def:coordinateOperation:EPSG::9228' => [
9933
            'name' => 'RGSPM06 to Danger 1950 height (2)',
9934
            'method' => 'urn:ogc:def:method:EPSG::1073',
9935
            'extent' => ['3299'],
9936
            'extent_description' => 'St Pierre and Miquelon - onshore.',
9937
        ],
9938
        'urn:ogc:def:coordinateOperation:EPSG::9229' => [
9939
            'name' => 'NAD83(2011) to NAVD88 height (3)',
9940
            'method' => 'urn:ogc:def:method:EPSG::9665',
9941
            'extent' => ['1323'],
9942
            'extent_description' => 'United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming.',
9943
        ],
9944
        'urn:ogc:def:coordinateOperation:EPSG::9230' => [
9945
            'name' => 'NAD83(2011) to PRVD02 height (2)',
9946
            'method' => 'urn:ogc:def:method:EPSG::9665',
9947
            'extent' => ['3294'],
9948
            'extent_description' => 'Puerto Rico - onshore.',
9949
        ],
9950
        'urn:ogc:def:coordinateOperation:EPSG::9231' => [
9951
            'name' => 'NAD83(2011) to VIVD09 height (2)',
9952
            'method' => 'urn:ogc:def:method:EPSG::9665',
9953
            'extent' => ['3330'],
9954
            'extent_description' => 'US Virgin Islands - onshore - St Croix, St John, and St Thomas.',
9955
        ],
9956
        'urn:ogc:def:coordinateOperation:EPSG::9232' => [
9957
            'name' => 'ISN93 to ISN2016 (1)',
9958
            'method' => 'urn:ogc:def:method:EPSG::9615',
9959
            'extent' => ['1120'],
9960
            'extent_description' => 'Iceland - onshore and offshore.',
9961
        ],
9962
        'urn:ogc:def:coordinateOperation:EPSG::9233' => [
9963
            'name' => 'ISN2004 to ISN2016 (1)',
9964
            'method' => 'urn:ogc:def:method:EPSG::9615',
9965
            'extent' => ['1120'],
9966
            'extent_description' => 'Iceland - onshore and offshore.',
9967
        ],
9968
        'urn:ogc:def:coordinateOperation:EPSG::9234' => [
9969
            'name' => 'Kalianpur 1962 to WGS 84 (5)',
9970
            'method' => 'urn:ogc:def:method:EPSG::9607',
9971
            'extent' => ['2983'],
9972
            'extent_description' => 'Pakistan - East Sind.',
9973
        ],
9974
        'urn:ogc:def:coordinateOperation:EPSG::9236' => [
9975
            'name' => 'ATS77 to NAD83(CSRS)v2 (2)',
9976
            'method' => 'urn:ogc:def:method:EPSG::9615',
9977
            'extent' => ['1533'],
9978
            'extent_description' => 'Canada - Prince Edward Island.',
9979
        ],
9980
        'urn:ogc:def:coordinateOperation:EPSG::9237' => [
9981
            'name' => 'ATS77 to NAD83(CSRS)v2 (1)',
9982
            'method' => 'urn:ogc:def:method:EPSG::9615',
9983
            'extent' => ['1447'],
9984
            'extent_description' => 'Canada - New Brunswick.',
9985
        ],
9986
        'urn:ogc:def:coordinateOperation:EPSG::9238' => [
9987
            'name' => 'NAD27 to NAD83(CSRS)v2 (4)',
9988
            'method' => 'urn:ogc:def:method:EPSG::9615',
9989
            'extent' => ['1447'],
9990
            'extent_description' => 'Canada - New Brunswick.',
9991
        ],
9992
        'urn:ogc:def:coordinateOperation:EPSG::9239' => [
9993
            'name' => 'NAD27 to NAD83(CSRS)v2 (1)',
9994
            'method' => 'urn:ogc:def:method:EPSG::9615',
9995
            'extent' => ['1368'],
9996
            'extent_description' => 'Canada - Quebec.',
9997
        ],
9998
        'urn:ogc:def:coordinateOperation:EPSG::9240' => [
9999
            'name' => 'NAD27(CGQ77) to NAD83(CSRS)v2 (1)',
10000
            'method' => 'urn:ogc:def:method:EPSG::9615',
10001
            'extent' => ['1368'],
10002
            'extent_description' => 'Canada - Quebec.',
10003
        ],
10004
        'urn:ogc:def:coordinateOperation:EPSG::9241' => [
10005
            'name' => 'NAD83 to NAD83(CSRS)v2 (1)',
10006
            'method' => 'urn:ogc:def:method:EPSG::9615',
10007
            'extent' => ['1368'],
10008
            'extent_description' => 'Canada - Quebec.',
10009
        ],
10010
        'urn:ogc:def:coordinateOperation:EPSG::9244' => [
10011
            'name' => 'NAD83 to NAD83(CSRS)v4 (3)',
10012
            'method' => 'urn:ogc:def:method:EPSG::9615',
10013
            'extent' => ['2376'],
10014
            'extent_description' => 'Canada - Alberta.',
10015
        ],
10016
        'urn:ogc:def:coordinateOperation:EPSG::9247' => [
10017
            'name' => 'NAD83(CSRS)v6 to CGVD2013a(2010) height (1)',
10018
            'method' => 'urn:ogc:def:method:EPSG::1060',
10019
            'extent' => ['1061'],
10020
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
10021
        ],
10022
        'urn:ogc:def:coordinateOperation:EPSG::9256' => [
10023
            'name' => 'POSGAR 2007 to SRVN16 height (1)',
10024
            'method' => 'urn:ogc:def:method:EPSG::1047',
10025
            'extent' => ['4573'],
10026
            'extent_description' => 'Argentina - onshore.',
10027
        ],
10028
        'urn:ogc:def:coordinateOperation:EPSG::9257' => [
10029
            'name' => 'Chos Malal 1914 to WGS 84 (2)',
10030
            'method' => 'urn:ogc:def:method:EPSG::9603',
10031
            'extent' => ['4561'],
10032
            'extent_description' => 'Argentina - Mendoza province - Cuyo basin.',
10033
        ],
10034
        'urn:ogc:def:coordinateOperation:EPSG::9258' => [
10035
            'name' => 'Chos Malal 1914 to WGS 84 (3)',
10036
            'method' => 'urn:ogc:def:method:EPSG::9603',
10037
            'extent' => ['1292'],
10038
            'extent_description' => 'Argentina - Neuquen province.',
10039
        ],
10040
        'urn:ogc:def:coordinateOperation:EPSG::9259' => [
10041
            'name' => 'Pampa del Castillo to WGS 84 (2)',
10042
            'method' => 'urn:ogc:def:method:EPSG::9603',
10043
            'extent' => ['4572'],
10044
            'extent_description' => 'Argentina - Chubut province south of approximately 44°S and Santa Cruz province north of approximately 47°30\'S - Golfo San Jorge basin onshore and offshore.',
10045
        ],
10046
        'urn:ogc:def:coordinateOperation:EPSG::9260' => [
10047
            'name' => 'Tapi Aike to WGS 84 (1)',
10048
            'method' => 'urn:ogc:def:method:EPSG::9603',
10049
            'extent' => ['4569'],
10050
            'extent_description' => 'Argentina - Santa Cruz province south of approximately 50°20\'S.',
10051
        ],
10052
        'urn:ogc:def:coordinateOperation:EPSG::9261' => [
10053
            'name' => 'MMN to WGS 84 (1)',
10054
            'method' => 'urn:ogc:def:method:EPSG::9603',
10055
            'extent' => ['2357'],
10056
            'extent_description' => 'Argentina - Tierra del Fuego onshore.',
10057
        ],
10058
        'urn:ogc:def:coordinateOperation:EPSG::9262' => [
10059
            'name' => 'MMS to WGS 84 (1)',
10060
            'method' => 'urn:ogc:def:method:EPSG::9603',
10061
            'extent' => ['2357'],
10062
            'extent_description' => 'Argentina - Tierra del Fuego onshore.',
10063
        ],
10064
        'urn:ogc:def:coordinateOperation:EPSG::9264' => [
10065
            'name' => 'POSGAR 2007 to WGS 84 (2)',
10066
            'method' => 'urn:ogc:def:method:EPSG::9603',
10067
            'extent' => ['1033'],
10068
            'extent_description' => 'Argentina - onshore and offshore.',
10069
        ],
10070
        'urn:ogc:def:coordinateOperation:EPSG::9268' => [
10071
            'name' => 'Austria West',
10072
            'method' => 'urn:ogc:def:method:EPSG::9807',
10073
            'extent' => ['1706'],
10074
            'extent_description' => 'Austria west of 11°50\'E of Greenwich (29°30\'E of Ferro).',
10075
        ],
10076
        'urn:ogc:def:coordinateOperation:EPSG::9269' => [
10077
            'name' => 'Austria Central',
10078
            'method' => 'urn:ogc:def:method:EPSG::9807',
10079
            'extent' => ['1707'],
10080
            'extent_description' => 'Austria between 11°50\'E and 14°50\'E of Greenwich (29°30\'E and 32°30\'E of Ferro).',
10081
        ],
10082
        'urn:ogc:def:coordinateOperation:EPSG::9270' => [
10083
            'name' => 'Austria East',
10084
            'method' => 'urn:ogc:def:method:EPSG::9807',
10085
            'extent' => ['1708'],
10086
            'extent_description' => 'Austria east of 14°50\'E of Greenwich (32°30\'E of Ferro).',
10087
        ],
10088
        'urn:ogc:def:coordinateOperation:EPSG::9275' => [
10089
            'name' => 'GHA height to EVRF2000 Austria height (1)',
10090
            'method' => 'urn:ogc:def:method:EPSG::1080',
10091
            'extent' => ['1037'],
10092
            'extent_description' => 'Austria.',
10093
        ],
10094
        'urn:ogc:def:coordinateOperation:EPSG::9276' => [
10095
            'name' => 'ETRS89 to EVRF2000 Austria height (1)',
10096
            'method' => 'urn:ogc:def:method:EPSG::1081',
10097
            'extent' => ['1037'],
10098
            'extent_description' => 'Austria.',
10099
        ],
10100
        'urn:ogc:def:coordinateOperation:EPSG::9277' => [
10101
            'name' => 'MGI to EVRF2000 Austria height (1)',
10102
            'method' => 'urn:ogc:def:method:EPSG::1081',
10103
            'extent' => ['1037'],
10104
            'extent_description' => 'Austria.',
10105
        ],
10106
        'urn:ogc:def:coordinateOperation:EPSG::9280' => [
10107
            'name' => 'ITRF2005 to SA LLD height (1)',
10108
            'method' => 'urn:ogc:def:method:EPSG::1082',
10109
            'extent' => ['3309'],
10110
            'extent_description' => 'South Africa - mainland onshore.',
10111
        ],
10112
        'urn:ogc:def:coordinateOperation:EPSG::9281' => [
10113
            'name' => 'Amersfoort to ETRS89 (8)',
10114
            'method' => 'urn:ogc:def:method:EPSG::9607',
10115
            'extent' => ['1275'],
10116
            'extent_description' => 'Netherlands - onshore, including Waddenzee, Dutch Wadden Islands and 12-mile offshore coastal zone.',
10117
        ],
10118
        'urn:ogc:def:coordinateOperation:EPSG::9282' => [
10119
            'name' => 'Amersfoort to ETRS89 (9)',
10120
            'method' => 'urn:ogc:def:method:EPSG::9615',
10121
            'extent' => ['1275'],
10122
            'extent_description' => 'Netherlands - onshore, including Waddenzee, Dutch Wadden Islands and 12-mile offshore coastal zone.',
10123
        ],
10124
        'urn:ogc:def:coordinateOperation:EPSG::9283' => [
10125
            'name' => 'ETRS89 to NAP height (2)',
10126
            'method' => 'urn:ogc:def:method:EPSG::9665',
10127
            'extent' => ['1275'],
10128
            'extent_description' => 'Netherlands - onshore, including Waddenzee, Dutch Wadden Islands and 12-mile offshore coastal zone.',
10129
        ],
10130
        'urn:ogc:def:coordinateOperation:EPSG::9291' => [
10131
            'name' => 'ISN2016 to WGS 84 (1)',
10132
            'method' => 'urn:ogc:def:method:EPSG::9603',
10133
            'extent' => ['1120'],
10134
            'extent_description' => 'Iceland - onshore and offshore.',
10135
        ],
10136
        'urn:ogc:def:coordinateOperation:EPSG::9298' => [
10137
            'name' => 'ONGD17 to WGS 84 (1)',
10138
            'method' => 'urn:ogc:def:method:EPSG::1032',
10139
            'extent' => ['1183'],
10140
            'extent_description' => 'Oman - onshore and offshore.',
10141
        ],
10142
        'urn:ogc:def:coordinateOperation:EPSG::9301' => [
10143
            'name' => 'HS2-TM',
10144
            'method' => 'urn:ogc:def:method:EPSG::9807',
10145
            'extent' => ['4582'],
10146
            'extent_description' => 'United Kingdom (UK) - HS2 phases 1 and 2a railway corridor from London to Birmingham, Lichfield and Crewe.',
10147
        ],
10148
        'urn:ogc:def:coordinateOperation:EPSG::9310' => [
10149
            'name' => 'DHDN to ETRS89 (10)',
10150
            'method' => 'urn:ogc:def:method:EPSG::9615',
10151
            'extent' => ['4584'],
10152
            'extent_description' => 'Germany - Saarland.',
10153
        ],
10154
        'urn:ogc:def:coordinateOperation:EPSG::9312' => [
10155
            'name' => 'NZVD2016 height to Auckland 1946 height (2)',
10156
            'method' => 'urn:ogc:def:method:EPSG::1084',
10157
            'extent' => ['3764'],
10158
            'extent_description' => 'New Zealand - North Island - Auckland vertical CRS area.',
10159
        ],
10160
        'urn:ogc:def:coordinateOperation:EPSG::9313' => [
10161
            'name' => 'NZVD2016 height to Bluff 1955 height (2)',
10162
            'method' => 'urn:ogc:def:method:EPSG::1084',
10163
            'extent' => ['3801'],
10164
            'extent_description' => 'New Zealand - South Island - Bluff vertical CRS area.',
10165
        ],
10166
        'urn:ogc:def:coordinateOperation:EPSG::9314' => [
10167
            'name' => 'NZVD2016 height to Dunedin 1958 height (2)',
10168
            'method' => 'urn:ogc:def:method:EPSG::1084',
10169
            'extent' => ['3803'],
10170
            'extent_description' => 'New Zealand - South Island - between approximately 44°S and 46°S - Dunedin vertical CRS area.',
10171
        ],
10172
        'urn:ogc:def:coordinateOperation:EPSG::9315' => [
10173
            'name' => 'NZVD2016 height to Dunedin-Bluff 1960 height (2)',
10174
            'method' => 'urn:ogc:def:method:EPSG::1084',
10175
            'extent' => ['3806'],
10176
            'extent_description' => 'New Zealand - South Island - Dunedin-Bluff vertical CRS area.',
10177
        ],
10178
        'urn:ogc:def:coordinateOperation:EPSG::9316' => [
10179
            'name' => 'NZVD2016 height to Gisborne 1926 height (2)',
10180
            'method' => 'urn:ogc:def:method:EPSG::1084',
10181
            'extent' => ['3771'],
10182
            'extent_description' => 'New Zealand - North Island - Gisborne vertical CRS area.',
10183
        ],
10184
        'urn:ogc:def:coordinateOperation:EPSG::9317' => [
10185
            'name' => 'NZVD2016 height to Lyttelton 1937 height (2)',
10186
            'method' => 'urn:ogc:def:method:EPSG::1084',
10187
            'extent' => ['3804'],
10188
            'extent_description' => 'New Zealand - South Island - between approximately 41°20\'S and 45°S - Lyttleton vertical CRS area.',
10189
        ],
10190
        'urn:ogc:def:coordinateOperation:EPSG::9318' => [
10191
            'name' => 'NZVD2016 height to Moturiki 1953 height (2)',
10192
            'method' => 'urn:ogc:def:method:EPSG::1084',
10193
            'extent' => ['3768'],
10194
            'extent_description' => 'New Zealand - North Island - Moturiki vertical CRS area.',
10195
        ],
10196
        'urn:ogc:def:coordinateOperation:EPSG::9319' => [
10197
            'name' => 'NZVD2016 height to Napier 1962 height (2)',
10198
            'method' => 'urn:ogc:def:method:EPSG::1084',
10199
            'extent' => ['3772'],
10200
            'extent_description' => 'New Zealand - North Island - Hawkes Bay meridional circuit and Napier vertical crs area.',
10201
        ],
10202
        'urn:ogc:def:coordinateOperation:EPSG::9320' => [
10203
            'name' => 'NZVD2016 height to Nelson 1955 height (2)',
10204
            'method' => 'urn:ogc:def:method:EPSG::1084',
10205
            'extent' => ['3802'],
10206
            'extent_description' => 'New Zealand - South Island - north of approximately 42°20\'S - Nelson vertical CRS area.',
10207
        ],
10208
        'urn:ogc:def:coordinateOperation:EPSG::9321' => [
10209
            'name' => 'NZVD2016 height to One Tree Point 1964 height (2)',
10210
            'method' => 'urn:ogc:def:method:EPSG::1084',
10211
            'extent' => ['3762'],
10212
            'extent_description' => 'New Zealand - North Island - One Tree Point vertical CRS area.',
10213
        ],
10214
        'urn:ogc:def:coordinateOperation:EPSG::9322' => [
10215
            'name' => 'NZVD2016 height to Stewart Island 1977 height (2)',
10216
            'method' => 'urn:ogc:def:method:EPSG::1084',
10217
            'extent' => ['3338'],
10218
            'extent_description' => 'New Zealand - Stewart Island.',
10219
        ],
10220
        'urn:ogc:def:coordinateOperation:EPSG::9323' => [
10221
            'name' => 'NZVD2016 height to Taranaki 1970 height (2)',
10222
            'method' => 'urn:ogc:def:method:EPSG::1084',
10223
            'extent' => ['3769'],
10224
            'extent_description' => 'New Zealand - North Island - Taranaki vertical CRS area.',
10225
        ],
10226
        'urn:ogc:def:coordinateOperation:EPSG::9324' => [
10227
            'name' => 'NZVD2016 height to Wellington 1953 height (2)',
10228
            'method' => 'urn:ogc:def:method:EPSG::1084',
10229
            'extent' => ['3773'],
10230
            'extent_description' => 'New Zealand - North Island - Wellington vertical CRS area.',
10231
        ],
10232
        'urn:ogc:def:coordinateOperation:EPSG::9325' => [
10233
            'name' => 'NZGD2000 to NZVD2009 height (2)',
10234
            'method' => 'urn:ogc:def:method:EPSG::9665',
10235
            'extent' => ['1175'],
10236
            'extent_description' => 'New Zealand - onshore and offshore. Includes Antipodes Islands, Auckland Islands, Bounty Islands, Chatham Islands, Cambell Island, Kermadec Islands, Raoul Island and Snares Islands.',
10237
        ],
10238
        'urn:ogc:def:coordinateOperation:EPSG::9326' => [
10239
            'name' => 'NZGD2000 to NZVD2016 height (2)',
10240
            'method' => 'urn:ogc:def:method:EPSG::9665',
10241
            'extent' => ['1175'],
10242
            'extent_description' => 'New Zealand - onshore and offshore. Includes Antipodes Islands, Auckland Islands, Bounty Islands, Chatham Islands, Cambell Island, Kermadec Islands, Raoul Island and Snares Islands.',
10243
        ],
10244
        'urn:ogc:def:coordinateOperation:EPSG::9327' => [
10245
            'name' => 'NTF to RGF93 v1 (1)',
10246
            'method' => 'urn:ogc:def:method:EPSG::1087',
10247
            'extent' => ['3694'],
10248
            'extent_description' => 'France - onshore - mainland and Corsica.',
10249
        ],
10250
        'urn:ogc:def:coordinateOperation:EPSG::9328' => [
10251
            'name' => 'NEA74 Noumea to RGNC91-93 (3)',
10252
            'method' => 'urn:ogc:def:method:EPSG::1087',
10253
            'extent' => ['2823'],
10254
            'extent_description' => 'New Caledonia - Grande Terre - Noumea district.',
10255
        ],
10256
        'urn:ogc:def:coordinateOperation:EPSG::9329' => [
10257
            'name' => 'IGN72 Grande Terre to RGNC91-93 (4)',
10258
            'method' => 'urn:ogc:def:method:EPSG::1087',
10259
            'extent' => ['2822'],
10260
            'extent_description' => 'New Caledonia - Grande Terre.',
10261
        ],
10262
        'urn:ogc:def:coordinateOperation:EPSG::9330' => [
10263
            'name' => 'IGN72 Grande Terre to RGNC91-93 (5)',
10264
            'method' => 'urn:ogc:def:method:EPSG::1087',
10265
            'extent' => ['2823'],
10266
            'extent_description' => 'New Caledonia - Grande Terre - Noumea district.',
10267
        ],
10268
        'urn:ogc:def:coordinateOperation:EPSG::9334' => [
10269
            'name' => 'ITRF2014 to KSA-GRF17 (1)',
10270
            'method' => 'urn:ogc:def:method:EPSG::1053',
10271
            'extent' => ['1206'],
10272
            'extent_description' => 'Saudi Arabia - onshore and offshore.',
10273
        ],
10274
        'urn:ogc:def:coordinateOperation:EPSG::9339' => [
10275
            'name' => 'PSAD56 to SIRGAS-Chile 2010 (1)',
10276
            'method' => 'urn:ogc:def:method:EPSG::9603',
10277
            'extent' => ['4231'],
10278
            'extent_description' => 'Chile - onshore north of 26°S.',
10279
        ],
10280
        'urn:ogc:def:coordinateOperation:EPSG::9340' => [
10281
            'name' => 'PSAD56 to SIRGAS-Chile 2010 (2)',
10282
            'method' => 'urn:ogc:def:method:EPSG::9603',
10283
            'extent' => ['4222'],
10284
            'extent_description' => 'Chile - onshore between 26°S and 36°S.',
10285
        ],
10286
        'urn:ogc:def:coordinateOperation:EPSG::9341' => [
10287
            'name' => 'PSAD56 to SIRGAS-Chile 2010 (3)',
10288
            'method' => 'urn:ogc:def:method:EPSG::9603',
10289
            'extent' => ['4221'],
10290
            'extent_description' => 'Chile - onshore between 36°S and 43°30\'S.',
10291
        ],
10292
        'urn:ogc:def:coordinateOperation:EPSG::9342' => [
10293
            'name' => 'PSAD56 to SIRGAS-Chile 2013 (1)',
10294
            'method' => 'urn:ogc:def:method:EPSG::9603',
10295
            'extent' => ['4231'],
10296
            'extent_description' => 'Chile - onshore north of 26°S.',
10297
        ],
10298
        'urn:ogc:def:coordinateOperation:EPSG::9343' => [
10299
            'name' => 'PSAD56 to SIRGAS-Chile 2013 (2)',
10300
            'method' => 'urn:ogc:def:method:EPSG::9603',
10301
            'extent' => ['4222'],
10302
            'extent_description' => 'Chile - onshore between 26°S and 36°S.',
10303
        ],
10304
        'urn:ogc:def:coordinateOperation:EPSG::9344' => [
10305
            'name' => 'PSAD56 to SIRGAS-Chile 2013 (3)',
10306
            'method' => 'urn:ogc:def:method:EPSG::9603',
10307
            'extent' => ['4221'],
10308
            'extent_description' => 'Chile - onshore between 36°S and 43°30\'S.',
10309
        ],
10310
        'urn:ogc:def:coordinateOperation:EPSG::9345' => [
10311
            'name' => 'PSAD56 to SIRGAS-Chile 2016 (1)',
10312
            'method' => 'urn:ogc:def:method:EPSG::9603',
10313
            'extent' => ['4231'],
10314
            'extent_description' => 'Chile - onshore north of 26°S.',
10315
        ],
10316
        'urn:ogc:def:coordinateOperation:EPSG::9346' => [
10317
            'name' => 'PSAD56 to SIRGAS-Chile 2016 (2)',
10318
            'method' => 'urn:ogc:def:method:EPSG::9603',
10319
            'extent' => ['4222'],
10320
            'extent_description' => 'Chile - onshore between 26°S and 36°S.',
10321
        ],
10322
        'urn:ogc:def:coordinateOperation:EPSG::9347' => [
10323
            'name' => 'PSAD56 to SIRGAS-Chile 2016 (3)',
10324
            'method' => 'urn:ogc:def:method:EPSG::9603',
10325
            'extent' => ['4221'],
10326
            'extent_description' => 'Chile - onshore between 36°S and 43°30\'S.',
10327
        ],
10328
        'urn:ogc:def:coordinateOperation:EPSG::9348' => [
10329
            'name' => 'SAD69 to SIRGAS-Chile 2010 (4)',
10330
            'method' => 'urn:ogc:def:method:EPSG::9603',
10331
            'extent' => ['2805'],
10332
            'extent_description' => 'Chile - Tierra del Fuego onshore.',
10333
        ],
10334
        'urn:ogc:def:coordinateOperation:EPSG::9349' => [
10335
            'name' => 'SAD69 to SIRGAS-Chile 2013 (4)',
10336
            'method' => 'urn:ogc:def:method:EPSG::9603',
10337
            'extent' => ['2805'],
10338
            'extent_description' => 'Chile - Tierra del Fuego onshore.',
10339
        ],
10340
        'urn:ogc:def:coordinateOperation:EPSG::9350' => [
10341
            'name' => 'SAD69 to SIRGAS-Chile 2016 (4)',
10342
            'method' => 'urn:ogc:def:method:EPSG::9603',
10343
            'extent' => ['2805'],
10344
            'extent_description' => 'Chile - Tierra del Fuego onshore.',
10345
        ],
10346
        'urn:ogc:def:coordinateOperation:EPSG::9352' => [
10347
            'name' => 'RGNC91-93 to NGNC08 height (1)',
10348
            'method' => 'urn:ogc:def:method:EPSG::1073',
10349
            'extent' => ['3430'],
10350
            'extent_description' => 'New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands (Lifou, Mare, Ouvea).',
10351
        ],
10352
        'urn:ogc:def:coordinateOperation:EPSG::9353' => [
10353
            'name' => 'IBCSO Polar Stereographic',
10354
            'method' => 'urn:ogc:def:method:EPSG::9829',
10355
            'extent' => ['4586'],
10356
            'extent_description' => 'Southern hemisphere - south of 50°S onshore and offshore, including Antarctica.',
10357
        ],
10358
        'urn:ogc:def:coordinateOperation:EPSG::9361' => [
10359
            'name' => 'MTRF-2000 to KSA-GRF17 (1)',
10360
            'method' => 'urn:ogc:def:method:EPSG::9606',
10361
            'extent' => ['1206'],
10362
            'extent_description' => 'Saudi Arabia - onshore and offshore.',
10363
        ],
10364
        'urn:ogc:def:coordinateOperation:EPSG::9362' => [
10365
            'name' => 'Ain el Abd to KSA-GRF17 (1)',
10366
            'method' => 'urn:ogc:def:method:EPSG::9603',
10367
            'extent' => ['3303'],
10368
            'extent_description' => 'Saudi Arabia - onshore.',
10369
        ],
10370
        'urn:ogc:def:coordinateOperation:EPSG::9366' => [
10371
            'name' => 'TPEN11-TM',
10372
            'method' => 'urn:ogc:def:method:EPSG::9807',
10373
            'extent' => ['4583'],
10374
            'extent_description' => 'United Kingdom (UK) - on or related to the Trans-Pennine rail route from Liverpool via Manchester to Bradford and Leeds.',
10375
        ],
10376
        'urn:ogc:def:coordinateOperation:EPSG::9370' => [
10377
            'name' => 'MML07-TM',
10378
            'method' => 'urn:ogc:def:method:EPSG::9807',
10379
            'extent' => ['4588'],
10380
            'extent_description' => 'United Kingdom (UK) - on or related to the Midland Mainline rail route from Sheffield to London.',
10381
        ],
10382
        'urn:ogc:def:coordinateOperation:EPSG::9371' => [
10383
            'name' => 'Vienna height to GHA height (1)',
10384
            'method' => 'urn:ogc:def:method:EPSG::9616',
10385
            'extent' => ['4585'],
10386
            'extent_description' => 'Austria - Vienna city state.',
10387
        ],
10388
        'urn:ogc:def:coordinateOperation:EPSG::9376' => [
10389
            'name' => 'Colombia Transverse Mercator',
10390
            'method' => 'urn:ogc:def:method:EPSG::9807',
10391
            'extent' => ['1070'],
10392
            'extent_description' => 'Colombia - onshore and offshore. Includes San Andres y Providencia, Malpelo Islands, Roncador Bank, Serrana Bank and Serranilla Bank.',
10393
        ],
10394
        'urn:ogc:def:coordinateOperation:EPSG::9381' => [
10395
            'name' => 'ITRF2014 to IGb14 (1)',
10396
            'method' => 'urn:ogc:def:method:EPSG::1065',
10397
            'extent' => ['1262'],
10398
            'extent_description' => 'World.',
10399
        ],
10400
        'urn:ogc:def:coordinateOperation:EPSG::9382' => [
10401
            'name' => 'IGS14 to IGb14 (1)',
10402
            'method' => 'urn:ogc:def:method:EPSG::1065',
10403
            'extent' => ['1262'],
10404
            'extent_description' => 'World.',
10405
        ],
10406
        'urn:ogc:def:coordinateOperation:EPSG::9383' => [
10407
            'name' => 'KSA-GRF17 to WGS 84 (1)',
10408
            'method' => 'urn:ogc:def:method:EPSG::9606',
10409
            'extent' => ['1206'],
10410
            'extent_description' => 'Saudi Arabia - onshore and offshore.',
10411
        ],
10412
        'urn:ogc:def:coordinateOperation:EPSG::9385' => [
10413
            'name' => 'AbInvA96_2020-TM',
10414
            'method' => 'urn:ogc:def:method:EPSG::9807',
10415
            'extent' => ['4589'],
10416
            'extent_description' => 'United Kingdom (UK) - on or related to the A96 highway from Aberdeen to Inverness.',
10417
        ],
10418
        'urn:ogc:def:coordinateOperation:EPSG::9408' => [
10419
            'name' => 'ED50 to ETRS89 (16)',
10420
            'method' => 'urn:ogc:def:method:EPSG::9615',
10421
            'extent' => ['4605'],
10422
            'extent_description' => 'Spain - mainland and Ceuta - onshore.',
10423
        ],
10424
        'urn:ogc:def:coordinateOperation:EPSG::9409' => [
10425
            'name' => 'ED50 to ETRS89 (17)',
10426
            'method' => 'urn:ogc:def:method:EPSG::9615',
10427
            'extent' => ['2335'],
10428
            'extent_description' => 'Spain - Balearic Islands.',
10429
        ],
10430
        'urn:ogc:def:coordinateOperation:EPSG::9410' => [
10431
            'name' => 'ETRS89 to Alicante height (1)',
10432
            'method' => 'urn:ogc:def:method:EPSG::1025',
10433
            'extent' => ['2366'],
10434
            'extent_description' => 'Spain - mainland onshore.',
10435
        ],
10436
        'urn:ogc:def:coordinateOperation:EPSG::9411' => [
10437
            'name' => 'ETRS89 to Mallorca height (1)',
10438
            'method' => 'urn:ogc:def:method:EPSG::1025',
10439
            'extent' => ['4602'],
10440
            'extent_description' => 'Spain - Balearic Islands - Mallorca onshore.',
10441
        ],
10442
        'urn:ogc:def:coordinateOperation:EPSG::9412' => [
10443
            'name' => 'ETRS89 to Menorca height (1)',
10444
            'method' => 'urn:ogc:def:method:EPSG::1025',
10445
            'extent' => ['4603'],
10446
            'extent_description' => 'Spain - Balearic Islands - Menorca onshore.',
10447
        ],
10448
        'urn:ogc:def:coordinateOperation:EPSG::9413' => [
10449
            'name' => 'ETRS89 to Ibiza height (1)',
10450
            'method' => 'urn:ogc:def:method:EPSG::1025',
10451
            'extent' => ['4604'],
10452
            'extent_description' => 'Spain - Balearic Islands - Ibiza and Formentera - onshore.',
10453
        ],
10454
        'urn:ogc:def:coordinateOperation:EPSG::9414' => [
10455
            'name' => 'ETRS89 to Ceuta 2 height (1)',
10456
            'method' => 'urn:ogc:def:method:EPSG::1025',
10457
            'extent' => ['4590'],
10458
            'extent_description' => 'Spain - Ceuta onshore.',
10459
        ],
10460
        'urn:ogc:def:coordinateOperation:EPSG::9415' => [
10461
            'name' => 'REGCAN95 to Lanzarote height (1)',
10462
            'method' => 'urn:ogc:def:method:EPSG::1025',
10463
            'extent' => ['4591'],
10464
            'extent_description' => 'Spain - Canary Islands - Lanzarote onshore.',
10465
        ],
10466
        'urn:ogc:def:coordinateOperation:EPSG::9416' => [
10467
            'name' => 'REGCAN95 to Fuerteventura height (1)',
10468
            'method' => 'urn:ogc:def:method:EPSG::1025',
10469
            'extent' => ['4592'],
10470
            'extent_description' => 'Spain - Canary Islands - Fuerteventura onshore.',
10471
        ],
10472
        'urn:ogc:def:coordinateOperation:EPSG::9417' => [
10473
            'name' => 'REGCAN95 to Gran Canaria height (1)',
10474
            'method' => 'urn:ogc:def:method:EPSG::1025',
10475
            'extent' => ['4593'],
10476
            'extent_description' => 'Spain - Canary Islands - Gran Canaria onshore.',
10477
        ],
10478
        'urn:ogc:def:coordinateOperation:EPSG::9418' => [
10479
            'name' => 'REGCAN95 to Tenerife height (1)',
10480
            'method' => 'urn:ogc:def:method:EPSG::1025',
10481
            'extent' => ['4594'],
10482
            'extent_description' => 'Spain - Canary Islands - Tenerife onshore.',
10483
        ],
10484
        'urn:ogc:def:coordinateOperation:EPSG::9419' => [
10485
            'name' => 'REGCAN95 to La Gomera height (1)',
10486
            'method' => 'urn:ogc:def:method:EPSG::1025',
10487
            'extent' => ['4595'],
10488
            'extent_description' => 'Spain - Canary Islands - La Gomera onshore.',
10489
        ],
10490
        'urn:ogc:def:coordinateOperation:EPSG::9420' => [
10491
            'name' => 'REGCAN95 to La Palma height (1)',
10492
            'method' => 'urn:ogc:def:method:EPSG::1025',
10493
            'extent' => ['4596'],
10494
            'extent_description' => 'Spain - Canary Islands - La Palma onshore.',
10495
        ],
10496
        'urn:ogc:def:coordinateOperation:EPSG::9421' => [
10497
            'name' => 'REGCAN95 to El Hierro height (1)',
10498
            'method' => 'urn:ogc:def:method:EPSG::1025',
10499
            'extent' => ['4597'],
10500
            'extent_description' => 'Spain - Canary Islands - El Hierro onshore.',
10501
        ],
10502
        'urn:ogc:def:coordinateOperation:EPSG::9455' => [
10503
            'name' => 'GBK19-TM',
10504
            'method' => 'urn:ogc:def:method:EPSG::9807',
10505
            'extent' => ['4607'],
10506
            'extent_description' => 'United Kingdom (UK) - on or related to the rail route from Glasgow to Kilmarnock via Barrhead and the branch to East Kilbride.',
10507
        ],
10508
        'urn:ogc:def:coordinateOperation:EPSG::9459' => [
10509
            'name' => 'ATRF2014 to GDA2020 (1)',
10510
            'method' => 'urn:ogc:def:method:EPSG::1056',
10511
            'extent' => ['4177'],
10512
            'extent_description' => 'Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.',
10513
        ],
10514
        'urn:ogc:def:coordinateOperation:EPSG::9460' => [
10515
            'name' => 'ITRF2014 to ATRF2014 (1)',
10516
            'method' => 'urn:ogc:def:method:EPSG::1032',
10517
            'extent' => ['4177'],
10518
            'extent_description' => 'Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.',
10519
        ],
10520
        'urn:ogc:def:coordinateOperation:EPSG::9466' => [
10521
            'name' => 'GDA2020 to GDA2020 + AHD height (1)',
10522
            'method' => 'urn:ogc:def:method:EPSG::1088',
10523
            'extent' => ['4493'],
10524
            'extent_description' => 'Australia - Australian Capital Territory, New South Wales, Northern Territory, Queensland, South Australia, Tasmania, Western Australia and Victoria - onshore. Christmas Island - onshore. Cocos and Keeling Islands - onshore.',
10525
        ],
10526
        'urn:ogc:def:coordinateOperation:EPSG::9467' => [
10527
            'name' => 'GDA94 to GDA94 + AHD height (1)',
10528
            'method' => 'urn:ogc:def:method:EPSG::1088',
10529
            'extent' => ['4493'],
10530
            'extent_description' => 'Australia - Australian Capital Territory, New South Wales, Northern Territory, Queensland, South Australia, Tasmania, Western Australia and Victoria - onshore. Christmas Island - onshore. Cocos and Keeling Islands - onshore.',
10531
        ],
10532
        'urn:ogc:def:coordinateOperation:EPSG::9472' => [
10533
            'name' => 'DGN95 to SRGI2013 (1)',
10534
            'method' => 'urn:ogc:def:method:EPSG::9607',
10535
            'extent' => ['1122'],
10536
            'extent_description' => 'Indonesia - onshore and offshore.',
10537
        ],
10538
        'urn:ogc:def:coordinateOperation:EPSG::9484' => [
10539
            'name' => 'ETRS89 to NN54 height (1)',
10540
            'method' => 'urn:ogc:def:method:EPSG::1047',
10541
            'extent' => ['1352'],
10542
            'extent_description' => 'Norway - onshore.',
10543
        ],
10544
        'urn:ogc:def:coordinateOperation:EPSG::9485' => [
10545
            'name' => 'ETRS89 to NN2000 height (1)',
10546
            'method' => 'urn:ogc:def:method:EPSG::1047',
10547
            'extent' => ['1352'],
10548
            'extent_description' => 'Norway - onshore.',
10549
        ],
10550
        'urn:ogc:def:coordinateOperation:EPSG::9495' => [
10551
            'name' => 'MGI 1901 to SRB-ETRS89 (8)',
10552
            'method' => 'urn:ogc:def:method:EPSG::9607',
10553
            'extent' => ['4543'],
10554
            'extent_description' => 'Serbia including Vojvodina.',
10555
        ],
10556
        'urn:ogc:def:coordinateOperation:EPSG::9497' => [
10557
            'name' => 'Gauss-Kruger CABA 2019',
10558
            'method' => 'urn:ogc:def:method:EPSG::9807',
10559
            'extent' => ['4610'],
10560
            'extent_description' => 'Argentina - autonomous city of Buenos Aires.',
10561
        ],
10562
        'urn:ogc:def:coordinateOperation:EPSG::9548' => [
10563
            'name' => 'Lyon Turin Ferroviaire 2004 (C)',
10564
            'method' => 'urn:ogc:def:method:EPSG::1102',
10565
            'extent' => ['4613'],
10566
            'extent_description' => 'France and Italy - on or related to the rail route from Lyon to Turin.',
10567
        ],
10568
        'urn:ogc:def:coordinateOperation:EPSG::9550' => [
10569
            'name' => 'NAD83 to NAD83(CSRS)v6 (10)',
10570
            'method' => 'urn:ogc:def:method:EPSG::9615',
10571
            'extent' => ['4612'],
10572
            'extent_description' => 'Canada - Newfoundland - onshore.',
10573
        ],
10574
        'urn:ogc:def:coordinateOperation:EPSG::9551' => [
10575
            'name' => 'Antalya height to EVRF2019 height (2)',
10576
            'method' => 'urn:ogc:def:method:EPSG::9616',
10577
            'extent' => ['3322'],
10578
            'extent_description' => 'Türkiye (Turkey) - onshore.',
10579
        ],
10580
        'urn:ogc:def:coordinateOperation:EPSG::9552' => [
10581
            'name' => 'Antalya height to EVRF2019 mean-tide height (2)',
10582
            'method' => 'urn:ogc:def:method:EPSG::9616',
10583
            'extent' => ['3322'],
10584
            'extent_description' => 'Türkiye (Turkey) - onshore.',
10585
        ],
10586
        'urn:ogc:def:coordinateOperation:EPSG::9562' => [
10587
            'name' => 'ODN height to EVRF2019 mean-tide height (2)',
10588
            'method' => 'urn:ogc:def:method:EPSG::9616',
10589
            'extent' => ['2792'],
10590
            'extent_description' => 'United Kingdom (UK) - Great Britain onshore - England and Wales - mainland; Scotland - mainland and Inner Hebrides.',
10591
        ],
10592
        'urn:ogc:def:coordinateOperation:EPSG::9584' => [
10593
            'name' => 'ETRS89 to ETRS89 + Stornoway height (2)',
10594
            'method' => 'urn:ogc:def:method:EPSG::1097',
10595
            'extent' => ['2799'],
10596
            'extent_description' => 'United Kingdom (UK) - Great Britain - Scotland - Outer Hebrides onshore.',
10597
        ],
10598
        'urn:ogc:def:coordinateOperation:EPSG::9585' => [
10599
            'name' => 'ETRS89 to ETRS89 + St. Marys height (2)',
10600
            'method' => 'urn:ogc:def:method:EPSG::1097',
10601
            'extent' => ['2802'],
10602
            'extent_description' => 'United Kingdom (UK) - Great Britain - England - Isles of Scilly onshore.',
10603
        ],
10604
        'urn:ogc:def:coordinateOperation:EPSG::9586' => [
10605
            'name' => 'ETRS89 to ETRS89 + ODN Orkney height (2)',
10606
            'method' => 'urn:ogc:def:method:EPSG::1097',
10607
            'extent' => ['2793'],
10608
            'extent_description' => 'United Kingdom (UK) - Great Britain - Scotland - Orkney Islands onshore.',
10609
        ],
10610
        'urn:ogc:def:coordinateOperation:EPSG::9587' => [
10611
            'name' => 'ETRS89 to ETRS89 + ODN height (2)',
10612
            'method' => 'urn:ogc:def:method:EPSG::1097',
10613
            'extent' => ['2792'],
10614
            'extent_description' => 'United Kingdom (UK) - Great Britain onshore - England and Wales - mainland; Scotland - mainland and Inner Hebrides.',
10615
        ],
10616
        'urn:ogc:def:coordinateOperation:EPSG::9588' => [
10617
            'name' => 'ETRS89 to ETRS89 + ODN (Offshore) height (1)',
10618
            'method' => 'urn:ogc:def:method:EPSG::1097',
10619
            'extent' => ['4391'],
10620
            'extent_description' => 'United Kingdom (UK) - offshore between 2km from shore and boundary of UKCS within 49°45\'N to 61°N and 9°W to 2°E.',
10621
        ],
10622
        'urn:ogc:def:coordinateOperation:EPSG::9589' => [
10623
            'name' => 'ETRS89 to ETRS89 + Lerwick height (2)',
10624
            'method' => 'urn:ogc:def:method:EPSG::1097',
10625
            'extent' => ['2795'],
10626
            'extent_description' => 'United Kingdom (UK) - Great Britain - Scotland - Shetland Islands onshore.',
10627
        ],
10628
        'urn:ogc:def:coordinateOperation:EPSG::9590' => [
10629
            'name' => 'ETRS89 to ETRS89 + Douglas height (2)',
10630
            'method' => 'urn:ogc:def:method:EPSG::1097',
10631
            'extent' => ['2803'],
10632
            'extent_description' => 'Isle of Man - onshore.',
10633
        ],
10634
        'urn:ogc:def:coordinateOperation:EPSG::9591' => [
10635
            'name' => 'ETRS89 to ETRS89 + Malin Head height (2)',
10636
            'method' => 'urn:ogc:def:method:EPSG::1096',
10637
            'extent' => ['1305'],
10638
            'extent_description' => 'Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
10639
        ],
10640
        'urn:ogc:def:coordinateOperation:EPSG::9592' => [
10641
            'name' => 'ETRS89 to ETRS89 + Belfast height (2)',
10642
            'method' => 'urn:ogc:def:method:EPSG::1096',
10643
            'extent' => ['2530'],
10644
            'extent_description' => 'United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
10645
        ],
10646
        'urn:ogc:def:coordinateOperation:EPSG::9593' => [
10647
            'name' => 'ETRS89 to ETRS89 + NN2000 height (1)',
10648
            'method' => 'urn:ogc:def:method:EPSG::1093',
10649
            'extent' => ['1352'],
10650
            'extent_description' => 'Norway - onshore.',
10651
        ],
10652
        'urn:ogc:def:coordinateOperation:EPSG::9594' => [
10653
            'name' => 'ETRS89 to ETRS89 + NN54 height (1)',
10654
            'method' => 'urn:ogc:def:method:EPSG::1093',
10655
            'extent' => ['1352'],
10656
            'extent_description' => 'Norway - onshore.',
10657
        ],
10658
        'urn:ogc:def:coordinateOperation:EPSG::9595' => [
10659
            'name' => 'NAD83(2011) to NAD83(2011) + NAVD88 height (3)',
10660
            'method' => 'urn:ogc:def:method:EPSG::1088',
10661
            'extent' => ['1323'],
10662
            'extent_description' => 'United States (USA) - CONUS onshore - Alabama; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming.',
10663
        ],
10664
        'urn:ogc:def:coordinateOperation:EPSG::9596' => [
10665
            'name' => 'NAD83(2011) to NAD83(2011) + NAVD88 height (2)',
10666
            'method' => 'urn:ogc:def:method:EPSG::1088',
10667
            'extent' => ['1330'],
10668
            'extent_description' => 'United States (USA) - Alaska.',
10669
        ],
10670
        'urn:ogc:def:coordinateOperation:EPSG::9597' => [
10671
            'name' => 'ETRS89 to ETRS89 + NAP height (2)',
10672
            'method' => 'urn:ogc:def:method:EPSG::1088',
10673
            'extent' => ['1275'],
10674
            'extent_description' => 'Netherlands - onshore, including Waddenzee, Dutch Wadden Islands and 12-mile offshore coastal zone.',
10675
        ],
10676
        'urn:ogc:def:coordinateOperation:EPSG::9600' => [
10677
            'name' => 'ETRS89 to ETRS89 + EVRF2000 Austria height (1)',
10678
            'method' => 'urn:ogc:def:method:EPSG::1089',
10679
            'extent' => ['1037'],
10680
            'extent_description' => 'Austria.',
10681
        ],
10682
        'urn:ogc:def:coordinateOperation:EPSG::9601' => [
10683
            'name' => 'MGI to MGI + EVRF2000 Austria height (1)',
10684
            'method' => 'urn:ogc:def:method:EPSG::1089',
10685
            'extent' => ['1037'],
10686
            'extent_description' => 'Austria.',
10687
        ],
10688
        'urn:ogc:def:coordinateOperation:EPSG::9605' => [
10689
            'name' => 'ETRS89 to ETRS89 + Alicante height (1)',
10690
            'method' => 'urn:ogc:def:method:EPSG::1092',
10691
            'extent' => ['2366'],
10692
            'extent_description' => 'Spain - mainland onshore.',
10693
        ],
10694
        'urn:ogc:def:coordinateOperation:EPSG::9606' => [
10695
            'name' => 'ETRS89 to ETRS89 + Ceuta 2 height (1)',
10696
            'method' => 'urn:ogc:def:method:EPSG::1092',
10697
            'extent' => ['4590'],
10698
            'extent_description' => 'Spain - Ceuta onshore.',
10699
        ],
10700
        'urn:ogc:def:coordinateOperation:EPSG::9607' => [
10701
            'name' => 'ETRS89 to ETRS89 + Ibiza height (1)',
10702
            'method' => 'urn:ogc:def:method:EPSG::1092',
10703
            'extent' => ['4604'],
10704
            'extent_description' => 'Spain - Balearic Islands - Ibiza and Formentera - onshore.',
10705
        ],
10706
        'urn:ogc:def:coordinateOperation:EPSG::9608' => [
10707
            'name' => 'ETRS89 to ETRS89 + Mallorca height (1)',
10708
            'method' => 'urn:ogc:def:method:EPSG::1092',
10709
            'extent' => ['4602'],
10710
            'extent_description' => 'Spain - Balearic Islands - Mallorca onshore.',
10711
        ],
10712
        'urn:ogc:def:coordinateOperation:EPSG::9609' => [
10713
            'name' => 'ETRS89 to ETRS89 + Menorca height (1)',
10714
            'method' => 'urn:ogc:def:method:EPSG::1092',
10715
            'extent' => ['4603'],
10716
            'extent_description' => 'Spain - Balearic Islands - Menorca onshore.',
10717
        ],
10718
        'urn:ogc:def:coordinateOperation:EPSG::9610' => [
10719
            'name' => 'REGCAN95 to REGCAN95 + El Hierro height (1)',
10720
            'method' => 'urn:ogc:def:method:EPSG::1092',
10721
            'extent' => ['4597'],
10722
            'extent_description' => 'Spain - Canary Islands - El Hierro onshore.',
10723
        ],
10724
        'urn:ogc:def:coordinateOperation:EPSG::9611' => [
10725
            'name' => 'REGCAN95 to REGCAN95 + Fuerteventura height (1)',
10726
            'method' => 'urn:ogc:def:method:EPSG::1092',
10727
            'extent' => ['4592'],
10728
            'extent_description' => 'Spain - Canary Islands - Fuerteventura onshore.',
10729
        ],
10730
        'urn:ogc:def:coordinateOperation:EPSG::9612' => [
10731
            'name' => 'REGCAN95 to REGCAN95 + Gran Canaria height (1)',
10732
            'method' => 'urn:ogc:def:method:EPSG::1092',
10733
            'extent' => ['4593'],
10734
            'extent_description' => 'Spain - Canary Islands - Gran Canaria onshore.',
10735
        ],
10736
        'urn:ogc:def:coordinateOperation:EPSG::9613' => [
10737
            'name' => 'REGCAN95 to REGCAN95 + La Gomera height (1)',
10738
            'method' => 'urn:ogc:def:method:EPSG::1092',
10739
            'extent' => ['4595'],
10740
            'extent_description' => 'Spain - Canary Islands - La Gomera onshore.',
10741
        ],
10742
        'urn:ogc:def:coordinateOperation:EPSG::9614' => [
10743
            'name' => 'REGCAN95 to REGCAN95 + La Palma height (1)',
10744
            'method' => 'urn:ogc:def:method:EPSG::1092',
10745
            'extent' => ['4596'],
10746
            'extent_description' => 'Spain - Canary Islands - La Palma onshore.',
10747
        ],
10748
        'urn:ogc:def:coordinateOperation:EPSG::9615' => [
10749
            'name' => 'REGCAN95 to REGCAN95 + Lanzarote height (1)',
10750
            'method' => 'urn:ogc:def:method:EPSG::1092',
10751
            'extent' => ['4591'],
10752
            'extent_description' => 'Spain - Canary Islands - Lanzarote onshore.',
10753
        ],
10754
        'urn:ogc:def:coordinateOperation:EPSG::9616' => [
10755
            'name' => 'REGCAN95 to REGCAN95 + Tenerife height (1)',
10756
            'method' => 'urn:ogc:def:method:EPSG::1092',
10757
            'extent' => ['4594'],
10758
            'extent_description' => 'Spain - Canary Islands - Tenerife onshore.',
10759
        ],
10760
        'urn:ogc:def:coordinateOperation:EPSG::9621' => [
10761
            'name' => 'POSGAR 2007 to POSGAR 2007 + SRVN16 height (1)',
10762
            'method' => 'urn:ogc:def:method:EPSG::1093',
10763
            'extent' => ['4573'],
10764
            'extent_description' => 'Argentina - onshore.',
10765
        ],
10766
        'urn:ogc:def:coordinateOperation:EPSG::9622' => [
10767
            'name' => 'NAD83(2011) to NAD83(2011) + PRVD02 height (2)',
10768
            'method' => 'urn:ogc:def:method:EPSG::1088',
10769
            'extent' => ['3294'],
10770
            'extent_description' => 'Puerto Rico - onshore.',
10771
        ],
10772
        'urn:ogc:def:coordinateOperation:EPSG::9623' => [
10773
            'name' => 'NAD83(2011) to NAD83(2011) + VIVD09 height (2)',
10774
            'method' => 'urn:ogc:def:method:EPSG::1088',
10775
            'extent' => ['3330'],
10776
            'extent_description' => 'US Virgin Islands - onshore - St Croix, St John, and St Thomas.',
10777
        ],
10778
        'urn:ogc:def:coordinateOperation:EPSG::9624' => [
10779
            'name' => 'NAD83(MA11) to NAD83(MA11) + GUVD04 height (1)',
10780
            'method' => 'urn:ogc:def:method:EPSG::1088',
10781
            'extent' => ['3255'],
10782
            'extent_description' => 'Guam - onshore.',
10783
        ],
10784
        'urn:ogc:def:coordinateOperation:EPSG::9625' => [
10785
            'name' => 'NAD83(MA11) to NAD83(MA11) + NMVD03 height (1)',
10786
            'method' => 'urn:ogc:def:method:EPSG::1088',
10787
            'extent' => ['4171'],
10788
            'extent_description' => 'Northern Mariana Islands - onshore - Rota, Saipan and Tinian.',
10789
        ],
10790
        'urn:ogc:def:coordinateOperation:EPSG::9626' => [
10791
            'name' => 'NAD83(PA11) to NAD83(PA11) + ASVD02 height (1)',
10792
            'method' => 'urn:ogc:def:method:EPSG::1088',
10793
            'extent' => ['2288'],
10794
            'extent_description' => 'American Samoa - Tutuila island.',
10795
        ],
10796
        'urn:ogc:def:coordinateOperation:EPSG::9627' => [
10797
            'name' => 'NZGD2000 to NZGD2000 + NZVD2009 height (2)',
10798
            'method' => 'urn:ogc:def:method:EPSG::1088',
10799
            'extent' => ['1175'],
10800
            'extent_description' => 'New Zealand - onshore and offshore. Includes Antipodes Islands, Auckland Islands, Bounty Islands, Chatham Islands, Cambell Island, Kermadec Islands, Raoul Island and Snares Islands.',
10801
        ],
10802
        'urn:ogc:def:coordinateOperation:EPSG::9628' => [
10803
            'name' => 'NZGD2000 to NZGD2000 + NZVD2016 height (2)',
10804
            'method' => 'urn:ogc:def:method:EPSG::1088',
10805
            'extent' => ['1175'],
10806
            'extent_description' => 'New Zealand - onshore and offshore. Includes Antipodes Islands, Auckland Islands, Bounty Islands, Chatham Islands, Cambell Island, Kermadec Islands, Raoul Island and Snares Islands.',
10807
        ],
10808
        'urn:ogc:def:coordinateOperation:EPSG::9631' => [
10809
            'name' => 'RGAF09 to RGAF09 + Guadeloupe 1988 height (2)',
10810
            'method' => 'urn:ogc:def:method:EPSG::1095',
10811
            'extent' => ['2892'],
10812
            'extent_description' => 'Guadeloupe - onshore - Basse-Terre and Grande-Terre.',
10813
        ],
10814
        'urn:ogc:def:coordinateOperation:EPSG::9632' => [
10815
            'name' => 'RGAF09 to RGAF09 + IGN 1988 LS height (2)',
10816
            'method' => 'urn:ogc:def:method:EPSG::1095',
10817
            'extent' => ['2895'],
10818
            'extent_description' => 'Guadeloupe - onshore - Les Saintes.',
10819
        ],
10820
        'urn:ogc:def:coordinateOperation:EPSG::9633' => [
10821
            'name' => 'RGAF09 to RGAF09 + IGN 1988 MG height (2)',
10822
            'method' => 'urn:ogc:def:method:EPSG::1095',
10823
            'extent' => ['2894'],
10824
            'extent_description' => 'Guadeloupe - onshore - Marie-Galante.',
10825
        ],
10826
        'urn:ogc:def:coordinateOperation:EPSG::9634' => [
10827
            'name' => 'RGAF09 to RGAF09 + IGN 1988 SB height (2)',
10828
            'method' => 'urn:ogc:def:method:EPSG::1095',
10829
            'extent' => ['2891'],
10830
            'extent_description' => 'Guadeloupe - onshore - St Barthelemy island.',
10831
        ],
10832
        'urn:ogc:def:coordinateOperation:EPSG::9635' => [
10833
            'name' => 'RGAF09 to RGAF09 + IGN 1988 SM height (2)',
10834
            'method' => 'urn:ogc:def:method:EPSG::1095',
10835
            'extent' => ['2890'],
10836
            'extent_description' => 'Guadeloupe - onshore - St Martin island.',
10837
        ],
10838
        'urn:ogc:def:coordinateOperation:EPSG::9636' => [
10839
            'name' => 'RGAF09 to IGN 2008 LD height (1)',
10840
            'method' => 'urn:ogc:def:method:EPSG::1095',
10841
            'extent' => ['2893'],
10842
            'extent_description' => 'Guadeloupe - onshore - La Desirade.',
10843
        ],
10844
        'urn:ogc:def:coordinateOperation:EPSG::9637' => [
10845
            'name' => 'RGAF09 to RGAF09 + Martinique 1987 height (2)',
10846
            'method' => 'urn:ogc:def:method:EPSG::1095',
10847
            'extent' => ['3276'],
10848
            'extent_description' => 'Martinique - onshore.',
10849
        ],
10850
        'urn:ogc:def:coordinateOperation:EPSG::9640' => [
10851
            'name' => 'RGNC91-93 to RGNC91-93 + NGNC08 height (1)',
10852
            'method' => 'urn:ogc:def:method:EPSG::1095',
10853
            'extent' => ['3430'],
10854
            'extent_description' => 'New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands (Lifou, Mare, Ouvea).',
10855
        ],
10856
        'urn:ogc:def:coordinateOperation:EPSG::9641' => [
10857
            'name' => 'RGSPM06 to RGSPM06 + Danger 1950 height (2)',
10858
            'method' => 'urn:ogc:def:method:EPSG::1095',
10859
            'extent' => ['3299'],
10860
            'extent_description' => 'St Pierre and Miquelon - onshore.',
10861
        ],
10862
        'urn:ogc:def:coordinateOperation:EPSG::9642' => [
10863
            'name' => 'RRAF 1991 to RRAF 1991 + IGN 2008 LD height (1)',
10864
            'method' => 'urn:ogc:def:method:EPSG::1095',
10865
            'extent' => ['2893'],
10866
            'extent_description' => 'Guadeloupe - onshore - La Desirade.',
10867
        ],
10868
        'urn:ogc:def:coordinateOperation:EPSG::9643' => [
10869
            'name' => 'ITRF2005 to ITRF2005 + SA LLD height (1)',
10870
            'method' => 'urn:ogc:def:method:EPSG::1098',
10871
            'extent' => ['3309'],
10872
            'extent_description' => 'South Africa - mainland onshore.',
10873
        ],
10874
        'urn:ogc:def:coordinateOperation:EPSG::9644' => [
10875
            'name' => 'NAD83(CSRS)v6 to NAD83(CSRS)v6 + CGVD2013a(2010) height (1)',
10876
            'method' => 'urn:ogc:def:method:EPSG::1090',
10877
            'extent' => ['1061'],
10878
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
10879
        ],
10880
        'urn:ogc:def:coordinateOperation:EPSG::9662' => [
10881
            'name' => 'Baltic 1986 height to EVRF2007-PL height (1)',
10882
            'method' => 'urn:ogc:def:method:EPSG::1101',
10883
            'extent' => ['3293'],
10884
            'extent_description' => 'Poland - onshore.',
10885
        ],
10886
        'urn:ogc:def:coordinateOperation:EPSG::9673' => [
10887
            'name' => 'US Forest Service region 6 Albers',
10888
            'method' => 'urn:ogc:def:method:EPSG::9822',
10889
            'extent' => ['2381'],
10890
            'extent_description' => 'United States (USA) - Oregon and Washington.',
10891
        ],
10892
        'urn:ogc:def:coordinateOperation:EPSG::9676' => [
10893
            'name' => 'Israel 1993 to WGS 84 (2)',
10894
            'method' => 'urn:ogc:def:method:EPSG::9607',
10895
            'extent' => ['2603'],
10896
            'extent_description' => 'Israel - onshore; Palestine Territory - onshore.',
10897
        ],
10898
        'urn:ogc:def:coordinateOperation:EPSG::9677' => [
10899
            'name' => 'Bangladesh Transverse Mercator',
10900
            'method' => 'urn:ogc:def:method:EPSG::9807',
10901
            'extent' => ['3217'],
10902
            'extent_description' => 'Bangladesh - onshore.',
10903
        ],
10904
        'urn:ogc:def:coordinateOperation:EPSG::9679' => [
10905
            'name' => 'Gulshan 303 to WGS 84 (2)',
10906
            'method' => 'urn:ogc:def:method:EPSG::9603',
10907
            'extent' => ['1041'],
10908
            'extent_description' => 'Bangladesh - onshore and offshore.',
10909
        ],
10910
        'urn:ogc:def:coordinateOperation:EPSG::9682' => [
10911
            'name' => 'ITRF2014 to GDA94 (1)',
10912
            'method' => 'urn:ogc:def:method:EPSG::1056',
10913
            'extent' => ['4177'],
10914
            'extent_description' => 'Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.',
10915
        ],
10916
        'urn:ogc:def:coordinateOperation:EPSG::9684' => [
10917
            'name' => 'ATRF2014 to GDA94 (1)',
10918
            'method' => 'urn:ogc:def:method:EPSG::1056',
10919
            'extent' => ['4177'],
10920
            'extent_description' => 'Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.',
10921
        ],
10922
        'urn:ogc:def:coordinateOperation:EPSG::9690' => [
10923
            'name' => 'WGS 84 to GDA2020 (3)',
10924
            'method' => 'urn:ogc:def:method:EPSG::9607',
10925
            'extent' => ['4177'],
10926
            'extent_description' => 'Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.',
10927
        ],
10928
        'urn:ogc:def:coordinateOperation:EPSG::9691' => [
10929
            'name' => 'WGS 84 to GDA2020 (4)',
10930
            'method' => 'urn:ogc:def:method:EPSG::9615',
10931
            'extent' => ['2575'],
10932
            'extent_description' => 'Australia - Australian Capital Territory; New South Wales; Northern Territory; Queensland; South Australia; Tasmania; Western Australia; Victoria.',
10933
        ],
10934
        'urn:ogc:def:coordinateOperation:EPSG::9692' => [
10935
            'name' => 'GDA2020 to AVWS height (2)',
10936
            'method' => 'urn:ogc:def:method:EPSG::9665',
10937
            'extent' => ['4177'],
10938
            'extent_description' => 'Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.',
10939
        ],
10940
        'urn:ogc:def:coordinateOperation:EPSG::9693' => [
10941
            'name' => 'GDA2020 to GDA2020 + AVWS height (2)',
10942
            'method' => 'urn:ogc:def:method:EPSG::1088',
10943
            'extent' => ['4177'],
10944
            'extent_description' => 'Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.',
10945
        ],
10946
        'urn:ogc:def:coordinateOperation:EPSG::9703' => [
10947
            'name' => 'ETRF2000-PL to ETRS89 (1)',
10948
            'method' => 'urn:ogc:def:method:EPSG::9603',
10949
            'extent' => ['1192'],
10950
            'extent_description' => 'Poland - onshore and offshore.',
10951
        ],
10952
        'urn:ogc:def:coordinateOperation:EPSG::9710' => [
10953
            'name' => 'EVRF2019 height to EVRF2019 mean-tide height (1)',
10954
            'method' => 'urn:ogc:def:method:EPSG::1107',
10955
            'extent' => ['4608'],
10956
            'extent_description' => 'Europe - onshore - Andorra; Austria; Belarus; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Czechia; Denmark; Estonia; Finland; France - mainland; Germany; Gibraltar, Hungary; Italy - mainland and Sicily; Latvia; Liechtenstein; Lithuania; Luxembourg; Netherlands; North Macedonia; Norway; Poland; Portugal - mainland; Romania; Russia – west of approximately 60°E; San Marino; Slovakia; Slovenia; Spain - mainland; Sweden; Switzerland; United Kingdom (UK) - Great Britain mainland; Ukraine; Vatican City State.',
10957
        ],
10958
        'urn:ogc:def:coordinateOperation:EPSG::9717' => [
10959
            'name' => 'ETRF2000-PL to Baltic 1986 height (1)',
10960
            'method' => 'urn:ogc:def:method:EPSG::1099',
10961
            'extent' => ['3293'],
10962
            'extent_description' => 'Poland - onshore.',
10963
        ],
10964
        'urn:ogc:def:coordinateOperation:EPSG::9718' => [
10965
            'name' => 'ETRF2000-PL to ETRF2000-PL + Baltic 1986 height (1)',
10966
            'method' => 'urn:ogc:def:method:EPSG::1100',
10967
            'extent' => ['3293'],
10968
            'extent_description' => 'Poland - onshore.',
10969
        ],
10970
        'urn:ogc:def:coordinateOperation:EPSG::9719' => [
10971
            'name' => 'ETRF2000-PL to EVRF2007-PL height (1)',
10972
            'method' => 'urn:ogc:def:method:EPSG::1099',
10973
            'extent' => ['3293'],
10974
            'extent_description' => 'Poland - onshore.',
10975
        ],
10976
        'urn:ogc:def:coordinateOperation:EPSG::9720' => [
10977
            'name' => 'ETRF2000-PL to ETRF2000-PL + EVRF2007-PL height (1)',
10978
            'method' => 'urn:ogc:def:method:EPSG::1100',
10979
            'extent' => ['3293'],
10980
            'extent_description' => 'Poland - onshore.',
10981
        ],
10982
        'urn:ogc:def:coordinateOperation:EPSG::9726' => [
10983
            'name' => 'Genoa 1942 height to Catania 1965 height (1)',
10984
            'method' => 'urn:ogc:def:method:EPSG::9616',
10985
            'extent' => ['2340'],
10986
            'extent_description' => 'Italy - Sicily onshore.',
10987
        ],
10988
        'urn:ogc:def:coordinateOperation:EPSG::9738' => [
10989
            'name' => 'EOS21-TM',
10990
            'method' => 'urn:ogc:def:method:EPSG::9807',
10991
            'extent' => ['4620'],
10992
            'extent_description' => 'United Kingdom (UK) - on or related to the complex of rail routes in the East of Scotland, incorporating the route from Tweedbank through the Borders to Edinburgh; the line from Edinburgh to Aberdeen; routes via Kirkaldy and Cowdenbeath; and routes via Leuchars and Perth to Dundee. ',
10993
        ],
10994
        'urn:ogc:def:coordinateOperation:EPSG::9743' => [
10995
            'name' => 'PN68 to WGS 84 (1)',
10996
            'method' => 'urn:ogc:def:method:EPSG::9603',
10997
            'extent' => ['3873'],
10998
            'extent_description' => 'Spain - Canary Islands onshore.',
10999
        ],
11000
        'urn:ogc:def:coordinateOperation:EPSG::9744' => [
11001
            'name' => 'Baltic 1957 height to EVRF2019 mean-tide height (1)',
11002
            'method' => 'urn:ogc:def:method:EPSG::1046',
11003
            'extent' => ['1079'],
11004
            'extent_description' => 'Czechia.',
11005
        ],
11006
        'urn:ogc:def:coordinateOperation:EPSG::9745' => [
11007
            'name' => 'Baltic 1957 height to EVRF2019 height (1)',
11008
            'method' => 'urn:ogc:def:method:EPSG::1046',
11009
            'extent' => ['1079'],
11010
            'extent_description' => 'Czechia.',
11011
        ],
11012
        'urn:ogc:def:coordinateOperation:EPSG::9746' => [
11013
            'name' => 'SPCS83 Alabama East zone (US Survey feet)',
11014
            'method' => 'urn:ogc:def:method:EPSG::9807',
11015
            'extent' => ['2154'],
11016
            'extent_description' => 'United States (USA) - Alabama east of approximately 86°37\'W - counties Barbour; Bullock; Calhoun; Chambers; Cherokee; Clay; Cleburne; Coffee; Coosa; Covington; Crenshaw; Dale; De Kalb; Elmore; Etowah; Geneva; Henry; Houston; Jackson; Lee; Macon; Madison; Marshall; Montgomery; Pike; Randolph; Russell; StClair; Talladega; Tallapoosa.',
11017
        ],
11018
        'urn:ogc:def:coordinateOperation:EPSG::9747' => [
11019
            'name' => 'SPCS83 Alabama West zone (US Survey feet)',
11020
            'method' => 'urn:ogc:def:method:EPSG::9807',
11021
            'extent' => ['2155'],
11022
            'extent_description' => 'United States (USA) - Alabama west of approximately 86°37\'W - counties Autauga; Baldwin; Bibb; Blount; Butler; Chilton; Choctaw; Clarke; Colbert; Conecuh; Cullman; Dallas; Escambia; Fayette; Franklin; Greene; Hale; Jefferson; Lamar; Lauderdale; Lawrence; Limestone; Lowndes; Marengo; Marion; Mobile; Monroe; Morgan; Perry; Pickens; Shelby; Sumter; Tuscaloosa; Walker; Washington; Wilcox; Winston.',
11023
        ],
11024
        'urn:ogc:def:coordinateOperation:EPSG::9751' => [
11025
            'name' => 'CR05 to CR-SIRGAS (1)',
11026
            'method' => 'urn:ogc:def:method:EPSG::9607',
11027
            'extent' => ['1074'],
11028
            'extent_description' => 'Costa Rica - onshore and offshore.',
11029
        ],
11030
        'urn:ogc:def:coordinateOperation:EPSG::9752' => [
11031
            'name' => 'CR05 to WGS 84 (2)',
11032
            'method' => 'urn:ogc:def:method:EPSG::9607',
11033
            'extent' => ['1074'],
11034
            'extent_description' => 'Costa Rica - onshore and offshore.',
11035
        ],
11036
        'urn:ogc:def:coordinateOperation:EPSG::9756' => [
11037
            'name' => 'WGS 84 (G1762) to WGS 84 (G2139) (1)',
11038
            'method' => 'urn:ogc:def:method:EPSG::1032',
11039
            'extent' => ['1262'],
11040
            'extent_description' => 'World.',
11041
        ],
11042
        'urn:ogc:def:coordinateOperation:EPSG::9757' => [
11043
            'name' => 'WGS 84 (G2139) to ITRF2014 (1)',
11044
            'method' => 'urn:ogc:def:method:EPSG::1032',
11045
            'extent' => ['1262'],
11046
            'extent_description' => 'World.',
11047
        ],
11048
        'urn:ogc:def:coordinateOperation:EPSG::9760' => [
11049
            'name' => 'ECML14_NB-TM',
11050
            'method' => 'urn:ogc:def:method:EPSG::9807',
11051
            'extent' => ['4621'],
11052
            'extent_description' => 'United Kingdom (UK) - on or related to rail routes from Newcastle Central to Ashington via Benton North Junction, and the section from Bedlington to Morpeth.',
11053
        ],
11054
        'urn:ogc:def:coordinateOperation:EPSG::9765' => [
11055
            'name' => 'EWR2-TM',
11056
            'method' => 'urn:ogc:def:method:EPSG::9807',
11057
            'extent' => ['4622'],
11058
            'extent_description' => 'United Kingdom (UK) - on or related to East West Rail (Phase 2) routes from Oxford to Bicester, Bletchley and Bedford, and from Claydon Junction to Aylesbury and Princes Risborough.',
11059
        ],
11060
        'urn:ogc:def:coordinateOperation:EPSG::9768' => [
11061
            'name' => 'Kyrg-06 to WGS 84 (1)',
11062
            'method' => 'urn:ogc:def:method:EPSG::9603',
11063
            'extent' => ['1137'],
11064
            'extent_description' => 'Kyrgyzstan.',
11065
        ],
11066
        'urn:ogc:def:coordinateOperation:EPSG::9769' => [
11067
            'name' => 'RGWF96 to WGS 84 (1)',
11068
            'method' => 'urn:ogc:def:method:EPSG::9603',
11069
            'extent' => ['1255'],
11070
            'extent_description' => 'Wallis and Futuna - onshore and offshore - Uvea, Futuna, and Alofi.',
11071
        ],
11072
        'urn:ogc:def:coordinateOperation:EPSG::9770' => [
11073
            'name' => 'RGTAAF07 to WGS 84 (1)',
11074
            'method' => 'urn:ogc:def:method:EPSG::9603',
11075
            'extent' => ['4246'],
11076
            'extent_description' => 'French Southern Territories - onshore and offshore: Amsterdam and St Paul, Crozet, Europa and Kerguelen. Antarctica - Adelie Land coastal area.',
11077
        ],
11078
        'urn:ogc:def:coordinateOperation:EPSG::9771' => [
11079
            'name' => 'TGD2005 to WGS 84 (1)',
11080
            'method' => 'urn:ogc:def:method:EPSG::9603',
11081
            'extent' => ['1234'],
11082
            'extent_description' => 'Tonga - onshore and offshore.',
11083
        ],
11084
        'urn:ogc:def:coordinateOperation:EPSG::9773' => [
11085
            'name' => 'GSK-2011 to WGS 84 (1)',
11086
            'method' => 'urn:ogc:def:method:EPSG::9603',
11087
            'extent' => ['1198'],
11088
            'extent_description' => 'Russian Federation - onshore and offshore.',
11089
        ],
11090
        'urn:ogc:def:coordinateOperation:EPSG::9774' => [
11091
            'name' => 'NAD83(2011) to WGS 84 (1)',
11092
            'method' => 'urn:ogc:def:method:EPSG::9603',
11093
            'extent' => ['1511'],
11094
            'extent_description' => 'Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Virgin Islands - onshore and offshore.',
11095
        ],
11096
        'urn:ogc:def:coordinateOperation:EPSG::9788' => [
11097
            'name' => 'RGF93 v2 to RGF93 v2b',
11098
            'method' => 'urn:ogc:def:method:EPSG::9606',
11099
            'extent' => ['1096'],
11100
            'extent_description' => 'France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica).',
11101
        ],
11102
        'urn:ogc:def:coordinateOperation:EPSG::9789' => [
11103
            'name' => 'RGF93 v2 to ETRS89 (1)',
11104
            'method' => 'urn:ogc:def:method:EPSG::9603',
11105
            'extent' => ['1096'],
11106
            'extent_description' => 'France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica).',
11107
        ],
11108
        'urn:ogc:def:coordinateOperation:EPSG::9790' => [
11109
            'name' => 'RGF93 v2b to ETRS89 (1)',
11110
            'method' => 'urn:ogc:def:method:EPSG::9603',
11111
            'extent' => ['1096'],
11112
            'extent_description' => 'France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica).',
11113
        ],
11114
        'urn:ogc:def:coordinateOperation:EPSG::9795' => [
11115
            'name' => 'NAD83 to NAD83(CSRS)v7 (1)',
11116
            'method' => 'urn:ogc:def:method:EPSG::9615',
11117
            'extent' => ['2376'],
11118
            'extent_description' => 'Canada - Alberta.',
11119
        ],
11120
        'urn:ogc:def:coordinateOperation:EPSG::9796' => [
11121
            'name' => 'Local coordinate system of Kyiv',
11122
            'method' => 'urn:ogc:def:method:EPSG::9807',
11123
            'extent' => ['4650'],
11124
            'extent_description' => 'Ukraine - Kyiv (Kiev) city and Kyiv region (oblast).',
11125
        ],
11126
        'urn:ogc:def:coordinateOperation:EPSG::9797' => [
11127
            'name' => 'Local coordinate system of Crimea region',
11128
            'method' => 'urn:ogc:def:method:EPSG::9807',
11129
            'extent' => ['4648'],
11130
            'extent_description' => 'Ukraine - Crimea autonomous region.',
11131
        ],
11132
        'urn:ogc:def:coordinateOperation:EPSG::9798' => [
11133
            'name' => 'Local coordinate system of Vinnytsia region',
11134
            'method' => 'urn:ogc:def:method:EPSG::9807',
11135
            'extent' => ['4643'],
11136
            'extent_description' => 'Ukraine - Vinnytsia region (oblast).',
11137
        ],
11138
        'urn:ogc:def:coordinateOperation:EPSG::9799' => [
11139
            'name' => 'Local coordinate system of Volyn region',
11140
            'method' => 'urn:ogc:def:method:EPSG::9807',
11141
            'extent' => ['4644'],
11142
            'extent_description' => 'Ukraine - Volyn region (oblast).',
11143
        ],
11144
        'urn:ogc:def:coordinateOperation:EPSG::9800' => [
11145
            'name' => 'Local coordinate system of Dnipropetrovsk region',
11146
            'method' => 'urn:ogc:def:method:EPSG::9807',
11147
            'extent' => ['4627'],
11148
            'extent_description' => 'Ukraine - Dnipropetrovsk region (oblast).',
11149
        ],
11150
        'urn:ogc:def:coordinateOperation:EPSG::9801' => [
11151
            'name' => 'Local coordinate system of Donetsk region',
11152
            'method' => 'urn:ogc:def:method:EPSG::9807',
11153
            'extent' => ['4628'],
11154
            'extent_description' => 'Ukraine - Donetsk region (oblast).',
11155
        ],
11156
        'urn:ogc:def:coordinateOperation:EPSG::9802' => [
11157
            'name' => 'Local coordinate system of Zhytomyr region',
11158
            'method' => 'urn:ogc:def:method:EPSG::9807',
11159
            'extent' => ['4647'],
11160
            'extent_description' => 'Ukraine - Zhytomyr region (oblast).',
11161
        ],
11162
        'urn:ogc:def:coordinateOperation:EPSG::9803' => [
11163
            'name' => 'Local coordinate system of Zakarpattia region',
11164
            'method' => 'urn:ogc:def:method:EPSG::9807',
11165
            'extent' => ['4645'],
11166
            'extent_description' => 'Ukraine - Zakarpattia (Zakarpatska) region (Transcarpathia oblast).',
11167
        ],
11168
        'urn:ogc:def:coordinateOperation:EPSG::9804' => [
11169
            'name' => 'Local coordinate system of Zaporizhzhia region',
11170
            'method' => 'urn:ogc:def:method:EPSG::9807',
11171
            'extent' => ['4646'],
11172
            'extent_description' => 'Ukraine - Zaporizhzhia region (oblast).',
11173
        ],
11174
        'urn:ogc:def:coordinateOperation:EPSG::9805' => [
11175
            'name' => 'Local coordinate system of Ivano-Frankivsk region',
11176
            'method' => 'urn:ogc:def:method:EPSG::9807',
11177
            'extent' => ['4629'],
11178
            'extent_description' => 'Ukraine - Ivano-Frankivsk region (oblast).',
11179
        ],
11180
        'urn:ogc:def:coordinateOperation:EPSG::9806' => [
11181
            'name' => 'Local coordinate system of Kirovohrad region',
11182
            'method' => 'urn:ogc:def:method:EPSG::9807',
11183
            'extent' => ['4634'],
11184
            'extent_description' => 'Ukraine - Kirovohrad region (oblast).',
11185
        ],
11186
        'urn:ogc:def:coordinateOperation:EPSG::9807' => [
11187
            'name' => 'Local coordinate system of Luhansk region',
11188
            'method' => 'urn:ogc:def:method:EPSG::9807',
11189
            'extent' => ['4635'],
11190
            'extent_description' => 'Ukraine - Luhansk region (oblast).',
11191
        ],
11192
        'urn:ogc:def:coordinateOperation:EPSG::9808' => [
11193
            'name' => 'Local coordinate system of Lviv region',
11194
            'method' => 'urn:ogc:def:method:EPSG::9807',
11195
            'extent' => ['4636'],
11196
            'extent_description' => 'Ukraine - Lviv region (oblast).',
11197
        ],
11198
        'urn:ogc:def:coordinateOperation:EPSG::9809' => [
11199
            'name' => 'Local coordinate system of Mykolaiv region',
11200
            'method' => 'urn:ogc:def:method:EPSG::9807',
11201
            'extent' => ['4637'],
11202
            'extent_description' => 'Ukraine - Mykolaiv region (oblast).',
11203
        ],
11204
        'urn:ogc:def:coordinateOperation:EPSG::9810' => [
11205
            'name' => 'Local coordinate system of Odessa region',
11206
            'method' => 'urn:ogc:def:method:EPSG::9807',
11207
            'extent' => ['4638'],
11208
            'extent_description' => 'Ukraine - Odessa region (oblast).',
11209
        ],
11210
        'urn:ogc:def:coordinateOperation:EPSG::9811' => [
11211
            'name' => 'Local coordinate system of Poltava region',
11212
            'method' => 'urn:ogc:def:method:EPSG::9807',
11213
            'extent' => ['4639'],
11214
            'extent_description' => 'Ukraine - Poltava region (oblast).',
11215
        ],
11216
        'urn:ogc:def:coordinateOperation:EPSG::9812' => [
11217
            'name' => 'Local coordinate system of Rivne and Khmelnytsky regions',
11218
            'method' => 'urn:ogc:def:method:EPSG::9807',
11219
            'extent' => ['4651'],
11220
            'extent_description' => 'Ukraine - Rivne and Khmelnytskyi regions (oblasts).',
11221
        ],
11222
        'urn:ogc:def:coordinateOperation:EPSG::9813' => [
11223
            'name' => 'Local coordinate system of Sumy region',
11224
            'method' => 'urn:ogc:def:method:EPSG::9807',
11225
            'extent' => ['4641'],
11226
            'extent_description' => 'Ukraine - Sumy region (oblast).',
11227
        ],
11228
        'urn:ogc:def:coordinateOperation:EPSG::9814' => [
11229
            'name' => 'Local coordinate system of Ternopil region',
11230
            'method' => 'urn:ogc:def:method:EPSG::9807',
11231
            'extent' => ['4642'],
11232
            'extent_description' => 'Ukraine - Ternopil region (oblast).',
11233
        ],
11234
        'urn:ogc:def:coordinateOperation:EPSG::9815' => [
11235
            'name' => 'Local coordinate system of Kharkiv region',
11236
            'method' => 'urn:ogc:def:method:EPSG::9807',
11237
            'extent' => ['4630'],
11238
            'extent_description' => 'Ukraine - Kharkiv region (oblast).',
11239
        ],
11240
        'urn:ogc:def:coordinateOperation:EPSG::9816' => [
11241
            'name' => 'Local coordinate system of Kherson region',
11242
            'method' => 'urn:ogc:def:method:EPSG::9807',
11243
            'extent' => ['4631'],
11244
            'extent_description' => 'Ukraine - Kherson region (oblast).',
11245
        ],
11246
        'urn:ogc:def:coordinateOperation:EPSG::9817' => [
11247
            'name' => 'Local coordinate system of Cherkasy region',
11248
            'method' => 'urn:ogc:def:method:EPSG::9807',
11249
            'extent' => ['4624'],
11250
            'extent_description' => 'Ukraine - Cherkasy region (oblast).',
11251
        ],
11252
        'urn:ogc:def:coordinateOperation:EPSG::9818' => [
11253
            'name' => 'Local coordinate system of Chernivtsi region',
11254
            'method' => 'urn:ogc:def:method:EPSG::9807',
11255
            'extent' => ['4626'],
11256
            'extent_description' => 'Ukraine - Chernivtsi region (oblast).',
11257
        ],
11258
        'urn:ogc:def:coordinateOperation:EPSG::9819' => [
11259
            'name' => 'Local coordinate system of Chernihiv region',
11260
            'method' => 'urn:ogc:def:method:EPSG::9807',
11261
            'extent' => ['4625'],
11262
            'extent_description' => 'Ukraine - Chernihiv region (oblast).',
11263
        ],
11264
        'urn:ogc:def:coordinateOperation:EPSG::9820' => [
11265
            'name' => 'Local coordinate system of Sevastopol city',
11266
            'method' => 'urn:ogc:def:method:EPSG::9807',
11267
            'extent' => ['4649'],
11268
            'extent_description' => 'Ukraine - Sevastopol (Sebastopol) city.',
11269
        ],
11270
        'urn:ogc:def:coordinateOperation:EPSG::9868' => [
11271
            'name' => 'MRH21-TM',
11272
            'method' => 'urn:ogc:def:method:EPSG::9807',
11273
            'extent' => ['4652'],
11274
            'extent_description' => 'United Kingdom (UK) - on or related to Midland Rail Hub, covering routes through Cardiff, Bristol, Gloucester, Derby, Birmingham, Leicester, and Lincoln.',
11275
        ],
11276
        'urn:ogc:def:coordinateOperation:EPSG::9872' => [
11277
            'name' => 'Papua New Guinea Map Grid 1994 zone 57',
11278
            'method' => 'urn:ogc:def:method:EPSG::9807',
11279
            'extent' => ['4653'],
11280
            'extent_description' => 'Papua New Guinea - between 156°E and 162°E, onshore and offshore.',
11281
        ],
11282
        'urn:ogc:def:coordinateOperation:EPSG::9873' => [
11283
            'name' => 'Papua New Guinea Map Grid 1994 zone 58',
11284
            'method' => 'urn:ogc:def:method:EPSG::9807',
11285
            'extent' => ['4654'],
11286
            'extent_description' => 'Papua New Guinea - east of 162°E to EEZ limit.',
11287
        ],
11288
        'urn:ogc:def:coordinateOperation:EPSG::9876' => [
11289
            'name' => 'RGF93 v2b to NGF-IGN69 height (5)',
11290
            'method' => 'urn:ogc:def:method:EPSG::1073',
11291
            'extent' => ['1326'],
11292
            'extent_description' => 'France - mainland onshore.',
11293
        ],
11294
        'urn:ogc:def:coordinateOperation:EPSG::9877' => [
11295
            'name' => 'RGF93 v2b to RGF93 v2b + NGF-IGN69 height (5)',
11296
            'method' => 'urn:ogc:def:method:EPSG::1095',
11297
            'extent' => ['1326'],
11298
            'extent_description' => 'France - mainland onshore.',
11299
        ],
11300
        'urn:ogc:def:coordinateOperation:EPSG::9879' => [
11301
            'name' => 'MOLDOR11-TM',
11302
            'method' => 'urn:ogc:def:method:EPSG::9807',
11303
            'extent' => ['4655'],
11304
            'extent_description' => 'United Kingdom (UK) - on or related to the rail route from Manchester via Ordsall Lane and the Hope Valley to Dore Junction.',
11305
        ],
11306
        'urn:ogc:def:coordinateOperation:EPSG::9882' => [
11307
            'name' => 'RGF93 v1 to RGF93 v2 (1)',
11308
            'method' => 'urn:ogc:def:method:EPSG::9603',
11309
            'extent' => ['1096'],
11310
            'extent_description' => 'France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica).',
11311
        ],
11312
        'urn:ogc:def:coordinateOperation:EPSG::9886' => [
11313
            'name' => 'NAD27 to NAD83(CSRS)v2 (2)',
11314
            'method' => 'urn:ogc:def:method:EPSG::9615',
11315
            'extent' => ['2375'],
11316
            'extent_description' => 'Canada - Saskatchewan.',
11317
        ],
11318
        'urn:ogc:def:coordinateOperation:EPSG::9887' => [
11319
            'name' => 'NAD83 to NAD83(CSRS)v2 (2)',
11320
            'method' => 'urn:ogc:def:method:EPSG::9615',
11321
            'extent' => ['2375'],
11322
            'extent_description' => 'Canada - Saskatchewan.',
11323
        ],
11324
        'urn:ogc:def:coordinateOperation:EPSG::9888' => [
11325
            'name' => 'NTF to RGF93 v2 (1)',
11326
            'method' => 'urn:ogc:def:method:EPSG::1087',
11327
            'extent' => ['3694'],
11328
            'extent_description' => 'France - onshore - mainland and Corsica.',
11329
        ],
11330
        'urn:ogc:def:coordinateOperation:EPSG::9889' => [
11331
            'name' => 'NTF to RGF93 v2b (1)',
11332
            'method' => 'urn:ogc:def:method:EPSG::1087',
11333
            'extent' => ['3694'],
11334
            'extent_description' => 'France - onshore - mainland and Corsica.',
11335
        ],
11336
        'urn:ogc:def:coordinateOperation:EPSG::9894' => [
11337
            'name' => 'Luxembourg TM (3D)',
11338
            'method' => 'urn:ogc:def:method:EPSG::1111',
11339
            'extent' => ['1146'],
11340
            'extent_description' => 'Luxembourg.',
11341
        ],
11342
        'urn:ogc:def:coordinateOperation:EPSG::9896' => [
11343
            'name' => 'JGD2000 to WGS 84 (2)',
11344
            'method' => 'urn:ogc:def:method:EPSG::9615',
11345
            'extent' => ['4170'],
11346
            'extent_description' => 'Japan - northern Honshu prefectures affected by 2011 Tohoku earthquake: Aomori, Iwate, Miyagi, Akita, Yamaguta, Fukushima, Ibaraki, Tochigi, Gumma, Saitama, Chiba, Tokyo, Kanagawa, Niigata, Toyama, Ishikawa, Fukui, Yamanashi, Nagano, Gifu.',
11347
        ],
11348
        'urn:ogc:def:coordinateOperation:EPSG::9904' => [
11349
            'name' => 'Camacupa 1948 to RSAO13 (3)',
11350
            'method' => 'urn:ogc:def:method:EPSG::9603',
11351
            'extent' => ['2319'],
11352
            'extent_description' => 'Angola - offshore block 7.',
11353
        ],
11354
        'urn:ogc:def:coordinateOperation:EPSG::9905' => [
11355
            'name' => 'Camacupa 1948 to RSAO13 (4)',
11356
            'method' => 'urn:ogc:def:method:EPSG::9606',
11357
            'extent' => ['2323'],
11358
            'extent_description' => 'Angola - offshore blocks 1, 16 and 18.',
11359
        ],
11360
        'urn:ogc:def:coordinateOperation:EPSG::9906' => [
11361
            'name' => 'Malongo 1987 to RSAO13 (1)',
11362
            'method' => 'urn:ogc:def:method:EPSG::9603',
11363
            'extent' => ['3180'],
11364
            'extent_description' => 'Angola (Cabinda) - offshore; The Democratic Republic of the Congo (Zaire) - offshore.',
11365
        ],
11366
        'urn:ogc:def:coordinateOperation:EPSG::9908' => [
11367
            'name' => 'ETRS89 to Ostend height (1)',
11368
            'method' => 'urn:ogc:def:method:EPSG::1082',
11369
            'extent' => ['1347'],
11370
            'extent_description' => 'Belgium - onshore.',
11371
        ],
11372
        'urn:ogc:def:coordinateOperation:EPSG::9909' => [
11373
            'name' => 'ETRS89 to ETRS89 + Ostend height (1)',
11374
            'method' => 'urn:ogc:def:method:EPSG::1098',
11375
            'extent' => ['1347'],
11376
            'extent_description' => 'Belgium - onshore.',
11377
        ],
11378
        'urn:ogc:def:coordinateOperation:EPSG::9910' => [
11379
            'name' => 'MGI to ETRS89 (8)',
11380
            'method' => 'urn:ogc:def:method:EPSG::9615',
11381
            'extent' => ['1037'],
11382
            'extent_description' => 'Austria.',
11383
        ],
11384
        'urn:ogc:def:coordinateOperation:EPSG::9911' => [
11385
            'name' => 'Macedonia Gauss-Kruger truncated',
11386
            'method' => 'urn:ogc:def:method:EPSG::9807',
11387
            'extent' => ['1148'],
11388
            'extent_description' => 'North Macedonia.',
11389
        ],
11390
        'urn:ogc:def:coordinateOperation:EPSG::9913' => [
11391
            'name' => 'Hong Kong 1980 to Hong Kong Geodetic CS (1)',
11392
            'method' => 'urn:ogc:def:method:EPSG::9607',
11393
            'extent' => ['1118'],
11394
            'extent_description' => 'China - Hong Kong - onshore and offshore.',
11395
        ],
11396
        'urn:ogc:def:coordinateOperation:EPSG::9914' => [
11397
            'name' => 'ETRS89 to BI height (1)',
11398
            'method' => 'urn:ogc:def:method:EPSG::9663',
11399
            'extent' => ['4390'],
11400
            'extent_description' => 'United Kingdom (UK) - offshore to boundary of UKCS within 49°45\'N to 61°N and 9°W to 2°E; onshore Great Britain (England, Wales and Scotland). Isle of Man onshore.',
11401
        ],
11402
        'urn:ogc:def:coordinateOperation:EPSG::9915' => [
11403
            'name' => 'ETRS89 to ETRS89 + BI height (1)',
11404
            'method' => 'urn:ogc:def:method:EPSG::1097',
11405
            'extent' => ['4390'],
11406
            'extent_description' => 'United Kingdom (UK) - offshore to boundary of UKCS within 49°45\'N to 61°N and 9°W to 2°E; onshore Great Britain (England, Wales and Scotland). Isle of Man onshore.',
11407
        ],
11408
        'urn:ogc:def:coordinateOperation:EPSG::9916' => [
11409
            'name' => 'ETRS89 to BI height (2)',
11410
            'method' => 'urn:ogc:def:method:EPSG::1072',
11411
            'extent' => ['2530'],
11412
            'extent_description' => 'United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
11413
        ],
11414
        'urn:ogc:def:coordinateOperation:EPSG::9917' => [
11415
            'name' => 'ETRS89 to ETRS89 + BI height (2)',
11416
            'method' => 'urn:ogc:def:method:EPSG::1096',
11417
            'extent' => ['2530'],
11418
            'extent_description' => 'United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
11419
        ],
11420
        'urn:ogc:def:coordinateOperation:EPSG::9918' => [
11421
            'name' => 'ETRS89 to BI height (3)',
11422
            'method' => 'urn:ogc:def:method:EPSG::1072',
11423
            'extent' => ['1305'],
11424
            'extent_description' => 'Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
11425
        ],
11426
        'urn:ogc:def:coordinateOperation:EPSG::9919' => [
11427
            'name' => 'ETRS89 to ETRS89 + BI height (3)',
11428
            'method' => 'urn:ogc:def:method:EPSG::1096',
11429
            'extent' => ['1305'],
11430
            'extent_description' => 'Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
11431
        ],
11432
        'urn:ogc:def:coordinateOperation:EPSG::9936' => [
11433
            'name' => 'JGD2011 to WGS 84 (1)',
11434
            'method' => 'urn:ogc:def:method:EPSG::9603',
11435
            'extent' => ['1129'],
11436
            'extent_description' => 'Japan - onshore and offshore.',
11437
        ],
11438
        'urn:ogc:def:coordinateOperation:EPSG::9937' => [
11439
            'name' => 'LUREF to ETRS89 (7)',
11440
            'method' => 'urn:ogc:def:method:EPSG::9636',
11441
            'extent' => ['1146'],
11442
            'extent_description' => 'Luxembourg.',
11443
        ],
11444
        'urn:ogc:def:coordinateOperation:EPSG::9938' => [
11445
            'name' => 'LUREF to ETRS89 (8)',
11446
            'method' => 'urn:ogc:def:method:EPSG::9607',
11447
            'extent' => ['1146'],
11448
            'extent_description' => 'Luxembourg.',
11449
        ],
11450
        'urn:ogc:def:coordinateOperation:EPSG::9942' => [
11451
            'name' => 'EBBWV14-TM',
11452
            'method' => 'urn:ogc:def:method:EPSG::9807',
11453
            'extent' => ['4661'],
11454
            'extent_description' => 'United Kingdom (UK) - on or related to the rail route from Newport (Park Junction) to Ebbw Vale.',
11455
        ],
11456
        'urn:ogc:def:coordinateOperation:EPSG::9946' => [
11457
            'name' => 'Iceland Lambert Azimuthal Equal Area',
11458
            'method' => 'urn:ogc:def:method:EPSG::9820',
11459
            'extent' => ['1120'],
11460
            'extent_description' => 'Iceland - onshore and offshore.',
11461
        ],
11462
        'urn:ogc:def:coordinateOperation:EPSG::9958' => [
11463
            'name' => 'ISN2016 to ISH2004 height (1)',
11464
            'method' => 'urn:ogc:def:method:EPSG::1047',
11465
            'extent' => ['4662'],
11466
            'extent_description' => 'Iceland - onshore.',
11467
        ],
11468
        'urn:ogc:def:coordinateOperation:EPSG::9959' => [
11469
            'name' => 'ISN2016 to ISN2016 + ISH2004 height (1)',
11470
            'method' => 'urn:ogc:def:method:EPSG::1093',
11471
            'extent' => ['4662'],
11472
            'extent_description' => 'Iceland - onshore.',
11473
        ],
11474
        'urn:ogc:def:coordinateOperation:EPSG::9960' => [
11475
            'name' => 'WGS 84 (Transit) to WGS 84 (G730) (1)',
11476
            'method' => 'urn:ogc:def:method:EPSG::1032',
11477
            'extent' => ['1262'],
11478
            'extent_description' => 'World.',
11479
        ],
11480
        'urn:ogc:def:coordinateOperation:EPSG::9961' => [
11481
            'name' => 'WGS 84 (G730) to WGS 84 (G873) (1)',
11482
            'method' => 'urn:ogc:def:method:EPSG::1032',
11483
            'extent' => ['1262'],
11484
            'extent_description' => 'World.',
11485
        ],
11486
        'urn:ogc:def:coordinateOperation:EPSG::9962' => [
11487
            'name' => 'WGS 84 (G873) to WGS 84 (G1150) (1)',
11488
            'method' => 'urn:ogc:def:method:EPSG::1056',
11489
            'extent' => ['1262'],
11490
            'extent_description' => 'World.',
11491
        ],
11492
        'urn:ogc:def:coordinateOperation:EPSG::9963' => [
11493
            'name' => 'WGS 84 (G1150) to WGS 84 (G1674) (1)',
11494
            'method' => 'urn:ogc:def:method:EPSG::1056',
11495
            'extent' => ['1262'],
11496
            'extent_description' => 'World.',
11497
        ],
11498
        'urn:ogc:def:coordinateOperation:EPSG::9966' => [
11499
            'name' => 'HULLEE13-TM',
11500
            'method' => 'urn:ogc:def:method:EPSG::9807',
11501
            'extent' => ['4663'],
11502
            'extent_description' => 'United Kingdom (UK) - on or related to the rail route from the Morley tunnel through Leeds to Hull.',
11503
        ],
11504
        'urn:ogc:def:coordinateOperation:EPSG::9971' => [
11505
            'name' => 'SCM22-TM',
11506
            'method' => 'urn:ogc:def:method:EPSG::9807',
11507
            'extent' => ['4665'],
11508
            'extent_description' => 'United Kingdom (UK) - on or related to the Scottish central mainline rail route from Motherwell through Perth and Pitlochry to Inverness.',
11509
        ],
11510
        'urn:ogc:def:coordinateOperation:EPSG::9976' => [
11511
            'name' => 'FNL22-TM',
11512
            'method' => 'urn:ogc:def:method:EPSG::9807',
11513
            'extent' => ['4664'],
11514
            'extent_description' => 'United Kingdom (UK) - on or related to the rail route from Inverness to Thurso and Wick.',
11515
        ],
11516
        'urn:ogc:def:coordinateOperation:EPSG::9981' => [
11517
            'name' => 'MTM Nova Scotia 1997 zone 4',
11518
            'method' => 'urn:ogc:def:method:EPSG::9807',
11519
            'extent' => ['1534'],
11520
            'extent_description' => 'Canada - Nova Scotia - east of 63°W.',
11521
        ],
11522
        'urn:ogc:def:coordinateOperation:EPSG::9982' => [
11523
            'name' => 'MTM Nova Scotia 1997 zone 5',
11524
            'method' => 'urn:ogc:def:method:EPSG::9807',
11525
            'extent' => ['1535'],
11526
            'extent_description' => 'Canada - Nova Scotia - west of 63°W.',
11527
        ],
11528
        'urn:ogc:def:coordinateOperation:EPSG::9983' => [
11529
            'name' => 'NAD83(CSRS)v3 to CGVD28 height (1)',
11530
            'method' => 'urn:ogc:def:method:EPSG::1060',
11531
            'extent' => ['1289'],
11532
            'extent_description' => 'Canada - onshore - Alberta; British Columbia; Manitoba south of 57°N; New Brunswick; Northwest Territories south west of a line between 60°N, 110°W and the coast at 132°W; Nova Scotia; Ontario south of 52°N; Prince Edward Island; Quebec - mainland west of 66°W and south of 55°N; Saskatchewan south of 55°N; Yukon.',
11533
        ],
11534
        'urn:ogc:def:coordinateOperation:EPSG::9984' => [
11535
            'name' => 'NAD83(CSRS)v2 to CGVD28 height (1)',
11536
            'method' => 'urn:ogc:def:method:EPSG::1060',
11537
            'extent' => ['1289'],
11538
            'extent_description' => 'Canada - onshore - Alberta; British Columbia; Manitoba south of 57°N; New Brunswick; Northwest Territories south west of a line between 60°N, 110°W and the coast at 132°W; Nova Scotia; Ontario south of 52°N; Prince Edward Island; Quebec - mainland west of 66°W and south of 55°N; Saskatchewan south of 55°N; Yukon.',
11539
        ],
11540
        'urn:ogc:def:coordinateOperation:EPSG::9985' => [
11541
            'name' => 'NAD83(CSRS)v4 to CGVD28 height (1)',
11542
            'method' => 'urn:ogc:def:method:EPSG::1060',
11543
            'extent' => ['1289'],
11544
            'extent_description' => 'Canada - onshore - Alberta; British Columbia; Manitoba south of 57°N; New Brunswick; Northwest Territories south west of a line between 60°N, 110°W and the coast at 132°W; Nova Scotia; Ontario south of 52°N; Prince Edward Island; Quebec - mainland west of 66°W and south of 55°N; Saskatchewan south of 55°N; Yukon.',
11545
        ],
11546
        'urn:ogc:def:coordinateOperation:EPSG::9986' => [
11547
            'name' => 'NAD83(CSRS)v6 to CGVD28 height (1)',
11548
            'method' => 'urn:ogc:def:method:EPSG::1060',
11549
            'extent' => ['1289'],
11550
            'extent_description' => 'Canada - onshore - Alberta; British Columbia; Manitoba south of 57°N; New Brunswick; Northwest Territories south west of a line between 60°N, 110°W and the coast at 132°W; Nova Scotia; Ontario south of 52°N; Prince Edward Island; Quebec - mainland west of 66°W and south of 55°N; Saskatchewan south of 55°N; Yukon.',
11551
        ],
11552
        'urn:ogc:def:coordinateOperation:EPSG::9987' => [
11553
            'name' => 'NAD83(CSRS)v7 to CGVD28 height (1)',
11554
            'method' => 'urn:ogc:def:method:EPSG::1060',
11555
            'extent' => ['1289'],
11556
            'extent_description' => 'Canada - onshore - Alberta; British Columbia; Manitoba south of 57°N; New Brunswick; Northwest Territories south west of a line between 60°N, 110°W and the coast at 132°W; Nova Scotia; Ontario south of 52°N; Prince Edward Island; Quebec - mainland west of 66°W and south of 55°N; Saskatchewan south of 55°N; Yukon.',
11557
        ],
11558
        'urn:ogc:def:coordinateOperation:EPSG::9991' => [
11559
            'name' => 'ITRF2014 to ITRF2020 (1)',
11560
            'method' => 'urn:ogc:def:method:EPSG::1053',
11561
            'extent' => ['1262'],
11562
            'extent_description' => 'World.',
11563
        ],
11564
        'urn:ogc:def:coordinateOperation:EPSG::9992' => [
11565
            'name' => 'ITRF2008 to ITRF2020 (1)',
11566
            'method' => 'urn:ogc:def:method:EPSG::1053',
11567
            'extent' => ['1262'],
11568
            'extent_description' => 'World.',
11569
        ],
11570
        'urn:ogc:def:coordinateOperation:EPSG::9993' => [
11571
            'name' => 'ITRF2005 to ITRF2020 (1)',
11572
            'method' => 'urn:ogc:def:method:EPSG::1053',
11573
            'extent' => ['1262'],
11574
            'extent_description' => 'World.',
11575
        ],
11576
        'urn:ogc:def:coordinateOperation:EPSG::9994' => [
11577
            'name' => 'ITRF2000 to ITRF2020 (1)',
11578
            'method' => 'urn:ogc:def:method:EPSG::1053',
11579
            'extent' => ['1262'],
11580
            'extent_description' => 'World.',
11581
        ],
11582
        'urn:ogc:def:coordinateOperation:EPSG::9995' => [
11583
            'name' => 'ITRF97 to ITRF2020 (1)',
11584
            'method' => 'urn:ogc:def:method:EPSG::1053',
11585
            'extent' => ['1262'],
11586
            'extent_description' => 'World.',
11587
        ],
11588
        'urn:ogc:def:coordinateOperation:EPSG::9996' => [
11589
            'name' => 'ITRF96 to ITRF2020 (1)',
11590
            'method' => 'urn:ogc:def:method:EPSG::1053',
11591
            'extent' => ['1262'],
11592
            'extent_description' => 'World.',
11593
        ],
11594
        'urn:ogc:def:coordinateOperation:EPSG::9997' => [
11595
            'name' => 'ITRF94 to ITRF2020 (1)',
11596
            'method' => 'urn:ogc:def:method:EPSG::1053',
11597
            'extent' => ['1262'],
11598
            'extent_description' => 'World.',
11599
        ],
11600
        'urn:ogc:def:coordinateOperation:EPSG::9998' => [
11601
            'name' => 'ITRF93 to ITRF2020 (1)',
11602
            'method' => 'urn:ogc:def:method:EPSG::1053',
11603
            'extent' => ['1262'],
11604
            'extent_description' => 'World.',
11605
        ],
11606
        'urn:ogc:def:coordinateOperation:EPSG::9999' => [
11607
            'name' => 'ITRF92 to ITRF2020 (1)',
11608
            'method' => 'urn:ogc:def:method:EPSG::1053',
11609
            'extent' => ['1262'],
11610
            'extent_description' => 'World.',
11611
        ],
11612
        'urn:ogc:def:coordinateOperation:EPSG::10098' => [
11613
            'name' => 'KKJ to ETRS89 (2)',
11614
            'method' => 'urn:ogc:def:method:EPSG::9607',
11615
            'extent' => ['3333'],
11616
            'extent_description' => 'Finland - onshore.',
11617
        ],
11618
        'urn:ogc:def:coordinateOperation:EPSG::10100' => [
11619
            'name' => 'ITRF91 to ITRF2020 (1)',
11620
            'method' => 'urn:ogc:def:method:EPSG::1053',
11621
            'extent' => ['1262'],
11622
            'extent_description' => 'World.',
11623
        ],
11624
        'urn:ogc:def:coordinateOperation:EPSG::10101' => [
11625
            'name' => 'Alabama CS27 East zone',
11626
            'method' => 'urn:ogc:def:method:EPSG::9807',
11627
            'extent' => ['2154'],
11628
            'extent_description' => 'United States (USA) - Alabama east of approximately 86°37\'W - counties Barbour; Bullock; Calhoun; Chambers; Cherokee; Clay; Cleburne; Coffee; Coosa; Covington; Crenshaw; Dale; De Kalb; Elmore; Etowah; Geneva; Henry; Houston; Jackson; Lee; Macon; Madison; Marshall; Montgomery; Pike; Randolph; Russell; StClair; Talladega; Tallapoosa.',
11629
        ],
11630
        'urn:ogc:def:coordinateOperation:EPSG::10102' => [
11631
            'name' => 'Alabama CS27 West zone',
11632
            'method' => 'urn:ogc:def:method:EPSG::9807',
11633
            'extent' => ['2155'],
11634
            'extent_description' => 'United States (USA) - Alabama west of approximately 86°37\'W - counties Autauga; Baldwin; Bibb; Blount; Butler; Chilton; Choctaw; Clarke; Colbert; Conecuh; Cullman; Dallas; Escambia; Fayette; Franklin; Greene; Hale; Jefferson; Lamar; Lauderdale; Lawrence; Limestone; Lowndes; Marengo; Marion; Mobile; Monroe; Morgan; Perry; Pickens; Shelby; Sumter; Tuscaloosa; Walker; Washington; Wilcox; Winston.',
11635
        ],
11636
        'urn:ogc:def:coordinateOperation:EPSG::10103' => [
11637
            'name' => 'ITRF90 to ITRF2020 (1)',
11638
            'method' => 'urn:ogc:def:method:EPSG::1053',
11639
            'extent' => ['1262'],
11640
            'extent_description' => 'World.',
11641
        ],
11642
        'urn:ogc:def:coordinateOperation:EPSG::10104' => [
11643
            'name' => 'ITRF89 to ITRF2020 (1)',
11644
            'method' => 'urn:ogc:def:method:EPSG::1053',
11645
            'extent' => ['1262'],
11646
            'extent_description' => 'World.',
11647
        ],
11648
        'urn:ogc:def:coordinateOperation:EPSG::10105' => [
11649
            'name' => 'ITRF88 to ITRF2020 (1)',
11650
            'method' => 'urn:ogc:def:method:EPSG::1053',
11651
            'extent' => ['1262'],
11652
            'extent_description' => 'World.',
11653
        ],
11654
        'urn:ogc:def:coordinateOperation:EPSG::10109' => [
11655
            'name' => 'NAD83(CSRS)v7 to CGVD2013a(2010) height (1)',
11656
            'method' => 'urn:ogc:def:method:EPSG::1060',
11657
            'extent' => ['1061'],
11658
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
11659
        ],
11660
        'urn:ogc:def:coordinateOperation:EPSG::10110' => [
11661
            'name' => 'NAD83(CSRS)v4 to CGVD2013a(2002) height (1)',
11662
            'method' => 'urn:ogc:def:method:EPSG::1060',
11663
            'extent' => ['1061'],
11664
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
11665
        ],
11666
        'urn:ogc:def:coordinateOperation:EPSG::10111' => [
11667
            'name' => 'NAD83(CSRS)v3 to CGVD2013a(1997) height (1)',
11668
            'method' => 'urn:ogc:def:method:EPSG::1060',
11669
            'extent' => ['1061'],
11670
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
11671
        ],
11672
        'urn:ogc:def:coordinateOperation:EPSG::10112' => [
11673
            'name' => 'NAD83(CSRS)v2 to CGVD2013a(1997) height (1)',
11674
            'method' => 'urn:ogc:def:method:EPSG::1060',
11675
            'extent' => ['1061'],
11676
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
11677
        ],
11678
        'urn:ogc:def:coordinateOperation:EPSG::10113' => [
11679
            'name' => 'CGVD28 height to CGVD2013a(1997) height (1)',
11680
            'method' => 'urn:ogc:def:method:EPSG::1112',
11681
            'extent' => ['1061'],
11682
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
11683
        ],
11684
        'urn:ogc:def:coordinateOperation:EPSG::10114' => [
11685
            'name' => 'CGVD28 height to CGVD2013a(2002) height (1)',
11686
            'method' => 'urn:ogc:def:method:EPSG::1112',
11687
            'extent' => ['1061'],
11688
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
11689
        ],
11690
        'urn:ogc:def:coordinateOperation:EPSG::10115' => [
11691
            'name' => 'CGVD28 height to CGVD2013a(2010) height (1)',
11692
            'method' => 'urn:ogc:def:method:EPSG::1112',
11693
            'extent' => ['1061'],
11694
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
11695
        ],
11696
        'urn:ogc:def:coordinateOperation:EPSG::10127' => [
11697
            'name' => 'MWC18-TM',
11698
            'method' => 'urn:ogc:def:method:EPSG::9807',
11699
            'extent' => ['4666'],
11700
            'extent_description' => 'United Kingdom (UK) - on or related to the rail route from Manchester via Wigan and Liverpool to Chester.',
11701
        ],
11702
        'urn:ogc:def:coordinateOperation:EPSG::10128' => [
11703
            'name' => 'NAD83(CSRS)v4 to NAD83(CSRS)v4 + CGVD2013a(2002) height (1)',
11704
            'method' => 'urn:ogc:def:method:EPSG::1090',
11705
            'extent' => ['1061'],
11706
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
11707
        ],
11708
        'urn:ogc:def:coordinateOperation:EPSG::10129' => [
11709
            'name' => 'NAD83(CSRS)v3 to NAD83(CSRS)v3 + CGVD2013a(1997) height (1)',
11710
            'method' => 'urn:ogc:def:method:EPSG::1090',
11711
            'extent' => ['1061'],
11712
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
11713
        ],
11714
        'urn:ogc:def:coordinateOperation:EPSG::10131' => [
11715
            'name' => 'SPCS83 Alabama East zone (meters)',
11716
            'method' => 'urn:ogc:def:method:EPSG::9807',
11717
            'extent' => ['2154'],
11718
            'extent_description' => 'United States (USA) - Alabama east of approximately 86°37\'W - counties Barbour; Bullock; Calhoun; Chambers; Cherokee; Clay; Cleburne; Coffee; Coosa; Covington; Crenshaw; Dale; De Kalb; Elmore; Etowah; Geneva; Henry; Houston; Jackson; Lee; Macon; Madison; Marshall; Montgomery; Pike; Randolph; Russell; StClair; Talladega; Tallapoosa.',
11719
        ],
11720
        'urn:ogc:def:coordinateOperation:EPSG::10132' => [
11721
            'name' => 'SPCS83 Alabama West zone (meters)',
11722
            'method' => 'urn:ogc:def:method:EPSG::9807',
11723
            'extent' => ['2155'],
11724
            'extent_description' => 'United States (USA) - Alabama west of approximately 86°37\'W - counties Autauga; Baldwin; Bibb; Blount; Butler; Chilton; Choctaw; Clarke; Colbert; Conecuh; Cullman; Dallas; Escambia; Fayette; Franklin; Greene; Hale; Jefferson; Lamar; Lauderdale; Lawrence; Limestone; Lowndes; Marengo; Marion; Mobile; Monroe; Morgan; Perry; Pickens; Shelby; Sumter; Tuscaloosa; Walker; Washington; Wilcox; Winston.',
11725
        ],
11726
        'urn:ogc:def:coordinateOperation:EPSG::10134' => [
11727
            'name' => 'SIRGAS-Chile 2021 to ITRF2014 (1)',
11728
            'method' => 'urn:ogc:def:method:EPSG::1065',
11729
            'extent' => ['1066'],
11730
            'extent_description' => 'Chile - onshore and offshore. Includes Easter Island, Juan Fernandez Islands, San Felix, and Sala y Gomez.',
11731
        ],
11732
        'urn:ogc:def:coordinateOperation:EPSG::10135' => [
11733
            'name' => 'PSAD56 to SIRGAS-Chile 2021 (1)',
11734
            'method' => 'urn:ogc:def:method:EPSG::9603',
11735
            'extent' => ['4231'],
11736
            'extent_description' => 'Chile - onshore north of 26°S.',
11737
        ],
11738
        'urn:ogc:def:coordinateOperation:EPSG::10136' => [
11739
            'name' => 'PSAD56 to SIRGAS-Chile 2021 (2)',
11740
            'method' => 'urn:ogc:def:method:EPSG::9603',
11741
            'extent' => ['4222'],
11742
            'extent_description' => 'Chile - onshore between 26°S and 36°S.',
11743
        ],
11744
        'urn:ogc:def:coordinateOperation:EPSG::10137' => [
11745
            'name' => 'PSAD56 to SIRGAS-Chile 2021 (3)',
11746
            'method' => 'urn:ogc:def:method:EPSG::9603',
11747
            'extent' => ['4221'],
11748
            'extent_description' => 'Chile - onshore between 36°S and 43°30\'S.',
11749
        ],
11750
        'urn:ogc:def:coordinateOperation:EPSG::10138' => [
11751
            'name' => 'SAD69 to SIRGAS-Chile 2021 (4)',
11752
            'method' => 'urn:ogc:def:method:EPSG::9603',
11753
            'extent' => ['2805'],
11754
            'extent_description' => 'Chile - Tierra del Fuego onshore.',
11755
        ],
11756
        'urn:ogc:def:coordinateOperation:EPSG::10139' => [
11757
            'name' => 'ITRF88 to ITRF89 (2)',
11758
            'method' => 'urn:ogc:def:method:EPSG::1033',
11759
            'extent' => ['1262'],
11760
            'extent_description' => 'World.',
11761
        ],
11762
        'urn:ogc:def:coordinateOperation:EPSG::10140' => [
11763
            'name' => 'ITRF89 to ITRF90 (2)',
11764
            'method' => 'urn:ogc:def:method:EPSG::1033',
11765
            'extent' => ['1262'],
11766
            'extent_description' => 'World.',
11767
        ],
11768
        'urn:ogc:def:coordinateOperation:EPSG::10141' => [
11769
            'name' => 'ITRF90 to ITRF91 (2)',
11770
            'method' => 'urn:ogc:def:method:EPSG::1033',
11771
            'extent' => ['1262'],
11772
            'extent_description' => 'World.',
11773
        ],
11774
        'urn:ogc:def:coordinateOperation:EPSG::10142' => [
11775
            'name' => 'ITRF91 to ITRF92 (2)',
11776
            'method' => 'urn:ogc:def:method:EPSG::1033',
11777
            'extent' => ['1262'],
11778
            'extent_description' => 'World.',
11779
        ],
11780
        'urn:ogc:def:coordinateOperation:EPSG::10143' => [
11781
            'name' => 'ITRF93 to ITRF94 (2)',
11782
            'method' => 'urn:ogc:def:method:EPSG::1053',
11783
            'extent' => ['1262'],
11784
            'extent_description' => 'World.',
11785
        ],
11786
        'urn:ogc:def:coordinateOperation:EPSG::10147' => [
11787
            'name' => 'Brisbane City Survey Grid 2020',
11788
            'method' => 'urn:ogc:def:method:EPSG::9807',
11789
            'extent' => ['2990'],
11790
            'extent_description' => 'Australia - Brisbane and surrounding area. Also applicable in other local authorities in south-east Queensland (Gold Coast, Logan, Ipswich, Scenic Rim, Redland, Moreton Bay, Sunshine Coast, Noosa, eastern part of Gympie, eastern part of Fraser Coast) and north-east New South Wales (Tweed, Byron, Lismore, Kyogle, Ballina and Richmond Valley).',
11791
        ],
11792
        'urn:ogc:def:coordinateOperation:EPSG::10148' => [
11793
            'name' => 'Amtrak North East Corridor Coordinate System 2021 (International feet)',
11794
            'method' => 'urn:ogc:def:method:EPSG::9815',
11795
            'extent' => ['4669'],
11796
            'extent_description' => 'United States (USA) - parts of Connecticut, Delaware, District of Columbia, Maryland, Massachusetts, New Jersey, New York, Pennsylvania, Rhode Island and Virginia on or related to the Amtrak northeast corridor rail route from Boston to Washington DC via New York and Philadelphia.',
11797
        ],
11798
        'urn:ogc:def:coordinateOperation:EPSG::10149' => [
11799
            'name' => 'MAGNA-SIRGAS 2018 to WGS 84 (1)',
11800
            'method' => 'urn:ogc:def:method:EPSG::9603',
11801
            'extent' => ['1070'],
11802
            'extent_description' => 'Colombia - onshore and offshore. Includes San Andres y Providencia, Malpelo Islands, Roncador Bank, Serrana Bank and Serranilla Bank.',
11803
        ],
11804
        'urn:ogc:def:coordinateOperation:EPSG::10179' => [
11805
            'name' => 'ITRF2020 to IGS20 (1)',
11806
            'method' => 'urn:ogc:def:method:EPSG::1065',
11807
            'extent' => ['1262'],
11808
            'extent_description' => 'World.',
11809
        ],
11810
        'urn:ogc:def:coordinateOperation:EPSG::10180' => [
11811
            'name' => 'IGb14 to IGS20 (1)',
11812
            'method' => 'urn:ogc:def:method:EPSG::1053',
11813
            'extent' => ['1262'],
11814
            'extent_description' => 'World.',
11815
        ],
11816
        'urn:ogc:def:coordinateOperation:EPSG::10182' => [
11817
            'name' => 'DoPw22-TM',
11818
            'method' => 'urn:ogc:def:method:EPSG::9807',
11819
            'extent' => ['4686'],
11820
            'extent_description' => 'United Kingdom (UK) - on or related to the rail route from Dovey Junction to Pwllheli.',
11821
        ],
11822
        'urn:ogc:def:coordinateOperation:EPSG::10187' => [
11823
            'name' => 'ShAb07-TM',
11824
            'method' => 'urn:ogc:def:method:EPSG::9807',
11825
            'extent' => ['4687'],
11826
            'extent_description' => 'United Kingdom (UK) - on or related to the rail route from Shrewsbury to Aberystwyth.',
11827
        ],
11828
        'urn:ogc:def:coordinateOperation:EPSG::10193' => [
11829
            'name' => 'CNH22-LCC',
11830
            'method' => 'urn:ogc:def:method:EPSG::9802',
11831
            'extent' => ['4677'],
11832
            'extent_description' => 'United Kingdom (UK) - on or related to the rail route from Crewe via Chester to Holyhead.',
11833
        ],
11834
        'urn:ogc:def:coordinateOperation:EPSG::10198' => [
11835
            'name' => 'CWS13-TM',
11836
            'method' => 'urn:ogc:def:method:EPSG::9807',
11837
            'extent' => ['4678'],
11838
            'extent_description' => 'United Kingdom (UK) - on or related to the rail route from from Chester via Wrexham to Shrewsbury.',
11839
        ],
11840
        'urn:ogc:def:coordinateOperation:EPSG::10201' => [
11841
            'name' => 'Arizona Coordinate System East zone',
11842
            'method' => 'urn:ogc:def:method:EPSG::9807',
11843
            'extent' => ['2167'],
11844
            'extent_description' => 'United States (USA) - Arizona - counties Apache; Cochise; Gila; Graham; Greenlee; Navajo.',
11845
        ],
11846
        'urn:ogc:def:coordinateOperation:EPSG::10202' => [
11847
            'name' => 'Arizona Coordinate System Central zone',
11848
            'method' => 'urn:ogc:def:method:EPSG::9807',
11849
            'extent' => ['2166'],
11850
            'extent_description' => 'United States (USA) - Arizona - counties Coconino; Maricopa; Pima; Pinal; Santa Cruz; Yavapai.',
11851
        ],
11852
        'urn:ogc:def:coordinateOperation:EPSG::10203' => [
11853
            'name' => 'Arizona Coordinate System West zone',
11854
            'method' => 'urn:ogc:def:method:EPSG::9807',
11855
            'extent' => ['2168'],
11856
            'extent_description' => 'United States (USA) - Arizona - counties of La Paz; Mohave; Yuma.',
11857
        ],
11858
        'urn:ogc:def:coordinateOperation:EPSG::10206' => [
11859
            'name' => 'DIBA15-TM',
11860
            'method' => 'urn:ogc:def:method:EPSG::9807',
11861
            'extent' => ['4681'],
11862
            'extent_description' => 'United Kingdom (UK) - on or related to the rail route from Didcot to Banbury.',
11863
        ],
11864
        'urn:ogc:def:coordinateOperation:EPSG::10211' => [
11865
            'name' => 'GW22-LCC',
11866
            'method' => 'urn:ogc:def:method:EPSG::9802',
11867
            'extent' => ['4690'],
11868
            'extent_description' => 'United Kingdom (UK) - on or related to the rail routes from London (Paddington) to Swansea; Swansea to Pembroke Dock, Milford Haven and Fishguard; and around Cardiff and the valleys.',
11869
        ],
11870
        'urn:ogc:def:coordinateOperation:EPSG::10226' => [
11871
            'name' => 'MALS09-TM',
11872
            'method' => 'urn:ogc:def:method:EPSG::9807',
11873
            'extent' => ['4682'],
11874
            'extent_description' => 'United Kingdom (UK) - on or related to the rail route from London (Marylebone) to Leamington Spa.',
11875
        ],
11876
        'urn:ogc:def:coordinateOperation:EPSG::10231' => [
11877
            'name' => 'SPCS83 Arizona East zone (meters)',
11878
            'method' => 'urn:ogc:def:method:EPSG::9807',
11879
            'extent' => ['2167'],
11880
            'extent_description' => 'United States (USA) - Arizona - counties Apache; Cochise; Gila; Graham; Greenlee; Navajo.',
11881
        ],
11882
        'urn:ogc:def:coordinateOperation:EPSG::10232' => [
11883
            'name' => 'SPCS83 Arizona Central zone (meters)',
11884
            'method' => 'urn:ogc:def:method:EPSG::9807',
11885
            'extent' => ['2166'],
11886
            'extent_description' => 'United States (USA) - Arizona - counties Coconino; Maricopa; Pima; Pinal; Santa Cruz; Yavapai.',
11887
        ],
11888
        'urn:ogc:def:coordinateOperation:EPSG::10233' => [
11889
            'name' => 'SPCS83 Arizona West zone (meters)',
11890
            'method' => 'urn:ogc:def:method:EPSG::9807',
11891
            'extent' => ['2168'],
11892
            'extent_description' => 'United States (USA) - Arizona - counties of La Paz; Mohave; Yuma.',
11893
        ],
11894
        'urn:ogc:def:coordinateOperation:EPSG::10234' => [
11895
            'name' => 'OxWo08-TM',
11896
            'method' => 'urn:ogc:def:method:EPSG::9807',
11897
            'extent' => ['4680'],
11898
            'extent_description' => 'United Kingdom (UK) - on or related to the rail route from Oxford to Worcester.',
11899
        ],
11900
        'urn:ogc:def:coordinateOperation:EPSG::10239' => [
11901
            'name' => 'SYC20-TM',
11902
            'method' => 'urn:ogc:def:method:EPSG::9807',
11903
            'extent' => ['4679'],
11904
            'extent_description' => 'United Kingdom (UK) - on or related to the rail route from Shrewsbury to Crewe.',
11905
        ],
11906
        'urn:ogc:def:coordinateOperation:EPSG::10247' => [
11907
            'name' => 'Slovenia 1996 to SVS2010 height (1)',
11908
            'method' => 'urn:ogc:def:method:EPSG::1117',
11909
            'extent' => ['3307'],
11910
            'extent_description' => 'Slovenia - onshore.',
11911
        ],
11912
        'urn:ogc:def:coordinateOperation:EPSG::10248' => [
11913
            'name' => 'Slovenia 1996 to Slovenia 1996 + SVS2010 height (1)',
11914
            'method' => 'urn:ogc:def:method:EPSG::1118',
11915
            'extent' => ['3307'],
11916
            'extent_description' => 'Slovenia - onshore.',
11917
        ],
11918
        'urn:ogc:def:coordinateOperation:EPSG::10264' => [
11919
            'name' => 'RGSH2020 to WGS 84 (1)',
11920
            'method' => 'urn:ogc:def:method:EPSG::9603',
11921
            'extent' => ['1026'],
11922
            'extent_description' => 'Algeria - onshore and offshore.',
11923
        ],
11924
        'urn:ogc:def:coordinateOperation:EPSG::10274' => [
11925
            'name' => 'SMITB20-TM',
11926
            'method' => 'urn:ogc:def:method:EPSG::9807',
11927
            'extent' => ['4688'],
11928
            'extent_description' => 'United Kingdom (UK) - on or related to the rail route from Okehampton to Penstone.',
11929
        ],
11930
        'urn:ogc:def:coordinateOperation:EPSG::10279' => [
11931
            'name' => 'RBEPP12-LCC',
11932
            'method' => 'urn:ogc:def:method:EPSG::9802',
11933
            'extent' => ['4689'],
11934
            'extent_description' => 'United Kingdom (UK) - on or related to the rail route from Reading via Newbury to Penzance.',
11935
        ],
11936
        'urn:ogc:def:coordinateOperation:EPSG::10292' => [
11937
            'name' => 'ETRS89/DREF91/2016 to ETRF2000 (1)',
11938
            'method' => 'urn:ogc:def:method:EPSG::1033',
11939
            'extent' => ['1103'],
11940
            'extent_description' => 'Germany - onshore and offshore.',
11941
        ],
11942
        'urn:ogc:def:coordinateOperation:EPSG::10296' => [
11943
            'name' => 'Nord Sahara 1959 to WGS 84 (11)',
11944
            'method' => 'urn:ogc:def:method:EPSG::9606',
11945
            'extent' => ['1026'],
11946
            'extent_description' => 'Algeria - onshore and offshore.',
11947
        ],
11948
        'urn:ogc:def:coordinateOperation:EPSG::10301' => [
11949
            'name' => 'Arkansas CS27 North',
11950
            'method' => 'urn:ogc:def:method:EPSG::9802',
11951
            'extent' => ['2169'],
11952
            'extent_description' => 'United States (USA) - Arkansas - counties of Baxter; Benton; Boone; Carroll; Clay; Cleburne; Conway; Craighead; Crawford; Crittenden; Cross; Faulkner; Franklin; Fulton; Greene; Independence; Izard; Jackson; Johnson; Lawrence; Logan; Madison; Marion; Mississippi; Newton; Perry; Poinsett; Pope; Randolph; Scott; Searcy; Sebastian; Sharp; St Francis; Stone; Van Buren; Washington; White; Woodruff; Yell.',
11953
        ],
11954
        'urn:ogc:def:coordinateOperation:EPSG::10302' => [
11955
            'name' => 'Arkansas CS27 South',
11956
            'method' => 'urn:ogc:def:method:EPSG::9802',
11957
            'extent' => ['2170'],
11958
            'extent_description' => 'United States (USA) - Arkansas - counties Arkansas; Ashley; Bradley; Calhoun; Chicot; Clark; Cleveland; Columbia; Dallas; Desha; Drew; Garland; Grant; Hempstead; Hot Spring; Howard; Jefferson; Lafayette; Lee; Lincoln; Little River; Lonoke; Miller; Monroe; Montgomery; Nevada; Ouachita; Phillips; Pike; Polk; Prairie; Pulaski; Saline; Sevier; Union.',
11959
        ],
11960
        'urn:ogc:def:coordinateOperation:EPSG::10313' => [
11961
            'name' => 'Lambert New Caledonia 2015',
11962
            'method' => 'urn:ogc:def:method:EPSG::9802',
11963
            'extent' => ['3430'],
11964
            'extent_description' => 'New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands (Lifou, Mare, Ouvea).',
11965
        ],
11966
        'urn:ogc:def:coordinateOperation:EPSG::10321' => [
11967
            'name' => 'RGNC91-93 to RGNC15 (1)',
11968
            'method' => 'urn:ogc:def:method:EPSG::9603',
11969
            'extent' => ['3430'],
11970
            'extent_description' => 'New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands (Lifou, Mare, Ouvea).',
11971
        ],
11972
        'urn:ogc:def:coordinateOperation:EPSG::10324' => [
11973
            'name' => 'RGNC15 to WGS 84 (1)',
11974
            'method' => 'urn:ogc:def:method:EPSG::9603',
11975
            'extent' => ['1174'],
11976
            'extent_description' => 'New Caledonia - onshore and offshore. Isle de Pins, Loyalty Islands, Huon Islands, Belep archipelago, Chesterfield Islands, and Walpole.',
11977
        ],
11978
        'urn:ogc:def:coordinateOperation:EPSG::10325' => [
11979
            'name' => 'Bosnia and Herzegovina Transverse Mercator',
11980
            'method' => 'urn:ogc:def:method:EPSG::9807',
11981
            'extent' => ['1050'],
11982
            'extent_description' => 'Bosnia and Herzegovina.',
11983
        ],
11984
        'urn:ogc:def:coordinateOperation:EPSG::10330' => [
11985
            'name' => 'BH_ETRS89 to ETRS89 (1)',
11986
            'method' => 'urn:ogc:def:method:EPSG::9603',
11987
            'extent' => ['1050'],
11988
            'extent_description' => 'Bosnia and Herzegovina.',
11989
        ],
11990
        'urn:ogc:def:coordinateOperation:EPSG::10331' => [
11991
            'name' => 'SPCS83 Arkansas North zone (meters)',
11992
            'method' => 'urn:ogc:def:method:EPSG::9802',
11993
            'extent' => ['2169'],
11994
            'extent_description' => 'United States (USA) - Arkansas - counties of Baxter; Benton; Boone; Carroll; Clay; Cleburne; Conway; Craighead; Crawford; Crittenden; Cross; Faulkner; Franklin; Fulton; Greene; Independence; Izard; Jackson; Johnson; Lawrence; Logan; Madison; Marion; Mississippi; Newton; Perry; Poinsett; Pope; Randolph; Scott; Searcy; Sebastian; Sharp; St Francis; Stone; Van Buren; Washington; White; Woodruff; Yell.',
11995
        ],
11996
        'urn:ogc:def:coordinateOperation:EPSG::10332' => [
11997
            'name' => 'SPCS83 Arkansas South zone (meters)',
11998
            'method' => 'urn:ogc:def:method:EPSG::9802',
11999
            'extent' => ['2170'],
12000
            'extent_description' => 'United States (USA) - Arkansas - counties Arkansas; Ashley; Bradley; Calhoun; Chicot; Clark; Cleveland; Columbia; Dallas; Desha; Drew; Garland; Grant; Hempstead; Hot Spring; Howard; Jefferson; Lafayette; Lee; Lincoln; Little River; Lonoke; Miller; Monroe; Montgomery; Nevada; Ouachita; Phillips; Pike; Polk; Prairie; Pulaski; Saline; Sevier; Union.',
12001
        ],
12002
        'urn:ogc:def:coordinateOperation:EPSG::10334' => [
12003
            'name' => 'ITRF2020 to NAD83(2011) (1)',
12004
            'method' => 'urn:ogc:def:method:EPSG::1056',
12005
            'extent' => ['1511'],
12006
            'extent_description' => 'Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Virgin Islands - onshore and offshore.',
12007
        ],
12008
        'urn:ogc:def:coordinateOperation:EPSG::10335' => [
12009
            'name' => 'ITRF2014 to NAD83(PA11) (1)',
12010
            'method' => 'urn:ogc:def:method:EPSG::1056',
12011
            'extent' => ['4162'],
12012
            'extent_description' => 'American Samoa, Marshall Islands, United States (USA) - Hawaii, United States minor outlying islands; onshore and offshore.',
12013
        ],
12014
        'urn:ogc:def:coordinateOperation:EPSG::10336' => [
12015
            'name' => 'ITRF2020 to NAD83(PA11) (1)',
12016
            'method' => 'urn:ogc:def:method:EPSG::1056',
12017
            'extent' => ['4162'],
12018
            'extent_description' => 'American Samoa, Marshall Islands, United States (USA) - Hawaii, United States minor outlying islands; onshore and offshore.',
12019
        ],
12020
        'urn:ogc:def:coordinateOperation:EPSG::10337' => [
12021
            'name' => 'ITRF2014 to NAD83(MA11) (1)',
12022
            'method' => 'urn:ogc:def:method:EPSG::1056',
12023
            'extent' => ['4167'],
12024
            'extent_description' => 'Guam, Northern Mariana Islands and Palau; onshore and offshore.',
12025
        ],
12026
        'urn:ogc:def:coordinateOperation:EPSG::10338' => [
12027
            'name' => 'ITRF2020 to NAD83(MA11) (1)',
12028
            'method' => 'urn:ogc:def:method:EPSG::1056',
12029
            'extent' => ['4167'],
12030
            'extent_description' => 'Guam, Northern Mariana Islands and Palau; onshore and offshore.',
12031
        ],
12032
        'urn:ogc:def:coordinateOperation:EPSG::10401' => [
12033
            'name' => 'California CS27 zone I',
12034
            'method' => 'urn:ogc:def:method:EPSG::9802',
12035
            'extent' => ['2175'],
12036
            'extent_description' => 'United States (USA) - California - counties Del Norte; Humboldt; Lassen; Modoc; Plumas; Shasta; Siskiyou; Tehama; Trinity.',
12037
        ],
12038
        'urn:ogc:def:coordinateOperation:EPSG::10402' => [
12039
            'name' => 'California CS27 zone II',
12040
            'method' => 'urn:ogc:def:method:EPSG::9802',
12041
            'extent' => ['2176'],
12042
            'extent_description' => 'United States (USA) - California - counties of Alpine; Amador; Butte; Colusa; El Dorado; Glenn; Lake; Mendocino; Napa; Nevada; Placer; Sacramento; Sierra; Solano; Sonoma; Sutter; Yolo; Yuba.',
12043
        ],
12044
        'urn:ogc:def:coordinateOperation:EPSG::10403' => [
12045
            'name' => 'California CS27 zone III',
12046
            'method' => 'urn:ogc:def:method:EPSG::9802',
12047
            'extent' => ['2177'],
12048
            'extent_description' => 'United States (USA) - California - counties Alameda; Calaveras; Contra Costa; Madera; Marin; Mariposa; Merced; Mono; San Francisco; San Joaquin; San Mateo; Santa Clara; Santa Cruz; Stanislaus; Tuolumne.',
12049
        ],
12050
        'urn:ogc:def:coordinateOperation:EPSG::10404' => [
12051
            'name' => 'California CS27 zone IV',
12052
            'method' => 'urn:ogc:def:method:EPSG::9802',
12053
            'extent' => ['2178'],
12054
            'extent_description' => 'United States (USA) - California - counties Fresno; Inyo; Kings; Monterey; San Benito; Tulare.',
12055
        ],
12056
        'urn:ogc:def:coordinateOperation:EPSG::10405' => [
12057
            'name' => 'California CS27 zone V',
12058
            'method' => 'urn:ogc:def:method:EPSG::9802',
12059
            'extent' => ['2179'],
12060
            'extent_description' => 'United States (USA) - California - counties of Kern; San Bernardino; San Luis Obispo; Santa Barbara; Ventura.',
12061
        ],
12062
        'urn:ogc:def:coordinateOperation:EPSG::10406' => [
12063
            'name' => 'California CS27 zone VI',
12064
            'method' => 'urn:ogc:def:method:EPSG::9802',
12065
            'extent' => ['2180'],
12066
            'extent_description' => 'United States (USA) - California - counties Imperial; Orange; Riverside; San Diego.',
12067
        ],
12068
        'urn:ogc:def:coordinateOperation:EPSG::10408' => [
12069
            'name' => 'California CS27 zone VII',
12070
            'method' => 'urn:ogc:def:method:EPSG::9802',
12071
            'extent' => ['2181'],
12072
            'extent_description' => 'United States (USA) - California - Los Angeles county.',
12073
        ],
12074
        'urn:ogc:def:coordinateOperation:EPSG::10420' => [
12075
            'name' => 'California Albers',
12076
            'method' => 'urn:ogc:def:method:EPSG::9822',
12077
            'extent' => ['1375'],
12078
            'extent_description' => 'United States (USA) - California.',
12079
        ],
12080
        'urn:ogc:def:coordinateOperation:EPSG::10431' => [
12081
            'name' => 'SPCS83 California zone 1 (meters)',
12082
            'method' => 'urn:ogc:def:method:EPSG::9802',
12083
            'extent' => ['2175'],
12084
            'extent_description' => 'United States (USA) - California - counties Del Norte; Humboldt; Lassen; Modoc; Plumas; Shasta; Siskiyou; Tehama; Trinity.',
12085
        ],
12086
        'urn:ogc:def:coordinateOperation:EPSG::10432' => [
12087
            'name' => 'SPCS83 California zone 2 (meters)',
12088
            'method' => 'urn:ogc:def:method:EPSG::9802',
12089
            'extent' => ['2176'],
12090
            'extent_description' => 'United States (USA) - California - counties of Alpine; Amador; Butte; Colusa; El Dorado; Glenn; Lake; Mendocino; Napa; Nevada; Placer; Sacramento; Sierra; Solano; Sonoma; Sutter; Yolo; Yuba.',
12091
        ],
12092
        'urn:ogc:def:coordinateOperation:EPSG::10433' => [
12093
            'name' => 'SPCS83 California zone 3 (meters)',
12094
            'method' => 'urn:ogc:def:method:EPSG::9802',
12095
            'extent' => ['2177'],
12096
            'extent_description' => 'United States (USA) - California - counties Alameda; Calaveras; Contra Costa; Madera; Marin; Mariposa; Merced; Mono; San Francisco; San Joaquin; San Mateo; Santa Clara; Santa Cruz; Stanislaus; Tuolumne.',
12097
        ],
12098
        'urn:ogc:def:coordinateOperation:EPSG::10434' => [
12099
            'name' => 'SPCS83 California zone 4 (meters)',
12100
            'method' => 'urn:ogc:def:method:EPSG::9802',
12101
            'extent' => ['2178'],
12102
            'extent_description' => 'United States (USA) - California - counties Fresno; Inyo; Kings; Monterey; San Benito; Tulare.',
12103
        ],
12104
        'urn:ogc:def:coordinateOperation:EPSG::10435' => [
12105
            'name' => 'SPCS83 California zone 5 (meters)',
12106
            'method' => 'urn:ogc:def:method:EPSG::9802',
12107
            'extent' => ['2182'],
12108
            'extent_description' => 'United States (USA) - California - counties Kern; Los Angeles; San Bernardino; San Luis Obispo; Santa Barbara; Ventura.',
12109
        ],
12110
        'urn:ogc:def:coordinateOperation:EPSG::10436' => [
12111
            'name' => 'SPCS83 California zone 6 (meters)',
12112
            'method' => 'urn:ogc:def:method:EPSG::9802',
12113
            'extent' => ['2180'],
12114
            'extent_description' => 'United States (USA) - California - counties Imperial; Orange; Riverside; San Diego.',
12115
        ],
12116
        'urn:ogc:def:coordinateOperation:EPSG::10501' => [
12117
            'name' => 'Colorado CS27 North zone',
12118
            'method' => 'urn:ogc:def:method:EPSG::9802',
12119
            'extent' => ['2184'],
12120
            'extent_description' => 'United States (USA) - Colorado - counties Adams; Boulder; Gilpin; Grand; Jackson; Larimer; Logan; Moffat; Morgan; Phillips; Rio Blanco; Routt; Sedgwick; Washington; Weld; Yuma.',
12121
        ],
12122
        'urn:ogc:def:coordinateOperation:EPSG::10502' => [
12123
            'name' => 'Colorado CS27 Central zone',
12124
            'method' => 'urn:ogc:def:method:EPSG::9802',
12125
            'extent' => ['2183'],
12126
            'extent_description' => 'United States (USA) - Colorado - counties Arapahoe; Chaffee; Cheyenne; Clear Creek; Delta; Denver; Douglas; Eagle; El Paso; Elbert; Fremont; Garfield; Gunnison; Jefferson; Kit Carson; Lake; Lincoln; Mesa; Park; Pitkin; Summit; Teller.',
12127
        ],
12128
        'urn:ogc:def:coordinateOperation:EPSG::10503' => [
12129
            'name' => 'Colorado CS27 South zone',
12130
            'method' => 'urn:ogc:def:method:EPSG::9802',
12131
            'extent' => ['2185'],
12132
            'extent_description' => 'United States (USA) - Colorado - counties Alamosa; Archuleta; Baca; Bent; Conejos; Costilla; Crowley; Custer; Dolores; Hinsdale; Huerfano; Kiowa; La Plata; Las Animas; Mineral; Montezuma; Montrose; Otero; Ouray; Prowers; Pueblo; Rio Grande; Saguache; San Juan; San Miguel.',
12133
        ],
12134
        'urn:ogc:def:coordinateOperation:EPSG::10531' => [
12135
            'name' => 'SPCS83 Colorado North zone (meters)',
12136
            'method' => 'urn:ogc:def:method:EPSG::9802',
12137
            'extent' => ['2184'],
12138
            'extent_description' => 'United States (USA) - Colorado - counties Adams; Boulder; Gilpin; Grand; Jackson; Larimer; Logan; Moffat; Morgan; Phillips; Rio Blanco; Routt; Sedgwick; Washington; Weld; Yuma.',
12139
        ],
12140
        'urn:ogc:def:coordinateOperation:EPSG::10532' => [
12141
            'name' => 'SPCS83 Colorado Central zone (meters)',
12142
            'method' => 'urn:ogc:def:method:EPSG::9802',
12143
            'extent' => ['2183'],
12144
            'extent_description' => 'United States (USA) - Colorado - counties Arapahoe; Chaffee; Cheyenne; Clear Creek; Delta; Denver; Douglas; Eagle; El Paso; Elbert; Fremont; Garfield; Gunnison; Jefferson; Kit Carson; Lake; Lincoln; Mesa; Park; Pitkin; Summit; Teller.',
12145
        ],
12146
        'urn:ogc:def:coordinateOperation:EPSG::10533' => [
12147
            'name' => 'SPCS83 Colorado South zone (meters)',
12148
            'method' => 'urn:ogc:def:method:EPSG::9802',
12149
            'extent' => ['2185'],
12150
            'extent_description' => 'United States (USA) - Colorado - counties Alamosa; Archuleta; Baca; Bent; Conejos; Costilla; Crowley; Custer; Dolores; Hinsdale; Huerfano; Kiowa; La Plata; Las Animas; Mineral; Montezuma; Montrose; Otero; Ouray; Prowers; Pueblo; Rio Grande; Saguache; San Juan; San Miguel.',
12151
        ],
12152
        'urn:ogc:def:coordinateOperation:EPSG::10600' => [
12153
            'name' => 'Connecticut CS27',
12154
            'method' => 'urn:ogc:def:method:EPSG::9802',
12155
            'extent' => ['1377'],
12156
            'extent_description' => 'United States (USA) - Connecticut - counties of Fairfield; Hartford; Litchfield; Middlesex; New Haven; New London; Tolland; Windham.',
12157
        ],
12158
        'urn:ogc:def:coordinateOperation:EPSG::10630' => [
12159
            'name' => 'SPCS83 Connecticut zone (meters)',
12160
            'method' => 'urn:ogc:def:method:EPSG::9802',
12161
            'extent' => ['1377'],
12162
            'extent_description' => 'United States (USA) - Connecticut - counties of Fairfield; Hartford; Litchfield; Middlesex; New Haven; New London; Tolland; Windham.',
12163
        ],
12164
        'urn:ogc:def:coordinateOperation:EPSG::10700' => [
12165
            'name' => 'Delaware CS27',
12166
            'method' => 'urn:ogc:def:method:EPSG::9807',
12167
            'extent' => ['1378'],
12168
            'extent_description' => 'United States (USA) - Delaware - counties of Kent; New Castle; Sussex.',
12169
        ],
12170
        'urn:ogc:def:coordinateOperation:EPSG::10730' => [
12171
            'name' => 'SPCS83 Delaware zone (meters)',
12172
            'method' => 'urn:ogc:def:method:EPSG::9807',
12173
            'extent' => ['1378'],
12174
            'extent_description' => 'United States (USA) - Delaware - counties of Kent; New Castle; Sussex.',
12175
        ],
12176
        'urn:ogc:def:coordinateOperation:EPSG::10901' => [
12177
            'name' => 'Florida CS27 East zone',
12178
            'method' => 'urn:ogc:def:method:EPSG::9807',
12179
            'extent' => ['2186'],
12180
            'extent_description' => 'United States (USA) - Florida - counties of Brevard; Broward; Clay; Collier; Dade; Duval; Flagler; Glades; Hendry; Highlands; Indian River; Lake; Martin; Monroe; Nassau; Okeechobee; Orange; Osceola; Palm Beach; Putnam; Seminole; St Johns; St Lucie; Volusia.',
12181
        ],
12182
        'urn:ogc:def:coordinateOperation:EPSG::10902' => [
12183
            'name' => 'Florida CS27 West zone',
12184
            'method' => 'urn:ogc:def:method:EPSG::9807',
12185
            'extent' => ['2188'],
12186
            'extent_description' => 'United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough; Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter.',
12187
        ],
12188
        'urn:ogc:def:coordinateOperation:EPSG::10903' => [
12189
            'name' => 'Florida CS27 North zone',
12190
            'method' => 'urn:ogc:def:method:EPSG::9802',
12191
            'extent' => ['2187'],
12192
            'extent_description' => 'United States (USA) - Florida - counties of Alachua; Baker; Bay; Bradford; Calhoun; Columbia; Dixie; Escambia; Franklin; Gadsden; Gilchrist; Gulf; Hamilton; Holmes; Jackson; Jefferson; Lafayette; Leon; Liberty; Madison; Okaloosa; Santa Rosa; Suwannee; Taylor; Union; Wakulla; Walton; Washington.',
12193
        ],
12194
        'urn:ogc:def:coordinateOperation:EPSG::10931' => [
12195
            'name' => 'SPCS83 Florida East zone (meters)',
12196
            'method' => 'urn:ogc:def:method:EPSG::9807',
12197
            'extent' => ['2186'],
12198
            'extent_description' => 'United States (USA) - Florida - counties of Brevard; Broward; Clay; Collier; Dade; Duval; Flagler; Glades; Hendry; Highlands; Indian River; Lake; Martin; Monroe; Nassau; Okeechobee; Orange; Osceola; Palm Beach; Putnam; Seminole; St Johns; St Lucie; Volusia.',
12199
        ],
12200
        'urn:ogc:def:coordinateOperation:EPSG::10932' => [
12201
            'name' => 'SPCS83 Florida West zone (meters)',
12202
            'method' => 'urn:ogc:def:method:EPSG::9807',
12203
            'extent' => ['2188'],
12204
            'extent_description' => 'United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough; Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter.',
12205
        ],
12206
        'urn:ogc:def:coordinateOperation:EPSG::10933' => [
12207
            'name' => 'SPCS83 Florida North zone (meters)',
12208
            'method' => 'urn:ogc:def:method:EPSG::9802',
12209
            'extent' => ['2187'],
12210
            'extent_description' => 'United States (USA) - Florida - counties of Alachua; Baker; Bay; Bradford; Calhoun; Columbia; Dixie; Escambia; Franklin; Gadsden; Gilchrist; Gulf; Hamilton; Holmes; Jackson; Jefferson; Lafayette; Leon; Liberty; Madison; Okaloosa; Santa Rosa; Suwannee; Taylor; Union; Wakulla; Walton; Washington.',
12211
        ],
12212
        'urn:ogc:def:coordinateOperation:EPSG::10934' => [
12213
            'name' => 'Florida GDL Albers (meters)',
12214
            'method' => 'urn:ogc:def:method:EPSG::9822',
12215
            'extent' => ['1379'],
12216
            'extent_description' => 'United States (USA) - Florida.',
12217
        ],
12218
        'urn:ogc:def:coordinateOperation:EPSG::11001' => [
12219
            'name' => 'Georgia CS27 East zone',
12220
            'method' => 'urn:ogc:def:method:EPSG::9807',
12221
            'extent' => ['2189'],
12222
            'extent_description' => 'United States (USA) - Georgia - counties of Appling; Atkinson; Bacon; Baldwin; Brantley; Bryan; Bulloch; Burke; Camden; Candler; Charlton; Chatham; Clinch; Coffee; Columbia; Dodge; Echols; Effingham; Elbert; Emanuel; Evans; Franklin; Glascock; Glynn; Greene; Hancock; Hart; Jeff Davis; Jefferson; Jenkins; Johnson; Lanier; Laurens; Liberty; Lincoln; Long; Madison; McDuffie; McIntosh; Montgomery; Oglethorpe; Pierce; Richmond; Screven; Stephens; Taliaferro; Tattnall; Telfair; Toombs; Treutlen; Ware; Warren; Washington; Wayne; Wheeler; Wilkes; Wilkinson.',
12223
        ],
12224
        'urn:ogc:def:coordinateOperation:EPSG::11002' => [
12225
            'name' => 'Georgia CS27 West zone',
12226
            'method' => 'urn:ogc:def:method:EPSG::9807',
12227
            'extent' => ['2190'],
12228
            'extent_description' => 'United States (USA) - Georgia - counties of Baker; Banks; Barrow; Bartow; Ben Hill; Berrien; Bibb; Bleckley; Brooks; Butts; Calhoun; Carroll; Catoosa; Chattahoochee; Chattooga; Cherokee; Clarke; Clay; Clayton; Cobb; Colquitt; Cook; Coweta; Crawford; Crisp; Dade; Dawson; De Kalb; Decatur; Dooly; Dougherty; Douglas; Early; Fannin; Fayette; Floyd; Forsyth; Fulton; Gilmer; Gordon; Grady; Gwinnett; Habersham; Hall; Haralson; Harris; Heard; Henry; Houston; Irwin; Jackson; Jasper; Jones; Lamar; Lee; Lowndes; Lumpkin; Macon; Marion; Meriwether; Miller; Mitchell; Monroe; Morgan; Murray; Muscogee; Newton; Oconee; Paulding; Peach; Pickens; Pike; Polk; Pulaski; Putnam; Quitman; Rabun; Randolph; Rockdale; Schley; Seminole; Spalding; Stewart; Sumter; Talbot; Taylor; Terrell; Thomas; Tift; Towns; Troup; Turner; Twiggs; Union; Upson; Walker; Walton; Webster; White; Whitfield; Wilcox; Worth.',
12229
        ],
12230
        'urn:ogc:def:coordinateOperation:EPSG::11031' => [
12231
            'name' => 'SPCS83 Georgia East zone (meters)',
12232
            'method' => 'urn:ogc:def:method:EPSG::9807',
12233
            'extent' => ['2189'],
12234
            'extent_description' => 'United States (USA) - Georgia - counties of Appling; Atkinson; Bacon; Baldwin; Brantley; Bryan; Bulloch; Burke; Camden; Candler; Charlton; Chatham; Clinch; Coffee; Columbia; Dodge; Echols; Effingham; Elbert; Emanuel; Evans; Franklin; Glascock; Glynn; Greene; Hancock; Hart; Jeff Davis; Jefferson; Jenkins; Johnson; Lanier; Laurens; Liberty; Lincoln; Long; Madison; McDuffie; McIntosh; Montgomery; Oglethorpe; Pierce; Richmond; Screven; Stephens; Taliaferro; Tattnall; Telfair; Toombs; Treutlen; Ware; Warren; Washington; Wayne; Wheeler; Wilkes; Wilkinson.',
12235
        ],
12236
        'urn:ogc:def:coordinateOperation:EPSG::11032' => [
12237
            'name' => 'SPCS83 Georgia West zone (meters)',
12238
            'method' => 'urn:ogc:def:method:EPSG::9807',
12239
            'extent' => ['2190'],
12240
            'extent_description' => 'United States (USA) - Georgia - counties of Baker; Banks; Barrow; Bartow; Ben Hill; Berrien; Bibb; Bleckley; Brooks; Butts; Calhoun; Carroll; Catoosa; Chattahoochee; Chattooga; Cherokee; Clarke; Clay; Clayton; Cobb; Colquitt; Cook; Coweta; Crawford; Crisp; Dade; Dawson; De Kalb; Decatur; Dooly; Dougherty; Douglas; Early; Fannin; Fayette; Floyd; Forsyth; Fulton; Gilmer; Gordon; Grady; Gwinnett; Habersham; Hall; Haralson; Harris; Heard; Henry; Houston; Irwin; Jackson; Jasper; Jones; Lamar; Lee; Lowndes; Lumpkin; Macon; Marion; Meriwether; Miller; Mitchell; Monroe; Morgan; Murray; Muscogee; Newton; Oconee; Paulding; Peach; Pickens; Pike; Polk; Pulaski; Putnam; Quitman; Rabun; Randolph; Rockdale; Schley; Seminole; Spalding; Stewart; Sumter; Talbot; Taylor; Terrell; Thomas; Tift; Towns; Troup; Turner; Twiggs; Union; Upson; Walker; Walton; Webster; White; Whitfield; Wilcox; Worth.',
12241
        ],
12242
        'urn:ogc:def:coordinateOperation:EPSG::11101' => [
12243
            'name' => 'Idaho CS27 East zone',
12244
            'method' => 'urn:ogc:def:method:EPSG::9807',
12245
            'extent' => ['2192'],
12246
            'extent_description' => 'United States (USA) - Idaho - counties of Bannock; Bear Lake; Bingham; Bonneville; Caribou; Clark; Franklin; Fremont; Jefferson; Madison; Oneida; Power; Teton.',
12247
        ],
12248
        'urn:ogc:def:coordinateOperation:EPSG::11102' => [
12249
            'name' => 'Idaho CS27 Central zone',
12250
            'method' => 'urn:ogc:def:method:EPSG::9807',
12251
            'extent' => ['2191'],
12252
            'extent_description' => 'United States (USA) - Idaho - counties of Blaine; Butte; Camas; Cassia; Custer; Gooding; Jerome; Lemhi; Lincoln; Minidoka; Twin Falls.',
12253
        ],
12254
        'urn:ogc:def:coordinateOperation:EPSG::11103' => [
12255
            'name' => 'Idaho CS27 West zone',
12256
            'method' => 'urn:ogc:def:method:EPSG::9807',
12257
            'extent' => ['2193'],
12258
            'extent_description' => 'United States (USA) - Idaho - counties of Ada; Adams; Benewah; Boise; Bonner; Boundary; Canyon; Clearwater; Elmore; Gem; Idaho; Kootenai; Latah; Lewis; Nez Perce; Owyhee; Payette; Shoshone; Valley; Washington.',
12259
        ],
12260
        'urn:ogc:def:coordinateOperation:EPSG::11131' => [
12261
            'name' => 'SPCS83 Idaho East zone (meters)',
12262
            'method' => 'urn:ogc:def:method:EPSG::9807',
12263
            'extent' => ['2192'],
12264
            'extent_description' => 'United States (USA) - Idaho - counties of Bannock; Bear Lake; Bingham; Bonneville; Caribou; Clark; Franklin; Fremont; Jefferson; Madison; Oneida; Power; Teton.',
12265
        ],
12266
        'urn:ogc:def:coordinateOperation:EPSG::11132' => [
12267
            'name' => 'SPCS83 Idaho Central zone (meters)',
12268
            'method' => 'urn:ogc:def:method:EPSG::9807',
12269
            'extent' => ['2191'],
12270
            'extent_description' => 'United States (USA) - Idaho - counties of Blaine; Butte; Camas; Cassia; Custer; Gooding; Jerome; Lemhi; Lincoln; Minidoka; Twin Falls.',
12271
        ],
12272
        'urn:ogc:def:coordinateOperation:EPSG::11133' => [
12273
            'name' => 'SPCS83 Idaho West zone (meters)',
12274
            'method' => 'urn:ogc:def:method:EPSG::9807',
12275
            'extent' => ['2193'],
12276
            'extent_description' => 'United States (USA) - Idaho - counties of Ada; Adams; Benewah; Boise; Bonner; Boundary; Canyon; Clearwater; Elmore; Gem; Idaho; Kootenai; Latah; Lewis; Nez Perce; Owyhee; Payette; Shoshone; Valley; Washington.',
12277
        ],
12278
        'urn:ogc:def:coordinateOperation:EPSG::11201' => [
12279
            'name' => 'Illinois CS27 East zone',
12280
            'method' => 'urn:ogc:def:method:EPSG::9807',
12281
            'extent' => ['2194'],
12282
            'extent_description' => 'United States (USA) - Illinois - counties of Boone; Champaign; Clark; Clay; Coles; Cook; Crawford; Cumberland; De Kalb; De Witt; Douglas; Du Page; Edgar; Edwards; Effingham; Fayette; Ford; Franklin; Gallatin; Grundy; Hamilton; Hardin; Iroquois; Jasper; Jefferson; Johnson; Kane; Kankakee; Kendall; La Salle; Lake; Lawrence; Livingston; Macon; Marion; Massac; McHenry; McLean; Moultrie; Piatt; Pope; Richland; Saline; Shelby; Vermilion; Wabash; Wayne; White; Will; Williamson.',
12283
        ],
12284
        'urn:ogc:def:coordinateOperation:EPSG::11202' => [
12285
            'name' => 'Illinois CS27 West zone',
12286
            'method' => 'urn:ogc:def:method:EPSG::9807',
12287
            'extent' => ['2195'],
12288
            'extent_description' => 'United States (USA) - Illinois - counties of Adams; Alexander; Bond; Brown; Bureau; Calhoun; Carroll; Cass; Christian; Clinton; Fulton; Greene; Hancock; Henderson; Henry; Jackson; Jersey; Jo Daviess; Knox; Lee; Logan; Macoupin; Madison; Marshall; Mason; McDonough; Menard; Mercer; Monroe; Montgomery; Morgan; Ogle; Peoria; Perry; Pike; Pulaski; Putnam; Randolph; Rock Island; Sangamon; Schuyler; Scott; St Clair; Stark; Stephenson; Tazewell; Union; Warren; Washington; Whiteside; Winnebago; Woodford.',
12289
        ],
12290
        'urn:ogc:def:coordinateOperation:EPSG::11231' => [
12291
            'name' => 'SPCS83 Illinois East zone (meters)',
12292
            'method' => 'urn:ogc:def:method:EPSG::9807',
12293
            'extent' => ['2194'],
12294
            'extent_description' => 'United States (USA) - Illinois - counties of Boone; Champaign; Clark; Clay; Coles; Cook; Crawford; Cumberland; De Kalb; De Witt; Douglas; Du Page; Edgar; Edwards; Effingham; Fayette; Ford; Franklin; Gallatin; Grundy; Hamilton; Hardin; Iroquois; Jasper; Jefferson; Johnson; Kane; Kankakee; Kendall; La Salle; Lake; Lawrence; Livingston; Macon; Marion; Massac; McHenry; McLean; Moultrie; Piatt; Pope; Richland; Saline; Shelby; Vermilion; Wabash; Wayne; White; Will; Williamson.',
12295
        ],
12296
        'urn:ogc:def:coordinateOperation:EPSG::11232' => [
12297
            'name' => 'SPCS83 Illinois West zone (meters)',
12298
            'method' => 'urn:ogc:def:method:EPSG::9807',
12299
            'extent' => ['2195'],
12300
            'extent_description' => 'United States (USA) - Illinois - counties of Adams; Alexander; Bond; Brown; Bureau; Calhoun; Carroll; Cass; Christian; Clinton; Fulton; Greene; Hancock; Henderson; Henry; Jackson; Jersey; Jo Daviess; Knox; Lee; Logan; Macoupin; Madison; Marshall; Mason; McDonough; Menard; Mercer; Monroe; Montgomery; Morgan; Ogle; Peoria; Perry; Pike; Pulaski; Putnam; Randolph; Rock Island; Sangamon; Schuyler; Scott; St Clair; Stark; Stephenson; Tazewell; Union; Warren; Washington; Whiteside; Winnebago; Woodford.',
12301
        ],
12302
        'urn:ogc:def:coordinateOperation:EPSG::11233' => [
12303
            'name' => 'Illinois Coordinate System of 1983 Aurora zone (US survey foot)',
12304
            'method' => 'urn:ogc:def:method:EPSG::9807',
12305
            'extent' => ['4703'],
12306
            'extent_description' => 'United States (USA) - Illinois - counties of Boone, Dekalb, Kane, Kendall and McHenry.',
12307
        ],
12308
        'urn:ogc:def:coordinateOperation:EPSG::11234' => [
12309
            'name' => 'Illinois Coordinate System of 1983 Chicago zone (US survey foot)',
12310
            'method' => 'urn:ogc:def:method:EPSG::9807',
12311
            'extent' => ['4704'],
12312
            'extent_description' => 'United States (USA) - Illinois - counties of Cook, DuPage and Lake.',
12313
        ],
12314
        'urn:ogc:def:coordinateOperation:EPSG::11235' => [
12315
            'name' => 'Illinois Coordinate System of 1983 Moline zone (US survey foot)',
12316
            'method' => 'urn:ogc:def:method:EPSG::9801',
12317
            'extent' => ['4705'],
12318
            'extent_description' => 'United States (USA) - Illinois - Rock Island county.',
12319
        ],
12320
        'urn:ogc:def:coordinateOperation:EPSG::11236' => [
12321
            'name' => 'Illinois Coordinate System of 1983 Sterling zone (US survey foot)',
12322
            'method' => 'urn:ogc:def:method:EPSG::9801',
12323
            'extent' => ['4706'],
12324
            'extent_description' => 'United States (USA) - Illinois - counties of Henry and Whiteside.',
12325
        ],
12326
        'urn:ogc:def:coordinateOperation:EPSG::11237' => [
12327
            'name' => 'Illinois Coordinate System of 1983 Ottawa zone (US survey foot)',
12328
            'method' => 'urn:ogc:def:method:EPSG::9801',
12329
            'extent' => ['4707'],
12330
            'extent_description' => 'United States (USA) - Illinois - counties of Bureau, Grundy, LaSalle and Putnam.',
12331
        ],
12332
        'urn:ogc:def:coordinateOperation:EPSG::11238' => [
12333
            'name' => 'Illinois Coordinate System of 1983 Joliet zone (US survey foot)',
12334
            'method' => 'urn:ogc:def:method:EPSG::9807',
12335
            'extent' => ['4708'],
12336
            'extent_description' => 'United States (USA) - Illinois - counties of Kankakee and Will.',
12337
        ],
12338
        'urn:ogc:def:coordinateOperation:EPSG::11239' => [
12339
            'name' => 'Illinois Coordinate System of 1983 Monmouth zone (US survey foot)',
12340
            'method' => 'urn:ogc:def:method:EPSG::9807',
12341
            'extent' => ['4709'],
12342
            'extent_description' => 'United States (USA) - Illinois - counties of Henderson, Mercer and Warren.',
12343
        ],
12344
        'urn:ogc:def:coordinateOperation:EPSG::11240' => [
12345
            'name' => 'Illinois Coordinate System of 1983 Galesburg zone (US survey foot)',
12346
            'method' => 'urn:ogc:def:method:EPSG::9807',
12347
            'extent' => ['4710'],
12348
            'extent_description' => 'United States (USA) - Illinois - counties of Fulton, Knox and Stark.',
12349
        ],
12350
        'urn:ogc:def:coordinateOperation:EPSG::11241' => [
12351
            'name' => 'Illinois Coordinate System of 1983 Peoria zone (US survey foot)',
12352
            'method' => 'urn:ogc:def:method:EPSG::9807',
12353
            'extent' => ['4711'],
12354
            'extent_description' => 'United States (USA) - Illinois - counties of Peoria and Tazewell.',
12355
        ],
12356
        'urn:ogc:def:coordinateOperation:EPSG::11242' => [
12357
            'name' => 'Illinois Coordinate System of 1983 Eureka zone (US survey foot)',
12358
            'method' => 'urn:ogc:def:method:EPSG::9807',
12359
            'extent' => ['4712'],
12360
            'extent_description' => 'United States (USA) - Illinois - counties of Marshall and Woodford.',
12361
        ],
12362
        'urn:ogc:def:coordinateOperation:EPSG::11243' => [
12363
            'name' => 'Illinois Coordinate System of 1983 Bloomington zone (US survey foot)',
12364
            'method' => 'urn:ogc:def:method:EPSG::9801',
12365
            'extent' => ['4713'],
12366
            'extent_description' => 'United States (USA) - Illinois - McLean county.',
12367
        ],
12368
        'urn:ogc:def:coordinateOperation:EPSG::11244' => [
12369
            'name' => 'Illinois Coordinate System of 1983 Pontiac zone (US survey foot)',
12370
            'method' => 'urn:ogc:def:method:EPSG::9801',
12371
            'extent' => ['4714'],
12372
            'extent_description' => 'United States (USA) - Illinois - Livingston county.',
12373
        ],
12374
        'urn:ogc:def:coordinateOperation:EPSG::11245' => [
12375
            'name' => 'Illinois Coordinate System of 1983 Watseka zone (US survey foot)',
12376
            'method' => 'urn:ogc:def:method:EPSG::9801',
12377
            'extent' => ['4715'],
12378
            'extent_description' => 'United States (USA) - Illinois - counties of Ford and Iroquois.',
12379
        ],
12380
        'urn:ogc:def:coordinateOperation:EPSG::11246' => [
12381
            'name' => 'Illinois Coordinate System of 1983 Quincy zone (US survey foot)',
12382
            'method' => 'urn:ogc:def:method:EPSG::9807',
12383
            'extent' => ['4716'],
12384
            'extent_description' => 'United States (USA) - Illinois - counties of Adams and Hancock.',
12385
        ],
12386
        'urn:ogc:def:coordinateOperation:EPSG::11247' => [
12387
            'name' => 'Illinois Coordinate System of 1983 Macomb zone (US survey foot)',
12388
            'method' => 'urn:ogc:def:method:EPSG::9807',
12389
            'extent' => ['4717'],
12390
            'extent_description' => 'United States (USA) - Illinois - counties of Brown, McDonough and Schuyler.',
12391
        ],
12392
        'urn:ogc:def:coordinateOperation:EPSG::11248' => [
12393
            'name' => 'Illinois Coordinate System of 1983 Lincoln zone (US survey foot)',
12394
            'method' => 'urn:ogc:def:method:EPSG::9801',
12395
            'extent' => ['4718'],
12396
            'extent_description' => 'United States (USA) - Illinois - counties of Cass, Logan, Mason and Menard.',
12397
        ],
12398
        'urn:ogc:def:coordinateOperation:EPSG::11249' => [
12399
            'name' => 'Illinois Coordinate System of 1983 Decatur zone (US survey foot)',
12400
            'method' => 'urn:ogc:def:method:EPSG::9807',
12401
            'extent' => ['4719'],
12402
            'extent_description' => 'United States (USA) - Illinois - counties of Dewitt, Macon, Moultrie, Piatt and Shelby.',
12403
        ],
12404
        'urn:ogc:def:coordinateOperation:EPSG::11250' => [
12405
            'name' => 'Illinois Coordinate System of 1983 Champaign zone (US survey foot)',
12406
            'method' => 'urn:ogc:def:method:EPSG::9801',
12407
            'extent' => ['4720'],
12408
            'extent_description' => 'United States (USA) - Illinois - counties of Champaign and Vermilion.',
12409
        ],
12410
        'urn:ogc:def:coordinateOperation:EPSG::11251' => [
12411
            'name' => 'Illinois Coordinate System of 1983 Jacksonville zone (US survey foot)',
12412
            'method' => 'urn:ogc:def:method:EPSG::9801',
12413
            'extent' => ['4721'],
12414
            'extent_description' => 'United States (USA) - Illinois - counties of Morgan, Pike and Scott.',
12415
        ],
12416
        'urn:ogc:def:coordinateOperation:EPSG::11252' => [
12417
            'name' => 'Illinois Coordinate System of 1983 Springfield zone (US survey foot)',
12418
            'method' => 'urn:ogc:def:method:EPSG::9801',
12419
            'extent' => ['4722'],
12420
            'extent_description' => 'United States (USA) - Illinois - Sangamon county.',
12421
        ],
12422
        'urn:ogc:def:coordinateOperation:EPSG::11253' => [
12423
            'name' => 'Illinois Coordinate System of 1983 Charleston zone (US survey foot)',
12424
            'method' => 'urn:ogc:def:method:EPSG::9801',
12425
            'extent' => ['4723'],
12426
            'extent_description' => 'United States (USA) - Illinois - counties of Coles, Douglas and Edgar.',
12427
        ],
12428
        'urn:ogc:def:coordinateOperation:EPSG::11254' => [
12429
            'name' => 'Illinois Coordinate System of 1983 Jerseyville zone (US survey foot)',
12430
            'method' => 'urn:ogc:def:method:EPSG::9807',
12431
            'extent' => ['4724'],
12432
            'extent_description' => 'United States (USA) - Illinois - counties of Calhoun and Jersey.',
12433
        ],
12434
        'urn:ogc:def:coordinateOperation:EPSG::11255' => [
12435
            'name' => 'Illinois Coordinate System of 1983 Carlinville zone (US survey foot)',
12436
            'method' => 'urn:ogc:def:method:EPSG::9801',
12437
            'extent' => ['4725'],
12438
            'extent_description' => 'United States (USA) - Illinois - counties of Greene and Macoupin.',
12439
        ],
12440
        'urn:ogc:def:coordinateOperation:EPSG::11256' => [
12441
            'name' => 'Illinois Coordinate System of 1983 Taylorville zone (US survey foot)',
12442
            'method' => 'urn:ogc:def:method:EPSG::9807',
12443
            'extent' => ['4726'],
12444
            'extent_description' => 'United States (USA) - Illinois - counties of Christian and Montgomery.',
12445
        ],
12446
        'urn:ogc:def:coordinateOperation:EPSG::11257' => [
12447
            'name' => 'Illinois Coordinate System of 1983 Effingham zone (US survey foot)',
12448
            'method' => 'urn:ogc:def:method:EPSG::9801',
12449
            'extent' => ['4727'],
12450
            'extent_description' => 'United States (USA) - Illinois - counties of Bond, Effingham and Fayette.',
12451
        ],
12452
        'urn:ogc:def:coordinateOperation:EPSG::11258' => [
12453
            'name' => 'Illinois Coordinate System of 1983 Robinson zone (US survey foot)',
12454
            'method' => 'urn:ogc:def:method:EPSG::9801',
12455
            'extent' => ['4728'],
12456
            'extent_description' => 'United States (USA) - Illinois - counties of Clark, Crawford, Cumberland and Jasper.',
12457
        ],
12458
        'urn:ogc:def:coordinateOperation:EPSG::11259' => [
12459
            'name' => 'Illinois Coordinate System of 1983 Belleville zone (US survey foot)',
12460
            'method' => 'urn:ogc:def:method:EPSG::9807',
12461
            'extent' => ['4729'],
12462
            'extent_description' => 'United States (USA) - Illinois - counties of Madison, Monroe and St Clair.',
12463
        ],
12464
        'urn:ogc:def:coordinateOperation:EPSG::11260' => [
12465
            'name' => 'Illinois Coordinate System of 1983 Mount Vernon zone (US survey foot)',
12466
            'method' => 'urn:ogc:def:method:EPSG::9801',
12467
            'extent' => ['4730'],
12468
            'extent_description' => 'United States (USA) - Illinois - counties of Clinton, Jefferson, Marion and Washington.',
12469
        ],
12470
        'urn:ogc:def:coordinateOperation:EPSG::11261' => [
12471
            'name' => 'Illinois Coordinate System of 1983 Olney zone (US survey foot)',
12472
            'method' => 'urn:ogc:def:method:EPSG::9801',
12473
            'extent' => ['4731'],
12474
            'extent_description' => 'United States (USA) - Illinois - counties of Clay, Edwards, Lawrence, Richland, Wabash and Wayne.',
12475
        ],
12476
        'urn:ogc:def:coordinateOperation:EPSG::11262' => [
12477
            'name' => 'Illinois Coordinate System of 1983 Carbondale zone (US survey foot)',
12478
            'method' => 'urn:ogc:def:method:EPSG::9801',
12479
            'extent' => ['4732'],
12480
            'extent_description' => 'United States (USA) - Illinois - counties of Franklin, Gallatin, Hamilton, Jackson, Perry,  Randolph, Saline, White and Williamson.',
12481
        ],
12482
        'urn:ogc:def:coordinateOperation:EPSG::11263' => [
12483
            'name' => 'Illinois Coordinate System of 1983 Metropolis zone (US survey foot)',
12484
            'method' => 'urn:ogc:def:method:EPSG::9801',
12485
            'extent' => ['4733'],
12486
            'extent_description' => 'United States (USA) - Illinois - counties of Alexander, Hardin, Johnson, Massac, Pope, Pulaski and Union.',
12487
        ],
12488
        'urn:ogc:def:coordinateOperation:EPSG::11264' => [
12489
            'name' => 'Illinois Coordinate System of 1983 Freeport zone (US survey foot)',
12490
            'method' => 'urn:ogc:def:method:EPSG::9801',
12491
            'extent' => ['4701'],
12492
            'extent_description' => 'United States (USA) - Illinois - counties of Carroll, Jo Daviess and Stephenson.',
12493
        ],
12494
        'urn:ogc:def:coordinateOperation:EPSG::11265' => [
12495
            'name' => 'Illinois Coordinate System of 1983 Rockford zone (US survey foot)',
12496
            'method' => 'urn:ogc:def:method:EPSG::9807',
12497
            'extent' => ['4702'],
12498
            'extent_description' => 'United States (USA) - Illinois - counties of Lee, Ogle and Winnebago.',
12499
        ],
12500
        'urn:ogc:def:coordinateOperation:EPSG::11301' => [
12501
            'name' => 'Indiana CS27 East zone',
12502
            'method' => 'urn:ogc:def:method:EPSG::9807',
12503
            'extent' => ['2196'],
12504
            'extent_description' => 'United States (USA) - Indiana - counties of Adams; Allen; Bartholomew; Blackford; Brown; Cass; Clark; De Kalb; Dearborn; Decatur; Delaware; Elkhart; Fayette; Floyd; Franklin; Fulton; Grant; Hamilton; Hancock; Harrison; Henry; Howard; Huntington; Jackson; Jay; Jefferson; Jennings; Johnson; Kosciusko; Lagrange; Madison; Marion; Marshall; Miami; Noble; Ohio; Randolph; Ripley; Rush; Scott; Shelby; St Joseph; Steuben; Switzerland; Tipton; Union; Wabash; Washington; Wayne; Wells; Whitley.',
12505
        ],
12506
        'urn:ogc:def:coordinateOperation:EPSG::11302' => [
12507
            'name' => 'Indiana CS27 West zone',
12508
            'method' => 'urn:ogc:def:method:EPSG::9807',
12509
            'extent' => ['2197'],
12510
            'extent_description' => 'United States (USA) - Indiana - counties of Benton; Boone; Carroll; Clay; Clinton; Crawford; Daviess; Dubois; Fountain; Gibson; Greene; Hendricks; Jasper; Knox; La Porte; Lake; Lawrence; Martin; Monroe; Montgomery; Morgan; Newton; Orange; Owen; Parke; Perry; Pike; Porter; Posey; Pulaski; Putnam; Spencer; Starke; Sullivan; Tippecanoe; Vanderburgh; Vermillion; Vigo; Warren; Warrick; White.',
12511
        ],
12512
        'urn:ogc:def:coordinateOperation:EPSG::11331' => [
12513
            'name' => 'SPCS83 Indiana East zone (meters)',
12514
            'method' => 'urn:ogc:def:method:EPSG::9807',
12515
            'extent' => ['2196'],
12516
            'extent_description' => 'United States (USA) - Indiana - counties of Adams; Allen; Bartholomew; Blackford; Brown; Cass; Clark; De Kalb; Dearborn; Decatur; Delaware; Elkhart; Fayette; Floyd; Franklin; Fulton; Grant; Hamilton; Hancock; Harrison; Henry; Howard; Huntington; Jackson; Jay; Jefferson; Jennings; Johnson; Kosciusko; Lagrange; Madison; Marion; Marshall; Miami; Noble; Ohio; Randolph; Ripley; Rush; Scott; Shelby; St Joseph; Steuben; Switzerland; Tipton; Union; Wabash; Washington; Wayne; Wells; Whitley.',
12517
        ],
12518
        'urn:ogc:def:coordinateOperation:EPSG::11332' => [
12519
            'name' => 'SPCS83 Indiana West zone (meters)',
12520
            'method' => 'urn:ogc:def:method:EPSG::9807',
12521
            'extent' => ['2197'],
12522
            'extent_description' => 'United States (USA) - Indiana - counties of Benton; Boone; Carroll; Clay; Clinton; Crawford; Daviess; Dubois; Fountain; Gibson; Greene; Hendricks; Jasper; Knox; La Porte; Lake; Lawrence; Martin; Monroe; Montgomery; Morgan; Newton; Orange; Owen; Parke; Perry; Pike; Porter; Posey; Pulaski; Putnam; Spencer; Starke; Sullivan; Tippecanoe; Vanderburgh; Vermillion; Vigo; Warren; Warrick; White.',
12523
        ],
12524
        'urn:ogc:def:coordinateOperation:EPSG::11401' => [
12525
            'name' => 'Iowa CS27 North zone',
12526
            'method' => 'urn:ogc:def:method:EPSG::9802',
12527
            'extent' => ['2198'],
12528
            'extent_description' => 'United States (USA) - Iowa - counties of Allamakee; Benton; Black Hawk; Boone; Bremer; Buchanan; Buena Vista; Butler; Calhoun; Carroll; Cerro Gordo; Cherokee; Chickasaw; Clay; Clayton; Crawford; Delaware; Dickinson; Dubuque; Emmet; Fayette; Floyd; Franklin; Greene; Grundy; Hamilton; Hancock; Hardin; Howard; Humboldt; Ida; Jackson; Jones; Kossuth; Linn; Lyon; Marshall; Mitchell; Monona; O\'Brien; Osceola; Palo Alto; Plymouth; Pocahontas; Sac; Sioux; Story; Tama; Webster; Winnebago; Winneshiek; Woodbury; Worth; Wright.',
12529
        ],
12530
        'urn:ogc:def:coordinateOperation:EPSG::11402' => [
12531
            'name' => 'Iowa CS27 South zone',
12532
            'method' => 'urn:ogc:def:method:EPSG::9802',
12533
            'extent' => ['2199'],
12534
            'extent_description' => 'United States (USA) - Iowa - counties of Adair; Adams; Appanoose; Audubon; Cass; Cedar; Clarke; Clinton; Dallas; Davis; Decatur; Des Moines; Fremont; Guthrie; Harrison; Henry; Iowa; Jasper; Jefferson; Johnson; Keokuk; Lee; Louisa; Lucas; Madison; Mahaska; Marion; Mills; Monroe; Montgomery; Muscatine; Page; Polk; Pottawattamie; Poweshiek; Ringgold; Scott; Shelby; Taylor; Union; Van Buren; Wapello; Warren; Washington; Wayne.',
12535
        ],
12536
        'urn:ogc:def:coordinateOperation:EPSG::11431' => [
12537
            'name' => 'SPCS83 Iowa North zone (meters)',
12538
            'method' => 'urn:ogc:def:method:EPSG::9802',
12539
            'extent' => ['2198'],
12540
            'extent_description' => 'United States (USA) - Iowa - counties of Allamakee; Benton; Black Hawk; Boone; Bremer; Buchanan; Buena Vista; Butler; Calhoun; Carroll; Cerro Gordo; Cherokee; Chickasaw; Clay; Clayton; Crawford; Delaware; Dickinson; Dubuque; Emmet; Fayette; Floyd; Franklin; Greene; Grundy; Hamilton; Hancock; Hardin; Howard; Humboldt; Ida; Jackson; Jones; Kossuth; Linn; Lyon; Marshall; Mitchell; Monona; O\'Brien; Osceola; Palo Alto; Plymouth; Pocahontas; Sac; Sioux; Story; Tama; Webster; Winnebago; Winneshiek; Woodbury; Worth; Wright.',
12541
        ],
12542
        'urn:ogc:def:coordinateOperation:EPSG::11432' => [
12543
            'name' => 'SPCS83 Iowa South zone (meters)',
12544
            'method' => 'urn:ogc:def:method:EPSG::9802',
12545
            'extent' => ['2199'],
12546
            'extent_description' => 'United States (USA) - Iowa - counties of Adair; Adams; Appanoose; Audubon; Cass; Cedar; Clarke; Clinton; Dallas; Davis; Decatur; Des Moines; Fremont; Guthrie; Harrison; Henry; Iowa; Jasper; Jefferson; Johnson; Keokuk; Lee; Louisa; Lucas; Madison; Mahaska; Marion; Mills; Monroe; Montgomery; Muscatine; Page; Polk; Pottawattamie; Poweshiek; Ringgold; Scott; Shelby; Taylor; Union; Van Buren; Wapello; Warren; Washington; Wayne.',
12547
        ],
12548
        'urn:ogc:def:coordinateOperation:EPSG::11501' => [
12549
            'name' => 'Kansas CS27 North zone',
12550
            'method' => 'urn:ogc:def:method:EPSG::9802',
12551
            'extent' => ['2200'],
12552
            'extent_description' => 'United States (USA) - Kansas - counties of Atchison; Brown; Cheyenne; Clay; Cloud; Decatur; Dickinson; Doniphan; Douglas; Ellis; Ellsworth; Geary; Gove; Graham; Jackson; Jefferson; Jewell; Johnson; Leavenworth; Lincoln; Logan; Marshall; Mitchell; Morris; Nemaha; Norton; Osborne; Ottawa; Phillips; Pottawatomie; Rawlins; Republic; Riley; Rooks; Russell; Saline; Shawnee; Sheridan; Sherman; Smith; Thomas; Trego; Wabaunsee; Wallace; Washington; Wyandotte.',
12553
        ],
12554
        'urn:ogc:def:coordinateOperation:EPSG::11502' => [
12555
            'name' => 'Kansas CS27 South zone',
12556
            'method' => 'urn:ogc:def:method:EPSG::9802',
12557
            'extent' => ['2201'],
12558
            'extent_description' => 'United States (USA) - Kansas - counties of Allen; Anderson; Barber; Barton; Bourbon; Butler; Chase; Chautauqua; Cherokee; Clark; Coffey; Comanche; Cowley; Crawford; Edwards; Elk; Finney; Ford; Franklin; Grant; Gray; Greeley; Greenwood; Hamilton; Harper; Harvey; Haskell; Hodgeman; Kearny; Kingman; Kiowa; Labette; Lane; Linn; Lyon; Marion; McPherson; Meade; Miami; Montgomery; Morton; Neosho; Ness; Osage; Pawnee; Pratt; Reno; Rice; Rush; Scott; Sedgwick; Seward; Stafford; Stanton; Stevens; Sumner; Wichita; Wilson; Woodson.',
12559
        ],
12560
        'urn:ogc:def:coordinateOperation:EPSG::11531' => [
12561
            'name' => 'SPCS83 Kansas North zone (meters)',
12562
            'method' => 'urn:ogc:def:method:EPSG::9802',
12563
            'extent' => ['2200'],
12564
            'extent_description' => 'United States (USA) - Kansas - counties of Atchison; Brown; Cheyenne; Clay; Cloud; Decatur; Dickinson; Doniphan; Douglas; Ellis; Ellsworth; Geary; Gove; Graham; Jackson; Jefferson; Jewell; Johnson; Leavenworth; Lincoln; Logan; Marshall; Mitchell; Morris; Nemaha; Norton; Osborne; Ottawa; Phillips; Pottawatomie; Rawlins; Republic; Riley; Rooks; Russell; Saline; Shawnee; Sheridan; Sherman; Smith; Thomas; Trego; Wabaunsee; Wallace; Washington; Wyandotte.',
12565
        ],
12566
        'urn:ogc:def:coordinateOperation:EPSG::11532' => [
12567
            'name' => 'SPCS83 Kansas South zone (meters)',
12568
            'method' => 'urn:ogc:def:method:EPSG::9802',
12569
            'extent' => ['2201'],
12570
            'extent_description' => 'United States (USA) - Kansas - counties of Allen; Anderson; Barber; Barton; Bourbon; Butler; Chase; Chautauqua; Cherokee; Clark; Coffey; Comanche; Cowley; Crawford; Edwards; Elk; Finney; Ford; Franklin; Grant; Gray; Greeley; Greenwood; Hamilton; Harper; Harvey; Haskell; Hodgeman; Kearny; Kingman; Kiowa; Labette; Lane; Linn; Lyon; Marion; McPherson; Meade; Miami; Montgomery; Morton; Neosho; Ness; Osage; Pawnee; Pratt; Reno; Rice; Rush; Scott; Sedgwick; Seward; Stafford; Stanton; Stevens; Sumner; Wichita; Wilson; Woodson.',
12571
        ],
12572
        'urn:ogc:def:coordinateOperation:EPSG::11601' => [
12573
            'name' => 'Kentucky CS27 North zone',
12574
            'method' => 'urn:ogc:def:method:EPSG::9802',
12575
            'extent' => ['2202'],
12576
            'extent_description' => 'United States (USA) - Kentucky - counties of Anderson; Bath; Boone; Bourbon; Boyd; Bracken; Bullitt; Campbell; Carroll; Carter; Clark; Elliott; Fayette; Fleming; Franklin; Gallatin; Grant; Greenup; Harrison; Henry; Jefferson; Jessamine; Kenton; Lawrence; Lewis; Mason; Menifee; Montgomery; Morgan; Nicholas; Oldham; Owen; Pendleton; Robertson; Rowan; Scott; Shelby; Spencer; Trimble; Woodford.',
12577
        ],
12578
        'urn:ogc:def:coordinateOperation:EPSG::11602' => [
12579
            'name' => 'Kentucky CS27 South zone',
12580
            'method' => 'urn:ogc:def:method:EPSG::9802',
12581
            'extent' => ['2203'],
12582
            'extent_description' => 'United States (USA) - Kentucky - counties of Adair; Allen; Ballard; Barren; Bell; Boyle; Breathitt; Breckinridge; Butler; Caldwell; Calloway; Carlisle; Casey; Christian; Clay; Clinton; Crittenden; Cumberland; Daviess; Edmonson; Estill; Floyd; Fulton; Garrard; Graves; Grayson; Green; Hancock; Hardin; Harlan; Hart; Henderson; Hickman; Hopkins; Jackson; Johnson; Knott; Knox; Larue; Laurel; Lee; Leslie; Letcher; Lincoln; Livingston; Logan; Lyon; Madison; Magoffin; Marion; Marshall; Martin; McCracken; McCreary; McLean; Meade; Mercer; Metcalfe; Monroe; Muhlenberg; Nelson; Ohio; Owsley; Perry; Pike; Powell; Pulaski; Rockcastle; Russell; Simpson; Taylor; Todd; Trigg; Union; Warren; Washington; Wayne; Webster; Whitley; Wolfe.',
12583
        ],
12584
        'urn:ogc:def:coordinateOperation:EPSG::11630' => [
12585
            'name' => 'SPCS83 Kentucky Single Zone (meters)',
12586
            'method' => 'urn:ogc:def:method:EPSG::9802',
12587
            'extent' => ['1386'],
12588
            'extent_description' => 'United States (USA) - Kentucky.',
12589
        ],
12590
        'urn:ogc:def:coordinateOperation:EPSG::11632' => [
12591
            'name' => 'SPCS83 Kentucky South zone (meters)',
12592
            'method' => 'urn:ogc:def:method:EPSG::9802',
12593
            'extent' => ['2203'],
12594
            'extent_description' => 'United States (USA) - Kentucky - counties of Adair; Allen; Ballard; Barren; Bell; Boyle; Breathitt; Breckinridge; Butler; Caldwell; Calloway; Carlisle; Casey; Christian; Clay; Clinton; Crittenden; Cumberland; Daviess; Edmonson; Estill; Floyd; Fulton; Garrard; Graves; Grayson; Green; Hancock; Hardin; Harlan; Hart; Henderson; Hickman; Hopkins; Jackson; Johnson; Knott; Knox; Larue; Laurel; Lee; Leslie; Letcher; Lincoln; Livingston; Logan; Lyon; Madison; Magoffin; Marion; Marshall; Martin; McCracken; McCreary; McLean; Meade; Mercer; Metcalfe; Monroe; Muhlenberg; Nelson; Ohio; Owsley; Perry; Pike; Powell; Pulaski; Rockcastle; Russell; Simpson; Taylor; Todd; Trigg; Union; Warren; Washington; Wayne; Webster; Whitley; Wolfe.',
12595
        ],
12596
        'urn:ogc:def:coordinateOperation:EPSG::11701' => [
12597
            'name' => 'Louisiana CS27 North zone',
12598
            'method' => 'urn:ogc:def:method:EPSG::9802',
12599
            'extent' => ['2204'],
12600
            'extent_description' => 'United States (USA) - Louisiana - counties of Avoyelles; Bienville; Bossier; Caddo; Caldwell; Catahoula; Claiborne; Concordia; De Soto; East Carroll; Franklin; Grant; Jackson; La Salle; Lincoln; Madison; Morehouse; Natchitoches; Ouachita; Rapides; Red River; Richland; Sabine; Tensas; Union; Vernon; Webster; West Carroll; Winn.',
12601
        ],
12602
        'urn:ogc:def:coordinateOperation:EPSG::11702' => [
12603
            'name' => 'Louisiana CS27 South zone',
12604
            'method' => 'urn:ogc:def:method:EPSG::9802',
12605
            'extent' => ['2205'],
12606
            'extent_description' => 'United States (USA) - Louisiana - counties of Acadia; Allen; Ascension; Assumption; Beauregard; Calcasieu; Cameron; East Baton Rouge; East Feliciana; Evangeline; Iberia; Iberville; Jefferson; Jefferson Davis; Lafayette; LaFourche; Livingston; Orleans; Plaquemines; Pointe Coupee; St Bernard; St Charles; St Helena; St James; St John the Baptist; St Landry; St Martin; St Mary; St Tammany; Tangipahoa; Terrebonne; Vermilion; Washington; West Baton Rouge; West Feliciana. Also Gulf of Mexico outer continental shelf (GoM OCS) protraction areas Sabine Pass (LA); West Cameron; East Cameron; Vermilion; South Marsh Island; Eugene Island; Ship Shoal; South Pelto; Bay Marchand; South Timbalier; Grand Isle; West Delta; South Pass; Main Pass; Breton Sound; Chandeleur.',
12607
        ],
12608
        'urn:ogc:def:coordinateOperation:EPSG::11703' => [
12609
            'name' => 'Louisiana CS27 Offshore zone',
12610
            'method' => 'urn:ogc:def:method:EPSG::9802',
12611
            'extent' => ['1387'],
12612
            'extent_description' => 'United States (USA) - Louisiana.',
12613
        ],
12614
        'urn:ogc:def:coordinateOperation:EPSG::11731' => [
12615
            'name' => 'SPCS83 Louisiana North zone (meters)',
12616
            'method' => 'urn:ogc:def:method:EPSG::9802',
12617
            'extent' => ['2204'],
12618
            'extent_description' => 'United States (USA) - Louisiana - counties of Avoyelles; Bienville; Bossier; Caddo; Caldwell; Catahoula; Claiborne; Concordia; De Soto; East Carroll; Franklin; Grant; Jackson; La Salle; Lincoln; Madison; Morehouse; Natchitoches; Ouachita; Rapides; Red River; Richland; Sabine; Tensas; Union; Vernon; Webster; West Carroll; Winn.',
12619
        ],
12620
        'urn:ogc:def:coordinateOperation:EPSG::11732' => [
12621
            'name' => 'SPCS83 Louisiana South zone (meters)',
12622
            'method' => 'urn:ogc:def:method:EPSG::9802',
12623
            'extent' => ['2529'],
12624
            'extent_description' => 'United States (USA) - Louisiana - counties of Acadia; Allen; Ascension; Assumption; Beauregard; Calcasieu; Cameron; East Baton Rouge; East Feliciana; Evangeline; Iberia; Iberville; Jefferson; Jefferson Davis; Lafayette; LaFourche; Livingston; Orleans; Plaquemines; Pointe Coupee; St Bernard; St Charles; St Helena; St James; St John the Baptist; St Landry; St Martin; St Mary; St Tammany; Tangipahoa; Terrebonne; Vermilion; Washington; West Baton Rouge; West Feliciana.',
12625
        ],
12626
        'urn:ogc:def:coordinateOperation:EPSG::11733' => [
12627
            'name' => 'SPCS83 Louisiana Offshore zone (meters)',
12628
            'method' => 'urn:ogc:def:method:EPSG::9802',
12629
            'extent' => ['1387'],
12630
            'extent_description' => 'United States (USA) - Louisiana.',
12631
        ],
12632
        'urn:ogc:def:coordinateOperation:EPSG::11801' => [
12633
            'name' => 'Maine CS27 East zone',
12634
            'method' => 'urn:ogc:def:method:EPSG::9807',
12635
            'extent' => ['2206'],
12636
            'extent_description' => 'United States (USA) - Maine - counties of Aroostook; Hancock; Knox; Penobscot; Piscataquis; Waldo; Washington.',
12637
        ],
12638
        'urn:ogc:def:coordinateOperation:EPSG::11802' => [
12639
            'name' => 'Maine CS27 West zone',
12640
            'method' => 'urn:ogc:def:method:EPSG::9807',
12641
            'extent' => ['2207'],
12642
            'extent_description' => 'United States (USA) - Maine - counties of Androscoggin; Cumberland; Franklin; Kennebec; Lincoln; Oxford; Sagadahoc; Somerset; York.',
12643
        ],
12644
        'urn:ogc:def:coordinateOperation:EPSG::11831' => [
12645
            'name' => 'SPCS83 Maine East zone (meters)',
12646
            'method' => 'urn:ogc:def:method:EPSG::9807',
12647
            'extent' => ['2206'],
12648
            'extent_description' => 'United States (USA) - Maine - counties of Aroostook; Hancock; Knox; Penobscot; Piscataquis; Waldo; Washington.',
12649
        ],
12650
        'urn:ogc:def:coordinateOperation:EPSG::11832' => [
12651
            'name' => 'SPCS83 Maine West zone (meters)',
12652
            'method' => 'urn:ogc:def:method:EPSG::9807',
12653
            'extent' => ['2207'],
12654
            'extent_description' => 'United States (USA) - Maine - counties of Androscoggin; Cumberland; Franklin; Kennebec; Lincoln; Oxford; Sagadahoc; Somerset; York.',
12655
        ],
12656
        'urn:ogc:def:coordinateOperation:EPSG::11833' => [
12657
            'name' => 'SPCS83 Maine East zone (US Survey feet)',
12658
            'method' => 'urn:ogc:def:method:EPSG::9807',
12659
            'extent' => ['2206'],
12660
            'extent_description' => 'United States (USA) - Maine - counties of Aroostook; Hancock; Knox; Penobscot; Piscataquis; Waldo; Washington.',
12661
        ],
12662
        'urn:ogc:def:coordinateOperation:EPSG::11834' => [
12663
            'name' => 'SPCS83 Maine West zone (US Survey feet)',
12664
            'method' => 'urn:ogc:def:method:EPSG::9807',
12665
            'extent' => ['2207'],
12666
            'extent_description' => 'United States (USA) - Maine - counties of Androscoggin; Cumberland; Franklin; Kennebec; Lincoln; Oxford; Sagadahoc; Somerset; York.',
12667
        ],
12668
        'urn:ogc:def:coordinateOperation:EPSG::11851' => [
12669
            'name' => 'Maine CS2000 East zone (meters)',
12670
            'method' => 'urn:ogc:def:method:EPSG::9807',
12671
            'extent' => ['2960'],
12672
            'extent_description' => 'United States (USA) - Maine east of approximately 68°25\'W. The area is bounded by the following: Beginning at the point determined by the intersection of the Maine State line and the Fort Kent - Frenchville town line, thence continuing easterly and then southerly along the state line to the boundary of the State of Maine as determined by Maritime law, thence following the State boundary westerly to the intersection of the Knox and Hancock County line, thence northerly along the easterly boundary of the Maine 2000 Central Zone, as defined, to the point of beginning.',
12673
        ],
12674
        'urn:ogc:def:coordinateOperation:EPSG::11853' => [
12675
            'name' => 'Maine CS2000 West zone (meters)',
12676
            'method' => 'urn:ogc:def:method:EPSG::9807',
12677
            'extent' => ['2958'],
12678
            'extent_description' => 'United States (USA) - Maine west of approximately 69°40\'W. The area is bounded by the following: Beginning at the point determined by the intersection of the Maine State line and the County Line between Aroostook and Somerset Counties, thence following the Somerset County line Easterly to the Northwest corner of the Somerset and Piscataquis county line, thence Southerly along this county line to the northeast corner of the Athens town line, thence westerly along the town line between Brighton Plantation and Athens to the westerly corner of Athens, and continuing southerly to the southwest corner of the town of Athens where it meets the Cornville town line, thence westerly along the Cornville - Solon town line to the intersection of the Cornville - Madison town line, thence southerly and westerly following the Madison town line to the intersection of the Norridgewock - Skowhegan town line, thence southerly along the Skowhegan town line to the Fairfield town line, thence easterly along the Fairfield town line to the Clinton town line (being determined by the Kennebec River), thence southerly along the Kennebec River to the Augusta city line, thence easterly along the city line to the Windsor town line, thence southerly along the Augusta - Windsor town line to the northwest corner of the Lincoln County line, thence southerly along the westerly Lincoln county line to the boundary of the State of Maine as determined by Maritime law, thence following the State boundary on the westerly side of the state to the point of beginning.',
12679
        ],
12680
        'urn:ogc:def:coordinateOperation:EPSG::11854' => [
12681
            'name' => 'Maine CS2000 Central zone (meters)',
12682
            'method' => 'urn:ogc:def:method:EPSG::9807',
12683
            'extent' => ['2959'],
12684
            'extent_description' => 'United States (USA) - Maine between approximately 69°40\'W and 68°25\'W. The area is bounded by the following: Beginning at the point determined by the intersection of the Maine State line and the County Line between Aroostook and Somerset Counties, thence northeasterly along the state line to the intersection of the Fort Kent - Frenchville town line, thence southerly along this town line to the intersection with the New Canada Plantation - T17 R5 WELS town line, thence continuing southerly along town lines to the northeast corner of Penobscot County, thence continuing southerly along the Penobscot County line to the intersection of the Woodville - Mattawamkeag town line (being determined by the Penobscot River), thence along the Penobscot River to the Enfield - Lincoln town line, thence southeasterly along the Enfield - Lincoln town line and the Enfield - Lowell town line to the Passadumkeag - Edinburg town line, thence south-southeasterly along town lines to the intersection of the Hancock County line, thence southerly along the county line to the intersection of the Otis - Mariaville town line, thence southerly along the Otis - Mariaville town line to the Ellsworth city line, thence southerly along the Ellsworth city line to the intersection of the Surry - Trenton town line, thence southerly along the easterly town lines of Surry, Blue Hill, Brooklin, Deer Isle, and Stonington to the Knox County line, thence following the Knox County line to the boundary of the State of Maine as determined by Maritime law, thence following the State boundary westerly to the intersection of the Sagadahoc - Lincoln county line, thence northerly along the easterly boundary of the Maine 2000 West Zone, as defined, to the point of beginning.',
12685
        ],
12686
        'urn:ogc:def:coordinateOperation:EPSG::11900' => [
12687
            'name' => 'Maryland CS27',
12688
            'method' => 'urn:ogc:def:method:EPSG::9802',
12689
            'extent' => ['1389'],
12690
            'extent_description' => 'United States (USA) - Maryland - counties of Allegany; Anne Arundel; Baltimore; Calvert; Caroline; Carroll; Cecil; Charles; Dorchester; Frederick; Garrett; Harford; Howard; Kent; Montgomery; Prince Georges; Queen Annes; Somerset; St Marys; Talbot; Washington; Wicomico; Worcester.',
12691
        ],
12692
        'urn:ogc:def:coordinateOperation:EPSG::11930' => [
12693
            'name' => 'SPCS83 Maryland zone (meters)',
12694
            'method' => 'urn:ogc:def:method:EPSG::9802',
12695
            'extent' => ['1389'],
12696
            'extent_description' => 'United States (USA) - Maryland - counties of Allegany; Anne Arundel; Baltimore; Calvert; Caroline; Carroll; Cecil; Charles; Dorchester; Frederick; Garrett; Harford; Howard; Kent; Montgomery; Prince Georges; Queen Annes; Somerset; St Marys; Talbot; Washington; Wicomico; Worcester.',
12697
        ],
12698
        'urn:ogc:def:coordinateOperation:EPSG::12001' => [
12699
            'name' => 'Massachusetts CS27 Mainland zone',
12700
            'method' => 'urn:ogc:def:method:EPSG::9802',
12701
            'extent' => ['2209'],
12702
            'extent_description' => 'United States (USA) - Massachusetts onshore - counties of Barnstable; Berkshire; Bristol; Essex; Franklin; Hampden; Hampshire; Middlesex; Norfolk; Plymouth; Suffolk; Worcester.',
12703
        ],
12704
        'urn:ogc:def:coordinateOperation:EPSG::12002' => [
12705
            'name' => 'Massachusetts CS27 Island zone',
12706
            'method' => 'urn:ogc:def:method:EPSG::9802',
12707
            'extent' => ['2208'],
12708
            'extent_description' => 'United States (USA) - Massachusetts offshore - counties of Dukes; Nantucket.',
12709
        ],
12710
        'urn:ogc:def:coordinateOperation:EPSG::12031' => [
12711
            'name' => 'SPCS83 Massachusetts Mainland zone (meters)',
12712
            'method' => 'urn:ogc:def:method:EPSG::9802',
12713
            'extent' => ['2209'],
12714
            'extent_description' => 'United States (USA) - Massachusetts onshore - counties of Barnstable; Berkshire; Bristol; Essex; Franklin; Hampden; Hampshire; Middlesex; Norfolk; Plymouth; Suffolk; Worcester.',
12715
        ],
12716
        'urn:ogc:def:coordinateOperation:EPSG::12032' => [
12717
            'name' => 'SPCS83 Massachusetts Island zone (meters)',
12718
            'method' => 'urn:ogc:def:method:EPSG::9802',
12719
            'extent' => ['2208'],
12720
            'extent_description' => 'United States (USA) - Massachusetts offshore - counties of Dukes; Nantucket.',
12721
        ],
12722
        'urn:ogc:def:coordinateOperation:EPSG::12101' => [
12723
            'name' => 'Michigan State Plane East zone',
12724
            'method' => 'urn:ogc:def:method:EPSG::9807',
12725
            'extent' => ['1720'],
12726
            'extent_description' => 'United States (USA) - Michigan - counties of Alcona; Alpena; Arenac; Bay; Cheboygan; Chippewa; Clinton; Crawford; Genesee; Gladwin; Gratiot; Hillsdale; Huron; Ingham; Iosco; Jackson; Lapeer; Lenawee; Livingston; Macomb; Midland; Monroe; Montmorency; Oakland; Ogemaw; Oscoda; Otsego; Presque Isle; Roscommon; Saginaw; Sanilac; Shiawassee; St Clair; Tuscola; Washtenaw; Wayne.',
12727
        ],
12728
        'urn:ogc:def:coordinateOperation:EPSG::12102' => [
12729
            'name' => 'Michigan State Plane Old Central zone',
12730
            'method' => 'urn:ogc:def:method:EPSG::9807',
12731
            'extent' => ['1721'],
12732
            'extent_description' => 'United States (USA) - Michigan - counties of Alger; Allegan; Antrim; Barry; Benzie; Berrien; Branch; Calhoun; Cass; Charlevoix; Clare; Delta; Eaton; Emmet; Grand Traverse; Ionia; Isabella; Kalamazoo; Kalkaska; Kent; Lake; Leelanau; Luce; Mackinac; Manistee; Mason; Mecosta; Missaukee; Montcalm; Muskegon; Newaygo; Oceana; Osceola; Ottawa; St Joseph; Schoolcraft; Van Buren; Wexford.',
12733
        ],
12734
        'urn:ogc:def:coordinateOperation:EPSG::12103' => [
12735
            'name' => 'Michigan State Plane West zone',
12736
            'method' => 'urn:ogc:def:method:EPSG::9807',
12737
            'extent' => ['3652'],
12738
            'extent_description' => 'United States (USA) - Michigan - counties of Baraga; Dickinson; Gogebic; Houghton; Iron; Keweenaw; Marquette; Menominee; Ontonagon.',
12739
        ],
12740
        'urn:ogc:def:coordinateOperation:EPSG::12141' => [
12741
            'name' => 'SPCS83 Michigan North zone (meters)',
12742
            'method' => 'urn:ogc:def:method:EPSG::9802',
12743
            'extent' => ['1723'],
12744
            'extent_description' => 'United States (USA) - Michigan north of approximately 45°45\'N - counties of Alger; Baraga; Chippewa; Delta; Dickinson; Gogebic; Houghton; Iron; Keweenaw; Luce; Mackinac; Marquette; Menominee; Ontonagon; Schoolcraft.',
12745
        ],
12746
        'urn:ogc:def:coordinateOperation:EPSG::12142' => [
12747
            'name' => 'SPCS83 Michigan Central zone (meters)',
12748
            'method' => 'urn:ogc:def:method:EPSG::9802',
12749
            'extent' => ['1724'],
12750
            'extent_description' => 'United States (USA) - Michigan - counties of Alcona; Alpena; Antrim; Arenac; Benzie; Charlevoix; Cheboygan; Clare; Crawford; Emmet; Gladwin; Grand Traverse; Iosco; Kalkaska; Lake; Leelanau; Manistee; Mason; Missaukee; Montmorency; Ogemaw; Osceola; Oscoda; Otsego; Presque Isle; Roscommon; Wexford.',
12751
        ],
12752
        'urn:ogc:def:coordinateOperation:EPSG::12143' => [
12753
            'name' => 'SPCS83 Michigan South zone (meters)',
12754
            'method' => 'urn:ogc:def:method:EPSG::9802',
12755
            'extent' => ['1725'],
12756
            'extent_description' => 'United States (USA) - Michigan - counties of Allegan; Barry; Bay; Berrien; Branch; Calhoun; Cass; Clinton; Eaton; Genesee; Gratiot; Hillsdale; Huron; Ingham; Ionia; Isabella; Jackson; Kalamazoo; Kent; Lapeer; Lenawee; Livingston; Macomb; Mecosta; Midland; Monroe; Montcalm; Muskegon; Newaygo; Oakland; Oceana; Ottawa; Saginaw; Sanilac; Shiawassee; St Clair; St Joseph; Tuscola; Van Buren; Washtenaw; Wayne.',
12757
        ],
12758
        'urn:ogc:def:coordinateOperation:EPSG::12150' => [
12759
            'name' => 'Michigan Oblique Mercator (meters)',
12760
            'method' => 'urn:ogc:def:method:EPSG::9812',
12761
            'extent' => ['1391'],
12762
            'extent_description' => 'United States (USA) - Michigan.',
12763
        ],
12764
        'urn:ogc:def:coordinateOperation:EPSG::12201' => [
12765
            'name' => 'Minnesota CS27 North zone',
12766
            'method' => 'urn:ogc:def:method:EPSG::9802',
12767
            'extent' => ['2214'],
12768
            'extent_description' => 'United States (USA) - Minnesota - counties of Beltrami; Clearwater; Cook; Itasca; Kittson; Koochiching; Lake; Lake of the Woods; Mahnomen; Marshall; Norman; Pennington; Polk; Red Lake; Roseau; St Louis.',
12769
        ],
12770
        'urn:ogc:def:coordinateOperation:EPSG::12202' => [
12771
            'name' => 'Minnesota CS27 Central zone',
12772
            'method' => 'urn:ogc:def:method:EPSG::9802',
12773
            'extent' => ['2213'],
12774
            'extent_description' => 'United States (USA) - Minnesota - counties of Aitkin; Becker; Benton; Carlton; Cass; Chisago; Clay; Crow Wing; Douglas; Grant; Hubbard; Isanti; Kanabec; Mille Lacs; Morrison; Otter Tail; Pine; Pope; Stearns; Stevens; Todd; Traverse; Wadena; Wilkin.',
12775
        ],
12776
        'urn:ogc:def:coordinateOperation:EPSG::12203' => [
12777
            'name' => 'Minnesota CS27 South zone',
12778
            'method' => 'urn:ogc:def:method:EPSG::9802',
12779
            'extent' => ['2215'],
12780
            'extent_description' => 'United States (USA) - Minnesota - counties of Anoka; Big Stone; Blue Earth; Brown; Carver; Chippewa; Cottonwood; Dakota; Dodge; Faribault; Fillmore; Freeborn; Goodhue; Hennepin; Houston; Jackson; Kandiyohi; Lac Qui Parle; Le Sueur; Lincoln; Lyon; Martin; McLeod; Meeker; Mower; Murray; Nicollet; Nobles; Olmsted; Pipestone; Ramsey; Redwood; Renville; Rice; Rock; Scott; Sherburne; Sibley; Steele; Swift; Wabasha; Waseca; Washington; Watonwan; Winona; Wright; Yellow Medicine.',
12781
        ],
12782
        'urn:ogc:def:coordinateOperation:EPSG::12231' => [
12783
            'name' => 'SPCS83 Minnesota North zone (meters)',
12784
            'method' => 'urn:ogc:def:method:EPSG::9802',
12785
            'extent' => ['2214'],
12786
            'extent_description' => 'United States (USA) - Minnesota - counties of Beltrami; Clearwater; Cook; Itasca; Kittson; Koochiching; Lake; Lake of the Woods; Mahnomen; Marshall; Norman; Pennington; Polk; Red Lake; Roseau; St Louis.',
12787
        ],
12788
        'urn:ogc:def:coordinateOperation:EPSG::12232' => [
12789
            'name' => 'SPCS83 Minnesota Central zone (meters)',
12790
            'method' => 'urn:ogc:def:method:EPSG::9802',
12791
            'extent' => ['2213'],
12792
            'extent_description' => 'United States (USA) - Minnesota - counties of Aitkin; Becker; Benton; Carlton; Cass; Chisago; Clay; Crow Wing; Douglas; Grant; Hubbard; Isanti; Kanabec; Mille Lacs; Morrison; Otter Tail; Pine; Pope; Stearns; Stevens; Todd; Traverse; Wadena; Wilkin.',
12793
        ],
12794
        'urn:ogc:def:coordinateOperation:EPSG::12233' => [
12795
            'name' => 'SPCS83 Minnesota South zone (meters)',
12796
            'method' => 'urn:ogc:def:method:EPSG::9802',
12797
            'extent' => ['2215'],
12798
            'extent_description' => 'United States (USA) - Minnesota - counties of Anoka; Big Stone; Blue Earth; Brown; Carver; Chippewa; Cottonwood; Dakota; Dodge; Faribault; Fillmore; Freeborn; Goodhue; Hennepin; Houston; Jackson; Kandiyohi; Lac Qui Parle; Le Sueur; Lincoln; Lyon; Martin; McLeod; Meeker; Mower; Murray; Nicollet; Nobles; Olmsted; Pipestone; Ramsey; Redwood; Renville; Rice; Rock; Scott; Sherburne; Sibley; Steele; Swift; Wabasha; Waseca; Washington; Watonwan; Winona; Wright; Yellow Medicine.',
12799
        ],
12800
        'urn:ogc:def:coordinateOperation:EPSG::12234' => [
12801
            'name' => 'SPCS83 Minnesota North zone (US Survey feet)',
12802
            'method' => 'urn:ogc:def:method:EPSG::9802',
12803
            'extent' => ['2214'],
12804
            'extent_description' => 'United States (USA) - Minnesota - counties of Beltrami; Clearwater; Cook; Itasca; Kittson; Koochiching; Lake; Lake of the Woods; Mahnomen; Marshall; Norman; Pennington; Polk; Red Lake; Roseau; St Louis.',
12805
        ],
12806
        'urn:ogc:def:coordinateOperation:EPSG::12235' => [
12807
            'name' => 'SPCS83 Minnesota Central zone (US Survey feet)',
12808
            'method' => 'urn:ogc:def:method:EPSG::9802',
12809
            'extent' => ['2213'],
12810
            'extent_description' => 'United States (USA) - Minnesota - counties of Aitkin; Becker; Benton; Carlton; Cass; Chisago; Clay; Crow Wing; Douglas; Grant; Hubbard; Isanti; Kanabec; Mille Lacs; Morrison; Otter Tail; Pine; Pope; Stearns; Stevens; Todd; Traverse; Wadena; Wilkin.',
12811
        ],
12812
        'urn:ogc:def:coordinateOperation:EPSG::12236' => [
12813
            'name' => 'SPCS83 Minnesota South zone (US Survey feet)',
12814
            'method' => 'urn:ogc:def:method:EPSG::9802',
12815
            'extent' => ['2215'],
12816
            'extent_description' => 'United States (USA) - Minnesota - counties of Anoka; Big Stone; Blue Earth; Brown; Carver; Chippewa; Cottonwood; Dakota; Dodge; Faribault; Fillmore; Freeborn; Goodhue; Hennepin; Houston; Jackson; Kandiyohi; Lac Qui Parle; Le Sueur; Lincoln; Lyon; Martin; McLeod; Meeker; Mower; Murray; Nicollet; Nobles; Olmsted; Pipestone; Ramsey; Redwood; Renville; Rice; Rock; Scott; Sherburne; Sibley; Steele; Swift; Wabasha; Waseca; Washington; Watonwan; Winona; Wright; Yellow Medicine.',
12817
        ],
12818
        'urn:ogc:def:coordinateOperation:EPSG::12301' => [
12819
            'name' => 'Mississippi CS27 East zone',
12820
            'method' => 'urn:ogc:def:method:EPSG::9807',
12821
            'extent' => ['2216'],
12822
            'extent_description' => 'United States (USA) - Mississippi - counties of Alcorn; Attala; Benton; Calhoun; Chickasaw; Choctaw; Clarke; Clay; Covington; Forrest; George; Greene; Hancock; Harrison; Itawamba; Jackson; Jasper; Jones; Kemper; Lafayette; Lamar; Lauderdale; Leake; Lee; Lowndes; Marshall; Monroe; Neshoba; Newton; Noxubee; Oktibbeha; Pearl River; Perry; Pontotoc; Prentiss; Scott; Smith; Stone; Tippah; Tishomingo; Union; Wayne; Webster; Winston.',
12823
        ],
12824
        'urn:ogc:def:coordinateOperation:EPSG::12302' => [
12825
            'name' => 'Mississippi CS27 West zone',
12826
            'method' => 'urn:ogc:def:method:EPSG::9807',
12827
            'extent' => ['2217'],
12828
            'extent_description' => 'United States (USA) - Mississippi - counties of Adams; Amite; Bolivar; Carroll; Claiborne; Coahoma; Copiah; De Soto; Franklin; Grenada; Hinds; Holmes; Humphreys; Issaquena; Jefferson; Jefferson Davis; Lawrence; Leflore; Lincoln; Madison; Marion; Montgomery; Panola; Pike; Quitman; Rankin; Sharkey; Simpson; Sunflower; Tallahatchie; Tate; Tunica; Walthall; Warren; Washington; Wilkinson; Yalobusha; Yazoo.',
12829
        ],
12830
        'urn:ogc:def:coordinateOperation:EPSG::12331' => [
12831
            'name' => 'SPCS83 Mississippi East zone (meters)',
12832
            'method' => 'urn:ogc:def:method:EPSG::9807',
12833
            'extent' => ['2216'],
12834
            'extent_description' => 'United States (USA) - Mississippi - counties of Alcorn; Attala; Benton; Calhoun; Chickasaw; Choctaw; Clarke; Clay; Covington; Forrest; George; Greene; Hancock; Harrison; Itawamba; Jackson; Jasper; Jones; Kemper; Lafayette; Lamar; Lauderdale; Leake; Lee; Lowndes; Marshall; Monroe; Neshoba; Newton; Noxubee; Oktibbeha; Pearl River; Perry; Pontotoc; Prentiss; Scott; Smith; Stone; Tippah; Tishomingo; Union; Wayne; Webster; Winston.',
12835
        ],
12836
        'urn:ogc:def:coordinateOperation:EPSG::12332' => [
12837
            'name' => 'SPCS83 Mississippi West zone (meters)',
12838
            'method' => 'urn:ogc:def:method:EPSG::9807',
12839
            'extent' => ['2217'],
12840
            'extent_description' => 'United States (USA) - Mississippi - counties of Adams; Amite; Bolivar; Carroll; Claiborne; Coahoma; Copiah; De Soto; Franklin; Grenada; Hinds; Holmes; Humphreys; Issaquena; Jefferson; Jefferson Davis; Lawrence; Leflore; Lincoln; Madison; Marion; Montgomery; Panola; Pike; Quitman; Rankin; Sharkey; Simpson; Sunflower; Tallahatchie; Tate; Tunica; Walthall; Warren; Washington; Wilkinson; Yalobusha; Yazoo.',
12841
        ],
12842
        'urn:ogc:def:coordinateOperation:EPSG::12401' => [
12843
            'name' => 'Missouri CS27 East zone',
12844
            'method' => 'urn:ogc:def:method:EPSG::9807',
12845
            'extent' => ['2219'],
12846
            'extent_description' => 'United States (USA) - Missouri - counties of Bollinger; Butler; Cape Girardeau; Carter; Clark; Crawford; Dent; Dunklin; Franklin; Gasconade; Iron; Jefferson; Lewis; Lincoln; Madison; Marion; Mississippi; Montgomery; New Madrid; Oregon; Pemiscot; Perry; Pike; Ralls; Reynolds; Ripley; Scott; Shannon; St Charles; St Francois; St Louis; Ste. Genevieve; Stoddard; Warren; Washington; Wayne.',
12847
        ],
12848
        'urn:ogc:def:coordinateOperation:EPSG::12402' => [
12849
            'name' => 'Missouri CS27 Central zone',
12850
            'method' => 'urn:ogc:def:method:EPSG::9807',
12851
            'extent' => ['2218'],
12852
            'extent_description' => 'United States (USA) - Missouri - counties of Adair; Audrain; Benton; Boone; Callaway; Camden; Carroll; Chariton; Christian; Cole; Cooper; Dallas; Douglas; Greene; Grundy; Hickory; Howard; Howell; Knox; Laclede; Linn; Livingston; Macon; Maries; Mercer; Miller; Moniteau; Monroe; Morgan; Osage; Ozark; Pettis; Phelps; Polk; Pulaski; Putnam; Randolph; Saline; Schuyler; Scotland; Shelby; Stone; Sullivan; Taney; Texas; Webster; Wright.',
12853
        ],
12854
        'urn:ogc:def:coordinateOperation:EPSG::12403' => [
12855
            'name' => 'Missouri CS27 West zone',
12856
            'method' => 'urn:ogc:def:method:EPSG::9807',
12857
            'extent' => ['2220'],
12858
            'extent_description' => 'United States (USA) - Missouri - counties of Andrew; Atchison; Barry; Barton; Bates; Buchanan; Caldwell; Cass; Cedar; Clay; Clinton; Dade; Daviess; De Kalb; Gentry; Harrison; Henry; Holt; Jackson; Jasper; Johnson; Lafayette; Lawrence; McDonald; Newton; Nodaway; Platte; Ray; St Clair; Vernon; Worth.',
12859
        ],
12860
        'urn:ogc:def:coordinateOperation:EPSG::12431' => [
12861
            'name' => 'SPCS83 Missouri East zone (meters)',
12862
            'method' => 'urn:ogc:def:method:EPSG::9807',
12863
            'extent' => ['2219'],
12864
            'extent_description' => 'United States (USA) - Missouri - counties of Bollinger; Butler; Cape Girardeau; Carter; Clark; Crawford; Dent; Dunklin; Franklin; Gasconade; Iron; Jefferson; Lewis; Lincoln; Madison; Marion; Mississippi; Montgomery; New Madrid; Oregon; Pemiscot; Perry; Pike; Ralls; Reynolds; Ripley; Scott; Shannon; St Charles; St Francois; St Louis; Ste. Genevieve; Stoddard; Warren; Washington; Wayne.',
12865
        ],
12866
        'urn:ogc:def:coordinateOperation:EPSG::12432' => [
12867
            'name' => 'SPCS83 Missouri Central zone (meters)',
12868
            'method' => 'urn:ogc:def:method:EPSG::9807',
12869
            'extent' => ['2218'],
12870
            'extent_description' => 'United States (USA) - Missouri - counties of Adair; Audrain; Benton; Boone; Callaway; Camden; Carroll; Chariton; Christian; Cole; Cooper; Dallas; Douglas; Greene; Grundy; Hickory; Howard; Howell; Knox; Laclede; Linn; Livingston; Macon; Maries; Mercer; Miller; Moniteau; Monroe; Morgan; Osage; Ozark; Pettis; Phelps; Polk; Pulaski; Putnam; Randolph; Saline; Schuyler; Scotland; Shelby; Stone; Sullivan; Taney; Texas; Webster; Wright.',
12871
        ],
12872
        'urn:ogc:def:coordinateOperation:EPSG::12433' => [
12873
            'name' => 'SPCS83 Missouri West zone (meters)',
12874
            'method' => 'urn:ogc:def:method:EPSG::9807',
12875
            'extent' => ['2220'],
12876
            'extent_description' => 'United States (USA) - Missouri - counties of Andrew; Atchison; Barry; Barton; Bates; Buchanan; Caldwell; Cass; Cedar; Clay; Clinton; Dade; Daviess; De Kalb; Gentry; Harrison; Henry; Holt; Jackson; Jasper; Johnson; Lafayette; Lawrence; McDonald; Newton; Nodaway; Platte; Ray; St Clair; Vernon; Worth.',
12877
        ],
12878
        'urn:ogc:def:coordinateOperation:EPSG::12501' => [
12879
            'name' => 'Montana CS27 North zone',
12880
            'method' => 'urn:ogc:def:method:EPSG::9802',
12881
            'extent' => ['2211'],
12882
            'extent_description' => 'United States (USA) - Montana north of approximately 47°50\'N - counties of Blaine; Chouteau; Daniels; Flathead; Glacier; Hill; Liberty; Lincoln; Phillips; Pondera; Roosevelt; Sheridan; Teton; Toole; Valley.',
12883
        ],
12884
        'urn:ogc:def:coordinateOperation:EPSG::12502' => [
12885
            'name' => 'Montana CS27 Central zone',
12886
            'method' => 'urn:ogc:def:method:EPSG::9802',
12887
            'extent' => ['2210'],
12888
            'extent_description' => 'United States (USA) - Montana - counties of Cascade; Dawson; Fergus; Garfield; Judith Basin; Lake; Lewis and Clark; McCone; Meagher; Mineral; Missoula; Petroleum; Powell; Prairie; Richland; Sanders; Wibaux.',
12889
        ],
12890
        'urn:ogc:def:coordinateOperation:EPSG::12503' => [
12891
            'name' => 'Montana CS27 South zone',
12892
            'method' => 'urn:ogc:def:method:EPSG::9802',
12893
            'extent' => ['2212'],
12894
            'extent_description' => 'United States (USA) - Montana - counties of Beaverhead; Big Horn; Broadwater; Carbon; Carter; Custer; Deer Lodge; Fallon; Gallatin; Golden Valley; Granite; Jefferson; Madison; Musselshell; Park; Powder River; Ravalli; Rosebud; Silver Bow; Stillwater; Sweet Grass; Treasure; Wheatland; Yellowstone.',
12895
        ],
12896
        'urn:ogc:def:coordinateOperation:EPSG::12530' => [
12897
            'name' => 'SPCS83 Montana zone (meters)',
12898
            'method' => 'urn:ogc:def:method:EPSG::9802',
12899
            'extent' => ['1395'],
12900
            'extent_description' => 'United States (USA) - Montana - counties of Beaverhead; Big Horn; Blaine; Broadwater; Carbon; Carter; Cascade; Chouteau; Custer; Daniels; Dawson; Deer Lodge; Fallon; Fergus; Flathead; Gallatin; Garfield; Glacier; Golden Valley; Granite; Hill; Jefferson; Judith Basin; Lake; Lewis and Clark; Liberty; Lincoln; Madison; McCone; Meagher; Mineral; Missoula; Musselshell; Park; Petroleum; Phillips; Pondera; Powder River; Powell; Prairie; Ravalli; Richland; Roosevelt; Rosebud; Sanders; Sheridan; Silver Bow; Stillwater; Sweet Grass; Teton; Toole; Treasure; Valley; Wheatland; Wibaux; Yellowstone.',
12901
        ],
12902
        'urn:ogc:def:coordinateOperation:EPSG::12601' => [
12903
            'name' => 'Nebraska CS27 North zone',
12904
            'method' => 'urn:ogc:def:method:EPSG::9802',
12905
            'extent' => ['2221'],
12906
            'extent_description' => 'United States (USA) - Nebraska - counties of Antelope; Blaine; Box Butte; Boyd; Brown; Burt; Cedar; Cherry; Cuming; Dakota; Dawes; Dixon; Garfield; Grant; Holt; Hooker; Keya Paha; Knox; Loup; Madison; Pierce; Rock; Sheridan; Sioux; Stanton; Thomas; Thurston; Wayne; Wheeler.',
12907
        ],
12908
        'urn:ogc:def:coordinateOperation:EPSG::12602' => [
12909
            'name' => 'Nebraska CS27 South zone',
12910
            'method' => 'urn:ogc:def:method:EPSG::9802',
12911
            'extent' => ['2222'],
12912
            'extent_description' => 'United States (USA) - Nebraska - counties of Adams; Arthur; Banner; Boone; Buffalo; Butler; Cass; Chase; Cheyenne; Clay; Colfax; Custer; Dawson; Deuel; Dodge; Douglas; Dundy; Fillmore; Franklin; Frontier; Furnas; Gage; Garden; Gosper; Greeley; Hall; Hamilton; Harlan; Hayes; Hitchcock; Howard; Jefferson; Johnson; Kearney; Keith; Kimball; Lancaster; Lincoln; Logan; McPherson; Merrick; Morrill; Nance; Nemaha; Nuckolls; Otoe; Pawnee; Perkins; Phelps; Platte; Polk; Red Willow; Richardson; Saline; Sarpy; Saunders; Scotts Bluff; Seward; Sherman; Thayer; Valley; Washington; Webster; York.',
12913
        ],
12914
        'urn:ogc:def:coordinateOperation:EPSG::12630' => [
12915
            'name' => 'SPCS83 Nebraska zone (meters)',
12916
            'method' => 'urn:ogc:def:method:EPSG::9802',
12917
            'extent' => ['1396'],
12918
            'extent_description' => 'United States (USA) - Nebraska - counties of Adams; Antelope; Arthur; Banner; Blaine; Boone; Box Butte; Boyd; Brown; Buffalo; Burt; Butler; Cass; Cedar; Chase; Cherry; Cheyenne; Clay; Colfax; Cuming; Custer; Dakota; Dawes; Dawson; Deuel; Dixon; Dodge; Douglas; Dundy; Fillmore; Franklin; Frontier; Furnas; Gage; Garden; Garfield; Gosper; Grant; Greeley; Hall; Hamilton; Harlan; Hayes; Hitchcock; Holt; Hooker; Howard; Jefferson; Johnson; Kearney; Keith; Keya Paha; Kimball; Knox; Lancaster; Lincoln; Logan; Loup; Madison; McPherson; Merrick; Morrill; Nance; Nemaha; Nuckolls; Otoe; Pawnee; Perkins; Phelps; Pierce; Platte; Polk; Red Willow; Richardson; Rock; Saline; Sarpy; Saunders; Scotts Bluff; Seward; Sheridan; Sherman; Sioux; Stanton; Thayer; Thomas; Thurston; Valley; Washington; Wayne; Webster; Wheeler; York.',
12919
        ],
12920
        'urn:ogc:def:coordinateOperation:EPSG::12701' => [
12921
            'name' => 'Nevada CS27 East zone',
12922
            'method' => 'urn:ogc:def:method:EPSG::9807',
12923
            'extent' => ['2224'],
12924
            'extent_description' => 'United States (USA) - Nevada - counties of Clark; Elko; Eureka; Lincoln; White Pine.',
12925
        ],
12926
        'urn:ogc:def:coordinateOperation:EPSG::12702' => [
12927
            'name' => 'Nevada CS27 Central zone',
12928
            'method' => 'urn:ogc:def:method:EPSG::9807',
12929
            'extent' => ['2223'],
12930
            'extent_description' => 'United States (USA) - Nevada - counties of Lander; Nye.',
12931
        ],
12932
        'urn:ogc:def:coordinateOperation:EPSG::12703' => [
12933
            'name' => 'Nevada CS27 West zone',
12934
            'method' => 'urn:ogc:def:method:EPSG::9807',
12935
            'extent' => ['2225'],
12936
            'extent_description' => 'United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral; Pershing; Storey; Washoe.',
12937
        ],
12938
        'urn:ogc:def:coordinateOperation:EPSG::12731' => [
12939
            'name' => 'SPCS83 Nevada East zone (meters)',
12940
            'method' => 'urn:ogc:def:method:EPSG::9807',
12941
            'extent' => ['2224'],
12942
            'extent_description' => 'United States (USA) - Nevada - counties of Clark; Elko; Eureka; Lincoln; White Pine.',
12943
        ],
12944
        'urn:ogc:def:coordinateOperation:EPSG::12732' => [
12945
            'name' => 'SPCS83 Nevada Central zone (meters)',
12946
            'method' => 'urn:ogc:def:method:EPSG::9807',
12947
            'extent' => ['2223'],
12948
            'extent_description' => 'United States (USA) - Nevada - counties of Lander; Nye.',
12949
        ],
12950
        'urn:ogc:def:coordinateOperation:EPSG::12733' => [
12951
            'name' => 'SPCS83 Nevada West zone (meters)',
12952
            'method' => 'urn:ogc:def:method:EPSG::9807',
12953
            'extent' => ['2225'],
12954
            'extent_description' => 'United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral; Pershing; Storey; Washoe.',
12955
        ],
12956
        'urn:ogc:def:coordinateOperation:EPSG::12800' => [
12957
            'name' => 'New Hampshire CS27',
12958
            'method' => 'urn:ogc:def:method:EPSG::9807',
12959
            'extent' => ['1398'],
12960
            'extent_description' => 'United States (USA) - New Hampshire - counties of Belknap; Carroll; Cheshire; Coos; Grafton; Hillsborough; Merrimack; Rockingham; Strafford; Sullivan.',
12961
        ],
12962
        'urn:ogc:def:coordinateOperation:EPSG::12830' => [
12963
            'name' => 'SPCS83 New Hampshire zone (meters)',
12964
            'method' => 'urn:ogc:def:method:EPSG::9807',
12965
            'extent' => ['1398'],
12966
            'extent_description' => 'United States (USA) - New Hampshire - counties of Belknap; Carroll; Cheshire; Coos; Grafton; Hillsborough; Merrimack; Rockingham; Strafford; Sullivan.',
12967
        ],
12968
        'urn:ogc:def:coordinateOperation:EPSG::12900' => [
12969
            'name' => 'New Jersey CS27',
12970
            'method' => 'urn:ogc:def:method:EPSG::9807',
12971
            'extent' => ['1399'],
12972
            'extent_description' => 'United States (USA) - New Jersey - counties of Atlantic; Bergen; Burlington; Camden; Cape May; Cumberland; Essex; Gloucester; Hudson; Hunterdon; Mercer; Middlesex; Monmouth; Morris; Ocean; Passaic; Salem; Somerset; Sussex; Union; Warren.',
12973
        ],
12974
        'urn:ogc:def:coordinateOperation:EPSG::12930' => [
12975
            'name' => 'SPCS83 New Jersey zone (meters)',
12976
            'method' => 'urn:ogc:def:method:EPSG::9807',
12977
            'extent' => ['1399'],
12978
            'extent_description' => 'United States (USA) - New Jersey - counties of Atlantic; Bergen; Burlington; Camden; Cape May; Cumberland; Essex; Gloucester; Hudson; Hunterdon; Mercer; Middlesex; Monmouth; Morris; Ocean; Passaic; Salem; Somerset; Sussex; Union; Warren.',
12979
        ],
12980
        'urn:ogc:def:coordinateOperation:EPSG::13001' => [
12981
            'name' => 'New Mexico CS27 East zone',
12982
            'method' => 'urn:ogc:def:method:EPSG::9807',
12983
            'extent' => ['2228'],
12984
            'extent_description' => 'United States (USA) - New Mexico - counties of Chaves; Colfax; Curry; De Baca; Eddy; Guadalupe; Harding; Lea; Mora; Quay; Roosevelt; San Miguel; Union.',
12985
        ],
12986
        'urn:ogc:def:coordinateOperation:EPSG::13002' => [
12987
            'name' => 'New Mexico CS27 Central zone',
12988
            'method' => 'urn:ogc:def:method:EPSG::9807',
12989
            'extent' => ['2229'],
12990
            'extent_description' => 'United States (USA) - New Mexico - counties of Bernalillo; Dona Ana; Lincoln; Los Alamos; Otero; Rio Arriba; Sandoval; Santa Fe; Socorro; Taos; Torrance.',
12991
        ],
12992
        'urn:ogc:def:coordinateOperation:EPSG::13003' => [
12993
            'name' => 'New Mexico CS27 West zone',
12994
            'method' => 'urn:ogc:def:method:EPSG::9807',
12995
            'extent' => ['2230'],
12996
            'extent_description' => 'United States (USA) - New Mexico - counties of Catron; Cibola; Grant; Hidalgo; Luna; McKinley; San Juan; Sierra; Valencia.',
12997
        ],
12998
        'urn:ogc:def:coordinateOperation:EPSG::13031' => [
12999
            'name' => 'SPCS83 New Mexico East zone (meters)',
13000
            'method' => 'urn:ogc:def:method:EPSG::9807',
13001
            'extent' => ['2228'],
13002
            'extent_description' => 'United States (USA) - New Mexico - counties of Chaves; Colfax; Curry; De Baca; Eddy; Guadalupe; Harding; Lea; Mora; Quay; Roosevelt; San Miguel; Union.',
13003
        ],
13004
        'urn:ogc:def:coordinateOperation:EPSG::13032' => [
13005
            'name' => 'SPCS83 New Mexico Central zone (meters)',
13006
            'method' => 'urn:ogc:def:method:EPSG::9807',
13007
            'extent' => ['2231'],
13008
            'extent_description' => 'United States (USA) - New Mexico - counties of Bernalillo; Dona Ana; Lincoln; Los Alamos; Otero; Rio Arriba; Sandoval; Santa Fe; Socorro; Taos; Torrance; Valencia.',
13009
        ],
13010
        'urn:ogc:def:coordinateOperation:EPSG::13033' => [
13011
            'name' => 'SPCS83 New Mexico West zone (meters)',
13012
            'method' => 'urn:ogc:def:method:EPSG::9807',
13013
            'extent' => ['2232'],
13014
            'extent_description' => 'United States (USA) - New Mexico - counties of Catron; Cibola; Grant; Hidalgo; Luna; McKinley; San Juan; Sierra.',
13015
        ],
13016
        'urn:ogc:def:coordinateOperation:EPSG::13101' => [
13017
            'name' => 'New York CS27 East zone',
13018
            'method' => 'urn:ogc:def:method:EPSG::9807',
13019
            'extent' => ['2234'],
13020
            'extent_description' => 'United States (USA) - New York mainland - counties of Albany; Clinton; Columbia; Delaware; Dutchess; Essex; Franklin; Fulton; Greene; Hamilton; Herkimer; Montgomery; Orange; Otsego; Putnam; Rensselaer; Rockland; Saratoga; Schenectady; Schoharie; St Lawrence; Sullivan; Ulster; Warren; Washington; Westchester.',
13021
        ],
13022
        'urn:ogc:def:coordinateOperation:EPSG::13102' => [
13023
            'name' => 'New York CS27 Central zone',
13024
            'method' => 'urn:ogc:def:method:EPSG::9807',
13025
            'extent' => ['2233'],
13026
            'extent_description' => 'United States (USA) - New York - counties of Broome; Cayuga; Chemung; Chenango; Cortland; Jefferson; Lewis; Madison; Oneida; Onondaga; Ontario; Oswego; Schuyler; Seneca; Steuben; Tioga; Tompkins; Wayne; Yates.',
13027
        ],
13028
        'urn:ogc:def:coordinateOperation:EPSG::13103' => [
13029
            'name' => 'New York CS27 West zone',
13030
            'method' => 'urn:ogc:def:method:EPSG::9807',
13031
            'extent' => ['2236'],
13032
            'extent_description' => 'United States (USA) - New York - counties of Allegany; Cattaraugus; Chautauqua; Erie; Genesee; Livingston; Monroe; Niagara; Orleans; Wyoming.',
13033
        ],
13034
        'urn:ogc:def:coordinateOperation:EPSG::13131' => [
13035
            'name' => 'SPCS83 New York East zone (meters)',
13036
            'method' => 'urn:ogc:def:method:EPSG::9807',
13037
            'extent' => ['2234'],
13038
            'extent_description' => 'United States (USA) - New York mainland - counties of Albany; Clinton; Columbia; Delaware; Dutchess; Essex; Franklin; Fulton; Greene; Hamilton; Herkimer; Montgomery; Orange; Otsego; Putnam; Rensselaer; Rockland; Saratoga; Schenectady; Schoharie; St Lawrence; Sullivan; Ulster; Warren; Washington; Westchester.',
13039
        ],
13040
        'urn:ogc:def:coordinateOperation:EPSG::13132' => [
13041
            'name' => 'SPCS83 New York Central zone (meters)',
13042
            'method' => 'urn:ogc:def:method:EPSG::9807',
13043
            'extent' => ['2233'],
13044
            'extent_description' => 'United States (USA) - New York - counties of Broome; Cayuga; Chemung; Chenango; Cortland; Jefferson; Lewis; Madison; Oneida; Onondaga; Ontario; Oswego; Schuyler; Seneca; Steuben; Tioga; Tompkins; Wayne; Yates.',
13045
        ],
13046
        'urn:ogc:def:coordinateOperation:EPSG::13133' => [
13047
            'name' => 'SPCS83 New York West zone (meters)',
13048
            'method' => 'urn:ogc:def:method:EPSG::9807',
13049
            'extent' => ['2236'],
13050
            'extent_description' => 'United States (USA) - New York - counties of Allegany; Cattaraugus; Chautauqua; Erie; Genesee; Livingston; Monroe; Niagara; Orleans; Wyoming.',
13051
        ],
13052
        'urn:ogc:def:coordinateOperation:EPSG::13134' => [
13053
            'name' => 'SPCS83 New York Long Island zone (meters)',
13054
            'method' => 'urn:ogc:def:method:EPSG::9802',
13055
            'extent' => ['2235'],
13056
            'extent_description' => 'United States (USA) - New York - counties of Bronx; Kings; Nassau; New York; Queens; Richmond; Suffolk.',
13057
        ],
13058
        'urn:ogc:def:coordinateOperation:EPSG::13200' => [
13059
            'name' => 'North Carolina CS27',
13060
            'method' => 'urn:ogc:def:method:EPSG::9802',
13061
            'extent' => ['1402'],
13062
            'extent_description' => 'United States (USA) - North Carolina - counties of Alamance; Alexander; Alleghany; Anson; Ashe; Avery; Beaufort; Bertie; Bladen; Brunswick; Buncombe; Burke; Cabarrus; Caldwell; Camden; Carteret; Caswell; Catawba; Chatham; Cherokee; Chowan; Clay; Cleveland; Columbus; Craven; Cumberland; Currituck; Dare; Davidson; Davie; Duplin; Durham; Edgecombe; Forsyth; Franklin; Gaston; Gates; Graham; Granville; Greene; Guilford; Halifax; Harnett; Haywood; Henderson; Hertford; Hoke; Hyde; Iredell; Jackson; Johnston; Jones; Lee; Lenoir; Lincoln; Macon; Madison; Martin; McDowell; Mecklenburg; Mitchell; Montgomery; Moore; Nash; New Hanover; Northampton; Onslow; Orange; Pamlico; Pasquotank; Pender; Perquimans; Person; Pitt; Polk; Randolph; Richmond; Robeson; Rockingham; Rowan; Rutherford; Sampson; Scotland; Stanly; Stokes; Surry; Swain; Transylvania; Tyrrell; Union; Vance; Wake; Warren; Washington; Watauga; Wayne; Wilkes; Wilson; Yadkin; Yancey.',
13063
        ],
13064
        'urn:ogc:def:coordinateOperation:EPSG::13230' => [
13065
            'name' => 'SPCS83 North Carolina zone (meters)',
13066
            'method' => 'urn:ogc:def:method:EPSG::9802',
13067
            'extent' => ['1402'],
13068
            'extent_description' => 'United States (USA) - North Carolina - counties of Alamance; Alexander; Alleghany; Anson; Ashe; Avery; Beaufort; Bertie; Bladen; Brunswick; Buncombe; Burke; Cabarrus; Caldwell; Camden; Carteret; Caswell; Catawba; Chatham; Cherokee; Chowan; Clay; Cleveland; Columbus; Craven; Cumberland; Currituck; Dare; Davidson; Davie; Duplin; Durham; Edgecombe; Forsyth; Franklin; Gaston; Gates; Graham; Granville; Greene; Guilford; Halifax; Harnett; Haywood; Henderson; Hertford; Hoke; Hyde; Iredell; Jackson; Johnston; Jones; Lee; Lenoir; Lincoln; Macon; Madison; Martin; McDowell; Mecklenburg; Mitchell; Montgomery; Moore; Nash; New Hanover; Northampton; Onslow; Orange; Pamlico; Pasquotank; Pender; Perquimans; Person; Pitt; Polk; Randolph; Richmond; Robeson; Rockingham; Rowan; Rutherford; Sampson; Scotland; Stanly; Stokes; Surry; Swain; Transylvania; Tyrrell; Union; Vance; Wake; Warren; Washington; Watauga; Wayne; Wilkes; Wilson; Yadkin; Yancey.',
13069
        ],
13070
        'urn:ogc:def:coordinateOperation:EPSG::13301' => [
13071
            'name' => 'North Dakota CS27 North zone',
13072
            'method' => 'urn:ogc:def:method:EPSG::9802',
13073
            'extent' => ['2237'],
13074
            'extent_description' => 'United States (USA) - North Dakota - counties of Benson; Bottineau; Burke; Cavalier; Divide; Eddy; Foster; Grand Forks; Griggs; McHenry; McKenzie; McLean; Mountrial; Nelson; Pembina; Pierce; Ramsey; Renville; Rolette; Sheridan; Steele; Towner; Traill; Walsh; Ward; Wells; Williams.',
13075
        ],
13076
        'urn:ogc:def:coordinateOperation:EPSG::13302' => [
13077
            'name' => 'North Dakota CS27 South zone',
13078
            'method' => 'urn:ogc:def:method:EPSG::9802',
13079
            'extent' => ['2238'],
13080
            'extent_description' => 'United States (USA) - North Dakota - counties of Adams; Barnes; Billings; Bowman; Burleigh; Cass; Dickey; Dunn; Emmons; Golden Valley; Grant; Hettinger; Kidder; La Moure; Logan; McIntosh; Mercer; Morton; Oliver; Ransom; Richland; Sargent; Sioux; Slope; Stark; Stutsman.',
13081
        ],
13082
        'urn:ogc:def:coordinateOperation:EPSG::13331' => [
13083
            'name' => 'SPCS83 North Dakota North zone (meters)',
13084
            'method' => 'urn:ogc:def:method:EPSG::9802',
13085
            'extent' => ['2237'],
13086
            'extent_description' => 'United States (USA) - North Dakota - counties of Benson; Bottineau; Burke; Cavalier; Divide; Eddy; Foster; Grand Forks; Griggs; McHenry; McKenzie; McLean; Mountrial; Nelson; Pembina; Pierce; Ramsey; Renville; Rolette; Sheridan; Steele; Towner; Traill; Walsh; Ward; Wells; Williams.',
13087
        ],
13088
        'urn:ogc:def:coordinateOperation:EPSG::13332' => [
13089
            'name' => 'SPCS83 North Dakota South zone (meters)',
13090
            'method' => 'urn:ogc:def:method:EPSG::9802',
13091
            'extent' => ['2238'],
13092
            'extent_description' => 'United States (USA) - North Dakota - counties of Adams; Barnes; Billings; Bowman; Burleigh; Cass; Dickey; Dunn; Emmons; Golden Valley; Grant; Hettinger; Kidder; La Moure; Logan; McIntosh; Mercer; Morton; Oliver; Ransom; Richland; Sargent; Sioux; Slope; Stark; Stutsman.',
13093
        ],
13094
        'urn:ogc:def:coordinateOperation:EPSG::13401' => [
13095
            'name' => 'Ohio CS27 North zone',
13096
            'method' => 'urn:ogc:def:method:EPSG::9802',
13097
            'extent' => ['2239'],
13098
            'extent_description' => 'United States (USA) - Ohio - counties of Allen;Ashland; Ashtabula; Auglaize; Carroll; Columbiana; Coshocton; Crawford; Cuyahoga; Defiance; Delaware; Erie; Fulton; Geauga; Hancock; Hardin; Harrison; Henry; Holmes; Huron; Jefferson; Knox; Lake; Logan; Lorain; Lucas; Mahoning; Marion; Medina; Mercer; Morrow; Ottawa; Paulding; Portage; Putnam; Richland; Sandusky; Seneca; Shelby; Stark; Summit; Trumbull; Tuscarawas; Union; Van Wert; Wayne; Williams; Wood; Wyandot.',
13099
        ],
13100
        'urn:ogc:def:coordinateOperation:EPSG::13402' => [
13101
            'name' => 'Ohio CS27 South zone',
13102
            'method' => 'urn:ogc:def:method:EPSG::9802',
13103
            'extent' => ['2240'],
13104
            'extent_description' => 'United States (USA) - Ohio - counties of Adams; Athens; Belmont; Brown; Butler; Champaign; Clark; Clermont; Clinton; Darke; Fairfield; Fayette; Franklin; Gallia; Greene; Guernsey; Hamilton; Highland; Hocking; Jackson; Lawrence; Licking; Madison; Meigs; Miami; Monroe; Montgomery; Morgan; Muskingum; Noble; Perry; Pickaway; Pike; Preble; Ross; Scioto; Vinton; Warren; Washington.',
13105
        ],
13106
        'urn:ogc:def:coordinateOperation:EPSG::13431' => [
13107
            'name' => 'SPCS83 Ohio North zone (meters)',
13108
            'method' => 'urn:ogc:def:method:EPSG::9802',
13109
            'extent' => ['2239'],
13110
            'extent_description' => 'United States (USA) - Ohio - counties of Allen;Ashland; Ashtabula; Auglaize; Carroll; Columbiana; Coshocton; Crawford; Cuyahoga; Defiance; Delaware; Erie; Fulton; Geauga; Hancock; Hardin; Harrison; Henry; Holmes; Huron; Jefferson; Knox; Lake; Logan; Lorain; Lucas; Mahoning; Marion; Medina; Mercer; Morrow; Ottawa; Paulding; Portage; Putnam; Richland; Sandusky; Seneca; Shelby; Stark; Summit; Trumbull; Tuscarawas; Union; Van Wert; Wayne; Williams; Wood; Wyandot.',
13111
        ],
13112
        'urn:ogc:def:coordinateOperation:EPSG::13432' => [
13113
            'name' => 'SPCS83 Ohio South zone (meters)',
13114
            'method' => 'urn:ogc:def:method:EPSG::9802',
13115
            'extent' => ['2240'],
13116
            'extent_description' => 'United States (USA) - Ohio - counties of Adams; Athens; Belmont; Brown; Butler; Champaign; Clark; Clermont; Clinton; Darke; Fairfield; Fayette; Franklin; Gallia; Greene; Guernsey; Hamilton; Highland; Hocking; Jackson; Lawrence; Licking; Madison; Meigs; Miami; Monroe; Montgomery; Morgan; Muskingum; Noble; Perry; Pickaway; Pike; Preble; Ross; Scioto; Vinton; Warren; Washington.',
13117
        ],
13118
        'urn:ogc:def:coordinateOperation:EPSG::13433' => [
13119
            'name' => 'SPCS83 Ohio North zone (US Survey feet)',
13120
            'method' => 'urn:ogc:def:method:EPSG::9802',
13121
            'extent' => ['2239'],
13122
            'extent_description' => 'United States (USA) - Ohio - counties of Allen;Ashland; Ashtabula; Auglaize; Carroll; Columbiana; Coshocton; Crawford; Cuyahoga; Defiance; Delaware; Erie; Fulton; Geauga; Hancock; Hardin; Harrison; Henry; Holmes; Huron; Jefferson; Knox; Lake; Logan; Lorain; Lucas; Mahoning; Marion; Medina; Mercer; Morrow; Ottawa; Paulding; Portage; Putnam; Richland; Sandusky; Seneca; Shelby; Stark; Summit; Trumbull; Tuscarawas; Union; Van Wert; Wayne; Williams; Wood; Wyandot.',
13123
        ],
13124
        'urn:ogc:def:coordinateOperation:EPSG::13434' => [
13125
            'name' => 'SPCS83 Ohio South zone (US Survey feet)',
13126
            'method' => 'urn:ogc:def:method:EPSG::9802',
13127
            'extent' => ['2240'],
13128
            'extent_description' => 'United States (USA) - Ohio - counties of Adams; Athens; Belmont; Brown; Butler; Champaign; Clark; Clermont; Clinton; Darke; Fairfield; Fayette; Franklin; Gallia; Greene; Guernsey; Hamilton; Highland; Hocking; Jackson; Lawrence; Licking; Madison; Meigs; Miami; Monroe; Montgomery; Morgan; Muskingum; Noble; Perry; Pickaway; Pike; Preble; Ross; Scioto; Vinton; Warren; Washington.',
13129
        ],
13130
        'urn:ogc:def:coordinateOperation:EPSG::13501' => [
13131
            'name' => 'Oklahoma CS27 North zone',
13132
            'method' => 'urn:ogc:def:method:EPSG::9802',
13133
            'extent' => ['2241'],
13134
            'extent_description' => 'United States (USA) - Oklahoma - counties of Adair; Alfalfa; Beaver; Blaine; Canadian; Cherokee; Cimarron; Craig; Creek; Custer; Delaware; Dewey; Ellis; Garfield; Grant; Harper; Kay; Kingfisher; Lincoln; Logan; Major; Mayes; Muskogee; Noble; Nowata; Okfuskee; Oklahoma; Okmulgee; Osage; Ottawa; Pawnee; Payne; Roger Mills; Rogers; Sequoyah; Texas; Tulsa; Wagoner; Washington; Woods; Woodward.',
13135
        ],
13136
        'urn:ogc:def:coordinateOperation:EPSG::13502' => [
13137
            'name' => 'Oklahoma CS27 South zone',
13138
            'method' => 'urn:ogc:def:method:EPSG::9802',
13139
            'extent' => ['2242'],
13140
            'extent_description' => 'United States (USA) - Oklahoma - counties of Atoka; Beckham; Bryan; Caddo; Carter; Choctaw; Cleveland; Coal; Comanche; Cotton; Garvin; Grady; Greer; Harmon; Haskell; Hughes; Jackson; Jefferson; Johnston; Kiowa; Latimer; Le Flore; Love; Marshall; McClain; McCurtain; McIntosh; Murray; Pittsburg; Pontotoc; Pottawatomie; Pushmataha; Seminole; Stephens; Tillman; Washita.',
13141
        ],
13142
        'urn:ogc:def:coordinateOperation:EPSG::13531' => [
13143
            'name' => 'SPCS83 Oklahoma North zone (meters)',
13144
            'method' => 'urn:ogc:def:method:EPSG::9802',
13145
            'extent' => ['2241'],
13146
            'extent_description' => 'United States (USA) - Oklahoma - counties of Adair; Alfalfa; Beaver; Blaine; Canadian; Cherokee; Cimarron; Craig; Creek; Custer; Delaware; Dewey; Ellis; Garfield; Grant; Harper; Kay; Kingfisher; Lincoln; Logan; Major; Mayes; Muskogee; Noble; Nowata; Okfuskee; Oklahoma; Okmulgee; Osage; Ottawa; Pawnee; Payne; Roger Mills; Rogers; Sequoyah; Texas; Tulsa; Wagoner; Washington; Woods; Woodward.',
13147
        ],
13148
        'urn:ogc:def:coordinateOperation:EPSG::13532' => [
13149
            'name' => 'SPCS83 Oklahoma South zone (meters)',
13150
            'method' => 'urn:ogc:def:method:EPSG::9802',
13151
            'extent' => ['2242'],
13152
            'extent_description' => 'United States (USA) - Oklahoma - counties of Atoka; Beckham; Bryan; Caddo; Carter; Choctaw; Cleveland; Coal; Comanche; Cotton; Garvin; Grady; Greer; Harmon; Haskell; Hughes; Jackson; Jefferson; Johnston; Kiowa; Latimer; Le Flore; Love; Marshall; McClain; McCurtain; McIntosh; Murray; Pittsburg; Pontotoc; Pottawatomie; Pushmataha; Seminole; Stephens; Tillman; Washita.',
13153
        ],
13154
        'urn:ogc:def:coordinateOperation:EPSG::13601' => [
13155
            'name' => 'Oregon CS27 North zone',
13156
            'method' => 'urn:ogc:def:method:EPSG::9802',
13157
            'extent' => ['2243'],
13158
            'extent_description' => 'United States (USA) - Oregon - counties of Baker; Benton; Clackamas; Clatsop; Columbia; Gilliam; Grant; Hood River; Jefferson; Lincoln; Linn; Marion; Morrow; Multnomah; Polk; Sherman; Tillamook; Umatilla; Union; Wallowa; Wasco; Washington; Wheeler; Yamhill.',
13159
        ],
13160
        'urn:ogc:def:coordinateOperation:EPSG::13602' => [
13161
            'name' => 'Oregon CS27 South zone',
13162
            'method' => 'urn:ogc:def:method:EPSG::9802',
13163
            'extent' => ['2244'],
13164
            'extent_description' => 'United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur.',
13165
        ],
13166
        'urn:ogc:def:coordinateOperation:EPSG::13631' => [
13167
            'name' => 'SPCS83 Oregon North zone (meters)',
13168
            'method' => 'urn:ogc:def:method:EPSG::9802',
13169
            'extent' => ['2243'],
13170
            'extent_description' => 'United States (USA) - Oregon - counties of Baker; Benton; Clackamas; Clatsop; Columbia; Gilliam; Grant; Hood River; Jefferson; Lincoln; Linn; Marion; Morrow; Multnomah; Polk; Sherman; Tillamook; Umatilla; Union; Wallowa; Wasco; Washington; Wheeler; Yamhill.',
13171
        ],
13172
        'urn:ogc:def:coordinateOperation:EPSG::13632' => [
13173
            'name' => 'SPCS83 Oregon South zone (meters)',
13174
            'method' => 'urn:ogc:def:method:EPSG::9802',
13175
            'extent' => ['2244'],
13176
            'extent_description' => 'United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur.',
13177
        ],
13178
        'urn:ogc:def:coordinateOperation:EPSG::13633' => [
13179
            'name' => 'Oregon Lambert (meters)',
13180
            'method' => 'urn:ogc:def:method:EPSG::9802',
13181
            'extent' => ['1406'],
13182
            'extent_description' => 'United States (USA) - Oregon.',
13183
        ],
13184
        'urn:ogc:def:coordinateOperation:EPSG::13701' => [
13185
            'name' => 'Pennsylvania CS27 North zone',
13186
            'method' => 'urn:ogc:def:method:EPSG::9802',
13187
            'extent' => ['2245'],
13188
            'extent_description' => 'United States (USA) - Pennsylvania - counties of Bradford; Cameron; Carbon; Centre; Clarion; Clearfield; Clinton; Columbia; Crawford; Elk; Erie; Forest; Jefferson; Lackawanna; Luzerne; Lycoming; McKean; Mercer; Monroe; Montour; Northumberland; Pike; Potter; Sullivan; Susquehanna; Tioga; Union; Venango; Warren; Wayne; Wyoming.',
13189
        ],
13190
        'urn:ogc:def:coordinateOperation:EPSG::13731' => [
13191
            'name' => 'SPCS83 Pennsylvania North zone (meters)',
13192
            'method' => 'urn:ogc:def:method:EPSG::9802',
13193
            'extent' => ['2245'],
13194
            'extent_description' => 'United States (USA) - Pennsylvania - counties of Bradford; Cameron; Carbon; Centre; Clarion; Clearfield; Clinton; Columbia; Crawford; Elk; Erie; Forest; Jefferson; Lackawanna; Luzerne; Lycoming; McKean; Mercer; Monroe; Montour; Northumberland; Pike; Potter; Sullivan; Susquehanna; Tioga; Union; Venango; Warren; Wayne; Wyoming.',
13195
        ],
13196
        'urn:ogc:def:coordinateOperation:EPSG::13732' => [
13197
            'name' => 'SPCS83 Pennsylvania South zone (meters)',
13198
            'method' => 'urn:ogc:def:method:EPSG::9802',
13199
            'extent' => ['2246'],
13200
            'extent_description' => 'United States (USA) - Pennsylvania - counties of Adams; Allegheny; Armstrong; Beaver; Bedford; Berks; Blair; Bucks; Butler; Cambria; Chester; Cumberland; Dauphin; Delaware; Fayette; Franklin; Fulton; Greene; Huntingdon; Indiana; Juniata; Lancaster; Lawrence; Lebanon; Lehigh; Mifflin; Montgomery; Northampton; Perry; Philadelphia; Schuylkill; Snyder; Somerset; Washington; Westmoreland; York.',
13201
        ],
13202
        'urn:ogc:def:coordinateOperation:EPSG::13800' => [
13203
            'name' => 'Rhode Island CS27',
13204
            'method' => 'urn:ogc:def:method:EPSG::9807',
13205
            'extent' => ['1408'],
13206
            'extent_description' => 'United States (USA) - Rhode Island - counties of Bristol; Kent; Newport; Providence; Washington.',
13207
        ],
13208
        'urn:ogc:def:coordinateOperation:EPSG::13830' => [
13209
            'name' => 'SPCS83 Rhode Island zone (meters)',
13210
            'method' => 'urn:ogc:def:method:EPSG::9807',
13211
            'extent' => ['1408'],
13212
            'extent_description' => 'United States (USA) - Rhode Island - counties of Bristol; Kent; Newport; Providence; Washington.',
13213
        ],
13214
        'urn:ogc:def:coordinateOperation:EPSG::13901' => [
13215
            'name' => 'South Carolina CS27 North zone',
13216
            'method' => 'urn:ogc:def:method:EPSG::9802',
13217
            'extent' => ['2247'],
13218
            'extent_description' => 'United States (USA) - South Carolina - counties of Abbeville; Anderson; Calhoun; Cherokee; Chester; Chesterfield; Darlington; Dillon; Edgefield; Fairfield; Florence; Greenville; Greenwood; Horry; Kershaw; Lancaster; Laurens; Lee; Lexington; Marion; Marlboro; McCormick; Newberry; Oconee; Pickens; Richland; Saluda; Spartanburg; Sumter; Union; York.',
13219
        ],
13220
        'urn:ogc:def:coordinateOperation:EPSG::13902' => [
13221
            'name' => 'South Carolina CS27 South zone',
13222
            'method' => 'urn:ogc:def:method:EPSG::9802',
13223
            'extent' => ['2248'],
13224
            'extent_description' => 'United States (USA) - South Carolina - counties of Aiken; Allendale; Bamberg; Barnwell; Beaufort; Berkeley; Charleston; Clarendon; Colleton; Dorchester; Georgetown; Hampton; Jasper; Orangeburg; Williamsburg.',
13225
        ],
13226
        'urn:ogc:def:coordinateOperation:EPSG::13930' => [
13227
            'name' => 'SPCS83 South Carolina zone (meters)',
13228
            'method' => 'urn:ogc:def:method:EPSG::9802',
13229
            'extent' => ['1409'],
13230
            'extent_description' => 'United States (USA) - South Carolina - counties of Abbeville; Aiken; Allendale; Anderson; Bamberg; Barnwell; Beaufort; Berkeley; Calhoun; Charleston; Cherokee; Chester; Chesterfield; Clarendon; Colleton; Darlington; Dillon; Dorchester; Edgefield; Fairfield; Florence; Georgetown; Greenville; Greenwood; Hampton; Horry; Jasper; Kershaw; Lancaster; Laurens; Lee; Lexington; Marion; Marlboro; McCormick; Newberry; Oconee; Orangeburg; Pickens; Richland; Saluda; Spartanburg; Sumter; Union; Williamsburg; York.',
13231
        ],
13232
        'urn:ogc:def:coordinateOperation:EPSG::14001' => [
13233
            'name' => 'South Dakota CS27 North zone',
13234
            'method' => 'urn:ogc:def:method:EPSG::9802',
13235
            'extent' => ['2249'],
13236
            'extent_description' => 'United States (USA) - South Dakota - counties of Beadle; Brookings; Brown; Butte; Campbell; Clark; Codington; Corson; Day; Deuel; Dewey; Edmunds; Faulk; Grant; Hamlin; Hand; Harding; Hyde; Kingsbury; Lawrence; Marshall; McPherson; Meade; Perkins; Potter; Roberts; Spink; Sully; Walworth; Ziebach.',
13237
        ],
13238
        'urn:ogc:def:coordinateOperation:EPSG::14002' => [
13239
            'name' => 'South Dakota CS27 South zone',
13240
            'method' => 'urn:ogc:def:method:EPSG::9802',
13241
            'extent' => ['2250'],
13242
            'extent_description' => 'United States (USA) - South Dakota - counties of Aurora; Bennett; Bon Homme; Brule; Buffalo; Charles Mix; Clay; Custer; Davison; Douglas; Fall River; Gregory; Haakon; Hanson; Hughes; Hutchinson; Jackson; Jerauld; Jones; Lake; Lincoln; Lyman; McCook; Mellette; Miner; Minnehaha; Moody; Pennington; Sanborn; Shannon; Stanley; Todd; Tripp; Turner; Union; Yankton.',
13243
        ],
13244
        'urn:ogc:def:coordinateOperation:EPSG::14031' => [
13245
            'name' => 'SPCS83 South Dakota North zone (meters)',
13246
            'method' => 'urn:ogc:def:method:EPSG::9802',
13247
            'extent' => ['2249'],
13248
            'extent_description' => 'United States (USA) - South Dakota - counties of Beadle; Brookings; Brown; Butte; Campbell; Clark; Codington; Corson; Day; Deuel; Dewey; Edmunds; Faulk; Grant; Hamlin; Hand; Harding; Hyde; Kingsbury; Lawrence; Marshall; McPherson; Meade; Perkins; Potter; Roberts; Spink; Sully; Walworth; Ziebach.',
13249
        ],
13250
        'urn:ogc:def:coordinateOperation:EPSG::14032' => [
13251
            'name' => 'SPCS83 South Dakota South zone (meters)',
13252
            'method' => 'urn:ogc:def:method:EPSG::9802',
13253
            'extent' => ['2250'],
13254
            'extent_description' => 'United States (USA) - South Dakota - counties of Aurora; Bennett; Bon Homme; Brule; Buffalo; Charles Mix; Clay; Custer; Davison; Douglas; Fall River; Gregory; Haakon; Hanson; Hughes; Hutchinson; Jackson; Jerauld; Jones; Lake; Lincoln; Lyman; McCook; Mellette; Miner; Minnehaha; Moody; Pennington; Sanborn; Shannon; Stanley; Todd; Tripp; Turner; Union; Yankton.',
13255
        ],
13256
        'urn:ogc:def:coordinateOperation:EPSG::14130' => [
13257
            'name' => 'SPCS83 Tennessee zone (meters)',
13258
            'method' => 'urn:ogc:def:method:EPSG::9802',
13259
            'extent' => ['1411'],
13260
            'extent_description' => 'United States (USA) - Tennessee - counties of Anderson; Bedford; Benton; Bledsoe; Blount; Bradley; Campbell; Cannon; Carroll; Carter; Cheatham; Chester; Claiborne; Clay; Cocke; Coffee; Crockett; Cumberland; Davidson; De Kalb; Decatur; Dickson; Dyer; Fayette; Fentress; Franklin; Gibson; Giles; Grainger; Greene; Grundy; Hamblen; Hamilton; Hancock; Hardeman; Hardin; Hawkins; Haywood; Henderson; Henry; Hickman; Houston; Humphreys; Jackson; Jefferson; Johnson; Knox; Lake; Lauderdale; Lawrence; Lewis; Lincoln; Loudon; Macon; Madison; Marion; Marshall; Maury; McMinn; McNairy; Meigs; Monroe; Montgomery; Moore; Morgan; Obion; Overton; Perry; Pickett; Polk; Putnam; Rhea; Roane; Robertson; Rutherford; Scott; Sequatchie; Sevier; Shelby; Smith; Stewart; Sullivan; Sumner; Tipton; Trousdale; Unicoi; Union; Van Buren; Warren; Washington; Wayne; Weakley; White; Williamson; Wilson.',
13261
        ],
13262
        'urn:ogc:def:coordinateOperation:EPSG::14201' => [
13263
            'name' => 'Texas CS27 North zone',
13264
            'method' => 'urn:ogc:def:method:EPSG::9802',
13265
            'extent' => ['2253'],
13266
            'extent_description' => 'United States (USA) - Texas - counties of: Armstrong; Briscoe; Carson; Castro; Childress; Collingsworth; Dallam; Deaf Smith; Donley; Gray; Hall; Hansford; Hartley; Hemphill; Hutchinson; Lipscomb; Moore; Ochiltree; Oldham; Parmer; Potter; Randall; Roberts; Sherman; Swisher; Wheeler.',
13267
        ],
13268
        'urn:ogc:def:coordinateOperation:EPSG::14202' => [
13269
            'name' => 'Texas CS27 North Central zone',
13270
            'method' => 'urn:ogc:def:method:EPSG::9802',
13271
            'extent' => ['2254'],
13272
            'extent_description' => 'United States (USA) - Texas - counties of: Andrews; Archer; Bailey; Baylor; Borden; Bowie; Callahan; Camp; Cass; Clay; Cochran; Collin; Cooke; Cottle; Crosby; Dallas; Dawson; Delta; Denton; Dickens; Eastland; Ellis; Erath; Fannin; Fisher; Floyd; Foard; Franklin; Gaines; Garza; Grayson; Gregg; Hale; Hardeman; Harrison; Haskell; Henderson; Hill; Hockley; Hood; Hopkins; Howard; Hunt; Jack; Johnson; Jones; Kaufman; Kent; King; Knox; Lamar; Lamb; Lubbock; Lynn; Marion; Martin; Mitchell; Montague; Morris; Motley; Navarro; Nolan; Palo Pinto; Panola; Parker; Rains; Red River; Rockwall; Rusk; Scurry; Shackelford; Smith; Somervell; Stephens; Stonewall; Tarrant; Taylor; Terry; Throckmorton; Titus; Upshur; Van Zandt; Wichita; Wilbarger; Wise; Wood; Yoakum; Young.',
13273
        ],
13274
        'urn:ogc:def:coordinateOperation:EPSG::14203' => [
13275
            'name' => 'Texas CS27 Central zone',
13276
            'method' => 'urn:ogc:def:method:EPSG::9802',
13277
            'extent' => ['2252'],
13278
            'extent_description' => 'United States (USA) - Texas - counties of Anderson; Angelina; Bastrop; Bell; Blanco; Bosque; Brazos; Brown; Burleson; Burnet; Cherokee; Coke; Coleman; Comanche; Concho; Coryell; Crane; Crockett; Culberson; Ector; El Paso; Falls; Freestone; Gillespie; Glasscock; Grimes; Hamilton; Hardin; Houston; Hudspeth; Irion; Jasper; Jeff Davis; Kimble; Lampasas; Lee; Leon; Liberty; Limestone; Llano; Loving; Madison; Mason; McCulloch; McLennan; Menard; Midland; Milam; Mills; Montgomery; Nacogdoches; Newton; Orange; Pecos; Polk; Reagan; Reeves; Robertson; Runnels; Sabine; San Augustine; San Jacinto; San Saba; Schleicher; Shelby; Sterling; Sutton; Tom Green; Travis; Trinity; Tyler; Upton; Walker; Ward; Washington; Williamson; Winkler.',
13279
        ],
13280
        'urn:ogc:def:coordinateOperation:EPSG::14204' => [
13281
            'name' => 'Texas CS27 South Central zone',
13282
            'method' => 'urn:ogc:def:method:EPSG::9802',
13283
            'extent' => ['2256'],
13284
            'extent_description' => 'United States (USA) - Texas - counties of Aransas; Atascosa; Austin; Bandera; Bee; Bexar; Brazoria; Brewster; Caldwell; Calhoun; Chambers; Colorado; Comal; De Witt; Dimmit; Edwards; Fayette; Fort Bend; Frio; Galveston; Goliad; Gonzales; Guadalupe; Harris; Hays; Jackson; Jefferson; Karnes; Kendall; Kerr; Kinney; La Salle; Lavaca; Live Oak; Matagorda; Maverick; McMullen; Medina; Presidio; Real; Refugio; Terrell; Uvalde; Val Verde; Victoria; Waller; Wharton; Wilson; Zavala. Gulf of Mexico outer continental shelf (GoM OCS) protraction areas: Matagorda Island; Brazos; Galveston; High Island, Sabine Pass (TX).',
13285
        ],
13286
        'urn:ogc:def:coordinateOperation:EPSG::14205' => [
13287
            'name' => 'Texas CS27 South zone',
13288
            'method' => 'urn:ogc:def:method:EPSG::9802',
13289
            'extent' => ['2255'],
13290
            'extent_description' => 'United States (USA) - Texas - counties of Brooks; Cameron; Duval; Hidalgo; Jim Hogg; Jim Wells; Kenedy; Kleberg; Nueces; San Patricio; Starr; Webb; Willacy; Zapata. Gulf of Mexico outer continental shelf (GoM OCS) protraction areas: South Padre Island; North Padre Island; Mustang Island.',
13291
        ],
13292
        'urn:ogc:def:coordinateOperation:EPSG::14231' => [
13293
            'name' => 'SPCS83 Texas North zone (meters)',
13294
            'method' => 'urn:ogc:def:method:EPSG::9802',
13295
            'extent' => ['2253'],
13296
            'extent_description' => 'United States (USA) - Texas - counties of: Armstrong; Briscoe; Carson; Castro; Childress; Collingsworth; Dallam; Deaf Smith; Donley; Gray; Hall; Hansford; Hartley; Hemphill; Hutchinson; Lipscomb; Moore; Ochiltree; Oldham; Parmer; Potter; Randall; Roberts; Sherman; Swisher; Wheeler.',
13297
        ],
13298
        'urn:ogc:def:coordinateOperation:EPSG::14232' => [
13299
            'name' => 'SPCS83 Texas North Central zone (meters)',
13300
            'method' => 'urn:ogc:def:method:EPSG::9802',
13301
            'extent' => ['2254'],
13302
            'extent_description' => 'United States (USA) - Texas - counties of: Andrews; Archer; Bailey; Baylor; Borden; Bowie; Callahan; Camp; Cass; Clay; Cochran; Collin; Cooke; Cottle; Crosby; Dallas; Dawson; Delta; Denton; Dickens; Eastland; Ellis; Erath; Fannin; Fisher; Floyd; Foard; Franklin; Gaines; Garza; Grayson; Gregg; Hale; Hardeman; Harrison; Haskell; Henderson; Hill; Hockley; Hood; Hopkins; Howard; Hunt; Jack; Johnson; Jones; Kaufman; Kent; King; Knox; Lamar; Lamb; Lubbock; Lynn; Marion; Martin; Mitchell; Montague; Morris; Motley; Navarro; Nolan; Palo Pinto; Panola; Parker; Rains; Red River; Rockwall; Rusk; Scurry; Shackelford; Smith; Somervell; Stephens; Stonewall; Tarrant; Taylor; Terry; Throckmorton; Titus; Upshur; Van Zandt; Wichita; Wilbarger; Wise; Wood; Yoakum; Young.',
13303
        ],
13304
        'urn:ogc:def:coordinateOperation:EPSG::14233' => [
13305
            'name' => 'SPCS83 Texas Central zone (meters)',
13306
            'method' => 'urn:ogc:def:method:EPSG::9802',
13307
            'extent' => ['2252'],
13308
            'extent_description' => 'United States (USA) - Texas - counties of Anderson; Angelina; Bastrop; Bell; Blanco; Bosque; Brazos; Brown; Burleson; Burnet; Cherokee; Coke; Coleman; Comanche; Concho; Coryell; Crane; Crockett; Culberson; Ector; El Paso; Falls; Freestone; Gillespie; Glasscock; Grimes; Hamilton; Hardin; Houston; Hudspeth; Irion; Jasper; Jeff Davis; Kimble; Lampasas; Lee; Leon; Liberty; Limestone; Llano; Loving; Madison; Mason; McCulloch; McLennan; Menard; Midland; Milam; Mills; Montgomery; Nacogdoches; Newton; Orange; Pecos; Polk; Reagan; Reeves; Robertson; Runnels; Sabine; San Augustine; San Jacinto; San Saba; Schleicher; Shelby; Sterling; Sutton; Tom Green; Travis; Trinity; Tyler; Upton; Walker; Ward; Washington; Williamson; Winkler.',
13309
        ],
13310
        'urn:ogc:def:coordinateOperation:EPSG::14234' => [
13311
            'name' => 'SPCS83 Texas South Central zone (meters)',
13312
            'method' => 'urn:ogc:def:method:EPSG::9802',
13313
            'extent' => ['2527'],
13314
            'extent_description' => 'United States (USA) - Texas - counties of Aransas; Atascosa; Austin; Bandera; Bee; Bexar; Brazoria; Brewster; Caldwell; Calhoun; Chambers; Colorado; Comal; De Witt; Dimmit; Edwards; Fayette; Fort Bend; Frio; Galveston; Goliad; Gonzales; Guadalupe; Harris; Hays; Jackson; Jefferson; Karnes; Kendall; Kerr; Kinney; La Salle; Lavaca; Live Oak; Matagorda; Maverick; McMullen; Medina; Presidio; Real; Refugio; Terrell; Uvalde; Val Verde; Victoria; Waller; Wharton; Wilson; Zavala.',
13315
        ],
13316
        'urn:ogc:def:coordinateOperation:EPSG::14235' => [
13317
            'name' => 'SPCS83 Texas South zone (meters)',
13318
            'method' => 'urn:ogc:def:method:EPSG::9802',
13319
            'extent' => ['2528'],
13320
            'extent_description' => 'United States (USA) - Texas - counties of Brooks; Cameron; Duval; Hidalgo; Jim Hogg; Jim Wells; Kenedy; Kleberg; Nueces; San Patricio; Starr; Webb; Willacy; Zapata.',
13321
        ],
13322
        'urn:ogc:def:coordinateOperation:EPSG::14251' => [
13323
            'name' => 'Texas State Mapping System (meters)',
13324
            'method' => 'urn:ogc:def:method:EPSG::9802',
13325
            'extent' => ['1412'],
13326
            'extent_description' => 'United States (USA) - Texas.',
13327
        ],
13328
        'urn:ogc:def:coordinateOperation:EPSG::14252' => [
13329
            'name' => 'Shackleford',
13330
            'method' => 'urn:ogc:def:method:EPSG::9802',
13331
            'extent' => ['1412'],
13332
            'extent_description' => 'United States (USA) - Texas.',
13333
        ],
13334
        'urn:ogc:def:coordinateOperation:EPSG::14253' => [
13335
            'name' => 'Texas Centric Lambert Conformal',
13336
            'method' => 'urn:ogc:def:method:EPSG::9802',
13337
            'extent' => ['1412'],
13338
            'extent_description' => 'United States (USA) - Texas.',
13339
        ],
13340
        'urn:ogc:def:coordinateOperation:EPSG::14254' => [
13341
            'name' => 'Texas Centric Albers Equal Area',
13342
            'method' => 'urn:ogc:def:method:EPSG::9822',
13343
            'extent' => ['1412'],
13344
            'extent_description' => 'United States (USA) - Texas.',
13345
        ],
13346
        'urn:ogc:def:coordinateOperation:EPSG::14301' => [
13347
            'name' => 'Utah CS27 North zone',
13348
            'method' => 'urn:ogc:def:method:EPSG::9802',
13349
            'extent' => ['2258'],
13350
            'extent_description' => 'United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber.',
13351
        ],
13352
        'urn:ogc:def:coordinateOperation:EPSG::14302' => [
13353
            'name' => 'Utah CS27 Central zone',
13354
            'method' => 'urn:ogc:def:method:EPSG::9802',
13355
            'extent' => ['2257'],
13356
            'extent_description' => 'United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch.',
13357
        ],
13358
        'urn:ogc:def:coordinateOperation:EPSG::14303' => [
13359
            'name' => 'Utah CS27 South zone',
13360
            'method' => 'urn:ogc:def:method:EPSG::9802',
13361
            'extent' => ['2259'],
13362
            'extent_description' => 'United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne.',
13363
        ],
13364
        'urn:ogc:def:coordinateOperation:EPSG::14331' => [
13365
            'name' => 'SPCS83 Utah North zone (meters)',
13366
            'method' => 'urn:ogc:def:method:EPSG::9802',
13367
            'extent' => ['2258'],
13368
            'extent_description' => 'United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber.',
13369
        ],
13370
        'urn:ogc:def:coordinateOperation:EPSG::14332' => [
13371
            'name' => 'SPCS83 Utah Central zone (meters)',
13372
            'method' => 'urn:ogc:def:method:EPSG::9802',
13373
            'extent' => ['2257'],
13374
            'extent_description' => 'United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch.',
13375
        ],
13376
        'urn:ogc:def:coordinateOperation:EPSG::14333' => [
13377
            'name' => 'SPCS83 Utah South zone (meters)',
13378
            'method' => 'urn:ogc:def:method:EPSG::9802',
13379
            'extent' => ['2259'],
13380
            'extent_description' => 'United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne.',
13381
        ],
13382
        'urn:ogc:def:coordinateOperation:EPSG::14400' => [
13383
            'name' => 'Vermont CS27',
13384
            'method' => 'urn:ogc:def:method:EPSG::9807',
13385
            'extent' => ['1414'],
13386
            'extent_description' => 'United States (USA) - Vermont - counties of Addison; Bennington; Caledonia; Chittenden; Essex; Franklin; Grand Isle; Lamoille; Orange; Orleans; Rutland; Washington; Windham; Windsor.',
13387
        ],
13388
        'urn:ogc:def:coordinateOperation:EPSG::14430' => [
13389
            'name' => 'SPCS83 Vermont zone (meters)',
13390
            'method' => 'urn:ogc:def:method:EPSG::9807',
13391
            'extent' => ['1414'],
13392
            'extent_description' => 'United States (USA) - Vermont - counties of Addison; Bennington; Caledonia; Chittenden; Essex; Franklin; Grand Isle; Lamoille; Orange; Orleans; Rutland; Washington; Windham; Windsor.',
13393
        ],
13394
        'urn:ogc:def:coordinateOperation:EPSG::14501' => [
13395
            'name' => 'Virginia CS27 North zone',
13396
            'method' => 'urn:ogc:def:method:EPSG::9802',
13397
            'extent' => ['2260'],
13398
            'extent_description' => 'United States (USA) - Virginia - counties of Arlington; Augusta; Bath; Caroline; Clarke; Culpeper; Fairfax; Fauquier; Frederick; Greene; Highland; King George; Loudoun; Madison; Orange; Page; Prince William; Rappahannock; Rockingham; Shenandoah; Spotsylvania; Stafford; Warren; Westmoreland.',
13399
        ],
13400
        'urn:ogc:def:coordinateOperation:EPSG::14502' => [
13401
            'name' => 'Virginia CS27 South zone',
13402
            'method' => 'urn:ogc:def:method:EPSG::9802',
13403
            'extent' => ['2261'],
13404
            'extent_description' => 'United States (USA) - Virginia - counties of Accomack; Albemarle; Alleghany; Amelia; Amherst; Appomattox; Bedford; Bland; Botetourt; Bristol; Brunswick; Buchanan; Buckingham; Campbell; Carroll; Charles City; Charlotte; Chesapeake; Chesterfield; Colonial Heights; Craig; Cumberland; Dickenson; Dinwiddie; Essex; Floyd; Fluvanna; Franklin; Giles; Gloucester; Goochland; Grayson; Greensville; Halifax; Hampton; Hanover; Henrico; Henry; Isle of Wight; James City; King and Queen; King William; Lancaster; Lee; Louisa; Lunenburg; Lynchburg; Mathews; Mecklenburg; Middlesex; Montgomery; Nelson; New Kent; Newport News; Norfolk; Northampton; Northumberland; Norton; Nottoway; Patrick; Petersburg; Pittsylvania; Portsmouth; Powhatan; Prince Edward; Prince George; Pulaski; Richmond; Roanoke; Rockbridge; Russell; Scott; Smyth; Southampton; Suffolk; Surry; Sussex; Tazewell; Washington; Wise; Wythe; York.',
13405
        ],
13406
        'urn:ogc:def:coordinateOperation:EPSG::14531' => [
13407
            'name' => 'SPCS83 Virginia North zone (meters)',
13408
            'method' => 'urn:ogc:def:method:EPSG::9802',
13409
            'extent' => ['2260'],
13410
            'extent_description' => 'United States (USA) - Virginia - counties of Arlington; Augusta; Bath; Caroline; Clarke; Culpeper; Fairfax; Fauquier; Frederick; Greene; Highland; King George; Loudoun; Madison; Orange; Page; Prince William; Rappahannock; Rockingham; Shenandoah; Spotsylvania; Stafford; Warren; Westmoreland.',
13411
        ],
13412
        'urn:ogc:def:coordinateOperation:EPSG::14532' => [
13413
            'name' => 'SPCS83 Virginia South zone (meters)',
13414
            'method' => 'urn:ogc:def:method:EPSG::9802',
13415
            'extent' => ['2261'],
13416
            'extent_description' => 'United States (USA) - Virginia - counties of Accomack; Albemarle; Alleghany; Amelia; Amherst; Appomattox; Bedford; Bland; Botetourt; Bristol; Brunswick; Buchanan; Buckingham; Campbell; Carroll; Charles City; Charlotte; Chesapeake; Chesterfield; Colonial Heights; Craig; Cumberland; Dickenson; Dinwiddie; Essex; Floyd; Fluvanna; Franklin; Giles; Gloucester; Goochland; Grayson; Greensville; Halifax; Hampton; Hanover; Henrico; Henry; Isle of Wight; James City; King and Queen; King William; Lancaster; Lee; Louisa; Lunenburg; Lynchburg; Mathews; Mecklenburg; Middlesex; Montgomery; Nelson; New Kent; Newport News; Norfolk; Northampton; Northumberland; Norton; Nottoway; Patrick; Petersburg; Pittsylvania; Portsmouth; Powhatan; Prince Edward; Prince George; Pulaski; Richmond; Roanoke; Rockbridge; Russell; Scott; Smyth; Southampton; Suffolk; Surry; Sussex; Tazewell; Washington; Wise; Wythe; York.',
13417
        ],
13418
        'urn:ogc:def:coordinateOperation:EPSG::14601' => [
13419
            'name' => 'Washington CS27 North zone',
13420
            'method' => 'urn:ogc:def:method:EPSG::9802',
13421
            'extent' => ['2262'],
13422
            'extent_description' => 'United States (USA) - Washington - counties of Chelan; Clallam; Douglas; Ferry; Island; Jefferson; King; Kitsap; Lincoln; Okanogan; Pend Oreille; San Juan; Skagit; Snohomish; Spokane; Stevens; Whatcom.',
13423
        ],
13424
        'urn:ogc:def:coordinateOperation:EPSG::14602' => [
13425
            'name' => 'Washington CS27 South zone',
13426
            'method' => 'urn:ogc:def:method:EPSG::9802',
13427
            'extent' => ['2263'],
13428
            'extent_description' => 'United States (USA) - Washington - counties of Adams; Asotin; Benton; Clark; Columbia; Cowlitz; Franklin; Garfield; Grant; Grays Harbor; Kittitas; Klickitat; Lewis; Mason; Pacific; Pierce; Skamania; Thurston; Wahkiakum; Walla Walla; Whitman; Yakima.',
13429
        ],
13430
        'urn:ogc:def:coordinateOperation:EPSG::14631' => [
13431
            'name' => 'SPCS83 Washington North zone (meters)',
13432
            'method' => 'urn:ogc:def:method:EPSG::9802',
13433
            'extent' => ['2273'],
13434
            'extent_description' => 'United States (USA) - Washington - counties of Chelan; Clallam; Douglas; Ferry; Grant north of approximately 47°30\'N; Island; Jefferson; King; Kitsap; Lincoln; Okanogan; Pend Oreille; San Juan; Skagit; Snohomish; Spokane; Stevens; Whatcom.',
13435
        ],
13436
        'urn:ogc:def:coordinateOperation:EPSG::14632' => [
13437
            'name' => 'SPCS83 Washington South zone (meters)',
13438
            'method' => 'urn:ogc:def:method:EPSG::9802',
13439
            'extent' => ['2274'],
13440
            'extent_description' => 'United States (USA) - Washington - counties of Adams; Asotin; Benton; Clark; Columbia; Cowlitz; Franklin; Garfield; Grant south of approximately 47°30\'N; Grays Harbor; Kittitas; Klickitat; Lewis; Mason; Pacific; Pierce; Skamania; Thurston; Wahkiakum; Walla Walla; Whitman; Yakima.',
13441
        ],
13442
        'urn:ogc:def:coordinateOperation:EPSG::14701' => [
13443
            'name' => 'West Virginia CS27 North zone',
13444
            'method' => 'urn:ogc:def:method:EPSG::9802',
13445
            'extent' => ['2264'],
13446
            'extent_description' => 'United States (USA) - West Virginia - counties of Barbour; Berkeley; Brooke; Doddridge; Grant; Hampshire; Hancock; Hardy; Harrison; Jefferson; Marion; Marshall; Mineral; Monongalia; Morgan; Ohio; Pleasants; Preston; Ritchie; Taylor; Tucker; Tyler; Wetzel; Wirt; Wood.',
13447
        ],
13448
        'urn:ogc:def:coordinateOperation:EPSG::14702' => [
13449
            'name' => 'West Virginia CS27 South zone',
13450
            'method' => 'urn:ogc:def:method:EPSG::9802',
13451
            'extent' => ['2265'],
13452
            'extent_description' => 'United States (USA) - West Virginia - counties of Boone; Braxton; Cabell; Calhoun; Clay; Fayette; Gilmer; Greenbrier; Jackson; Kanawha; Lewis; Lincoln; Logan; Mason; McDowell; Mercer; Mingo; Monroe; Nicholas; Pendleton; Pocahontas; Putnam; Raleigh; Randolph; Roane; Summers; Upshur; Wayne; Webster; Wyoming.',
13453
        ],
13454
        'urn:ogc:def:coordinateOperation:EPSG::14731' => [
13455
            'name' => 'SPCS83 West Virginia North zone (meters)',
13456
            'method' => 'urn:ogc:def:method:EPSG::9802',
13457
            'extent' => ['2264'],
13458
            'extent_description' => 'United States (USA) - West Virginia - counties of Barbour; Berkeley; Brooke; Doddridge; Grant; Hampshire; Hancock; Hardy; Harrison; Jefferson; Marion; Marshall; Mineral; Monongalia; Morgan; Ohio; Pleasants; Preston; Ritchie; Taylor; Tucker; Tyler; Wetzel; Wirt; Wood.',
13459
        ],
13460
        'urn:ogc:def:coordinateOperation:EPSG::14732' => [
13461
            'name' => 'SPCS83 West Virginia South zone (meters)',
13462
            'method' => 'urn:ogc:def:method:EPSG::9802',
13463
            'extent' => ['2265'],
13464
            'extent_description' => 'United States (USA) - West Virginia - counties of Boone; Braxton; Cabell; Calhoun; Clay; Fayette; Gilmer; Greenbrier; Jackson; Kanawha; Lewis; Lincoln; Logan; Mason; McDowell; Mercer; Mingo; Monroe; Nicholas; Pendleton; Pocahontas; Putnam; Raleigh; Randolph; Roane; Summers; Upshur; Wayne; Webster; Wyoming.',
13465
        ],
13466
        'urn:ogc:def:coordinateOperation:EPSG::14735' => [
13467
            'name' => 'SPCS83 West Virginia North zone (US Survey feet)',
13468
            'method' => 'urn:ogc:def:method:EPSG::9802',
13469
            'extent' => ['2264'],
13470
            'extent_description' => 'United States (USA) - West Virginia - counties of Barbour; Berkeley; Brooke; Doddridge; Grant; Hampshire; Hancock; Hardy; Harrison; Jefferson; Marion; Marshall; Mineral; Monongalia; Morgan; Ohio; Pleasants; Preston; Ritchie; Taylor; Tucker; Tyler; Wetzel; Wirt; Wood.',
13471
        ],
13472
        'urn:ogc:def:coordinateOperation:EPSG::14736' => [
13473
            'name' => 'SPCS83 West Virginia South zone (US Survey feet)',
13474
            'method' => 'urn:ogc:def:method:EPSG::9802',
13475
            'extent' => ['2265'],
13476
            'extent_description' => 'United States (USA) - West Virginia - counties of Boone; Braxton; Cabell; Calhoun; Clay; Fayette; Gilmer; Greenbrier; Jackson; Kanawha; Lewis; Lincoln; Logan; Mason; McDowell; Mercer; Mingo; Monroe; Nicholas; Pendleton; Pocahontas; Putnam; Raleigh; Randolph; Roane; Summers; Upshur; Wayne; Webster; Wyoming.',
13477
        ],
13478
        'urn:ogc:def:coordinateOperation:EPSG::14801' => [
13479
            'name' => 'Wisconsin CS27 North zone',
13480
            'method' => 'urn:ogc:def:method:EPSG::9802',
13481
            'extent' => ['2267'],
13482
            'extent_description' => 'United States (USA) - Wisconsin - counties of Ashland; Bayfield; Burnett; Douglas; Florence; Forest; Iron; Oneida; Price; Sawyer; Vilas; Washburn.',
13483
        ],
13484
        'urn:ogc:def:coordinateOperation:EPSG::14802' => [
13485
            'name' => 'Wisconsin CS27 Central zone',
13486
            'method' => 'urn:ogc:def:method:EPSG::9802',
13487
            'extent' => ['2266'],
13488
            'extent_description' => 'United States (USA) - Wisconsin - counties of Barron; Brown; Buffalo; Chippewa; Clark; Door; Dunn; Eau Claire; Jackson; Kewaunee; Langlade; Lincoln; Marathon; Marinette; Menominee; Oconto; Outagamie; Pepin; Pierce; Polk; Portage; Rusk; Shawano; St Croix; Taylor; Trempealeau; Waupaca; Wood.',
13489
        ],
13490
        'urn:ogc:def:coordinateOperation:EPSG::14803' => [
13491
            'name' => 'Wisconsin CS27 South zone',
13492
            'method' => 'urn:ogc:def:method:EPSG::9802',
13493
            'extent' => ['2268'],
13494
            'extent_description' => 'United States (USA) - Wisconsin - counties of Adams; Calumet; Columbia; Crawford; Dane; Dodge; Fond Du Lac; Grant; Green; Green Lake; Iowa; Jefferson; Juneau; Kenosha; La Crosse; Lafayette; Manitowoc; Marquette; Milwaukee; Monroe; Ozaukee; Racine; Richland; Rock; Sauk; Sheboygan; Vernon; Walworth; Washington; Waukesha; Waushara; Winnebago.',
13495
        ],
13496
        'urn:ogc:def:coordinateOperation:EPSG::14811' => [
13497
            'name' => 'Wisconsin Transverse Mercator 27',
13498
            'method' => 'urn:ogc:def:method:EPSG::9807',
13499
            'extent' => ['1418'],
13500
            'extent_description' => 'United States (USA) - Wisconsin.',
13501
        ],
13502
        'urn:ogc:def:coordinateOperation:EPSG::14831' => [
13503
            'name' => 'SPCS83 Wisconsin North zone (meters)',
13504
            'method' => 'urn:ogc:def:method:EPSG::9802',
13505
            'extent' => ['2267'],
13506
            'extent_description' => 'United States (USA) - Wisconsin - counties of Ashland; Bayfield; Burnett; Douglas; Florence; Forest; Iron; Oneida; Price; Sawyer; Vilas; Washburn.',
13507
        ],
13508
        'urn:ogc:def:coordinateOperation:EPSG::14832' => [
13509
            'name' => 'SPCS83 Wisconsin Central zone (meters)',
13510
            'method' => 'urn:ogc:def:method:EPSG::9802',
13511
            'extent' => ['2266'],
13512
            'extent_description' => 'United States (USA) - Wisconsin - counties of Barron; Brown; Buffalo; Chippewa; Clark; Door; Dunn; Eau Claire; Jackson; Kewaunee; Langlade; Lincoln; Marathon; Marinette; Menominee; Oconto; Outagamie; Pepin; Pierce; Polk; Portage; Rusk; Shawano; St Croix; Taylor; Trempealeau; Waupaca; Wood.',
13513
        ],
13514
        'urn:ogc:def:coordinateOperation:EPSG::14833' => [
13515
            'name' => 'SPCS83 Wisconsin South zone (meters)',
13516
            'method' => 'urn:ogc:def:method:EPSG::9802',
13517
            'extent' => ['2268'],
13518
            'extent_description' => 'United States (USA) - Wisconsin - counties of Adams; Calumet; Columbia; Crawford; Dane; Dodge; Fond Du Lac; Grant; Green; Green Lake; Iowa; Jefferson; Juneau; Kenosha; La Crosse; Lafayette; Manitowoc; Marquette; Milwaukee; Monroe; Ozaukee; Racine; Richland; Rock; Sauk; Sheboygan; Vernon; Walworth; Washington; Waukesha; Waushara; Winnebago.',
13519
        ],
13520
        'urn:ogc:def:coordinateOperation:EPSG::14841' => [
13521
            'name' => 'Wisconsin Transverse Mercator 83',
13522
            'method' => 'urn:ogc:def:method:EPSG::9807',
13523
            'extent' => ['1418'],
13524
            'extent_description' => 'United States (USA) - Wisconsin.',
13525
        ],
13526
        'urn:ogc:def:coordinateOperation:EPSG::14901' => [
13527
            'name' => 'Wyoming CS27 East zone',
13528
            'method' => 'urn:ogc:def:method:EPSG::9807',
13529
            'extent' => ['2269'],
13530
            'extent_description' => 'United States (USA) - Wyoming - counties of Albany; Campbell; Converse; Crook; Goshen; Laramie; Niobrara; Platte; Weston.',
13531
        ],
13532
        'urn:ogc:def:coordinateOperation:EPSG::14902' => [
13533
            'name' => 'Wyoming CS27 East Central zone',
13534
            'method' => 'urn:ogc:def:method:EPSG::9807',
13535
            'extent' => ['2270'],
13536
            'extent_description' => 'United States (USA) - Wyoming - counties of Big Horn; Carbon; Johnson; Natrona; Sheridan; Washakie.',
13537
        ],
13538
        'urn:ogc:def:coordinateOperation:EPSG::14903' => [
13539
            'name' => 'Wyoming CS27 West Central zone',
13540
            'method' => 'urn:ogc:def:method:EPSG::9807',
13541
            'extent' => ['2272'],
13542
            'extent_description' => 'United States (USA) - Wyoming - counties of Fremont; Hot Springs; Park; Sweetwater.',
13543
        ],
13544
        'urn:ogc:def:coordinateOperation:EPSG::14904' => [
13545
            'name' => 'Wyoming CS27 West zone',
13546
            'method' => 'urn:ogc:def:method:EPSG::9807',
13547
            'extent' => ['2271'],
13548
            'extent_description' => 'United States (USA) - Wyoming - counties of Lincoln; Sublette; Teton; Uinta.',
13549
        ],
13550
        'urn:ogc:def:coordinateOperation:EPSG::14930' => [
13551
            'name' => 'Wyoming Lambert',
13552
            'method' => 'urn:ogc:def:method:EPSG::9802',
13553
            'extent' => ['1419'],
13554
            'extent_description' => 'United States (USA) - Wyoming.',
13555
        ],
13556
        'urn:ogc:def:coordinateOperation:EPSG::14931' => [
13557
            'name' => 'SPCS83 Wyoming East zone (meters)',
13558
            'method' => 'urn:ogc:def:method:EPSG::9807',
13559
            'extent' => ['2269'],
13560
            'extent_description' => 'United States (USA) - Wyoming - counties of Albany; Campbell; Converse; Crook; Goshen; Laramie; Niobrara; Platte; Weston.',
13561
        ],
13562
        'urn:ogc:def:coordinateOperation:EPSG::14932' => [
13563
            'name' => 'SPCS83 Wyoming East Central zone (meters)',
13564
            'method' => 'urn:ogc:def:method:EPSG::9807',
13565
            'extent' => ['2270'],
13566
            'extent_description' => 'United States (USA) - Wyoming - counties of Big Horn; Carbon; Johnson; Natrona; Sheridan; Washakie.',
13567
        ],
13568
        'urn:ogc:def:coordinateOperation:EPSG::14933' => [
13569
            'name' => 'SPCS83 Wyoming West Central zone (meters)',
13570
            'method' => 'urn:ogc:def:method:EPSG::9807',
13571
            'extent' => ['2272'],
13572
            'extent_description' => 'United States (USA) - Wyoming - counties of Fremont; Hot Springs; Park; Sweetwater.',
13573
        ],
13574
        'urn:ogc:def:coordinateOperation:EPSG::14934' => [
13575
            'name' => 'SPCS83 Wyoming West zone (meters)',
13576
            'method' => 'urn:ogc:def:method:EPSG::9807',
13577
            'extent' => ['2271'],
13578
            'extent_description' => 'United States (USA) - Wyoming - counties of Lincoln; Sublette; Teton; Uinta.',
13579
        ],
13580
        'urn:ogc:def:coordinateOperation:EPSG::14935' => [
13581
            'name' => 'SPCS83 Wyoming East zone (US Survey feet)',
13582
            'method' => 'urn:ogc:def:method:EPSG::9807',
13583
            'extent' => ['2269'],
13584
            'extent_description' => 'United States (USA) - Wyoming - counties of Albany; Campbell; Converse; Crook; Goshen; Laramie; Niobrara; Platte; Weston.',
13585
        ],
13586
        'urn:ogc:def:coordinateOperation:EPSG::14936' => [
13587
            'name' => 'SPCS83 Wyoming East Central zone (US Survey feet)',
13588
            'method' => 'urn:ogc:def:method:EPSG::9807',
13589
            'extent' => ['2270'],
13590
            'extent_description' => 'United States (USA) - Wyoming - counties of Big Horn; Carbon; Johnson; Natrona; Sheridan; Washakie.',
13591
        ],
13592
        'urn:ogc:def:coordinateOperation:EPSG::14937' => [
13593
            'name' => 'SPCS83 Wyoming West Central zone (US Survey feet)',
13594
            'method' => 'urn:ogc:def:method:EPSG::9807',
13595
            'extent' => ['2272'],
13596
            'extent_description' => 'United States (USA) - Wyoming - counties of Fremont; Hot Springs; Park; Sweetwater.',
13597
        ],
13598
        'urn:ogc:def:coordinateOperation:EPSG::14938' => [
13599
            'name' => 'SPCS83 Wyoming West zone (US Survey feet)',
13600
            'method' => 'urn:ogc:def:method:EPSG::9807',
13601
            'extent' => ['2271'],
13602
            'extent_description' => 'United States (USA) - Wyoming - counties of Lincoln; Sublette; Teton; Uinta.',
13603
        ],
13604
        'urn:ogc:def:coordinateOperation:EPSG::15001' => [
13605
            'name' => 'Alaska CS27 zone 1',
13606
            'method' => 'urn:ogc:def:method:EPSG::9812',
13607
            'extent' => ['2156'],
13608
            'extent_description' => 'United States (USA) - Alaska - east of 141°W; i.e. Panhandle.',
13609
        ],
13610
        'urn:ogc:def:coordinateOperation:EPSG::15002' => [
13611
            'name' => 'Alaska CS27 zone 2',
13612
            'method' => 'urn:ogc:def:method:EPSG::9807',
13613
            'extent' => ['2158'],
13614
            'extent_description' => 'United States (USA) - Alaska - between 144°W and 141°W, onshore.',
13615
        ],
13616
        'urn:ogc:def:coordinateOperation:EPSG::15003' => [
13617
            'name' => 'Alaska CS27 zone 3',
13618
            'method' => 'urn:ogc:def:method:EPSG::9807',
13619
            'extent' => ['2159'],
13620
            'extent_description' => 'United States (USA) - Alaska - between 148°W and 144°W.',
13621
        ],
13622
        'urn:ogc:def:coordinateOperation:EPSG::15004' => [
13623
            'name' => 'Alaska CS27 zone 4',
13624
            'method' => 'urn:ogc:def:method:EPSG::9807',
13625
            'extent' => ['2160'],
13626
            'extent_description' => 'United States (USA) - Alaska - between 152°W and 148°W, onshore.',
13627
        ],
13628
        'urn:ogc:def:coordinateOperation:EPSG::15005' => [
13629
            'name' => 'Alaska CS27 zone 5',
13630
            'method' => 'urn:ogc:def:method:EPSG::9807',
13631
            'extent' => ['2161'],
13632
            'extent_description' => 'United States (USA) - Alaska - between 156°W and 152°W.',
13633
        ],
13634
        'urn:ogc:def:coordinateOperation:EPSG::15006' => [
13635
            'name' => 'Alaska CS27 zone 6',
13636
            'method' => 'urn:ogc:def:method:EPSG::9807',
13637
            'extent' => ['2162'],
13638
            'extent_description' => 'United States (USA) - Alaska - between 160°W and 156°W, onshore.',
13639
        ],
13640
        'urn:ogc:def:coordinateOperation:EPSG::15007' => [
13641
            'name' => 'Alaska CS27 zone 7',
13642
            'method' => 'urn:ogc:def:method:EPSG::9807',
13643
            'extent' => ['2163'],
13644
            'extent_description' => 'United States (USA) - Alaska - between 164°W and 160°W, onshore.',
13645
        ],
13646
        'urn:ogc:def:coordinateOperation:EPSG::15008' => [
13647
            'name' => 'Alaska CS27 zone 8',
13648
            'method' => 'urn:ogc:def:method:EPSG::9807',
13649
            'extent' => ['2164'],
13650
            'extent_description' => 'United States (USA) - Alaska onshore north of 54°30\'N and between 168°W and 164°W.',
13651
        ],
13652
        'urn:ogc:def:coordinateOperation:EPSG::15009' => [
13653
            'name' => 'Alaska CS27 zone 9',
13654
            'method' => 'urn:ogc:def:method:EPSG::9807',
13655
            'extent' => ['2165'],
13656
            'extent_description' => 'United States (USA) - Alaska onshore north of 54°30\'N and west of 168°W.',
13657
        ],
13658
        'urn:ogc:def:coordinateOperation:EPSG::15010' => [
13659
            'name' => 'Alaska CS27 zone 10',
13660
            'method' => 'urn:ogc:def:method:EPSG::9802',
13661
            'extent' => ['2157'],
13662
            'extent_description' => 'United States (USA) - Alaska - Aleutian Islands onshore.',
13663
        ],
13664
        'urn:ogc:def:coordinateOperation:EPSG::15020' => [
13665
            'name' => 'Alaska Albers',
13666
            'method' => 'urn:ogc:def:method:EPSG::9822',
13667
            'extent' => ['1330'],
13668
            'extent_description' => 'United States (USA) - Alaska.',
13669
        ],
13670
        'urn:ogc:def:coordinateOperation:EPSG::15021' => [
13671
            'name' => 'Alaska Albers (meters)',
13672
            'method' => 'urn:ogc:def:method:EPSG::9822',
13673
            'extent' => ['1330'],
13674
            'extent_description' => 'United States (USA) - Alaska.',
13675
        ],
13676
        'urn:ogc:def:coordinateOperation:EPSG::15031' => [
13677
            'name' => 'SPCS83 Alaska zone 1 (meters)',
13678
            'method' => 'urn:ogc:def:method:EPSG::9812',
13679
            'extent' => ['2156'],
13680
            'extent_description' => 'United States (USA) - Alaska - east of 141°W; i.e. Panhandle.',
13681
        ],
13682
        'urn:ogc:def:coordinateOperation:EPSG::15032' => [
13683
            'name' => 'SPCS83 Alaska zone 2 (meters)',
13684
            'method' => 'urn:ogc:def:method:EPSG::9807',
13685
            'extent' => ['2158'],
13686
            'extent_description' => 'United States (USA) - Alaska - between 144°W and 141°W, onshore.',
13687
        ],
13688
        'urn:ogc:def:coordinateOperation:EPSG::15033' => [
13689
            'name' => 'SPCS83 Alaska zone 3 (meters)',
13690
            'method' => 'urn:ogc:def:method:EPSG::9807',
13691
            'extent' => ['2159'],
13692
            'extent_description' => 'United States (USA) - Alaska - between 148°W and 144°W.',
13693
        ],
13694
        'urn:ogc:def:coordinateOperation:EPSG::15034' => [
13695
            'name' => 'SPCS83 Alaska zone 4 (meters)',
13696
            'method' => 'urn:ogc:def:method:EPSG::9807',
13697
            'extent' => ['2160'],
13698
            'extent_description' => 'United States (USA) - Alaska - between 152°W and 148°W, onshore.',
13699
        ],
13700
        'urn:ogc:def:coordinateOperation:EPSG::15035' => [
13701
            'name' => 'SPCS83 Alaska zone 5 (meters)',
13702
            'method' => 'urn:ogc:def:method:EPSG::9807',
13703
            'extent' => ['2161'],
13704
            'extent_description' => 'United States (USA) - Alaska - between 156°W and 152°W.',
13705
        ],
13706
        'urn:ogc:def:coordinateOperation:EPSG::15036' => [
13707
            'name' => 'SPCS83 Alaska zone 6 (meters)',
13708
            'method' => 'urn:ogc:def:method:EPSG::9807',
13709
            'extent' => ['2162'],
13710
            'extent_description' => 'United States (USA) - Alaska - between 160°W and 156°W, onshore.',
13711
        ],
13712
        'urn:ogc:def:coordinateOperation:EPSG::15037' => [
13713
            'name' => 'SPCS83 Alaska zone 7 (meters)',
13714
            'method' => 'urn:ogc:def:method:EPSG::9807',
13715
            'extent' => ['2163'],
13716
            'extent_description' => 'United States (USA) - Alaska - between 164°W and 160°W, onshore.',
13717
        ],
13718
        'urn:ogc:def:coordinateOperation:EPSG::15038' => [
13719
            'name' => 'SPCS83 Alaska zone 8 (meters)',
13720
            'method' => 'urn:ogc:def:method:EPSG::9807',
13721
            'extent' => ['2164'],
13722
            'extent_description' => 'United States (USA) - Alaska onshore north of 54°30\'N and between 168°W and 164°W.',
13723
        ],
13724
        'urn:ogc:def:coordinateOperation:EPSG::15039' => [
13725
            'name' => 'SPCS83 Alaska zone 9 (meters)',
13726
            'method' => 'urn:ogc:def:method:EPSG::9807',
13727
            'extent' => ['2165'],
13728
            'extent_description' => 'United States (USA) - Alaska onshore north of 54°30\'N and west of 168°W.',
13729
        ],
13730
        'urn:ogc:def:coordinateOperation:EPSG::15040' => [
13731
            'name' => 'SPCS83 Alaska zone 10 (meters)',
13732
            'method' => 'urn:ogc:def:method:EPSG::9802',
13733
            'extent' => ['2157'],
13734
            'extent_description' => 'United States (USA) - Alaska - Aleutian Islands onshore.',
13735
        ],
13736
        'urn:ogc:def:coordinateOperation:EPSG::15101' => [
13737
            'name' => 'Hawaii CS27 zone 1',
13738
            'method' => 'urn:ogc:def:method:EPSG::9807',
13739
            'extent' => ['1546'],
13740
            'extent_description' => 'United States (USA) - Hawaii - island of Hawaii - onshore.',
13741
        ],
13742
        'urn:ogc:def:coordinateOperation:EPSG::15102' => [
13743
            'name' => 'Hawaii CS27 zone 2',
13744
            'method' => 'urn:ogc:def:method:EPSG::9807',
13745
            'extent' => ['1547'],
13746
            'extent_description' => 'United States (USA) - Hawaii - Maui; Kahoolawe; Lanai; Molokai - onshore.',
13747
        ],
13748
        'urn:ogc:def:coordinateOperation:EPSG::15103' => [
13749
            'name' => 'Hawaii CS27 zone 3',
13750
            'method' => 'urn:ogc:def:method:EPSG::9807',
13751
            'extent' => ['1548'],
13752
            'extent_description' => 'United States (USA) - Hawaii - Oahu - onshore.',
13753
        ],
13754
        'urn:ogc:def:coordinateOperation:EPSG::15104' => [
13755
            'name' => 'Hawaii CS27 zone 4',
13756
            'method' => 'urn:ogc:def:method:EPSG::9807',
13757
            'extent' => ['1549'],
13758
            'extent_description' => 'United States (USA) - Hawaii - Kauai - onshore.',
13759
        ],
13760
        'urn:ogc:def:coordinateOperation:EPSG::15105' => [
13761
            'name' => 'Hawaii CS27 zone 5',
13762
            'method' => 'urn:ogc:def:method:EPSG::9807',
13763
            'extent' => ['1550'],
13764
            'extent_description' => 'United States (USA) - Hawaii - Niihau - onshore.',
13765
        ],
13766
        'urn:ogc:def:coordinateOperation:EPSG::15131' => [
13767
            'name' => 'SPCS83 Hawaii zone 1 (meters)',
13768
            'method' => 'urn:ogc:def:method:EPSG::9807',
13769
            'extent' => ['1546'],
13770
            'extent_description' => 'United States (USA) - Hawaii - island of Hawaii - onshore.',
13771
        ],
13772
        'urn:ogc:def:coordinateOperation:EPSG::15132' => [
13773
            'name' => 'SPCS83 Hawaii zone 2 (meters)',
13774
            'method' => 'urn:ogc:def:method:EPSG::9807',
13775
            'extent' => ['1547'],
13776
            'extent_description' => 'United States (USA) - Hawaii - Maui; Kahoolawe; Lanai; Molokai - onshore.',
13777
        ],
13778
        'urn:ogc:def:coordinateOperation:EPSG::15133' => [
13779
            'name' => 'SPCS83 Hawaii zone 3 (meters)',
13780
            'method' => 'urn:ogc:def:method:EPSG::9807',
13781
            'extent' => ['1548'],
13782
            'extent_description' => 'United States (USA) - Hawaii - Oahu - onshore.',
13783
        ],
13784
        'urn:ogc:def:coordinateOperation:EPSG::15134' => [
13785
            'name' => 'SPCS83 Hawaii zone 4 (meters)',
13786
            'method' => 'urn:ogc:def:method:EPSG::9807',
13787
            'extent' => ['1549'],
13788
            'extent_description' => 'United States (USA) - Hawaii - Kauai - onshore.',
13789
        ],
13790
        'urn:ogc:def:coordinateOperation:EPSG::15135' => [
13791
            'name' => 'SPCS83 Hawaii zone 5 (meters)',
13792
            'method' => 'urn:ogc:def:method:EPSG::9807',
13793
            'extent' => ['1550'],
13794
            'extent_description' => 'United States (USA) - Hawaii - Niihau - onshore.',
13795
        ],
13796
        'urn:ogc:def:coordinateOperation:EPSG::15138' => [
13797
            'name' => 'SPCS83 Hawaii zone 3 (US Survey feet)',
13798
            'method' => 'urn:ogc:def:method:EPSG::9807',
13799
            'extent' => ['1548'],
13800
            'extent_description' => 'United States (USA) - Hawaii - Oahu - onshore.',
13801
        ],
13802
        'urn:ogc:def:coordinateOperation:EPSG::15201' => [
13803
            'name' => 'Puerto Rico CS27',
13804
            'method' => 'urn:ogc:def:method:EPSG::9802',
13805
            'extent' => ['3294'],
13806
            'extent_description' => 'Puerto Rico - onshore.',
13807
        ],
13808
        'urn:ogc:def:coordinateOperation:EPSG::15202' => [
13809
            'name' => 'St. Croix CS27',
13810
            'method' => 'urn:ogc:def:method:EPSG::9802',
13811
            'extent' => ['3330'],
13812
            'extent_description' => 'US Virgin Islands - onshore - St Croix, St John, and St Thomas.',
13813
        ],
13814
        'urn:ogc:def:coordinateOperation:EPSG::15230' => [
13815
            'name' => 'SPCS83 Puerto Rico & Virgin Islands zone (meters)',
13816
            'method' => 'urn:ogc:def:method:EPSG::9802',
13817
            'extent' => ['3634'],
13818
            'extent_description' => 'Puerto Rico and US Virgin Islands - onshore.',
13819
        ],
13820
        'urn:ogc:def:coordinateOperation:EPSG::15297' => [
13821
            'name' => 'SPCS83 Utah North zone (US Survey feet)',
13822
            'method' => 'urn:ogc:def:method:EPSG::9802',
13823
            'extent' => ['2258'],
13824
            'extent_description' => 'United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber.',
13825
        ],
13826
        'urn:ogc:def:coordinateOperation:EPSG::15298' => [
13827
            'name' => 'SPCS83 Utah Central zone (US Survey feet)',
13828
            'method' => 'urn:ogc:def:method:EPSG::9802',
13829
            'extent' => ['2257'],
13830
            'extent_description' => 'United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch.',
13831
        ],
13832
        'urn:ogc:def:coordinateOperation:EPSG::15299' => [
13833
            'name' => 'SPCS83 Utah South zone (US Survey feet)',
13834
            'method' => 'urn:ogc:def:method:EPSG::9802',
13835
            'extent' => ['2259'],
13836
            'extent_description' => 'United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne.',
13837
        ],
13838
        'urn:ogc:def:coordinateOperation:EPSG::15302' => [
13839
            'name' => 'Tennessee CS27',
13840
            'method' => 'urn:ogc:def:method:EPSG::9802',
13841
            'extent' => ['1411'],
13842
            'extent_description' => 'United States (USA) - Tennessee - counties of Anderson; Bedford; Benton; Bledsoe; Blount; Bradley; Campbell; Cannon; Carroll; Carter; Cheatham; Chester; Claiborne; Clay; Cocke; Coffee; Crockett; Cumberland; Davidson; De Kalb; Decatur; Dickson; Dyer; Fayette; Fentress; Franklin; Gibson; Giles; Grainger; Greene; Grundy; Hamblen; Hamilton; Hancock; Hardeman; Hardin; Hawkins; Haywood; Henderson; Henry; Hickman; Houston; Humphreys; Jackson; Jefferson; Johnson; Knox; Lake; Lauderdale; Lawrence; Lewis; Lincoln; Loudon; Macon; Madison; Marion; Marshall; Maury; McMinn; McNairy; Meigs; Monroe; Montgomery; Moore; Morgan; Obion; Overton; Perry; Pickett; Polk; Putnam; Rhea; Roane; Robertson; Rutherford; Scott; Sequatchie; Sevier; Shelby; Smith; Stewart; Sullivan; Sumner; Tipton; Trousdale; Unicoi; Union; Van Buren; Warren; Washington; Wayne; Weakley; White; Williamson; Wilson.',
13843
        ],
13844
        'urn:ogc:def:coordinateOperation:EPSG::15303' => [
13845
            'name' => 'SPCS83 Kentucky North zone (meters)',
13846
            'method' => 'urn:ogc:def:method:EPSG::9802',
13847
            'extent' => ['2202'],
13848
            'extent_description' => 'United States (USA) - Kentucky - counties of Anderson; Bath; Boone; Bourbon; Boyd; Bracken; Bullitt; Campbell; Carroll; Carter; Clark; Elliott; Fayette; Fleming; Franklin; Gallatin; Grant; Greenup; Harrison; Henry; Jefferson; Jessamine; Kenton; Lawrence; Lewis; Mason; Menifee; Montgomery; Morgan; Nicholas; Oldham; Owen; Pendleton; Robertson; Rowan; Scott; Shelby; Spencer; Trimble; Woodford.',
13849
        ],
13850
        'urn:ogc:def:coordinateOperation:EPSG::15304' => [
13851
            'name' => 'SPCS83 Arizona East zone (International feet)',
13852
            'method' => 'urn:ogc:def:method:EPSG::9807',
13853
            'extent' => ['2167'],
13854
            'extent_description' => 'United States (USA) - Arizona - counties Apache; Cochise; Gila; Graham; Greenlee; Navajo.',
13855
        ],
13856
        'urn:ogc:def:coordinateOperation:EPSG::15305' => [
13857
            'name' => 'SPCS83 Arizona Central zone (International feet)',
13858
            'method' => 'urn:ogc:def:method:EPSG::9807',
13859
            'extent' => ['2166'],
13860
            'extent_description' => 'United States (USA) - Arizona - counties Coconino; Maricopa; Pima; Pinal; Santa Cruz; Yavapai.',
13861
        ],
13862
        'urn:ogc:def:coordinateOperation:EPSG::15306' => [
13863
            'name' => 'SPCS83 Arizona West zone (International feet)',
13864
            'method' => 'urn:ogc:def:method:EPSG::9807',
13865
            'extent' => ['2168'],
13866
            'extent_description' => 'United States (USA) - Arizona - counties of La Paz; Mohave; Yuma.',
13867
        ],
13868
        'urn:ogc:def:coordinateOperation:EPSG::15307' => [
13869
            'name' => 'SPCS83 California zone 1 (US Survey feet)',
13870
            'method' => 'urn:ogc:def:method:EPSG::9802',
13871
            'extent' => ['2175'],
13872
            'extent_description' => 'United States (USA) - California - counties Del Norte; Humboldt; Lassen; Modoc; Plumas; Shasta; Siskiyou; Tehama; Trinity.',
13873
        ],
13874
        'urn:ogc:def:coordinateOperation:EPSG::15308' => [
13875
            'name' => 'SPCS83 California zone 2 (US Survey feet)',
13876
            'method' => 'urn:ogc:def:method:EPSG::9802',
13877
            'extent' => ['2176'],
13878
            'extent_description' => 'United States (USA) - California - counties of Alpine; Amador; Butte; Colusa; El Dorado; Glenn; Lake; Mendocino; Napa; Nevada; Placer; Sacramento; Sierra; Solano; Sonoma; Sutter; Yolo; Yuba.',
13879
        ],
13880
        'urn:ogc:def:coordinateOperation:EPSG::15309' => [
13881
            'name' => 'SPCS83 California zone 3 (US Survey feet)',
13882
            'method' => 'urn:ogc:def:method:EPSG::9802',
13883
            'extent' => ['2177'],
13884
            'extent_description' => 'United States (USA) - California - counties Alameda; Calaveras; Contra Costa; Madera; Marin; Mariposa; Merced; Mono; San Francisco; San Joaquin; San Mateo; Santa Clara; Santa Cruz; Stanislaus; Tuolumne.',
13885
        ],
13886
        'urn:ogc:def:coordinateOperation:EPSG::15310' => [
13887
            'name' => 'SPCS83 California zone 4 (US Survey feet)',
13888
            'method' => 'urn:ogc:def:method:EPSG::9802',
13889
            'extent' => ['2178'],
13890
            'extent_description' => 'United States (USA) - California - counties Fresno; Inyo; Kings; Monterey; San Benito; Tulare.',
13891
        ],
13892
        'urn:ogc:def:coordinateOperation:EPSG::15311' => [
13893
            'name' => 'SPCS83 California zone 5 (US Survey feet)',
13894
            'method' => 'urn:ogc:def:method:EPSG::9802',
13895
            'extent' => ['2182'],
13896
            'extent_description' => 'United States (USA) - California - counties Kern; Los Angeles; San Bernardino; San Luis Obispo; Santa Barbara; Ventura.',
13897
        ],
13898
        'urn:ogc:def:coordinateOperation:EPSG::15312' => [
13899
            'name' => 'SPCS83 California zone 6 (US Survey feet)',
13900
            'method' => 'urn:ogc:def:method:EPSG::9802',
13901
            'extent' => ['2180'],
13902
            'extent_description' => 'United States (USA) - California - counties Imperial; Orange; Riverside; San Diego.',
13903
        ],
13904
        'urn:ogc:def:coordinateOperation:EPSG::15313' => [
13905
            'name' => 'SPCS83 Colorado North zone (US Survey feet)',
13906
            'method' => 'urn:ogc:def:method:EPSG::9802',
13907
            'extent' => ['2184'],
13908
            'extent_description' => 'United States (USA) - Colorado - counties Adams; Boulder; Gilpin; Grand; Jackson; Larimer; Logan; Moffat; Morgan; Phillips; Rio Blanco; Routt; Sedgwick; Washington; Weld; Yuma.',
13909
        ],
13910
        'urn:ogc:def:coordinateOperation:EPSG::15314' => [
13911
            'name' => 'SPCS83 Colorado Central zone (US Survey feet)',
13912
            'method' => 'urn:ogc:def:method:EPSG::9802',
13913
            'extent' => ['2183'],
13914
            'extent_description' => 'United States (USA) - Colorado - counties Arapahoe; Chaffee; Cheyenne; Clear Creek; Delta; Denver; Douglas; Eagle; El Paso; Elbert; Fremont; Garfield; Gunnison; Jefferson; Kit Carson; Lake; Lincoln; Mesa; Park; Pitkin; Summit; Teller.',
13915
        ],
13916
        'urn:ogc:def:coordinateOperation:EPSG::15315' => [
13917
            'name' => 'SPCS83 Colorado South zone (US Survey feet)',
13918
            'method' => 'urn:ogc:def:method:EPSG::9802',
13919
            'extent' => ['2185'],
13920
            'extent_description' => 'United States (USA) - Colorado - counties Alamosa; Archuleta; Baca; Bent; Conejos; Costilla; Crowley; Custer; Dolores; Hinsdale; Huerfano; Kiowa; La Plata; Las Animas; Mineral; Montezuma; Montrose; Otero; Ouray; Prowers; Pueblo; Rio Grande; Saguache; San Juan; San Miguel.',
13921
        ],
13922
        'urn:ogc:def:coordinateOperation:EPSG::15316' => [
13923
            'name' => 'SPCS83 Connecticut zone (US Survey feet)',
13924
            'method' => 'urn:ogc:def:method:EPSG::9802',
13925
            'extent' => ['1377'],
13926
            'extent_description' => 'United States (USA) - Connecticut - counties of Fairfield; Hartford; Litchfield; Middlesex; New Haven; New London; Tolland; Windham.',
13927
        ],
13928
        'urn:ogc:def:coordinateOperation:EPSG::15317' => [
13929
            'name' => 'SPCS83 Delaware zone (US Survey feet)',
13930
            'method' => 'urn:ogc:def:method:EPSG::9807',
13931
            'extent' => ['1378'],
13932
            'extent_description' => 'United States (USA) - Delaware - counties of Kent; New Castle; Sussex.',
13933
        ],
13934
        'urn:ogc:def:coordinateOperation:EPSG::15318' => [
13935
            'name' => 'SPCS83 Florida East zone (US Survey feet)',
13936
            'method' => 'urn:ogc:def:method:EPSG::9807',
13937
            'extent' => ['2186'],
13938
            'extent_description' => 'United States (USA) - Florida - counties of Brevard; Broward; Clay; Collier; Dade; Duval; Flagler; Glades; Hendry; Highlands; Indian River; Lake; Martin; Monroe; Nassau; Okeechobee; Orange; Osceola; Palm Beach; Putnam; Seminole; St Johns; St Lucie; Volusia.',
13939
        ],
13940
        'urn:ogc:def:coordinateOperation:EPSG::15319' => [
13941
            'name' => 'SPCS83 Florida West zone (US Survey feet)',
13942
            'method' => 'urn:ogc:def:method:EPSG::9807',
13943
            'extent' => ['2188'],
13944
            'extent_description' => 'United States (USA) - Florida - counties of Charlotte; Citrus; De Soto; Hardee; Hernando; Hillsborough; Lee; Levy; Manatee; Marion; Pasco; Pinellas; Polk; Sarasota; Sumter.',
13945
        ],
13946
        'urn:ogc:def:coordinateOperation:EPSG::15320' => [
13947
            'name' => 'SPCS83 Florida North zone (US Survey feet)',
13948
            'method' => 'urn:ogc:def:method:EPSG::9802',
13949
            'extent' => ['2187'],
13950
            'extent_description' => 'United States (USA) - Florida - counties of Alachua; Baker; Bay; Bradford; Calhoun; Columbia; Dixie; Escambia; Franklin; Gadsden; Gilchrist; Gulf; Hamilton; Holmes; Jackson; Jefferson; Lafayette; Leon; Liberty; Madison; Okaloosa; Santa Rosa; Suwannee; Taylor; Union; Wakulla; Walton; Washington.',
13951
        ],
13952
        'urn:ogc:def:coordinateOperation:EPSG::15321' => [
13953
            'name' => 'SPCS83 Georgia East zone (US Survey feet)',
13954
            'method' => 'urn:ogc:def:method:EPSG::9807',
13955
            'extent' => ['2189'],
13956
            'extent_description' => 'United States (USA) - Georgia - counties of Appling; Atkinson; Bacon; Baldwin; Brantley; Bryan; Bulloch; Burke; Camden; Candler; Charlton; Chatham; Clinch; Coffee; Columbia; Dodge; Echols; Effingham; Elbert; Emanuel; Evans; Franklin; Glascock; Glynn; Greene; Hancock; Hart; Jeff Davis; Jefferson; Jenkins; Johnson; Lanier; Laurens; Liberty; Lincoln; Long; Madison; McDuffie; McIntosh; Montgomery; Oglethorpe; Pierce; Richmond; Screven; Stephens; Taliaferro; Tattnall; Telfair; Toombs; Treutlen; Ware; Warren; Washington; Wayne; Wheeler; Wilkes; Wilkinson.',
13957
        ],
13958
        'urn:ogc:def:coordinateOperation:EPSG::15322' => [
13959
            'name' => 'SPCS83 Georgia West zone (US Survey feet)',
13960
            'method' => 'urn:ogc:def:method:EPSG::9807',
13961
            'extent' => ['2190'],
13962
            'extent_description' => 'United States (USA) - Georgia - counties of Baker; Banks; Barrow; Bartow; Ben Hill; Berrien; Bibb; Bleckley; Brooks; Butts; Calhoun; Carroll; Catoosa; Chattahoochee; Chattooga; Cherokee; Clarke; Clay; Clayton; Cobb; Colquitt; Cook; Coweta; Crawford; Crisp; Dade; Dawson; De Kalb; Decatur; Dooly; Dougherty; Douglas; Early; Fannin; Fayette; Floyd; Forsyth; Fulton; Gilmer; Gordon; Grady; Gwinnett; Habersham; Hall; Haralson; Harris; Heard; Henry; Houston; Irwin; Jackson; Jasper; Jones; Lamar; Lee; Lowndes; Lumpkin; Macon; Marion; Meriwether; Miller; Mitchell; Monroe; Morgan; Murray; Muscogee; Newton; Oconee; Paulding; Peach; Pickens; Pike; Polk; Pulaski; Putnam; Quitman; Rabun; Randolph; Rockdale; Schley; Seminole; Spalding; Stewart; Sumter; Talbot; Taylor; Terrell; Thomas; Tift; Towns; Troup; Turner; Twiggs; Union; Upson; Walker; Walton; Webster; White; Whitfield; Wilcox; Worth.',
13963
        ],
13964
        'urn:ogc:def:coordinateOperation:EPSG::15323' => [
13965
            'name' => 'SPCS83 Idaho East zone (US Survey feet)',
13966
            'method' => 'urn:ogc:def:method:EPSG::9807',
13967
            'extent' => ['2192'],
13968
            'extent_description' => 'United States (USA) - Idaho - counties of Bannock; Bear Lake; Bingham; Bonneville; Caribou; Clark; Franklin; Fremont; Jefferson; Madison; Oneida; Power; Teton.',
13969
        ],
13970
        'urn:ogc:def:coordinateOperation:EPSG::15324' => [
13971
            'name' => 'SPCS83 Idaho Central zone (US Survey feet)',
13972
            'method' => 'urn:ogc:def:method:EPSG::9807',
13973
            'extent' => ['2191'],
13974
            'extent_description' => 'United States (USA) - Idaho - counties of Blaine; Butte; Camas; Cassia; Custer; Gooding; Jerome; Lemhi; Lincoln; Minidoka; Twin Falls.',
13975
        ],
13976
        'urn:ogc:def:coordinateOperation:EPSG::15325' => [
13977
            'name' => 'SPCS83 Idaho West zone (US Survey feet)',
13978
            'method' => 'urn:ogc:def:method:EPSG::9807',
13979
            'extent' => ['2193'],
13980
            'extent_description' => 'United States (USA) - Idaho - counties of Ada; Adams; Benewah; Boise; Bonner; Boundary; Canyon; Clearwater; Elmore; Gem; Idaho; Kootenai; Latah; Lewis; Nez Perce; Owyhee; Payette; Shoshone; Valley; Washington.',
13981
        ],
13982
        'urn:ogc:def:coordinateOperation:EPSG::15328' => [
13983
            'name' => 'SPCS83 Kentucky North zone (US Survey feet)',
13984
            'method' => 'urn:ogc:def:method:EPSG::9802',
13985
            'extent' => ['2202'],
13986
            'extent_description' => 'United States (USA) - Kentucky - counties of Anderson; Bath; Boone; Bourbon; Boyd; Bracken; Bullitt; Campbell; Carroll; Carter; Clark; Elliott; Fayette; Fleming; Franklin; Gallatin; Grant; Greenup; Harrison; Henry; Jefferson; Jessamine; Kenton; Lawrence; Lewis; Mason; Menifee; Montgomery; Morgan; Nicholas; Oldham; Owen; Pendleton; Robertson; Rowan; Scott; Shelby; Spencer; Trimble; Woodford.',
13987
        ],
13988
        'urn:ogc:def:coordinateOperation:EPSG::15329' => [
13989
            'name' => 'SPCS83 Kentucky South zone (US Survey feet)',
13990
            'method' => 'urn:ogc:def:method:EPSG::9802',
13991
            'extent' => ['2203'],
13992
            'extent_description' => 'United States (USA) - Kentucky - counties of Adair; Allen; Ballard; Barren; Bell; Boyle; Breathitt; Breckinridge; Butler; Caldwell; Calloway; Carlisle; Casey; Christian; Clay; Clinton; Crittenden; Cumberland; Daviess; Edmonson; Estill; Floyd; Fulton; Garrard; Graves; Grayson; Green; Hancock; Hardin; Harlan; Hart; Henderson; Hickman; Hopkins; Jackson; Johnson; Knott; Knox; Larue; Laurel; Lee; Leslie; Letcher; Lincoln; Livingston; Logan; Lyon; Madison; Magoffin; Marion; Marshall; Martin; McCracken; McCreary; McLean; Meade; Mercer; Metcalfe; Monroe; Muhlenberg; Nelson; Ohio; Owsley; Perry; Pike; Powell; Pulaski; Rockcastle; Russell; Simpson; Taylor; Todd; Trigg; Union; Warren; Washington; Wayne; Webster; Whitley; Wolfe.',
13993
        ],
13994
        'urn:ogc:def:coordinateOperation:EPSG::15330' => [
13995
            'name' => 'SPCS83 Maryland zone (US Survey feet)',
13996
            'method' => 'urn:ogc:def:method:EPSG::9802',
13997
            'extent' => ['1389'],
13998
            'extent_description' => 'United States (USA) - Maryland - counties of Allegany; Anne Arundel; Baltimore; Calvert; Caroline; Carroll; Cecil; Charles; Dorchester; Frederick; Garrett; Harford; Howard; Kent; Montgomery; Prince Georges; Queen Annes; Somerset; St Marys; Talbot; Washington; Wicomico; Worcester.',
13999
        ],
14000
        'urn:ogc:def:coordinateOperation:EPSG::15331' => [
14001
            'name' => 'SPCS83 Massachusetts Mainland zone (US Survey feet)',
14002
            'method' => 'urn:ogc:def:method:EPSG::9802',
14003
            'extent' => ['2209'],
14004
            'extent_description' => 'United States (USA) - Massachusetts onshore - counties of Barnstable; Berkshire; Bristol; Essex; Franklin; Hampden; Hampshire; Middlesex; Norfolk; Plymouth; Suffolk; Worcester.',
14005
        ],
14006
        'urn:ogc:def:coordinateOperation:EPSG::15332' => [
14007
            'name' => 'SPCS83 Massachusetts Island zone (US Survey feet)',
14008
            'method' => 'urn:ogc:def:method:EPSG::9802',
14009
            'extent' => ['2208'],
14010
            'extent_description' => 'United States (USA) - Massachusetts offshore - counties of Dukes; Nantucket.',
14011
        ],
14012
        'urn:ogc:def:coordinateOperation:EPSG::15333' => [
14013
            'name' => 'SPCS83 Michigan North zone (International feet)',
14014
            'method' => 'urn:ogc:def:method:EPSG::9802',
14015
            'extent' => ['1723'],
14016
            'extent_description' => 'United States (USA) - Michigan north of approximately 45°45\'N - counties of Alger; Baraga; Chippewa; Delta; Dickinson; Gogebic; Houghton; Iron; Keweenaw; Luce; Mackinac; Marquette; Menominee; Ontonagon; Schoolcraft.',
14017
        ],
14018
        'urn:ogc:def:coordinateOperation:EPSG::15334' => [
14019
            'name' => 'SPCS83 Michigan Central zone (International feet)',
14020
            'method' => 'urn:ogc:def:method:EPSG::9802',
14021
            'extent' => ['1724'],
14022
            'extent_description' => 'United States (USA) - Michigan - counties of Alcona; Alpena; Antrim; Arenac; Benzie; Charlevoix; Cheboygan; Clare; Crawford; Emmet; Gladwin; Grand Traverse; Iosco; Kalkaska; Lake; Leelanau; Manistee; Mason; Missaukee; Montmorency; Ogemaw; Osceola; Oscoda; Otsego; Presque Isle; Roscommon; Wexford.',
14023
        ],
14024
        'urn:ogc:def:coordinateOperation:EPSG::15335' => [
14025
            'name' => 'SPCS83 Michigan South zone (International feet)',
14026
            'method' => 'urn:ogc:def:method:EPSG::9802',
14027
            'extent' => ['1725'],
14028
            'extent_description' => 'United States (USA) - Michigan - counties of Allegan; Barry; Bay; Berrien; Branch; Calhoun; Cass; Clinton; Eaton; Genesee; Gratiot; Hillsdale; Huron; Ingham; Ionia; Isabella; Jackson; Kalamazoo; Kent; Lapeer; Lenawee; Livingston; Macomb; Mecosta; Midland; Monroe; Montcalm; Muskegon; Newaygo; Oakland; Oceana; Ottawa; Saginaw; Sanilac; Shiawassee; St Clair; St Joseph; Tuscola; Van Buren; Washtenaw; Wayne.',
14029
        ],
14030
        'urn:ogc:def:coordinateOperation:EPSG::15336' => [
14031
            'name' => 'SPCS83 Mississippi East zone (US Survey feet)',
14032
            'method' => 'urn:ogc:def:method:EPSG::9807',
14033
            'extent' => ['2216'],
14034
            'extent_description' => 'United States (USA) - Mississippi - counties of Alcorn; Attala; Benton; Calhoun; Chickasaw; Choctaw; Clarke; Clay; Covington; Forrest; George; Greene; Hancock; Harrison; Itawamba; Jackson; Jasper; Jones; Kemper; Lafayette; Lamar; Lauderdale; Leake; Lee; Lowndes; Marshall; Monroe; Neshoba; Newton; Noxubee; Oktibbeha; Pearl River; Perry; Pontotoc; Prentiss; Scott; Smith; Stone; Tippah; Tishomingo; Union; Wayne; Webster; Winston.',
14035
        ],
14036
        'urn:ogc:def:coordinateOperation:EPSG::15337' => [
14037
            'name' => 'SPCS83 Mississippi West zone (US Survey feet)',
14038
            'method' => 'urn:ogc:def:method:EPSG::9807',
14039
            'extent' => ['2217'],
14040
            'extent_description' => 'United States (USA) - Mississippi - counties of Adams; Amite; Bolivar; Carroll; Claiborne; Coahoma; Copiah; De Soto; Franklin; Grenada; Hinds; Holmes; Humphreys; Issaquena; Jefferson; Jefferson Davis; Lawrence; Leflore; Lincoln; Madison; Marion; Montgomery; Panola; Pike; Quitman; Rankin; Sharkey; Simpson; Sunflower; Tallahatchie; Tate; Tunica; Walthall; Warren; Washington; Wilkinson; Yalobusha; Yazoo.',
14041
        ],
14042
        'urn:ogc:def:coordinateOperation:EPSG::15338' => [
14043
            'name' => 'SPCS83 Montana zone (International feet)',
14044
            'method' => 'urn:ogc:def:method:EPSG::9802',
14045
            'extent' => ['1395'],
14046
            'extent_description' => 'United States (USA) - Montana - counties of Beaverhead; Big Horn; Blaine; Broadwater; Carbon; Carter; Cascade; Chouteau; Custer; Daniels; Dawson; Deer Lodge; Fallon; Fergus; Flathead; Gallatin; Garfield; Glacier; Golden Valley; Granite; Hill; Jefferson; Judith Basin; Lake; Lewis and Clark; Liberty; Lincoln; Madison; McCone; Meagher; Mineral; Missoula; Musselshell; Park; Petroleum; Phillips; Pondera; Powder River; Powell; Prairie; Ravalli; Richland; Roosevelt; Rosebud; Sanders; Sheridan; Silver Bow; Stillwater; Sweet Grass; Teton; Toole; Treasure; Valley; Wheatland; Wibaux; Yellowstone.',
14047
        ],
14048
        'urn:ogc:def:coordinateOperation:EPSG::15339' => [
14049
            'name' => 'SPCS83 New Mexico East zone (US Survey feet)',
14050
            'method' => 'urn:ogc:def:method:EPSG::9807',
14051
            'extent' => ['2228'],
14052
            'extent_description' => 'United States (USA) - New Mexico - counties of Chaves; Colfax; Curry; De Baca; Eddy; Guadalupe; Harding; Lea; Mora; Quay; Roosevelt; San Miguel; Union.',
14053
        ],
14054
        'urn:ogc:def:coordinateOperation:EPSG::15340' => [
14055
            'name' => 'SPCS83 New Mexico Central zone (US Survey feet)',
14056
            'method' => 'urn:ogc:def:method:EPSG::9807',
14057
            'extent' => ['2231'],
14058
            'extent_description' => 'United States (USA) - New Mexico - counties of Bernalillo; Dona Ana; Lincoln; Los Alamos; Otero; Rio Arriba; Sandoval; Santa Fe; Socorro; Taos; Torrance; Valencia.',
14059
        ],
14060
        'urn:ogc:def:coordinateOperation:EPSG::15341' => [
14061
            'name' => 'SPCS83 New Mexico West zone (US Survey feet)',
14062
            'method' => 'urn:ogc:def:method:EPSG::9807',
14063
            'extent' => ['2232'],
14064
            'extent_description' => 'United States (USA) - New Mexico - counties of Catron; Cibola; Grant; Hidalgo; Luna; McKinley; San Juan; Sierra.',
14065
        ],
14066
        'urn:ogc:def:coordinateOperation:EPSG::15342' => [
14067
            'name' => 'SPCS83 New York East zone (US Survey feet)',
14068
            'method' => 'urn:ogc:def:method:EPSG::9807',
14069
            'extent' => ['2234'],
14070
            'extent_description' => 'United States (USA) - New York mainland - counties of Albany; Clinton; Columbia; Delaware; Dutchess; Essex; Franklin; Fulton; Greene; Hamilton; Herkimer; Montgomery; Orange; Otsego; Putnam; Rensselaer; Rockland; Saratoga; Schenectady; Schoharie; St Lawrence; Sullivan; Ulster; Warren; Washington; Westchester.',
14071
        ],
14072
        'urn:ogc:def:coordinateOperation:EPSG::15343' => [
14073
            'name' => 'SPCS83 New York Central zone (US Survey feet)',
14074
            'method' => 'urn:ogc:def:method:EPSG::9807',
14075
            'extent' => ['2233'],
14076
            'extent_description' => 'United States (USA) - New York - counties of Broome; Cayuga; Chemung; Chenango; Cortland; Jefferson; Lewis; Madison; Oneida; Onondaga; Ontario; Oswego; Schuyler; Seneca; Steuben; Tioga; Tompkins; Wayne; Yates.',
14077
        ],
14078
        'urn:ogc:def:coordinateOperation:EPSG::15344' => [
14079
            'name' => 'SPCS83 New York West zone (US Survey feet)',
14080
            'method' => 'urn:ogc:def:method:EPSG::9807',
14081
            'extent' => ['2236'],
14082
            'extent_description' => 'United States (USA) - New York - counties of Allegany; Cattaraugus; Chautauqua; Erie; Genesee; Livingston; Monroe; Niagara; Orleans; Wyoming.',
14083
        ],
14084
        'urn:ogc:def:coordinateOperation:EPSG::15345' => [
14085
            'name' => 'SPCS83 New York Long Island zone (US Survey feet)',
14086
            'method' => 'urn:ogc:def:method:EPSG::9802',
14087
            'extent' => ['2235'],
14088
            'extent_description' => 'United States (USA) - New York - counties of Bronx; Kings; Nassau; New York; Queens; Richmond; Suffolk.',
14089
        ],
14090
        'urn:ogc:def:coordinateOperation:EPSG::15346' => [
14091
            'name' => 'SPCS83 North Carolina zone (US Survey feet)',
14092
            'method' => 'urn:ogc:def:method:EPSG::9802',
14093
            'extent' => ['1402'],
14094
            'extent_description' => 'United States (USA) - North Carolina - counties of Alamance; Alexander; Alleghany; Anson; Ashe; Avery; Beaufort; Bertie; Bladen; Brunswick; Buncombe; Burke; Cabarrus; Caldwell; Camden; Carteret; Caswell; Catawba; Chatham; Cherokee; Chowan; Clay; Cleveland; Columbus; Craven; Cumberland; Currituck; Dare; Davidson; Davie; Duplin; Durham; Edgecombe; Forsyth; Franklin; Gaston; Gates; Graham; Granville; Greene; Guilford; Halifax; Harnett; Haywood; Henderson; Hertford; Hoke; Hyde; Iredell; Jackson; Johnston; Jones; Lee; Lenoir; Lincoln; Macon; Madison; Martin; McDowell; Mecklenburg; Mitchell; Montgomery; Moore; Nash; New Hanover; Northampton; Onslow; Orange; Pamlico; Pasquotank; Pender; Perquimans; Person; Pitt; Polk; Randolph; Richmond; Robeson; Rockingham; Rowan; Rutherford; Sampson; Scotland; Stanly; Stokes; Surry; Swain; Transylvania; Tyrrell; Union; Vance; Wake; Warren; Washington; Watauga; Wayne; Wilkes; Wilson; Yadkin; Yancey.',
14095
        ],
14096
        'urn:ogc:def:coordinateOperation:EPSG::15347' => [
14097
            'name' => 'SPCS83 North Dakota North zone (International feet)',
14098
            'method' => 'urn:ogc:def:method:EPSG::9802',
14099
            'extent' => ['2237'],
14100
            'extent_description' => 'United States (USA) - North Dakota - counties of Benson; Bottineau; Burke; Cavalier; Divide; Eddy; Foster; Grand Forks; Griggs; McHenry; McKenzie; McLean; Mountrial; Nelson; Pembina; Pierce; Ramsey; Renville; Rolette; Sheridan; Steele; Towner; Traill; Walsh; Ward; Wells; Williams.',
14101
        ],
14102
        'urn:ogc:def:coordinateOperation:EPSG::15348' => [
14103
            'name' => 'SPCS83 North Dakota South zone (International feet)',
14104
            'method' => 'urn:ogc:def:method:EPSG::9802',
14105
            'extent' => ['2238'],
14106
            'extent_description' => 'United States (USA) - North Dakota - counties of Adams; Barnes; Billings; Bowman; Burleigh; Cass; Dickey; Dunn; Emmons; Golden Valley; Grant; Hettinger; Kidder; La Moure; Logan; McIntosh; Mercer; Morton; Oliver; Ransom; Richland; Sargent; Sioux; Slope; Stark; Stutsman.',
14107
        ],
14108
        'urn:ogc:def:coordinateOperation:EPSG::15349' => [
14109
            'name' => 'SPCS83 Oklahoma North zone (US Survey feet)',
14110
            'method' => 'urn:ogc:def:method:EPSG::9802',
14111
            'extent' => ['2241'],
14112
            'extent_description' => 'United States (USA) - Oklahoma - counties of Adair; Alfalfa; Beaver; Blaine; Canadian; Cherokee; Cimarron; Craig; Creek; Custer; Delaware; Dewey; Ellis; Garfield; Grant; Harper; Kay; Kingfisher; Lincoln; Logan; Major; Mayes; Muskogee; Noble; Nowata; Okfuskee; Oklahoma; Okmulgee; Osage; Ottawa; Pawnee; Payne; Roger Mills; Rogers; Sequoyah; Texas; Tulsa; Wagoner; Washington; Woods; Woodward.',
14113
        ],
14114
        'urn:ogc:def:coordinateOperation:EPSG::15350' => [
14115
            'name' => 'SPCS83 Oklahoma South zone (US Survey feet)',
14116
            'method' => 'urn:ogc:def:method:EPSG::9802',
14117
            'extent' => ['2242'],
14118
            'extent_description' => 'United States (USA) - Oklahoma - counties of Atoka; Beckham; Bryan; Caddo; Carter; Choctaw; Cleveland; Coal; Comanche; Cotton; Garvin; Grady; Greer; Harmon; Haskell; Hughes; Jackson; Jefferson; Johnston; Kiowa; Latimer; Le Flore; Love; Marshall; McClain; McCurtain; McIntosh; Murray; Pittsburg; Pontotoc; Pottawatomie; Pushmataha; Seminole; Stephens; Tillman; Washita.',
14119
        ],
14120
        'urn:ogc:def:coordinateOperation:EPSG::15351' => [
14121
            'name' => 'SPCS83 Oregon North zone (International feet)',
14122
            'method' => 'urn:ogc:def:method:EPSG::9802',
14123
            'extent' => ['2243'],
14124
            'extent_description' => 'United States (USA) - Oregon - counties of Baker; Benton; Clackamas; Clatsop; Columbia; Gilliam; Grant; Hood River; Jefferson; Lincoln; Linn; Marion; Morrow; Multnomah; Polk; Sherman; Tillamook; Umatilla; Union; Wallowa; Wasco; Washington; Wheeler; Yamhill.',
14125
        ],
14126
        'urn:ogc:def:coordinateOperation:EPSG::15352' => [
14127
            'name' => 'SPCS83 Oregon South zone (International feet)',
14128
            'method' => 'urn:ogc:def:method:EPSG::9802',
14129
            'extent' => ['2244'],
14130
            'extent_description' => 'United States (USA) - Oregon - counties of Coos; Crook; Curry; Deschutes; Douglas; Harney; Jackson; Josephine; Klamath; Lake; Lane; Malheur.',
14131
        ],
14132
        'urn:ogc:def:coordinateOperation:EPSG::15353' => [
14133
            'name' => 'SPCS83 Pennsylvania North zone (US Survey feet)',
14134
            'method' => 'urn:ogc:def:method:EPSG::9802',
14135
            'extent' => ['2245'],
14136
            'extent_description' => 'United States (USA) - Pennsylvania - counties of Bradford; Cameron; Carbon; Centre; Clarion; Clearfield; Clinton; Columbia; Crawford; Elk; Erie; Forest; Jefferson; Lackawanna; Luzerne; Lycoming; McKean; Mercer; Monroe; Montour; Northumberland; Pike; Potter; Sullivan; Susquehanna; Tioga; Union; Venango; Warren; Wayne; Wyoming.',
14137
        ],
14138
        'urn:ogc:def:coordinateOperation:EPSG::15354' => [
14139
            'name' => 'SPCS83 Pennsylvania South zone (US Survey feet)',
14140
            'method' => 'urn:ogc:def:method:EPSG::9802',
14141
            'extent' => ['2246'],
14142
            'extent_description' => 'United States (USA) - Pennsylvania - counties of Adams; Allegheny; Armstrong; Beaver; Bedford; Berks; Blair; Bucks; Butler; Cambria; Chester; Cumberland; Dauphin; Delaware; Fayette; Franklin; Fulton; Greene; Huntingdon; Indiana; Juniata; Lancaster; Lawrence; Lebanon; Lehigh; Mifflin; Montgomery; Northampton; Perry; Philadelphia; Schuylkill; Snyder; Somerset; Washington; Westmoreland; York.',
14143
        ],
14144
        'urn:ogc:def:coordinateOperation:EPSG::15355' => [
14145
            'name' => 'SPCS83 South Carolina zone (International feet)',
14146
            'method' => 'urn:ogc:def:method:EPSG::9802',
14147
            'extent' => ['1409'],
14148
            'extent_description' => 'United States (USA) - South Carolina - counties of Abbeville; Aiken; Allendale; Anderson; Bamberg; Barnwell; Beaufort; Berkeley; Calhoun; Charleston; Cherokee; Chester; Chesterfield; Clarendon; Colleton; Darlington; Dillon; Dorchester; Edgefield; Fairfield; Florence; Georgetown; Greenville; Greenwood; Hampton; Horry; Jasper; Kershaw; Lancaster; Laurens; Lee; Lexington; Marion; Marlboro; McCormick; Newberry; Oconee; Orangeburg; Pickens; Richland; Saluda; Spartanburg; Sumter; Union; Williamsburg; York.',
14149
        ],
14150
        'urn:ogc:def:coordinateOperation:EPSG::15356' => [
14151
            'name' => 'SPCS83 Tennessee zone (US Survey feet)',
14152
            'method' => 'urn:ogc:def:method:EPSG::9802',
14153
            'extent' => ['1411'],
14154
            'extent_description' => 'United States (USA) - Tennessee - counties of Anderson; Bedford; Benton; Bledsoe; Blount; Bradley; Campbell; Cannon; Carroll; Carter; Cheatham; Chester; Claiborne; Clay; Cocke; Coffee; Crockett; Cumberland; Davidson; De Kalb; Decatur; Dickson; Dyer; Fayette; Fentress; Franklin; Gibson; Giles; Grainger; Greene; Grundy; Hamblen; Hamilton; Hancock; Hardeman; Hardin; Hawkins; Haywood; Henderson; Henry; Hickman; Houston; Humphreys; Jackson; Jefferson; Johnson; Knox; Lake; Lauderdale; Lawrence; Lewis; Lincoln; Loudon; Macon; Madison; Marion; Marshall; Maury; McMinn; McNairy; Meigs; Monroe; Montgomery; Moore; Morgan; Obion; Overton; Perry; Pickett; Polk; Putnam; Rhea; Roane; Robertson; Rutherford; Scott; Sequatchie; Sevier; Shelby; Smith; Stewart; Sullivan; Sumner; Tipton; Trousdale; Unicoi; Union; Van Buren; Warren; Washington; Wayne; Weakley; White; Williamson; Wilson.',
14155
        ],
14156
        'urn:ogc:def:coordinateOperation:EPSG::15357' => [
14157
            'name' => 'SPCS83 Texas North zone (US Survey feet)',
14158
            'method' => 'urn:ogc:def:method:EPSG::9802',
14159
            'extent' => ['2253'],
14160
            'extent_description' => 'United States (USA) - Texas - counties of: Armstrong; Briscoe; Carson; Castro; Childress; Collingsworth; Dallam; Deaf Smith; Donley; Gray; Hall; Hansford; Hartley; Hemphill; Hutchinson; Lipscomb; Moore; Ochiltree; Oldham; Parmer; Potter; Randall; Roberts; Sherman; Swisher; Wheeler.',
14161
        ],
14162
        'urn:ogc:def:coordinateOperation:EPSG::15358' => [
14163
            'name' => 'SPCS83 Texas North Central zone (US Survey feet)',
14164
            'method' => 'urn:ogc:def:method:EPSG::9802',
14165
            'extent' => ['2254'],
14166
            'extent_description' => 'United States (USA) - Texas - counties of: Andrews; Archer; Bailey; Baylor; Borden; Bowie; Callahan; Camp; Cass; Clay; Cochran; Collin; Cooke; Cottle; Crosby; Dallas; Dawson; Delta; Denton; Dickens; Eastland; Ellis; Erath; Fannin; Fisher; Floyd; Foard; Franklin; Gaines; Garza; Grayson; Gregg; Hale; Hardeman; Harrison; Haskell; Henderson; Hill; Hockley; Hood; Hopkins; Howard; Hunt; Jack; Johnson; Jones; Kaufman; Kent; King; Knox; Lamar; Lamb; Lubbock; Lynn; Marion; Martin; Mitchell; Montague; Morris; Motley; Navarro; Nolan; Palo Pinto; Panola; Parker; Rains; Red River; Rockwall; Rusk; Scurry; Shackelford; Smith; Somervell; Stephens; Stonewall; Tarrant; Taylor; Terry; Throckmorton; Titus; Upshur; Van Zandt; Wichita; Wilbarger; Wise; Wood; Yoakum; Young.',
14167
        ],
14168
        'urn:ogc:def:coordinateOperation:EPSG::15359' => [
14169
            'name' => 'SPCS83 Texas Central zone (US Survey feet)',
14170
            'method' => 'urn:ogc:def:method:EPSG::9802',
14171
            'extent' => ['2252'],
14172
            'extent_description' => 'United States (USA) - Texas - counties of Anderson; Angelina; Bastrop; Bell; Blanco; Bosque; Brazos; Brown; Burleson; Burnet; Cherokee; Coke; Coleman; Comanche; Concho; Coryell; Crane; Crockett; Culberson; Ector; El Paso; Falls; Freestone; Gillespie; Glasscock; Grimes; Hamilton; Hardin; Houston; Hudspeth; Irion; Jasper; Jeff Davis; Kimble; Lampasas; Lee; Leon; Liberty; Limestone; Llano; Loving; Madison; Mason; McCulloch; McLennan; Menard; Midland; Milam; Mills; Montgomery; Nacogdoches; Newton; Orange; Pecos; Polk; Reagan; Reeves; Robertson; Runnels; Sabine; San Augustine; San Jacinto; San Saba; Schleicher; Shelby; Sterling; Sutton; Tom Green; Travis; Trinity; Tyler; Upton; Walker; Ward; Washington; Williamson; Winkler.',
14173
        ],
14174
        'urn:ogc:def:coordinateOperation:EPSG::15360' => [
14175
            'name' => 'SPCS83 Texas South Central zone (US Survey feet)',
14176
            'method' => 'urn:ogc:def:method:EPSG::9802',
14177
            'extent' => ['2527'],
14178
            'extent_description' => 'United States (USA) - Texas - counties of Aransas; Atascosa; Austin; Bandera; Bee; Bexar; Brazoria; Brewster; Caldwell; Calhoun; Chambers; Colorado; Comal; De Witt; Dimmit; Edwards; Fayette; Fort Bend; Frio; Galveston; Goliad; Gonzales; Guadalupe; Harris; Hays; Jackson; Jefferson; Karnes; Kendall; Kerr; Kinney; La Salle; Lavaca; Live Oak; Matagorda; Maverick; McMullen; Medina; Presidio; Real; Refugio; Terrell; Uvalde; Val Verde; Victoria; Waller; Wharton; Wilson; Zavala.',
14179
        ],
14180
        'urn:ogc:def:coordinateOperation:EPSG::15361' => [
14181
            'name' => 'SPCS83 Texas South zone (US Survey feet)',
14182
            'method' => 'urn:ogc:def:method:EPSG::9802',
14183
            'extent' => ['2528'],
14184
            'extent_description' => 'United States (USA) - Texas - counties of Brooks; Cameron; Duval; Hidalgo; Jim Hogg; Jim Wells; Kenedy; Kleberg; Nueces; San Patricio; Starr; Webb; Willacy; Zapata.',
14185
        ],
14186
        'urn:ogc:def:coordinateOperation:EPSG::15362' => [
14187
            'name' => 'SPCS83 Utah North zone (International feet)',
14188
            'method' => 'urn:ogc:def:method:EPSG::9802',
14189
            'extent' => ['2258'],
14190
            'extent_description' => 'United States (USA) - Utah - counties of Box Elder; Cache; Daggett; Davis; Morgan; Rich; Summit; Weber.',
14191
        ],
14192
        'urn:ogc:def:coordinateOperation:EPSG::15363' => [
14193
            'name' => 'SPCS83 Utah Central zone (International feet)',
14194
            'method' => 'urn:ogc:def:method:EPSG::9802',
14195
            'extent' => ['2257'],
14196
            'extent_description' => 'United States (USA) - Utah - counties of Carbon; Duchesne; Emery; Grand; Juab; Millard; Salt Lake; Sanpete; Sevier; Tooele; Uintah; Utah; Wasatch.',
14197
        ],
14198
        'urn:ogc:def:coordinateOperation:EPSG::15364' => [
14199
            'name' => 'SPCS83 Utah South zone (International feet)',
14200
            'method' => 'urn:ogc:def:method:EPSG::9802',
14201
            'extent' => ['2259'],
14202
            'extent_description' => 'United States (USA) - Utah - counties of Beaver; Garfield; Iron; Kane; Piute; San Juan; Washington; Wayne.',
14203
        ],
14204
        'urn:ogc:def:coordinateOperation:EPSG::15365' => [
14205
            'name' => 'SPCS83 Virginia North zone (US Survey feet)',
14206
            'method' => 'urn:ogc:def:method:EPSG::9802',
14207
            'extent' => ['2260'],
14208
            'extent_description' => 'United States (USA) - Virginia - counties of Arlington; Augusta; Bath; Caroline; Clarke; Culpeper; Fairfax; Fauquier; Frederick; Greene; Highland; King George; Loudoun; Madison; Orange; Page; Prince William; Rappahannock; Rockingham; Shenandoah; Spotsylvania; Stafford; Warren; Westmoreland.',
14209
        ],
14210
        'urn:ogc:def:coordinateOperation:EPSG::15366' => [
14211
            'name' => 'SPCS83 Virginia South zone (US Survey feet)',
14212
            'method' => 'urn:ogc:def:method:EPSG::9802',
14213
            'extent' => ['2261'],
14214
            'extent_description' => 'United States (USA) - Virginia - counties of Accomack; Albemarle; Alleghany; Amelia; Amherst; Appomattox; Bedford; Bland; Botetourt; Bristol; Brunswick; Buchanan; Buckingham; Campbell; Carroll; Charles City; Charlotte; Chesapeake; Chesterfield; Colonial Heights; Craig; Cumberland; Dickenson; Dinwiddie; Essex; Floyd; Fluvanna; Franklin; Giles; Gloucester; Goochland; Grayson; Greensville; Halifax; Hampton; Hanover; Henrico; Henry; Isle of Wight; James City; King and Queen; King William; Lancaster; Lee; Louisa; Lunenburg; Lynchburg; Mathews; Mecklenburg; Middlesex; Montgomery; Nelson; New Kent; Newport News; Norfolk; Northampton; Northumberland; Norton; Nottoway; Patrick; Petersburg; Pittsylvania; Portsmouth; Powhatan; Prince Edward; Prince George; Pulaski; Richmond; Roanoke; Rockbridge; Russell; Scott; Smyth; Southampton; Suffolk; Surry; Sussex; Tazewell; Washington; Wise; Wythe; York.',
14215
        ],
14216
        'urn:ogc:def:coordinateOperation:EPSG::15367' => [
14217
            'name' => 'SPCS83 Washington North zone (US Survey feet)',
14218
            'method' => 'urn:ogc:def:method:EPSG::9802',
14219
            'extent' => ['2273'],
14220
            'extent_description' => 'United States (USA) - Washington - counties of Chelan; Clallam; Douglas; Ferry; Grant north of approximately 47°30\'N; Island; Jefferson; King; Kitsap; Lincoln; Okanogan; Pend Oreille; San Juan; Skagit; Snohomish; Spokane; Stevens; Whatcom.',
14221
        ],
14222
        'urn:ogc:def:coordinateOperation:EPSG::15368' => [
14223
            'name' => 'SPCS83 Washington South zone (US Survey feet)',
14224
            'method' => 'urn:ogc:def:method:EPSG::9802',
14225
            'extent' => ['2274'],
14226
            'extent_description' => 'United States (USA) - Washington - counties of Adams; Asotin; Benton; Clark; Columbia; Cowlitz; Franklin; Garfield; Grant south of approximately 47°30\'N; Grays Harbor; Kittitas; Klickitat; Lewis; Mason; Pacific; Pierce; Skamania; Thurston; Wahkiakum; Walla Walla; Whitman; Yakima.',
14227
        ],
14228
        'urn:ogc:def:coordinateOperation:EPSG::15369' => [
14229
            'name' => 'SPCS83 Wisconsin North zone (US Survey feet)',
14230
            'method' => 'urn:ogc:def:method:EPSG::9802',
14231
            'extent' => ['2267'],
14232
            'extent_description' => 'United States (USA) - Wisconsin - counties of Ashland; Bayfield; Burnett; Douglas; Florence; Forest; Iron; Oneida; Price; Sawyer; Vilas; Washburn.',
14233
        ],
14234
        'urn:ogc:def:coordinateOperation:EPSG::15370' => [
14235
            'name' => 'SPCS83 Wisconsin Central zone (US Survey feet)',
14236
            'method' => 'urn:ogc:def:method:EPSG::9802',
14237
            'extent' => ['2266'],
14238
            'extent_description' => 'United States (USA) - Wisconsin - counties of Barron; Brown; Buffalo; Chippewa; Clark; Door; Dunn; Eau Claire; Jackson; Kewaunee; Langlade; Lincoln; Marathon; Marinette; Menominee; Oconto; Outagamie; Pepin; Pierce; Polk; Portage; Rusk; Shawano; St Croix; Taylor; Trempealeau; Waupaca; Wood.',
14239
        ],
14240
        'urn:ogc:def:coordinateOperation:EPSG::15371' => [
14241
            'name' => 'SPCS83 Wisconsin South zone (US Survey feet)',
14242
            'method' => 'urn:ogc:def:method:EPSG::9802',
14243
            'extent' => ['2268'],
14244
            'extent_description' => 'United States (USA) - Wisconsin - counties of Adams; Calumet; Columbia; Crawford; Dane; Dodge; Fond Du Lac; Grant; Green; Green Lake; Iowa; Jefferson; Juneau; Kenosha; La Crosse; Lafayette; Manitowoc; Marquette; Milwaukee; Monroe; Ozaukee; Racine; Richland; Rock; Sauk; Sheboygan; Vernon; Walworth; Washington; Waukesha; Waushara; Winnebago.',
14245
        ],
14246
        'urn:ogc:def:coordinateOperation:EPSG::15372' => [
14247
            'name' => 'SPCS83 Indiana East zone (US Survey feet)',
14248
            'method' => 'urn:ogc:def:method:EPSG::9807',
14249
            'extent' => ['2196'],
14250
            'extent_description' => 'United States (USA) - Indiana - counties of Adams; Allen; Bartholomew; Blackford; Brown; Cass; Clark; De Kalb; Dearborn; Decatur; Delaware; Elkhart; Fayette; Floyd; Franklin; Fulton; Grant; Hamilton; Hancock; Harrison; Henry; Howard; Huntington; Jackson; Jay; Jefferson; Jennings; Johnson; Kosciusko; Lagrange; Madison; Marion; Marshall; Miami; Noble; Ohio; Randolph; Ripley; Rush; Scott; Shelby; St Joseph; Steuben; Switzerland; Tipton; Union; Wabash; Washington; Wayne; Wells; Whitley.',
14251
        ],
14252
        'urn:ogc:def:coordinateOperation:EPSG::15373' => [
14253
            'name' => 'SPCS83 Indiana West zone (US Survey feet)',
14254
            'method' => 'urn:ogc:def:method:EPSG::9807',
14255
            'extent' => ['2197'],
14256
            'extent_description' => 'United States (USA) - Indiana - counties of Benton; Boone; Carroll; Clay; Clinton; Crawford; Daviess; Dubois; Fountain; Gibson; Greene; Hendricks; Jasper; Knox; La Porte; Lake; Lawrence; Martin; Monroe; Montgomery; Morgan; Newton; Orange; Owen; Parke; Perry; Pike; Porter; Posey; Pulaski; Putnam; Spencer; Starke; Sullivan; Tippecanoe; Vanderburgh; Vermillion; Vigo; Warren; Warrick; White.',
14257
        ],
14258
        'urn:ogc:def:coordinateOperation:EPSG::15374' => [
14259
            'name' => 'Oregon GIC Lambert (International feet)',
14260
            'method' => 'urn:ogc:def:method:EPSG::9802',
14261
            'extent' => ['1406'],
14262
            'extent_description' => 'United States (USA) - Oregon.',
14263
        ],
14264
        'urn:ogc:def:coordinateOperation:EPSG::15375' => [
14265
            'name' => 'SPCS83 Kentucky Single Zone (US Survey feet)',
14266
            'method' => 'urn:ogc:def:method:EPSG::9802',
14267
            'extent' => ['1386'],
14268
            'extent_description' => 'United States (USA) - Kentucky.',
14269
        ],
14270
        'urn:ogc:def:coordinateOperation:EPSG::15376' => [
14271
            'name' => 'American Samoa Lambert',
14272
            'method' => 'urn:ogc:def:method:EPSG::9801',
14273
            'extent' => ['3109'],
14274
            'extent_description' => 'American Samoa - Tutuila, Aunu\'u, Ofu, Olesega and Ta\'u islands.',
14275
        ],
14276
        'urn:ogc:def:coordinateOperation:EPSG::15377' => [
14277
            'name' => 'SPCS83 Iowa North zone (US Survey feet)',
14278
            'method' => 'urn:ogc:def:method:EPSG::9802',
14279
            'extent' => ['2198'],
14280
            'extent_description' => 'United States (USA) - Iowa - counties of Allamakee; Benton; Black Hawk; Boone; Bremer; Buchanan; Buena Vista; Butler; Calhoun; Carroll; Cerro Gordo; Cherokee; Chickasaw; Clay; Clayton; Crawford; Delaware; Dickinson; Dubuque; Emmet; Fayette; Floyd; Franklin; Greene; Grundy; Hamilton; Hancock; Hardin; Howard; Humboldt; Ida; Jackson; Jones; Kossuth; Linn; Lyon; Marshall; Mitchell; Monona; O\'Brien; Osceola; Palo Alto; Plymouth; Pocahontas; Sac; Sioux; Story; Tama; Webster; Winnebago; Winneshiek; Woodbury; Worth; Wright.',
14281
        ],
14282
        'urn:ogc:def:coordinateOperation:EPSG::15378' => [
14283
            'name' => 'SPCS83 Iowa South zone (US Survey feet)',
14284
            'method' => 'urn:ogc:def:method:EPSG::9802',
14285
            'extent' => ['2199'],
14286
            'extent_description' => 'United States (USA) - Iowa - counties of Adair; Adams; Appanoose; Audubon; Cass; Cedar; Clarke; Clinton; Dallas; Davis; Decatur; Des Moines; Fremont; Guthrie; Harrison; Henry; Iowa; Jasper; Jefferson; Johnson; Keokuk; Lee; Louisa; Lucas; Madison; Mahaska; Marion; Mills; Monroe; Montgomery; Muscatine; Page; Polk; Pottawattamie; Poweshiek; Ringgold; Scott; Shelby; Taylor; Union; Van Buren; Wapello; Warren; Washington; Wayne.',
14287
        ],
14288
        'urn:ogc:def:coordinateOperation:EPSG::15379' => [
14289
            'name' => 'SPCS83 Kansas North zone (US Survey feet)',
14290
            'method' => 'urn:ogc:def:method:EPSG::9802',
14291
            'extent' => ['2200'],
14292
            'extent_description' => 'United States (USA) - Kansas - counties of Atchison; Brown; Cheyenne; Clay; Cloud; Decatur; Dickinson; Doniphan; Douglas; Ellis; Ellsworth; Geary; Gove; Graham; Jackson; Jefferson; Jewell; Johnson; Leavenworth; Lincoln; Logan; Marshall; Mitchell; Morris; Nemaha; Norton; Osborne; Ottawa; Phillips; Pottawatomie; Rawlins; Republic; Riley; Rooks; Russell; Saline; Shawnee; Sheridan; Sherman; Smith; Thomas; Trego; Wabaunsee; Wallace; Washington; Wyandotte.',
14293
        ],
14294
        'urn:ogc:def:coordinateOperation:EPSG::15380' => [
14295
            'name' => 'SPCS83 Kansas South zone (US Survey feet)',
14296
            'method' => 'urn:ogc:def:method:EPSG::9802',
14297
            'extent' => ['2201'],
14298
            'extent_description' => 'United States (USA) - Kansas - counties of Allen; Anderson; Barber; Barton; Bourbon; Butler; Chase; Chautauqua; Cherokee; Clark; Coffey; Comanche; Cowley; Crawford; Edwards; Elk; Finney; Ford; Franklin; Grant; Gray; Greeley; Greenwood; Hamilton; Harper; Harvey; Haskell; Hodgeman; Kearny; Kingman; Kiowa; Labette; Lane; Linn; Lyon; Marion; McPherson; Meade; Miami; Montgomery; Morton; Neosho; Ness; Osage; Pawnee; Pratt; Reno; Rice; Rush; Scott; Sedgwick; Seward; Stafford; Stanton; Stevens; Sumner; Wichita; Wilson; Woodson.',
14299
        ],
14300
        'urn:ogc:def:coordinateOperation:EPSG::15381' => [
14301
            'name' => 'SPCS83 Nevada East zone (US Survey feet)',
14302
            'method' => 'urn:ogc:def:method:EPSG::9807',
14303
            'extent' => ['2224'],
14304
            'extent_description' => 'United States (USA) - Nevada - counties of Clark; Elko; Eureka; Lincoln; White Pine.',
14305
        ],
14306
        'urn:ogc:def:coordinateOperation:EPSG::15382' => [
14307
            'name' => 'SPCS83 Nevada Central zone (US Survey feet)',
14308
            'method' => 'urn:ogc:def:method:EPSG::9807',
14309
            'extent' => ['2223'],
14310
            'extent_description' => 'United States (USA) - Nevada - counties of Lander; Nye.',
14311
        ],
14312
        'urn:ogc:def:coordinateOperation:EPSG::15383' => [
14313
            'name' => 'SPCS83 Nevada West zone (US Survey feet)',
14314
            'method' => 'urn:ogc:def:method:EPSG::9807',
14315
            'extent' => ['2225'],
14316
            'extent_description' => 'United States (USA) - Nevada - counties of Churchill; Douglas; Esmeralda; Humboldt; Lyon; Mineral; Pershing; Storey; Washoe.',
14317
        ],
14318
        'urn:ogc:def:coordinateOperation:EPSG::15384' => [
14319
            'name' => 'SPCS83 New Jersey zone (US Survey feet)',
14320
            'method' => 'urn:ogc:def:method:EPSG::9807',
14321
            'extent' => ['1399'],
14322
            'extent_description' => 'United States (USA) - New Jersey - counties of Atlantic; Bergen; Burlington; Camden; Cape May; Cumberland; Essex; Gloucester; Hudson; Hunterdon; Mercer; Middlesex; Monmouth; Morris; Ocean; Passaic; Salem; Somerset; Sussex; Union; Warren.',
14323
        ],
14324
        'urn:ogc:def:coordinateOperation:EPSG::15385' => [
14325
            'name' => 'SPCS83 Arkansas North zone (US Survey feet)',
14326
            'method' => 'urn:ogc:def:method:EPSG::9802',
14327
            'extent' => ['2169'],
14328
            'extent_description' => 'United States (USA) - Arkansas - counties of Baxter; Benton; Boone; Carroll; Clay; Cleburne; Conway; Craighead; Crawford; Crittenden; Cross; Faulkner; Franklin; Fulton; Greene; Independence; Izard; Jackson; Johnson; Lawrence; Logan; Madison; Marion; Mississippi; Newton; Perry; Poinsett; Pope; Randolph; Scott; Searcy; Sebastian; Sharp; St Francis; Stone; Van Buren; Washington; White; Woodruff; Yell.',
14329
        ],
14330
        'urn:ogc:def:coordinateOperation:EPSG::15386' => [
14331
            'name' => 'SPCS83 Arkansas South zone (US Survey feet)',
14332
            'method' => 'urn:ogc:def:method:EPSG::9802',
14333
            'extent' => ['2170'],
14334
            'extent_description' => 'United States (USA) - Arkansas - counties Arkansas; Ashley; Bradley; Calhoun; Chicot; Clark; Cleveland; Columbia; Dallas; Desha; Drew; Garland; Grant; Hempstead; Hot Spring; Howard; Jefferson; Lafayette; Lee; Lincoln; Little River; Lonoke; Miller; Monroe; Montgomery; Nevada; Ouachita; Phillips; Pike; Polk; Prairie; Pulaski; Saline; Sevier; Union.',
14335
        ],
14336
        'urn:ogc:def:coordinateOperation:EPSG::15387' => [
14337
            'name' => 'SPCS83 Illinois East zone (US Survey feet)',
14338
            'method' => 'urn:ogc:def:method:EPSG::9807',
14339
            'extent' => ['2194'],
14340
            'extent_description' => 'United States (USA) - Illinois - counties of Boone; Champaign; Clark; Clay; Coles; Cook; Crawford; Cumberland; De Kalb; De Witt; Douglas; Du Page; Edgar; Edwards; Effingham; Fayette; Ford; Franklin; Gallatin; Grundy; Hamilton; Hardin; Iroquois; Jasper; Jefferson; Johnson; Kane; Kankakee; Kendall; La Salle; Lake; Lawrence; Livingston; Macon; Marion; Massac; McHenry; McLean; Moultrie; Piatt; Pope; Richland; Saline; Shelby; Vermilion; Wabash; Wayne; White; Will; Williamson.',
14341
        ],
14342
        'urn:ogc:def:coordinateOperation:EPSG::15388' => [
14343
            'name' => 'SPCS83 Illinois West zone (US Survey feet)',
14344
            'method' => 'urn:ogc:def:method:EPSG::9807',
14345
            'extent' => ['2195'],
14346
            'extent_description' => 'United States (USA) - Illinois - counties of Adams; Alexander; Bond; Brown; Bureau; Calhoun; Carroll; Cass; Christian; Clinton; Fulton; Greene; Hancock; Henderson; Henry; Jackson; Jersey; Jo Daviess; Knox; Lee; Logan; Macoupin; Madison; Marshall; Mason; McDonough; Menard; Mercer; Monroe; Montgomery; Morgan; Ogle; Peoria; Perry; Pike; Pulaski; Putnam; Randolph; Rock Island; Sangamon; Schuyler; Scott; St Clair; Stark; Stephenson; Tazewell; Union; Warren; Washington; Whiteside; Winnebago; Woodford.',
14347
        ],
14348
        'urn:ogc:def:coordinateOperation:EPSG::15389' => [
14349
            'name' => 'SPCS83 New Hampshire zone (US Survey feet)',
14350
            'method' => 'urn:ogc:def:method:EPSG::9807',
14351
            'extent' => ['1398'],
14352
            'extent_description' => 'United States (USA) - New Hampshire - counties of Belknap; Carroll; Cheshire; Coos; Grafton; Hillsborough; Merrimack; Rockingham; Strafford; Sullivan.',
14353
        ],
14354
        'urn:ogc:def:coordinateOperation:EPSG::15390' => [
14355
            'name' => 'SPCS83 Rhode Island zone (US Survey feet)',
14356
            'method' => 'urn:ogc:def:method:EPSG::9807',
14357
            'extent' => ['1408'],
14358
            'extent_description' => 'United States (USA) - Rhode Island - counties of Bristol; Kent; Newport; Providence; Washington.',
14359
        ],
14360
        'urn:ogc:def:coordinateOperation:EPSG::15391' => [
14361
            'name' => 'SPCS83 Louisiana North zone (US Survey feet)',
14362
            'method' => 'urn:ogc:def:method:EPSG::9802',
14363
            'extent' => ['2204'],
14364
            'extent_description' => 'United States (USA) - Louisiana - counties of Avoyelles; Bienville; Bossier; Caddo; Caldwell; Catahoula; Claiborne; Concordia; De Soto; East Carroll; Franklin; Grant; Jackson; La Salle; Lincoln; Madison; Morehouse; Natchitoches; Ouachita; Rapides; Red River; Richland; Sabine; Tensas; Union; Vernon; Webster; West Carroll; Winn.',
14365
        ],
14366
        'urn:ogc:def:coordinateOperation:EPSG::15392' => [
14367
            'name' => 'SPCS83 Louisiana South zone (US Survey feet)',
14368
            'method' => 'urn:ogc:def:method:EPSG::9802',
14369
            'extent' => ['2529'],
14370
            'extent_description' => 'United States (USA) - Louisiana - counties of Acadia; Allen; Ascension; Assumption; Beauregard; Calcasieu; Cameron; East Baton Rouge; East Feliciana; Evangeline; Iberia; Iberville; Jefferson; Jefferson Davis; Lafayette; LaFourche; Livingston; Orleans; Plaquemines; Pointe Coupee; St Bernard; St Charles; St Helena; St James; St John the Baptist; St Landry; St Martin; St Mary; St Tammany; Tangipahoa; Terrebonne; Vermilion; Washington; West Baton Rouge; West Feliciana.',
14371
        ],
14372
        'urn:ogc:def:coordinateOperation:EPSG::15393' => [
14373
            'name' => 'SPCS83 Louisiana Offshore zone (US Survey feet)',
14374
            'method' => 'urn:ogc:def:method:EPSG::9802',
14375
            'extent' => ['1387'],
14376
            'extent_description' => 'United States (USA) - Louisiana.',
14377
        ],
14378
        'urn:ogc:def:coordinateOperation:EPSG::15394' => [
14379
            'name' => 'SPCS83 South Dakota North zone (US Survey feet)',
14380
            'method' => 'urn:ogc:def:method:EPSG::9802',
14381
            'extent' => ['2249'],
14382
            'extent_description' => 'United States (USA) - South Dakota - counties of Beadle; Brookings; Brown; Butte; Campbell; Clark; Codington; Corson; Day; Deuel; Dewey; Edmunds; Faulk; Grant; Hamlin; Hand; Harding; Hyde; Kingsbury; Lawrence; Marshall; McPherson; Meade; Perkins; Potter; Roberts; Spink; Sully; Walworth; Ziebach.',
14383
        ],
14384
        'urn:ogc:def:coordinateOperation:EPSG::15395' => [
14385
            'name' => 'SPCS83 South Dakota South zone (US Survey feet)',
14386
            'method' => 'urn:ogc:def:method:EPSG::9802',
14387
            'extent' => ['2250'],
14388
            'extent_description' => 'United States (USA) - South Dakota - counties of Aurora; Bennett; Bon Homme; Brule; Buffalo; Charles Mix; Clay; Custer; Davison; Douglas; Fall River; Gregory; Haakon; Hanson; Hughes; Hutchinson; Jackson; Jerauld; Jones; Lake; Lincoln; Lyman; McCook; Mellette; Miner; Minnehaha; Moody; Pennington; Sanborn; Shannon; Stanley; Todd; Tripp; Turner; Union; Yankton.',
14389
        ],
14390
        'urn:ogc:def:coordinateOperation:EPSG::15396' => [
14391
            'name' => 'SPCS83 Nebraska zone (US Survey feet)',
14392
            'method' => 'urn:ogc:def:method:EPSG::9802',
14393
            'extent' => ['1396'],
14394
            'extent_description' => 'United States (USA) - Nebraska - counties of Adams; Antelope; Arthur; Banner; Blaine; Boone; Box Butte; Boyd; Brown; Buffalo; Burt; Butler; Cass; Cedar; Chase; Cherry; Cheyenne; Clay; Colfax; Cuming; Custer; Dakota; Dawes; Dawson; Deuel; Dixon; Dodge; Douglas; Dundy; Fillmore; Franklin; Frontier; Furnas; Gage; Garden; Garfield; Gosper; Grant; Greeley; Hall; Hamilton; Harlan; Hayes; Hitchcock; Holt; Hooker; Howard; Jefferson; Johnson; Kearney; Keith; Keya Paha; Kimball; Knox; Lancaster; Lincoln; Logan; Loup; Madison; McPherson; Merrick; Morrill; Nance; Nemaha; Nuckolls; Otoe; Pawnee; Perkins; Phelps; Pierce; Platte; Polk; Red Willow; Richardson; Rock; Saline; Sarpy; Saunders; Scotts Bluff; Seward; Sheridan; Sherman; Sioux; Stanton; Thayer; Thomas; Thurston; Valley; Washington; Wayne; Webster; Wheeler; York.',
14395
        ],
14396
        'urn:ogc:def:coordinateOperation:EPSG::15397' => [
14397
            'name' => 'Great Lakes Albers',
14398
            'method' => 'urn:ogc:def:method:EPSG::9822',
14399
            'extent' => ['3467'],
14400
            'extent_description' => 'Canada and United States (USA) - Great Lakes basin.',
14401
        ],
14402
        'urn:ogc:def:coordinateOperation:EPSG::15398' => [
14403
            'name' => 'Great Lakes and St Lawrence Albers',
14404
            'method' => 'urn:ogc:def:method:EPSG::9822',
14405
            'extent' => ['3468'],
14406
            'extent_description' => 'Canada and United States (USA) - Great Lakes basin and St Lawrence Seaway.',
14407
        ],
14408
        'urn:ogc:def:coordinateOperation:EPSG::15399' => [
14409
            'name' => 'Yap Islands',
14410
            'method' => 'urn:ogc:def:method:EPSG::9832',
14411
            'extent' => ['3108'],
14412
            'extent_description' => 'Federated States of Micronesia - Yap Islands.',
14413
        ],
14414
        'urn:ogc:def:coordinateOperation:EPSG::15400' => [
14415
            'name' => 'Guam SPCS',
14416
            'method' => 'urn:ogc:def:method:EPSG::9831',
14417
            'extent' => ['3255'],
14418
            'extent_description' => 'Guam - onshore.',
14419
        ],
14420
        'urn:ogc:def:coordinateOperation:EPSG::15483' => [
14421
            'name' => 'Tokyo to JGD2000 (1)',
14422
            'method' => 'urn:ogc:def:method:EPSG::9603',
14423
            'extent' => ['3957'],
14424
            'extent_description' => 'Japan including outlying islands - onshore.',
14425
        ],
14426
        'urn:ogc:def:coordinateOperation:EPSG::15485' => [
14427
            'name' => 'SAD69 to SIRGAS 2000 (1)',
14428
            'method' => 'urn:ogc:def:method:EPSG::9603',
14429
            'extent' => ['1053'],
14430
            'extent_description' => 'Brazil - onshore and offshore. Includes Rocas, Fernando de Noronha archipelago, Trindade, Ihlas Martim Vaz and Sao Pedro e Sao Paulo.',
14431
        ],
14432
        'urn:ogc:def:coordinateOperation:EPSG::15486' => [
14433
            'name' => 'CH1903 to CH1903+ (1)',
14434
            'method' => 'urn:ogc:def:method:EPSG::9615',
14435
            'extent' => ['1286'],
14436
            'extent_description' => 'Liechtenstein; Switzerland.',
14437
        ],
14438
        'urn:ogc:def:coordinateOperation:EPSG::15494' => [
14439
            'name' => 'Kalianpur 1962 to WGS 84 (6)',
14440
            'method' => 'urn:ogc:def:method:EPSG::9603',
14441
            'extent' => ['3589'],
14442
            'extent_description' => 'Pakistan - Gambat.',
14443
        ],
14444
        'urn:ogc:def:coordinateOperation:EPSG::15496' => [
14445
            'name' => 'Pulkovo 1942(58) to WGS 84 (18)',
14446
            'method' => 'urn:ogc:def:method:EPSG::9603',
14447
            'extent' => ['1197'],
14448
            'extent_description' => 'Romania - onshore and offshore.',
14449
        ],
14450
        'urn:ogc:def:coordinateOperation:EPSG::15497' => [
14451
            'name' => 'Pulkovo 1942(58) to WGS 84 (9)',
14452
            'method' => 'urn:ogc:def:method:EPSG::9603',
14453
            'extent' => ['1197'],
14454
            'extent_description' => 'Romania - onshore and offshore.',
14455
        ],
14456
        'urn:ogc:def:coordinateOperation:EPSG::15498' => [
14457
            'name' => 'axis order change (2D)',
14458
            'method' => 'urn:ogc:def:method:EPSG::9843',
14459
            'extent' => ['1262'],
14460
            'extent_description' => 'World.',
14461
        ],
14462
        'urn:ogc:def:coordinateOperation:EPSG::15499' => [
14463
            'name' => 'axis order change (geographic3D horizontal)',
14464
            'method' => 'urn:ogc:def:method:EPSG::9844',
14465
            'extent' => ['1262'],
14466
            'extent_description' => 'World.',
14467
        ],
14468
        'urn:ogc:def:coordinateOperation:EPSG::15592' => [
14469
            'name' => 'geocentric to geographic3D',
14470
            'method' => 'urn:ogc:def:method:EPSG::9602',
14471
            'extent' => ['1262'],
14472
            'extent_description' => 'World.',
14473
        ],
14474
        'urn:ogc:def:coordinateOperation:EPSG::15593' => [
14475
            'name' => 'geographic3D to geographic2D',
14476
            'method' => 'urn:ogc:def:method:EPSG::9659',
14477
            'extent' => ['1262'],
14478
            'extent_description' => 'World.',
14479
        ],
14480
        'urn:ogc:def:coordinateOperation:EPSG::15596' => [
14481
            'name' => 'Tokyo + JSLD height to WGS 84 (7)',
14482
            'method' => 'urn:ogc:def:method:EPSG::9618',
14483
            'extent' => ['2426'],
14484
            'extent_description' => 'Japan - onshore 45°20\'N to 46°N; 142°E to 143°E.',
14485
        ],
14486
        'urn:ogc:def:coordinateOperation:EPSG::15597' => [
14487
            'name' => 'Tokyo + JSLD height to WGS 84 (8)',
14488
            'method' => 'urn:ogc:def:method:EPSG::9618',
14489
            'extent' => ['2427'],
14490
            'extent_description' => 'Japan - onshore mainland 44°40\'N to 45°20\'N; 141°E to 142°E.',
14491
        ],
14492
        'urn:ogc:def:coordinateOperation:EPSG::15598' => [
14493
            'name' => 'Tokyo + JSLD height to WGS 84 (9)',
14494
            'method' => 'urn:ogc:def:method:EPSG::9618',
14495
            'extent' => ['2428'],
14496
            'extent_description' => 'Japan - onshore 44°40\'N to 45°20\'N; 142°E to 143°E.',
14497
        ],
14498
        'urn:ogc:def:coordinateOperation:EPSG::15599' => [
14499
            'name' => 'Tokyo + JSLD height to WGS 84 (10)',
14500
            'method' => 'urn:ogc:def:method:EPSG::9618',
14501
            'extent' => ['2429'],
14502
            'extent_description' => 'Japan - onshore mainland 44°N to 44°40\'N; 141°E to 142°E.',
14503
        ],
14504
        'urn:ogc:def:coordinateOperation:EPSG::15600' => [
14505
            'name' => 'Tokyo + JSLD height to WGS 84 (11)',
14506
            'method' => 'urn:ogc:def:method:EPSG::9618',
14507
            'extent' => ['2430'],
14508
            'extent_description' => 'Japan - 44°N to 44°40\'N; 142°E to 143°E.',
14509
        ],
14510
        'urn:ogc:def:coordinateOperation:EPSG::15601' => [
14511
            'name' => 'Tokyo + JSLD height to WGS 84 (12)',
14512
            'method' => 'urn:ogc:def:method:EPSG::9618',
14513
            'extent' => ['2431'],
14514
            'extent_description' => 'Japan - onshore 44°N to 44°40\'N; 143°E to 144°E.',
14515
        ],
14516
        'urn:ogc:def:coordinateOperation:EPSG::15602' => [
14517
            'name' => 'Tokyo + JSLD height to WGS 84 (13)',
14518
            'method' => 'urn:ogc:def:method:EPSG::9618',
14519
            'extent' => ['2432'],
14520
            'extent_description' => 'Japan - onshore 44°N to 44°40\'N; 144°E to 145°E.',
14521
        ],
14522
        'urn:ogc:def:coordinateOperation:EPSG::15603' => [
14523
            'name' => 'Tokyo + JSLD height to WGS 84 (14)',
14524
            'method' => 'urn:ogc:def:method:EPSG::9618',
14525
            'extent' => ['2433'],
14526
            'extent_description' => 'Japan - onshore 43°20\'N to 44°N; 141°E to 142°E.',
14527
        ],
14528
        'urn:ogc:def:coordinateOperation:EPSG::15604' => [
14529
            'name' => 'Tokyo + JSLD height to WGS 84 (15)',
14530
            'method' => 'urn:ogc:def:method:EPSG::9618',
14531
            'extent' => ['2434'],
14532
            'extent_description' => 'Japan - 43°20\'N to 44°N; 142°E to 143°E.',
14533
        ],
14534
        'urn:ogc:def:coordinateOperation:EPSG::15605' => [
14535
            'name' => 'Tokyo + JSLD height to WGS 84 (16)',
14536
            'method' => 'urn:ogc:def:method:EPSG::9618',
14537
            'extent' => ['2435'],
14538
            'extent_description' => 'Japan - 43°20\'N to 44°N; 143°E to 144°E.',
14539
        ],
14540
        'urn:ogc:def:coordinateOperation:EPSG::15606' => [
14541
            'name' => 'Tokyo + JSLD height to WGS 84 (17)',
14542
            'method' => 'urn:ogc:def:method:EPSG::9618',
14543
            'extent' => ['2436'],
14544
            'extent_description' => 'Japan - 43°20\'N to 44°N; 144°E to 145°E.',
14545
        ],
14546
        'urn:ogc:def:coordinateOperation:EPSG::15607' => [
14547
            'name' => 'Tokyo + JSLD height to WGS 84 (18)',
14548
            'method' => 'urn:ogc:def:method:EPSG::9618',
14549
            'extent' => ['2437'],
14550
            'extent_description' => 'Japan - onshore north of 43°20\'N and west of 145°E.',
14551
        ],
14552
        'urn:ogc:def:coordinateOperation:EPSG::15608' => [
14553
            'name' => 'Tokyo + JSLD height to WGS 84 (19)',
14554
            'method' => 'urn:ogc:def:method:EPSG::9618',
14555
            'extent' => ['2438'],
14556
            'extent_description' => 'Japan - onshore 42°40\'N to 43°25\'N; 140°E to 141°E.',
14557
        ],
14558
        'urn:ogc:def:coordinateOperation:EPSG::15609' => [
14559
            'name' => 'Tokyo + JSLD height to WGS 84 (20)',
14560
            'method' => 'urn:ogc:def:method:EPSG::9618',
14561
            'extent' => ['2439'],
14562
            'extent_description' => 'Japan - 42°40\'N to 43°20\'N; 141°E to 142°E.',
14563
        ],
14564
        'urn:ogc:def:coordinateOperation:EPSG::15610' => [
14565
            'name' => 'Tokyo + JSLD height to WGS 84 (21)',
14566
            'method' => 'urn:ogc:def:method:EPSG::9618',
14567
            'extent' => ['2440'],
14568
            'extent_description' => 'Japan - 42°40\'N to 43°20\'N; 142°E to 143°E.',
14569
        ],
14570
        'urn:ogc:def:coordinateOperation:EPSG::15611' => [
14571
            'name' => 'Tokyo + JSLD height to WGS 84 (22)',
14572
            'method' => 'urn:ogc:def:method:EPSG::9618',
14573
            'extent' => ['2441'],
14574
            'extent_description' => 'Japan - 42°40\'N to 43°20\'N; 143°E to 144°E.',
14575
        ],
14576
        'urn:ogc:def:coordinateOperation:EPSG::15612' => [
14577
            'name' => 'Tokyo + JSLD height to WGS 84 (23)',
14578
            'method' => 'urn:ogc:def:method:EPSG::9618',
14579
            'extent' => ['2442'],
14580
            'extent_description' => 'Japan - onshore 42°40\'N to 43°20\'N; 144°E to 145°E.',
14581
        ],
14582
        'urn:ogc:def:coordinateOperation:EPSG::15613' => [
14583
            'name' => 'Tokyo + JSLD height to WGS 84 (24)',
14584
            'method' => 'urn:ogc:def:method:EPSG::9618',
14585
            'extent' => ['2443'],
14586
            'extent_description' => 'Japan - onshore 42°40\'N to 43°20\'N; 145°E to 146°E.',
14587
        ],
14588
        'urn:ogc:def:coordinateOperation:EPSG::15614' => [
14589
            'name' => 'Tokyo + JSLD height to WGS 84 (25)',
14590
            'method' => 'urn:ogc:def:method:EPSG::9618',
14591
            'extent' => ['2444'],
14592
            'extent_description' => 'Japan - onshore mainland north of 42°N and west of 140°E.',
14593
        ],
14594
        'urn:ogc:def:coordinateOperation:EPSG::15615' => [
14595
            'name' => 'Tokyo + JSLD height to WGS 84 (26)',
14596
            'method' => 'urn:ogc:def:method:EPSG::9618',
14597
            'extent' => ['2445'],
14598
            'extent_description' => 'Japan - 42°N to 42°40\'N; 140°E to 141°E.',
14599
        ],
14600
        'urn:ogc:def:coordinateOperation:EPSG::15616' => [
14601
            'name' => 'Tokyo + JSLD height to WGS 84 (27)',
14602
            'method' => 'urn:ogc:def:method:EPSG::9618',
14603
            'extent' => ['2446'],
14604
            'extent_description' => 'Japan - onshore 42°N to 42°40\'N; 141°E to 142°E.',
14605
        ],
14606
        'urn:ogc:def:coordinateOperation:EPSG::15617' => [
14607
            'name' => 'Tokyo + JSLD height to WGS 84 (28)',
14608
            'method' => 'urn:ogc:def:method:EPSG::9618',
14609
            'extent' => ['2447'],
14610
            'extent_description' => 'Japan - onshore 42°N to 42°40\'N; 142°E to 143°E.',
14611
        ],
14612
        'urn:ogc:def:coordinateOperation:EPSG::15618' => [
14613
            'name' => 'Tokyo + JSLD height to WGS 84 (29)',
14614
            'method' => 'urn:ogc:def:method:EPSG::9618',
14615
            'extent' => ['2448'],
14616
            'extent_description' => 'Japan - onshore south of 42°40\'N; east of 143°E.',
14617
        ],
14618
        'urn:ogc:def:coordinateOperation:EPSG::15619' => [
14619
            'name' => 'Tokyo + JSLD height to WGS 84 (30)',
14620
            'method' => 'urn:ogc:def:method:EPSG::9618',
14621
            'extent' => ['2449'],
14622
            'extent_description' => 'Japan - onshore mainland 41°20\'N to 42°N; west of 141°E.',
14623
        ],
14624
        'urn:ogc:def:coordinateOperation:EPSG::15620' => [
14625
            'name' => 'Tokyo + JSLD height to WGS 84 (31)',
14626
            'method' => 'urn:ogc:def:method:EPSG::9618',
14627
            'extent' => ['2450'],
14628
            'extent_description' => 'Japan - onshore 41°20\'N to 42°N; 141°E to 142°E.',
14629
        ],
14630
        'urn:ogc:def:coordinateOperation:EPSG::15621' => [
14631
            'name' => 'Tokyo + JSLD height to WGS 84 (32)',
14632
            'method' => 'urn:ogc:def:method:EPSG::9618',
14633
            'extent' => ['2451'],
14634
            'extent_description' => 'Japan - 40°40\'N to 41°20\'N; 140°E to 141°E.',
14635
        ],
14636
        'urn:ogc:def:coordinateOperation:EPSG::15622' => [
14637
            'name' => 'Tokyo + JSLD height to WGS 84 (33)',
14638
            'method' => 'urn:ogc:def:method:EPSG::9618',
14639
            'extent' => ['2452'],
14640
            'extent_description' => 'Japan - onshore 40°40\'N to 41°20\'N; 141°E to 142°E.',
14641
        ],
14642
        'urn:ogc:def:coordinateOperation:EPSG::15623' => [
14643
            'name' => 'Tokyo + JSLD height to WGS 84 (34)',
14644
            'method' => 'urn:ogc:def:method:EPSG::9618',
14645
            'extent' => ['2453'],
14646
            'extent_description' => 'Japan - onshore 40°N to 40°48\'N; 139°E to 140°E.',
14647
        ],
14648
        'urn:ogc:def:coordinateOperation:EPSG::15624' => [
14649
            'name' => 'Tokyo + JSLD height to WGS 84 (35)',
14650
            'method' => 'urn:ogc:def:method:EPSG::9618',
14651
            'extent' => ['2454'],
14652
            'extent_description' => 'Japan - 40°N to 40°40\'N; 140°E to 141°E.',
14653
        ],
14654
        'urn:ogc:def:coordinateOperation:EPSG::15625' => [
14655
            'name' => 'Tokyo + JSLD height to WGS 84 (36)',
14656
            'method' => 'urn:ogc:def:method:EPSG::9618',
14657
            'extent' => ['2455'],
14658
            'extent_description' => 'Japan - 40°N to 40°40\'N; 141°E to 142°E.',
14659
        ],
14660
        'urn:ogc:def:coordinateOperation:EPSG::15626' => [
14661
            'name' => 'Tokyo + JSLD height to WGS 84 (37)',
14662
            'method' => 'urn:ogc:def:method:EPSG::9618',
14663
            'extent' => ['2456'],
14664
            'extent_description' => 'Japan - onshore 39°20\'N to 40°N; 139°E to 140°E.',
14665
        ],
14666
        'urn:ogc:def:coordinateOperation:EPSG::15627' => [
14667
            'name' => 'Tokyo + JSLD height to WGS 84 (38)',
14668
            'method' => 'urn:ogc:def:method:EPSG::9618',
14669
            'extent' => ['2457'],
14670
            'extent_description' => 'Japan - 39°20\'N to 40°N; 140°E to 141°E.',
14671
        ],
14672
        'urn:ogc:def:coordinateOperation:EPSG::15628' => [
14673
            'name' => 'Tokyo + JSLD height to WGS 84 (39)',
14674
            'method' => 'urn:ogc:def:method:EPSG::9618',
14675
            'extent' => ['2458'],
14676
            'extent_description' => 'Japan - onshore 39°20\'N to 40°N; east of 141°E.',
14677
        ],
14678
        'urn:ogc:def:coordinateOperation:EPSG::15629' => [
14679
            'name' => 'Tokyo + JSLD height to WGS 84 (40)',
14680
            'method' => 'urn:ogc:def:method:EPSG::9618',
14681
            'extent' => ['2459'],
14682
            'extent_description' => 'Japan - onshore 38°40\'N to 39°20\'N; 139°E to 140°E.',
14683
        ],
14684
        'urn:ogc:def:coordinateOperation:EPSG::15630' => [
14685
            'name' => 'Tokyo + JSLD height to WGS 84 (41)',
14686
            'method' => 'urn:ogc:def:method:EPSG::9618',
14687
            'extent' => ['2460'],
14688
            'extent_description' => 'Japan - 38°40\'N to 39°20\'N; 140°E to 141°E.',
14689
        ],
14690
        'urn:ogc:def:coordinateOperation:EPSG::15631' => [
14691
            'name' => 'Tokyo + JSLD height to WGS 84 (42)',
14692
            'method' => 'urn:ogc:def:method:EPSG::9618',
14693
            'extent' => ['2461'],
14694
            'extent_description' => 'Japan - onshore 38°40\'N to 39°20\'N; 141°E to 142°E.',
14695
        ],
14696
        'urn:ogc:def:coordinateOperation:EPSG::15632' => [
14697
            'name' => 'Tokyo + JSLD height to WGS 84 (43)',
14698
            'method' => 'urn:ogc:def:method:EPSG::9618',
14699
            'extent' => ['2462'],
14700
            'extent_description' => 'Japan - onshore 38°N to 38°40\'N; 139°E to 140°E.',
14701
        ],
14702
        'urn:ogc:def:coordinateOperation:EPSG::15633' => [
14703
            'name' => 'Tokyo + JSLD height to WGS 84 (44)',
14704
            'method' => 'urn:ogc:def:method:EPSG::9618',
14705
            'extent' => ['2463'],
14706
            'extent_description' => 'Japan - 38°N to 38°40\'N; 140°E to 141°E.',
14707
        ],
14708
        'urn:ogc:def:coordinateOperation:EPSG::15634' => [
14709
            'name' => 'Tokyo + JSLD height to WGS 84 (45)',
14710
            'method' => 'urn:ogc:def:method:EPSG::9618',
14711
            'extent' => ['2464'],
14712
            'extent_description' => 'Japan - onshore 38°N to 38°40\'N; 141°E to 142°E.',
14713
        ],
14714
        'urn:ogc:def:coordinateOperation:EPSG::15635' => [
14715
            'name' => 'Tokyo + JSLD height to WGS 84 (46)',
14716
            'method' => 'urn:ogc:def:method:EPSG::9618',
14717
            'extent' => ['2465'],
14718
            'extent_description' => 'Japan - onshore 37°20\'N to 38°N; 136°E to 137°E.',
14719
        ],
14720
        'urn:ogc:def:coordinateOperation:EPSG::15636' => [
14721
            'name' => 'Tokyo + JSLD height to WGS 84 (47)',
14722
            'method' => 'urn:ogc:def:method:EPSG::9618',
14723
            'extent' => ['2466'],
14724
            'extent_description' => 'Japan - onshore 37°20\'N to 38°N; 137°E to 138°E.',
14725
        ],
14726
        'urn:ogc:def:coordinateOperation:EPSG::15637' => [
14727
            'name' => 'Tokyo + JSLD height to WGS 84 (48)',
14728
            'method' => 'urn:ogc:def:method:EPSG::9618',
14729
            'extent' => ['2467'],
14730
            'extent_description' => 'Japan - onshore mainland 37°20\'N to 38°N; 138°E to 139°E.',
14731
        ],
14732
        'urn:ogc:def:coordinateOperation:EPSG::15638' => [
14733
            'name' => 'Tokyo + JSLD height to WGS 84 (49)',
14734
            'method' => 'urn:ogc:def:method:EPSG::9618',
14735
            'extent' => ['2468'],
14736
            'extent_description' => 'Japan - 37°20\'N to 38°N; 139°E to 140°E.',
14737
        ],
14738
        'urn:ogc:def:coordinateOperation:EPSG::15639' => [
14739
            'name' => 'Tokyo + JSLD height to WGS 84 (50)',
14740
            'method' => 'urn:ogc:def:method:EPSG::9618',
14741
            'extent' => ['2469'],
14742
            'extent_description' => 'Japan - 37°20\'N to 38°N; 140°E to 141°E.',
14743
        ],
14744
        'urn:ogc:def:coordinateOperation:EPSG::15640' => [
14745
            'name' => 'Tokyo + JSLD height to WGS 84 (51)',
14746
            'method' => 'urn:ogc:def:method:EPSG::9618',
14747
            'extent' => ['2470'],
14748
            'extent_description' => 'Japan - onshore 37°20\'N to 38°N; 141°E to 142°E.',
14749
        ],
14750
        'urn:ogc:def:coordinateOperation:EPSG::15641' => [
14751
            'name' => 'Tokyo + JSLD height to WGS 84 (52)',
14752
            'method' => 'urn:ogc:def:method:EPSG::9618',
14753
            'extent' => ['2471'],
14754
            'extent_description' => 'Japan - onshore 36°40\'N to 37°20\'N; 136°E to 137°E.',
14755
        ],
14756
        'urn:ogc:def:coordinateOperation:EPSG::15642' => [
14757
            'name' => 'Tokyo + JSLD height to WGS 84 (53)',
14758
            'method' => 'urn:ogc:def:method:EPSG::9618',
14759
            'extent' => ['2472'],
14760
            'extent_description' => 'Japan - 36°40\'N to 37°20\'N; 137°E to 138°E.',
14761
        ],
14762
        'urn:ogc:def:coordinateOperation:EPSG::15643' => [
14763
            'name' => 'Tokyo + JSLD height to WGS 84 (54)',
14764
            'method' => 'urn:ogc:def:method:EPSG::9618',
14765
            'extent' => ['2473'],
14766
            'extent_description' => 'Japan - 36°40\'N to 37°20\'N; 138°E to 139°E.',
14767
        ],
14768
        'urn:ogc:def:coordinateOperation:EPSG::15644' => [
14769
            'name' => 'Tokyo + JSLD height to WGS 84 (55)',
14770
            'method' => 'urn:ogc:def:method:EPSG::9618',
14771
            'extent' => ['2474'],
14772
            'extent_description' => 'Japan - 36°40\'N to 37°20\'N; 139°E to 140°E.',
14773
        ],
14774
        'urn:ogc:def:coordinateOperation:EPSG::15645' => [
14775
            'name' => 'Tokyo + JSLD height to WGS 84 (56)',
14776
            'method' => 'urn:ogc:def:method:EPSG::9618',
14777
            'extent' => ['2475'],
14778
            'extent_description' => 'Japan - onshore between 36°40\'N and 37°20\'N; east of 140°E.',
14779
        ],
14780
        'urn:ogc:def:coordinateOperation:EPSG::15646' => [
14781
            'name' => 'Tokyo + JSLD height to WGS 84 (57)',
14782
            'method' => 'urn:ogc:def:method:EPSG::9618',
14783
            'extent' => ['2476'],
14784
            'extent_description' => 'Japan - onshore between 36°N and 36°40\'N; west of 137°E.',
14785
        ],
14786
        'urn:ogc:def:coordinateOperation:EPSG::15647' => [
14787
            'name' => 'Tokyo + JSLD height to WGS 84 (58)',
14788
            'method' => 'urn:ogc:def:method:EPSG::9618',
14789
            'extent' => ['2477'],
14790
            'extent_description' => 'Japan - 36°N to 36°40\'N; 137°E to 138°E.',
14791
        ],
14792
        'urn:ogc:def:coordinateOperation:EPSG::15648' => [
14793
            'name' => 'Tokyo + JSLD height to WGS 84 (59)',
14794
            'method' => 'urn:ogc:def:method:EPSG::9618',
14795
            'extent' => ['2478'],
14796
            'extent_description' => 'Japan - 36°N to 36°40\'N; 138°E to 139°E.',
14797
        ],
14798
        'urn:ogc:def:coordinateOperation:EPSG::15649' => [
14799
            'name' => 'Tokyo + JSLD height to WGS 84 (60)',
14800
            'method' => 'urn:ogc:def:method:EPSG::9618',
14801
            'extent' => ['2479'],
14802
            'extent_description' => 'Japan - 36°N to 36°40\'N; 139°E to 140°E.',
14803
        ],
14804
        'urn:ogc:def:coordinateOperation:EPSG::15650' => [
14805
            'name' => 'Tokyo + JSLD height to WGS 84 (61)',
14806
            'method' => 'urn:ogc:def:method:EPSG::9618',
14807
            'extent' => ['2480'],
14808
            'extent_description' => 'Japan - onshore 36°N to 36°40\'N; 140°E to 141°E.',
14809
        ],
14810
        'urn:ogc:def:coordinateOperation:EPSG::15651' => [
14811
            'name' => 'Tokyo + JSLD height to WGS 84 (62)',
14812
            'method' => 'urn:ogc:def:method:EPSG::9618',
14813
            'extent' => ['2481'],
14814
            'extent_description' => 'Japan - onshore mainland 35°20\'N to 36°N; 132°E to 133°E.',
14815
        ],
14816
        'urn:ogc:def:coordinateOperation:EPSG::15652' => [
14817
            'name' => 'Tokyo + JSLD height to WGS 84 (63)',
14818
            'method' => 'urn:ogc:def:method:EPSG::9618',
14819
            'extent' => ['2482'],
14820
            'extent_description' => 'Japan - onshore mainland 35°20\'N to 36°N; 133°E to 134°E.',
14821
        ],
14822
        'urn:ogc:def:coordinateOperation:EPSG::15653' => [
14823
            'name' => 'Tokyo + JSLD height to WGS 84 (64)',
14824
            'method' => 'urn:ogc:def:method:EPSG::9618',
14825
            'extent' => ['2483'],
14826
            'extent_description' => 'Japan - onshore 35°20\'N to 36°N; 134°E to 135°E.',
14827
        ],
14828
        'urn:ogc:def:coordinateOperation:EPSG::15654' => [
14829
            'name' => 'Tokyo + JSLD height to WGS 84 (65)',
14830
            'method' => 'urn:ogc:def:method:EPSG::9618',
14831
            'extent' => ['2484'],
14832
            'extent_description' => 'Japan - 35°20\'N to 36°N; 135°E to 136°E.',
14833
        ],
14834
        'urn:ogc:def:coordinateOperation:EPSG::15655' => [
14835
            'name' => 'Tokyo + JSLD height to WGS 84 (66)',
14836
            'method' => 'urn:ogc:def:method:EPSG::9618',
14837
            'extent' => ['2485'],
14838
            'extent_description' => 'Japan - 35°20\'N to 36°N; 136°E to 137°E.',
14839
        ],
14840
        'urn:ogc:def:coordinateOperation:EPSG::15656' => [
14841
            'name' => 'Tokyo + JSLD height to WGS 84 (67)',
14842
            'method' => 'urn:ogc:def:method:EPSG::9618',
14843
            'extent' => ['2486'],
14844
            'extent_description' => 'Japan - 35°20\'N to 36°N; 137°E to 138°E.',
14845
        ],
14846
        'urn:ogc:def:coordinateOperation:EPSG::15657' => [
14847
            'name' => 'Tokyo + JSLD height to WGS 84 (68)',
14848
            'method' => 'urn:ogc:def:method:EPSG::9618',
14849
            'extent' => ['2487'],
14850
            'extent_description' => 'Japan - 35°20\'N to 36°N; 138°E to 139°E.',
14851
        ],
14852
        'urn:ogc:def:coordinateOperation:EPSG::15658' => [
14853
            'name' => 'Tokyo + JSLD height to WGS 84 (69)',
14854
            'method' => 'urn:ogc:def:method:EPSG::9618',
14855
            'extent' => ['2488'],
14856
            'extent_description' => 'Japan - 35°20\'N to 36°N; 139°E to 140°E.',
14857
        ],
14858
        'urn:ogc:def:coordinateOperation:EPSG::15659' => [
14859
            'name' => 'Tokyo + JSLD height to WGS 84 (70)',
14860
            'method' => 'urn:ogc:def:method:EPSG::9618',
14861
            'extent' => ['2489'],
14862
            'extent_description' => 'Japan - onshore 35°20\'N to 36°N; 140°E to 141°E.',
14863
        ],
14864
        'urn:ogc:def:coordinateOperation:EPSG::15660' => [
14865
            'name' => 'Tokyo + JSLD height to WGS 84 (71)',
14866
            'method' => 'urn:ogc:def:method:EPSG::9618',
14867
            'extent' => ['2490'],
14868
            'extent_description' => 'Japan - 34°40\'N to 35°20\'N; 132°E to 133°E.',
14869
        ],
14870
        'urn:ogc:def:coordinateOperation:EPSG::15661' => [
14871
            'name' => 'Tokyo + JSLD height to WGS 84 (72)',
14872
            'method' => 'urn:ogc:def:method:EPSG::9618',
14873
            'extent' => ['2491'],
14874
            'extent_description' => 'Japan - 34°40\'N to 35°20\'N; 133°E to 134°E.',
14875
        ],
14876
        'urn:ogc:def:coordinateOperation:EPSG::15662' => [
14877
            'name' => 'Tokyo + JSLD height to WGS 84 (73)',
14878
            'method' => 'urn:ogc:def:method:EPSG::9618',
14879
            'extent' => ['2492'],
14880
            'extent_description' => 'Japan - 34°40\'N to 35°20\'N; 134°E to 135°E.',
14881
        ],
14882
        'urn:ogc:def:coordinateOperation:EPSG::15663' => [
14883
            'name' => 'Tokyo + JSLD height to WGS 84 (74)',
14884
            'method' => 'urn:ogc:def:method:EPSG::9618',
14885
            'extent' => ['2493'],
14886
            'extent_description' => 'Japan - 34°40N\' to 35°20\'N; 135°E to 136°E.',
14887
        ],
14888
        'urn:ogc:def:coordinateOperation:EPSG::15664' => [
14889
            'name' => 'Tokyo + JSLD height to WGS 84 (75)',
14890
            'method' => 'urn:ogc:def:method:EPSG::9618',
14891
            'extent' => ['2494'],
14892
            'extent_description' => 'Japan - 34°40\'N to 35°20\'N; 136°E to 137°E.',
14893
        ],
14894
        'urn:ogc:def:coordinateOperation:EPSG::15665' => [
14895
            'name' => 'Tokyo + JSLD height to WGS 84 (76)',
14896
            'method' => 'urn:ogc:def:method:EPSG::9618',
14897
            'extent' => ['2495'],
14898
            'extent_description' => 'Japan - 34°40\'N to 35°20\'N; 137°E to 138°E.',
14899
        ],
14900
        'urn:ogc:def:coordinateOperation:EPSG::15666' => [
14901
            'name' => 'Tokyo + JSLD height to WGS 84 (77)',
14902
            'method' => 'urn:ogc:def:method:EPSG::9618',
14903
            'extent' => ['2496'],
14904
            'extent_description' => 'Japan - 34°40\'N to 35°20\'N; 138°E to 139°E.',
14905
        ],
14906
        'urn:ogc:def:coordinateOperation:EPSG::15667' => [
14907
            'name' => 'Tokyo + JSLD height to WGS 84 (78)',
14908
            'method' => 'urn:ogc:def:method:EPSG::9618',
14909
            'extent' => ['2497'],
14910
            'extent_description' => 'Japan - onshore mainland 34°40\'N to 35°20\'N; 139°E to 140°E.',
14911
        ],
14912
        'urn:ogc:def:coordinateOperation:EPSG::15668' => [
14913
            'name' => 'Tokyo + JSLD height to WGS 84 (79)',
14914
            'method' => 'urn:ogc:def:method:EPSG::9618',
14915
            'extent' => ['2498'],
14916
            'extent_description' => 'Japan - onshore 34°40\'N to 35°20\'N; 140°E to 141°E.',
14917
        ],
14918
        'urn:ogc:def:coordinateOperation:EPSG::15669' => [
14919
            'name' => 'Tokyo + JSLD height to WGS 84 (80)',
14920
            'method' => 'urn:ogc:def:method:EPSG::9618',
14921
            'extent' => ['2499'],
14922
            'extent_description' => 'Japan - onshore 34°N to 34°40\'N; 130°E to 131°E.',
14923
        ],
14924
        'urn:ogc:def:coordinateOperation:EPSG::15670' => [
14925
            'name' => 'Tokyo + JSLD height to WGS 84 (81)',
14926
            'method' => 'urn:ogc:def:method:EPSG::9618',
14927
            'extent' => ['2500'],
14928
            'extent_description' => 'Japan - onshore north of 34°N; between 131°E and 132°E.',
14929
        ],
14930
        'urn:ogc:def:coordinateOperation:EPSG::15671' => [
14931
            'name' => 'Tokyo + JSLD height to WGS 84 (82)',
14932
            'method' => 'urn:ogc:def:method:EPSG::9618',
14933
            'extent' => ['2501'],
14934
            'extent_description' => 'Japan - 34°N to 34°40\'N; 132°E to 133°E.',
14935
        ],
14936
        'urn:ogc:def:coordinateOperation:EPSG::15672' => [
14937
            'name' => 'Tokyo + JSLD height to WGS 84 (83)',
14938
            'method' => 'urn:ogc:def:method:EPSG::9618',
14939
            'extent' => ['2502'],
14940
            'extent_description' => 'Japan - 34°N to 34°40\'N; 133°E to 134°E.',
14941
        ],
14942
        'urn:ogc:def:coordinateOperation:EPSG::15673' => [
14943
            'name' => 'Tokyo + JSLD height to WGS 84 (84)',
14944
            'method' => 'urn:ogc:def:method:EPSG::9618',
14945
            'extent' => ['2503'],
14946
            'extent_description' => 'Japan - 34°N to 34°40\'N; 134°E to 135°E.',
14947
        ],
14948
        'urn:ogc:def:coordinateOperation:EPSG::15674' => [
14949
            'name' => 'Tokyo + JSLD height to WGS 84 (85)',
14950
            'method' => 'urn:ogc:def:method:EPSG::9618',
14951
            'extent' => ['2504'],
14952
            'extent_description' => 'Japan - 34°N to 34°40\'N; 135°E to 136°E.',
14953
        ],
14954
        'urn:ogc:def:coordinateOperation:EPSG::15675' => [
14955
            'name' => 'Tokyo + JSLD height to WGS 84 (86)',
14956
            'method' => 'urn:ogc:def:method:EPSG::9618',
14957
            'extent' => ['2505'],
14958
            'extent_description' => 'Japan - 34°N to 34°40\'N; 136°E to 137°E.',
14959
        ],
14960
        'urn:ogc:def:coordinateOperation:EPSG::15676' => [
14961
            'name' => 'Tokyo + JSLD height to WGS 84 (87)',
14962
            'method' => 'urn:ogc:def:method:EPSG::9618',
14963
            'extent' => ['2506'],
14964
            'extent_description' => 'Japan - onshore 34°N to 34°40\'N; 137°E to 138°E.',
14965
        ],
14966
        'urn:ogc:def:coordinateOperation:EPSG::15677' => [
14967
            'name' => 'Tokyo + JSLD height to WGS 84 (88)',
14968
            'method' => 'urn:ogc:def:method:EPSG::9618',
14969
            'extent' => ['2507'],
14970
            'extent_description' => 'Japan - onshore 34°N to 34°40\'N; 138°E to 139°E.',
14971
        ],
14972
        'urn:ogc:def:coordinateOperation:EPSG::15678' => [
14973
            'name' => 'Tokyo + JSLD height to WGS 84 (89)',
14974
            'method' => 'urn:ogc:def:method:EPSG::9618',
14975
            'extent' => ['2508'],
14976
            'extent_description' => 'Japan - onshore mainland 33°20\'N to 34°N; 129°E to 130°E.',
14977
        ],
14978
        'urn:ogc:def:coordinateOperation:EPSG::15679' => [
14979
            'name' => 'Tokyo + JSLD height to WGS 84 (90)',
14980
            'method' => 'urn:ogc:def:method:EPSG::9618',
14981
            'extent' => ['2509'],
14982
            'extent_description' => 'Japan - onshore mainland 33°20\'N to 34°N; 130°E to 131°E.',
14983
        ],
14984
        'urn:ogc:def:coordinateOperation:EPSG::15680' => [
14985
            'name' => 'Tokyo + JSLD height to WGS 84 (91)',
14986
            'method' => 'urn:ogc:def:method:EPSG::9618',
14987
            'extent' => ['2510'],
14988
            'extent_description' => 'Japan - 33°20\'N to 34°N; 131°E to 132°E.',
14989
        ],
14990
        'urn:ogc:def:coordinateOperation:EPSG::15681' => [
14991
            'name' => 'Tokyo + JSLD height to WGS 84 (92)',
14992
            'method' => 'urn:ogc:def:method:EPSG::9618',
14993
            'extent' => ['2511'],
14994
            'extent_description' => 'Japan - 33°20\'N to 34°N; 132°E to 133°E.',
14995
        ],
14996
        'urn:ogc:def:coordinateOperation:EPSG::15682' => [
14997
            'name' => 'Tokyo + JSLD height to WGS 84 (93)',
14998
            'method' => 'urn:ogc:def:method:EPSG::9618',
14999
            'extent' => ['2512'],
15000
            'extent_description' => 'Japan - 33°20\'N to 34°N; 133°E to 134°E.',
15001
        ],
15002
        'urn:ogc:def:coordinateOperation:EPSG::15683' => [
15003
            'name' => 'Tokyo + JSLD height to WGS 84 (94)',
15004
            'method' => 'urn:ogc:def:method:EPSG::9618',
15005
            'extent' => ['2513'],
15006
            'extent_description' => 'Japan - onshore 33°20\'N to 34°N; 134°E to 135°E.',
15007
        ],
15008
        'urn:ogc:def:coordinateOperation:EPSG::15684' => [
15009
            'name' => 'Tokyo + JSLD height to WGS 84 (95)',
15010
            'method' => 'urn:ogc:def:method:EPSG::9618',
15011
            'extent' => ['2514'],
15012
            'extent_description' => 'Japan - onshore 33°20\'N to 34°N; 135°E to 136°E.',
15013
        ],
15014
        'urn:ogc:def:coordinateOperation:EPSG::15685' => [
15015
            'name' => 'Tokyo + JSLD height to WGS 84 (96)',
15016
            'method' => 'urn:ogc:def:method:EPSG::9618',
15017
            'extent' => ['2515'],
15018
            'extent_description' => 'Japan - onshore 33°20\'N to 34°N; 136°E to 137°E.',
15019
        ],
15020
        'urn:ogc:def:coordinateOperation:EPSG::15686' => [
15021
            'name' => 'Tokyo + JSLD height to WGS 84 (97)',
15022
            'method' => 'urn:ogc:def:method:EPSG::9618',
15023
            'extent' => ['2516'],
15024
            'extent_description' => 'Japan - onshore mainland 32°40\'N to 33°20\'N; 129°E to 130°E.',
15025
        ],
15026
        'urn:ogc:def:coordinateOperation:EPSG::15687' => [
15027
            'name' => 'Tokyo + JSLD height to WGS 84 (98)',
15028
            'method' => 'urn:ogc:def:method:EPSG::9618',
15029
            'extent' => ['2517'],
15030
            'extent_description' => 'Japan - 32°40\'N to 33°20\'N; 130°E to 131°E.',
15031
        ],
15032
        'urn:ogc:def:coordinateOperation:EPSG::15688' => [
15033
            'name' => 'Tokyo + JSLD height to WGS 84 (99)',
15034
            'method' => 'urn:ogc:def:method:EPSG::9618',
15035
            'extent' => ['2518'],
15036
            'extent_description' => 'Japan - 32°40\'N to 33°20\'N; 131°E to 132°E.',
15037
        ],
15038
        'urn:ogc:def:coordinateOperation:EPSG::15689' => [
15039
            'name' => 'Tokyo + JSLD height to WGS 84 (100)',
15040
            'method' => 'urn:ogc:def:method:EPSG::9618',
15041
            'extent' => ['2519'],
15042
            'extent_description' => 'Japan - onshore mainland 32°40\'N to 33°20\'N; 132°E to 133°E.',
15043
        ],
15044
        'urn:ogc:def:coordinateOperation:EPSG::15690' => [
15045
            'name' => 'Tokyo + JSLD height to WGS 84 (101)',
15046
            'method' => 'urn:ogc:def:method:EPSG::9618',
15047
            'extent' => ['2520'],
15048
            'extent_description' => 'Japan - onshore 32°40\'N to 33°20\'N; 133°E to 134°E.',
15049
        ],
15050
        'urn:ogc:def:coordinateOperation:EPSG::15691' => [
15051
            'name' => 'Tokyo + JSLD height to WGS 84 (102)',
15052
            'method' => 'urn:ogc:def:method:EPSG::9618',
15053
            'extent' => ['2521'],
15054
            'extent_description' => 'Japan - onshore 32°40\'N to 33°20\'N; 134°E to 135°E.',
15055
        ],
15056
        'urn:ogc:def:coordinateOperation:EPSG::15692' => [
15057
            'name' => 'Tokyo + JSLD height to WGS 84 (103)',
15058
            'method' => 'urn:ogc:def:method:EPSG::9618',
15059
            'extent' => ['2522'],
15060
            'extent_description' => 'Japan - onshore 32°N to 32°40\'N; 129°54\'E to 131°E.',
15061
        ],
15062
        'urn:ogc:def:coordinateOperation:EPSG::15693' => [
15063
            'name' => 'Tokyo + JSLD height to WGS 84 (104)',
15064
            'method' => 'urn:ogc:def:method:EPSG::9618',
15065
            'extent' => ['2523'],
15066
            'extent_description' => 'Japan - onshore 32°N to 32°40\'N; 131°E to 132°E.',
15067
        ],
15068
        'urn:ogc:def:coordinateOperation:EPSG::15694' => [
15069
            'name' => 'Tokyo + JSLD height to WGS 84 (105)',
15070
            'method' => 'urn:ogc:def:method:EPSG::9618',
15071
            'extent' => ['2524'],
15072
            'extent_description' => 'Japan - onshore mainland 31°20\'N to 32°N; 130°E to 131°E.',
15073
        ],
15074
        'urn:ogc:def:coordinateOperation:EPSG::15695' => [
15075
            'name' => 'Tokyo + JSLD height to WGS 84 (106)',
15076
            'method' => 'urn:ogc:def:method:EPSG::9618',
15077
            'extent' => ['2525'],
15078
            'extent_description' => 'Japan - onshore 31°20\'N to 32°N; 131°E to 132°E.',
15079
        ],
15080
        'urn:ogc:def:coordinateOperation:EPSG::15696' => [
15081
            'name' => 'Tokyo + JSLD height to WGS 84 (107)',
15082
            'method' => 'urn:ogc:def:method:EPSG::9618',
15083
            'extent' => ['2526'],
15084
            'extent_description' => 'Japan - onshore mainland south of 31°20\'N.',
15085
        ],
15086
        'urn:ogc:def:coordinateOperation:EPSG::15697' => [
15087
            'name' => 'Tokyo + JSLD height to WGS 84 (6)',
15088
            'method' => 'urn:ogc:def:method:EPSG::9618',
15089
            'extent' => ['2425'],
15090
            'extent_description' => 'Japan - onshore mainland 45°20\'N to 46°N; 141°E to 142°E.',
15091
        ],
15092
        'urn:ogc:def:coordinateOperation:EPSG::15699' => [
15093
            'name' => 'NAD27 to WGS 84 (87)',
15094
            'method' => 'urn:ogc:def:method:EPSG::9603',
15095
            'extent' => ['3462'],
15096
            'extent_description' => 'Mexico - offshore Gulf of Mexico (GoM) - Bay of Campeche southeast.',
15097
        ],
15098
        'urn:ogc:def:coordinateOperation:EPSG::15701' => [
15099
            'name' => 'Kalianpur 1962 to WGS 84 (2)',
15100
            'method' => 'urn:ogc:def:method:EPSG::9603',
15101
            'extent' => ['2985'],
15102
            'extent_description' => 'Pakistan - offshore Indus fan.',
15103
        ],
15104
        'urn:ogc:def:coordinateOperation:EPSG::15702' => [
15105
            'name' => 'Kalianpur 1962 to WGS 84 (3)',
15106
            'method' => 'urn:ogc:def:method:EPSG::9603',
15107
            'extent' => ['2984'],
15108
            'extent_description' => 'Pakistan - Badin and Mehran blocks.',
15109
        ],
15110
        'urn:ogc:def:coordinateOperation:EPSG::15703' => [
15111
            'name' => 'Kalianpur 1962 to WGS 84 (4)',
15112
            'method' => 'urn:ogc:def:method:EPSG::9603',
15113
            'extent' => ['2982'],
15114
            'extent_description' => 'Pakistan - Karachi licence area.',
15115
        ],
15116
        'urn:ogc:def:coordinateOperation:EPSG::15707' => [
15117
            'name' => 'ELD79 to WGS 84 (6)',
15118
            'method' => 'urn:ogc:def:method:EPSG::9603',
15119
            'extent' => ['2987'],
15120
            'extent_description' => 'Libya - Amal field.',
15121
        ],
15122
        'urn:ogc:def:coordinateOperation:EPSG::15708' => [
15123
            'name' => 'PRS92 to WGS 84 (1)',
15124
            'method' => 'urn:ogc:def:method:EPSG::9607',
15125
            'extent' => ['1190'],
15126
            'extent_description' => 'Philippines - onshore and offshore.',
15127
        ],
15128
        'urn:ogc:def:coordinateOperation:EPSG::15709' => [
15129
            'name' => 'Nouakchott 1965 to WGS 84 (1)',
15130
            'method' => 'urn:ogc:def:method:EPSG::9603',
15131
            'extent' => ['2972'],
15132
            'extent_description' => 'Mauritania - Nouakchutt.',
15133
        ],
15134
        'urn:ogc:def:coordinateOperation:EPSG::15713' => [
15135
            'name' => 'Gan 1970 to WGS 84 (1)',
15136
            'method' => 'urn:ogc:def:method:EPSG::9603',
15137
            'extent' => ['3274'],
15138
            'extent_description' => 'Maldives - onshore.',
15139
        ],
15140
        'urn:ogc:def:coordinateOperation:EPSG::15730' => [
15141
            'name' => 'Bogota 1975 to MAGNA-SIRGAS (9)',
15142
            'method' => 'urn:ogc:def:method:EPSG::9636',
15143
            'extent' => ['3082'],
15144
            'extent_description' => 'Colombia - region I (north east). Onshore north of 9°48\'N and east of 73°W.',
15145
        ],
15146
        'urn:ogc:def:coordinateOperation:EPSG::15731' => [
15147
            'name' => 'Bogota 1975 to MAGNA-SIRGAS (10)',
15148
            'method' => 'urn:ogc:def:method:EPSG::9636',
15149
            'extent' => ['3083'],
15150
            'extent_description' => 'Colombia - region II (north west). Onshore north of 9°24\'N and west of 73°W.',
15151
        ],
15152
        'urn:ogc:def:coordinateOperation:EPSG::15732' => [
15153
            'name' => 'Bogota 1975 to MAGNA-SIRGAS (11)',
15154
            'method' => 'urn:ogc:def:method:EPSG::9636',
15155
            'extent' => ['3084'],
15156
            'extent_description' => 'Colombia - region III - onshore between 8°N and 9°24\'N and west of 74°24\'W.',
15157
        ],
15158
        'urn:ogc:def:coordinateOperation:EPSG::15733' => [
15159
            'name' => 'Bogota 1975 to MAGNA-SIRGAS (12)',
15160
            'method' => 'urn:ogc:def:method:EPSG::9636',
15161
            'extent' => ['3085'],
15162
            'extent_description' => 'Colombia - region IV - between 5°N and 9°24\'N and between 74°24\'W and 72°W.',
15163
        ],
15164
        'urn:ogc:def:coordinateOperation:EPSG::15734' => [
15165
            'name' => 'Bogota 1975 to MAGNA-SIRGAS (13)',
15166
            'method' => 'urn:ogc:def:method:EPSG::9636',
15167
            'extent' => ['3086'],
15168
            'extent_description' => 'Colombia - region V - onshore between 5°N and 8°N and west of 74°24\'W.',
15169
        ],
15170
        'urn:ogc:def:coordinateOperation:EPSG::15735' => [
15171
            'name' => 'Bogota 1975 to MAGNA-SIRGAS (14)',
15172
            'method' => 'urn:ogc:def:method:EPSG::9636',
15173
            'extent' => ['3087'],
15174
            'extent_description' => 'Colombia - region VI - onshore between 3°N and 5°N and west of 74°24\'W.',
15175
        ],
15176
        'urn:ogc:def:coordinateOperation:EPSG::15736' => [
15177
            'name' => 'Bogota 1975 to MAGNA-SIRGAS (15)',
15178
            'method' => 'urn:ogc:def:method:EPSG::9636',
15179
            'extent' => ['3088'],
15180
            'extent_description' => 'Colombia - region VII (south west). Onshore south of 3°N and west of 74°W.',
15181
        ],
15182
        'urn:ogc:def:coordinateOperation:EPSG::15737' => [
15183
            'name' => 'Bogota 1975 to MAGNA-SIRGAS (16)',
15184
            'method' => 'urn:ogc:def:method:EPSG::9636',
15185
            'extent' => ['3089'],
15186
            'extent_description' => 'Colombia - region VIII (south east). South and east of a line from the intersection of the meridian of 74°W with the southern border, northwards to 3°N, 74°W, westwards to 3°\'N, 74°24\'W, northwards to 5°N, 74°24\'W, eastwards to 5°N, 72°W, and then northwards to the intersection of the meridian of 72°W with the international border.',
15187
        ],
15188
        'urn:ogc:def:coordinateOperation:EPSG::15738' => [
15189
            'name' => 'MAGNA-SIRGAS to WGS 84 (1)',
15190
            'method' => 'urn:ogc:def:method:EPSG::9603',
15191
            'extent' => ['1070'],
15192
            'extent_description' => 'Colombia - onshore and offshore. Includes San Andres y Providencia, Malpelo Islands, Roncador Bank, Serrana Bank and Serranilla Bank.',
15193
        ],
15194
        'urn:ogc:def:coordinateOperation:EPSG::15742' => [
15195
            'name' => 'Deir ez Zor to WGS 84 (5)',
15196
            'method' => 'urn:ogc:def:method:EPSG::9603',
15197
            'extent' => ['3314'],
15198
            'extent_description' => 'Syria - onshore.',
15199
        ],
15200
        'urn:ogc:def:coordinateOperation:EPSG::15743' => [
15201
            'name' => 'Deir ez Zor to WGS 84 (6)',
15202
            'method' => 'urn:ogc:def:method:EPSG::9606',
15203
            'extent' => ['2329'],
15204
            'extent_description' => 'Syria - Deir area (35°22\'N, 40°06\'E)',
15205
        ],
15206
        'urn:ogc:def:coordinateOperation:EPSG::15745' => [
15207
            'name' => 'ED50(ED77) to WGS 84 (6)',
15208
            'method' => 'urn:ogc:def:method:EPSG::9603',
15209
            'extent' => ['3140'],
15210
            'extent_description' => 'Iran - South Pars field phase 11.',
15211
        ],
15212
        'urn:ogc:def:coordinateOperation:EPSG::15746' => [
15213
            'name' => 'Nakhl-e Ghanem to WGS 84 (6)',
15214
            'method' => 'urn:ogc:def:method:EPSG::9603',
15215
            'extent' => ['3141'],
15216
            'extent_description' => 'Iran - Tombak LNG plant.',
15217
        ],
15218
        'urn:ogc:def:coordinateOperation:EPSG::15752' => [
15219
            'name' => 'ED79 to WGS 84 (1)',
15220
            'method' => 'urn:ogc:def:method:EPSG::9603',
15221
            'extent' => ['1297'],
15222
            'extent_description' => 'Europe - west.',
15223
        ],
15224
        'urn:ogc:def:coordinateOperation:EPSG::15753' => [
15225
            'name' => 'ED50 to ED87 (1)',
15226
            'method' => 'urn:ogc:def:method:EPSG::9651',
15227
            'extent' => ['2330'],
15228
            'extent_description' => 'Denmark - North Sea; Germany - North Sea; Netherlands - offshore; Norway - North Sea south of 62°N; United Kingdom (UKCS) - North Sea south of 62°N.',
15229
        ],
15230
        'urn:ogc:def:coordinateOperation:EPSG::15759' => [
15231
            'name' => 'Maupiti 83 to RGPF (1)',
15232
            'method' => 'urn:ogc:def:method:EPSG::9603',
15233
            'extent' => ['3126'],
15234
            'extent_description' => 'French Polynesia - Society Islands - Maupiti.',
15235
        ],
15236
        'urn:ogc:def:coordinateOperation:EPSG::15778' => [
15237
            'name' => 'ELD79 to WGS 84 (7)',
15238
            'method' => 'urn:ogc:def:method:EPSG::9603',
15239
            'extent' => ['3142'],
15240
            'extent_description' => 'Libya - Sirte Basin licence NC192.',
15241
        ],
15242
        'urn:ogc:def:coordinateOperation:EPSG::15782' => [
15243
            'name' => 'Campo Inchauspe to POSGAR 94 (1)',
15244
            'method' => 'urn:ogc:def:method:EPSG::9603',
15245
            'extent' => ['3215'],
15246
            'extent_description' => 'Argentina - mainland onshore.',
15247
        ],
15248
        'urn:ogc:def:coordinateOperation:EPSG::15784' => [
15249
            'name' => 'Le Pouce 1934 to WGS 84 (1)',
15250
            'method' => 'urn:ogc:def:method:EPSG::9603',
15251
            'extent' => ['3209'],
15252
            'extent_description' => 'Mauritius - mainland onshore.',
15253
        ],
15254
        'urn:ogc:def:coordinateOperation:EPSG::15787' => [
15255
            'name' => 'IGCB 1955 to WGS 84 (1)',
15256
            'method' => 'urn:ogc:def:method:EPSG::9603',
15257
            'extent' => ['3171'],
15258
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - Lower Congo (Bas Congo)',
15259
        ],
15260
        'urn:ogc:def:coordinateOperation:EPSG::15790' => [
15261
            'name' => 'Mhast (offshore) to WGS 72BE (1)',
15262
            'method' => 'urn:ogc:def:method:EPSG::9603',
15263
            'extent' => ['3180'],
15264
            'extent_description' => 'Angola (Cabinda) - offshore; The Democratic Republic of the Congo (Zaire) - offshore.',
15265
        ],
15266
        'urn:ogc:def:coordinateOperation:EPSG::15792' => [
15267
            'name' => 'Egypt Gulf of Suez S-650 TL to WGS 72BE (1)',
15268
            'method' => 'urn:ogc:def:method:EPSG::9603',
15269
            'extent' => ['2341'],
15270
            'extent_description' => 'Egypt - Gulf of Suez.',
15271
        ],
15272
        'urn:ogc:def:coordinateOperation:EPSG::15793' => [
15273
            'name' => 'Barbados 1938 to WGS 84 (1)',
15274
            'method' => 'urn:ogc:def:method:EPSG::9603',
15275
            'extent' => ['3218'],
15276
            'extent_description' => 'Barbados - onshore.',
15277
        ],
15278
        'urn:ogc:def:coordinateOperation:EPSG::15794' => [
15279
            'name' => 'Cocos Islands 1965 to WGS 84 (1)',
15280
            'method' => 'urn:ogc:def:method:EPSG::9603',
15281
            'extent' => ['1069'],
15282
            'extent_description' => 'Cocos (Keeling) Islands - onshore.',
15283
        ],
15284
        'urn:ogc:def:coordinateOperation:EPSG::15795' => [
15285
            'name' => 'Tern Island 1961 to WGS 84 (1)',
15286
            'method' => 'urn:ogc:def:method:EPSG::9603',
15287
            'extent' => ['3181'],
15288
            'extent_description' => 'United States (USA) - Hawaii - Tern Island and Sorel Atoll.',
15289
        ],
15290
        'urn:ogc:def:coordinateOperation:EPSG::15796' => [
15291
            'name' => 'Iwo Jima 1945 to WGS 84 (1)',
15292
            'method' => 'urn:ogc:def:method:EPSG::9603',
15293
            'extent' => ['3200'],
15294
            'extent_description' => 'Japan - Iwo Jima island.',
15295
        ],
15296
        'urn:ogc:def:coordinateOperation:EPSG::15797' => [
15297
            'name' => 'Ascension Island 1958 to WGS 84 (1)',
15298
            'method' => 'urn:ogc:def:method:EPSG::9603',
15299
            'extent' => ['3182'],
15300
            'extent_description' => 'St Helena, Ascension and Tristan da Cunha - Ascension Island - onshore.',
15301
        ],
15302
        'urn:ogc:def:coordinateOperation:EPSG::15799' => [
15303
            'name' => 'Marcus Island 1952 to WGS 84 (1)',
15304
            'method' => 'urn:ogc:def:method:EPSG::9603',
15305
            'extent' => ['1872'],
15306
            'extent_description' => 'Japan - onshore - Tokyo-to south of 28°N and east of 143°E - Minamitori-shima (Marcus Island).',
15307
        ],
15308
        'urn:ogc:def:coordinateOperation:EPSG::15801' => [
15309
            'name' => 'Bellevue to WGS 84 (1)',
15310
            'method' => 'urn:ogc:def:method:EPSG::9603',
15311
            'extent' => ['3193'],
15312
            'extent_description' => 'Vanuatu - southern islands - Aneityum, Efate, Erromango and Tanna.',
15313
        ],
15314
        'urn:ogc:def:coordinateOperation:EPSG::15802' => [
15315
            'name' => 'Camp Area Astro to WGS 84 (1)',
15316
            'method' => 'urn:ogc:def:method:EPSG::9603',
15317
            'extent' => ['3205'],
15318
            'extent_description' => 'Antarctica - McMurdo Sound, Camp McMurdo area.',
15319
        ],
15320
        'urn:ogc:def:coordinateOperation:EPSG::15803' => [
15321
            'name' => 'Phoenix Islands 1966 to WGS 84 (1)',
15322
            'method' => 'urn:ogc:def:method:EPSG::9603',
15323
            'extent' => ['3196'],
15324
            'extent_description' => 'Kiribati - Phoenix Islands: Kanton, Orona, McKean Atoll, Birnie Atoll, Phoenix Seamounts.',
15325
        ],
15326
        'urn:ogc:def:coordinateOperation:EPSG::15804' => [
15327
            'name' => 'Cape Canaveral to WGS 84 (1)',
15328
            'method' => 'urn:ogc:def:method:EPSG::9603',
15329
            'extent' => ['3206'],
15330
            'extent_description' => 'North America - onshore - Bahamas and USA - Florida (east).',
15331
        ],
15332
        'urn:ogc:def:coordinateOperation:EPSG::15805' => [
15333
            'name' => 'Solomon 1968 to WGS 84 (1)',
15334
            'method' => 'urn:ogc:def:method:EPSG::9603',
15335
            'extent' => ['3198'],
15336
            'extent_description' => 'Solomon Islands - Western Islands - New Georgia, Ghizo (Gizo).',
15337
        ],
15338
        'urn:ogc:def:coordinateOperation:EPSG::15806' => [
15339
            'name' => 'Easter Island 1967 to WGS 84 (1)',
15340
            'method' => 'urn:ogc:def:method:EPSG::9603',
15341
            'extent' => ['3188'],
15342
            'extent_description' => 'Chile - Easter Island onshore.',
15343
        ],
15344
        'urn:ogc:def:coordinateOperation:EPSG::15807' => [
15345
            'name' => 'Solomon 1968 to WGS 84 (2)',
15346
            'method' => 'urn:ogc:def:method:EPSG::9603',
15347
            'extent' => ['3197'],
15348
            'extent_description' => 'Solomon Islands - Guadalcanal Island.',
15349
        ],
15350
        'urn:ogc:def:coordinateOperation:EPSG::15808' => [
15351
            'name' => 'Diego Garcia 1969 to WGS 84 (1)',
15352
            'method' => 'urn:ogc:def:method:EPSG::9603',
15353
            'extent' => ['3189'],
15354
            'extent_description' => 'British Indian Ocean Territory - Chagos Archipelago - Diego Garcia.',
15355
        ],
15356
        'urn:ogc:def:coordinateOperation:EPSG::15809' => [
15357
            'name' => 'Johnston Island 1961 to WGS 84 (1)',
15358
            'method' => 'urn:ogc:def:method:EPSG::9603',
15359
            'extent' => ['3201'],
15360
            'extent_description' => 'United States Minor Outlying Islands - Johnston Island.',
15361
        ],
15362
        'urn:ogc:def:coordinateOperation:EPSG::15810' => [
15363
            'name' => 'Kusaie 1951 to WGS 84 (1)',
15364
            'method' => 'urn:ogc:def:method:EPSG::9603',
15365
            'extent' => ['3192'],
15366
            'extent_description' => 'Federated States of Micronesia - Kosrae (Kusaie).',
15367
        ],
15368
        'urn:ogc:def:coordinateOperation:EPSG::15812' => [
15369
            'name' => 'Deception Island to WGS 84 (1)',
15370
            'method' => 'urn:ogc:def:method:EPSG::9603',
15371
            'extent' => ['3204'],
15372
            'extent_description' => 'Antarctica - South Shetland Islands - Deception Island.',
15373
        ],
15374
        'urn:ogc:def:coordinateOperation:EPSG::15813' => [
15375
            'name' => 'South Georgia 1968 to WGS 84 (1)',
15376
            'method' => 'urn:ogc:def:method:EPSG::9603',
15377
            'extent' => ['3529'],
15378
            'extent_description' => 'South Georgia and the South Sandwich Islands - South Georgia onshore.',
15379
        ],
15380
        'urn:ogc:def:coordinateOperation:EPSG::15815' => [
15381
            'name' => 'PN84 to WGS 84 (1)',
15382
            'method' => 'urn:ogc:def:method:EPSG::9603',
15383
            'extent' => ['4598'],
15384
            'extent_description' => 'Spain - Canary Islands - El Hierro, La Gomera, La Palma and Tenerife - onshore.',
15385
        ],
15386
        'urn:ogc:def:coordinateOperation:EPSG::15816' => [
15387
            'name' => 'Tristan 1968 to WGS 84 (1)',
15388
            'method' => 'urn:ogc:def:method:EPSG::9603',
15389
            'extent' => ['3184'],
15390
            'extent_description' => 'St Helena, Ascension and Tristan da Cunha - Tristan da Cunha island group including Tristan, Inaccessible, Nightingale, Middle and Stoltenhoff Islands.',
15391
        ],
15392
        'urn:ogc:def:coordinateOperation:EPSG::15818' => [
15393
            'name' => 'Midway 1961 to WGS 84 (2)',
15394
            'method' => 'urn:ogc:def:method:EPSG::9603',
15395
            'extent' => ['3202'],
15396
            'extent_description' => 'United States Minor Outlying Islands - Midway Islands - Sand Island and Eastern Island.',
15397
        ],
15398
        'urn:ogc:def:coordinateOperation:EPSG::15819' => [
15399
            'name' => 'Pitcairn 1967 to WGS 84 (1)',
15400
            'method' => 'urn:ogc:def:method:EPSG::9603',
15401
            'extent' => ['3208'],
15402
            'extent_description' => 'Pitcairn - Pitcairn Island.',
15403
        ],
15404
        'urn:ogc:def:coordinateOperation:EPSG::15820' => [
15405
            'name' => 'Santo 1965 to WGS 84 (1)',
15406
            'method' => 'urn:ogc:def:method:EPSG::9603',
15407
            'extent' => ['3194'],
15408
            'extent_description' => 'Vanuatu - northern islands - Aese, Ambrym, Aoba, Epi, Espiritu Santo, Maewo, Malo, Malkula, Paama, Pentecost, Shepherd and Tutuba.',
15409
        ],
15410
        'urn:ogc:def:coordinateOperation:EPSG::15822' => [
15411
            'name' => 'Marshall Islands 1960 to WGS 84 (1)',
15412
            'method' => 'urn:ogc:def:method:EPSG::9603',
15413
            'extent' => ['3191'],
15414
            'extent_description' => 'Marshall Islands - onshore. Wake atoll onshore.',
15415
        ],
15416
        'urn:ogc:def:coordinateOperation:EPSG::15823' => [
15417
            'name' => 'Wake Island 1952 to WGS 84 (1)',
15418
            'method' => 'urn:ogc:def:method:EPSG::9603',
15419
            'extent' => ['3190'],
15420
            'extent_description' => 'Wake atoll - onshore.',
15421
        ],
15422
        'urn:ogc:def:coordinateOperation:EPSG::15824' => [
15423
            'name' => 'Old Hawaiian to WGS 84 (3)',
15424
            'method' => 'urn:ogc:def:method:EPSG::9603',
15425
            'extent' => ['1334'],
15426
            'extent_description' => 'United States (USA) - Hawaii - main islands onshore.',
15427
        ],
15428
        'urn:ogc:def:coordinateOperation:EPSG::15825' => [
15429
            'name' => 'Old Hawaiian to WGS 84 (4)',
15430
            'method' => 'urn:ogc:def:method:EPSG::9603',
15431
            'extent' => ['1546'],
15432
            'extent_description' => 'United States (USA) - Hawaii - island of Hawaii - onshore.',
15433
        ],
15434
        'urn:ogc:def:coordinateOperation:EPSG::15826' => [
15435
            'name' => 'Old Hawaiian to WGS 84 (5)',
15436
            'method' => 'urn:ogc:def:method:EPSG::9603',
15437
            'extent' => ['1549'],
15438
            'extent_description' => 'United States (USA) - Hawaii - Kauai - onshore.',
15439
        ],
15440
        'urn:ogc:def:coordinateOperation:EPSG::15827' => [
15441
            'name' => 'Old Hawaiian to WGS 84 (6)',
15442
            'method' => 'urn:ogc:def:method:EPSG::9603',
15443
            'extent' => ['1547'],
15444
            'extent_description' => 'United States (USA) - Hawaii - Maui; Kahoolawe; Lanai; Molokai - onshore.',
15445
        ],
15446
        'urn:ogc:def:coordinateOperation:EPSG::15828' => [
15447
            'name' => 'Old Hawaiian to WGS 84 (7)',
15448
            'method' => 'urn:ogc:def:method:EPSG::9603',
15449
            'extent' => ['1548'],
15450
            'extent_description' => 'United States (USA) - Hawaii - Oahu - onshore.',
15451
        ],
15452
        'urn:ogc:def:coordinateOperation:EPSG::15831' => [
15453
            'name' => 'Korea 2000 to WGS 84 (1)',
15454
            'method' => 'urn:ogc:def:method:EPSG::9603',
15455
            'extent' => ['1135'],
15456
            'extent_description' => 'Republic of Korea (South Korea) - onshore and offshore.',
15457
        ],
15458
        'urn:ogc:def:coordinateOperation:EPSG::15833' => [
15459
            'name' => 'RGPF to WGS 84 (2)',
15460
            'method' => 'urn:ogc:def:method:EPSG::9603',
15461
            'extent' => ['1098'],
15462
            'extent_description' => 'French Polynesia - onshore and offshore. Includes Society archipelago, Tuamotu archipelago, Marquesas Islands, Gambier Islands and Austral Islands.',
15463
        ],
15464
        'urn:ogc:def:coordinateOperation:EPSG::15842' => [
15465
            'name' => 'Hong Kong 1963(67) to WGS 84 (1)',
15466
            'method' => 'urn:ogc:def:method:EPSG::9603',
15467
            'extent' => ['1118'],
15468
            'extent_description' => 'China - Hong Kong - onshore and offshore.',
15469
        ],
15470
        'urn:ogc:def:coordinateOperation:EPSG::15843' => [
15471
            'name' => 'PZ-90 to WGS 84 (1)',
15472
            'method' => 'urn:ogc:def:method:EPSG::9607',
15473
            'extent' => ['1262'],
15474
            'extent_description' => 'World.',
15475
        ],
15476
        'urn:ogc:def:coordinateOperation:EPSG::15844' => [
15477
            'name' => 'Pulkovo 1942 to PZ-90 (1)',
15478
            'method' => 'urn:ogc:def:method:EPSG::9607',
15479
            'extent' => ['2423'],
15480
            'extent_description' => 'Armenia; Azerbaijan; Belarus; Estonia - onshore; Georgia - onshore; Kazakhstan; Kyrgyzstan; Latvia - onshore; Lithuania - onshore; Moldova; Russian Federation - onshore; Tajikistan; Turkmenistan; Ukraine - onshore; Uzbekistan.',
15481
        ],
15482
        'urn:ogc:def:coordinateOperation:EPSG::15846' => [
15483
            'name' => 'Egypt Gulf of Suez S-650 TL to WGS 84 (2)',
15484
            'method' => 'urn:ogc:def:method:EPSG::9603',
15485
            'extent' => ['2341'],
15486
            'extent_description' => 'Egypt - Gulf of Suez.',
15487
        ],
15488
        'urn:ogc:def:coordinateOperation:EPSG::15847' => [
15489
            'name' => 'MOP78 to WGS 84 (2)',
15490
            'method' => 'urn:ogc:def:method:EPSG::9603',
15491
            'extent' => ['2815'],
15492
            'extent_description' => 'Wallis and Futuna - Wallis.',
15493
        ],
15494
        'urn:ogc:def:coordinateOperation:EPSG::15849' => [
15495
            'name' => 'Beduaram to WGS 84 (2)',
15496
            'method' => 'urn:ogc:def:method:EPSG::9603',
15497
            'extent' => ['2771'],
15498
            'extent_description' => 'Niger - southeast',
15499
        ],
15500
        'urn:ogc:def:coordinateOperation:EPSG::15850' => [
15501
            'name' => 'IGN 1962 Kerguelen to WGS 84 (1)',
15502
            'method' => 'urn:ogc:def:method:EPSG::9603',
15503
            'extent' => ['2816'],
15504
            'extent_description' => 'French Southern Territories - Kerguelen onshore.',
15505
        ],
15506
        'urn:ogc:def:coordinateOperation:EPSG::15855' => [
15507
            'name' => 'NAD27 to WGS 84 (83)',
15508
            'method' => 'urn:ogc:def:method:EPSG::9603',
15509
            'extent' => ['3361'],
15510
            'extent_description' => 'Mexico - offshore Gulf of Mexico (GoM) - Tampico area.',
15511
        ],
15512
        'urn:ogc:def:coordinateOperation:EPSG::15860' => [
15513
            'name' => 'Mauritania 1999 to WGS 84 (1)',
15514
            'method' => 'urn:ogc:def:method:EPSG::9603',
15515
            'extent' => ['1157'],
15516
            'extent_description' => 'Mauritania - onshore and offshore.',
15517
        ],
15518
        'urn:ogc:def:coordinateOperation:EPSG::15865' => [
15519
            'name' => 'Pulkovo 1942 to WGS 84 (16)',
15520
            'method' => 'urn:ogc:def:method:EPSG::9607',
15521
            'extent' => ['2423'],
15522
            'extent_description' => 'Armenia; Azerbaijan; Belarus; Estonia - onshore; Georgia - onshore; Kazakhstan; Kyrgyzstan; Latvia - onshore; Lithuania - onshore; Moldova; Russian Federation - onshore; Tajikistan; Turkmenistan; Ukraine - onshore; Uzbekistan.',
15523
        ],
15524
        'urn:ogc:def:coordinateOperation:EPSG::15866' => [
15525
            'name' => 'FD54 to ED50 (1)',
15526
            'method' => 'urn:ogc:def:method:EPSG::9603',
15527
            'extent' => ['3248'],
15528
            'extent_description' => 'Faroe Islands - onshore.',
15529
        ],
15530
        'urn:ogc:def:coordinateOperation:EPSG::15867' => [
15531
            'name' => 'PD/83 to ETRS89 (1)',
15532
            'method' => 'urn:ogc:def:method:EPSG::9606',
15533
            'extent' => ['2544'],
15534
            'extent_description' => 'Germany - Thuringen.',
15535
        ],
15536
        'urn:ogc:def:coordinateOperation:EPSG::15868' => [
15537
            'name' => 'RD/83 to ETRS89 (1)',
15538
            'method' => 'urn:ogc:def:method:EPSG::9606',
15539
            'extent' => ['2545'],
15540
            'extent_description' => 'Germany - Sachsen.',
15541
        ],
15542
        'urn:ogc:def:coordinateOperation:EPSG::15870' => [
15543
            'name' => 'Jouik 1961 to WGS 84 (1)',
15544
            'method' => 'urn:ogc:def:method:EPSG::9603',
15545
            'extent' => ['2967'],
15546
            'extent_description' => 'Mauritania - coastal area north of Cape Timiris.',
15547
        ],
15548
        'urn:ogc:def:coordinateOperation:EPSG::15873' => [
15549
            'name' => 'Douala 1948 to WGS 84 (1)',
15550
            'method' => 'urn:ogc:def:method:EPSG::9603',
15551
            'extent' => ['2555'],
15552
            'extent_description' => 'Cameroon - coastal area.',
15553
        ],
15554
        'urn:ogc:def:coordinateOperation:EPSG::15875' => [
15555
            'name' => 'Fiji 1956 to WGS 84 (1)',
15556
            'method' => 'urn:ogc:def:method:EPSG::9603',
15557
            'extent' => ['3398'],
15558
            'extent_description' => 'Fiji - onshore - Vanua Levu, Taveuni, Viti Levu and and immediately adjacent smaller islands of Yasawa and Kandavu groups.',
15559
        ],
15560
        'urn:ogc:def:coordinateOperation:EPSG::15876' => [
15561
            'name' => 'Fiji 1986 to WGS 84 (1)',
15562
            'method' => 'urn:ogc:def:method:EPSG::9606',
15563
            'extent' => ['1094'],
15564
            'extent_description' => 'Fiji - onshore. Includes Viti Levu, Vanua Levu, Taveuni, the Yasawa Group, the Kadavu Group, the Lau Islands and Rotuma Islands.',
15565
        ],
15566
        'urn:ogc:def:coordinateOperation:EPSG::15878' => [
15567
            'name' => 'Vanua Levu 1915 to WGS 84 (1)',
15568
            'method' => 'urn:ogc:def:method:EPSG::9603',
15569
            'extent' => ['3401'],
15570
            'extent_description' => 'Fiji - Vanua Levu and Taveuni.',
15571
        ],
15572
        'urn:ogc:def:coordinateOperation:EPSG::15879' => [
15573
            'name' => 'GR96 to WGS 84 (1)',
15574
            'method' => 'urn:ogc:def:method:EPSG::9603',
15575
            'extent' => ['1107'],
15576
            'extent_description' => 'Greenland - onshore and offshore.',
15577
        ],
15578
        'urn:ogc:def:coordinateOperation:EPSG::15880' => [
15579
            'name' => 'RGNC91-93 to WGS 84 (1)',
15580
            'method' => 'urn:ogc:def:method:EPSG::9603',
15581
            'extent' => ['1174'],
15582
            'extent_description' => 'New Caledonia - onshore and offshore. Isle de Pins, Loyalty Islands, Huon Islands, Belep archipelago, Chesterfield Islands, and Walpole.',
15583
        ],
15584
        'urn:ogc:def:coordinateOperation:EPSG::15889' => [
15585
            'name' => 'NEA74 Noumea to RGNC91-93 (2)',
15586
            'method' => 'urn:ogc:def:method:EPSG::9607',
15587
            'extent' => ['2823'],
15588
            'extent_description' => 'New Caledonia - Grande Terre - Noumea district.',
15589
        ],
15590
        'urn:ogc:def:coordinateOperation:EPSG::15892' => [
15591
            'name' => 'ST87 Ouvea to RGNC91-93 (2)',
15592
            'method' => 'urn:ogc:def:method:EPSG::9607',
15593
            'extent' => ['2813'],
15594
            'extent_description' => 'New Caledonia - Loyalty Islands - Ouvea.',
15595
        ],
15596
        'urn:ogc:def:coordinateOperation:EPSG::15893' => [
15597
            'name' => 'ST84 Ile des Pins to RGNC91-93 (1)',
15598
            'method' => 'urn:ogc:def:method:EPSG::9607',
15599
            'extent' => ['2820'],
15600
            'extent_description' => 'New Caledonia - Ile des Pins.',
15601
        ],
15602
        'urn:ogc:def:coordinateOperation:EPSG::15894' => [
15603
            'name' => 'SIRGAS 2000 to WGS 84 (1)',
15604
            'method' => 'urn:ogc:def:method:EPSG::9603',
15605
            'extent' => ['3418'],
15606
            'extent_description' => 'Latin America - Central America and South America - onshore and offshore. Brazil - onshore and offshore.',
15607
        ],
15608
        'urn:ogc:def:coordinateOperation:EPSG::15896' => [
15609
            'name' => 'Kertau (RSO) to Kertau 1968 (1)',
15610
            'method' => 'urn:ogc:def:method:EPSG::9603',
15611
            'extent' => ['1309'],
15612
            'extent_description' => 'Malaysia - West Malaysia; Singapore.',
15613
        ],
15614
        'urn:ogc:def:coordinateOperation:EPSG::15899' => [
15615
            'name' => 'Scoresbysund 1952 to GR96 (1)',
15616
            'method' => 'urn:ogc:def:method:EPSG::9606',
15617
            'extent' => ['2570'],
15618
            'extent_description' => 'Greenland - Scoresbysund area onshore.',
15619
        ],
15620
        'urn:ogc:def:coordinateOperation:EPSG::15900' => [
15621
            'name' => 'Ammassalik 1958 to GR96 (1)',
15622
            'method' => 'urn:ogc:def:method:EPSG::9606',
15623
            'extent' => ['2571'],
15624
            'extent_description' => 'Greenland - Ammassalik area onshore.',
15625
        ],
15626
        'urn:ogc:def:coordinateOperation:EPSG::15908' => [
15627
            'name' => 'LGD2006 to WGS 84 (1)',
15628
            'method' => 'urn:ogc:def:method:EPSG::9603',
15629
            'extent' => ['1143'],
15630
            'extent_description' => 'Libya - onshore and offshore.',
15631
        ],
15632
        'urn:ogc:def:coordinateOperation:EPSG::15909' => [
15633
            'name' => 'ELD79 to WGS 84 (8)',
15634
            'method' => 'urn:ogc:def:method:EPSG::9603',
15635
            'extent' => ['3271'],
15636
            'extent_description' => 'Libya - onshore.',
15637
        ],
15638
        'urn:ogc:def:coordinateOperation:EPSG::15911' => [
15639
            'name' => 'ID74 to DGN95 (1)',
15640
            'method' => 'urn:ogc:def:method:EPSG::9607',
15641
            'extent' => ['4020'],
15642
            'extent_description' => 'Indonesia - onshore.',
15643
        ],
15644
        'urn:ogc:def:coordinateOperation:EPSG::15912' => [
15645
            'name' => 'DGN95 to WGS 84 (1)',
15646
            'method' => 'urn:ogc:def:method:EPSG::9603',
15647
            'extent' => ['1122'],
15648
            'extent_description' => 'Indonesia - onshore and offshore.',
15649
        ],
15650
        'urn:ogc:def:coordinateOperation:EPSG::15913' => [
15651
            'name' => 'NAD27 to WGS 84 (86)',
15652
            'method' => 'urn:ogc:def:method:EPSG::9603',
15653
            'extent' => ['3461'],
15654
            'extent_description' => 'Mexico - offshore Gulf of Mexico (GoM) - Bay of Campeche northeast.',
15655
        ],
15656
        'urn:ogc:def:coordinateOperation:EPSG::15914' => [
15657
            'name' => 'BLM zone 14N (US survey feet)',
15658
            'method' => 'urn:ogc:def:method:EPSG::9807',
15659
            'extent' => ['3637'],
15660
            'extent_description' => 'United States (USA) - between 102°W and 96°W. Iowa; Kansas; Minnesota; Nebraska; North Dakota; Oklahoma; South Dakota; Texas; Gulf of Mexico outer continental shelf (GoM OCS) west of approximately 96°W - protraction areas Corpus Christi; Port Isabel.',
15661
        ],
15662
        'urn:ogc:def:coordinateOperation:EPSG::15915' => [
15663
            'name' => 'BLM zone 15N (US survey feet)',
15664
            'method' => 'urn:ogc:def:method:EPSG::9807',
15665
            'extent' => ['3640'],
15666
            'extent_description' => 'United States (USA) - between 96°W and 90°W - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin; Gulf of Mexico outer continental shelf (GoM OCS) between approximately 96°W and 90°W - protraction areas East Breaks; Alaminos Canyon; Garden Banks; Keathley Canyon; Sigsbee Escarpment; Ewing Bank; Green Canyon; Walker Ridge; Amery Terrace.',
15667
        ],
15668
        'urn:ogc:def:coordinateOperation:EPSG::15916' => [
15669
            'name' => 'BLM zone 16N (US survey feet)',
15670
            'method' => 'urn:ogc:def:method:EPSG::9807',
15671
            'extent' => ['3641'],
15672
            'extent_description' => 'United States (USA) - between 90°W and 84°W onshore and offshore - Alabama; Arkansas; Florida; Georgia; Indiana; Illinois; Kentucky; Louisiana; Michigan; Minnesota; Mississippi; Missouri; North Carolina; Ohio; Tennessee; Wisconsin; Gulf of Mexico outer continental shelf (GoM OCS) between approximately 90°W and 84°W - protraction areas Mobile; Viosca Knoll; Mississippi Canyon; Atwater Valley; Lund; Lund South; Pensacola; Destin Dome; De Soto Canyon; Lloyd Ridge; Henderson; Florida Plain; Campeche Escarpment; Apalachicola; Florida Middle Ground; The Elbow; Vernon Basin; Howell Hook; Rankin.',
15673
        ],
15674
        'urn:ogc:def:coordinateOperation:EPSG::15917' => [
15675
            'name' => 'BLM zone 17N (US survey feet)',
15676
            'method' => 'urn:ogc:def:method:EPSG::9807',
15677
            'extent' => ['3642'],
15678
            'extent_description' => 'United States (USA) - between 84°W and 78°W onshore and offshore - Florida; Georgia; Maryland; Michigan; New York; North Carolina; Ohio; Pennsylvania; South Carolina; Tennessee; Virginia; West Virginia; Gulf of Mexico outer continental shelf (GoM OCS) east of approximately 84°W - protraction areas Gainesville; Tarpon Springs; St Petersburg; Charlotte Harbor; Pulley Ridge; Dry Tortugas; Tortugas Valley; Miami; Key West.',
15679
        ],
15680
        'urn:ogc:def:coordinateOperation:EPSG::15918' => [
15681
            'name' => 'Beijing 1954 to WGS 84 (1)',
15682
            'method' => 'urn:ogc:def:method:EPSG::9603',
15683
            'extent' => ['3466'],
15684
            'extent_description' => 'China - Ordos basin.',
15685
        ],
15686
        'urn:ogc:def:coordinateOperation:EPSG::15919' => [
15687
            'name' => 'Beijing 1954 to WGS 84 (2)',
15688
            'method' => 'urn:ogc:def:method:EPSG::9606',
15689
            'extent' => ['3469'],
15690
            'extent_description' => 'China - offshore - Huang Hai (Yellow Sea).',
15691
        ],
15692
        'urn:ogc:def:coordinateOperation:EPSG::15920' => [
15693
            'name' => 'Beijing 1954 to WGS 84 (3)',
15694
            'method' => 'urn:ogc:def:method:EPSG::9606',
15695
            'extent' => ['3470'],
15696
            'extent_description' => 'China - offshore South China Sea - Pearl River basin.',
15697
        ],
15698
        'urn:ogc:def:coordinateOperation:EPSG::15921' => [
15699
            'name' => 'Beijing 1954 to WGS 84 (4)',
15700
            'method' => 'urn:ogc:def:method:EPSG::9603',
15701
            'extent' => ['3507'],
15702
            'extent_description' => 'China - south and west Tarim basin.',
15703
        ],
15704
        'urn:ogc:def:coordinateOperation:EPSG::15923' => [
15705
            'name' => 'ELD79 to WGS 84 (9)',
15706
            'method' => 'urn:ogc:def:method:EPSG::9603',
15707
            'extent' => ['3477'],
15708
            'extent_description' => 'Libya - Cyrenaica area 42, blocks 2 and 4.',
15709
        ],
15710
        'urn:ogc:def:coordinateOperation:EPSG::15924' => [
15711
            'name' => 'ELD79 to LGD2006 (1)',
15712
            'method' => 'urn:ogc:def:method:EPSG::9603',
15713
            'extent' => ['3271'],
15714
            'extent_description' => 'Libya - onshore.',
15715
        ],
15716
        'urn:ogc:def:coordinateOperation:EPSG::15925' => [
15717
            'name' => 'JAD2001 to WGS 84 (1)',
15718
            'method' => 'urn:ogc:def:method:EPSG::9603',
15719
            'extent' => ['1128'],
15720
            'extent_description' => 'Jamaica - onshore and offshore. Includes Morant Cays and Pedro Cays.',
15721
        ],
15722
        'urn:ogc:def:coordinateOperation:EPSG::15926' => [
15723
            'name' => 'JAD69 to JAD2001 (1)',
15724
            'method' => 'urn:ogc:def:method:EPSG::9607',
15725
            'extent' => ['3342'],
15726
            'extent_description' => 'Jamaica - onshore.',
15727
        ],
15728
        'urn:ogc:def:coordinateOperation:EPSG::15928' => [
15729
            'name' => 'BD72 to ETRS89 (2)',
15730
            'method' => 'urn:ogc:def:method:EPSG::9607',
15731
            'extent' => ['1347'],
15732
            'extent_description' => 'Belgium - onshore.',
15733
        ],
15734
        'urn:ogc:def:coordinateOperation:EPSG::15931' => [
15735
            'name' => 'NAD83(NSRS2007) to WGS 84 (1)',
15736
            'method' => 'urn:ogc:def:method:EPSG::9603',
15737
            'extent' => ['1511'],
15738
            'extent_description' => 'Puerto Rico - onshore and offshore. United States (USA) onshore and offshore - Alabama; Alaska; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming. US Virgin Islands - onshore and offshore.',
15739
        ],
15740
        'urn:ogc:def:coordinateOperation:EPSG::15935' => [
15741
            'name' => 'Beijing 1954 to WGS 84 (5)',
15742
            'method' => 'urn:ogc:def:method:EPSG::9606',
15743
            'extent' => ['3561'],
15744
            'extent_description' => 'China - offshore - Bei Bu Wan (Gulf of Tonkin).',
15745
        ],
15746
        'urn:ogc:def:coordinateOperation:EPSG::15936' => [
15747
            'name' => 'Beijing 1954 to WGS 84 (6)',
15748
            'method' => 'urn:ogc:def:method:EPSG::9603',
15749
            'extent' => ['3466'],
15750
            'extent_description' => 'China - Ordos basin.',
15751
        ],
15752
        'urn:ogc:def:coordinateOperation:EPSG::15948' => [
15753
            'name' => 'DHDN to ETRS89 (8)',
15754
            'method' => 'urn:ogc:def:method:EPSG::9615',
15755
            'extent' => ['3339'],
15756
            'extent_description' => 'Germany - onshore - states of Baden-Wurtemberg, Bayern, Berlin, Brandenburg, Bremen, Hamburg, Hessen, Mecklenburg-Vorpommern, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Sachsen, Sachsen-Anhalt, Schleswig-Holstein, Thuringen.',
15757
        ],
15758
        'urn:ogc:def:coordinateOperation:EPSG::15953' => [
15759
            'name' => 'Nahrwan 1967 to WGS 84 (10)',
15760
            'method' => 'urn:ogc:def:method:EPSG::9603',
15761
            'extent' => ['3531'],
15762
            'extent_description' => 'United Arab Emirates (UAE) - Dubai municipality.',
15763
        ],
15764
        'urn:ogc:def:coordinateOperation:EPSG::15957' => [
15765
            'name' => 'Qornoq 1927 to GR96 (1)',
15766
            'method' => 'urn:ogc:def:method:EPSG::9606',
15767
            'extent' => ['3362'],
15768
            'extent_description' => 'Greenland - west coast onshore.',
15769
        ],
15770
        'urn:ogc:def:coordinateOperation:EPSG::15964' => [
15771
            'name' => 'ED50 to WGS 84 (42)',
15772
            'method' => 'urn:ogc:def:method:EPSG::9603',
15773
            'extent' => ['3537'],
15774
            'extent_description' => 'Portugal - mainland - offshore.',
15775
        ],
15776
        'urn:ogc:def:coordinateOperation:EPSG::15965' => [
15777
            'name' => 'S-JTSK to WGS 84 (3)',
15778
            'method' => 'urn:ogc:def:method:EPSG::9603',
15779
            'extent' => ['1306'],
15780
            'extent_description' => 'Czechia; Slovakia.',
15781
        ],
15782
        'urn:ogc:def:coordinateOperation:EPSG::15966' => [
15783
            'name' => 'HTRS96 to ETRS89 (1)',
15784
            'method' => 'urn:ogc:def:method:EPSG::9603',
15785
            'extent' => ['1076'],
15786
            'extent_description' => 'Croatia - onshore and offshore.',
15787
        ],
15788
        'urn:ogc:def:coordinateOperation:EPSG::15969' => [
15789
            'name' => 'Bermuda 1957 to BDA2000 (1)',
15790
            'method' => 'urn:ogc:def:method:EPSG::9607',
15791
            'extent' => ['3221'],
15792
            'extent_description' => 'Bermuda - onshore.',
15793
        ],
15794
        'urn:ogc:def:coordinateOperation:EPSG::15971' => [
15795
            'name' => 'BDA2000 to WGS 84 (1)',
15796
            'method' => 'urn:ogc:def:method:EPSG::9603',
15797
            'extent' => ['1047'],
15798
            'extent_description' => 'Bermuda - onshore and offshore.',
15799
        ],
15800
        'urn:ogc:def:coordinateOperation:EPSG::15972' => [
15801
            'name' => 'Pitcairn 2006 to WGS 84 (1)',
15802
            'method' => 'urn:ogc:def:method:EPSG::9603',
15803
            'extent' => ['3208'],
15804
            'extent_description' => 'Pitcairn - Pitcairn Island.',
15805
        ],
15806
        'urn:ogc:def:coordinateOperation:EPSG::15974' => [
15807
            'name' => 'RSRGD2000 to WGS 84 (1)',
15808
            'method' => 'urn:ogc:def:method:EPSG::9603',
15809
            'extent' => ['3558'],
15810
            'extent_description' => 'Antarctica - Ross Sea Region - nominally between 160°E and 150°W but includes buffer on eastern hemisphere margin to include Transantarctic Mountains',
15811
        ],
15812
        'urn:ogc:def:coordinateOperation:EPSG::15977' => [
15813
            'name' => 'Slovenia 1996 to ETRS89 (1)',
15814
            'method' => 'urn:ogc:def:method:EPSG::9603',
15815
            'extent' => ['1212'],
15816
            'extent_description' => 'Slovenia - onshore and offshore.',
15817
        ],
15818
        'urn:ogc:def:coordinateOperation:EPSG::15978' => [
15819
            'name' => 'NAD27 to WGS 84 (88)',
15820
            'method' => 'urn:ogc:def:method:EPSG::9607',
15821
            'extent' => ['1077'],
15822
            'extent_description' => 'Cuba - onshore and offshore.',
15823
        ],
15824
        'urn:ogc:def:coordinateOperation:EPSG::15979' => [
15825
            'name' => 'AGD66 to GDA94 (12)',
15826
            'method' => 'urn:ogc:def:method:EPSG::9607',
15827
            'extent' => ['3559'],
15828
            'extent_description' => 'Australia - offshore including EEZ.',
15829
        ],
15830
        'urn:ogc:def:coordinateOperation:EPSG::15994' => [
15831
            'name' => 'Pulkovo 1942(58) to ETRS89 (4)',
15832
            'method' => 'urn:ogc:def:method:EPSG::9607',
15833
            'extent' => ['1197'],
15834
            'extent_description' => 'Romania - onshore and offshore.',
15835
        ],
15836
        'urn:ogc:def:coordinateOperation:EPSG::15996' => [
15837
            'name' => 'Pulkovo 1942(83) to WGS 84 (3)',
15838
            'method' => 'urn:ogc:def:method:EPSG::9603',
15839
            'extent' => ['1119'],
15840
            'extent_description' => 'Hungary.',
15841
        ],
15842
        'urn:ogc:def:coordinateOperation:EPSG::15997' => [
15843
            'name' => 'Pulkovo 1942(58) to WGS 84 (4)',
15844
            'method' => 'urn:ogc:def:method:EPSG::9603',
15845
            'extent' => ['3293'],
15846
            'extent_description' => 'Poland - onshore.',
15847
        ],
15848
        'urn:ogc:def:coordinateOperation:EPSG::15998' => [
15849
            'name' => 'Pulkovo 1942(83) to WGS 84 (5)',
15850
            'method' => 'urn:ogc:def:method:EPSG::9603',
15851
            'extent' => ['1306'],
15852
            'extent_description' => 'Czechia; Slovakia.',
15853
        ],
15854
        'urn:ogc:def:coordinateOperation:EPSG::15999' => [
15855
            'name' => 'Pulkovo 1942(58) to WGS 84 (8)',
15856
            'method' => 'urn:ogc:def:method:EPSG::9603',
15857
            'extent' => ['3212'],
15858
            'extent_description' => 'Albania - onshore.',
15859
        ],
15860
        'urn:ogc:def:coordinateOperation:EPSG::16000' => [
15861
            'name' => 'UTM grid system (northern hemisphere)',
15862
            'method' => 'urn:ogc:def:method:EPSG::9824',
15863
            'extent' => ['1998'],
15864
            'extent_description' => 'Northern hemisphere between equator and 84°N, onshore and offshore.',
15865
        ],
15866
        'urn:ogc:def:coordinateOperation:EPSG::16001' => [
15867
            'name' => 'UTM zone 1N',
15868
            'method' => 'urn:ogc:def:method:EPSG::9807',
15869
            'extent' => ['1873'],
15870
            'extent_description' => 'Between 180°W and 174°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15871
        ],
15872
        'urn:ogc:def:coordinateOperation:EPSG::16002' => [
15873
            'name' => 'UTM zone 2N',
15874
            'method' => 'urn:ogc:def:method:EPSG::9807',
15875
            'extent' => ['1875'],
15876
            'extent_description' => 'Between 174°W and 168°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15877
        ],
15878
        'urn:ogc:def:coordinateOperation:EPSG::16003' => [
15879
            'name' => 'UTM zone 3N',
15880
            'method' => 'urn:ogc:def:method:EPSG::9807',
15881
            'extent' => ['1877'],
15882
            'extent_description' => 'Between 168°W and 162°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15883
        ],
15884
        'urn:ogc:def:coordinateOperation:EPSG::16004' => [
15885
            'name' => 'UTM zone 4N',
15886
            'method' => 'urn:ogc:def:method:EPSG::9807',
15887
            'extent' => ['1879'],
15888
            'extent_description' => 'Between 162°W and 156°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15889
        ],
15890
        'urn:ogc:def:coordinateOperation:EPSG::16005' => [
15891
            'name' => 'UTM zone 5N',
15892
            'method' => 'urn:ogc:def:method:EPSG::9807',
15893
            'extent' => ['1881'],
15894
            'extent_description' => 'Between 156°W and 150°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15895
        ],
15896
        'urn:ogc:def:coordinateOperation:EPSG::16006' => [
15897
            'name' => 'UTM zone 6N',
15898
            'method' => 'urn:ogc:def:method:EPSG::9807',
15899
            'extent' => ['1883'],
15900
            'extent_description' => 'Between 150°W and 144°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15901
        ],
15902
        'urn:ogc:def:coordinateOperation:EPSG::16007' => [
15903
            'name' => 'UTM zone 7N',
15904
            'method' => 'urn:ogc:def:method:EPSG::9807',
15905
            'extent' => ['1885'],
15906
            'extent_description' => 'Between 144°W and 138°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15907
        ],
15908
        'urn:ogc:def:coordinateOperation:EPSG::16008' => [
15909
            'name' => 'UTM zone 8N',
15910
            'method' => 'urn:ogc:def:method:EPSG::9807',
15911
            'extent' => ['1887'],
15912
            'extent_description' => 'Between 138°W and 132°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15913
        ],
15914
        'urn:ogc:def:coordinateOperation:EPSG::16009' => [
15915
            'name' => 'UTM zone 9N',
15916
            'method' => 'urn:ogc:def:method:EPSG::9807',
15917
            'extent' => ['1889'],
15918
            'extent_description' => 'Between 132°W and 126°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15919
        ],
15920
        'urn:ogc:def:coordinateOperation:EPSG::16010' => [
15921
            'name' => 'UTM zone 10N',
15922
            'method' => 'urn:ogc:def:method:EPSG::9807',
15923
            'extent' => ['1891'],
15924
            'extent_description' => 'Between 126°W and 120°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15925
        ],
15926
        'urn:ogc:def:coordinateOperation:EPSG::16011' => [
15927
            'name' => 'UTM zone 11N',
15928
            'method' => 'urn:ogc:def:method:EPSG::9807',
15929
            'extent' => ['1893'],
15930
            'extent_description' => 'Between 120°W and 114°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15931
        ],
15932
        'urn:ogc:def:coordinateOperation:EPSG::16012' => [
15933
            'name' => 'UTM zone 12N',
15934
            'method' => 'urn:ogc:def:method:EPSG::9807',
15935
            'extent' => ['1895'],
15936
            'extent_description' => 'Between 114°W and 108°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15937
        ],
15938
        'urn:ogc:def:coordinateOperation:EPSG::16013' => [
15939
            'name' => 'UTM zone 13N',
15940
            'method' => 'urn:ogc:def:method:EPSG::9807',
15941
            'extent' => ['1897'],
15942
            'extent_description' => 'Between 108°W and 102°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15943
        ],
15944
        'urn:ogc:def:coordinateOperation:EPSG::16014' => [
15945
            'name' => 'UTM zone 14N',
15946
            'method' => 'urn:ogc:def:method:EPSG::9807',
15947
            'extent' => ['1899'],
15948
            'extent_description' => 'Between 102°W and 96°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15949
        ],
15950
        'urn:ogc:def:coordinateOperation:EPSG::16015' => [
15951
            'name' => 'UTM zone 15N',
15952
            'method' => 'urn:ogc:def:method:EPSG::9807',
15953
            'extent' => ['1901'],
15954
            'extent_description' => 'Between 96°W and 90°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15955
        ],
15956
        'urn:ogc:def:coordinateOperation:EPSG::16016' => [
15957
            'name' => 'UTM zone 16N',
15958
            'method' => 'urn:ogc:def:method:EPSG::9807',
15959
            'extent' => ['1903'],
15960
            'extent_description' => 'Between 90°W and 84°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15961
        ],
15962
        'urn:ogc:def:coordinateOperation:EPSG::16017' => [
15963
            'name' => 'UTM zone 17N',
15964
            'method' => 'urn:ogc:def:method:EPSG::9807',
15965
            'extent' => ['1905'],
15966
            'extent_description' => 'Between 84°W and 78°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15967
        ],
15968
        'urn:ogc:def:coordinateOperation:EPSG::16018' => [
15969
            'name' => 'UTM zone 18N',
15970
            'method' => 'urn:ogc:def:method:EPSG::9807',
15971
            'extent' => ['1907'],
15972
            'extent_description' => 'Between 78°W and 72°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15973
        ],
15974
        'urn:ogc:def:coordinateOperation:EPSG::16019' => [
15975
            'name' => 'UTM zone 19N',
15976
            'method' => 'urn:ogc:def:method:EPSG::9807',
15977
            'extent' => ['1909'],
15978
            'extent_description' => 'Between 72°W and 66°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15979
        ],
15980
        'urn:ogc:def:coordinateOperation:EPSG::16020' => [
15981
            'name' => 'UTM zone 20N',
15982
            'method' => 'urn:ogc:def:method:EPSG::9807',
15983
            'extent' => ['1911'],
15984
            'extent_description' => 'Between 66°W and 60°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15985
        ],
15986
        'urn:ogc:def:coordinateOperation:EPSG::16021' => [
15987
            'name' => 'UTM zone 21N',
15988
            'method' => 'urn:ogc:def:method:EPSG::9807',
15989
            'extent' => ['1913'],
15990
            'extent_description' => 'Between 60°W and 54°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15991
        ],
15992
        'urn:ogc:def:coordinateOperation:EPSG::16022' => [
15993
            'name' => 'UTM zone 22N',
15994
            'method' => 'urn:ogc:def:method:EPSG::9807',
15995
            'extent' => ['1915'],
15996
            'extent_description' => 'Between 54°W and 48°W, northern hemisphere between equator and 84°N, onshore and offshore.',
15997
        ],
15998
        'urn:ogc:def:coordinateOperation:EPSG::16023' => [
15999
            'name' => 'UTM zone 23N',
16000
            'method' => 'urn:ogc:def:method:EPSG::9807',
16001
            'extent' => ['1917'],
16002
            'extent_description' => 'Between 48°W and 42°W, northern hemisphere between equator and 84°N, onshore and offshore.',
16003
        ],
16004
        'urn:ogc:def:coordinateOperation:EPSG::16024' => [
16005
            'name' => 'UTM zone 24N',
16006
            'method' => 'urn:ogc:def:method:EPSG::9807',
16007
            'extent' => ['1919'],
16008
            'extent_description' => 'Between 42°W and 36°W, northern hemisphere between equator and 84°N, onshore and offshore.',
16009
        ],
16010
        'urn:ogc:def:coordinateOperation:EPSG::16025' => [
16011
            'name' => 'UTM zone 25N',
16012
            'method' => 'urn:ogc:def:method:EPSG::9807',
16013
            'extent' => ['1921'],
16014
            'extent_description' => 'Between 36°W and 30°W, northern hemisphere between equator and 84°N, onshore and offshore.',
16015
        ],
16016
        'urn:ogc:def:coordinateOperation:EPSG::16026' => [
16017
            'name' => 'UTM zone 26N',
16018
            'method' => 'urn:ogc:def:method:EPSG::9807',
16019
            'extent' => ['1923'],
16020
            'extent_description' => 'Between 30°W and 24°W, northern hemisphere between equator and 84°N, onshore and offshore.',
16021
        ],
16022
        'urn:ogc:def:coordinateOperation:EPSG::16027' => [
16023
            'name' => 'UTM zone 27N',
16024
            'method' => 'urn:ogc:def:method:EPSG::9807',
16025
            'extent' => ['1925'],
16026
            'extent_description' => 'Between 24°W and 18°W, northern hemisphere between equator and 84°N, onshore and offshore.',
16027
        ],
16028
        'urn:ogc:def:coordinateOperation:EPSG::16028' => [
16029
            'name' => 'UTM zone 28N',
16030
            'method' => 'urn:ogc:def:method:EPSG::9807',
16031
            'extent' => ['1927'],
16032
            'extent_description' => 'Between 18°W and 12°W, northern hemisphere between equator and 84°N, onshore and offshore.',
16033
        ],
16034
        'urn:ogc:def:coordinateOperation:EPSG::16029' => [
16035
            'name' => 'UTM zone 29N',
16036
            'method' => 'urn:ogc:def:method:EPSG::9807',
16037
            'extent' => ['1929'],
16038
            'extent_description' => 'Between 12°W and 6°W, northern hemisphere between equator and 84°N, onshore and offshore.',
16039
        ],
16040
        'urn:ogc:def:coordinateOperation:EPSG::16030' => [
16041
            'name' => 'UTM zone 30N',
16042
            'method' => 'urn:ogc:def:method:EPSG::9807',
16043
            'extent' => ['1931'],
16044
            'extent_description' => 'Between 6°W and 0°W, northern hemisphere between equator and 84°N, onshore and offshore.',
16045
        ],
16046
        'urn:ogc:def:coordinateOperation:EPSG::16031' => [
16047
            'name' => 'UTM zone 31N',
16048
            'method' => 'urn:ogc:def:method:EPSG::9807',
16049
            'extent' => ['1933'],
16050
            'extent_description' => 'Between 0°E and 6°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16051
        ],
16052
        'urn:ogc:def:coordinateOperation:EPSG::16032' => [
16053
            'name' => 'UTM zone 32N',
16054
            'method' => 'urn:ogc:def:method:EPSG::9807',
16055
            'extent' => ['1935'],
16056
            'extent_description' => 'Between 6°E and 12°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16057
        ],
16058
        'urn:ogc:def:coordinateOperation:EPSG::16033' => [
16059
            'name' => 'UTM zone 33N',
16060
            'method' => 'urn:ogc:def:method:EPSG::9807',
16061
            'extent' => ['1937'],
16062
            'extent_description' => 'Between 12°E and 18°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16063
        ],
16064
        'urn:ogc:def:coordinateOperation:EPSG::16034' => [
16065
            'name' => 'UTM zone 34N',
16066
            'method' => 'urn:ogc:def:method:EPSG::9807',
16067
            'extent' => ['1939'],
16068
            'extent_description' => 'Between 18°E and 24°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16069
        ],
16070
        'urn:ogc:def:coordinateOperation:EPSG::16035' => [
16071
            'name' => 'UTM zone 35N',
16072
            'method' => 'urn:ogc:def:method:EPSG::9807',
16073
            'extent' => ['1941'],
16074
            'extent_description' => 'Between 24°E and 30°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16075
        ],
16076
        'urn:ogc:def:coordinateOperation:EPSG::16036' => [
16077
            'name' => 'UTM zone 36N',
16078
            'method' => 'urn:ogc:def:method:EPSG::9807',
16079
            'extent' => ['1943'],
16080
            'extent_description' => 'Between 30°E and 36°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16081
        ],
16082
        'urn:ogc:def:coordinateOperation:EPSG::16037' => [
16083
            'name' => 'UTM zone 37N',
16084
            'method' => 'urn:ogc:def:method:EPSG::9807',
16085
            'extent' => ['1945'],
16086
            'extent_description' => 'Between 36°E and 42°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16087
        ],
16088
        'urn:ogc:def:coordinateOperation:EPSG::16038' => [
16089
            'name' => 'UTM zone 38N',
16090
            'method' => 'urn:ogc:def:method:EPSG::9807',
16091
            'extent' => ['1947'],
16092
            'extent_description' => 'Between 42°E and 48°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16093
        ],
16094
        'urn:ogc:def:coordinateOperation:EPSG::16039' => [
16095
            'name' => 'UTM zone 39N',
16096
            'method' => 'urn:ogc:def:method:EPSG::9807',
16097
            'extent' => ['1949'],
16098
            'extent_description' => 'Between 48°E and 54°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16099
        ],
16100
        'urn:ogc:def:coordinateOperation:EPSG::16040' => [
16101
            'name' => 'UTM zone 40N',
16102
            'method' => 'urn:ogc:def:method:EPSG::9807',
16103
            'extent' => ['1951'],
16104
            'extent_description' => 'Between 54°E and 60°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16105
        ],
16106
        'urn:ogc:def:coordinateOperation:EPSG::16041' => [
16107
            'name' => 'UTM zone 41N',
16108
            'method' => 'urn:ogc:def:method:EPSG::9807',
16109
            'extent' => ['1953'],
16110
            'extent_description' => 'Between 60°E and 66°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16111
        ],
16112
        'urn:ogc:def:coordinateOperation:EPSG::16042' => [
16113
            'name' => 'UTM zone 42N',
16114
            'method' => 'urn:ogc:def:method:EPSG::9807',
16115
            'extent' => ['1955'],
16116
            'extent_description' => 'Between 66°E and 72°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16117
        ],
16118
        'urn:ogc:def:coordinateOperation:EPSG::16043' => [
16119
            'name' => 'UTM zone 43N',
16120
            'method' => 'urn:ogc:def:method:EPSG::9807',
16121
            'extent' => ['1957'],
16122
            'extent_description' => 'Between 72°E and 78°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16123
        ],
16124
        'urn:ogc:def:coordinateOperation:EPSG::16044' => [
16125
            'name' => 'UTM zone 44N',
16126
            'method' => 'urn:ogc:def:method:EPSG::9807',
16127
            'extent' => ['1959'],
16128
            'extent_description' => 'Between 78°E and 84°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16129
        ],
16130
        'urn:ogc:def:coordinateOperation:EPSG::16045' => [
16131
            'name' => 'UTM zone 45N',
16132
            'method' => 'urn:ogc:def:method:EPSG::9807',
16133
            'extent' => ['1961'],
16134
            'extent_description' => 'Between 84°E and 90°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16135
        ],
16136
        'urn:ogc:def:coordinateOperation:EPSG::16046' => [
16137
            'name' => 'UTM zone 46N',
16138
            'method' => 'urn:ogc:def:method:EPSG::9807',
16139
            'extent' => ['1963'],
16140
            'extent_description' => 'Between 90°E and 96°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16141
        ],
16142
        'urn:ogc:def:coordinateOperation:EPSG::16047' => [
16143
            'name' => 'UTM zone 47N',
16144
            'method' => 'urn:ogc:def:method:EPSG::9807',
16145
            'extent' => ['1965'],
16146
            'extent_description' => 'Between 96°E and 102°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16147
        ],
16148
        'urn:ogc:def:coordinateOperation:EPSG::16048' => [
16149
            'name' => 'UTM zone 48N',
16150
            'method' => 'urn:ogc:def:method:EPSG::9807',
16151
            'extent' => ['1967'],
16152
            'extent_description' => 'Between 102°E and 108°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16153
        ],
16154
        'urn:ogc:def:coordinateOperation:EPSG::16049' => [
16155
            'name' => 'UTM zone 49N',
16156
            'method' => 'urn:ogc:def:method:EPSG::9807',
16157
            'extent' => ['1969'],
16158
            'extent_description' => 'Between 108°E and 114°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16159
        ],
16160
        'urn:ogc:def:coordinateOperation:EPSG::16050' => [
16161
            'name' => 'UTM zone 50N',
16162
            'method' => 'urn:ogc:def:method:EPSG::9807',
16163
            'extent' => ['1971'],
16164
            'extent_description' => 'Between 114°E and 120°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16165
        ],
16166
        'urn:ogc:def:coordinateOperation:EPSG::16051' => [
16167
            'name' => 'UTM zone 51N',
16168
            'method' => 'urn:ogc:def:method:EPSG::9807',
16169
            'extent' => ['1973'],
16170
            'extent_description' => 'Between 120°E and 126°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16171
        ],
16172
        'urn:ogc:def:coordinateOperation:EPSG::16052' => [
16173
            'name' => 'UTM zone 52N',
16174
            'method' => 'urn:ogc:def:method:EPSG::9807',
16175
            'extent' => ['1975'],
16176
            'extent_description' => 'Between 126°E and 132°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16177
        ],
16178
        'urn:ogc:def:coordinateOperation:EPSG::16053' => [
16179
            'name' => 'UTM zone 53N',
16180
            'method' => 'urn:ogc:def:method:EPSG::9807',
16181
            'extent' => ['1977'],
16182
            'extent_description' => 'Between 132°E and 138°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16183
        ],
16184
        'urn:ogc:def:coordinateOperation:EPSG::16054' => [
16185
            'name' => 'UTM zone 54N',
16186
            'method' => 'urn:ogc:def:method:EPSG::9807',
16187
            'extent' => ['1979'],
16188
            'extent_description' => 'Between 138°E and 144°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16189
        ],
16190
        'urn:ogc:def:coordinateOperation:EPSG::16055' => [
16191
            'name' => 'UTM zone 55N',
16192
            'method' => 'urn:ogc:def:method:EPSG::9807',
16193
            'extent' => ['1981'],
16194
            'extent_description' => 'Between 144°E and 150°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16195
        ],
16196
        'urn:ogc:def:coordinateOperation:EPSG::16056' => [
16197
            'name' => 'UTM zone 56N',
16198
            'method' => 'urn:ogc:def:method:EPSG::9807',
16199
            'extent' => ['1983'],
16200
            'extent_description' => 'Between 150°E and 156°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16201
        ],
16202
        'urn:ogc:def:coordinateOperation:EPSG::16057' => [
16203
            'name' => 'UTM zone 57N',
16204
            'method' => 'urn:ogc:def:method:EPSG::9807',
16205
            'extent' => ['1985'],
16206
            'extent_description' => 'Between 156°E and 162°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16207
        ],
16208
        'urn:ogc:def:coordinateOperation:EPSG::16058' => [
16209
            'name' => 'UTM zone 58N',
16210
            'method' => 'urn:ogc:def:method:EPSG::9807',
16211
            'extent' => ['1987'],
16212
            'extent_description' => 'Between 162°E and 168°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16213
        ],
16214
        'urn:ogc:def:coordinateOperation:EPSG::16059' => [
16215
            'name' => 'UTM zone 59N',
16216
            'method' => 'urn:ogc:def:method:EPSG::9807',
16217
            'extent' => ['1989'],
16218
            'extent_description' => 'Between 168°E and 174°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16219
        ],
16220
        'urn:ogc:def:coordinateOperation:EPSG::16060' => [
16221
            'name' => 'UTM zone 60N',
16222
            'method' => 'urn:ogc:def:method:EPSG::9807',
16223
            'extent' => ['1991'],
16224
            'extent_description' => 'Between 174°E and 180°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16225
        ],
16226
        'urn:ogc:def:coordinateOperation:EPSG::16061' => [
16227
            'name' => 'Universal Polar Stereographic North',
16228
            'method' => 'urn:ogc:def:method:EPSG::9810',
16229
            'extent' => ['1996'],
16230
            'extent_description' => 'Northern hemisphere - north of 60°N onshore and offshore, including Arctic.',
16231
        ],
16232
        'urn:ogc:def:coordinateOperation:EPSG::16065' => [
16233
            'name' => 'TM35FIN',
16234
            'method' => 'urn:ogc:def:method:EPSG::9807',
16235
            'extent' => ['1095'],
16236
            'extent_description' => 'Finland - onshore and offshore.',
16237
        ],
16238
        'urn:ogc:def:coordinateOperation:EPSG::16070' => [
16239
            'name' => '3-degree Gauss-Kruger zone 40',
16240
            'method' => 'urn:ogc:def:method:EPSG::9807',
16241
            'extent' => ['2628'],
16242
            'extent_description' => 'Between 118°30\'E and 121°30\'E, northern hemisphere.',
16243
        ],
16244
        'urn:ogc:def:coordinateOperation:EPSG::16071' => [
16245
            'name' => '3-degree Gauss-Kruger zone 41',
16246
            'method' => 'urn:ogc:def:method:EPSG::9807',
16247
            'extent' => ['2629'],
16248
            'extent_description' => 'Between 121°30\'E and 124°30\'E, northern hemisphere.',
16249
        ],
16250
        'urn:ogc:def:coordinateOperation:EPSG::16072' => [
16251
            'name' => '3-degree Gauss-Kruger zone 42',
16252
            'method' => 'urn:ogc:def:method:EPSG::9807',
16253
            'extent' => ['2630'],
16254
            'extent_description' => 'Between 124°30\'E and 127°30\'E, northern hemisphere.',
16255
        ],
16256
        'urn:ogc:def:coordinateOperation:EPSG::16073' => [
16257
            'name' => '3-degree Gauss-Kruger zone 43',
16258
            'method' => 'urn:ogc:def:method:EPSG::9807',
16259
            'extent' => ['2631'],
16260
            'extent_description' => 'Between 127°30\'E and 130°30\'E, northern hemisphere.',
16261
        ],
16262
        'urn:ogc:def:coordinateOperation:EPSG::16074' => [
16263
            'name' => '3-degree Gauss-Kruger zone 44',
16264
            'method' => 'urn:ogc:def:method:EPSG::9807',
16265
            'extent' => ['2632'],
16266
            'extent_description' => 'Between 130°30\'E and 133°30\'E, northern hemisphere.',
16267
        ],
16268
        'urn:ogc:def:coordinateOperation:EPSG::16075' => [
16269
            'name' => '3-degree Gauss-Kruger zone 45',
16270
            'method' => 'urn:ogc:def:method:EPSG::9807',
16271
            'extent' => ['2633'],
16272
            'extent_description' => 'Between 133°30\'E and 136°30\'E, northern hemisphere.',
16273
        ],
16274
        'urn:ogc:def:coordinateOperation:EPSG::16076' => [
16275
            'name' => '3-degree Gauss-Kruger zone 46',
16276
            'method' => 'urn:ogc:def:method:EPSG::9807',
16277
            'extent' => ['2634'],
16278
            'extent_description' => 'Between 136°30\'E and 139°30\'E, northern hemisphere.',
16279
        ],
16280
        'urn:ogc:def:coordinateOperation:EPSG::16077' => [
16281
            'name' => '3-degree Gauss-Kruger zone 47',
16282
            'method' => 'urn:ogc:def:method:EPSG::9807',
16283
            'extent' => ['2635'],
16284
            'extent_description' => 'Between 139°30\'E and 142°30\'E, northern hemisphere.',
16285
        ],
16286
        'urn:ogc:def:coordinateOperation:EPSG::16078' => [
16287
            'name' => '3-degree Gauss-Kruger zone 48',
16288
            'method' => 'urn:ogc:def:method:EPSG::9807',
16289
            'extent' => ['2636'],
16290
            'extent_description' => 'Between 142°30\'E and 145°30\'E, northern hemisphere.',
16291
        ],
16292
        'urn:ogc:def:coordinateOperation:EPSG::16079' => [
16293
            'name' => '3-degree Gauss-Kruger zone 49',
16294
            'method' => 'urn:ogc:def:method:EPSG::9807',
16295
            'extent' => ['2637'],
16296
            'extent_description' => 'Between 145°30\'E and 148°30\'E, northern hemisphere.',
16297
        ],
16298
        'urn:ogc:def:coordinateOperation:EPSG::16080' => [
16299
            'name' => '3-degree Gauss-Kruger zone 50',
16300
            'method' => 'urn:ogc:def:method:EPSG::9807',
16301
            'extent' => ['2638'],
16302
            'extent_description' => 'Between 148°30\'E and 151°30\'E, northern hemisphere.',
16303
        ],
16304
        'urn:ogc:def:coordinateOperation:EPSG::16081' => [
16305
            'name' => '3-degree Gauss-Kruger zone 51',
16306
            'method' => 'urn:ogc:def:method:EPSG::9807',
16307
            'extent' => ['2639'],
16308
            'extent_description' => 'Between 151°30\'E and 154°30\'E, northern hemisphere.',
16309
        ],
16310
        'urn:ogc:def:coordinateOperation:EPSG::16082' => [
16311
            'name' => '3-degree Gauss-Kruger zone 52',
16312
            'method' => 'urn:ogc:def:method:EPSG::9807',
16313
            'extent' => ['2640'],
16314
            'extent_description' => 'Between 154°30\'E and 157°30\'E, northern hemisphere.',
16315
        ],
16316
        'urn:ogc:def:coordinateOperation:EPSG::16083' => [
16317
            'name' => '3-degree Gauss-Kruger zone 53',
16318
            'method' => 'urn:ogc:def:method:EPSG::9807',
16319
            'extent' => ['2641'],
16320
            'extent_description' => 'Between 157°30\'E and 160°30\'E, northern hemisphere.',
16321
        ],
16322
        'urn:ogc:def:coordinateOperation:EPSG::16084' => [
16323
            'name' => '3-degree Gauss-Kruger zone 54',
16324
            'method' => 'urn:ogc:def:method:EPSG::9807',
16325
            'extent' => ['2642'],
16326
            'extent_description' => 'Between 160°30\'E and 163°30\'E, northern hemisphere.',
16327
        ],
16328
        'urn:ogc:def:coordinateOperation:EPSG::16085' => [
16329
            'name' => '3-degree Gauss-Kruger zone 55',
16330
            'method' => 'urn:ogc:def:method:EPSG::9807',
16331
            'extent' => ['2643'],
16332
            'extent_description' => 'Between 163°30\'E and 166°30\'E, northern hemisphere.',
16333
        ],
16334
        'urn:ogc:def:coordinateOperation:EPSG::16086' => [
16335
            'name' => '3-degree Gauss-Kruger zone 56',
16336
            'method' => 'urn:ogc:def:method:EPSG::9807',
16337
            'extent' => ['2644'],
16338
            'extent_description' => 'Between 166°30\'E and 169°30\'E, northern hemisphere.',
16339
        ],
16340
        'urn:ogc:def:coordinateOperation:EPSG::16087' => [
16341
            'name' => '3-degree Gauss-Kruger zone 57',
16342
            'method' => 'urn:ogc:def:method:EPSG::9807',
16343
            'extent' => ['2645'],
16344
            'extent_description' => 'Between 169°30\'E and 172°30\'E, northern hemisphere.',
16345
        ],
16346
        'urn:ogc:def:coordinateOperation:EPSG::16088' => [
16347
            'name' => '3-degree Gauss-Kruger zone 58',
16348
            'method' => 'urn:ogc:def:method:EPSG::9807',
16349
            'extent' => ['2646'],
16350
            'extent_description' => 'Between 172°30\'E and 175°30\'E, northern hemisphere.',
16351
        ],
16352
        'urn:ogc:def:coordinateOperation:EPSG::16089' => [
16353
            'name' => '3-degree Gauss-Kruger zone 59',
16354
            'method' => 'urn:ogc:def:method:EPSG::9807',
16355
            'extent' => ['2647'],
16356
            'extent_description' => 'Between 175°30\'E and 178°30\'E, northern hemisphere.',
16357
        ],
16358
        'urn:ogc:def:coordinateOperation:EPSG::16091' => [
16359
            'name' => '3-degree Gauss-Kruger zone 61',
16360
            'method' => 'urn:ogc:def:method:EPSG::9807',
16361
            'extent' => ['2649'],
16362
            'extent_description' => 'Between 178°30\'W and 175°30\'W, northern hemisphere.',
16363
        ],
16364
        'urn:ogc:def:coordinateOperation:EPSG::16092' => [
16365
            'name' => '3-degree Gauss-Kruger zone 62',
16366
            'method' => 'urn:ogc:def:method:EPSG::9807',
16367
            'extent' => ['2650'],
16368
            'extent_description' => 'Between 175°30\'W and 172°30\'W, northern hemisphere.',
16369
        ],
16370
        'urn:ogc:def:coordinateOperation:EPSG::16093' => [
16371
            'name' => '3-degree Gauss-Kruger zone 63',
16372
            'method' => 'urn:ogc:def:method:EPSG::9807',
16373
            'extent' => ['2651'],
16374
            'extent_description' => 'Between 172°30\'W and 169°30\'W, northern hemisphere.',
16375
        ],
16376
        'urn:ogc:def:coordinateOperation:EPSG::16094' => [
16377
            'name' => '3-degree Gauss-Kruger zone 64',
16378
            'method' => 'urn:ogc:def:method:EPSG::9807',
16379
            'extent' => ['2652'],
16380
            'extent_description' => 'Between 169°30\'W and 166°30\'W, northern hemisphere.',
16381
        ],
16382
        'urn:ogc:def:coordinateOperation:EPSG::16099' => [
16383
            'name' => '3-degree Gauss-Kruger zone 60',
16384
            'method' => 'urn:ogc:def:method:EPSG::9807',
16385
            'extent' => ['2648'],
16386
            'extent_description' => 'Between 178°30\'E and 178°30\'W, northern hemisphere.',
16387
        ],
16388
        'urn:ogc:def:coordinateOperation:EPSG::16100' => [
16389
            'name' => 'UTM grid system (southern hemisphere)',
16390
            'method' => 'urn:ogc:def:method:EPSG::9824',
16391
            'extent' => ['1999'],
16392
            'extent_description' => 'Southern hemisphere between equator and 80°S, onshore and offshore.',
16393
        ],
16394
        'urn:ogc:def:coordinateOperation:EPSG::16101' => [
16395
            'name' => 'UTM zone 1S',
16396
            'method' => 'urn:ogc:def:method:EPSG::9807',
16397
            'extent' => ['1874'],
16398
            'extent_description' => 'Between 180°W to 174°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16399
        ],
16400
        'urn:ogc:def:coordinateOperation:EPSG::16102' => [
16401
            'name' => 'UTM zone 2S',
16402
            'method' => 'urn:ogc:def:method:EPSG::9807',
16403
            'extent' => ['1876'],
16404
            'extent_description' => 'Between 174°W and 168°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16405
        ],
16406
        'urn:ogc:def:coordinateOperation:EPSG::16103' => [
16407
            'name' => 'UTM zone 3S',
16408
            'method' => 'urn:ogc:def:method:EPSG::9807',
16409
            'extent' => ['1878'],
16410
            'extent_description' => 'Between 168°W and 162°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16411
        ],
16412
        'urn:ogc:def:coordinateOperation:EPSG::16104' => [
16413
            'name' => 'UTM zone 4S',
16414
            'method' => 'urn:ogc:def:method:EPSG::9807',
16415
            'extent' => ['1880'],
16416
            'extent_description' => 'Between 162°W and 156°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16417
        ],
16418
        'urn:ogc:def:coordinateOperation:EPSG::16105' => [
16419
            'name' => 'UTM zone 5S',
16420
            'method' => 'urn:ogc:def:method:EPSG::9807',
16421
            'extent' => ['1882'],
16422
            'extent_description' => 'Between 156°W and 150°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16423
        ],
16424
        'urn:ogc:def:coordinateOperation:EPSG::16106' => [
16425
            'name' => 'UTM zone 6S',
16426
            'method' => 'urn:ogc:def:method:EPSG::9807',
16427
            'extent' => ['1884'],
16428
            'extent_description' => 'Between 150°W and 144°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16429
        ],
16430
        'urn:ogc:def:coordinateOperation:EPSG::16107' => [
16431
            'name' => 'UTM zone 7S',
16432
            'method' => 'urn:ogc:def:method:EPSG::9807',
16433
            'extent' => ['1886'],
16434
            'extent_description' => 'Between 144°W and 138°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16435
        ],
16436
        'urn:ogc:def:coordinateOperation:EPSG::16108' => [
16437
            'name' => 'UTM zone 8S',
16438
            'method' => 'urn:ogc:def:method:EPSG::9807',
16439
            'extent' => ['1888'],
16440
            'extent_description' => 'Between 138°W and 132°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16441
        ],
16442
        'urn:ogc:def:coordinateOperation:EPSG::16109' => [
16443
            'name' => 'UTM zone 9S',
16444
            'method' => 'urn:ogc:def:method:EPSG::9807',
16445
            'extent' => ['1890'],
16446
            'extent_description' => 'Between 132°W and 126°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16447
        ],
16448
        'urn:ogc:def:coordinateOperation:EPSG::16110' => [
16449
            'name' => 'UTM zone 10S',
16450
            'method' => 'urn:ogc:def:method:EPSG::9807',
16451
            'extent' => ['1892'],
16452
            'extent_description' => 'Between 126°W and 120°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16453
        ],
16454
        'urn:ogc:def:coordinateOperation:EPSG::16111' => [
16455
            'name' => 'UTM zone 11S',
16456
            'method' => 'urn:ogc:def:method:EPSG::9807',
16457
            'extent' => ['1894'],
16458
            'extent_description' => 'Between 120°W and 114°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16459
        ],
16460
        'urn:ogc:def:coordinateOperation:EPSG::16112' => [
16461
            'name' => 'UTM zone 12S',
16462
            'method' => 'urn:ogc:def:method:EPSG::9807',
16463
            'extent' => ['1896'],
16464
            'extent_description' => 'Between 114°W and 108°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16465
        ],
16466
        'urn:ogc:def:coordinateOperation:EPSG::16113' => [
16467
            'name' => 'UTM zone 13S',
16468
            'method' => 'urn:ogc:def:method:EPSG::9807',
16469
            'extent' => ['1898'],
16470
            'extent_description' => 'Between 108°W and 102°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16471
        ],
16472
        'urn:ogc:def:coordinateOperation:EPSG::16114' => [
16473
            'name' => 'UTM zone 14S',
16474
            'method' => 'urn:ogc:def:method:EPSG::9807',
16475
            'extent' => ['1900'],
16476
            'extent_description' => 'Between 102°W and 96°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16477
        ],
16478
        'urn:ogc:def:coordinateOperation:EPSG::16115' => [
16479
            'name' => 'UTM zone 15S',
16480
            'method' => 'urn:ogc:def:method:EPSG::9807',
16481
            'extent' => ['1902'],
16482
            'extent_description' => 'Between 96°W and 90°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16483
        ],
16484
        'urn:ogc:def:coordinateOperation:EPSG::16116' => [
16485
            'name' => 'UTM zone 16S',
16486
            'method' => 'urn:ogc:def:method:EPSG::9807',
16487
            'extent' => ['1904'],
16488
            'extent_description' => 'Between 90°W and 84°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16489
        ],
16490
        'urn:ogc:def:coordinateOperation:EPSG::16117' => [
16491
            'name' => 'UTM zone 17S',
16492
            'method' => 'urn:ogc:def:method:EPSG::9807',
16493
            'extent' => ['1906'],
16494
            'extent_description' => 'Between 84°W and 78°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16495
        ],
16496
        'urn:ogc:def:coordinateOperation:EPSG::16118' => [
16497
            'name' => 'UTM zone 18S',
16498
            'method' => 'urn:ogc:def:method:EPSG::9807',
16499
            'extent' => ['1908'],
16500
            'extent_description' => 'Between 78°W and 72°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16501
        ],
16502
        'urn:ogc:def:coordinateOperation:EPSG::16119' => [
16503
            'name' => 'UTM zone 19S',
16504
            'method' => 'urn:ogc:def:method:EPSG::9807',
16505
            'extent' => ['1910'],
16506
            'extent_description' => 'Between 72°W and 66°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16507
        ],
16508
        'urn:ogc:def:coordinateOperation:EPSG::16120' => [
16509
            'name' => 'UTM zone 20S',
16510
            'method' => 'urn:ogc:def:method:EPSG::9807',
16511
            'extent' => ['1912'],
16512
            'extent_description' => 'Between 66°W and 60°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16513
        ],
16514
        'urn:ogc:def:coordinateOperation:EPSG::16121' => [
16515
            'name' => 'UTM zone 21S',
16516
            'method' => 'urn:ogc:def:method:EPSG::9807',
16517
            'extent' => ['1914'],
16518
            'extent_description' => 'Between 60°W and 54°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16519
        ],
16520
        'urn:ogc:def:coordinateOperation:EPSG::16122' => [
16521
            'name' => 'UTM zone 22S',
16522
            'method' => 'urn:ogc:def:method:EPSG::9807',
16523
            'extent' => ['1916'],
16524
            'extent_description' => 'Between 54°W and 48°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16525
        ],
16526
        'urn:ogc:def:coordinateOperation:EPSG::16123' => [
16527
            'name' => 'UTM zone 23S',
16528
            'method' => 'urn:ogc:def:method:EPSG::9807',
16529
            'extent' => ['1918'],
16530
            'extent_description' => 'Between 48°W and 42°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16531
        ],
16532
        'urn:ogc:def:coordinateOperation:EPSG::16124' => [
16533
            'name' => 'UTM zone 24S',
16534
            'method' => 'urn:ogc:def:method:EPSG::9807',
16535
            'extent' => ['1920'],
16536
            'extent_description' => 'Between 42°W and 36°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16537
        ],
16538
        'urn:ogc:def:coordinateOperation:EPSG::16125' => [
16539
            'name' => 'UTM zone 25S',
16540
            'method' => 'urn:ogc:def:method:EPSG::9807',
16541
            'extent' => ['1922'],
16542
            'extent_description' => 'Between 36°W and 30°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16543
        ],
16544
        'urn:ogc:def:coordinateOperation:EPSG::16126' => [
16545
            'name' => 'UTM zone 26S',
16546
            'method' => 'urn:ogc:def:method:EPSG::9807',
16547
            'extent' => ['1924'],
16548
            'extent_description' => 'Between 30°W and 24°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16549
        ],
16550
        'urn:ogc:def:coordinateOperation:EPSG::16127' => [
16551
            'name' => 'UTM zone 27S',
16552
            'method' => 'urn:ogc:def:method:EPSG::9807',
16553
            'extent' => ['1926'],
16554
            'extent_description' => 'Between 24°W and 18°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16555
        ],
16556
        'urn:ogc:def:coordinateOperation:EPSG::16128' => [
16557
            'name' => 'UTM zone 28S',
16558
            'method' => 'urn:ogc:def:method:EPSG::9807',
16559
            'extent' => ['1928'],
16560
            'extent_description' => 'Between 18°W and 12°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16561
        ],
16562
        'urn:ogc:def:coordinateOperation:EPSG::16129' => [
16563
            'name' => 'UTM zone 29S',
16564
            'method' => 'urn:ogc:def:method:EPSG::9807',
16565
            'extent' => ['1930'],
16566
            'extent_description' => 'Between 12°W and 6°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16567
        ],
16568
        'urn:ogc:def:coordinateOperation:EPSG::16130' => [
16569
            'name' => 'UTM zone 30S',
16570
            'method' => 'urn:ogc:def:method:EPSG::9807',
16571
            'extent' => ['1932'],
16572
            'extent_description' => 'Between 6°W and 0°W, southern hemisphere between 80°S and equator, onshore and offshore.',
16573
        ],
16574
        'urn:ogc:def:coordinateOperation:EPSG::16131' => [
16575
            'name' => 'UTM zone 31S',
16576
            'method' => 'urn:ogc:def:method:EPSG::9807',
16577
            'extent' => ['1934'],
16578
            'extent_description' => 'Between 0°E and 6°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16579
        ],
16580
        'urn:ogc:def:coordinateOperation:EPSG::16132' => [
16581
            'name' => 'UTM zone 32S',
16582
            'method' => 'urn:ogc:def:method:EPSG::9807',
16583
            'extent' => ['1936'],
16584
            'extent_description' => 'Between 6°E and 12°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16585
        ],
16586
        'urn:ogc:def:coordinateOperation:EPSG::16133' => [
16587
            'name' => 'UTM zone 33S',
16588
            'method' => 'urn:ogc:def:method:EPSG::9807',
16589
            'extent' => ['1938'],
16590
            'extent_description' => 'Between 12°E and 18°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16591
        ],
16592
        'urn:ogc:def:coordinateOperation:EPSG::16134' => [
16593
            'name' => 'UTM zone 34S',
16594
            'method' => 'urn:ogc:def:method:EPSG::9807',
16595
            'extent' => ['1940'],
16596
            'extent_description' => 'Between 18°E and 24°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16597
        ],
16598
        'urn:ogc:def:coordinateOperation:EPSG::16135' => [
16599
            'name' => 'UTM zone 35S',
16600
            'method' => 'urn:ogc:def:method:EPSG::9807',
16601
            'extent' => ['1942'],
16602
            'extent_description' => 'Between 24°E and 30°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16603
        ],
16604
        'urn:ogc:def:coordinateOperation:EPSG::16136' => [
16605
            'name' => 'UTM zone 36S',
16606
            'method' => 'urn:ogc:def:method:EPSG::9807',
16607
            'extent' => ['1944'],
16608
            'extent_description' => 'Between 30°E and 36°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16609
        ],
16610
        'urn:ogc:def:coordinateOperation:EPSG::16137' => [
16611
            'name' => 'UTM zone 37S',
16612
            'method' => 'urn:ogc:def:method:EPSG::9807',
16613
            'extent' => ['1946'],
16614
            'extent_description' => 'Between 36°E and 42°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16615
        ],
16616
        'urn:ogc:def:coordinateOperation:EPSG::16138' => [
16617
            'name' => 'UTM zone 38S',
16618
            'method' => 'urn:ogc:def:method:EPSG::9807',
16619
            'extent' => ['1948'],
16620
            'extent_description' => 'Between 42°E and 48°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16621
        ],
16622
        'urn:ogc:def:coordinateOperation:EPSG::16139' => [
16623
            'name' => 'UTM zone 39S',
16624
            'method' => 'urn:ogc:def:method:EPSG::9807',
16625
            'extent' => ['1950'],
16626
            'extent_description' => 'Between 48°E and 54°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16627
        ],
16628
        'urn:ogc:def:coordinateOperation:EPSG::16140' => [
16629
            'name' => 'UTM zone 40S',
16630
            'method' => 'urn:ogc:def:method:EPSG::9807',
16631
            'extent' => ['1952'],
16632
            'extent_description' => 'Between 54°E and 60°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16633
        ],
16634
        'urn:ogc:def:coordinateOperation:EPSG::16141' => [
16635
            'name' => 'UTM zone 41S',
16636
            'method' => 'urn:ogc:def:method:EPSG::9807',
16637
            'extent' => ['1954'],
16638
            'extent_description' => 'Between 60°E and 66°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16639
        ],
16640
        'urn:ogc:def:coordinateOperation:EPSG::16142' => [
16641
            'name' => 'UTM zone 42S',
16642
            'method' => 'urn:ogc:def:method:EPSG::9807',
16643
            'extent' => ['1956'],
16644
            'extent_description' => 'Between 66°E and 72°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16645
        ],
16646
        'urn:ogc:def:coordinateOperation:EPSG::16143' => [
16647
            'name' => 'UTM zone 43S',
16648
            'method' => 'urn:ogc:def:method:EPSG::9807',
16649
            'extent' => ['1958'],
16650
            'extent_description' => 'Between 72°E and 78°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16651
        ],
16652
        'urn:ogc:def:coordinateOperation:EPSG::16144' => [
16653
            'name' => 'UTM zone 44S',
16654
            'method' => 'urn:ogc:def:method:EPSG::9807',
16655
            'extent' => ['1960'],
16656
            'extent_description' => 'Between 78°E and 84°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16657
        ],
16658
        'urn:ogc:def:coordinateOperation:EPSG::16145' => [
16659
            'name' => 'UTM zone 45S',
16660
            'method' => 'urn:ogc:def:method:EPSG::9807',
16661
            'extent' => ['1962'],
16662
            'extent_description' => 'Between 84°E and 90°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16663
        ],
16664
        'urn:ogc:def:coordinateOperation:EPSG::16146' => [
16665
            'name' => 'UTM zone 46S',
16666
            'method' => 'urn:ogc:def:method:EPSG::9807',
16667
            'extent' => ['1964'],
16668
            'extent_description' => 'Between 90°E and 96°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16669
        ],
16670
        'urn:ogc:def:coordinateOperation:EPSG::16147' => [
16671
            'name' => 'UTM zone 47S',
16672
            'method' => 'urn:ogc:def:method:EPSG::9807',
16673
            'extent' => ['1966'],
16674
            'extent_description' => 'Between 96°E and 102°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16675
        ],
16676
        'urn:ogc:def:coordinateOperation:EPSG::16148' => [
16677
            'name' => 'UTM zone 48S',
16678
            'method' => 'urn:ogc:def:method:EPSG::9807',
16679
            'extent' => ['1968'],
16680
            'extent_description' => 'Between 102°E and 108°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16681
        ],
16682
        'urn:ogc:def:coordinateOperation:EPSG::16149' => [
16683
            'name' => 'UTM zone 49S',
16684
            'method' => 'urn:ogc:def:method:EPSG::9807',
16685
            'extent' => ['1970'],
16686
            'extent_description' => 'Between 108°E and 114°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16687
        ],
16688
        'urn:ogc:def:coordinateOperation:EPSG::16150' => [
16689
            'name' => 'UTM zone 50S',
16690
            'method' => 'urn:ogc:def:method:EPSG::9807',
16691
            'extent' => ['1972'],
16692
            'extent_description' => 'Between 114°E and 120°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16693
        ],
16694
        'urn:ogc:def:coordinateOperation:EPSG::16151' => [
16695
            'name' => 'UTM zone 51S',
16696
            'method' => 'urn:ogc:def:method:EPSG::9807',
16697
            'extent' => ['1974'],
16698
            'extent_description' => 'Between 120°E and 126°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16699
        ],
16700
        'urn:ogc:def:coordinateOperation:EPSG::16152' => [
16701
            'name' => 'UTM zone 52S',
16702
            'method' => 'urn:ogc:def:method:EPSG::9807',
16703
            'extent' => ['1976'],
16704
            'extent_description' => 'Between 126°E and 132°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16705
        ],
16706
        'urn:ogc:def:coordinateOperation:EPSG::16153' => [
16707
            'name' => 'UTM zone 53S',
16708
            'method' => 'urn:ogc:def:method:EPSG::9807',
16709
            'extent' => ['1978'],
16710
            'extent_description' => 'Between 132°E and 138°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16711
        ],
16712
        'urn:ogc:def:coordinateOperation:EPSG::16154' => [
16713
            'name' => 'UTM zone 54S',
16714
            'method' => 'urn:ogc:def:method:EPSG::9807',
16715
            'extent' => ['1980'],
16716
            'extent_description' => 'Between 138°E and 144°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16717
        ],
16718
        'urn:ogc:def:coordinateOperation:EPSG::16155' => [
16719
            'name' => 'UTM zone 55S',
16720
            'method' => 'urn:ogc:def:method:EPSG::9807',
16721
            'extent' => ['1982'],
16722
            'extent_description' => 'Between 144°E and 150°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16723
        ],
16724
        'urn:ogc:def:coordinateOperation:EPSG::16156' => [
16725
            'name' => 'UTM zone 56S',
16726
            'method' => 'urn:ogc:def:method:EPSG::9807',
16727
            'extent' => ['1984'],
16728
            'extent_description' => 'Between 150°E and 156°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16729
        ],
16730
        'urn:ogc:def:coordinateOperation:EPSG::16157' => [
16731
            'name' => 'UTM zone 57S',
16732
            'method' => 'urn:ogc:def:method:EPSG::9807',
16733
            'extent' => ['1986'],
16734
            'extent_description' => 'Between 156°E and 162°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16735
        ],
16736
        'urn:ogc:def:coordinateOperation:EPSG::16158' => [
16737
            'name' => 'UTM zone 58S',
16738
            'method' => 'urn:ogc:def:method:EPSG::9807',
16739
            'extent' => ['1988'],
16740
            'extent_description' => 'Between 162°E and 168°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16741
        ],
16742
        'urn:ogc:def:coordinateOperation:EPSG::16159' => [
16743
            'name' => 'UTM zone 59S',
16744
            'method' => 'urn:ogc:def:method:EPSG::9807',
16745
            'extent' => ['1990'],
16746
            'extent_description' => 'Between 168°E and 174°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16747
        ],
16748
        'urn:ogc:def:coordinateOperation:EPSG::16160' => [
16749
            'name' => 'UTM zone 60S',
16750
            'method' => 'urn:ogc:def:method:EPSG::9807',
16751
            'extent' => ['1992'],
16752
            'extent_description' => 'Between 174°E and 180°E, southern hemisphere between 80°S and equator, onshore and offshore.',
16753
        ],
16754
        'urn:ogc:def:coordinateOperation:EPSG::16161' => [
16755
            'name' => 'Universal Polar Stereographic South',
16756
            'method' => 'urn:ogc:def:method:EPSG::9810',
16757
            'extent' => ['1997'],
16758
            'extent_description' => 'Southern hemisphere - south of 60°S onshore and offshore - Antarctica.',
16759
        ],
16760
        'urn:ogc:def:coordinateOperation:EPSG::16170' => [
16761
            'name' => '3-degree Gauss-Kruger CM 120E',
16762
            'method' => 'urn:ogc:def:method:EPSG::9807',
16763
            'extent' => ['2628'],
16764
            'extent_description' => 'Between 118°30\'E and 121°30\'E, northern hemisphere.',
16765
        ],
16766
        'urn:ogc:def:coordinateOperation:EPSG::16172' => [
16767
            'name' => '3-degree Gauss-Kruger CM 126E',
16768
            'method' => 'urn:ogc:def:method:EPSG::9807',
16769
            'extent' => ['2630'],
16770
            'extent_description' => 'Between 124°30\'E and 127°30\'E, northern hemisphere.',
16771
        ],
16772
        'urn:ogc:def:coordinateOperation:EPSG::16174' => [
16773
            'name' => '3-degree Gauss-Kruger CM 132E',
16774
            'method' => 'urn:ogc:def:method:EPSG::9807',
16775
            'extent' => ['2632'],
16776
            'extent_description' => 'Between 130°30\'E and 133°30\'E, northern hemisphere.',
16777
        ],
16778
        'urn:ogc:def:coordinateOperation:EPSG::16176' => [
16779
            'name' => '3-degree Gauss-Kruger CM 138E',
16780
            'method' => 'urn:ogc:def:method:EPSG::9807',
16781
            'extent' => ['2634'],
16782
            'extent_description' => 'Between 136°30\'E and 139°30\'E, northern hemisphere.',
16783
        ],
16784
        'urn:ogc:def:coordinateOperation:EPSG::16178' => [
16785
            'name' => '3-degree Gauss-Kruger CM 144E',
16786
            'method' => 'urn:ogc:def:method:EPSG::9807',
16787
            'extent' => ['2636'],
16788
            'extent_description' => 'Between 142°30\'E and 145°30\'E, northern hemisphere.',
16789
        ],
16790
        'urn:ogc:def:coordinateOperation:EPSG::16180' => [
16791
            'name' => '3-degree Gauss-Kruger CM 150E',
16792
            'method' => 'urn:ogc:def:method:EPSG::9807',
16793
            'extent' => ['2638'],
16794
            'extent_description' => 'Between 148°30\'E and 151°30\'E, northern hemisphere.',
16795
        ],
16796
        'urn:ogc:def:coordinateOperation:EPSG::16182' => [
16797
            'name' => '3-degree Gauss-Kruger CM 156E',
16798
            'method' => 'urn:ogc:def:method:EPSG::9807',
16799
            'extent' => ['2640'],
16800
            'extent_description' => 'Between 154°30\'E and 157°30\'E, northern hemisphere.',
16801
        ],
16802
        'urn:ogc:def:coordinateOperation:EPSG::16184' => [
16803
            'name' => '3-degree Gauss-Kruger CM 162E',
16804
            'method' => 'urn:ogc:def:method:EPSG::9807',
16805
            'extent' => ['2642'],
16806
            'extent_description' => 'Between 160°30\'E and 163°30\'E, northern hemisphere.',
16807
        ],
16808
        'urn:ogc:def:coordinateOperation:EPSG::16186' => [
16809
            'name' => '3-degree Gauss-Kruger CM 168E',
16810
            'method' => 'urn:ogc:def:method:EPSG::9807',
16811
            'extent' => ['2644'],
16812
            'extent_description' => 'Between 166°30\'E and 169°30\'E, northern hemisphere.',
16813
        ],
16814
        'urn:ogc:def:coordinateOperation:EPSG::16188' => [
16815
            'name' => '3-degree Gauss-Kruger CM 174E',
16816
            'method' => 'urn:ogc:def:method:EPSG::9807',
16817
            'extent' => ['2646'],
16818
            'extent_description' => 'Between 172°30\'E and 175°30\'E, northern hemisphere.',
16819
        ],
16820
        'urn:ogc:def:coordinateOperation:EPSG::16190' => [
16821
            'name' => '3-degree Gauss-Kruger CM 180E',
16822
            'method' => 'urn:ogc:def:method:EPSG::9807',
16823
            'extent' => ['2648'],
16824
            'extent_description' => 'Between 178°30\'E and 178°30\'W, northern hemisphere.',
16825
        ],
16826
        'urn:ogc:def:coordinateOperation:EPSG::16192' => [
16827
            'name' => '3-degree Gauss-Kruger CM 174W',
16828
            'method' => 'urn:ogc:def:method:EPSG::9807',
16829
            'extent' => ['2650'],
16830
            'extent_description' => 'Between 175°30\'W and 172°30\'W, northern hemisphere.',
16831
        ],
16832
        'urn:ogc:def:coordinateOperation:EPSG::16194' => [
16833
            'name' => '3-degree Gauss-Kruger CM 168W',
16834
            'method' => 'urn:ogc:def:method:EPSG::9807',
16835
            'extent' => ['2652'],
16836
            'extent_description' => 'Between 169°30\'W and 166°30\'W, northern hemisphere.',
16837
        ],
16838
        'urn:ogc:def:coordinateOperation:EPSG::16202' => [
16839
            'name' => '6-degree Gauss-Kruger zone 2',
16840
            'method' => 'urn:ogc:def:method:EPSG::9807',
16841
            'extent' => ['2741'],
16842
            'extent_description' => 'Between 6°E and 12°E.',
16843
        ],
16844
        'urn:ogc:def:coordinateOperation:EPSG::16203' => [
16845
            'name' => '6-degree Gauss-Kruger zone 3',
16846
            'method' => 'urn:ogc:def:method:EPSG::9807',
16847
            'extent' => ['2742'],
16848
            'extent_description' => 'Between 12°E and 18°E.',
16849
        ],
16850
        'urn:ogc:def:coordinateOperation:EPSG::16204' => [
16851
            'name' => '6-degree Gauss-Kruger zone 4',
16852
            'method' => 'urn:ogc:def:method:EPSG::9807',
16853
            'extent' => ['2743'],
16854
            'extent_description' => 'Between 18°E and 24°E.',
16855
        ],
16856
        'urn:ogc:def:coordinateOperation:EPSG::16205' => [
16857
            'name' => '6-degree Gauss-Kruger zone 5',
16858
            'method' => 'urn:ogc:def:method:EPSG::9807',
16859
            'extent' => ['2744'],
16860
            'extent_description' => 'Between 24°E and 30°E.',
16861
        ],
16862
        'urn:ogc:def:coordinateOperation:EPSG::16206' => [
16863
            'name' => '6-degree Gauss-Kruger zone 6',
16864
            'method' => 'urn:ogc:def:method:EPSG::9807',
16865
            'extent' => ['2745'],
16866
            'extent_description' => 'Between 30°E and 36°E.',
16867
        ],
16868
        'urn:ogc:def:coordinateOperation:EPSG::16207' => [
16869
            'name' => '6-degree Gauss-Kruger zone 7',
16870
            'method' => 'urn:ogc:def:method:EPSG::9807',
16871
            'extent' => ['2746'],
16872
            'extent_description' => 'Between 36°E and 42°E.',
16873
        ],
16874
        'urn:ogc:def:coordinateOperation:EPSG::16208' => [
16875
            'name' => '6-degree Gauss-Kruger zone 8',
16876
            'method' => 'urn:ogc:def:method:EPSG::9807',
16877
            'extent' => ['1947'],
16878
            'extent_description' => 'Between 42°E and 48°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16879
        ],
16880
        'urn:ogc:def:coordinateOperation:EPSG::16209' => [
16881
            'name' => '6-degree Gauss-Kruger zone 9',
16882
            'method' => 'urn:ogc:def:method:EPSG::9807',
16883
            'extent' => ['1949'],
16884
            'extent_description' => 'Between 48°E and 54°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16885
        ],
16886
        'urn:ogc:def:coordinateOperation:EPSG::16210' => [
16887
            'name' => '6-degree Gauss-Kruger zone 10',
16888
            'method' => 'urn:ogc:def:method:EPSG::9807',
16889
            'extent' => ['1951'],
16890
            'extent_description' => 'Between 54°E and 60°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16891
        ],
16892
        'urn:ogc:def:coordinateOperation:EPSG::16211' => [
16893
            'name' => '6-degree Gauss-Kruger zone 11',
16894
            'method' => 'urn:ogc:def:method:EPSG::9807',
16895
            'extent' => ['1953'],
16896
            'extent_description' => 'Between 60°E and 66°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16897
        ],
16898
        'urn:ogc:def:coordinateOperation:EPSG::16212' => [
16899
            'name' => '6-degree Gauss-Kruger zone 12',
16900
            'method' => 'urn:ogc:def:method:EPSG::9807',
16901
            'extent' => ['1955'],
16902
            'extent_description' => 'Between 66°E and 72°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16903
        ],
16904
        'urn:ogc:def:coordinateOperation:EPSG::16213' => [
16905
            'name' => '6-degree Gauss-Kruger zone 13',
16906
            'method' => 'urn:ogc:def:method:EPSG::9807',
16907
            'extent' => ['1957'],
16908
            'extent_description' => 'Between 72°E and 78°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16909
        ],
16910
        'urn:ogc:def:coordinateOperation:EPSG::16214' => [
16911
            'name' => '6-degree Gauss-Kruger zone 14',
16912
            'method' => 'urn:ogc:def:method:EPSG::9807',
16913
            'extent' => ['1959'],
16914
            'extent_description' => 'Between 78°E and 84°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16915
        ],
16916
        'urn:ogc:def:coordinateOperation:EPSG::16215' => [
16917
            'name' => '6-degree Gauss-Kruger zone 15',
16918
            'method' => 'urn:ogc:def:method:EPSG::9807',
16919
            'extent' => ['1961'],
16920
            'extent_description' => 'Between 84°E and 90°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16921
        ],
16922
        'urn:ogc:def:coordinateOperation:EPSG::16216' => [
16923
            'name' => '6-degree Gauss-Kruger zone 16',
16924
            'method' => 'urn:ogc:def:method:EPSG::9807',
16925
            'extent' => ['1963'],
16926
            'extent_description' => 'Between 90°E and 96°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16927
        ],
16928
        'urn:ogc:def:coordinateOperation:EPSG::16217' => [
16929
            'name' => '6-degree Gauss-Kruger zone 17',
16930
            'method' => 'urn:ogc:def:method:EPSG::9807',
16931
            'extent' => ['1965'],
16932
            'extent_description' => 'Between 96°E and 102°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16933
        ],
16934
        'urn:ogc:def:coordinateOperation:EPSG::16218' => [
16935
            'name' => '6-degree Gauss-Kruger zone 18',
16936
            'method' => 'urn:ogc:def:method:EPSG::9807',
16937
            'extent' => ['1967'],
16938
            'extent_description' => 'Between 102°E and 108°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16939
        ],
16940
        'urn:ogc:def:coordinateOperation:EPSG::16219' => [
16941
            'name' => '6-degree Gauss-Kruger zone 19',
16942
            'method' => 'urn:ogc:def:method:EPSG::9807',
16943
            'extent' => ['1969'],
16944
            'extent_description' => 'Between 108°E and 114°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16945
        ],
16946
        'urn:ogc:def:coordinateOperation:EPSG::16220' => [
16947
            'name' => '6-degree Gauss-Kruger zone 20',
16948
            'method' => 'urn:ogc:def:method:EPSG::9807',
16949
            'extent' => ['1971'],
16950
            'extent_description' => 'Between 114°E and 120°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16951
        ],
16952
        'urn:ogc:def:coordinateOperation:EPSG::16221' => [
16953
            'name' => '6-degree Gauss-Kruger zone 21',
16954
            'method' => 'urn:ogc:def:method:EPSG::9807',
16955
            'extent' => ['1973'],
16956
            'extent_description' => 'Between 120°E and 126°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16957
        ],
16958
        'urn:ogc:def:coordinateOperation:EPSG::16222' => [
16959
            'name' => '6-degree Gauss-Kruger zone 22',
16960
            'method' => 'urn:ogc:def:method:EPSG::9807',
16961
            'extent' => ['1975'],
16962
            'extent_description' => 'Between 126°E and 132°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16963
        ],
16964
        'urn:ogc:def:coordinateOperation:EPSG::16223' => [
16965
            'name' => '6-degree Gauss-Kruger zone 23',
16966
            'method' => 'urn:ogc:def:method:EPSG::9807',
16967
            'extent' => ['1977'],
16968
            'extent_description' => 'Between 132°E and 138°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16969
        ],
16970
        'urn:ogc:def:coordinateOperation:EPSG::16224' => [
16971
            'name' => '6-degree Gauss-Kruger zone 24',
16972
            'method' => 'urn:ogc:def:method:EPSG::9807',
16973
            'extent' => ['1979'],
16974
            'extent_description' => 'Between 138°E and 144°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16975
        ],
16976
        'urn:ogc:def:coordinateOperation:EPSG::16225' => [
16977
            'name' => '6-degree Gauss-Kruger zone 25',
16978
            'method' => 'urn:ogc:def:method:EPSG::9807',
16979
            'extent' => ['1981'],
16980
            'extent_description' => 'Between 144°E and 150°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16981
        ],
16982
        'urn:ogc:def:coordinateOperation:EPSG::16226' => [
16983
            'name' => '6-degree Gauss-Kruger zone 26',
16984
            'method' => 'urn:ogc:def:method:EPSG::9807',
16985
            'extent' => ['1983'],
16986
            'extent_description' => 'Between 150°E and 156°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16987
        ],
16988
        'urn:ogc:def:coordinateOperation:EPSG::16227' => [
16989
            'name' => '6-degree Gauss-Kruger zone 27',
16990
            'method' => 'urn:ogc:def:method:EPSG::9807',
16991
            'extent' => ['1985'],
16992
            'extent_description' => 'Between 156°E and 162°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16993
        ],
16994
        'urn:ogc:def:coordinateOperation:EPSG::16228' => [
16995
            'name' => '6-degree Gauss-Kruger zone 28',
16996
            'method' => 'urn:ogc:def:method:EPSG::9807',
16997
            'extent' => ['1987'],
16998
            'extent_description' => 'Between 162°E and 168°E, northern hemisphere between equator and 84°N, onshore and offshore.',
16999
        ],
17000
        'urn:ogc:def:coordinateOperation:EPSG::16229' => [
17001
            'name' => '6-degree Gauss-Kruger zone 29',
17002
            'method' => 'urn:ogc:def:method:EPSG::9807',
17003
            'extent' => ['1989'],
17004
            'extent_description' => 'Between 168°E and 174°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17005
        ],
17006
        'urn:ogc:def:coordinateOperation:EPSG::16230' => [
17007
            'name' => '6-degree Gauss-Kruger zone 30',
17008
            'method' => 'urn:ogc:def:method:EPSG::9807',
17009
            'extent' => ['1991'],
17010
            'extent_description' => 'Between 174°E and 180°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17011
        ],
17012
        'urn:ogc:def:coordinateOperation:EPSG::16231' => [
17013
            'name' => '6-degree Gauss-Kruger zone 31',
17014
            'method' => 'urn:ogc:def:method:EPSG::9807',
17015
            'extent' => ['1873'],
17016
            'extent_description' => 'Between 180°W and 174°W, northern hemisphere between equator and 84°N, onshore and offshore.',
17017
        ],
17018
        'urn:ogc:def:coordinateOperation:EPSG::16232' => [
17019
            'name' => '6-degree Gauss-Kruger zone 32',
17020
            'method' => 'urn:ogc:def:method:EPSG::9807',
17021
            'extent' => ['1875'],
17022
            'extent_description' => 'Between 174°W and 168°W, northern hemisphere between equator and 84°N, onshore and offshore.',
17023
        ],
17024
        'urn:ogc:def:coordinateOperation:EPSG::16261' => [
17025
            'name' => '3-degree Gauss-Kruger zone 1',
17026
            'method' => 'urn:ogc:def:method:EPSG::9807',
17027
            'extent' => ['2299'],
17028
            'extent_description' => 'Between 1°30\'E and 4°30\'E, northern hemisphere.',
17029
        ],
17030
        'urn:ogc:def:coordinateOperation:EPSG::16262' => [
17031
            'name' => '3-degree Gauss-Kruger zone 2',
17032
            'method' => 'urn:ogc:def:method:EPSG::9807',
17033
            'extent' => ['2300'],
17034
            'extent_description' => 'Between 4°30\'E and 7°30\'E, northern hemisphere.',
17035
        ],
17036
        'urn:ogc:def:coordinateOperation:EPSG::16263' => [
17037
            'name' => '3-degree Gauss-Kruger zone 3',
17038
            'method' => 'urn:ogc:def:method:EPSG::9807',
17039
            'extent' => ['2301'],
17040
            'extent_description' => 'Between 7°30\'E and 10°30\'E, northern hemisphere.',
17041
        ],
17042
        'urn:ogc:def:coordinateOperation:EPSG::16264' => [
17043
            'name' => '3-degree Gauss-Kruger zone 4',
17044
            'method' => 'urn:ogc:def:method:EPSG::9807',
17045
            'extent' => ['2302'],
17046
            'extent_description' => 'Between 10°30\'E and 13°30\'E, northern hemisphere.',
17047
        ],
17048
        'urn:ogc:def:coordinateOperation:EPSG::16265' => [
17049
            'name' => '3-degree Gauss-Kruger zone 5',
17050
            'method' => 'urn:ogc:def:method:EPSG::9807',
17051
            'extent' => ['2303'],
17052
            'extent_description' => 'Between 13°30\'E and 16°30\'E, northern hemisphere.',
17053
        ],
17054
        'urn:ogc:def:coordinateOperation:EPSG::16266' => [
17055
            'name' => '3-degree Gauss-Kruger zone 6',
17056
            'method' => 'urn:ogc:def:method:EPSG::9807',
17057
            'extent' => ['2304'],
17058
            'extent_description' => 'Between 16°30\'E and 19°30\'E, northern hemisphere.',
17059
        ],
17060
        'urn:ogc:def:coordinateOperation:EPSG::16267' => [
17061
            'name' => '3-degree Gauss-Kruger zone 7',
17062
            'method' => 'urn:ogc:def:method:EPSG::9807',
17063
            'extent' => ['2305'],
17064
            'extent_description' => 'Between 19°30\'E and 22°30\'E, northern hemisphere.',
17065
        ],
17066
        'urn:ogc:def:coordinateOperation:EPSG::16268' => [
17067
            'name' => '3-degree Gauss-Kruger zone 8',
17068
            'method' => 'urn:ogc:def:method:EPSG::9807',
17069
            'extent' => ['2306'],
17070
            'extent_description' => 'Between 22°30\'E and 25°30\'E, northern hemisphere.',
17071
        ],
17072
        'urn:ogc:def:coordinateOperation:EPSG::16269' => [
17073
            'name' => '3-degree Gauss-Kruger zone 9',
17074
            'method' => 'urn:ogc:def:method:EPSG::9807',
17075
            'extent' => ['2534'],
17076
            'extent_description' => 'Between 25°30\'E and 28°30\'E, northern hemisphere.',
17077
        ],
17078
        'urn:ogc:def:coordinateOperation:EPSG::16270' => [
17079
            'name' => '3-degree Gauss-Kruger zone 10',
17080
            'method' => 'urn:ogc:def:method:EPSG::9807',
17081
            'extent' => ['2535'],
17082
            'extent_description' => 'Between 28°30\'E and 31°30\'E, northern hemisphere.',
17083
        ],
17084
        'urn:ogc:def:coordinateOperation:EPSG::16271' => [
17085
            'name' => '3-degree Gauss-Kruger zone 11',
17086
            'method' => 'urn:ogc:def:method:EPSG::9807',
17087
            'extent' => ['2536'],
17088
            'extent_description' => 'Between 31°30\'E and 34°30\'E, northern hemisphere.',
17089
        ],
17090
        'urn:ogc:def:coordinateOperation:EPSG::16272' => [
17091
            'name' => '3-degree Gauss-Kruger zone 12',
17092
            'method' => 'urn:ogc:def:method:EPSG::9807',
17093
            'extent' => ['2537'],
17094
            'extent_description' => 'Between 34°30\'E and 37°30\'E, northern hemisphere.',
17095
        ],
17096
        'urn:ogc:def:coordinateOperation:EPSG::16273' => [
17097
            'name' => '3-degree Gauss-Kruger zone 13',
17098
            'method' => 'urn:ogc:def:method:EPSG::9807',
17099
            'extent' => ['2538'],
17100
            'extent_description' => 'Between 37°30\'E and 40°30\'E, northern hemisphere.',
17101
        ],
17102
        'urn:ogc:def:coordinateOperation:EPSG::16274' => [
17103
            'name' => '3-degree Gauss-Kruger zone 14',
17104
            'method' => 'urn:ogc:def:method:EPSG::9807',
17105
            'extent' => ['2539'],
17106
            'extent_description' => 'Between 40°30\'E and 43°30\'E, northern hemisphere.',
17107
        ],
17108
        'urn:ogc:def:coordinateOperation:EPSG::16275' => [
17109
            'name' => '3-degree Gauss-Kruger zone 15',
17110
            'method' => 'urn:ogc:def:method:EPSG::9807',
17111
            'extent' => ['2540'],
17112
            'extent_description' => 'Between 43°30\'E and 46°30\'E, northern hemisphere.',
17113
        ],
17114
        'urn:ogc:def:coordinateOperation:EPSG::16276' => [
17115
            'name' => '3-degree Gauss-Kruger zone 16',
17116
            'method' => 'urn:ogc:def:method:EPSG::9807',
17117
            'extent' => ['2604'],
17118
            'extent_description' => 'Between 46°30\'E and 49°30\'E, northern hemisphere.',
17119
        ],
17120
        'urn:ogc:def:coordinateOperation:EPSG::16277' => [
17121
            'name' => '3-degree Gauss-Kruger zone 17',
17122
            'method' => 'urn:ogc:def:method:EPSG::9807',
17123
            'extent' => ['2605'],
17124
            'extent_description' => 'Between 49°30\'E and 52°30\'E, northern hemisphere.',
17125
        ],
17126
        'urn:ogc:def:coordinateOperation:EPSG::16278' => [
17127
            'name' => '3-degree Gauss-Kruger zone 18',
17128
            'method' => 'urn:ogc:def:method:EPSG::9807',
17129
            'extent' => ['2606'],
17130
            'extent_description' => 'Between 52°30\'E and 55°30\'E, northern hemisphere.',
17131
        ],
17132
        'urn:ogc:def:coordinateOperation:EPSG::16279' => [
17133
            'name' => '3-degree Gauss-Kruger zone 19',
17134
            'method' => 'urn:ogc:def:method:EPSG::9807',
17135
            'extent' => ['2607'],
17136
            'extent_description' => 'Between 55°30\'E and 58°30\'E, northern hemisphere.',
17137
        ],
17138
        'urn:ogc:def:coordinateOperation:EPSG::16280' => [
17139
            'name' => '3-degree Gauss-Kruger zone 20',
17140
            'method' => 'urn:ogc:def:method:EPSG::9807',
17141
            'extent' => ['2608'],
17142
            'extent_description' => 'Between 58°30\'E and 61°30\'E, northern hemisphere.',
17143
        ],
17144
        'urn:ogc:def:coordinateOperation:EPSG::16281' => [
17145
            'name' => '3-degree Gauss-Kruger zone 21',
17146
            'method' => 'urn:ogc:def:method:EPSG::9807',
17147
            'extent' => ['2609'],
17148
            'extent_description' => 'Between 61°30\'E and 64°30\'E, northern hemisphere.',
17149
        ],
17150
        'urn:ogc:def:coordinateOperation:EPSG::16282' => [
17151
            'name' => '3-degree Gauss-Kruger zone 22',
17152
            'method' => 'urn:ogc:def:method:EPSG::9807',
17153
            'extent' => ['2610'],
17154
            'extent_description' => 'Between 64°30\'E and 67°30\'E, northern hemisphere.',
17155
        ],
17156
        'urn:ogc:def:coordinateOperation:EPSG::16283' => [
17157
            'name' => '3-degree Gauss-Kruger zone 23',
17158
            'method' => 'urn:ogc:def:method:EPSG::9807',
17159
            'extent' => ['2611'],
17160
            'extent_description' => 'Between 67°30\'E and 70°30\'E, northern hemisphere.',
17161
        ],
17162
        'urn:ogc:def:coordinateOperation:EPSG::16284' => [
17163
            'name' => '3-degree Gauss-Kruger zone 24',
17164
            'method' => 'urn:ogc:def:method:EPSG::9807',
17165
            'extent' => ['2612'],
17166
            'extent_description' => 'Between 70°30\'E and 73°30\'E, northern hemisphere.',
17167
        ],
17168
        'urn:ogc:def:coordinateOperation:EPSG::16285' => [
17169
            'name' => '3-degree Gauss-Kruger zone 25',
17170
            'method' => 'urn:ogc:def:method:EPSG::9807',
17171
            'extent' => ['2613'],
17172
            'extent_description' => 'Between 73°30\'E and 76°30\'E, northern hemisphere.',
17173
        ],
17174
        'urn:ogc:def:coordinateOperation:EPSG::16286' => [
17175
            'name' => '3-degree Gauss-Kruger zone 26',
17176
            'method' => 'urn:ogc:def:method:EPSG::9807',
17177
            'extent' => ['2614'],
17178
            'extent_description' => 'Between 76°30\'E and 79°30\'E, northern hemisphere.',
17179
        ],
17180
        'urn:ogc:def:coordinateOperation:EPSG::16287' => [
17181
            'name' => '3-degree Gauss-Kruger zone 27',
17182
            'method' => 'urn:ogc:def:method:EPSG::9807',
17183
            'extent' => ['2615'],
17184
            'extent_description' => 'Between 79°30\'E and 82°30\'E, northern hemisphere.',
17185
        ],
17186
        'urn:ogc:def:coordinateOperation:EPSG::16288' => [
17187
            'name' => '3-degree Gauss-Kruger zone 28',
17188
            'method' => 'urn:ogc:def:method:EPSG::9807',
17189
            'extent' => ['2616'],
17190
            'extent_description' => 'Between 82°30\'E and 85°30\'E, northern hemisphere.',
17191
        ],
17192
        'urn:ogc:def:coordinateOperation:EPSG::16289' => [
17193
            'name' => '3-degree Gauss-Kruger zone 29',
17194
            'method' => 'urn:ogc:def:method:EPSG::9807',
17195
            'extent' => ['2617'],
17196
            'extent_description' => 'Between 85°30\'E and 88°30\'E, northern hemisphere.',
17197
        ],
17198
        'urn:ogc:def:coordinateOperation:EPSG::16290' => [
17199
            'name' => '3-degree Gauss-Kruger zone 30',
17200
            'method' => 'urn:ogc:def:method:EPSG::9807',
17201
            'extent' => ['2618'],
17202
            'extent_description' => 'Between 88°30\'E and 91°30\'E, northern hemisphere.',
17203
        ],
17204
        'urn:ogc:def:coordinateOperation:EPSG::16291' => [
17205
            'name' => '3-degree Gauss-Kruger zone 31',
17206
            'method' => 'urn:ogc:def:method:EPSG::9807',
17207
            'extent' => ['2619'],
17208
            'extent_description' => 'Between 91°30\'E and 94°30\'E, northern hemisphere.',
17209
        ],
17210
        'urn:ogc:def:coordinateOperation:EPSG::16292' => [
17211
            'name' => '3-degree Gauss-Kruger zone 32',
17212
            'method' => 'urn:ogc:def:method:EPSG::9807',
17213
            'extent' => ['2620'],
17214
            'extent_description' => 'Between 94°30\'E and 97°30\'E, northern hemisphere.',
17215
        ],
17216
        'urn:ogc:def:coordinateOperation:EPSG::16293' => [
17217
            'name' => '3-degree Gauss-Kruger zone 33',
17218
            'method' => 'urn:ogc:def:method:EPSG::9807',
17219
            'extent' => ['2621'],
17220
            'extent_description' => 'Between 97°30\'E and 100°30\'E, northern hemisphere.',
17221
        ],
17222
        'urn:ogc:def:coordinateOperation:EPSG::16294' => [
17223
            'name' => '3-degree Gauss-Kruger zone 34',
17224
            'method' => 'urn:ogc:def:method:EPSG::9807',
17225
            'extent' => ['2622'],
17226
            'extent_description' => 'Between 100°30\'E and 103°30\'E, northern hemisphere.',
17227
        ],
17228
        'urn:ogc:def:coordinateOperation:EPSG::16295' => [
17229
            'name' => '3-degree Gauss-Kruger zone 35',
17230
            'method' => 'urn:ogc:def:method:EPSG::9807',
17231
            'extent' => ['2623'],
17232
            'extent_description' => 'Between 103°30\'E and 106°30\'E, northern hemisphere.',
17233
        ],
17234
        'urn:ogc:def:coordinateOperation:EPSG::16296' => [
17235
            'name' => '3-degree Gauss-Kruger zone 36',
17236
            'method' => 'urn:ogc:def:method:EPSG::9807',
17237
            'extent' => ['2624'],
17238
            'extent_description' => 'Between 106°30\'E and 109°30\'E, northern hemisphere.',
17239
        ],
17240
        'urn:ogc:def:coordinateOperation:EPSG::16297' => [
17241
            'name' => '3-degree Gauss-Kruger zone 37',
17242
            'method' => 'urn:ogc:def:method:EPSG::9807',
17243
            'extent' => ['2625'],
17244
            'extent_description' => 'Between 109°30\'Eand 112°30\'E, northern hemisphere.',
17245
        ],
17246
        'urn:ogc:def:coordinateOperation:EPSG::16298' => [
17247
            'name' => '3-degree Gauss-Kruger zone 38',
17248
            'method' => 'urn:ogc:def:method:EPSG::9807',
17249
            'extent' => ['2626'],
17250
            'extent_description' => 'Between 112°30\'E and 115°30\'E, northern hemisphere.',
17251
        ],
17252
        'urn:ogc:def:coordinateOperation:EPSG::16299' => [
17253
            'name' => '3-degree Gauss-Kruger zone 39',
17254
            'method' => 'urn:ogc:def:method:EPSG::9807',
17255
            'extent' => ['2627'],
17256
            'extent_description' => 'Between 115°30\'E and 118°30\'E, northern hemisphere.',
17257
        ],
17258
        'urn:ogc:def:coordinateOperation:EPSG::16302' => [
17259
            'name' => 'Gauss-Kruger CM 9E',
17260
            'method' => 'urn:ogc:def:method:EPSG::9807',
17261
            'extent' => ['1935'],
17262
            'extent_description' => 'Between 6°E and 12°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17263
        ],
17264
        'urn:ogc:def:coordinateOperation:EPSG::16304' => [
17265
            'name' => 'Gauss-Kruger CM 21E',
17266
            'method' => 'urn:ogc:def:method:EPSG::9807',
17267
            'extent' => ['1939'],
17268
            'extent_description' => 'Between 18°E and 24°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17269
        ],
17270
        'urn:ogc:def:coordinateOperation:EPSG::16305' => [
17271
            'name' => 'Gauss-Kruger CM 27E',
17272
            'method' => 'urn:ogc:def:method:EPSG::9807',
17273
            'extent' => ['1941'],
17274
            'extent_description' => 'Between 24°E and 30°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17275
        ],
17276
        'urn:ogc:def:coordinateOperation:EPSG::16306' => [
17277
            'name' => 'Gauss-Kruger CM 33E',
17278
            'method' => 'urn:ogc:def:method:EPSG::9807',
17279
            'extent' => ['1943'],
17280
            'extent_description' => 'Between 30°E and 36°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17281
        ],
17282
        'urn:ogc:def:coordinateOperation:EPSG::16307' => [
17283
            'name' => 'Gauss-Kruger CM 39E',
17284
            'method' => 'urn:ogc:def:method:EPSG::9807',
17285
            'extent' => ['1945'],
17286
            'extent_description' => 'Between 36°E and 42°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17287
        ],
17288
        'urn:ogc:def:coordinateOperation:EPSG::16308' => [
17289
            'name' => 'Gauss-Kruger CM 45E',
17290
            'method' => 'urn:ogc:def:method:EPSG::9807',
17291
            'extent' => ['1947'],
17292
            'extent_description' => 'Between 42°E and 48°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17293
        ],
17294
        'urn:ogc:def:coordinateOperation:EPSG::16309' => [
17295
            'name' => 'Gauss-Kruger CM 51E',
17296
            'method' => 'urn:ogc:def:method:EPSG::9807',
17297
            'extent' => ['1949'],
17298
            'extent_description' => 'Between 48°E and 54°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17299
        ],
17300
        'urn:ogc:def:coordinateOperation:EPSG::16310' => [
17301
            'name' => 'Gauss-Kruger CM 57E',
17302
            'method' => 'urn:ogc:def:method:EPSG::9807',
17303
            'extent' => ['1951'],
17304
            'extent_description' => 'Between 54°E and 60°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17305
        ],
17306
        'urn:ogc:def:coordinateOperation:EPSG::16311' => [
17307
            'name' => 'Gauss-Kruger CM 63E',
17308
            'method' => 'urn:ogc:def:method:EPSG::9807',
17309
            'extent' => ['1953'],
17310
            'extent_description' => 'Between 60°E and 66°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17311
        ],
17312
        'urn:ogc:def:coordinateOperation:EPSG::16312' => [
17313
            'name' => 'Gauss-Kruger CM 69E',
17314
            'method' => 'urn:ogc:def:method:EPSG::9807',
17315
            'extent' => ['1955'],
17316
            'extent_description' => 'Between 66°E and 72°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17317
        ],
17318
        'urn:ogc:def:coordinateOperation:EPSG::16313' => [
17319
            'name' => 'Gauss-Kruger CM 75E',
17320
            'method' => 'urn:ogc:def:method:EPSG::9807',
17321
            'extent' => ['1957'],
17322
            'extent_description' => 'Between 72°E and 78°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17323
        ],
17324
        'urn:ogc:def:coordinateOperation:EPSG::16314' => [
17325
            'name' => 'Gauss-Kruger CM 81E',
17326
            'method' => 'urn:ogc:def:method:EPSG::9807',
17327
            'extent' => ['1959'],
17328
            'extent_description' => 'Between 78°E and 84°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17329
        ],
17330
        'urn:ogc:def:coordinateOperation:EPSG::16315' => [
17331
            'name' => 'Gauss-Kruger CM 87E',
17332
            'method' => 'urn:ogc:def:method:EPSG::9807',
17333
            'extent' => ['1961'],
17334
            'extent_description' => 'Between 84°E and 90°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17335
        ],
17336
        'urn:ogc:def:coordinateOperation:EPSG::16316' => [
17337
            'name' => 'Gauss-Kruger CM 93E',
17338
            'method' => 'urn:ogc:def:method:EPSG::9807',
17339
            'extent' => ['1963'],
17340
            'extent_description' => 'Between 90°E and 96°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17341
        ],
17342
        'urn:ogc:def:coordinateOperation:EPSG::16317' => [
17343
            'name' => 'Gauss-Kruger CM 99E',
17344
            'method' => 'urn:ogc:def:method:EPSG::9807',
17345
            'extent' => ['1965'],
17346
            'extent_description' => 'Between 96°E and 102°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17347
        ],
17348
        'urn:ogc:def:coordinateOperation:EPSG::16318' => [
17349
            'name' => 'Gauss-Kruger CM 105E',
17350
            'method' => 'urn:ogc:def:method:EPSG::9807',
17351
            'extent' => ['1967'],
17352
            'extent_description' => 'Between 102°E and 108°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17353
        ],
17354
        'urn:ogc:def:coordinateOperation:EPSG::16319' => [
17355
            'name' => 'Gauss-Kruger CM 111E',
17356
            'method' => 'urn:ogc:def:method:EPSG::9807',
17357
            'extent' => ['1969'],
17358
            'extent_description' => 'Between 108°E and 114°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17359
        ],
17360
        'urn:ogc:def:coordinateOperation:EPSG::16320' => [
17361
            'name' => 'Gauss-Kruger CM 117E',
17362
            'method' => 'urn:ogc:def:method:EPSG::9807',
17363
            'extent' => ['1971'],
17364
            'extent_description' => 'Between 114°E and 120°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17365
        ],
17366
        'urn:ogc:def:coordinateOperation:EPSG::16321' => [
17367
            'name' => 'Gauss-Kruger CM 123E',
17368
            'method' => 'urn:ogc:def:method:EPSG::9807',
17369
            'extent' => ['1973'],
17370
            'extent_description' => 'Between 120°E and 126°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17371
        ],
17372
        'urn:ogc:def:coordinateOperation:EPSG::16322' => [
17373
            'name' => 'Gauss-Kruger CM 129E',
17374
            'method' => 'urn:ogc:def:method:EPSG::9807',
17375
            'extent' => ['1975'],
17376
            'extent_description' => 'Between 126°E and 132°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17377
        ],
17378
        'urn:ogc:def:coordinateOperation:EPSG::16323' => [
17379
            'name' => 'Gauss-Kruger CM 135E',
17380
            'method' => 'urn:ogc:def:method:EPSG::9807',
17381
            'extent' => ['1977'],
17382
            'extent_description' => 'Between 132°E and 138°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17383
        ],
17384
        'urn:ogc:def:coordinateOperation:EPSG::16324' => [
17385
            'name' => 'Gauss-Kruger CM 141E',
17386
            'method' => 'urn:ogc:def:method:EPSG::9807',
17387
            'extent' => ['1979'],
17388
            'extent_description' => 'Between 138°E and 144°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17389
        ],
17390
        'urn:ogc:def:coordinateOperation:EPSG::16325' => [
17391
            'name' => 'Gauss-Kruger CM 147E',
17392
            'method' => 'urn:ogc:def:method:EPSG::9807',
17393
            'extent' => ['1981'],
17394
            'extent_description' => 'Between 144°E and 150°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17395
        ],
17396
        'urn:ogc:def:coordinateOperation:EPSG::16326' => [
17397
            'name' => 'Gauss-Kruger CM 153E',
17398
            'method' => 'urn:ogc:def:method:EPSG::9807',
17399
            'extent' => ['1983'],
17400
            'extent_description' => 'Between 150°E and 156°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17401
        ],
17402
        'urn:ogc:def:coordinateOperation:EPSG::16327' => [
17403
            'name' => 'Gauss-Kruger CM 159E',
17404
            'method' => 'urn:ogc:def:method:EPSG::9807',
17405
            'extent' => ['1985'],
17406
            'extent_description' => 'Between 156°E and 162°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17407
        ],
17408
        'urn:ogc:def:coordinateOperation:EPSG::16328' => [
17409
            'name' => 'Gauss-Kruger CM 165E',
17410
            'method' => 'urn:ogc:def:method:EPSG::9807',
17411
            'extent' => ['1987'],
17412
            'extent_description' => 'Between 162°E and 168°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17413
        ],
17414
        'urn:ogc:def:coordinateOperation:EPSG::16329' => [
17415
            'name' => 'Gauss-Kruger CM 171E',
17416
            'method' => 'urn:ogc:def:method:EPSG::9807',
17417
            'extent' => ['1989'],
17418
            'extent_description' => 'Between 168°E and 174°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17419
        ],
17420
        'urn:ogc:def:coordinateOperation:EPSG::16330' => [
17421
            'name' => 'Gauss-Kruger CM 177E',
17422
            'method' => 'urn:ogc:def:method:EPSG::9807',
17423
            'extent' => ['1991'],
17424
            'extent_description' => 'Between 174°E and 180°E, northern hemisphere between equator and 84°N, onshore and offshore.',
17425
        ],
17426
        'urn:ogc:def:coordinateOperation:EPSG::16331' => [
17427
            'name' => 'Gauss-Kruger CM 177W',
17428
            'method' => 'urn:ogc:def:method:EPSG::9807',
17429
            'extent' => ['1873'],
17430
            'extent_description' => 'Between 180°W and 174°W, northern hemisphere between equator and 84°N, onshore and offshore.',
17431
        ],
17432
        'urn:ogc:def:coordinateOperation:EPSG::16332' => [
17433
            'name' => 'Gauss-Kruger CM 171W',
17434
            'method' => 'urn:ogc:def:method:EPSG::9807',
17435
            'extent' => ['1875'],
17436
            'extent_description' => 'Between 174°W and 168°W, northern hemisphere between equator and 84°N, onshore and offshore.',
17437
        ],
17438
        'urn:ogc:def:coordinateOperation:EPSG::16368' => [
17439
            'name' => '3-degree Gauss-Kruger CM 24E',
17440
            'method' => 'urn:ogc:def:method:EPSG::9807',
17441
            'extent' => ['2306'],
17442
            'extent_description' => 'Between 22°30\'E and 25°30\'E, northern hemisphere.',
17443
        ],
17444
        'urn:ogc:def:coordinateOperation:EPSG::16370' => [
17445
            'name' => '3-degree Gauss-Kruger CM 30E',
17446
            'method' => 'urn:ogc:def:method:EPSG::9807',
17447
            'extent' => ['2535'],
17448
            'extent_description' => 'Between 28°30\'E and 31°30\'E, northern hemisphere.',
17449
        ],
17450
        'urn:ogc:def:coordinateOperation:EPSG::16372' => [
17451
            'name' => '3-degree Gauss-Kruger CM 36E',
17452
            'method' => 'urn:ogc:def:method:EPSG::9807',
17453
            'extent' => ['2537'],
17454
            'extent_description' => 'Between 34°30\'E and 37°30\'E, northern hemisphere.',
17455
        ],
17456
        'urn:ogc:def:coordinateOperation:EPSG::16374' => [
17457
            'name' => '3-degree Gauss-Kruger CM 42E',
17458
            'method' => 'urn:ogc:def:method:EPSG::9807',
17459
            'extent' => ['2539'],
17460
            'extent_description' => 'Between 40°30\'E and 43°30\'E, northern hemisphere.',
17461
        ],
17462
        'urn:ogc:def:coordinateOperation:EPSG::16376' => [
17463
            'name' => '3-degree Gauss-Kruger CM 48E',
17464
            'method' => 'urn:ogc:def:method:EPSG::9807',
17465
            'extent' => ['2604'],
17466
            'extent_description' => 'Between 46°30\'E and 49°30\'E, northern hemisphere.',
17467
        ],
17468
        'urn:ogc:def:coordinateOperation:EPSG::16378' => [
17469
            'name' => '3-degree Gauss-Kruger CM 54E',
17470
            'method' => 'urn:ogc:def:method:EPSG::9807',
17471
            'extent' => ['2606'],
17472
            'extent_description' => 'Between 52°30\'E and 55°30\'E, northern hemisphere.',
17473
        ],
17474
        'urn:ogc:def:coordinateOperation:EPSG::16380' => [
17475
            'name' => '3-degree Gauss-Kruger CM 60E',
17476
            'method' => 'urn:ogc:def:method:EPSG::9807',
17477
            'extent' => ['2608'],
17478
            'extent_description' => 'Between 58°30\'E and 61°30\'E, northern hemisphere.',
17479
        ],
17480
        'urn:ogc:def:coordinateOperation:EPSG::16382' => [
17481
            'name' => '3-degree Gauss-Kruger CM 66E',
17482
            'method' => 'urn:ogc:def:method:EPSG::9807',
17483
            'extent' => ['2610'],
17484
            'extent_description' => 'Between 64°30\'E and 67°30\'E, northern hemisphere.',
17485
        ],
17486
        'urn:ogc:def:coordinateOperation:EPSG::16384' => [
17487
            'name' => '3-degree Gauss-Kruger CM 72E',
17488
            'method' => 'urn:ogc:def:method:EPSG::9807',
17489
            'extent' => ['2612'],
17490
            'extent_description' => 'Between 70°30\'E and 73°30\'E, northern hemisphere.',
17491
        ],
17492
        'urn:ogc:def:coordinateOperation:EPSG::16386' => [
17493
            'name' => '3-degree Gauss-Kruger CM 78E',
17494
            'method' => 'urn:ogc:def:method:EPSG::9807',
17495
            'extent' => ['2614'],
17496
            'extent_description' => 'Between 76°30\'E and 79°30\'E, northern hemisphere.',
17497
        ],
17498
        'urn:ogc:def:coordinateOperation:EPSG::16388' => [
17499
            'name' => '3-degree Gauss-Kruger CM 84E',
17500
            'method' => 'urn:ogc:def:method:EPSG::9807',
17501
            'extent' => ['2616'],
17502
            'extent_description' => 'Between 82°30\'E and 85°30\'E, northern hemisphere.',
17503
        ],
17504
        'urn:ogc:def:coordinateOperation:EPSG::16390' => [
17505
            'name' => '3-degree Gauss-Kruger CM 90E',
17506
            'method' => 'urn:ogc:def:method:EPSG::9807',
17507
            'extent' => ['2618'],
17508
            'extent_description' => 'Between 88°30\'E and 91°30\'E, northern hemisphere.',
17509
        ],
17510
        'urn:ogc:def:coordinateOperation:EPSG::16392' => [
17511
            'name' => '3-degree Gauss-Kruger CM 96E',
17512
            'method' => 'urn:ogc:def:method:EPSG::9807',
17513
            'extent' => ['2620'],
17514
            'extent_description' => 'Between 94°30\'E and 97°30\'E, northern hemisphere.',
17515
        ],
17516
        'urn:ogc:def:coordinateOperation:EPSG::16394' => [
17517
            'name' => '3-degree Gauss-Kruger CM 102E',
17518
            'method' => 'urn:ogc:def:method:EPSG::9807',
17519
            'extent' => ['2622'],
17520
            'extent_description' => 'Between 100°30\'E and 103°30\'E, northern hemisphere.',
17521
        ],
17522
        'urn:ogc:def:coordinateOperation:EPSG::16396' => [
17523
            'name' => '3-degree Gauss-Kruger CM 108E',
17524
            'method' => 'urn:ogc:def:method:EPSG::9807',
17525
            'extent' => ['2624'],
17526
            'extent_description' => 'Between 106°30\'E and 109°30\'E, northern hemisphere.',
17527
        ],
17528
        'urn:ogc:def:coordinateOperation:EPSG::16398' => [
17529
            'name' => '3-degree Gauss-Kruger CM 114E',
17530
            'method' => 'urn:ogc:def:method:EPSG::9807',
17531
            'extent' => ['2626'],
17532
            'extent_description' => 'Between 112°30\'E and 115°30\'E, northern hemisphere.',
17533
        ],
17534
        'urn:ogc:def:coordinateOperation:EPSG::16400' => [
17535
            'name' => 'TM 0 N',
17536
            'method' => 'urn:ogc:def:method:EPSG::9807',
17537
            'extent' => ['1629'],
17538
            'extent_description' => 'United Kingdom (UK) - offshore - North Sea.',
17539
        ],
17540
        'urn:ogc:def:coordinateOperation:EPSG::16405' => [
17541
            'name' => 'TM 5 NE',
17542
            'method' => 'urn:ogc:def:method:EPSG::9807',
17543
            'extent' => ['1630'],
17544
            'extent_description' => 'Netherlands - offshore North Sea.',
17545
        ],
17546
        'urn:ogc:def:coordinateOperation:EPSG::16406' => [
17547
            'name' => 'TM 6 NE',
17548
            'method' => 'urn:ogc:def:method:EPSG::9807',
17549
            'extent' => ['3914'],
17550
            'extent_description' => 'France - offshore Mediterranean including area east of 9°E. Nigeria - offshore including area west of 3°E.',
17551
        ],
17552
        'urn:ogc:def:coordinateOperation:EPSG::16411' => [
17553
            'name' => 'TM 11 NE',
17554
            'method' => 'urn:ogc:def:method:EPSG::9807',
17555
            'extent' => ['1489'],
17556
            'extent_description' => 'Tunisia - offshore.',
17557
        ],
17558
        'urn:ogc:def:coordinateOperation:EPSG::16412' => [
17559
            'name' => 'TM 12 NE',
17560
            'method' => 'urn:ogc:def:method:EPSG::9807',
17561
            'extent' => ['1482'],
17562
            'extent_description' => 'Libya - onshore west of 15°E.',
17563
        ],
17564
        'urn:ogc:def:coordinateOperation:EPSG::16413' => [
17565
            'name' => 'TM 13 NE',
17566
            'method' => 'urn:ogc:def:method:EPSG::9807',
17567
            'extent' => ['2771'],
17568
            'extent_description' => 'Niger - southeast',
17569
        ],
17570
        'urn:ogc:def:coordinateOperation:EPSG::16430' => [
17571
            'name' => 'TM 30 NE',
17572
            'method' => 'urn:ogc:def:method:EPSG::9807',
17573
            'extent' => ['2546'],
17574
            'extent_description' => 'Romania - offshore.',
17575
        ],
17576
        'urn:ogc:def:coordinateOperation:EPSG::16490' => [
17577
            'name' => 'TM 90 NE',
17578
            'method' => 'urn:ogc:def:method:EPSG::9807',
17579
            'extent' => ['1041', '3217'],
17580
            'extent_description' => 'Bangladesh - onshore and offshore, Bangladesh - onshore.',
17581
        ],
17582
        'urn:ogc:def:coordinateOperation:EPSG::16506' => [
17583
            'name' => 'TM 106 NE',
17584
            'method' => 'urn:ogc:def:method:EPSG::9807',
17585
            'extent' => ['1495'],
17586
            'extent_description' => 'Vietnam - offshore - Cuu Long basin and northwestern part of Nam Con Son basin.',
17587
        ],
17588
        'urn:ogc:def:coordinateOperation:EPSG::16586' => [
17589
            'name' => 'GK 106 NE',
17590
            'method' => 'urn:ogc:def:method:EPSG::9807',
17591
            'extent' => ['1494'],
17592
            'extent_description' => 'Vietnam - onshore Vung Tau area.',
17593
        ],
17594
        'urn:ogc:def:coordinateOperation:EPSG::16611' => [
17595
            'name' => 'TM 11.30 SE',
17596
            'method' => 'urn:ogc:def:method:EPSG::9807',
17597
            'extent' => ['1605'],
17598
            'extent_description' => 'Angola - offshore block 15.',
17599
        ],
17600
        'urn:ogc:def:coordinateOperation:EPSG::16612' => [
17601
            'name' => 'TM 12 SE',
17602
            'method' => 'urn:ogc:def:method:EPSG::9807',
17603
            'extent' => ['1604'],
17604
            'extent_description' => 'Angola - Angola proper - offshore.',
17605
        ],
17606
        'urn:ogc:def:coordinateOperation:EPSG::16636' => [
17607
            'name' => 'TM 36 SE',
17608
            'method' => 'urn:ogc:def:method:EPSG::9807',
17609
            'extent' => ['1726'],
17610
            'extent_description' => 'Mozambique - offshore.',
17611
        ],
17612
        'urn:ogc:def:coordinateOperation:EPSG::16709' => [
17613
            'name' => 'TM 109 SE',
17614
            'method' => 'urn:ogc:def:method:EPSG::9807',
17615
            'extent' => ['2577'],
17616
            'extent_description' => 'Indonesia - southern Java Sea offshore northwest Java.',
17617
        ],
17618
        'urn:ogc:def:coordinateOperation:EPSG::16716' => [
17619
            'name' => 'TM 116 SE',
17620
            'method' => 'urn:ogc:def:method:EPSG::9807',
17621
            'extent' => ['2588'],
17622
            'extent_description' => 'Indonesia - offshore Madura Strait and western Bali Sea.',
17623
        ],
17624
        'urn:ogc:def:coordinateOperation:EPSG::16732' => [
17625
            'name' => 'TM 132 SE',
17626
            'method' => 'urn:ogc:def:method:EPSG::9807',
17627
            'extent' => ['2589'],
17628
            'extent_description' => 'Indonesia - West Papua (formerly Irian Jaya) - Tangguh.',
17629
        ],
17630
        'urn:ogc:def:coordinateOperation:EPSG::16907' => [
17631
            'name' => 'GSK 3-degree Gauss-Kruger zone 7',
17632
            'method' => 'urn:ogc:def:method:EPSG::9807',
17633
            'extent' => ['2305'],
17634
            'extent_description' => 'Between 19°30\'E and 22°30\'E, northern hemisphere.',
17635
        ],
17636
        'urn:ogc:def:coordinateOperation:EPSG::16908' => [
17637
            'name' => 'GSK 3-degree Gauss-Kruger zone 8',
17638
            'method' => 'urn:ogc:def:method:EPSG::9807',
17639
            'extent' => ['2748'],
17640
            'extent_description' => 'Russian Federation - onshore between 22°30\'E and 25°30\'E - Kaliningrad.',
17641
        ],
17642
        'urn:ogc:def:coordinateOperation:EPSG::16909' => [
17643
            'name' => 'GSK 3-degree Gauss-Kruger zone 9',
17644
            'method' => 'urn:ogc:def:method:EPSG::9807',
17645
            'extent' => ['2749'],
17646
            'extent_description' => 'Russian Federation - onshore between 25°30\'E and 28°30\'E.',
17647
        ],
17648
        'urn:ogc:def:coordinateOperation:EPSG::16910' => [
17649
            'name' => 'GSK 3-degree Gauss-Kruger zone 10',
17650
            'method' => 'urn:ogc:def:method:EPSG::9807',
17651
            'extent' => ['2535'],
17652
            'extent_description' => 'Between 28°30\'E and 31°30\'E, northern hemisphere.',
17653
        ],
17654
        'urn:ogc:def:coordinateOperation:EPSG::16911' => [
17655
            'name' => 'GSK 3-degree Gauss-Kruger zone 11',
17656
            'method' => 'urn:ogc:def:method:EPSG::9807',
17657
            'extent' => ['2751'],
17658
            'extent_description' => 'Russian Federation - onshore between 31°30\'E and 34°30\'E.',
17659
        ],
17660
        'urn:ogc:def:coordinateOperation:EPSG::16912' => [
17661
            'name' => 'GSK 3-degree Gauss-Kruger zone 12',
17662
            'method' => 'urn:ogc:def:method:EPSG::9807',
17663
            'extent' => ['2752'],
17664
            'extent_description' => 'Russian Federation - onshore between 34°30\'E and 37°30\'E.',
17665
        ],
17666
        'urn:ogc:def:coordinateOperation:EPSG::16913' => [
17667
            'name' => 'GSK 3-degree Gauss-Kruger zone 13',
17668
            'method' => 'urn:ogc:def:method:EPSG::9807',
17669
            'extent' => ['2753'],
17670
            'extent_description' => 'Russian Federation - onshore between 37°30\'E and 40°30\'E.',
17671
        ],
17672
        'urn:ogc:def:coordinateOperation:EPSG::16914' => [
17673
            'name' => 'GSK 3-degree Gauss-Kruger zone 14',
17674
            'method' => 'urn:ogc:def:method:EPSG::9807',
17675
            'extent' => ['2754'],
17676
            'extent_description' => 'Russian Federation - onshore between 40°30\'E and 43°30\'E.',
17677
        ],
17678
        'urn:ogc:def:coordinateOperation:EPSG::16915' => [
17679
            'name' => 'GSK 3-degree Gauss-Kruger zone 15',
17680
            'method' => 'urn:ogc:def:method:EPSG::9807',
17681
            'extent' => ['2755'],
17682
            'extent_description' => 'Russian Federation - onshore between 43°30\'E and 46°30\'E.',
17683
        ],
17684
        'urn:ogc:def:coordinateOperation:EPSG::16916' => [
17685
            'name' => 'GSK 3-degree Gauss-Kruger zone 16',
17686
            'method' => 'urn:ogc:def:method:EPSG::9807',
17687
            'extent' => ['2756'],
17688
            'extent_description' => 'Russian Federation - onshore between 46°30\'E and 49°30\'E.',
17689
        ],
17690
        'urn:ogc:def:coordinateOperation:EPSG::16917' => [
17691
            'name' => 'GSK 3-degree Gauss-Kruger zone 17',
17692
            'method' => 'urn:ogc:def:method:EPSG::9807',
17693
            'extent' => ['2757'],
17694
            'extent_description' => 'Russian Federation - onshore between 49°30\'E and 52°30\'E.',
17695
        ],
17696
        'urn:ogc:def:coordinateOperation:EPSG::16918' => [
17697
            'name' => 'GSK 3-degree Gauss-Kruger zone 18',
17698
            'method' => 'urn:ogc:def:method:EPSG::9807',
17699
            'extent' => ['2758'],
17700
            'extent_description' => 'Russian Federation - onshore between 52°30\'E and 55°30\'E.',
17701
        ],
17702
        'urn:ogc:def:coordinateOperation:EPSG::16919' => [
17703
            'name' => 'GSK 3-degree Gauss-Kruger zone 19',
17704
            'method' => 'urn:ogc:def:method:EPSG::9807',
17705
            'extent' => ['2759'],
17706
            'extent_description' => 'Russian Federation - onshore between 55°30\'E and 58°30\'E.',
17707
        ],
17708
        'urn:ogc:def:coordinateOperation:EPSG::16920' => [
17709
            'name' => 'GSK 3-degree Gauss-Kruger zone 20',
17710
            'method' => 'urn:ogc:def:method:EPSG::9807',
17711
            'extent' => ['2760'],
17712
            'extent_description' => 'Russian Federation - onshore between 58°30\'E and 61°30\'E.',
17713
        ],
17714
        'urn:ogc:def:coordinateOperation:EPSG::16921' => [
17715
            'name' => 'GSK 3-degree Gauss-Kruger zone 21',
17716
            'method' => 'urn:ogc:def:method:EPSG::9807',
17717
            'extent' => ['2609'],
17718
            'extent_description' => 'Between 61°30\'E and 64°30\'E, northern hemisphere.',
17719
        ],
17720
        'urn:ogc:def:coordinateOperation:EPSG::16922' => [
17721
            'name' => 'GSK 3-degree Gauss-Kruger zone 22',
17722
            'method' => 'urn:ogc:def:method:EPSG::9807',
17723
            'extent' => ['2762'],
17724
            'extent_description' => 'Russian Federation - onshore between 64°30\'E and 67°30\'E.',
17725
        ],
17726
        'urn:ogc:def:coordinateOperation:EPSG::16923' => [
17727
            'name' => 'GSK 3-degree Gauss-Kruger zone 23',
17728
            'method' => 'urn:ogc:def:method:EPSG::9807',
17729
            'extent' => ['2763'],
17730
            'extent_description' => 'Russian Federation - onshore between 67°30\'E and 70°30\'E.',
17731
        ],
17732
        'urn:ogc:def:coordinateOperation:EPSG::16924' => [
17733
            'name' => 'GSK 3-degree Gauss-Kruger zone 24',
17734
            'method' => 'urn:ogc:def:method:EPSG::9807',
17735
            'extent' => ['2764'],
17736
            'extent_description' => 'Russian Federation - onshore between 70°30\'E and 73°30\'E.',
17737
        ],
17738
        'urn:ogc:def:coordinateOperation:EPSG::16925' => [
17739
            'name' => 'GSK 3-degree Gauss-Kruger zone 25',
17740
            'method' => 'urn:ogc:def:method:EPSG::9807',
17741
            'extent' => ['2765'],
17742
            'extent_description' => 'Russian Federation - onshore between 73°30\'E and 76°30\'E.',
17743
        ],
17744
        'urn:ogc:def:coordinateOperation:EPSG::16926' => [
17745
            'name' => 'GSK 3-degree Gauss-Kruger zone 26',
17746
            'method' => 'urn:ogc:def:method:EPSG::9807',
17747
            'extent' => ['2766'],
17748
            'extent_description' => 'Russian Federation - onshore between 76°30\'E and 79°30\'E.',
17749
        ],
17750
        'urn:ogc:def:coordinateOperation:EPSG::16927' => [
17751
            'name' => 'GSK 3-degree Gauss-Kruger zone 27',
17752
            'method' => 'urn:ogc:def:method:EPSG::9807',
17753
            'extent' => ['2767'],
17754
            'extent_description' => 'Russian Federation - onshore between 79°30\'E and 82°30\'E.',
17755
        ],
17756
        'urn:ogc:def:coordinateOperation:EPSG::16928' => [
17757
            'name' => 'GSK 3-degree Gauss-Kruger zone 28',
17758
            'method' => 'urn:ogc:def:method:EPSG::9807',
17759
            'extent' => ['2768'],
17760
            'extent_description' => 'Russian Federation - onshore between 82°30\'E and 85°30\'E.',
17761
        ],
17762
        'urn:ogc:def:coordinateOperation:EPSG::16929' => [
17763
            'name' => 'GSK 3-degree Gauss-Kruger zone 29',
17764
            'method' => 'urn:ogc:def:method:EPSG::9807',
17765
            'extent' => ['2769'],
17766
            'extent_description' => 'Russian Federation - onshore between 85°30\'E and 88°30\'E.',
17767
        ],
17768
        'urn:ogc:def:coordinateOperation:EPSG::16930' => [
17769
            'name' => 'GSK 3-degree Gauss-Kruger zone 30',
17770
            'method' => 'urn:ogc:def:method:EPSG::9807',
17771
            'extent' => ['2676'],
17772
            'extent_description' => 'Russian Federation - onshore between 88°30\'E and 91°30\'E.',
17773
        ],
17774
        'urn:ogc:def:coordinateOperation:EPSG::16931' => [
17775
            'name' => 'GSK 3-degree Gauss-Kruger zone 31',
17776
            'method' => 'urn:ogc:def:method:EPSG::9807',
17777
            'extent' => ['2677'],
17778
            'extent_description' => 'Russian Federation - onshore between 91°30\'E and 94°30\'E.',
17779
        ],
17780
        'urn:ogc:def:coordinateOperation:EPSG::16932' => [
17781
            'name' => 'GSK 3-degree Gauss-Kruger zone 32',
17782
            'method' => 'urn:ogc:def:method:EPSG::9807',
17783
            'extent' => ['2678'],
17784
            'extent_description' => 'Russian Federation - onshore between 94°30\'E and 97°30\'E.',
17785
        ],
17786
        'urn:ogc:def:coordinateOperation:EPSG::16933' => [
17787
            'name' => 'GSK 3-degree Gauss-Kruger zone 33',
17788
            'method' => 'urn:ogc:def:method:EPSG::9807',
17789
            'extent' => ['2679'],
17790
            'extent_description' => 'Russian Federation - onshore between 97°30\'E and 100°30\'E.',
17791
        ],
17792
        'urn:ogc:def:coordinateOperation:EPSG::16934' => [
17793
            'name' => 'GSK 3-degree Gauss-Kruger zone 34',
17794
            'method' => 'urn:ogc:def:method:EPSG::9807',
17795
            'extent' => ['2680'],
17796
            'extent_description' => 'Russian Federation - onshore between 100°30\'E and 103°30\'E.',
17797
        ],
17798
        'urn:ogc:def:coordinateOperation:EPSG::16935' => [
17799
            'name' => 'GSK 3-degree Gauss-Kruger zone 35',
17800
            'method' => 'urn:ogc:def:method:EPSG::9807',
17801
            'extent' => ['2681'],
17802
            'extent_description' => 'Russian Federation - onshore between 103°30\'E and 106°30\'E.',
17803
        ],
17804
        'urn:ogc:def:coordinateOperation:EPSG::16936' => [
17805
            'name' => 'GSK 3-degree Gauss-Kruger zone 36',
17806
            'method' => 'urn:ogc:def:method:EPSG::9807',
17807
            'extent' => ['2682'],
17808
            'extent_description' => 'Russian Federation - onshore between 106°30\'E and 109°30\'E.',
17809
        ],
17810
        'urn:ogc:def:coordinateOperation:EPSG::16937' => [
17811
            'name' => 'GSK 3-degree Gauss-Kruger zone 37',
17812
            'method' => 'urn:ogc:def:method:EPSG::9807',
17813
            'extent' => ['2683'],
17814
            'extent_description' => 'Russian Federation - onshore between 109°30\'E and 112°30\'E.',
17815
        ],
17816
        'urn:ogc:def:coordinateOperation:EPSG::16938' => [
17817
            'name' => 'GSK 3-degree Gauss-Kruger zone 38',
17818
            'method' => 'urn:ogc:def:method:EPSG::9807',
17819
            'extent' => ['2684'],
17820
            'extent_description' => 'Russian Federation - onshore between 112°30\'E and 115°30\'E.',
17821
        ],
17822
        'urn:ogc:def:coordinateOperation:EPSG::16939' => [
17823
            'name' => 'GSK 3-degree Gauss-Kruger zone 39',
17824
            'method' => 'urn:ogc:def:method:EPSG::9807',
17825
            'extent' => ['2685'],
17826
            'extent_description' => 'Russian Federation - onshore between 115°30\'E and 118°30\'E.',
17827
        ],
17828
        'urn:ogc:def:coordinateOperation:EPSG::16940' => [
17829
            'name' => 'GSK 3-degree Gauss-Kruger zone 40',
17830
            'method' => 'urn:ogc:def:method:EPSG::9807',
17831
            'extent' => ['2686'],
17832
            'extent_description' => 'Russian Federation - onshore between 118°30\'E and 121°30\'E.',
17833
        ],
17834
        'urn:ogc:def:coordinateOperation:EPSG::16941' => [
17835
            'name' => 'GSK 3-degree Gauss-Kruger zone 41',
17836
            'method' => 'urn:ogc:def:method:EPSG::9807',
17837
            'extent' => ['2687'],
17838
            'extent_description' => 'Russian Federation - onshore between 121°30\'E and 124°30\'E.',
17839
        ],
17840
        'urn:ogc:def:coordinateOperation:EPSG::16942' => [
17841
            'name' => 'GSK 3-degree Gauss-Kruger zone 42',
17842
            'method' => 'urn:ogc:def:method:EPSG::9807',
17843
            'extent' => ['2688'],
17844
            'extent_description' => 'Russian Federation - onshore between 124°30\'E and 127°30\'E.',
17845
        ],
17846
        'urn:ogc:def:coordinateOperation:EPSG::16943' => [
17847
            'name' => 'GSK 3-degree Gauss-Kruger zone 43',
17848
            'method' => 'urn:ogc:def:method:EPSG::9807',
17849
            'extent' => ['2689'],
17850
            'extent_description' => 'Russian Federation - onshore between 127°30\'E and 130°30\'E.',
17851
        ],
17852
        'urn:ogc:def:coordinateOperation:EPSG::16944' => [
17853
            'name' => 'GSK 3-degree Gauss-Kruger zone 44',
17854
            'method' => 'urn:ogc:def:method:EPSG::9807',
17855
            'extent' => ['2690'],
17856
            'extent_description' => 'Russian Federation - onshore between 130°30\'E and 133°30\'E.',
17857
        ],
17858
        'urn:ogc:def:coordinateOperation:EPSG::16945' => [
17859
            'name' => 'GSK 3-degree Gauss-Kruger zone 45',
17860
            'method' => 'urn:ogc:def:method:EPSG::9807',
17861
            'extent' => ['2691'],
17862
            'extent_description' => 'Russian Federation - onshore between 133°30\'E and 136°30\'E.',
17863
        ],
17864
        'urn:ogc:def:coordinateOperation:EPSG::16946' => [
17865
            'name' => 'GSK 3-degree Gauss-Kruger zone 46',
17866
            'method' => 'urn:ogc:def:method:EPSG::9807',
17867
            'extent' => ['2692'],
17868
            'extent_description' => 'Russian Federation - onshore between 136°30\'E and 139°30\'E.',
17869
        ],
17870
        'urn:ogc:def:coordinateOperation:EPSG::16947' => [
17871
            'name' => 'GSK 3-degree Gauss-Kruger zone 47',
17872
            'method' => 'urn:ogc:def:method:EPSG::9807',
17873
            'extent' => ['2693'],
17874
            'extent_description' => 'Russian Federation - onshore between 139°30\'E and 142°30\'E.',
17875
        ],
17876
        'urn:ogc:def:coordinateOperation:EPSG::16948' => [
17877
            'name' => 'GSK 3-degree Gauss-Kruger zone 48',
17878
            'method' => 'urn:ogc:def:method:EPSG::9807',
17879
            'extent' => ['2694'],
17880
            'extent_description' => 'Russian Federation - onshore between 142°30\'E and 145°30\'E.',
17881
        ],
17882
        'urn:ogc:def:coordinateOperation:EPSG::16949' => [
17883
            'name' => 'GSK 3-degree Gauss-Kruger zone 49',
17884
            'method' => 'urn:ogc:def:method:EPSG::9807',
17885
            'extent' => ['2695'],
17886
            'extent_description' => 'Russian Federation - onshore between 145°30\'E and 148°30\'E.',
17887
        ],
17888
        'urn:ogc:def:coordinateOperation:EPSG::16950' => [
17889
            'name' => 'GSK 3-degree Gauss-Kruger zone 50',
17890
            'method' => 'urn:ogc:def:method:EPSG::9807',
17891
            'extent' => ['2696'],
17892
            'extent_description' => 'Russian Federation - onshore between 148°30\'E and 151°30\'E.',
17893
        ],
17894
        'urn:ogc:def:coordinateOperation:EPSG::16951' => [
17895
            'name' => 'GSK 3-degree Gauss-Kruger zone 51',
17896
            'method' => 'urn:ogc:def:method:EPSG::9807',
17897
            'extent' => ['2697'],
17898
            'extent_description' => 'Russian Federation - onshore between 151°30\'E and 154°30\'E.',
17899
        ],
17900
        'urn:ogc:def:coordinateOperation:EPSG::16952' => [
17901
            'name' => 'GSK 3-degree Gauss-Kruger zone 52',
17902
            'method' => 'urn:ogc:def:method:EPSG::9807',
17903
            'extent' => ['2698'],
17904
            'extent_description' => 'Russian Federation - onshore between 154°30\'E and 157°30\'E.',
17905
        ],
17906
        'urn:ogc:def:coordinateOperation:EPSG::16953' => [
17907
            'name' => 'GSK 3-degree Gauss-Kruger zone 53',
17908
            'method' => 'urn:ogc:def:method:EPSG::9807',
17909
            'extent' => ['2699'],
17910
            'extent_description' => 'Russian Federation - onshore between 157°30\'E and 160°30\'E.',
17911
        ],
17912
        'urn:ogc:def:coordinateOperation:EPSG::16954' => [
17913
            'name' => 'GSK 3-degree Gauss-Kruger zone 54',
17914
            'method' => 'urn:ogc:def:method:EPSG::9807',
17915
            'extent' => ['2700'],
17916
            'extent_description' => 'Russian Federation - onshore between 160°30\'E and 163°30\'E.',
17917
        ],
17918
        'urn:ogc:def:coordinateOperation:EPSG::16955' => [
17919
            'name' => 'GSK 3-degree Gauss-Kruger zone 55',
17920
            'method' => 'urn:ogc:def:method:EPSG::9807',
17921
            'extent' => ['2701'],
17922
            'extent_description' => 'Russian Federation - onshore between 163°30\'E and 166°30\'E.',
17923
        ],
17924
        'urn:ogc:def:coordinateOperation:EPSG::16956' => [
17925
            'name' => 'GSK 3-degree Gauss-Kruger zone 56',
17926
            'method' => 'urn:ogc:def:method:EPSG::9807',
17927
            'extent' => ['2702'],
17928
            'extent_description' => 'Russian Federation - onshore between 166°30\'E and 169°30\'E.',
17929
        ],
17930
        'urn:ogc:def:coordinateOperation:EPSG::16957' => [
17931
            'name' => 'GSK 3-degree Gauss-Kruger zone 57',
17932
            'method' => 'urn:ogc:def:method:EPSG::9807',
17933
            'extent' => ['2703'],
17934
            'extent_description' => 'Russian Federation - onshore between 169°30\'E and 172°30\'E.',
17935
        ],
17936
        'urn:ogc:def:coordinateOperation:EPSG::16958' => [
17937
            'name' => 'GSK 3-degree Gauss-Kruger zone 58',
17938
            'method' => 'urn:ogc:def:method:EPSG::9807',
17939
            'extent' => ['2704'],
17940
            'extent_description' => 'Russian Federation - onshore between 172°30\'E and 175°30\'E.',
17941
        ],
17942
        'urn:ogc:def:coordinateOperation:EPSG::16959' => [
17943
            'name' => 'GSK 3-degree Gauss-Kruger zone 59',
17944
            'method' => 'urn:ogc:def:method:EPSG::9807',
17945
            'extent' => ['2705'],
17946
            'extent_description' => 'Russian Federation - onshore between 175°30\'E and 178°30\'E.',
17947
        ],
17948
        'urn:ogc:def:coordinateOperation:EPSG::16960' => [
17949
            'name' => 'GSK 3-degree Gauss-Kruger zone 60',
17950
            'method' => 'urn:ogc:def:method:EPSG::9807',
17951
            'extent' => ['2706'],
17952
            'extent_description' => 'Russian Federation - onshore between 178°30\'E and 178°30\'W.',
17953
        ],
17954
        'urn:ogc:def:coordinateOperation:EPSG::16961' => [
17955
            'name' => 'GSK 3-degree Gauss-Kruger zone 61',
17956
            'method' => 'urn:ogc:def:method:EPSG::9807',
17957
            'extent' => ['2707'],
17958
            'extent_description' => 'Russian Federation - onshore between 178°30\'W and 175°30\'W.',
17959
        ],
17960
        'urn:ogc:def:coordinateOperation:EPSG::16962' => [
17961
            'name' => 'GSK 3-degree Gauss-Kruger zone 62',
17962
            'method' => 'urn:ogc:def:method:EPSG::9807',
17963
            'extent' => ['2708'],
17964
            'extent_description' => 'Russian Federation - onshore between 175°30\'W and 172°30\'W.',
17965
        ],
17966
        'urn:ogc:def:coordinateOperation:EPSG::16963' => [
17967
            'name' => 'GSK 3-degree Gauss-Kruger zone 63',
17968
            'method' => 'urn:ogc:def:method:EPSG::9807',
17969
            'extent' => ['2709'],
17970
            'extent_description' => 'Russian Federation - onshore between 172°30\'W and 169°30\'W.',
17971
        ],
17972
        'urn:ogc:def:coordinateOperation:EPSG::16964' => [
17973
            'name' => 'GSK 3-degree Gauss-Kruger zone 64',
17974
            'method' => 'urn:ogc:def:method:EPSG::9807',
17975
            'extent' => ['2710'],
17976
            'extent_description' => 'Russian Federation - onshore between 169°30\'W and 166°30\'W.',
17977
        ],
17978
        'urn:ogc:def:coordinateOperation:EPSG::17001' => [
17979
            'name' => 'TM 1 NW',
17980
            'method' => 'urn:ogc:def:method:EPSG::9807',
17981
            'extent' => ['1505'],
17982
            'extent_description' => 'Ghana - offshore.',
17983
        ],
17984
        'urn:ogc:def:coordinateOperation:EPSG::17005' => [
17985
            'name' => 'TM 5 NW',
17986
            'method' => 'urn:ogc:def:method:EPSG::9807',
17987
            'extent' => ['2296'],
17988
            'extent_description' => 'Côte d\'Ivoire (Ivory Coast) - offshore.',
17989
        ],
17990
        'urn:ogc:def:coordinateOperation:EPSG::17054' => [
17991
            'name' => 'TM 54 NW',
17992
            'method' => 'urn:ogc:def:method:EPSG::9807',
17993
            'extent' => ['1727'],
17994
            'extent_description' => 'Suriname - offshore.',
17995
        ],
17996
        'urn:ogc:def:coordinateOperation:EPSG::17107' => [
17997
            'name' => 'GSK 3-degree Gauss-Kruger CM 21E',
17998
            'method' => 'urn:ogc:def:method:EPSG::9807',
17999
            'extent' => ['2305'],
18000
            'extent_description' => 'Between 19°30\'E and 22°30\'E, northern hemisphere.',
18001
        ],
18002
        'urn:ogc:def:coordinateOperation:EPSG::17108' => [
18003
            'name' => 'GSK 3-degree Gauss-Kruger CM 24E',
18004
            'method' => 'urn:ogc:def:method:EPSG::9807',
18005
            'extent' => ['2748'],
18006
            'extent_description' => 'Russian Federation - onshore between 22°30\'E and 25°30\'E - Kaliningrad.',
18007
        ],
18008
        'urn:ogc:def:coordinateOperation:EPSG::17109' => [
18009
            'name' => 'GSK 3-degree Gauss-Kruger CM 27E',
18010
            'method' => 'urn:ogc:def:method:EPSG::9807',
18011
            'extent' => ['2749'],
18012
            'extent_description' => 'Russian Federation - onshore between 25°30\'E and 28°30\'E.',
18013
        ],
18014
        'urn:ogc:def:coordinateOperation:EPSG::17110' => [
18015
            'name' => 'GSK 3-degree Gauss-Kruger CM 30E',
18016
            'method' => 'urn:ogc:def:method:EPSG::9807',
18017
            'extent' => ['2750'],
18018
            'extent_description' => 'Russian Federation - onshore between 28°30\'E and 31°30\'E.',
18019
        ],
18020
        'urn:ogc:def:coordinateOperation:EPSG::17111' => [
18021
            'name' => 'GSK 3-degree Gauss-Kruger CM 33E',
18022
            'method' => 'urn:ogc:def:method:EPSG::9807',
18023
            'extent' => ['2751'],
18024
            'extent_description' => 'Russian Federation - onshore between 31°30\'E and 34°30\'E.',
18025
        ],
18026
        'urn:ogc:def:coordinateOperation:EPSG::17112' => [
18027
            'name' => 'GSK 3-degree Gauss-Kruger CM 36E',
18028
            'method' => 'urn:ogc:def:method:EPSG::9807',
18029
            'extent' => ['2752'],
18030
            'extent_description' => 'Russian Federation - onshore between 34°30\'E and 37°30\'E.',
18031
        ],
18032
        'urn:ogc:def:coordinateOperation:EPSG::17113' => [
18033
            'name' => 'GSK 3-degree Gauss-Kruger CM 39E',
18034
            'method' => 'urn:ogc:def:method:EPSG::9807',
18035
            'extent' => ['2753'],
18036
            'extent_description' => 'Russian Federation - onshore between 37°30\'E and 40°30\'E.',
18037
        ],
18038
        'urn:ogc:def:coordinateOperation:EPSG::17114' => [
18039
            'name' => 'GSK 3-degree Gauss-Kruger CM 42E',
18040
            'method' => 'urn:ogc:def:method:EPSG::9807',
18041
            'extent' => ['2754'],
18042
            'extent_description' => 'Russian Federation - onshore between 40°30\'E and 43°30\'E.',
18043
        ],
18044
        'urn:ogc:def:coordinateOperation:EPSG::17115' => [
18045
            'name' => 'GSK 3-degree Gauss-Kruger CM 45E',
18046
            'method' => 'urn:ogc:def:method:EPSG::9807',
18047
            'extent' => ['2755'],
18048
            'extent_description' => 'Russian Federation - onshore between 43°30\'E and 46°30\'E.',
18049
        ],
18050
        'urn:ogc:def:coordinateOperation:EPSG::17116' => [
18051
            'name' => 'GSK 3-degree Gauss-Kruger CM 48E',
18052
            'method' => 'urn:ogc:def:method:EPSG::9807',
18053
            'extent' => ['2756'],
18054
            'extent_description' => 'Russian Federation - onshore between 46°30\'E and 49°30\'E.',
18055
        ],
18056
        'urn:ogc:def:coordinateOperation:EPSG::17117' => [
18057
            'name' => 'GSK 3-degree Gauss-Kruger CM 51E',
18058
            'method' => 'urn:ogc:def:method:EPSG::9807',
18059
            'extent' => ['2757'],
18060
            'extent_description' => 'Russian Federation - onshore between 49°30\'E and 52°30\'E.',
18061
        ],
18062
        'urn:ogc:def:coordinateOperation:EPSG::17118' => [
18063
            'name' => 'GSK 3-degree Gauss-Kruger CM 54E',
18064
            'method' => 'urn:ogc:def:method:EPSG::9807',
18065
            'extent' => ['2758'],
18066
            'extent_description' => 'Russian Federation - onshore between 52°30\'E and 55°30\'E.',
18067
        ],
18068
        'urn:ogc:def:coordinateOperation:EPSG::17119' => [
18069
            'name' => 'GSK 3-degree Gauss-Kruger CM 57E',
18070
            'method' => 'urn:ogc:def:method:EPSG::9807',
18071
            'extent' => ['2759'],
18072
            'extent_description' => 'Russian Federation - onshore between 55°30\'E and 58°30\'E.',
18073
        ],
18074
        'urn:ogc:def:coordinateOperation:EPSG::17120' => [
18075
            'name' => 'GSK 3-degree Gauss-Kruger CM 60E',
18076
            'method' => 'urn:ogc:def:method:EPSG::9807',
18077
            'extent' => ['2760'],
18078
            'extent_description' => 'Russian Federation - onshore between 58°30\'E and 61°30\'E.',
18079
        ],
18080
        'urn:ogc:def:coordinateOperation:EPSG::17121' => [
18081
            'name' => 'GSK 3-degree Gauss-Kruger CM 63E',
18082
            'method' => 'urn:ogc:def:method:EPSG::9807',
18083
            'extent' => ['2761'],
18084
            'extent_description' => 'Russian Federation - onshore between 61°30\'E and 64°30\'E.',
18085
        ],
18086
        'urn:ogc:def:coordinateOperation:EPSG::17122' => [
18087
            'name' => 'GSK 3-degree Gauss-Kruger CM 66E',
18088
            'method' => 'urn:ogc:def:method:EPSG::9807',
18089
            'extent' => ['2762'],
18090
            'extent_description' => 'Russian Federation - onshore between 64°30\'E and 67°30\'E.',
18091
        ],
18092
        'urn:ogc:def:coordinateOperation:EPSG::17123' => [
18093
            'name' => 'GSK 3-degree Gauss-Kruger CM 69E',
18094
            'method' => 'urn:ogc:def:method:EPSG::9807',
18095
            'extent' => ['2763'],
18096
            'extent_description' => 'Russian Federation - onshore between 67°30\'E and 70°30\'E.',
18097
        ],
18098
        'urn:ogc:def:coordinateOperation:EPSG::17124' => [
18099
            'name' => 'GSK 3-degree Gauss-Kruger CM 72E',
18100
            'method' => 'urn:ogc:def:method:EPSG::9807',
18101
            'extent' => ['2764'],
18102
            'extent_description' => 'Russian Federation - onshore between 70°30\'E and 73°30\'E.',
18103
        ],
18104
        'urn:ogc:def:coordinateOperation:EPSG::17125' => [
18105
            'name' => 'GSK 3-degree Gauss-Kruger CM 75E',
18106
            'method' => 'urn:ogc:def:method:EPSG::9807',
18107
            'extent' => ['2765'],
18108
            'extent_description' => 'Russian Federation - onshore between 73°30\'E and 76°30\'E.',
18109
        ],
18110
        'urn:ogc:def:coordinateOperation:EPSG::17126' => [
18111
            'name' => 'GSK 3-degree Gauss-Kruger CM 78E',
18112
            'method' => 'urn:ogc:def:method:EPSG::9807',
18113
            'extent' => ['2766'],
18114
            'extent_description' => 'Russian Federation - onshore between 76°30\'E and 79°30\'E.',
18115
        ],
18116
        'urn:ogc:def:coordinateOperation:EPSG::17127' => [
18117
            'name' => 'GSK 3-degree Gauss-Kruger CM 81E',
18118
            'method' => 'urn:ogc:def:method:EPSG::9807',
18119
            'extent' => ['2767'],
18120
            'extent_description' => 'Russian Federation - onshore between 79°30\'E and 82°30\'E.',
18121
        ],
18122
        'urn:ogc:def:coordinateOperation:EPSG::17128' => [
18123
            'name' => 'GSK 3-degree Gauss-Kruger CM 84E',
18124
            'method' => 'urn:ogc:def:method:EPSG::9807',
18125
            'extent' => ['2768'],
18126
            'extent_description' => 'Russian Federation - onshore between 82°30\'E and 85°30\'E.',
18127
        ],
18128
        'urn:ogc:def:coordinateOperation:EPSG::17129' => [
18129
            'name' => 'GSK 3-degree Gauss-Kruger CM 87E',
18130
            'method' => 'urn:ogc:def:method:EPSG::9807',
18131
            'extent' => ['2769'],
18132
            'extent_description' => 'Russian Federation - onshore between 85°30\'E and 88°30\'E.',
18133
        ],
18134
        'urn:ogc:def:coordinateOperation:EPSG::17130' => [
18135
            'name' => 'GSK 3-degree Gauss-Kruger CM 90E',
18136
            'method' => 'urn:ogc:def:method:EPSG::9807',
18137
            'extent' => ['2676'],
18138
            'extent_description' => 'Russian Federation - onshore between 88°30\'E and 91°30\'E.',
18139
        ],
18140
        'urn:ogc:def:coordinateOperation:EPSG::17131' => [
18141
            'name' => 'GSK 3-degree Gauss-Kruger CM 93E',
18142
            'method' => 'urn:ogc:def:method:EPSG::9807',
18143
            'extent' => ['2677'],
18144
            'extent_description' => 'Russian Federation - onshore between 91°30\'E and 94°30\'E.',
18145
        ],
18146
        'urn:ogc:def:coordinateOperation:EPSG::17132' => [
18147
            'name' => 'GSK 3-degree Gauss-Kruger CM 96E',
18148
            'method' => 'urn:ogc:def:method:EPSG::9807',
18149
            'extent' => ['2678'],
18150
            'extent_description' => 'Russian Federation - onshore between 94°30\'E and 97°30\'E.',
18151
        ],
18152
        'urn:ogc:def:coordinateOperation:EPSG::17133' => [
18153
            'name' => 'GSK 3-degree Gauss-Kruger CM 99E',
18154
            'method' => 'urn:ogc:def:method:EPSG::9807',
18155
            'extent' => ['2679'],
18156
            'extent_description' => 'Russian Federation - onshore between 97°30\'E and 100°30\'E.',
18157
        ],
18158
        'urn:ogc:def:coordinateOperation:EPSG::17134' => [
18159
            'name' => 'GSK 3-degree Gauss-Kruger CM 102E',
18160
            'method' => 'urn:ogc:def:method:EPSG::9807',
18161
            'extent' => ['2680'],
18162
            'extent_description' => 'Russian Federation - onshore between 100°30\'E and 103°30\'E.',
18163
        ],
18164
        'urn:ogc:def:coordinateOperation:EPSG::17135' => [
18165
            'name' => 'GSK 3-degree Gauss-Kruger CM 105E',
18166
            'method' => 'urn:ogc:def:method:EPSG::9807',
18167
            'extent' => ['2681'],
18168
            'extent_description' => 'Russian Federation - onshore between 103°30\'E and 106°30\'E.',
18169
        ],
18170
        'urn:ogc:def:coordinateOperation:EPSG::17136' => [
18171
            'name' => 'GSK 3-degree Gauss-Kruger CM 108E',
18172
            'method' => 'urn:ogc:def:method:EPSG::9807',
18173
            'extent' => ['2682'],
18174
            'extent_description' => 'Russian Federation - onshore between 106°30\'E and 109°30\'E.',
18175
        ],
18176
        'urn:ogc:def:coordinateOperation:EPSG::17137' => [
18177
            'name' => 'GSK 3-degree Gauss-Kruger CM 111E',
18178
            'method' => 'urn:ogc:def:method:EPSG::9807',
18179
            'extent' => ['2683'],
18180
            'extent_description' => 'Russian Federation - onshore between 109°30\'E and 112°30\'E.',
18181
        ],
18182
        'urn:ogc:def:coordinateOperation:EPSG::17138' => [
18183
            'name' => 'GSK 3-degree Gauss-Kruger CM 114E',
18184
            'method' => 'urn:ogc:def:method:EPSG::9807',
18185
            'extent' => ['2684'],
18186
            'extent_description' => 'Russian Federation - onshore between 112°30\'E and 115°30\'E.',
18187
        ],
18188
        'urn:ogc:def:coordinateOperation:EPSG::17139' => [
18189
            'name' => 'GSK 3-degree Gauss-Kruger CM 117E',
18190
            'method' => 'urn:ogc:def:method:EPSG::9807',
18191
            'extent' => ['2685'],
18192
            'extent_description' => 'Russian Federation - onshore between 115°30\'E and 118°30\'E.',
18193
        ],
18194
        'urn:ogc:def:coordinateOperation:EPSG::17140' => [
18195
            'name' => 'GSK 3-degree Gauss-Kruger CM 120E',
18196
            'method' => 'urn:ogc:def:method:EPSG::9807',
18197
            'extent' => ['2686'],
18198
            'extent_description' => 'Russian Federation - onshore between 118°30\'E and 121°30\'E.',
18199
        ],
18200
        'urn:ogc:def:coordinateOperation:EPSG::17141' => [
18201
            'name' => 'GSK 3-degree Gauss-Kruger CM 123E',
18202
            'method' => 'urn:ogc:def:method:EPSG::9807',
18203
            'extent' => ['2687'],
18204
            'extent_description' => 'Russian Federation - onshore between 121°30\'E and 124°30\'E.',
18205
        ],
18206
        'urn:ogc:def:coordinateOperation:EPSG::17142' => [
18207
            'name' => 'GSK 3-degree Gauss-Kruger CM 126E',
18208
            'method' => 'urn:ogc:def:method:EPSG::9807',
18209
            'extent' => ['2688'],
18210
            'extent_description' => 'Russian Federation - onshore between 124°30\'E and 127°30\'E.',
18211
        ],
18212
        'urn:ogc:def:coordinateOperation:EPSG::17143' => [
18213
            'name' => 'GSK 3-degree Gauss-Kruger CM 129E',
18214
            'method' => 'urn:ogc:def:method:EPSG::9807',
18215
            'extent' => ['2689'],
18216
            'extent_description' => 'Russian Federation - onshore between 127°30\'E and 130°30\'E.',
18217
        ],
18218
        'urn:ogc:def:coordinateOperation:EPSG::17144' => [
18219
            'name' => 'GSK 3-degree Gauss-Kruger CM 132E',
18220
            'method' => 'urn:ogc:def:method:EPSG::9807',
18221
            'extent' => ['2690'],
18222
            'extent_description' => 'Russian Federation - onshore between 130°30\'E and 133°30\'E.',
18223
        ],
18224
        'urn:ogc:def:coordinateOperation:EPSG::17145' => [
18225
            'name' => 'GSK 3-degree Gauss-Kruger CM 135E',
18226
            'method' => 'urn:ogc:def:method:EPSG::9807',
18227
            'extent' => ['2691'],
18228
            'extent_description' => 'Russian Federation - onshore between 133°30\'E and 136°30\'E.',
18229
        ],
18230
        'urn:ogc:def:coordinateOperation:EPSG::17146' => [
18231
            'name' => 'GSK 3-degree Gauss-Kruger CM 138E',
18232
            'method' => 'urn:ogc:def:method:EPSG::9807',
18233
            'extent' => ['2692'],
18234
            'extent_description' => 'Russian Federation - onshore between 136°30\'E and 139°30\'E.',
18235
        ],
18236
        'urn:ogc:def:coordinateOperation:EPSG::17147' => [
18237
            'name' => 'GSK 3-degree Gauss-Kruger CM 141E',
18238
            'method' => 'urn:ogc:def:method:EPSG::9807',
18239
            'extent' => ['2693'],
18240
            'extent_description' => 'Russian Federation - onshore between 139°30\'E and 142°30\'E.',
18241
        ],
18242
        'urn:ogc:def:coordinateOperation:EPSG::17148' => [
18243
            'name' => 'GSK 3-degree Gauss-Kruger CM 144E',
18244
            'method' => 'urn:ogc:def:method:EPSG::9807',
18245
            'extent' => ['2694'],
18246
            'extent_description' => 'Russian Federation - onshore between 142°30\'E and 145°30\'E.',
18247
        ],
18248
        'urn:ogc:def:coordinateOperation:EPSG::17149' => [
18249
            'name' => 'GSK 3-degree Gauss-Kruger CM 147E',
18250
            'method' => 'urn:ogc:def:method:EPSG::9807',
18251
            'extent' => ['2695'],
18252
            'extent_description' => 'Russian Federation - onshore between 145°30\'E and 148°30\'E.',
18253
        ],
18254
        'urn:ogc:def:coordinateOperation:EPSG::17150' => [
18255
            'name' => 'GSK 3-degree Gauss-Kruger CM 150E',
18256
            'method' => 'urn:ogc:def:method:EPSG::9807',
18257
            'extent' => ['2696'],
18258
            'extent_description' => 'Russian Federation - onshore between 148°30\'E and 151°30\'E.',
18259
        ],
18260
        'urn:ogc:def:coordinateOperation:EPSG::17151' => [
18261
            'name' => 'GSK 3-degree Gauss-Kruger CM 153E',
18262
            'method' => 'urn:ogc:def:method:EPSG::9807',
18263
            'extent' => ['2697'],
18264
            'extent_description' => 'Russian Federation - onshore between 151°30\'E and 154°30\'E.',
18265
        ],
18266
        'urn:ogc:def:coordinateOperation:EPSG::17152' => [
18267
            'name' => 'GSK 3-degree Gauss-Kruger CM 156E',
18268
            'method' => 'urn:ogc:def:method:EPSG::9807',
18269
            'extent' => ['2698'],
18270
            'extent_description' => 'Russian Federation - onshore between 154°30\'E and 157°30\'E.',
18271
        ],
18272
        'urn:ogc:def:coordinateOperation:EPSG::17153' => [
18273
            'name' => 'GSK 3-degree Gauss-Kruger CM 159E',
18274
            'method' => 'urn:ogc:def:method:EPSG::9807',
18275
            'extent' => ['2699'],
18276
            'extent_description' => 'Russian Federation - onshore between 157°30\'E and 160°30\'E.',
18277
        ],
18278
        'urn:ogc:def:coordinateOperation:EPSG::17154' => [
18279
            'name' => 'GSK 3-degree Gauss-Kruger CM 162E',
18280
            'method' => 'urn:ogc:def:method:EPSG::9807',
18281
            'extent' => ['2700'],
18282
            'extent_description' => 'Russian Federation - onshore between 160°30\'E and 163°30\'E.',
18283
        ],
18284
        'urn:ogc:def:coordinateOperation:EPSG::17155' => [
18285
            'name' => 'GSK 3-degree Gauss-Kruger CM 165E',
18286
            'method' => 'urn:ogc:def:method:EPSG::9807',
18287
            'extent' => ['2701'],
18288
            'extent_description' => 'Russian Federation - onshore between 163°30\'E and 166°30\'E.',
18289
        ],
18290
        'urn:ogc:def:coordinateOperation:EPSG::17156' => [
18291
            'name' => 'GSK 3-degree Gauss-Kruger CM 168E',
18292
            'method' => 'urn:ogc:def:method:EPSG::9807',
18293
            'extent' => ['2702'],
18294
            'extent_description' => 'Russian Federation - onshore between 166°30\'E and 169°30\'E.',
18295
        ],
18296
        'urn:ogc:def:coordinateOperation:EPSG::17157' => [
18297
            'name' => 'GSK 3-degree Gauss-Kruger CM 171E',
18298
            'method' => 'urn:ogc:def:method:EPSG::9807',
18299
            'extent' => ['2703'],
18300
            'extent_description' => 'Russian Federation - onshore between 169°30\'E and 172°30\'E.',
18301
        ],
18302
        'urn:ogc:def:coordinateOperation:EPSG::17158' => [
18303
            'name' => 'GSK 3-degree Gauss-Kruger CM 174E',
18304
            'method' => 'urn:ogc:def:method:EPSG::9807',
18305
            'extent' => ['2704'],
18306
            'extent_description' => 'Russian Federation - onshore between 172°30\'E and 175°30\'E.',
18307
        ],
18308
        'urn:ogc:def:coordinateOperation:EPSG::17159' => [
18309
            'name' => 'GSK 3-degree Gauss-Kruger CM 177E',
18310
            'method' => 'urn:ogc:def:method:EPSG::9807',
18311
            'extent' => ['2705'],
18312
            'extent_description' => 'Russian Federation - onshore between 175°30\'E and 178°30\'E.',
18313
        ],
18314
        'urn:ogc:def:coordinateOperation:EPSG::17160' => [
18315
            'name' => 'GSK 3-degree Gauss-Kruger CM 180E',
18316
            'method' => 'urn:ogc:def:method:EPSG::9807',
18317
            'extent' => ['2706'],
18318
            'extent_description' => 'Russian Federation - onshore between 178°30\'E and 178°30\'W.',
18319
        ],
18320
        'urn:ogc:def:coordinateOperation:EPSG::17161' => [
18321
            'name' => 'GSK 3-degree Gauss-Kruger CM 177W',
18322
            'method' => 'urn:ogc:def:method:EPSG::9807',
18323
            'extent' => ['2707'],
18324
            'extent_description' => 'Russian Federation - onshore between 178°30\'W and 175°30\'W.',
18325
        ],
18326
        'urn:ogc:def:coordinateOperation:EPSG::17162' => [
18327
            'name' => 'GSK 3-degree Gauss-Kruger CM 174W',
18328
            'method' => 'urn:ogc:def:method:EPSG::9807',
18329
            'extent' => ['2708'],
18330
            'extent_description' => 'Russian Federation - onshore between 175°30\'W and 172°30\'W.',
18331
        ],
18332
        'urn:ogc:def:coordinateOperation:EPSG::17163' => [
18333
            'name' => 'GSK 3-degree Gauss-Kruger CM 171W',
18334
            'method' => 'urn:ogc:def:method:EPSG::9807',
18335
            'extent' => ['2709'],
18336
            'extent_description' => 'Russian Federation - onshore between 172°30\'W and 169°30\'W.',
18337
        ],
18338
        'urn:ogc:def:coordinateOperation:EPSG::17164' => [
18339
            'name' => 'GSK 3-degree Gauss-Kruger CM 168W',
18340
            'method' => 'urn:ogc:def:method:EPSG::9807',
18341
            'extent' => ['2710'],
18342
            'extent_description' => 'Russian Federation - onshore between 169°30\'W and 166°30\'W.',
18343
        ],
18344
        'urn:ogc:def:coordinateOperation:EPSG::17204' => [
18345
            'name' => 'SCAR IMW SP19-20',
18346
            'method' => 'urn:ogc:def:method:EPSG::9802',
18347
            'extent' => ['2991'],
18348
            'extent_description' => 'Antarctica - 60°S to 64°S and 72°W to 60°W.',
18349
        ],
18350
        'urn:ogc:def:coordinateOperation:EPSG::17205' => [
18351
            'name' => 'SCAR IMW SP21-22',
18352
            'method' => 'urn:ogc:def:method:EPSG::9802',
18353
            'extent' => ['2992'],
18354
            'extent_description' => 'Antarctica - 60°S to 64°S and 60°W to 48°W.',
18355
        ],
18356
        'urn:ogc:def:coordinateOperation:EPSG::17206' => [
18357
            'name' => 'SCAR IMW SP23-24',
18358
            'method' => 'urn:ogc:def:method:EPSG::9802',
18359
            'extent' => ['2993'],
18360
            'extent_description' => 'Antarctica - 60°S to 64°S and 48°W to 36°W.',
18361
        ],
18362
        'urn:ogc:def:coordinateOperation:EPSG::17207' => [
18363
            'name' => 'SCAR IMW SQ01-02',
18364
            'method' => 'urn:ogc:def:method:EPSG::9802',
18365
            'extent' => ['2994'],
18366
            'extent_description' => 'Antarctica - 64°S to 68°S and 180°W to 168°W.',
18367
        ],
18368
        'urn:ogc:def:coordinateOperation:EPSG::17208' => [
18369
            'name' => 'SCAR IMW SQ19-20',
18370
            'method' => 'urn:ogc:def:method:EPSG::9802',
18371
            'extent' => ['2995'],
18372
            'extent_description' => 'Antarctica - 64°S to 68°S and 72°W to 60°W.',
18373
        ],
18374
        'urn:ogc:def:coordinateOperation:EPSG::17209' => [
18375
            'name' => 'SCAR IMW SQ21-22',
18376
            'method' => 'urn:ogc:def:method:EPSG::9802',
18377
            'extent' => ['2996'],
18378
            'extent_description' => 'Antarctica - 64°S to 68°S and 60°W to 48°W.',
18379
        ],
18380
        'urn:ogc:def:coordinateOperation:EPSG::17210' => [
18381
            'name' => 'SCAR IMW SQ37-38',
18382
            'method' => 'urn:ogc:def:method:EPSG::9802',
18383
            'extent' => ['2997'],
18384
            'extent_description' => 'Antarctica - 64°S to 68°S and 36°E to 48°E.',
18385
        ],
18386
        'urn:ogc:def:coordinateOperation:EPSG::17211' => [
18387
            'name' => 'SCAR IMW SQ39-40',
18388
            'method' => 'urn:ogc:def:method:EPSG::9802',
18389
            'extent' => ['2998'],
18390
            'extent_description' => 'Antarctica - 64°S to 68°S and 48°E to 60°E.',
18391
        ],
18392
        'urn:ogc:def:coordinateOperation:EPSG::17212' => [
18393
            'name' => 'SCAR IMW SQ41-42',
18394
            'method' => 'urn:ogc:def:method:EPSG::9802',
18395
            'extent' => ['2999'],
18396
            'extent_description' => 'Antarctica - 64°S to 68°S and 60°E to 72°E.',
18397
        ],
18398
        'urn:ogc:def:coordinateOperation:EPSG::17213' => [
18399
            'name' => 'SCAR IMW SQ43-44',
18400
            'method' => 'urn:ogc:def:method:EPSG::9802',
18401
            'extent' => ['3000'],
18402
            'extent_description' => 'Antarctica - 64°S to 68°S and 72°E to 84°E.',
18403
        ],
18404
        'urn:ogc:def:coordinateOperation:EPSG::17214' => [
18405
            'name' => 'SCAR IMW SQ45-46',
18406
            'method' => 'urn:ogc:def:method:EPSG::9802',
18407
            'extent' => ['3001'],
18408
            'extent_description' => 'Antarctica - 64°S to 68°S and 84°E to 96°E.',
18409
        ],
18410
        'urn:ogc:def:coordinateOperation:EPSG::17215' => [
18411
            'name' => 'SCAR IMW SQ47-48',
18412
            'method' => 'urn:ogc:def:method:EPSG::9802',
18413
            'extent' => ['3002'],
18414
            'extent_description' => 'Antarctica - 64°S to 68°S and 96°E to 108°E.',
18415
        ],
18416
        'urn:ogc:def:coordinateOperation:EPSG::17216' => [
18417
            'name' => 'SCAR IMW SQ49-50',
18418
            'method' => 'urn:ogc:def:method:EPSG::9802',
18419
            'extent' => ['3003'],
18420
            'extent_description' => 'Antarctica - 64°S to 68°S and 108°E to 120°E.',
18421
        ],
18422
        'urn:ogc:def:coordinateOperation:EPSG::17217' => [
18423
            'name' => 'SCAR IMW SQ51-52',
18424
            'method' => 'urn:ogc:def:method:EPSG::9802',
18425
            'extent' => ['3004'],
18426
            'extent_description' => 'Antarctica - 64°S to 68°S and 120°E to 132°E.',
18427
        ],
18428
        'urn:ogc:def:coordinateOperation:EPSG::17218' => [
18429
            'name' => 'SCAR IMW SQ53-54',
18430
            'method' => 'urn:ogc:def:method:EPSG::9802',
18431
            'extent' => ['3005'],
18432
            'extent_description' => 'Antarctica - 64°S to 68°S and 132°E to 144°E.',
18433
        ],
18434
        'urn:ogc:def:coordinateOperation:EPSG::17219' => [
18435
            'name' => 'SCAR IMW SQ55-56',
18436
            'method' => 'urn:ogc:def:method:EPSG::9802',
18437
            'extent' => ['3006'],
18438
            'extent_description' => 'Antarctica - 64°S to 68°S and 144°E to 156°E.',
18439
        ],
18440
        'urn:ogc:def:coordinateOperation:EPSG::17220' => [
18441
            'name' => 'SCAR IMW SQ57-58',
18442
            'method' => 'urn:ogc:def:method:EPSG::9802',
18443
            'extent' => ['3007'],
18444
            'extent_description' => 'Antarctica - 64°S to 68°S and 156°E to 168°E.',
18445
        ],
18446
        'urn:ogc:def:coordinateOperation:EPSG::17221' => [
18447
            'name' => 'SCAR IMW SR13-14',
18448
            'method' => 'urn:ogc:def:method:EPSG::9802',
18449
            'extent' => ['3008'],
18450
            'extent_description' => 'Antarctica - 68°S to 72°S and 108°W to 96°W.',
18451
        ],
18452
        'urn:ogc:def:coordinateOperation:EPSG::17222' => [
18453
            'name' => 'SCAR IMW SR15-16',
18454
            'method' => 'urn:ogc:def:method:EPSG::9802',
18455
            'extent' => ['3009'],
18456
            'extent_description' => 'Antarctica - 68°S to 72°S and 96°W to 84°W.',
18457
        ],
18458
        'urn:ogc:def:coordinateOperation:EPSG::17223' => [
18459
            'name' => 'SCAR IMW SR17-18',
18460
            'method' => 'urn:ogc:def:method:EPSG::9802',
18461
            'extent' => ['3010'],
18462
            'extent_description' => 'Antarctica - 68°S to 72°S and 84°W to 72°W.',
18463
        ],
18464
        'urn:ogc:def:coordinateOperation:EPSG::17224' => [
18465
            'name' => 'SCAR IMW SR19-20',
18466
            'method' => 'urn:ogc:def:method:EPSG::9802',
18467
            'extent' => ['3011'],
18468
            'extent_description' => 'Antarctica - 68°S to 72°S and 72°W to 60°W.',
18469
        ],
18470
        'urn:ogc:def:coordinateOperation:EPSG::17225' => [
18471
            'name' => 'SCAR IMW SR27-28',
18472
            'method' => 'urn:ogc:def:method:EPSG::9802',
18473
            'extent' => ['3012'],
18474
            'extent_description' => 'Antarctica - 68°S to 72°S and 24°W to 12°W.',
18475
        ],
18476
        'urn:ogc:def:coordinateOperation:EPSG::17226' => [
18477
            'name' => 'SCAR IMW SR29-30',
18478
            'method' => 'urn:ogc:def:method:EPSG::9802',
18479
            'extent' => ['3013'],
18480
            'extent_description' => 'Antarctica - 68°S to 72°S and 12°W to 0°W.',
18481
        ],
18482
        'urn:ogc:def:coordinateOperation:EPSG::17227' => [
18483
            'name' => 'SCAR IMW SR31-32',
18484
            'method' => 'urn:ogc:def:method:EPSG::9802',
18485
            'extent' => ['3014'],
18486
            'extent_description' => 'Antarctica - 68°S to 72°S and 0°E to 12°E.',
18487
        ],
18488
        'urn:ogc:def:coordinateOperation:EPSG::17228' => [
18489
            'name' => 'SCAR IMW SR33-34',
18490
            'method' => 'urn:ogc:def:method:EPSG::9802',
18491
            'extent' => ['3015'],
18492
            'extent_description' => 'Antarctica - 68°S to 72°S and 12°E to 24°E.',
18493
        ],
18494
        'urn:ogc:def:coordinateOperation:EPSG::17229' => [
18495
            'name' => 'SCAR IMW SR35-36',
18496
            'method' => 'urn:ogc:def:method:EPSG::9802',
18497
            'extent' => ['3016'],
18498
            'extent_description' => 'Antarctica - 68°S to 72°S and 24°E to 36°E.',
18499
        ],
18500
        'urn:ogc:def:coordinateOperation:EPSG::17230' => [
18501
            'name' => 'SCAR IMW SR37-38',
18502
            'method' => 'urn:ogc:def:method:EPSG::9802',
18503
            'extent' => ['3017'],
18504
            'extent_description' => 'Antarctica - 68°S to 72°S and 36°E to 48°E.',
18505
        ],
18506
        'urn:ogc:def:coordinateOperation:EPSG::17231' => [
18507
            'name' => 'SCAR IMW SR39-40',
18508
            'method' => 'urn:ogc:def:method:EPSG::9802',
18509 9909
            'extent' => ['3018'],
18510
            'extent_description' => 'Antarctica - 68°S to 72°S and 48°E to 60°E.',
18511 9909
        ],
18512 162
        'urn:ogc:def:coordinateOperation:EPSG::17232' => [
18513
            'name' => 'SCAR IMW SR41-42',
18514
            'method' => 'urn:ogc:def:method:EPSG::9802',
18515 9819
            'extent' => ['3019'],
18516
            'extent_description' => 'Antarctica - 68°S to 72°S and 60°E to 72°E.',
18517
        ],
18518
        'urn:ogc:def:coordinateOperation:EPSG::17233' => [
18519
            'name' => 'SCAR IMW SR43-44',
18520
            'method' => 'urn:ogc:def:method:EPSG::9802',
18521 5607
            'extent' => ['3020'],
18522
            'extent_description' => 'Antarctica - 68°S to 72°S and 72°E to 84°E.',
18523 5607
        ],
18524 5275
        'urn:ogc:def:coordinateOperation:EPSG::17234' => [
18525
            'name' => 'SCAR IMW SR45-46',
18526
            'method' => 'urn:ogc:def:method:EPSG::9802',
18527 612
            'extent' => ['3021'],
18528
            'extent_description' => 'Antarctica - 68°S to 72°S and 84°E to 96°E.',
18529
        ],
18530 433
        'urn:ogc:def:coordinateOperation:EPSG::17235' => [
18531
            'name' => 'SCAR IMW SR47-48',
18532 433
            'method' => 'urn:ogc:def:method:EPSG::9802',
18533 433
            'extent' => ['3022'],
18534
            'extent_description' => 'Antarctica - 68°S to 72°S and 96°E to 108°E.',
18535
        ],
18536 532
        'urn:ogc:def:coordinateOperation:EPSG::17236' => [
18537
            'name' => 'SCAR IMW SR49-50',
18538 532
            'method' => 'urn:ogc:def:method:EPSG::9802',
18539
            'extent' => ['3023'],
18540
            'extent_description' => 'Antarctica - 68°S to 72°S and 108°E to 120°E.',
18541
        ],
18542
        'urn:ogc:def:coordinateOperation:EPSG::17237' => [
18543
            'name' => 'SCAR IMW SR51-52',
18544 413
            'method' => 'urn:ogc:def:method:EPSG::9802',
18545
            'extent' => ['3024'],
18546 413
            'extent_description' => 'Antarctica - 68°S to 72°S and 120°E to 132°E.',
18547
        ],
18548
        'urn:ogc:def:coordinateOperation:EPSG::17238' => [
18549
            'name' => 'SCAR IMW SR53-54',
18550
            'method' => 'urn:ogc:def:method:EPSG::9802',
18551
            'extent' => ['3025'],
18552
            'extent_description' => 'Antarctica - 68°S to 72°S and 132°E to 144°E.',
18553
        ],
18554
        'urn:ogc:def:coordinateOperation:EPSG::17239' => [
18555
            'name' => 'SCAR IMW SR55-56',
18556
            'method' => 'urn:ogc:def:method:EPSG::9802',
18557
            'extent' => ['3026'],
18558
            'extent_description' => 'Antarctica - 68°S to 72°S and 144°E to 156°E.',
18559
        ],
18560
        'urn:ogc:def:coordinateOperation:EPSG::17240' => [
18561
            'name' => 'SCAR IMW SR57-58',
18562
            'method' => 'urn:ogc:def:method:EPSG::9802',
18563
            'extent' => ['3027'],
18564
            'extent_description' => 'Antarctica - 68°S to 72°S and 156°E to 168°E.',
18565
        ],
18566
        'urn:ogc:def:coordinateOperation:EPSG::17241' => [
18567
            'name' => 'SCAR IMW SR59-60',
18568
            'method' => 'urn:ogc:def:method:EPSG::9802',
18569
            'extent' => ['3028'],
18570
            'extent_description' => 'Antarctica - 68°S to 72°S and 168°E to 180°E.',
18571
        ],
18572
        'urn:ogc:def:coordinateOperation:EPSG::17242' => [
18573
            'name' => 'SCAR IMW SS04-06',
18574
            'method' => 'urn:ogc:def:method:EPSG::9802',
18575
            'extent' => ['3029'],
18576
            'extent_description' => 'Antarctica - 72°S to 76°S and 162°W to 144°W.',
18577
        ],
18578
        'urn:ogc:def:coordinateOperation:EPSG::17243' => [
18579
            'name' => 'SCAR IMW SS07-09',
18580
            'method' => 'urn:ogc:def:method:EPSG::9802',
18581
            'extent' => ['3030'],
18582
            'extent_description' => 'Antarctica - 72°S to 76°S and 144°W to 126°W.',
18583
        ],
18584
        'urn:ogc:def:coordinateOperation:EPSG::17244' => [
18585
            'name' => 'SCAR IMW SS10-12',
18586
            'method' => 'urn:ogc:def:method:EPSG::9802',
18587
            'extent' => ['3031'],
18588
            'extent_description' => 'Antarctica - 72°S to 76°S and 126°W to 108°W.',
18589
        ],
18590
        'urn:ogc:def:coordinateOperation:EPSG::17245' => [
18591
            'name' => 'SCAR IMW SS13-15',
18592
            'method' => 'urn:ogc:def:method:EPSG::9802',
18593
            'extent' => ['3032'],
18594
            'extent_description' => 'Antarctica - 72°S to 76°S and 108°W to 90°W.',
18595
        ],
18596
        'urn:ogc:def:coordinateOperation:EPSG::17246' => [
18597
            'name' => 'SCAR IMW SS16-18',
18598
            'method' => 'urn:ogc:def:method:EPSG::9802',
18599
            'extent' => ['3033'],
18600
            'extent_description' => 'Antarctica - 72°S to 76°S and 90°W to 72°W.',
18601
        ],
18602
        'urn:ogc:def:coordinateOperation:EPSG::17247' => [
18603
            'name' => 'SCAR IMW SS19-21',
18604
            'method' => 'urn:ogc:def:method:EPSG::9802',
18605
            'extent' => ['3034'],
18606
            'extent_description' => 'Antarctica - 72°S to 76°S and 72°W to 54°W.',
18607
        ],
18608
        'urn:ogc:def:coordinateOperation:EPSG::17248' => [
18609
            'name' => 'SCAR IMW SS25-27',
18610
            'method' => 'urn:ogc:def:method:EPSG::9802',
18611
            'extent' => ['3035'],
18612
            'extent_description' => 'Antarctica - 72°S to 76°S and 36°W to 18°W.',
18613
        ],
18614
        'urn:ogc:def:coordinateOperation:EPSG::17249' => [
18615
            'name' => 'SCAR IMW SS28-30',
18616
            'method' => 'urn:ogc:def:method:EPSG::9802',
18617
            'extent' => ['3036'],
18618
            'extent_description' => 'Antarctica - 72°S to 76°S and 18°W to 0°W.',
18619
        ],
18620
        'urn:ogc:def:coordinateOperation:EPSG::17250' => [
18621
            'name' => 'SCAR IMW SS31-33',
18622
            'method' => 'urn:ogc:def:method:EPSG::9802',
18623
            'extent' => ['3037'],
18624
            'extent_description' => 'Antarctica - 72°S to 76°S and 0°E to 18°E.',
18625
        ],
18626
        'urn:ogc:def:coordinateOperation:EPSG::17251' => [
18627
            'name' => 'SCAR IMW SS34-36',
18628
            'method' => 'urn:ogc:def:method:EPSG::9802',
18629
            'extent' => ['3038'],
18630
            'extent_description' => 'Antarctica - 72°S to 76°S and 18°E to 36°E.',
18631
        ],
18632
        'urn:ogc:def:coordinateOperation:EPSG::17252' => [
18633
            'name' => 'SCAR IMW SS37-39',
18634
            'method' => 'urn:ogc:def:method:EPSG::9802',
18635
            'extent' => ['3039'],
18636
            'extent_description' => 'Antarctica - 72°S to 76°S and 36°E to 54°E.',
18637
        ],
18638
        'urn:ogc:def:coordinateOperation:EPSG::17253' => [
18639
            'name' => 'SCAR IMW SS40-42',
18640
            'method' => 'urn:ogc:def:method:EPSG::9802',
18641
            'extent' => ['3040'],
18642
            'extent_description' => 'Antarctica - 72°S to 76°S and 54°E to 72°E.',
18643
        ],
18644
        'urn:ogc:def:coordinateOperation:EPSG::17254' => [
18645
            'name' => 'SCAR IMW SS43-45',
18646
            'method' => 'urn:ogc:def:method:EPSG::9802',
18647
            'extent' => ['3041'],
18648
            'extent_description' => 'Antarctica - 72°S to 76°S and 72°E to 90°E.',
18649
        ],
18650
        'urn:ogc:def:coordinateOperation:EPSG::17255' => [
18651
            'name' => 'SCAR IMW SS46-48',
18652
            'method' => 'urn:ogc:def:method:EPSG::9802',
18653
            'extent' => ['3042'],
18654
            'extent_description' => 'Antarctica - 72°S to 76°S and 90°E to 108°E.',
18655
        ],
18656
        'urn:ogc:def:coordinateOperation:EPSG::17256' => [
18657
            'name' => 'SCAR IMW SS49-51',
18658
            'method' => 'urn:ogc:def:method:EPSG::9802',
18659
            'extent' => ['3043'],
18660
            'extent_description' => 'Antarctica - 72°S to 76°S and 108°E to 126°E.',
18661
        ],
18662
        'urn:ogc:def:coordinateOperation:EPSG::17257' => [
18663
            'name' => 'SCAR IMW SS52-54',
18664
            'method' => 'urn:ogc:def:method:EPSG::9802',
18665
            'extent' => ['3044'],
18666
            'extent_description' => 'Antarctica - 72°S to 76°S and 126°E to 144°E.',
18667
        ],
18668
        'urn:ogc:def:coordinateOperation:EPSG::17258' => [
18669
            'name' => 'SCAR IMW SS55-57',
18670
            'method' => 'urn:ogc:def:method:EPSG::9802',
18671
            'extent' => ['3045'],
18672
            'extent_description' => 'Antarctica - 72°S to 76°S and 144°E to 162°E.',
18673
        ],
18674
        'urn:ogc:def:coordinateOperation:EPSG::17259' => [
18675
            'name' => 'SCAR IMW SS58-60',
18676
            'method' => 'urn:ogc:def:method:EPSG::9802',
18677
            'extent' => ['3046'],
18678
            'extent_description' => 'Antarctica - 72°S to 76°S and 162°E to 180°E.',
18679
        ],
18680
        'urn:ogc:def:coordinateOperation:EPSG::17260' => [
18681
            'name' => 'SCAR IMW ST01-04',
18682
            'method' => 'urn:ogc:def:method:EPSG::9802',
18683
            'extent' => ['3047'],
18684
            'extent_description' => 'Antarctica - 76°S to 80°S and 180°W to 156°W.',
18685
        ],
18686
        'urn:ogc:def:coordinateOperation:EPSG::17261' => [
18687
            'name' => 'SCAR IMW ST05-08',
18688
            'method' => 'urn:ogc:def:method:EPSG::9802',
18689
            'extent' => ['3048'],
18690
            'extent_description' => 'Antarctica - 76°S to 80°S and 156°W to 132°W.',
18691
        ],
18692
        'urn:ogc:def:coordinateOperation:EPSG::17262' => [
18693
            'name' => 'SCAR IMW ST09-12',
18694
            'method' => 'urn:ogc:def:method:EPSG::9802',
18695
            'extent' => ['3049'],
18696
            'extent_description' => 'Antarctica - 76°S to 80°S and 132°W to 108°W.',
18697
        ],
18698
        'urn:ogc:def:coordinateOperation:EPSG::17263' => [
18699
            'name' => 'SCAR IMW ST13-16',
18700
            'method' => 'urn:ogc:def:method:EPSG::9802',
18701
            'extent' => ['3050'],
18702
            'extent_description' => 'Antarctica - 76°S to 80°S and 108°W to 84°W.',
18703
        ],
18704
        'urn:ogc:def:coordinateOperation:EPSG::17264' => [
18705
            'name' => 'SCAR IMW ST17-20',
18706
            'method' => 'urn:ogc:def:method:EPSG::9802',
18707
            'extent' => ['3051'],
18708
            'extent_description' => 'Antarctica - 76°S to 80°S and 84°W to 60°W.',
18709
        ],
18710
        'urn:ogc:def:coordinateOperation:EPSG::17265' => [
18711
            'name' => 'SCAR IMW ST21-24',
18712
            'method' => 'urn:ogc:def:method:EPSG::9802',
18713
            'extent' => ['3052'],
18714
            'extent_description' => 'Antarctica - 76°S to 80°S and 60°W to 36°W.',
18715
        ],
18716
        'urn:ogc:def:coordinateOperation:EPSG::17266' => [
18717
            'name' => 'SCAR IMW ST25-28',
18718
            'method' => 'urn:ogc:def:method:EPSG::9802',
18719
            'extent' => ['3053'],
18720
            'extent_description' => 'Antarctica - 76°S to 80°S and 36°W to 12°W.',
18721
        ],
18722
        'urn:ogc:def:coordinateOperation:EPSG::17267' => [
18723
            'name' => 'SCAR IMW ST29-32',
18724
            'method' => 'urn:ogc:def:method:EPSG::9802',
18725
            'extent' => ['3054'],
18726
            'extent_description' => 'Antarctica - 76°S to 80°S and 12°W to 12°E.',
18727
        ],
18728
        'urn:ogc:def:coordinateOperation:EPSG::17268' => [
18729
            'name' => 'SCAR IMW ST33-36',
18730
            'method' => 'urn:ogc:def:method:EPSG::9802',
18731
            'extent' => ['3055'],
18732
            'extent_description' => 'Antarctica - 76°S to 80°S and 12°E to 36°E.',
18733
        ],
18734
        'urn:ogc:def:coordinateOperation:EPSG::17269' => [
18735
            'name' => 'SCAR IMW ST37-40',
18736
            'method' => 'urn:ogc:def:method:EPSG::9802',
18737
            'extent' => ['3056'],
18738
            'extent_description' => 'Antarctica - 76°S to 80°S and 36°E to 60°E.',
18739
        ],
18740
        'urn:ogc:def:coordinateOperation:EPSG::17270' => [
18741
            'name' => 'SCAR IMW ST41-44',
18742
            'method' => 'urn:ogc:def:method:EPSG::9802',
18743
            'extent' => ['3057'],
18744
            'extent_description' => 'Antarctica - 76°S to 80°S and 60°E to 84°E.',
18745
        ],
18746
        'urn:ogc:def:coordinateOperation:EPSG::17271' => [
18747
            'name' => 'SCAR IMW ST45-48',
18748
            'method' => 'urn:ogc:def:method:EPSG::9802',
18749
            'extent' => ['3058'],
18750
            'extent_description' => 'Antarctica - 76°S to 80°S and 84°E to 108°E.',
18751
        ],
18752
        'urn:ogc:def:coordinateOperation:EPSG::17272' => [
18753
            'name' => 'SCAR IMW ST49-52',
18754
            'method' => 'urn:ogc:def:method:EPSG::9802',
18755
            'extent' => ['3059'],
18756
            'extent_description' => 'Antarctica - 76°S to 80°S and 108°E to 132°E.',
18757
        ],
18758
        'urn:ogc:def:coordinateOperation:EPSG::17273' => [
18759
            'name' => 'SCAR IMW ST53-56',
18760
            'method' => 'urn:ogc:def:method:EPSG::9802',
18761
            'extent' => ['3060'],
18762
            'extent_description' => 'Antarctica - 76°S to 80°S and 132°E to 156°E.',
18763
        ],
18764
        'urn:ogc:def:coordinateOperation:EPSG::17274' => [
18765
            'name' => 'SCAR IMW ST57-60',
18766
            'method' => 'urn:ogc:def:method:EPSG::9802',
18767
            'extent' => ['3061'],
18768
            'extent_description' => 'Antarctica - 76°S to 80°S and 156°E to 180°E.',
18769
        ],
18770
        'urn:ogc:def:coordinateOperation:EPSG::17275' => [
18771
            'name' => 'SCAR IMW SU01-05',
18772
            'method' => 'urn:ogc:def:method:EPSG::9829',
18773
            'extent' => ['3062'],
18774
            'extent_description' => 'Antarctica - 80°S to 84°S and 180°W to 150°W.',
18775
        ],
18776
        'urn:ogc:def:coordinateOperation:EPSG::17276' => [
18777
            'name' => 'SCAR IMW SU06-10',
18778
            'method' => 'urn:ogc:def:method:EPSG::9829',
18779
            'extent' => ['3063'],
18780
            'extent_description' => 'Antarctica - 80°S to 84°S and 150°W to 120°W.',
18781
        ],
18782
        'urn:ogc:def:coordinateOperation:EPSG::17277' => [
18783
            'name' => 'SCAR IMW SU11-15',
18784
            'method' => 'urn:ogc:def:method:EPSG::9829',
18785
            'extent' => ['3064'],
18786
            'extent_description' => 'Antarctica - 80°S to 84°S and 120°W to 90°W.',
18787
        ],
18788
        'urn:ogc:def:coordinateOperation:EPSG::17278' => [
18789
            'name' => 'SCAR IMW SU16-20',
18790
            'method' => 'urn:ogc:def:method:EPSG::9829',
18791
            'extent' => ['3065'],
18792
            'extent_description' => 'Antarctica - 80°S to 84°S and 90°W to 60°W.',
18793
        ],
18794
        'urn:ogc:def:coordinateOperation:EPSG::17279' => [
18795
            'name' => 'SCAR IMW SU21-25',
18796
            'method' => 'urn:ogc:def:method:EPSG::9829',
18797
            'extent' => ['3066'],
18798
            'extent_description' => 'Antarctica - 80°S to 84°S and 60°W to 30°W.',
18799
        ],
18800
        'urn:ogc:def:coordinateOperation:EPSG::17280' => [
18801
            'name' => 'SCAR IMW SU26-30',
18802
            'method' => 'urn:ogc:def:method:EPSG::9829',
18803
            'extent' => ['3067'],
18804
            'extent_description' => 'Antarctica - 80°S to 84°S and 30°W to 0°W.',
18805
        ],
18806
        'urn:ogc:def:coordinateOperation:EPSG::17281' => [
18807
            'name' => 'SCAR IMW SU31-35',
18808
            'method' => 'urn:ogc:def:method:EPSG::9829',
18809
            'extent' => ['3068'],
18810
            'extent_description' => 'Antarctica - 80°S to 84°S and 0°E to 30°E.',
18811
        ],
18812
        'urn:ogc:def:coordinateOperation:EPSG::17282' => [
18813
            'name' => 'SCAR IMW SU36-40',
18814
            'method' => 'urn:ogc:def:method:EPSG::9829',
18815
            'extent' => ['3069'],
18816
            'extent_description' => 'Antarctica - 80°S to 84°S and 30°E to 60°E.',
18817
        ],
18818
        'urn:ogc:def:coordinateOperation:EPSG::17283' => [
18819
            'name' => 'SCAR IMW SU41-45',
18820
            'method' => 'urn:ogc:def:method:EPSG::9829',
18821
            'extent' => ['3070'],
18822
            'extent_description' => 'Antarctica - 80°S to 84°S and 60°E to 90°E.',
18823
        ],
18824
        'urn:ogc:def:coordinateOperation:EPSG::17284' => [
18825
            'name' => 'SCAR IMW SU46-50',
18826
            'method' => 'urn:ogc:def:method:EPSG::9829',
18827
            'extent' => ['3071'],
18828
            'extent_description' => 'Antarctica - 80°S to 84°S and 90°E to 120°E.',
18829
        ],
18830
        'urn:ogc:def:coordinateOperation:EPSG::17285' => [
18831
            'name' => 'SCAR IMW SU51-55',
18832
            'method' => 'urn:ogc:def:method:EPSG::9829',
18833
            'extent' => ['3072'],
18834
            'extent_description' => 'Antarctica - 80°S to 84°S and 120°E to 150°E.',
18835
        ],
18836
        'urn:ogc:def:coordinateOperation:EPSG::17286' => [
18837
            'name' => 'SCAR IMW SU56-60',
18838
            'method' => 'urn:ogc:def:method:EPSG::9829',
18839
            'extent' => ['3073'],
18840
            'extent_description' => 'Antarctica - 80°S to 84°S and 150°E to 180°E.',
18841
        ],
18842
        'urn:ogc:def:coordinateOperation:EPSG::17287' => [
18843
            'name' => 'SCAR IMW SV01-10',
18844
            'method' => 'urn:ogc:def:method:EPSG::9829',
18845
            'extent' => ['3074'],
18846
            'extent_description' => 'Antarctica - 84°S to 88°S and 180°W to 120°W.',
18847
        ],
18848
        'urn:ogc:def:coordinateOperation:EPSG::17288' => [
18849
            'name' => 'SCAR IMW SV11-20',
18850
            'method' => 'urn:ogc:def:method:EPSG::9829',
18851
            'extent' => ['3075'],
18852
            'extent_description' => 'Antarctica - 84°S to 88°S and 120°W to 60°W.',
18853
        ],
18854
        'urn:ogc:def:coordinateOperation:EPSG::17289' => [
18855
            'name' => 'SCAR IMW SV21-30',
18856
            'method' => 'urn:ogc:def:method:EPSG::9829',
18857
            'extent' => ['3076'],
18858
            'extent_description' => 'Antarctica - 84°S to 88°S and 60°W to 0°W.',
18859
        ],
18860
        'urn:ogc:def:coordinateOperation:EPSG::17290' => [
18861
            'name' => 'SCAR IMW SV31-40',
18862
            'method' => 'urn:ogc:def:method:EPSG::9829',
18863
            'extent' => ['3077'],
18864
            'extent_description' => 'Antarctica - 84°S to 88°S and 0°E to 60°E.',
18865
        ],
18866
        'urn:ogc:def:coordinateOperation:EPSG::17291' => [
18867
            'name' => 'SCAR IMW SV41-50',
18868
            'method' => 'urn:ogc:def:method:EPSG::9829',
18869
            'extent' => ['3078'],
18870
            'extent_description' => 'Antarctica - 84°S to 88°S and 60°E to 120°E.',
18871
        ],
18872
        'urn:ogc:def:coordinateOperation:EPSG::17292' => [
18873
            'name' => 'SCAR IMW SV51-60',
18874
            'method' => 'urn:ogc:def:method:EPSG::9829',
18875
            'extent' => ['3079'],
18876
            'extent_description' => 'Antarctica - 84°S to 88°S and 120°E to 180°E.',
18877
        ],
18878
        'urn:ogc:def:coordinateOperation:EPSG::17293' => [
18879
            'name' => 'SCAR IMW SW01-60',
18880
            'method' => 'urn:ogc:def:method:EPSG::9829',
18881
            'extent' => ['3080'],
18882
            'extent_description' => 'Antarctica - 88°S to 90°S and 180°W to 180°E.',
18883
        ],
18884
        'urn:ogc:def:coordinateOperation:EPSG::17294' => [
18885
            'name' => 'USGS Transantarctic Mountains',
18886
            'method' => 'urn:ogc:def:method:EPSG::9802',
18887
            'extent' => ['3081'],
18888
            'extent_description' => 'Antarctica - Transantarctic mountains north of 80°S.',
18889
        ],
18890
        'urn:ogc:def:coordinateOperation:EPSG::17295' => [
18891
            'name' => 'North Pole Lambert Azimuthal Equal Area (Bering Sea)',
18892
            'method' => 'urn:ogc:def:method:EPSG::9820',
18893
            'extent' => ['3480'],
18894
            'extent_description' => 'Northern hemisphere - north of 45°N, including Arctic.',
18895
        ],
18896
        'urn:ogc:def:coordinateOperation:EPSG::17296' => [
18897
            'name' => 'North Pole Lambert Azimuthal Equal Area (Alaska)',
18898
            'method' => 'urn:ogc:def:method:EPSG::9820',
18899
            'extent' => ['3480'],
18900
            'extent_description' => 'Northern hemisphere - north of 45°N, including Arctic.',
18901
        ],
18902
        'urn:ogc:def:coordinateOperation:EPSG::17297' => [
18903
            'name' => 'North Pole Lambert Azimuthal Equal Area (Canada)',
18904
            'method' => 'urn:ogc:def:method:EPSG::9820',
18905
            'extent' => ['3480'],
18906
            'extent_description' => 'Northern hemisphere - north of 45°N, including Arctic.',
18907
        ],
18908
        'urn:ogc:def:coordinateOperation:EPSG::17298' => [
18909
            'name' => 'North Pole Lambert Azimuthal Equal Area (Atlantic)',
18910
            'method' => 'urn:ogc:def:method:EPSG::9820',
18911
            'extent' => ['3480'],
18912
            'extent_description' => 'Northern hemisphere - north of 45°N, including Arctic.',
18913
        ],
18914
        'urn:ogc:def:coordinateOperation:EPSG::17299' => [
18915
            'name' => 'North Pole Lambert Azimuthal Equal Area (Europe)',
18916
            'method' => 'urn:ogc:def:method:EPSG::9820',
18917
            'extent' => ['3480'],
18918
            'extent_description' => 'Northern hemisphere - north of 45°N, including Arctic.',
18919
        ],
18920
        'urn:ogc:def:coordinateOperation:EPSG::17300' => [
18921
            'name' => 'North Pole Lambert Azimuthal Equal Area (Russia)',
18922
            'method' => 'urn:ogc:def:method:EPSG::9820',
18923
            'extent' => ['3480'],
18924
            'extent_description' => 'Northern hemisphere - north of 45°N, including Arctic.',
18925
        ],
18926
        'urn:ogc:def:coordinateOperation:EPSG::17321' => [
18927
            'name' => 'SWEREF99 12 00',
18928
            'method' => 'urn:ogc:def:method:EPSG::9807',
18929
            'extent' => ['2833'],
18930
            'extent_description' => 'Sweden - communes west of approximately 12°45\'E and south of approximately 60°N. See information source for map.',
18931
        ],
18932
        'urn:ogc:def:coordinateOperation:EPSG::17322' => [
18933
            'name' => 'SWEREF99 13 30',
18934
            'method' => 'urn:ogc:def:method:EPSG::9807',
18935
            'extent' => ['2834'],
18936
            'extent_description' => 'Sweden - communes between approximately 12°45\'E and 14°15\'E and south of approximately 62°10\'N. See information source for map.',
18937
        ],
18938
        'urn:ogc:def:coordinateOperation:EPSG::17323' => [
18939
            'name' => 'SWEREF99 15 00',
18940
            'method' => 'urn:ogc:def:method:EPSG::9807',
18941
            'extent' => ['2835'],
18942
            'extent_description' => 'Sweden - communes between approximately 14°15\'E and 15°45\'E and south of approximately 61°30\'N. See information source for map.',
18943
        ],
18944
        'urn:ogc:def:coordinateOperation:EPSG::17324' => [
18945
            'name' => 'SWEREF99 16 30',
18946
            'method' => 'urn:ogc:def:method:EPSG::9807',
18947
            'extent' => ['2836'],
18948
            'extent_description' => 'Sweden - communes between approximately 15°45\'E and 17°15\'E and south of approximately 62°20\'N. See information source for map.',
18949
        ],
18950
        'urn:ogc:def:coordinateOperation:EPSG::17325' => [
18951
            'name' => 'SWEREF99 18 00',
18952
            'method' => 'urn:ogc:def:method:EPSG::9807',
18953
            'extent' => ['2837'],
18954
            'extent_description' => 'Sweden - communes east of approximately 17°15\'E between approximately 60°40\'N and 58°50\'N. See information source for map.',
18955
        ],
18956
        'urn:ogc:def:coordinateOperation:EPSG::17326' => [
18957
            'name' => 'SWEREF99 14 15',
18958
            'method' => 'urn:ogc:def:method:EPSG::9807',
18959
            'extent' => ['2838'],
18960
            'extent_description' => 'Sweden - communes west of approximately 15°E and between approximately 61°35\'N and 64°25\'N. See information source for map.',
18961
        ],
18962
        'urn:ogc:def:coordinateOperation:EPSG::17327' => [
18963
            'name' => 'SWEREF99 15 45',
18964
            'method' => 'urn:ogc:def:method:EPSG::9807',
18965
            'extent' => ['2839'],
18966
            'extent_description' => 'Sweden - communes between approximately 15°E and 16°30\'E and between approximately 60°30\'N and 65°N. See information source for map.',
18967
        ],
18968
        'urn:ogc:def:coordinateOperation:EPSG::17328' => [
18969
            'name' => 'SWEREF99 17 15',
18970
            'method' => 'urn:ogc:def:method:EPSG::9807',
18971
            'extent' => ['2840'],
18972
            'extent_description' => 'Sweden - communes between approximately 14°20\'E and 18°50\'E and between approximately 67°10\'N and 62°05\'N. See information source for map.',
18973
        ],
18974
        'urn:ogc:def:coordinateOperation:EPSG::17329' => [
18975
            'name' => 'SWEREF99 18 45',
18976
            'method' => 'urn:ogc:def:method:EPSG::9807',
18977
            'extent' => ['2841'],
18978
            'extent_description' => 'Sweden - mainland communes between approximately 18°E and 19°30\'E and between approximately 62°50\'N and 66°N. Also Gotland. See information source for map.',
18979
        ],
18980
        'urn:ogc:def:coordinateOperation:EPSG::17330' => [
18981
            'name' => 'SWEREF99 20 15',
18982
            'method' => 'urn:ogc:def:method:EPSG::9807',
18983
            'extent' => ['2842'],
18984
            'extent_description' => 'Sweden - communes in Vaasterbotten east of approximately 19°30\'E and (i) north of 63°30\'N and (ii) south of approximately 65°05\'N. Also Norbotten west of approximately 23°20\'E. See information source for map.',
18985
        ],
18986
        'urn:ogc:def:coordinateOperation:EPSG::17331' => [
18987
            'name' => 'SWEREF99 21 45',
18988
            'method' => 'urn:ogc:def:method:EPSG::9807',
18989
            'extent' => ['2843'],
18990
            'extent_description' => 'Sweden - communes in Norbotten east of approximately 19°30\'E and south of approximately 65°50\'N. See information source for map.',
18991
        ],
18992
        'urn:ogc:def:coordinateOperation:EPSG::17332' => [
18993
            'name' => 'SWEREF99 23 15',
18994
            'method' => 'urn:ogc:def:method:EPSG::9807',
18995
            'extent' => ['2844'],
18996
            'extent_description' => 'Sweden - communes east of approximately 21°50\'E. See information source for map.',
18997
        ],
18998
        'urn:ogc:def:coordinateOperation:EPSG::17333' => [
18999
            'name' => 'SWEREF99 TM',
19000
            'method' => 'urn:ogc:def:method:EPSG::9807',
19001
            'extent' => ['1225'],
19002
            'extent_description' => 'Sweden - onshore and offshore.',
19003
        ],
19004
        'urn:ogc:def:coordinateOperation:EPSG::17334' => [
19005
            'name' => 'Sweden zone 7.5 gon V',
19006
            'method' => 'urn:ogc:def:method:EPSG::9807',
19007
            'extent' => ['2845'],
19008
            'extent_description' => 'Sweden - communes west of approximately 12°26\'E. See information source for map.',
19009
        ],
19010
        'urn:ogc:def:coordinateOperation:EPSG::17335' => [
19011
            'name' => 'Sweden zone 5 gon V',
19012
            'method' => 'urn:ogc:def:method:EPSG::9807',
19013
            'extent' => ['2846'],
19014
            'extent_description' => 'Sweden - communes between approximately 12°26\'E and 14°40\'E. See information source for map.',
19015
        ],
19016
        'urn:ogc:def:coordinateOperation:EPSG::17336' => [
19017
            'name' => 'Sweden zone 0 gon',
19018
            'method' => 'urn:ogc:def:method:EPSG::9807',
19019
            'extent' => ['2848'],
19020
            'extent_description' => 'Sweden - communes between approximately 16°55\'E and 19°10\'E; Gotland. See information source for map.',
19021
        ],
19022
        'urn:ogc:def:coordinateOperation:EPSG::17337' => [
19023
            'name' => 'Sweden zone 2.5 gon O',
19024
            'method' => 'urn:ogc:def:method:EPSG::9807',
19025
            'extent' => ['2849'],
19026
            'extent_description' => 'Sweden - communes between approximately 19°10\'E and 21°25\'E. See information source for map.',
19027
        ],
19028
        'urn:ogc:def:coordinateOperation:EPSG::17338' => [
19029
            'name' => 'Sweden zone 5 gon O',
19030
            'method' => 'urn:ogc:def:method:EPSG::9807',
19031
            'extent' => ['2850'],
19032
            'extent_description' => 'Sweden - east of approximately 21°26\'E. See information source for map.',
19033
        ],
19034
        'urn:ogc:def:coordinateOperation:EPSG::17339' => [
19035
            'name' => 'RT90 zone 7.5 gon V emulation',
19036
            'method' => 'urn:ogc:def:method:EPSG::9807',
19037
            'extent' => ['2845'],
19038
            'extent_description' => 'Sweden - communes west of approximately 12°26\'E. See information source for map.',
19039
        ],
19040
        'urn:ogc:def:coordinateOperation:EPSG::17340' => [
19041
            'name' => 'RT90 zone 5 gon V emulation',
19042
            'method' => 'urn:ogc:def:method:EPSG::9807',
19043
            'extent' => ['2846'],
19044
            'extent_description' => 'Sweden - communes between approximately 12°26\'E and 14°40\'E. See information source for map.',
19045
        ],
19046
        'urn:ogc:def:coordinateOperation:EPSG::17341' => [
19047
            'name' => 'RT90 zone 2.5 gon V emulation',
19048
            'method' => 'urn:ogc:def:method:EPSG::9807',
19049
            'extent' => ['2847'],
19050
            'extent_description' => 'Sweden - communes between approximately 14°40\'E and 16°55\'E. See information source for map.',
19051
        ],
19052
        'urn:ogc:def:coordinateOperation:EPSG::17342' => [
19053
            'name' => 'RT90 zone 0 gon emulation',
19054
            'method' => 'urn:ogc:def:method:EPSG::9807',
19055
            'extent' => ['2848'],
19056
            'extent_description' => 'Sweden - communes between approximately 16°55\'E and 19°10\'E; Gotland. See information source for map.',
19057
        ],
19058
        'urn:ogc:def:coordinateOperation:EPSG::17343' => [
19059
            'name' => 'RT90 zone 2.5 gon O emulation',
19060
            'method' => 'urn:ogc:def:method:EPSG::9807',
19061
            'extent' => ['2849'],
19062
            'extent_description' => 'Sweden - communes between approximately 19°10\'E and 21°25\'E. See information source for map.',
19063
        ],
19064
        'urn:ogc:def:coordinateOperation:EPSG::17344' => [
19065
            'name' => 'RT90 zone 5 gon O emulation',
19066
            'method' => 'urn:ogc:def:method:EPSG::9807',
19067
            'extent' => ['2850'],
19068
            'extent_description' => 'Sweden - east of approximately 21°26\'E. See information source for map.',
19069
        ],
19070
        'urn:ogc:def:coordinateOperation:EPSG::17348' => [
19071
            'name' => 'Map Grid of Australia zone 48',
19072
            'method' => 'urn:ogc:def:method:EPSG::9807',
19073
            'extent' => ['4191'],
19074
            'extent_description' => 'Australia - offshore west of 108°E. Christmas Island - onshore and offshore west of 108°E.',
19075
        ],
19076
        'urn:ogc:def:coordinateOperation:EPSG::17349' => [
19077
            'name' => 'Map Grid of Australia zone 49',
19078
            'method' => 'urn:ogc:def:method:EPSG::9807',
19079
            'extent' => ['4176'],
19080
            'extent_description' => 'Australia - onshore and offshore west of 114°E. Christmas Island - offshore east of 108°E.',
19081
        ],
19082
        'urn:ogc:def:coordinateOperation:EPSG::17350' => [
19083
            'name' => 'Map Grid of Australia zone 50',
19084
            'method' => 'urn:ogc:def:method:EPSG::9807',
19085
            'extent' => ['4178'],
19086
            'extent_description' => 'Australia - onshore and offshore between 114°E and 120°E.',
19087
        ],
19088
        'urn:ogc:def:coordinateOperation:EPSG::17351' => [
19089
            'name' => 'Map Grid of Australia zone 51',
19090
            'method' => 'urn:ogc:def:method:EPSG::9807',
19091
            'extent' => ['1559'],
19092
            'extent_description' => 'Australia - onshore and offshore between 120°E and 126°E.',
19093
        ],
19094
        'urn:ogc:def:coordinateOperation:EPSG::17352' => [
19095
            'name' => 'Map Grid of Australia zone 52',
19096
            'method' => 'urn:ogc:def:method:EPSG::9807',
19097
            'extent' => ['1560'],
19098
            'extent_description' => 'Australia - onshore and offshore between 126°E and 132°E.',
19099
        ],
19100
        'urn:ogc:def:coordinateOperation:EPSG::17353' => [
19101
            'name' => 'Map Grid of Australia zone 53',
19102
            'method' => 'urn:ogc:def:method:EPSG::9807',
19103
            'extent' => ['1561'],
19104
            'extent_description' => 'Australia - onshore and offshore between 132°E and 138°E.',
19105
        ],
19106
        'urn:ogc:def:coordinateOperation:EPSG::17354' => [
19107
            'name' => 'Map Grid of Australia zone 54',
19108
            'method' => 'urn:ogc:def:method:EPSG::9807',
19109
            'extent' => ['1562'],
19110
            'extent_description' => 'Australia - onshore and offshore between 138°E and 144°E.',
19111
        ],
19112
        'urn:ogc:def:coordinateOperation:EPSG::17355' => [
19113
            'name' => 'Map Grid of Australia zone 55',
19114
            'method' => 'urn:ogc:def:method:EPSG::9807',
19115
            'extent' => ['1563'],
19116
            'extent_description' => 'Australia - onshore and offshore between 144°E and 150°E.',
19117
        ],
19118
        'urn:ogc:def:coordinateOperation:EPSG::17356' => [
19119
            'name' => 'Map Grid of Australia zone 56',
19120
            'method' => 'urn:ogc:def:method:EPSG::9807',
19121
            'extent' => ['1564'],
19122
            'extent_description' => 'Australia - onshore and offshore between 150°E and 156°E.',
19123
        ],
19124
        'urn:ogc:def:coordinateOperation:EPSG::17357' => [
19125
            'name' => 'Map Grid of Australia zone 57',
19126
            'method' => 'urn:ogc:def:method:EPSG::9807',
19127
            'extent' => ['4196'],
19128
            'extent_description' => 'Australia including Lord Howe Island and Macquarie Island - onshore and offshore between 156°E and 162°E.',
19129
        ],
19130
        'urn:ogc:def:coordinateOperation:EPSG::17358' => [
19131
            'name' => 'Map Grid of Australia zone 58',
19132
            'method' => 'urn:ogc:def:method:EPSG::9807',
19133
            'extent' => ['4175'],
19134
            'extent_description' => 'Australia - offshore east of 162°E. Norfolk Island - onshore and offshore west of 168°E.',
19135
        ],
19136
        'urn:ogc:def:coordinateOperation:EPSG::17359' => [
19137
            'name' => 'South Australia Lambert',
19138
            'method' => 'urn:ogc:def:method:EPSG::9802',
19139
            'extent' => ['2986'],
19140
            'extent_description' => 'Australia - South Australia.',
19141
        ],
19142
        'urn:ogc:def:coordinateOperation:EPSG::17360' => [
19143
            'name' => 'Vicgrid66',
19144
            'method' => 'urn:ogc:def:method:EPSG::9802',
19145
            'extent' => ['2285'],
19146
            'extent_description' => 'Australia - Victoria.',
19147
        ],
19148
        'urn:ogc:def:coordinateOperation:EPSG::17361' => [
19149
            'name' => 'Vicgrid',
19150
            'method' => 'urn:ogc:def:method:EPSG::9802',
19151
            'extent' => ['2285'],
19152
            'extent_description' => 'Australia - Victoria.',
19153
        ],
19154
        'urn:ogc:def:coordinateOperation:EPSG::17362' => [
19155
            'name' => 'Geoscience Australia Standard National Scale Lambert Projection',
19156
            'method' => 'urn:ogc:def:method:EPSG::9802',
19157
            'extent' => ['2575'],
19158
            'extent_description' => 'Australia - Australian Capital Territory; New South Wales; Northern Territory; Queensland; South Australia; Tasmania; Western Australia; Victoria.',
19159
        ],
19160
        'urn:ogc:def:coordinateOperation:EPSG::17363' => [
19161
            'name' => 'Brisbane City Survey Grid 02',
19162
            'method' => 'urn:ogc:def:method:EPSG::9807',
19163
            'extent' => ['2990'],
19164
            'extent_description' => 'Australia - Brisbane and surrounding area. Also applicable in other local authorities in south-east Queensland (Gold Coast, Logan, Ipswich, Scenic Rim, Redland, Moreton Bay, Sunshine Coast, Noosa, eastern part of Gympie, eastern part of Fraser Coast) and north-east New South Wales (Tweed, Byron, Lismore, Kyogle, Ballina and Richmond Valley).',
19165
        ],
19166
        'urn:ogc:def:coordinateOperation:EPSG::17364' => [
19167
            'name' => 'New South Wales Lambert',
19168
            'method' => 'urn:ogc:def:method:EPSG::9802',
19169
            'extent' => ['3139'],
19170
            'extent_description' => 'Australia - New South Wales.',
19171
        ],
19172
        'urn:ogc:def:coordinateOperation:EPSG::17365' => [
19173
            'name' => 'Australian Albers',
19174
            'method' => 'urn:ogc:def:method:EPSG::9822',
19175
            'extent' => ['2575'],
19176
            'extent_description' => 'Australia - Australian Capital Territory; New South Wales; Northern Territory; Queensland; South Australia; Tasmania; Western Australia; Victoria.',
19177
        ],
19178
        'urn:ogc:def:coordinateOperation:EPSG::17412' => [
19179
            'name' => 'Congo Transverse Mercator zone 12',
19180
            'method' => 'urn:ogc:def:method:EPSG::9807',
19181
            'extent' => ['3937'],
19182
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - west of 13°E onshore and offshore.',
19183
        ],
19184
        'urn:ogc:def:coordinateOperation:EPSG::17414' => [
19185
            'name' => 'Congo Transverse Mercator zone 14',
19186
            'method' => 'urn:ogc:def:method:EPSG::9807',
19187
            'extent' => ['3151'],
19188
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - between 13°E to 15°E.',
19189
        ],
19190
        'urn:ogc:def:coordinateOperation:EPSG::17416' => [
19191
            'name' => 'Congo Transverse Mercator zone 16',
19192
            'method' => 'urn:ogc:def:method:EPSG::9807',
19193
            'extent' => ['3152'],
19194
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - between 15°E to 17°E.',
19195
        ],
19196
        'urn:ogc:def:coordinateOperation:EPSG::17418' => [
19197
            'name' => 'Congo Transverse Mercator zone 18',
19198
            'method' => 'urn:ogc:def:method:EPSG::9807',
19199
            'extent' => ['3153'],
19200
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - between 17°E to 19°E.',
19201
        ],
19202
        'urn:ogc:def:coordinateOperation:EPSG::17420' => [
19203
            'name' => 'Congo Transverse Mercator zone 20',
19204
            'method' => 'urn:ogc:def:method:EPSG::9807',
19205
            'extent' => ['3154'],
19206
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - between 19°E to 21°E.',
19207
        ],
19208
        'urn:ogc:def:coordinateOperation:EPSG::17422' => [
19209
            'name' => 'Congo Transverse Mercator zone 22',
19210
            'method' => 'urn:ogc:def:method:EPSG::9807',
19211
            'extent' => ['3155'],
19212
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - between 21°E to 23°E.',
19213
        ],
19214
        'urn:ogc:def:coordinateOperation:EPSG::17424' => [
19215
            'name' => 'Congo Transverse Mercator zone 24',
19216
            'method' => 'urn:ogc:def:method:EPSG::9807',
19217
            'extent' => ['3156'],
19218
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - between 23°E to 25°E.',
19219
        ],
19220
        'urn:ogc:def:coordinateOperation:EPSG::17426' => [
19221
            'name' => 'Congo Transverse Mercator zone 26',
19222
            'method' => 'urn:ogc:def:method:EPSG::9807',
19223
            'extent' => ['3157'],
19224
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - between 25°E to 27°E.',
19225
        ],
19226
        'urn:ogc:def:coordinateOperation:EPSG::17428' => [
19227
            'name' => 'Congo Transverse Mercator zone 28',
19228
            'method' => 'urn:ogc:def:method:EPSG::9807',
19229
            'extent' => ['3158'],
19230
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - between 27°E to 29°E.',
19231
        ],
19232
        'urn:ogc:def:coordinateOperation:EPSG::17430' => [
19233
            'name' => 'Congo Transverse Mercator zone 30',
19234
            'method' => 'urn:ogc:def:method:EPSG::9807',
19235
            'extent' => ['3159'],
19236
            'extent_description' => 'The Democratic Republic of the Congo (Zaire) - east of 29°E.',
19237
        ],
19238
        'urn:ogc:def:coordinateOperation:EPSG::17432' => [
19239
            'name' => 'Indonesia TM-3 zone 46.2',
19240
            'method' => 'urn:ogc:def:method:EPSG::9807',
19241
            'extent' => ['3976'],
19242
            'extent_description' => 'Indonesia - onshore west of 96°E.',
19243
        ],
19244
        'urn:ogc:def:coordinateOperation:EPSG::17433' => [
19245
            'name' => 'Indonesia TM-3 zone 47.1',
19246
            'method' => 'urn:ogc:def:method:EPSG::9807',
19247
            'extent' => ['3510'],
19248
            'extent_description' => 'Indonesia - onshore between 96°E and 99°E.',
19249
        ],
19250
        'urn:ogc:def:coordinateOperation:EPSG::17434' => [
19251
            'name' => 'Indonesia TM-3 zone 47.2',
19252
            'method' => 'urn:ogc:def:method:EPSG::9807',
19253
            'extent' => ['3511'],
19254
            'extent_description' => 'Indonesia - onshore between 99°E and 102°E.',
19255
        ],
19256
        'urn:ogc:def:coordinateOperation:EPSG::17435' => [
19257
            'name' => 'Indonesia TM-3 zone 48.1',
19258
            'method' => 'urn:ogc:def:method:EPSG::9807',
19259
            'extent' => ['3512'],
19260
            'extent_description' => 'Indonesia - onshore between 102°E and 105°E.',
19261
        ],
19262
        'urn:ogc:def:coordinateOperation:EPSG::17436' => [
19263
            'name' => 'Indonesia TM-3 zone 48.2',
19264
            'method' => 'urn:ogc:def:method:EPSG::9807',
19265
            'extent' => ['3513'],
19266
            'extent_description' => 'Indonesia - onshore between 105°E and 108°E.',
19267
        ],
19268
        'urn:ogc:def:coordinateOperation:EPSG::17437' => [
19269
            'name' => 'Indonesia TM-3 zone 49.1',
19270
            'method' => 'urn:ogc:def:method:EPSG::9807',
19271
            'extent' => ['3514'],
19272
            'extent_description' => 'Indonesia - onshore between 108°E and 111°E.',
19273
        ],
19274
        'urn:ogc:def:coordinateOperation:EPSG::17438' => [
19275
            'name' => 'Indonesia TM-3 zone 49.2',
19276
            'method' => 'urn:ogc:def:method:EPSG::9807',
19277
            'extent' => ['3515'],
19278
            'extent_description' => 'Indonesia - onshore between 111°E and 114°E.',
19279
        ],
19280
        'urn:ogc:def:coordinateOperation:EPSG::17439' => [
19281
            'name' => 'Indonesia TM-3 zone 50.1',
19282
            'method' => 'urn:ogc:def:method:EPSG::9807',
19283
            'extent' => ['3516'],
19284
            'extent_description' => 'Indonesia - onshore between 114°E and 117°E.',
19285
        ],
19286
        'urn:ogc:def:coordinateOperation:EPSG::17440' => [
19287
            'name' => 'Indonesia TM-3 zone 50.2',
19288
            'method' => 'urn:ogc:def:method:EPSG::9807',
19289
            'extent' => ['3517'],
19290
            'extent_description' => 'Indonesia - onshore between 117°E and 120°E.',
19291
        ],
19292
        'urn:ogc:def:coordinateOperation:EPSG::17441' => [
19293
            'name' => 'Indonesia TM-3 zone 51.1',
19294
            'method' => 'urn:ogc:def:method:EPSG::9807',
19295
            'extent' => ['3518'],
19296
            'extent_description' => 'Indonesia - onshore between 120°E and 123°E.',
19297
        ],
19298
        'urn:ogc:def:coordinateOperation:EPSG::17442' => [
19299
            'name' => 'Indonesia TM-3 zone 51.2',
19300
            'method' => 'urn:ogc:def:method:EPSG::9807',
19301
            'extent' => ['3519'],
19302
            'extent_description' => 'Indonesia - onshore between 123°E and 126°E.',
19303
        ],
19304
        'urn:ogc:def:coordinateOperation:EPSG::17443' => [
19305
            'name' => 'Indonesia TM-3 zone 52.1',
19306
            'method' => 'urn:ogc:def:method:EPSG::9807',
19307
            'extent' => ['3520'],
19308
            'extent_description' => 'Indonesia - onshore between 126°E and 129°E.',
19309
        ],
19310
        'urn:ogc:def:coordinateOperation:EPSG::17444' => [
19311
            'name' => 'Indonesia TM-3 zone 52.2',
19312
            'method' => 'urn:ogc:def:method:EPSG::9807',
19313
            'extent' => ['3521'],
19314
            'extent_description' => 'Indonesia - onshore between 129°E and 132°E.',
19315
        ],
19316
        'urn:ogc:def:coordinateOperation:EPSG::17445' => [
19317
            'name' => 'Indonesia TM-3 zone 53.1',
19318
            'method' => 'urn:ogc:def:method:EPSG::9807',
19319
            'extent' => ['3522'],
19320
            'extent_description' => 'Indonesia - onshore between 132°E and 135°E.',
19321
        ],
19322
        'urn:ogc:def:coordinateOperation:EPSG::17446' => [
19323
            'name' => 'Indonesia TM-3 zone 53.2',
19324
            'method' => 'urn:ogc:def:method:EPSG::9807',
19325
            'extent' => ['3523'],
19326
            'extent_description' => 'Indonesia - onshore between 135°E and 138°E.',
19327
        ],
19328
        'urn:ogc:def:coordinateOperation:EPSG::17447' => [
19329
            'name' => 'Indonesia TM-3 zone 54.1',
19330
            'method' => 'urn:ogc:def:method:EPSG::9807',
19331
            'extent' => ['3975'],
19332
            'extent_description' => 'Indonesia - onshore east of 138°E.',
19333
        ],
19334
        'urn:ogc:def:coordinateOperation:EPSG::17449' => [
19335
            'name' => 'Australian Map Grid zone 49',
19336
            'method' => 'urn:ogc:def:method:EPSG::9807',
19337
            'extent' => ['1557'],
19338
            'extent_description' => 'Australia - onshore and offshore to 200 nautical mile EEZ boundary between 108°E and 114°E.',
19339
        ],
19340
        'urn:ogc:def:coordinateOperation:EPSG::17450' => [
19341
            'name' => 'Australian Map Grid zone 50',
19342
            'method' => 'urn:ogc:def:method:EPSG::9807',
19343
            'extent' => ['1558'],
19344
            'extent_description' => 'Australia - onshore and offshore to 200 nautical mile EEZ boundary between 114°E and 120°E.',
19345
        ],
19346
        'urn:ogc:def:coordinateOperation:EPSG::17451' => [
19347
            'name' => 'Australian Map Grid zone 51',
19348
            'method' => 'urn:ogc:def:method:EPSG::9807',
19349
            'extent' => ['1559'],
19350
            'extent_description' => 'Australia - onshore and offshore between 120°E and 126°E.',
19351
        ],
19352
        'urn:ogc:def:coordinateOperation:EPSG::17452' => [
19353
            'name' => 'Australian Map Grid zone 52',
19354
            'method' => 'urn:ogc:def:method:EPSG::9807',
19355
            'extent' => ['1560'],
19356
            'extent_description' => 'Australia - onshore and offshore between 126°E and 132°E.',
19357
        ],
19358
        'urn:ogc:def:coordinateOperation:EPSG::17453' => [
19359
            'name' => 'Australian Map Grid zone 53',
19360
            'method' => 'urn:ogc:def:method:EPSG::9807',
19361
            'extent' => ['1561'],
19362
            'extent_description' => 'Australia - onshore and offshore between 132°E and 138°E.',
19363
        ],
19364
        'urn:ogc:def:coordinateOperation:EPSG::17454' => [
19365
            'name' => 'Australian Map Grid zone 54',
19366
            'method' => 'urn:ogc:def:method:EPSG::9807',
19367
            'extent' => ['1567'],
19368
            'extent_description' => 'Australia - onshore and offshore between 138°E and 144°E. Papua New Guinea - onshore west of 144°E.',
19369
        ],
19370
        'urn:ogc:def:coordinateOperation:EPSG::17455' => [
19371
            'name' => 'Australian Map Grid zone 55',
19372
            'method' => 'urn:ogc:def:method:EPSG::9807',
19373
            'extent' => ['1568'],
19374
            'extent_description' => 'Australia - onshore and offshore between 144°E and 150°E. Papua New Guinea (PNG) - onshore between 144°E and 150°E.',
19375
        ],
19376
        'urn:ogc:def:coordinateOperation:EPSG::17456' => [
19377
            'name' => 'Australian Map Grid zone 56',
19378
            'method' => 'urn:ogc:def:method:EPSG::9807',
19379
            'extent' => ['2291'],
19380
            'extent_description' => 'Australia - onshore and offshore between 150°E and 156°E. Papua New Guinea onshore east of 150°E.',
19381
        ],
19382
        'urn:ogc:def:coordinateOperation:EPSG::17457' => [
19383
            'name' => 'Australian Map Grid zone 57',
19384
            'method' => 'urn:ogc:def:method:EPSG::9807',
19385
            'extent' => ['1565'],
19386
            'extent_description' => 'Australia including Lord Howe Island - onshore and offshore between 156°E and 162°E.',
19387
        ],
19388
        'urn:ogc:def:coordinateOperation:EPSG::17458' => [
19389
            'name' => 'Australian Map Grid zone 58',
19390
            'method' => 'urn:ogc:def:method:EPSG::9807',
19391
            'extent' => ['1566'],
19392
            'extent_description' => 'Australia - offshore east of 162°E to 200 nautical mile EEZ boundary.',
19393
        ],
19394
        'urn:ogc:def:coordinateOperation:EPSG::17515' => [
19395
            'name' => 'South African Survey Grid zone 15',
19396
            'method' => 'urn:ogc:def:method:EPSG::9808',
19397
            'extent' => ['1454'],
19398
            'extent_description' => 'Namibia - Walvis Bay.',
19399
        ],
19400
        'urn:ogc:def:coordinateOperation:EPSG::17517' => [
19401
            'name' => 'South African Survey Grid zone 17',
19402
            'method' => 'urn:ogc:def:method:EPSG::9808',
19403
            'extent' => ['1455'],
19404
            'extent_description' => 'South Africa - onshore west of 18°E.',
19405
        ],
19406
        'urn:ogc:def:coordinateOperation:EPSG::17519' => [
19407
            'name' => 'South African Survey Grid zone 19',
19408
            'method' => 'urn:ogc:def:method:EPSG::9808',
19409
            'extent' => ['1456'],
19410
            'extent_description' => 'South Africa - onshore between 18°E and 20°E.',
19411
        ],
19412
        'urn:ogc:def:coordinateOperation:EPSG::17521' => [
19413
            'name' => 'South African Survey Grid zone 21',
19414
            'method' => 'urn:ogc:def:method:EPSG::9808',
19415
            'extent' => ['1457'],
19416
            'extent_description' => 'South Africa - onshore between 20°E and 22°E.',
19417
        ],
19418
        'urn:ogc:def:coordinateOperation:EPSG::17523' => [
19419
            'name' => 'South African Survey Grid zone 23',
19420
            'method' => 'urn:ogc:def:method:EPSG::9808',
19421
            'extent' => ['1458'],
19422
            'extent_description' => 'South Africa - onshore between 22°E and 24°E.',
19423
        ],
19424
        'urn:ogc:def:coordinateOperation:EPSG::17525' => [
19425
            'name' => 'South African Survey Grid zone 25',
19426
            'method' => 'urn:ogc:def:method:EPSG::9808',
19427
            'extent' => ['1459'],
19428
            'extent_description' => 'South Africa - onshore between 24°E and 26°E.',
19429
        ],
19430
        'urn:ogc:def:coordinateOperation:EPSG::17527' => [
19431
            'name' => 'South African Survey Grid zone 27',
19432
            'method' => 'urn:ogc:def:method:EPSG::9808',
19433
            'extent' => ['1460'],
19434
            'extent_description' => 'Lesotho - west of 28°E. South Africa - onshore between 26°E and 28°E.',
19435
        ],
19436
        'urn:ogc:def:coordinateOperation:EPSG::17529' => [
19437
            'name' => 'South African Survey Grid zone 29',
19438
            'method' => 'urn:ogc:def:method:EPSG::9808',
19439
            'extent' => ['1461'],
19440
            'extent_description' => 'Lesotho - east of 28°E. South Africa - onshore between 28°E and 30°E.',
19441
        ],
19442
        'urn:ogc:def:coordinateOperation:EPSG::17531' => [
19443
            'name' => 'South African Survey Grid zone 31',
19444
            'method' => 'urn:ogc:def:method:EPSG::9808',
19445
            'extent' => ['1462'],
19446
            'extent_description' => 'South Africa - onshore between 30°E and 32°E. Eswatini (Swaziland).',
19447
        ],
19448
        'urn:ogc:def:coordinateOperation:EPSG::17533' => [
19449
            'name' => 'South African Survey Grid zone 33',
19450
            'method' => 'urn:ogc:def:method:EPSG::9808',
19451
            'extent' => ['1463'],
19452
            'extent_description' => 'South Africa - east of 32°E.',
19453
        ],
19454
        'urn:ogc:def:coordinateOperation:EPSG::17611' => [
19455
            'name' => 'South West African Survey Grid zone 11',
19456
            'method' => 'urn:ogc:def:method:EPSG::9808',
19457
            'extent' => ['1838'],
19458
            'extent_description' => 'Namibia - onshore west of 12°E.',
19459
        ],
19460
        'urn:ogc:def:coordinateOperation:EPSG::17613' => [
19461
            'name' => 'South West African Survey Grid zone 13',
19462
            'method' => 'urn:ogc:def:method:EPSG::9808',
19463
            'extent' => ['1839'],
19464
            'extent_description' => 'Namibia - onshore between 12°E and 14°E.',
19465
        ],
19466
        'urn:ogc:def:coordinateOperation:EPSG::17615' => [
19467
            'name' => 'South West African Survey Grid zone 15',
19468
            'method' => 'urn:ogc:def:method:EPSG::9808',
19469
            'extent' => ['1840'],
19470
            'extent_description' => 'Namibia - onshore between 14°E and 16°E.',
19471
        ],
19472
        'urn:ogc:def:coordinateOperation:EPSG::17617' => [
19473
            'name' => 'South West African Survey Grid zone 17',
19474
            'method' => 'urn:ogc:def:method:EPSG::9808',
19475
            'extent' => ['1841'],
19476
            'extent_description' => 'Namibia - onshore between 16°E and 18°E.',
19477
        ],
19478
        'urn:ogc:def:coordinateOperation:EPSG::17619' => [
19479
            'name' => 'South West African Survey Grid zone 19',
19480
            'method' => 'urn:ogc:def:method:EPSG::9808',
19481
            'extent' => ['1842'],
19482
            'extent_description' => 'Namibia - between 18°E and 20°E.',
19483
        ],
19484
        'urn:ogc:def:coordinateOperation:EPSG::17621' => [
19485
            'name' => 'South West African Survey Grid zone 21',
19486
            'method' => 'urn:ogc:def:method:EPSG::9808',
19487
            'extent' => ['1843'],
19488
            'extent_description' => 'Namibia - between 20°E and 22°E.',
19489
        ],
19490
        'urn:ogc:def:coordinateOperation:EPSG::17623' => [
19491
            'name' => 'South West African Survey Grid zone 23',
19492
            'method' => 'urn:ogc:def:method:EPSG::9808',
19493
            'extent' => ['1844'],
19494
            'extent_description' => 'Namibia - between 22°E and 24°E.',
19495
        ],
19496
        'urn:ogc:def:coordinateOperation:EPSG::17625' => [
19497
            'name' => 'South West African Survey Grid zone 25',
19498
            'method' => 'urn:ogc:def:method:EPSG::9808',
19499
            'extent' => ['1845'],
19500
            'extent_description' => 'Namibia - east of 24°E.',
19501
        ],
19502
        'urn:ogc:def:coordinateOperation:EPSG::17701' => [
19503
            'name' => 'MTM zone 1',
19504
            'method' => 'urn:ogc:def:method:EPSG::9807',
19505
            'extent' => ['2226'],
19506
            'extent_description' => 'Canada - Newfoundland - onshore east of 54°30\'W.',
19507
        ],
19508
        'urn:ogc:def:coordinateOperation:EPSG::17702' => [
19509
            'name' => 'MTM zone 2',
19510
            'method' => 'urn:ogc:def:method:EPSG::9807',
19511
            'extent' => ['2227'],
19512
            'extent_description' => 'Canada - Newfoundland and Labrador between 57°30\'W and 54°30\'W.',
19513
        ],
19514
        'urn:ogc:def:coordinateOperation:EPSG::17703' => [
19515
            'name' => 'MTM zone 3',
19516
            'method' => 'urn:ogc:def:method:EPSG::9807',
19517
            'extent' => ['2290'],
19518
            'extent_description' => 'Canada - Newfoundland and Labrador between 60°W and 57°30\'W; Canada - Quebec east of 60°W.',
19519
        ],
19520
        'urn:ogc:def:coordinateOperation:EPSG::17704' => [
19521
            'name' => 'MTM zone 4',
19522
            'method' => 'urn:ogc:def:method:EPSG::9807',
19523
            'extent' => ['2276'],
19524
            'extent_description' => 'Canada - Quebec and Labrador between 63°W and 60°W.',
19525
        ],
19526
        'urn:ogc:def:coordinateOperation:EPSG::17705' => [
19527
            'name' => 'MTM zone 5',
19528
            'method' => 'urn:ogc:def:method:EPSG::9807',
19529
            'extent' => ['2277'],
19530
            'extent_description' => 'Canada - Quebec and Labrador between 66°W and 63°W.',
19531
        ],
19532
        'urn:ogc:def:coordinateOperation:EPSG::17706' => [
19533
            'name' => 'MTM zone 6',
19534
            'method' => 'urn:ogc:def:method:EPSG::9807',
19535
            'extent' => ['2278'],
19536
            'extent_description' => 'Canada - Quebec and Labrador between 69°W and 66°W.',
19537
        ],
19538
        'urn:ogc:def:coordinateOperation:EPSG::17707' => [
19539
            'name' => 'MTM zone 7',
19540
            'method' => 'urn:ogc:def:method:EPSG::9807',
19541
            'extent' => ['1425'],
19542
            'extent_description' => 'Canada - Quebec - between 72°W and 69°W.',
19543
        ],
19544
        'urn:ogc:def:coordinateOperation:EPSG::17708' => [
19545
            'name' => 'MTM zone 8',
19546
            'method' => 'urn:ogc:def:method:EPSG::9807',
19547
            'extent' => ['2279'],
19548
            'extent_description' => 'Canada - Quebec between 75°W and 72°W.; Canada - Ontario - east of 75°W.',
19549
        ],
19550
        'urn:ogc:def:coordinateOperation:EPSG::17709' => [
19551
            'name' => 'MTM zone 9',
19552
            'method' => 'urn:ogc:def:method:EPSG::9807',
19553
            'extent' => ['2280'],
19554
            'extent_description' => 'Canada - Quebec and Ontario - between 78°W and 75°W.',
19555
        ],
19556
        'urn:ogc:def:coordinateOperation:EPSG::17710' => [
19557
            'name' => 'MTM zone 10',
19558
            'method' => 'urn:ogc:def:method:EPSG::9807',
19559
            'extent' => ['2281'],
19560
            'extent_description' => 'Canada - Quebec west of 78°W; Canada - Ontario - between 79°30\'W and 78°W in area to north of 47°N; between 80°15\'W and 78°W in area between 46°N and 47°N; between 81°W and 78°W in area south of 46°N.',
19561
        ],
19562
        'urn:ogc:def:coordinateOperation:EPSG::17711' => [
19563
            'name' => 'MTM zone 11',
19564
            'method' => 'urn:ogc:def:method:EPSG::9807',
19565
            'extent' => ['1432'],
19566
            'extent_description' => 'Canada - Ontario - south of 46°N and west of 81°W.',
19567
        ],
19568
        'urn:ogc:def:coordinateOperation:EPSG::17712' => [
19569
            'name' => 'MTM zone 12',
19570
            'method' => 'urn:ogc:def:method:EPSG::9807',
19571
            'extent' => ['1433'],
19572
            'extent_description' => 'Canada - Ontario - between 82°30\'W and 79°30\'W: north of 46°N in area between 82°30\'W and 80°15\'W, north of 47°N in area between 80°15\'W and 79°30\'W.',
19573
        ],
19574
        'urn:ogc:def:coordinateOperation:EPSG::17713' => [
19575
            'name' => 'MTM zone 13',
19576
            'method' => 'urn:ogc:def:method:EPSG::9807',
19577
            'extent' => ['1434'],
19578
            'extent_description' => 'Canada - Ontario - between 85°30\'W and 82°30\'W and north of 46°N.',
19579
        ],
19580
        'urn:ogc:def:coordinateOperation:EPSG::17714' => [
19581
            'name' => 'MTM zone 14',
19582
            'method' => 'urn:ogc:def:method:EPSG::9807',
19583
            'extent' => ['1435'],
19584
            'extent_description' => 'Canada - Ontario - between 88°30\'W and 85°30\'W.',
19585
        ],
19586
        'urn:ogc:def:coordinateOperation:EPSG::17715' => [
19587
            'name' => 'MTM zone 15',
19588
            'method' => 'urn:ogc:def:method:EPSG::9807',
19589
            'extent' => ['1436'],
19590
            'extent_description' => 'Canada - Ontario - between 91°30\'W and 88°30\'W.',
19591
        ],
19592
        'urn:ogc:def:coordinateOperation:EPSG::17716' => [
19593
            'name' => 'MTM zone 16',
19594
            'method' => 'urn:ogc:def:method:EPSG::9807',
19595
            'extent' => ['1437'],
19596
            'extent_description' => 'Canada - Ontario - between 94°30\'W and 91°30\'W.',
19597
        ],
19598
        'urn:ogc:def:coordinateOperation:EPSG::17717' => [
19599
            'name' => 'MTM zone 17',
19600
            'method' => 'urn:ogc:def:method:EPSG::9807',
19601
            'extent' => ['1438'],
19602
            'extent_description' => 'Canada - Ontario - west of 94°30\'W.',
19603
        ],
19604
        'urn:ogc:def:coordinateOperation:EPSG::17722' => [
19605
            'name' => 'Alberta 3-degree TM reference meridian 111 W',
19606
            'method' => 'urn:ogc:def:method:EPSG::9807',
19607
            'extent' => ['3543'],
19608
            'extent_description' => 'Canada - Alberta - east of 112°30\'W.',
19609
        ],
19610
        'urn:ogc:def:coordinateOperation:EPSG::17723' => [
19611
            'name' => 'Alberta 3-degree TM reference meridian 114 W',
19612
            'method' => 'urn:ogc:def:method:EPSG::9807',
19613
            'extent' => ['3542'],
19614
            'extent_description' => 'Canada - Alberta - between 115°30\'W and 112°30\'W.',
19615
        ],
19616
        'urn:ogc:def:coordinateOperation:EPSG::17724' => [
19617
            'name' => 'Alberta 3-degree TM reference meridian 117 W',
19618
            'method' => 'urn:ogc:def:method:EPSG::9807',
19619
            'extent' => ['3541'],
19620
            'extent_description' => 'Canada - Alberta - between 118°30\'W and 115°30\' W.',
19621
        ],
19622
        'urn:ogc:def:coordinateOperation:EPSG::17726' => [
19623
            'name' => 'Alberta 3-degree TM reference meridian 120 W',
19624
            'method' => 'urn:ogc:def:method:EPSG::9807',
19625
            'extent' => ['3540'],
19626
            'extent_description' => 'Canada - Alberta - west of 118°30\' W.',
19627
        ],
19628
        'urn:ogc:def:coordinateOperation:EPSG::17794' => [
19629
            'name' => 'MTM Nova Scotia zone 4',
19630
            'method' => 'urn:ogc:def:method:EPSG::9807',
19631
            'extent' => ['1534'],
19632
            'extent_description' => 'Canada - Nova Scotia - east of 63°W.',
19633
        ],
19634
        'urn:ogc:def:coordinateOperation:EPSG::17795' => [
19635
            'name' => 'MTM Nova Scotia zone 5',
19636
            'method' => 'urn:ogc:def:method:EPSG::9807',
19637
            'extent' => ['1535'],
19638
            'extent_description' => 'Canada - Nova Scotia - west of 63°W.',
19639
        ],
19640
        'urn:ogc:def:coordinateOperation:EPSG::17801' => [
19641
            'name' => 'Japan Plane Rectangular CS zone I',
19642
            'method' => 'urn:ogc:def:method:EPSG::9807',
19643
            'extent' => ['1854'],
19644
            'extent_description' => 'Japan - onshore - Kyushu west of approximately 130°E - Nagasaki-ken; islands of Kagoshima-ken between 27°N and 32°N and between 128°18\'E and 130°E (between 128°18\'E and 30°13\'E for Amami islands).',
19645
        ],
19646
        'urn:ogc:def:coordinateOperation:EPSG::17802' => [
19647
            'name' => 'Japan Plane Rectangular CS zone II',
19648
            'method' => 'urn:ogc:def:method:EPSG::9807',
19649
            'extent' => ['1855'],
19650
            'extent_description' => 'Japan - onshore - Kyushu east of approximately 130°E - Fukuoka-ken; Saga-ken; Kumamoto-ken; Oita-ken; Miyazaki-ken; Kagoshima-ken (except for area within Japan Plane Rectangular Coordinate System zone I).',
19651
        ],
19652
        'urn:ogc:def:coordinateOperation:EPSG::17803' => [
19653
            'name' => 'Japan Plane Rectangular CS zone III',
19654
            'method' => 'urn:ogc:def:method:EPSG::9807',
19655
            'extent' => ['1856'],
19656
            'extent_description' => 'Japan - onshore - Honshu west of approximately 133°15\'E - Yamaguchi-ken; Shimane-ken; Hiroshima-ken.',
19657
        ],
19658
        'urn:ogc:def:coordinateOperation:EPSG::17804' => [
19659
            'name' => 'Japan Plane Rectangular CS zone IV',
19660
            'method' => 'urn:ogc:def:method:EPSG::9807',
19661
            'extent' => ['1857'],
19662
            'extent_description' => 'Japan - onshore - Shikoku - Kagawa-ken; Ehime-ken; Tokushima-ken; Kochi-ken.',
19663
        ],
19664
        'urn:ogc:def:coordinateOperation:EPSG::17805' => [
19665
            'name' => 'Japan Plane Rectangular CS zone V',
19666
            'method' => 'urn:ogc:def:method:EPSG::9807',
19667
            'extent' => ['1858'],
19668
            'extent_description' => 'Japan - onshore - Honshu between approximately 133°15\'E and 135°10\'E - Hyogo-ken; Tottori-ken; Okayama-ken.',
19669
        ],
19670
        'urn:ogc:def:coordinateOperation:EPSG::17806' => [
19671
            'name' => 'Japan Plane Rectangular CS zone VI',
19672
            'method' => 'urn:ogc:def:method:EPSG::9807',
19673
            'extent' => ['1859'],
19674
            'extent_description' => 'Japan - onshore - Honshu between approximately 135°10\'E and 136°45\'E - Kyoto-fu; Osaka-fu; Fukui-ken; Shiga-ken; Mie-ken; Nara-ken; Wakayama-ken.',
19675
        ],
19676
        'urn:ogc:def:coordinateOperation:EPSG::17807' => [
19677
            'name' => 'Japan Plane Rectangular CS zone VII',
19678
            'method' => 'urn:ogc:def:method:EPSG::9807',
19679
            'extent' => ['1860'],
19680
            'extent_description' => 'Japan - onshore - Honshu between approximately 136°15\'E and 137°45\'E - Ishikawa-ken; Toyama-ken; Gifu-ken; Aichi-ken.',
19681
        ],
19682
        'urn:ogc:def:coordinateOperation:EPSG::17808' => [
19683
            'name' => 'Japan Plane Rectangular CS zone VIII',
19684
            'method' => 'urn:ogc:def:method:EPSG::9807',
19685
            'extent' => ['1861'],
19686
            'extent_description' => 'Japan - onshore - Honshu between approximately 137°45\'E and 139°E - Niigata-ken; Nagano-ken; Yamanashi-ken; Shizuoka-ken.',
19687
        ],
19688
        'urn:ogc:def:coordinateOperation:EPSG::17809' => [
19689
            'name' => 'Japan Plane Rectangular CS zone IX',
19690
            'method' => 'urn:ogc:def:method:EPSG::9807',
19691
            'extent' => ['1862'],
19692
            'extent_description' => 'Japan - onshore - Honshu - Tokyo-to. (Excludes offshore island areas of Tokyo-to covered by Japan Plane Rectangular Coordinate System zones XIV, XVIII and XIX).',
19693
        ],
19694
        'urn:ogc:def:coordinateOperation:EPSG::17810' => [
19695
            'name' => 'Japan Plane Rectangular CS zone X',
19696
            'method' => 'urn:ogc:def:method:EPSG::9807',
19697
            'extent' => ['1863'],
19698
            'extent_description' => 'Japan - onshore - Honshu north of 38°N approximately - Aomori-ken; Akita-ken; Yamagata-ken; Iwate-ken; Miyagi-ken.',
19699
        ],
19700
        'urn:ogc:def:coordinateOperation:EPSG::17811' => [
19701
            'name' => 'Japan Plane Rectangular CS zone XI',
19702
            'method' => 'urn:ogc:def:method:EPSG::9807',
19703
            'extent' => ['1864'],
19704
            'extent_description' => 'Japan - onshore - Hokkaido west of approximately 141°E - Otaru city; Hakodate city; Date city; Usu-gun and Abuta-gun of Iburi-shicho; Hiyama-shicho; Shiribeshi-shicho; Oshima-shicho.',
19705
        ],
19706
        'urn:ogc:def:coordinateOperation:EPSG::17812' => [
19707
            'name' => 'Japan Plane Rectangular CS zone XII',
19708
            'method' => 'urn:ogc:def:method:EPSG::9807',
19709
            'extent' => ['1865'],
19710
            'extent_description' => 'Japan - onshore - Hokkaido between approximately 141°E and 143°E - Sapporo city; Asahikawa city; Wakkanai city; Rumoi city; Bibai city; Yubari city; Iwamizawa city; Tomakomai city; Muroran city; Shibetsu city; Nayoro city; Ashibetsu city; Akabira city; Mikasa city; Takikawa city; Sunagawa city; Ebetsu city; Chitose city; Utashinai city; Fukagawa city; Monbetsu city; Furano city; Noboribetsu city; Eniwa city; Ishikari-shicho; Monbetsu-gun of Abashiri-shicho; Kamikawa-shicho; Soya-shicho; Hidaka-shicho; Iburi-shicho (except Usu-gun and Abuta-gun); Sorachi-shicho; Rumoi-shicho.',
19711
        ],
19712
        'urn:ogc:def:coordinateOperation:EPSG::17813' => [
19713
            'name' => 'Japan Plane Rectangular CS zone XIII',
19714
            'method' => 'urn:ogc:def:method:EPSG::9807',
19715
            'extent' => ['1866'],
19716
            'extent_description' => 'Japan - onshore - Hokkaido east of approximately 143°E - Kitami city; Obihiro city; Kushiro city; Abashiri city; Nemuro city; Nemuro-shicho; Kushiro-shicho; Abashiri-shicho (except Monbetsu-gun); Tokachi-shicho.',
19717
        ],
19718
        'urn:ogc:def:coordinateOperation:EPSG::17814' => [
19719
            'name' => 'Japan Plane Rectangular CS zone XIV',
19720
            'method' => 'urn:ogc:def:method:EPSG::9807',
19721
            'extent' => ['1867'],
19722
            'extent_description' => 'Japan - onshore - Tokyo-to south of 28°N and between 140°30\'E and 143°E.',
19723
        ],
19724
        'urn:ogc:def:coordinateOperation:EPSG::17815' => [
19725
            'name' => 'Japan Plane Rectangular CS zone XV',
19726
            'method' => 'urn:ogc:def:method:EPSG::9807',
19727
            'extent' => ['1868'],
19728
            'extent_description' => 'Japan - onshore - Okinawa-ken between 126°E and 130°E.',
19729
        ],
19730
        'urn:ogc:def:coordinateOperation:EPSG::17816' => [
19731
            'name' => 'Japan Plane Rectangular CS zone XVI',
19732
            'method' => 'urn:ogc:def:method:EPSG::9807',
19733
            'extent' => ['1869'],
19734
            'extent_description' => 'Japan - onshore - Okinawa-ken west of 126°E.',
19735
        ],
19736
        'urn:ogc:def:coordinateOperation:EPSG::17817' => [
19737
            'name' => 'Japan Plane Rectangular CS zone XVII',
19738
            'method' => 'urn:ogc:def:method:EPSG::9807',
19739
            'extent' => ['1870'],
19740
            'extent_description' => 'Japan - onshore Okinawa-ken east of 130°E.',
19741
        ],
19742
        'urn:ogc:def:coordinateOperation:EPSG::17818' => [
19743
            'name' => 'Japan Plane Rectangular CS zone XVIII',
19744
            'method' => 'urn:ogc:def:method:EPSG::9807',
19745
            'extent' => ['1871'],
19746
            'extent_description' => 'Japan - onshore - Tokyo-to south of 28°N and west of 140°30\'E.',
19747
        ],
19748
        'urn:ogc:def:coordinateOperation:EPSG::17819' => [
19749
            'name' => 'Japan Plane Rectangular CS zone XIX',
19750
            'method' => 'urn:ogc:def:method:EPSG::9807',
19751
            'extent' => ['1872'],
19752
            'extent_description' => 'Japan - onshore - Tokyo-to south of 28°N and east of 143°E - Minamitori-shima (Marcus Island).',
19753
        ],
19754
        'urn:ogc:def:coordinateOperation:EPSG::17901' => [
19755
            'name' => 'Mount Eden Circuit',
19756
            'method' => 'urn:ogc:def:method:EPSG::9807',
19757
            'extent' => ['3781'],
19758
            'extent_description' => 'New Zealand - North Island - Mount Eden meridional circuit area.',
19759
        ],
19760
        'urn:ogc:def:coordinateOperation:EPSG::17902' => [
19761
            'name' => 'Bay of Plenty Circuit',
19762
            'method' => 'urn:ogc:def:method:EPSG::9807',
19763
            'extent' => ['3779'],
19764
            'extent_description' => 'New Zealand - North Island - Bay of Plenty meridional circuit area.',
19765
        ],
19766
        'urn:ogc:def:coordinateOperation:EPSG::17903' => [
19767
            'name' => 'Poverty Bay Circuit',
19768
            'method' => 'urn:ogc:def:method:EPSG::9807',
19769
            'extent' => ['3780'],
19770
            'extent_description' => 'New Zealand - North Island - Poverty Bay meridional circuit area.',
19771
        ],
19772
        'urn:ogc:def:coordinateOperation:EPSG::17904' => [
19773
            'name' => 'Hawkes Bay Circuit',
19774
            'method' => 'urn:ogc:def:method:EPSG::9807',
19775
            'extent' => ['3772'],
19776
            'extent_description' => 'New Zealand - North Island - Hawkes Bay meridional circuit and Napier vertical crs area.',
19777
        ],
19778
        'urn:ogc:def:coordinateOperation:EPSG::17905' => [
19779
            'name' => 'Taranaki Circuit',
19780
            'method' => 'urn:ogc:def:method:EPSG::9807',
19781
            'extent' => ['3777'],
19782
            'extent_description' => 'New Zealand - North Island - Taranaki meridional circuit area.',
19783
        ],
19784
        'urn:ogc:def:coordinateOperation:EPSG::17906' => [
19785
            'name' => 'Tuhirangi Circuit',
19786
            'method' => 'urn:ogc:def:method:EPSG::9807',
19787
            'extent' => ['3778'],
19788
            'extent_description' => 'New Zealand - North Island - Tuhirangi meridional circuit area.',
19789
        ],
19790
        'urn:ogc:def:coordinateOperation:EPSG::17907' => [
19791
            'name' => 'Wanganui Circuit',
19792
            'method' => 'urn:ogc:def:method:EPSG::9807',
19793
            'extent' => ['3776'],
19794
            'extent_description' => 'New Zealand - North Island - Wanganui meridional circuit area.',
19795
        ],
19796
        'urn:ogc:def:coordinateOperation:EPSG::17908' => [
19797
            'name' => 'Wairarapa Circuit',
19798
            'method' => 'urn:ogc:def:method:EPSG::9807',
19799
            'extent' => ['3775'],
19800
            'extent_description' => 'New Zealand - North Island - Wairarapa meridional circuit area.',
19801
        ],
19802
        'urn:ogc:def:coordinateOperation:EPSG::17909' => [
19803
            'name' => 'Wellington Circuit',
19804
            'method' => 'urn:ogc:def:method:EPSG::9807',
19805
            'extent' => ['3774'],
19806
            'extent_description' => 'New Zealand - North Island - Wellington meridional circuit area.',
19807
        ],
19808
        'urn:ogc:def:coordinateOperation:EPSG::17910' => [
19809
            'name' => 'Collingwood Circuit',
19810
            'method' => 'urn:ogc:def:method:EPSG::9807',
19811
            'extent' => ['3782'],
19812
            'extent_description' => 'New Zealand - South Island - Collingwood meridional circuit area.',
19813
        ],
19814
        'urn:ogc:def:coordinateOperation:EPSG::17911' => [
19815
            'name' => 'Nelson Circuit',
19816
            'method' => 'urn:ogc:def:method:EPSG::9807',
19817
            'extent' => ['3784'],
19818
            'extent_description' => 'New Zealand - South Island - Nelson meridional circuit area.',
19819
        ],
19820
        'urn:ogc:def:coordinateOperation:EPSG::17912' => [
19821
            'name' => 'Karamea Circuit',
19822
            'method' => 'urn:ogc:def:method:EPSG::9807',
19823
            'extent' => ['3783'],
19824
            'extent_description' => 'New Zealand - South Island - Karamea meridional circuit area.',
19825
        ],
19826
        'urn:ogc:def:coordinateOperation:EPSG::17913' => [
19827
            'name' => 'Buller Circuit',
19828
            'method' => 'urn:ogc:def:method:EPSG::9807',
19829
            'extent' => ['3786'],
19830
            'extent_description' => 'New Zealand - South Island - Buller meridional circuit area.',
19831
        ],
19832
        'urn:ogc:def:coordinateOperation:EPSG::17914' => [
19833
            'name' => 'Grey Circuit',
19834
            'method' => 'urn:ogc:def:method:EPSG::9807',
19835
            'extent' => ['3787'],
19836
            'extent_description' => 'New Zealand - South Island - Grey meridional circuit area.',
19837
        ],
19838
        'urn:ogc:def:coordinateOperation:EPSG::17915' => [
19839
            'name' => 'Amuri Circuit',
19840
            'method' => 'urn:ogc:def:method:EPSG::9807',
19841
            'extent' => ['3788'],
19842
            'extent_description' => 'New Zealand - South Island - Amuri meridional circuit area.',
19843
        ],
19844
        'urn:ogc:def:coordinateOperation:EPSG::17916' => [
19845
            'name' => 'Marlborough Circuit',
19846
            'method' => 'urn:ogc:def:method:EPSG::9807',
19847
            'extent' => ['3785'],
19848
            'extent_description' => 'New Zealand - South Island - Marlborough meridional circuit area.',
19849
        ],
19850
        'urn:ogc:def:coordinateOperation:EPSG::17917' => [
19851
            'name' => 'Hokitika Circuit',
19852
            'method' => 'urn:ogc:def:method:EPSG::9807',
19853
            'extent' => ['3789'],
19854
            'extent_description' => 'New Zealand - South Island - Hokitika meridional circuit area.',
19855
        ],
19856
        'urn:ogc:def:coordinateOperation:EPSG::17918' => [
19857
            'name' => 'Okarito Circuit',
19858
            'method' => 'urn:ogc:def:method:EPSG::9807',
19859
            'extent' => ['3791'],
19860
            'extent_description' => 'New Zealand - South Island - Okarito meridional circuit area.',
19861
        ],
19862
        'urn:ogc:def:coordinateOperation:EPSG::17919' => [
19863
            'name' => 'Jacksons Bay Circuit',
19864
            'method' => 'urn:ogc:def:method:EPSG::9807',
19865
            'extent' => ['3794'],
19866
            'extent_description' => 'New Zealand - South Island - Jacksons Bay meridional circuit area.',
19867
        ],
19868
        'urn:ogc:def:coordinateOperation:EPSG::17920' => [
19869
            'name' => 'Mount Pleasant Circuit',
19870
            'method' => 'urn:ogc:def:method:EPSG::9807',
19871
            'extent' => ['3790'],
19872
            'extent_description' => 'New Zealand - South Island - Mount Pleasant meridional circuit area.',
19873
        ],
19874
        'urn:ogc:def:coordinateOperation:EPSG::17921' => [
19875
            'name' => 'Gawler Circuit',
19876
            'method' => 'urn:ogc:def:method:EPSG::9807',
19877
            'extent' => ['3792'],
19878
            'extent_description' => 'New Zealand - South Island - Gawler meridional circuit area.',
19879
        ],
19880
        'urn:ogc:def:coordinateOperation:EPSG::17922' => [
19881
            'name' => 'Timaru Circuit',
19882
            'method' => 'urn:ogc:def:method:EPSG::9807',
19883
            'extent' => ['3793'],
19884
            'extent_description' => 'New Zealand - South Island - Timaru meridional circuit area.',
19885
        ],
19886
        'urn:ogc:def:coordinateOperation:EPSG::17923' => [
19887
            'name' => 'Lindis Peak Circuit',
19888
            'method' => 'urn:ogc:def:method:EPSG::9807',
19889
            'extent' => ['3795'],
19890
            'extent_description' => 'New Zealand - South Island - Lindis Peak meridional circuit area.',
19891
        ],
19892
        'urn:ogc:def:coordinateOperation:EPSG::17924' => [
19893
            'name' => 'Mount Nicholas Circuit',
19894
            'method' => 'urn:ogc:def:method:EPSG::9807',
19895
            'extent' => ['3797'],
19896
            'extent_description' => 'New Zealand - South Island - Mount Nicholas meridional circuit area.',
19897
        ],
19898
        'urn:ogc:def:coordinateOperation:EPSG::17925' => [
19899
            'name' => 'Mount York Circuit',
19900
            'method' => 'urn:ogc:def:method:EPSG::9807',
19901
            'extent' => ['3799'],
19902
            'extent_description' => 'New Zealand - South Island - Mount York meridional circuit area.',
19903
        ],
19904
        'urn:ogc:def:coordinateOperation:EPSG::17926' => [
19905
            'name' => 'Observation Point Circuit',
19906
            'method' => 'urn:ogc:def:method:EPSG::9807',
19907
            'extent' => ['3796'],
19908
            'extent_description' => 'New Zealand - South Island - Observation Point meridional circuit area.',
19909
        ],
19910
        'urn:ogc:def:coordinateOperation:EPSG::17927' => [
19911
            'name' => 'North Taieri Circuit',
19912
            'method' => 'urn:ogc:def:method:EPSG::9807',
19913
            'extent' => ['3798'],
19914
            'extent_description' => 'New Zealand - South Island - North Taieri meridional circuit area.',
19915
        ],
19916
        'urn:ogc:def:coordinateOperation:EPSG::17928' => [
19917
            'name' => 'Bluff Circuit',
19918
            'method' => 'urn:ogc:def:method:EPSG::9807',
19919
            'extent' => ['3800'],
19920
            'extent_description' => 'New Zealand - Stewart Island; South Island - Bluff meridional circuit area.',
19921
        ],
19922
        'urn:ogc:def:coordinateOperation:EPSG::17931' => [
19923
            'name' => 'Mount Eden 2000',
19924
            'method' => 'urn:ogc:def:method:EPSG::9807',
19925
            'extent' => ['3781'],
19926
            'extent_description' => 'New Zealand - North Island - Mount Eden meridional circuit area.',
19927
        ],
19928
        'urn:ogc:def:coordinateOperation:EPSG::17932' => [
19929
            'name' => 'Bay of Plenty 2000',
19930
            'method' => 'urn:ogc:def:method:EPSG::9807',
19931
            'extent' => ['3779'],
19932
            'extent_description' => 'New Zealand - North Island - Bay of Plenty meridional circuit area.',
19933
        ],
19934
        'urn:ogc:def:coordinateOperation:EPSG::17933' => [
19935
            'name' => 'Poverty Bay 2000',
19936
            'method' => 'urn:ogc:def:method:EPSG::9807',
19937
            'extent' => ['3780'],
19938
            'extent_description' => 'New Zealand - North Island - Poverty Bay meridional circuit area.',
19939
        ],
19940
        'urn:ogc:def:coordinateOperation:EPSG::17934' => [
19941
            'name' => 'Hawkes Bay 2000',
19942
            'method' => 'urn:ogc:def:method:EPSG::9807',
19943
            'extent' => ['3772'],
19944
            'extent_description' => 'New Zealand - North Island - Hawkes Bay meridional circuit and Napier vertical crs area.',
19945
        ],
19946
        'urn:ogc:def:coordinateOperation:EPSG::17935' => [
19947
            'name' => 'Taranaki 2000',
19948
            'method' => 'urn:ogc:def:method:EPSG::9807',
19949
            'extent' => ['3777'],
19950
            'extent_description' => 'New Zealand - North Island - Taranaki meridional circuit area.',
19951
        ],
19952
        'urn:ogc:def:coordinateOperation:EPSG::17936' => [
19953
            'name' => 'Tuhirangi 2000',
19954
            'method' => 'urn:ogc:def:method:EPSG::9807',
19955
            'extent' => ['3778'],
19956
            'extent_description' => 'New Zealand - North Island - Tuhirangi meridional circuit area.',
19957
        ],
19958
        'urn:ogc:def:coordinateOperation:EPSG::17937' => [
19959
            'name' => 'Wanganui 2000',
19960
            'method' => 'urn:ogc:def:method:EPSG::9807',
19961
            'extent' => ['3776'],
19962
            'extent_description' => 'New Zealand - North Island - Wanganui meridional circuit area.',
19963
        ],
19964
        'urn:ogc:def:coordinateOperation:EPSG::17938' => [
19965
            'name' => 'Wairarapa 2000',
19966
            'method' => 'urn:ogc:def:method:EPSG::9807',
19967
            'extent' => ['3775'],
19968
            'extent_description' => 'New Zealand - North Island - Wairarapa meridional circuit area.',
19969
        ],
19970
        'urn:ogc:def:coordinateOperation:EPSG::17939' => [
19971
            'name' => 'Wellington 2000',
19972
            'method' => 'urn:ogc:def:method:EPSG::9807',
19973
            'extent' => ['3774'],
19974
            'extent_description' => 'New Zealand - North Island - Wellington meridional circuit area.',
19975
        ],
19976
        'urn:ogc:def:coordinateOperation:EPSG::17940' => [
19977
            'name' => 'Collingwood 2000',
19978
            'method' => 'urn:ogc:def:method:EPSG::9807',
19979
            'extent' => ['3782'],
19980
            'extent_description' => 'New Zealand - South Island - Collingwood meridional circuit area.',
19981
        ],
19982
        'urn:ogc:def:coordinateOperation:EPSG::17941' => [
19983
            'name' => 'Nelson 2000',
19984
            'method' => 'urn:ogc:def:method:EPSG::9807',
19985
            'extent' => ['3784'],
19986
            'extent_description' => 'New Zealand - South Island - Nelson meridional circuit area.',
19987
        ],
19988
        'urn:ogc:def:coordinateOperation:EPSG::17942' => [
19989
            'name' => 'Karamea 2000',
19990
            'method' => 'urn:ogc:def:method:EPSG::9807',
19991
            'extent' => ['3783'],
19992
            'extent_description' => 'New Zealand - South Island - Karamea meridional circuit area.',
19993
        ],
19994
        'urn:ogc:def:coordinateOperation:EPSG::17943' => [
19995
            'name' => 'Buller 2000',
19996
            'method' => 'urn:ogc:def:method:EPSG::9807',
19997
            'extent' => ['3786'],
19998
            'extent_description' => 'New Zealand - South Island - Buller meridional circuit area.',
19999
        ],
20000
        'urn:ogc:def:coordinateOperation:EPSG::17944' => [
20001
            'name' => 'Grey 2000',
20002
            'method' => 'urn:ogc:def:method:EPSG::9807',
20003
            'extent' => ['3787'],
20004
            'extent_description' => 'New Zealand - South Island - Grey meridional circuit area.',
20005
        ],
20006
        'urn:ogc:def:coordinateOperation:EPSG::17945' => [
20007
            'name' => 'Amuri 2000',
20008
            'method' => 'urn:ogc:def:method:EPSG::9807',
20009
            'extent' => ['3788'],
20010
            'extent_description' => 'New Zealand - South Island - Amuri meridional circuit area.',
20011
        ],
20012
        'urn:ogc:def:coordinateOperation:EPSG::17946' => [
20013
            'name' => 'Marlborough 2000',
20014
            'method' => 'urn:ogc:def:method:EPSG::9807',
20015
            'extent' => ['3785'],
20016
            'extent_description' => 'New Zealand - South Island - Marlborough meridional circuit area.',
20017
        ],
20018
        'urn:ogc:def:coordinateOperation:EPSG::17947' => [
20019
            'name' => 'Hokitika 2000',
20020
            'method' => 'urn:ogc:def:method:EPSG::9807',
20021
            'extent' => ['3789'],
20022
            'extent_description' => 'New Zealand - South Island - Hokitika meridional circuit area.',
20023
        ],
20024
        'urn:ogc:def:coordinateOperation:EPSG::17948' => [
20025
            'name' => 'Okarito 2000',
20026
            'method' => 'urn:ogc:def:method:EPSG::9807',
20027
            'extent' => ['3791'],
20028
            'extent_description' => 'New Zealand - South Island - Okarito meridional circuit area.',
20029
        ],
20030
        'urn:ogc:def:coordinateOperation:EPSG::17949' => [
20031
            'name' => 'Jacksons Bay 2000',
20032
            'method' => 'urn:ogc:def:method:EPSG::9807',
20033
            'extent' => ['3794'],
20034
            'extent_description' => 'New Zealand - South Island - Jacksons Bay meridional circuit area.',
20035
        ],
20036
        'urn:ogc:def:coordinateOperation:EPSG::17950' => [
20037
            'name' => 'Mount Pleasant 2000',
20038
            'method' => 'urn:ogc:def:method:EPSG::9807',
20039
            'extent' => ['3790'],
20040
            'extent_description' => 'New Zealand - South Island - Mount Pleasant meridional circuit area.',
20041
        ],
20042
        'urn:ogc:def:coordinateOperation:EPSG::17951' => [
20043
            'name' => 'Gawler 2000',
20044
            'method' => 'urn:ogc:def:method:EPSG::9807',
20045
            'extent' => ['3792'],
20046
            'extent_description' => 'New Zealand - South Island - Gawler meridional circuit area.',
20047
        ],
20048
        'urn:ogc:def:coordinateOperation:EPSG::17952' => [
20049
            'name' => 'Timaru 2000',
20050
            'method' => 'urn:ogc:def:method:EPSG::9807',
20051
            'extent' => ['3793'],
20052
            'extent_description' => 'New Zealand - South Island - Timaru meridional circuit area.',
20053
        ],
20054
        'urn:ogc:def:coordinateOperation:EPSG::17953' => [
20055
            'name' => 'Lindis Peak 2000',
20056
            'method' => 'urn:ogc:def:method:EPSG::9807',
20057
            'extent' => ['3795'],
20058
            'extent_description' => 'New Zealand - South Island - Lindis Peak meridional circuit area.',
20059
        ],
20060
        'urn:ogc:def:coordinateOperation:EPSG::17954' => [
20061
            'name' => 'Mount Nicholas 2000',
20062
            'method' => 'urn:ogc:def:method:EPSG::9807',
20063
            'extent' => ['3797'],
20064
            'extent_description' => 'New Zealand - South Island - Mount Nicholas meridional circuit area.',
20065
        ],
20066
        'urn:ogc:def:coordinateOperation:EPSG::17955' => [
20067
            'name' => 'Mount York 2000',
20068
            'method' => 'urn:ogc:def:method:EPSG::9807',
20069
            'extent' => ['3799'],
20070
            'extent_description' => 'New Zealand - South Island - Mount York meridional circuit area.',
20071
        ],
20072
        'urn:ogc:def:coordinateOperation:EPSG::17956' => [
20073
            'name' => 'Observation Point 2000',
20074
            'method' => 'urn:ogc:def:method:EPSG::9807',
20075
            'extent' => ['3796'],
20076
            'extent_description' => 'New Zealand - South Island - Observation Point meridional circuit area.',
20077
        ],
20078
        'urn:ogc:def:coordinateOperation:EPSG::17957' => [
20079
            'name' => 'North Taieri 2000',
20080
            'method' => 'urn:ogc:def:method:EPSG::9807',
20081
            'extent' => ['3798'],
20082
            'extent_description' => 'New Zealand - South Island - North Taieri meridional circuit area.',
20083
        ],
20084
        'urn:ogc:def:coordinateOperation:EPSG::17958' => [
20085
            'name' => 'Bluff 2000',
20086
            'method' => 'urn:ogc:def:method:EPSG::9807',
20087
            'extent' => ['3800'],
20088
            'extent_description' => 'New Zealand - Stewart Island; South Island - Bluff meridional circuit area.',
20089
        ],
20090
        'urn:ogc:def:coordinateOperation:EPSG::17959' => [
20091
            'name' => 'Chatham Island Circuit 2000',
20092
            'method' => 'urn:ogc:def:method:EPSG::9807',
20093
            'extent' => ['2889'],
20094
            'extent_description' => 'New Zealand - Chatham Islands group - onshore.',
20095
        ],
20096
        'urn:ogc:def:coordinateOperation:EPSG::17960' => [
20097
            'name' => 'Auckland Islands Transverse Mercator 2000',
20098
            'method' => 'urn:ogc:def:method:EPSG::9807',
20099
            'extent' => ['3554'],
20100
            'extent_description' => 'New Zealand - Snares Island, Auckland Island - onshore.',
20101
        ],
20102
        'urn:ogc:def:coordinateOperation:EPSG::17961' => [
20103
            'name' => 'Campbell Island Transverse Mercator 2000',
20104
            'method' => 'urn:ogc:def:method:EPSG::9807',
20105
            'extent' => ['3555'],
20106
            'extent_description' => 'New Zealand - Campbell Island.',
20107
        ],
20108
        'urn:ogc:def:coordinateOperation:EPSG::17962' => [
20109
            'name' => 'Antipodes Islands Transverse Mercator 2000',
20110
            'method' => 'urn:ogc:def:method:EPSG::9807',
20111
            'extent' => ['3556'],
20112
            'extent_description' => 'New Zealand - Antipodes Island, Bounty Islands.',
20113
        ],
20114
        'urn:ogc:def:coordinateOperation:EPSG::17963' => [
20115
            'name' => 'Raoul Island Transverse Mercator 2000',
20116
            'method' => 'urn:ogc:def:method:EPSG::9807',
20117
            'extent' => ['3557'],
20118
            'extent_description' => 'New Zealand - Raoul Island, Kermadec Islands.',
20119
        ],
20120
        'urn:ogc:def:coordinateOperation:EPSG::17964' => [
20121
            'name' => 'New Zealand Continental Shelf Lambert Conformal 2000',
20122
            'method' => 'urn:ogc:def:method:EPSG::9802',
20123
            'extent' => ['3593'],
20124
            'extent_description' => 'New Zealand - offshore.',
20125
        ],
20126
        'urn:ogc:def:coordinateOperation:EPSG::17965' => [
20127
            'name' => 'Chatham Islands Transverse Mercator 2000',
20128
            'method' => 'urn:ogc:def:method:EPSG::9807',
20129
            'extent' => ['2889'],
20130
            'extent_description' => 'New Zealand - Chatham Islands group - onshore.',
20131
        ],
20132
        'urn:ogc:def:coordinateOperation:EPSG::17966' => [
20133
            'name' => 'Darwin Glacier Lambert Conformal 2000',
20134
            'method' => 'urn:ogc:def:method:EPSG::9802',
20135
            'extent' => ['3592'],
20136
            'extent_description' => 'Antarctica - Darwin Glacier region.',
20137
        ],
20138
        'urn:ogc:def:coordinateOperation:EPSG::18001' => [
20139
            'name' => 'Austria Gauss-Kruger West Zone',
20140
            'method' => 'urn:ogc:def:method:EPSG::9807',
20141
            'extent' => ['1706'],
20142
            'extent_description' => 'Austria west of 11°50\'E of Greenwich (29°30\'E of Ferro).',
20143
        ],
20144
        'urn:ogc:def:coordinateOperation:EPSG::18002' => [
20145
            'name' => 'Austria Gauss-Kruger Central Zone',
20146
            'method' => 'urn:ogc:def:method:EPSG::9807',
20147
            'extent' => ['1707'],
20148
            'extent_description' => 'Austria between 11°50\'E and 14°50\'E of Greenwich (29°30\'E and 32°30\'E of Ferro).',
20149
        ],
20150
        'urn:ogc:def:coordinateOperation:EPSG::18003' => [
20151
            'name' => 'Austria Gauss-Kruger East Zone',
20152
            'method' => 'urn:ogc:def:method:EPSG::9807',
20153
            'extent' => ['1708'],
20154
            'extent_description' => 'Austria east of 14°50\'E of Greenwich (32°30\'E of Ferro).',
20155
        ],
20156
        'urn:ogc:def:coordinateOperation:EPSG::18004' => [
20157
            'name' => 'Austria Gauss-Kruger West',
20158
            'method' => 'urn:ogc:def:method:EPSG::9807',
20159
            'extent' => ['1706'],
20160
            'extent_description' => 'Austria west of 11°50\'E of Greenwich (29°30\'E of Ferro).',
20161
        ],
20162
        'urn:ogc:def:coordinateOperation:EPSG::18005' => [
20163
            'name' => 'Austria Gauss-Kruger Central',
20164
            'method' => 'urn:ogc:def:method:EPSG::9807',
20165
            'extent' => ['1707'],
20166
            'extent_description' => 'Austria between 11°50\'E and 14°50\'E of Greenwich (29°30\'E and 32°30\'E of Ferro).',
20167
        ],
20168
        'urn:ogc:def:coordinateOperation:EPSG::18006' => [
20169
            'name' => 'Austria Gauss-Kruger East',
20170
            'method' => 'urn:ogc:def:method:EPSG::9807',
20171
            'extent' => ['1708'],
20172
            'extent_description' => 'Austria east of 14°50\'E of Greenwich (32°30\'E of Ferro).',
20173
        ],
20174
        'urn:ogc:def:coordinateOperation:EPSG::18007' => [
20175
            'name' => 'Austria Gauss-Kruger M28',
20176
            'method' => 'urn:ogc:def:method:EPSG::9807',
20177
            'extent' => ['1706'],
20178
            'extent_description' => 'Austria west of 11°50\'E of Greenwich (29°30\'E of Ferro).',
20179
        ],
20180
        'urn:ogc:def:coordinateOperation:EPSG::18008' => [
20181
            'name' => 'Austria Gauss-Kruger M31',
20182
            'method' => 'urn:ogc:def:method:EPSG::9807',
20183
            'extent' => ['1707'],
20184
            'extent_description' => 'Austria between 11°50\'E and 14°50\'E of Greenwich (29°30\'E and 32°30\'E of Ferro).',
20185
        ],
20186
        'urn:ogc:def:coordinateOperation:EPSG::18009' => [
20187
            'name' => 'Austria Gauss-Kruger M34',
20188
            'method' => 'urn:ogc:def:method:EPSG::9807',
20189
            'extent' => ['1708'],
20190
            'extent_description' => 'Austria east of 14°50\'E of Greenwich (32°30\'E of Ferro).',
20191
        ],
20192
        'urn:ogc:def:coordinateOperation:EPSG::18011' => [
20193
            'name' => 'Nord Algerie (ancienne)',
20194
            'method' => 'urn:ogc:def:method:EPSG::9801',
20195
            'extent' => ['1728'],
20196
            'extent_description' => 'Algeria - onshore north of 38.5 grads North (34°39\'N).',
20197
        ],
20198
        'urn:ogc:def:coordinateOperation:EPSG::18012' => [
20199
            'name' => 'Sud Algerie (ancienne)',
20200
            'method' => 'urn:ogc:def:method:EPSG::9801',
20201
            'extent' => ['1729'],
20202
            'extent_description' => 'Algeria - 35 grads to 38.5 grads North (31°30\'N to 34°39\'N).',
20203
        ],
20204
        'urn:ogc:def:coordinateOperation:EPSG::18021' => [
20205
            'name' => 'Nord Algerie',
20206
            'method' => 'urn:ogc:def:method:EPSG::9801',
20207
            'extent' => ['1728'],
20208
            'extent_description' => 'Algeria - onshore north of 38.5 grads North (34°39\'N).',
20209
        ],
20210
        'urn:ogc:def:coordinateOperation:EPSG::18022' => [
20211
            'name' => 'Sud Algerie',
20212
            'method' => 'urn:ogc:def:method:EPSG::9801',
20213
            'extent' => ['1729'],
20214
            'extent_description' => 'Algeria - 35 grads to 38.5 grads North (31°30\'N to 34°39\'N).',
20215
        ],
20216
        'urn:ogc:def:coordinateOperation:EPSG::18031' => [
20217
            'name' => 'Argentina zone 1',
20218
            'method' => 'urn:ogc:def:method:EPSG::9807',
20219
            'extent' => ['1608'],
20220
            'extent_description' => 'Argentina - west of 70°30\'W.',
20221
        ],
20222
        'urn:ogc:def:coordinateOperation:EPSG::18032' => [
20223
            'name' => 'Argentina zone 2',
20224
            'method' => 'urn:ogc:def:method:EPSG::9807',
20225
            'extent' => ['1609'],
20226
            'extent_description' => 'Argentina - between 70°30\'W and 67°30\'W, onshore.',
20227
        ],
20228
        'urn:ogc:def:coordinateOperation:EPSG::18033' => [
20229
            'name' => 'Argentina zone 3',
20230
            'method' => 'urn:ogc:def:method:EPSG::9807',
20231
            'extent' => ['1610'],
20232
            'extent_description' => 'Argentina - between 67°30\'W and 64°30\'W, onshore.',
20233
        ],
20234
        'urn:ogc:def:coordinateOperation:EPSG::18034' => [
20235
            'name' => 'Argentina zone 4',
20236
            'method' => 'urn:ogc:def:method:EPSG::9807',
20237
            'extent' => ['1611'],
20238
            'extent_description' => 'Argentina - between 64°30\'W and 61°30\'W, onshore.',
20239
        ],
20240
        'urn:ogc:def:coordinateOperation:EPSG::18035' => [
20241
            'name' => 'Argentina zone 5',
20242
            'method' => 'urn:ogc:def:method:EPSG::9807',
20243
            'extent' => ['1612'],
20244
            'extent_description' => 'Argentina - between 61°30\'W and 58°30\'W onshore.',
20245
        ],
20246
        'urn:ogc:def:coordinateOperation:EPSG::18036' => [
20247
            'name' => 'Argentina zone 6',
20248
            'method' => 'urn:ogc:def:method:EPSG::9807',
20249
            'extent' => ['1613'],
20250
            'extent_description' => 'Argentina - between 58°30\'W and 55°30\'W, onshore.',
20251
        ],
20252
        'urn:ogc:def:coordinateOperation:EPSG::18037' => [
20253
            'name' => 'Argentina zone 7',
20254
            'method' => 'urn:ogc:def:method:EPSG::9807',
20255
            'extent' => ['1614'],
20256
            'extent_description' => 'Argentina - east of 55°30\'W, onshore.',
20257
        ],
20258
        'urn:ogc:def:coordinateOperation:EPSG::18041' => [
20259
            'name' => 'Austria West Zone',
20260
            'method' => 'urn:ogc:def:method:EPSG::9807',
20261
            'extent' => ['1706'],
20262
            'extent_description' => 'Austria west of 11°50\'E of Greenwich (29°30\'E of Ferro).',
20263
        ],
20264
        'urn:ogc:def:coordinateOperation:EPSG::18042' => [
20265
            'name' => 'Austria Central Zone',
20266
            'method' => 'urn:ogc:def:method:EPSG::9807',
20267
            'extent' => ['1707'],
20268
            'extent_description' => 'Austria between 11°50\'E and 14°50\'E of Greenwich (29°30\'E and 32°30\'E of Ferro).',
20269
        ],
20270
        'urn:ogc:def:coordinateOperation:EPSG::18043' => [
20271
            'name' => 'Austria East Zone',
20272
            'method' => 'urn:ogc:def:method:EPSG::9807',
20273
            'extent' => ['1708'],
20274
            'extent_description' => 'Austria east of 14°50\'E of Greenwich (32°30\'E of Ferro).',
20275
        ],
20276
        'urn:ogc:def:coordinateOperation:EPSG::18044' => [
20277
            'name' => 'Austria M28',
20278
            'method' => 'urn:ogc:def:method:EPSG::9807',
20279
            'extent' => ['1706'],
20280
            'extent_description' => 'Austria west of 11°50\'E of Greenwich (29°30\'E of Ferro).',
20281
        ],
20282
        'urn:ogc:def:coordinateOperation:EPSG::18045' => [
20283
            'name' => 'Austria M31',
20284
            'method' => 'urn:ogc:def:method:EPSG::9807',
20285
            'extent' => ['1707'],
20286
            'extent_description' => 'Austria between 11°50\'E and 14°50\'E of Greenwich (29°30\'E and 32°30\'E of Ferro).',
20287
        ],
20288
        'urn:ogc:def:coordinateOperation:EPSG::18046' => [
20289
            'name' => 'Austria M34',
20290
            'method' => 'urn:ogc:def:method:EPSG::9807',
20291
            'extent' => ['1708'],
20292
            'extent_description' => 'Austria east of 14°50\'E of Greenwich (32°30\'E of Ferro).',
20293
        ],
20294
        'urn:ogc:def:coordinateOperation:EPSG::18047' => [
20295
            'name' => 'Austria zone M28',
20296
            'method' => 'urn:ogc:def:method:EPSG::9807',
20297
            'extent' => ['1706'],
20298
            'extent_description' => 'Austria west of 11°50\'E of Greenwich (29°30\'E of Ferro).',
20299
        ],
20300
        'urn:ogc:def:coordinateOperation:EPSG::18048' => [
20301
            'name' => 'Austria zone M31',
20302
            'method' => 'urn:ogc:def:method:EPSG::9807',
20303
            'extent' => ['1707'],
20304
            'extent_description' => 'Austria between 11°50\'E and 14°50\'E of Greenwich (29°30\'E and 32°30\'E of Ferro).',
20305
        ],
20306
        'urn:ogc:def:coordinateOperation:EPSG::18049' => [
20307
            'name' => 'Austria zone M34',
20308
            'method' => 'urn:ogc:def:method:EPSG::9807',
20309
            'extent' => ['1708'],
20310
            'extent_description' => 'Austria east of 14°50\'E of Greenwich (32°30\'E of Ferro).',
20311
        ],
20312
        'urn:ogc:def:coordinateOperation:EPSG::18051' => [
20313
            'name' => 'Colombia West zone',
20314
            'method' => 'urn:ogc:def:method:EPSG::9807',
20315
            'extent' => ['1598'],
20316
            'extent_description' => 'Colombia - mainland onshore west of 1°30\'W of Bogota (approximately 75°35\'W of Greenwich).',
20317
        ],
20318
        'urn:ogc:def:coordinateOperation:EPSG::18052' => [
20319
            'name' => 'Colombia Bogota zone',
20320
            'method' => 'urn:ogc:def:method:EPSG::9807',
20321
            'extent' => ['1599'],
20322
            'extent_description' => 'Colombia - onshore between 1°30\'W and 1°30\'E of Bogota (approximately 75°35\'W and 72°35\'W of Greenwich).',
20323
        ],
20324
        'urn:ogc:def:coordinateOperation:EPSG::18053' => [
20325
            'name' => 'Colombia East Central zone',
20326
            'method' => 'urn:ogc:def:method:EPSG::9807',
20327
            'extent' => ['1600'],
20328
            'extent_description' => 'Colombia - onshore between 1°30\'E and 4°30\'E of Bogota (approximately 72°35\'W and 69°35\'W of Greenwich).',
20329
        ],
20330
        'urn:ogc:def:coordinateOperation:EPSG::18054' => [
20331
            'name' => 'Colombia East zone',
20332
            'method' => 'urn:ogc:def:method:EPSG::9807',
20333
            'extent' => ['1601'],
20334
            'extent_description' => 'Colombia - east of 4°30\'E of Bogota (approximately 69°35\'W of Greenwich).',
20335
        ],
20336
        'urn:ogc:def:coordinateOperation:EPSG::18055' => [
20337
            'name' => 'Colombia MAGNA Far West zone',
20338
            'method' => 'urn:ogc:def:method:EPSG::9807',
20339
            'extent' => ['3091'],
20340
            'extent_description' => 'Colombia - mainland onshore west of 4°30\'W of Bogota (approximately 78°35\'W of Greenwich).',
20341
        ],
20342
        'urn:ogc:def:coordinateOperation:EPSG::18056' => [
20343
            'name' => 'Colombia MAGNA West zone',
20344
            'method' => 'urn:ogc:def:method:EPSG::9807',
20345
            'extent' => ['3090'],
20346
            'extent_description' => 'Colombia - onshore between 4°30\'W and 1°30\'W of Bogota (approximately 78°35\'W and 75°35\'W of Greenwich).',
20347
        ],
20348
        'urn:ogc:def:coordinateOperation:EPSG::18057' => [
20349
            'name' => 'Colombia MAGNA Bogota zone',
20350
            'method' => 'urn:ogc:def:method:EPSG::9807',
20351
            'extent' => ['1599', '3229'],
20352
            'extent_description' => 'Colombia - onshore between 1°30\'W and 1°30\'E of Bogota (approximately 75°35\'W and 72°35\'W of Greenwich), Colombia - mainland onshore.',
20353
        ],
20354
        'urn:ogc:def:coordinateOperation:EPSG::18058' => [
20355
            'name' => 'Colombia MAGNA East Central zone',
20356
            'method' => 'urn:ogc:def:method:EPSG::9807',
20357
            'extent' => ['1600'],
20358
            'extent_description' => 'Colombia - onshore between 1°30\'E and 4°30\'E of Bogota (approximately 72°35\'W and 69°35\'W of Greenwich).',
20359
        ],
20360
        'urn:ogc:def:coordinateOperation:EPSG::18059' => [
20361
            'name' => 'Colombia MAGNA East zone',
20362
            'method' => 'urn:ogc:def:method:EPSG::9807',
20363
            'extent' => ['1601'],
20364
            'extent_description' => 'Colombia - east of 4°30\'E of Bogota (approximately 69°35\'W of Greenwich).',
20365
        ],
20366
        'urn:ogc:def:coordinateOperation:EPSG::18063' => [
20367
            'name' => 'Cuba Norte',
20368
            'method' => 'urn:ogc:def:method:EPSG::9802',
20369
            'extent' => ['1487'],
20370
            'extent_description' => 'Cuba - onshore north of 21°30\'N but also including all of Isla de la Juventud.',
20371
        ],
20372
        'urn:ogc:def:coordinateOperation:EPSG::18064' => [
20373
            'name' => 'Cuba Sur',
20374
            'method' => 'urn:ogc:def:method:EPSG::9802',
20375
            'extent' => ['1488'],
20376
            'extent_description' => 'Cuba - onshore south of 21°30\'N and east of 80°W .',
20377
        ],
20378
        'urn:ogc:def:coordinateOperation:EPSG::18065' => [
20379
            'name' => 'Colombia MAGNA 2018 Far West zone',
20380
            'method' => 'urn:ogc:def:method:EPSG::9807',
20381
            'extent' => ['3091'],
20382
            'extent_description' => 'Colombia - mainland onshore west of 4°30\'W of Bogota (approximately 78°35\'W of Greenwich).',
20383
        ],
20384
        'urn:ogc:def:coordinateOperation:EPSG::18066' => [
20385
            'name' => 'Colombia MAGNA 2018 West zone',
20386
            'method' => 'urn:ogc:def:method:EPSG::9807',
20387
            'extent' => ['3090'],
20388
            'extent_description' => 'Colombia - onshore between 4°30\'W and 1°30\'W of Bogota (approximately 78°35\'W and 75°35\'W of Greenwich).',
20389
        ],
20390
        'urn:ogc:def:coordinateOperation:EPSG::18067' => [
20391
            'name' => 'Colombia MAGNA 2018 Bogota zone',
20392
            'method' => 'urn:ogc:def:method:EPSG::9807',
20393
            'extent' => ['1599'],
20394
            'extent_description' => 'Colombia - onshore between 1°30\'W and 1°30\'E of Bogota (approximately 75°35\'W and 72°35\'W of Greenwich).',
20395
        ],
20396
        'urn:ogc:def:coordinateOperation:EPSG::18068' => [
20397
            'name' => 'Colombia MAGNA 2018 East Central zone',
20398
            'method' => 'urn:ogc:def:method:EPSG::9807',
20399
            'extent' => ['1600'],
20400
            'extent_description' => 'Colombia - onshore between 1°30\'E and 4°30\'E of Bogota (approximately 72°35\'W and 69°35\'W of Greenwich).',
20401
        ],
20402
        'urn:ogc:def:coordinateOperation:EPSG::18069' => [
20403
            'name' => 'Colombia MAGNA 2018 East zone',
20404
            'method' => 'urn:ogc:def:method:EPSG::9807',
20405
            'extent' => ['1601'],
20406
            'extent_description' => 'Colombia - east of 4°30\'E of Bogota (approximately 69°35\'W of Greenwich).',
20407
        ],
20408
        'urn:ogc:def:coordinateOperation:EPSG::18071' => [
20409
            'name' => 'Egypt Blue Belt',
20410
            'method' => 'urn:ogc:def:method:EPSG::9807',
20411
            'extent' => ['1642'],
20412
            'extent_description' => 'Egypt - east of 33°E - onshore plus offshore Gulf of Suez.',
20413
        ],
20414
        'urn:ogc:def:coordinateOperation:EPSG::18072' => [
20415
            'name' => 'Egypt Red Belt',
20416
            'method' => 'urn:ogc:def:method:EPSG::9807',
20417
            'extent' => ['1643'],
20418
            'extent_description' => 'Egypt - onshore between 29°E and 33°E, offshore Mediterranean east of 29°E and offshore Gulf of Suez.',
20419
        ],
20420
        'urn:ogc:def:coordinateOperation:EPSG::18073' => [
20421
            'name' => 'Egypt Purple Belt',
20422
            'method' => 'urn:ogc:def:method:EPSG::9807',
20423
            'extent' => ['1644'],
20424
            'extent_description' => 'Egypt - onshore west of 29°E and north of approximately 28°11\'N.',
20425
        ],
20426
        'urn:ogc:def:coordinateOperation:EPSG::18074' => [
20427
            'name' => 'Egypt Extended Purple Belt',
20428
            'method' => 'urn:ogc:def:method:EPSG::9807',
20429
            'extent' => ['1645'],
20430
            'extent_description' => 'Egypt - west of 29°E; south of approximately 28°11\'N.',
20431
        ],
20432
        'urn:ogc:def:coordinateOperation:EPSG::18081' => [
20433
            'name' => 'Lambert zone I',
20434
            'method' => 'urn:ogc:def:method:EPSG::9801',
20435
            'extent' => ['1731'],
20436
            'extent_description' => 'France mainland onshore north of 53.5 grads North (48°09\'N).',
20437
        ],
20438
        'urn:ogc:def:coordinateOperation:EPSG::18082' => [
20439
            'name' => 'Lambert zone II',
20440
            'method' => 'urn:ogc:def:method:EPSG::9801',
20441
            'extent' => ['1734'],
20442
            'extent_description' => 'France mainland onshore between 50.5 grads and 53.5 grads North (45°27\'N to 48°09\'N). Also used over all onshore mainland France.',
20443
        ],
20444
        'urn:ogc:def:coordinateOperation:EPSG::18083' => [
20445
            'name' => 'Lambert zone III',
20446
            'method' => 'urn:ogc:def:method:EPSG::9801',
20447
            'extent' => ['1733'],
20448
            'extent_description' => 'France - mainland onshore south of 50.5 grads North (45°27\'N).',
20449
        ],
20450
        'urn:ogc:def:coordinateOperation:EPSG::18084' => [
20451
            'name' => 'Lambert zone IV',
20452
            'method' => 'urn:ogc:def:method:EPSG::9801',
20453
            'extent' => ['1327'],
20454
            'extent_description' => 'France - Corsica onshore.',
20455
        ],
20456
        'urn:ogc:def:coordinateOperation:EPSG::18085' => [
20457
            'name' => 'Lambert-93',
20458
            'method' => 'urn:ogc:def:method:EPSG::9802',
20459
            'extent' => ['1096'],
20460
            'extent_description' => 'France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica).',
20461
        ],
20462
        'urn:ogc:def:coordinateOperation:EPSG::18091' => [
20463
            'name' => 'Lambert Nord France',
20464
            'method' => 'urn:ogc:def:method:EPSG::9801',
20465
            'extent' => ['1731'],
20466
            'extent_description' => 'France mainland onshore north of 53.5 grads North (48°09\'N).',
20467
        ],
20468
        'urn:ogc:def:coordinateOperation:EPSG::18092' => [
20469
            'name' => 'Lambert Centre France',
20470
            'method' => 'urn:ogc:def:method:EPSG::9801',
20471
            'extent' => ['1734'],
20472
            'extent_description' => 'France mainland onshore between 50.5 grads and 53.5 grads North (45°27\'N to 48°09\'N). Also used over all onshore mainland France.',
20473
        ],
20474
        'urn:ogc:def:coordinateOperation:EPSG::18093' => [
20475
            'name' => 'Lambert Sud France',
20476
            'method' => 'urn:ogc:def:method:EPSG::9801',
20477
            'extent' => ['1733'],
20478
            'extent_description' => 'France - mainland onshore south of 50.5 grads North (45°27\'N).',
20479
        ],
20480
        'urn:ogc:def:coordinateOperation:EPSG::18094' => [
20481
            'name' => 'Lambert Corse',
20482
            'method' => 'urn:ogc:def:method:EPSG::9801',
20483
            'extent' => ['1327'],
20484
            'extent_description' => 'France - Corsica onshore.',
20485
        ],
20486
        'urn:ogc:def:coordinateOperation:EPSG::18101' => [
20487
            'name' => 'France Conic Conformal zone 1',
20488
            'method' => 'urn:ogc:def:method:EPSG::9802',
20489
            'extent' => ['3545'],
20490
            'extent_description' => 'France onshore - mainland south of 43°N and Corsica.',
20491
        ],
20492
        'urn:ogc:def:coordinateOperation:EPSG::18102' => [
20493
            'name' => 'France Conic Conformal zone 2',
20494
            'method' => 'urn:ogc:def:method:EPSG::9802',
20495
            'extent' => ['3546'],
20496
            'extent_description' => 'France - mainland onshore south of 44°N.',
20497
        ],
20498
        'urn:ogc:def:coordinateOperation:EPSG::18103' => [
20499
            'name' => 'France Conic Conformal zone 3',
20500
            'method' => 'urn:ogc:def:method:EPSG::9802',
20501
            'extent' => ['3547'],
20502
            'extent_description' => 'France - mainland onshore between 43°N and 45°N.',
20503
        ],
20504
        'urn:ogc:def:coordinateOperation:EPSG::18104' => [
20505
            'name' => 'France Conic Conformal zone 4',
20506
            'method' => 'urn:ogc:def:method:EPSG::9802',
20507
            'extent' => ['3548'],
20508
            'extent_description' => 'France - mainland onshore between 44°N and 46°N.',
20509
        ],
20510
        'urn:ogc:def:coordinateOperation:EPSG::18105' => [
20511
            'name' => 'France Conic Conformal zone 5',
20512
            'method' => 'urn:ogc:def:method:EPSG::9802',
20513
            'extent' => ['3549'],
20514
            'extent_description' => 'France - mainland onshore between 45°N and 47°N.',
20515
        ],
20516
        'urn:ogc:def:coordinateOperation:EPSG::18106' => [
20517
            'name' => 'France Conic Conformal zone 6',
20518
            'method' => 'urn:ogc:def:method:EPSG::9802',
20519
            'extent' => ['3550'],
20520
            'extent_description' => 'France - mainland onshore between 46°N and 48°N.',
20521
        ],
20522
        'urn:ogc:def:coordinateOperation:EPSG::18107' => [
20523
            'name' => 'France Conic Conformal zone 7',
20524
            'method' => 'urn:ogc:def:method:EPSG::9802',
20525
            'extent' => ['3551'],
20526
            'extent_description' => 'France - mainland onshore between 47°N and 49°N.',
20527
        ],
20528
        'urn:ogc:def:coordinateOperation:EPSG::18108' => [
20529
            'name' => 'France Conic Conformal zone 8',
20530
            'method' => 'urn:ogc:def:method:EPSG::9802',
20531
            'extent' => ['3552'],
20532
            'extent_description' => 'France - mainland onshore between 48°N and 50°N.',
20533
        ],
20534
        'urn:ogc:def:coordinateOperation:EPSG::18109' => [
20535
            'name' => 'France Conic Conformal zone 9',
20536
            'method' => 'urn:ogc:def:method:EPSG::9802',
20537
            'extent' => ['3553'],
20538
            'extent_description' => 'France - mainland onshore north of 49°N.',
20539
        ],
20540
        'urn:ogc:def:coordinateOperation:EPSG::18110' => [
20541
            'name' => 'India zone 0',
20542
            'method' => 'urn:ogc:def:method:EPSG::9801',
20543
            'extent' => ['1668'],
20544
            'extent_description' => 'Pakistan - north of 35°35\'N.',
20545
        ],
20546
        'urn:ogc:def:coordinateOperation:EPSG::18111' => [
20547
            'name' => 'India zone I',
20548
            'method' => 'urn:ogc:def:method:EPSG::9801',
20549
            'extent' => ['1669'],
20550
            'extent_description' => 'India - north of 28°N; Pakistan - between 28°N and 35°35\'N.',
20551
        ],
20552
        'urn:ogc:def:coordinateOperation:EPSG::18112' => [
20553
            'name' => 'India zone IIa',
20554
            'method' => 'urn:ogc:def:method:EPSG::9801',
20555
            'extent' => ['1670'],
20556
            'extent_description' => 'India - onshore between 21°N and 28°N and west of 82°E; Pakistan - onshore south of 28°N.',
20557
        ],
20558
        'urn:ogc:def:coordinateOperation:EPSG::18113' => [
20559
            'name' => 'India zone IIb',
20560
            'method' => 'urn:ogc:def:method:EPSG::9801',
20561
            'extent' => ['1671'],
20562
            'extent_description' => 'Bangladesh - onshore north of 21°N; India - onshore north of 21°N and east of 82°E; Myanmar (Burma) - north of 21°N.',
20563
        ],
20564
        'urn:ogc:def:coordinateOperation:EPSG::18114' => [
20565
            'name' => 'India zone IIIa',
20566
            'method' => 'urn:ogc:def:method:EPSG::9801',
20567
            'extent' => ['1672'],
20568
            'extent_description' => 'India - onshore between 15°N and 21°N.',
20569
        ],
20570
        'urn:ogc:def:coordinateOperation:EPSG::18116' => [
20571
            'name' => 'India zone IVa',
20572
            'method' => 'urn:ogc:def:method:EPSG::9801',
20573
            'extent' => ['1673'],
20574
            'extent_description' => 'India - mainland onshore south of 15°N.',
20575
        ],
20576
        'urn:ogc:def:coordinateOperation:EPSG::18121' => [
20577
            'name' => 'Italy zone 1',
20578
            'method' => 'urn:ogc:def:method:EPSG::9807',
20579
            'extent' => ['1718'],
20580
            'extent_description' => 'Italy - onshore and offshore - west of 12°E.',
20581
        ],
20582
        'urn:ogc:def:coordinateOperation:EPSG::18122' => [
20583
            'name' => 'Italy zone 2',
20584
            'method' => 'urn:ogc:def:method:EPSG::9807',
20585
            'extent' => ['1719'],
20586
            'extent_description' => 'Italy - onshore and offshore - east of 12°E including San Marino and Vatican City State.',
20587
        ],
20588
        'urn:ogc:def:coordinateOperation:EPSG::18131' => [
20589
            'name' => 'Nord Maroc',
20590
            'method' => 'urn:ogc:def:method:EPSG::9801',
20591
            'extent' => ['1703'],
20592
            'extent_description' => 'Morocco onshore north of 35 grads North (31°30\'N).',
20593
        ],
20594
        'urn:ogc:def:coordinateOperation:EPSG::18132' => [
20595
            'name' => 'Sud Maroc',
20596
            'method' => 'urn:ogc:def:method:EPSG::9801',
20597
            'extent' => ['2787'],
20598
            'extent_description' => 'Morocco onshore south of 35 grads North (31°30\'N).',
20599
        ],
20600
        'urn:ogc:def:coordinateOperation:EPSG::18134' => [
20601
            'name' => 'Sahara Nord',
20602
            'method' => 'urn:ogc:def:method:EPSG::9801',
20603
            'extent' => ['2788'],
20604
            'extent_description' => 'Western Sahara - onshore north of 27grads North (24°18\'N).',
20605
        ],
20606
        'urn:ogc:def:coordinateOperation:EPSG::18135' => [
20607
            'name' => 'Sahara Sud',
20608
            'method' => 'urn:ogc:def:method:EPSG::9801',
20609
            'extent' => ['2789'],
20610
            'extent_description' => 'Western Sahara - onshore south of 27grads North (24°18\'N).',
20611
        ],
20612
        'urn:ogc:def:coordinateOperation:EPSG::18141' => [
20613
            'name' => 'New Zealand North Island National Grid',
20614
            'method' => 'urn:ogc:def:method:EPSG::9807',
20615
            'extent' => ['1500'],
20616
            'extent_description' => 'New Zealand - North Island.',
20617
        ],
20618
        'urn:ogc:def:coordinateOperation:EPSG::18142' => [
20619
            'name' => 'New Zealand South Island National Grid',
20620
            'method' => 'urn:ogc:def:method:EPSG::9807',
20621
            'extent' => ['3344'],
20622
            'extent_description' => 'New Zealand - South Island, Stewart Island.',
20623
        ],
20624
        'urn:ogc:def:coordinateOperation:EPSG::18151' => [
20625
            'name' => 'Nigeria West Belt',
20626
            'method' => 'urn:ogc:def:method:EPSG::9807',
20627
            'extent' => ['1715'],
20628
            'extent_description' => 'Nigeria - onshore west of 6°30\'E, onshore and offshore shelf.',
20629
        ],
20630
        'urn:ogc:def:coordinateOperation:EPSG::18152' => [
20631
            'name' => 'Nigeria Mid Belt',
20632
            'method' => 'urn:ogc:def:method:EPSG::9807',
20633
            'extent' => ['1714'],
20634
            'extent_description' => 'Nigeria between 6°30\'E and 10°30\'E, onshore and offshore shelf.',
20635
        ],
20636
        'urn:ogc:def:coordinateOperation:EPSG::18153' => [
20637
            'name' => 'Nigeria East Belt',
20638
            'method' => 'urn:ogc:def:method:EPSG::9807',
20639
            'extent' => ['1713'],
20640
            'extent_description' => 'Nigeria east of 10°30\'E.',
20641
        ],
20642
        'urn:ogc:def:coordinateOperation:EPSG::18161' => [
20643
            'name' => 'Peru west zone',
20644
            'method' => 'urn:ogc:def:method:EPSG::9807',
20645
            'extent' => ['1753'],
20646
            'extent_description' => 'Peru - west of 79°W.',
20647
        ],
20648
        'urn:ogc:def:coordinateOperation:EPSG::18162' => [
20649
            'name' => 'Peru central zone',
20650
            'method' => 'urn:ogc:def:method:EPSG::9807',
20651
            'extent' => ['1752'],
20652
            'extent_description' => 'Peru - between 79°W and 73°W, onshore.',
20653
        ],
20654
        'urn:ogc:def:coordinateOperation:EPSG::18163' => [
20655
            'name' => 'Peru east zone',
20656
            'method' => 'urn:ogc:def:method:EPSG::9807',
20657
            'extent' => ['1751'],
20658
            'extent_description' => 'Peru - east of 73°W, onshore.',
20659
        ],
20660
        'urn:ogc:def:coordinateOperation:EPSG::18171' => [
20661
            'name' => 'Philippines zone I',
20662
            'method' => 'urn:ogc:def:method:EPSG::9807',
20663
            'extent' => ['1698'],
20664
            'extent_description' => 'Philippines - west of 118°E onshore and offshore.',
20665
        ],
20666
        'urn:ogc:def:coordinateOperation:EPSG::18172' => [
20667
            'name' => 'Philippines zone II',
20668
            'method' => 'urn:ogc:def:method:EPSG::9807',
20669
            'extent' => ['1699'],
20670
            'extent_description' => 'Philippines - approximately between 118°E and 120°E - Palawan; Calamian Islands - onshore and offshore.',
20671
        ],
20672
        'urn:ogc:def:coordinateOperation:EPSG::18173' => [
20673
            'name' => 'Philippines zone III',
20674
            'method' => 'urn:ogc:def:method:EPSG::9807',
20675
            'extent' => ['1700'],
20676
            'extent_description' => 'Philippines - approximately between 120°E and 122°E, onshore and offshore. Luzon (west of 122°E); Mindoro.',
20677
        ],
20678
        'urn:ogc:def:coordinateOperation:EPSG::18174' => [
20679
            'name' => 'Philippines zone IV',
20680
            'method' => 'urn:ogc:def:method:EPSG::9807',
20681
            'extent' => ['1701'],
20682
            'extent_description' => 'Philippines - approximately between 122°E and 124°E onshore and offshore - southeast Luzon (east of 122°E); Tablas; Masbate; Panay; Cebu; Negros; west Mindanao (west of 122°E).',
20683
        ],
20684
        'urn:ogc:def:coordinateOperation:EPSG::18175' => [
20685
            'name' => 'Philippines zone V',
20686
            'method' => 'urn:ogc:def:method:EPSG::9807',
20687
            'extent' => ['1702'],
20688
            'extent_description' => 'Philippines - approximately between 124°E and 126°E, onshore and offshore - east Mindanao (east of 124°E); Bohol; Samar.',
20689
        ],
20690
        'urn:ogc:def:coordinateOperation:EPSG::18180' => [
20691
            'name' => 'Finland zone 0',
20692
            'method' => 'urn:ogc:def:method:EPSG::9807',
20693
            'extent' => ['3092'],
20694
            'extent_description' => 'Finland - onshore west of 19°30\'E.',
20695
        ],
20696
        'urn:ogc:def:coordinateOperation:EPSG::18181' => [
20697
            'name' => 'Nord Tunisie',
20698
            'method' => 'urn:ogc:def:method:EPSG::9801',
20699
            'extent' => ['1619'],
20700
            'extent_description' => 'Tunisia - onshore north of 38.5 grads North (34°39\'N).',
20701
        ],
20702
        'urn:ogc:def:coordinateOperation:EPSG::18182' => [
20703
            'name' => 'Sud Tunisie',
20704
            'method' => 'urn:ogc:def:method:EPSG::9801',
20705
            'extent' => ['1620'],
20706
            'extent_description' => 'Tunisia - onshore south of 38.5 grads North (34°39\'N) .',
20707
        ],
20708
        'urn:ogc:def:coordinateOperation:EPSG::18183' => [
20709
            'name' => 'Finland ETRS-GK19',
20710
            'method' => 'urn:ogc:def:method:EPSG::9807',
20711
            'extent' => ['3092'],
20712
            'extent_description' => 'Finland - onshore west of 19°30\'E.',
20713
        ],
20714
        'urn:ogc:def:coordinateOperation:EPSG::18184' => [
20715
            'name' => 'Finland ETRS-GK20',
20716
            'method' => 'urn:ogc:def:method:EPSG::9807',
20717
            'extent' => ['3093'],
20718
            'extent_description' => 'Finland - onshore between 19°30\'E and 20°30\'E.',
20719
        ],
20720
        'urn:ogc:def:coordinateOperation:EPSG::18185' => [
20721
            'name' => 'Finland ETRS-GK21',
20722
            'method' => 'urn:ogc:def:method:EPSG::9807',
20723
            'extent' => ['3094'],
20724
            'extent_description' => 'Finland - onshore between 20°30\'E and 21°30\'E.',
20725
        ],
20726
        'urn:ogc:def:coordinateOperation:EPSG::18186' => [
20727
            'name' => 'Finland ETRS-GK22',
20728
            'method' => 'urn:ogc:def:method:EPSG::9807',
20729
            'extent' => ['3095'],
20730
            'extent_description' => 'Finland - onshore between 21°30\'E and 22°30\'E.',
20731
        ],
20732
        'urn:ogc:def:coordinateOperation:EPSG::18187' => [
20733
            'name' => 'Finland ETRS-GK23',
20734
            'method' => 'urn:ogc:def:method:EPSG::9807',
20735
            'extent' => ['3096'],
20736
            'extent_description' => 'Finland - onshore between 22°30\'E and 23°30\'E.',
20737
        ],
20738
        'urn:ogc:def:coordinateOperation:EPSG::18188' => [
20739
            'name' => 'Finland ETRS-GK24',
20740
            'method' => 'urn:ogc:def:method:EPSG::9807',
20741
            'extent' => ['3097'],
20742
            'extent_description' => 'Finland - onshore between 23°30\'E and 24°30\'E.',
20743
        ],
20744
        'urn:ogc:def:coordinateOperation:EPSG::18189' => [
20745
            'name' => 'Finland ETRS-GK25',
20746
            'method' => 'urn:ogc:def:method:EPSG::9807',
20747
            'extent' => ['3098'],
20748
            'extent_description' => 'Finland - onshore between 24°30\'E and 25°30\'E.',
20749
        ],
20750
        'urn:ogc:def:coordinateOperation:EPSG::18190' => [
20751
            'name' => 'Finland ETRS-GK26',
20752
            'method' => 'urn:ogc:def:method:EPSG::9807',
20753
            'extent' => ['3099'],
20754
            'extent_description' => 'Finland - onshore between 25°30\'E and 26°30\'E.',
20755
        ],
20756
        'urn:ogc:def:coordinateOperation:EPSG::18191' => [
20757
            'name' => 'Finland zone 1',
20758
            'method' => 'urn:ogc:def:method:EPSG::9807',
20759
            'extent' => ['1536'],
20760
            'extent_description' => 'Finland - onshore between 19°30\'E and 22°30\'E.',
20761
        ],
20762
        'urn:ogc:def:coordinateOperation:EPSG::18192' => [
20763
            'name' => 'Finland zone 2',
20764
            'method' => 'urn:ogc:def:method:EPSG::9807',
20765
            'extent' => ['1537'],
20766
            'extent_description' => 'Finland - onshore between 22°30\'E and 25°30\'E.',
20767
        ],
20768
        'urn:ogc:def:coordinateOperation:EPSG::18193' => [
20769
            'name' => 'Finland Uniform Coordinate System',
20770
            'method' => 'urn:ogc:def:method:EPSG::9807',
20771
            'extent' => ['1538', '3333'],
20772
            'extent_description' => 'Finland - onshore between 25°30\'E and 28°30\'E, Finland - onshore.',
20773
        ],
20774
        'urn:ogc:def:coordinateOperation:EPSG::18194' => [
20775
            'name' => 'Finland zone 4',
20776
            'method' => 'urn:ogc:def:method:EPSG::9807',
20777
            'extent' => ['1539'],
20778
            'extent_description' => 'Finland - between 28°30\'E and 31°30\'E.',
20779
        ],
20780
        'urn:ogc:def:coordinateOperation:EPSG::18195' => [
20781
            'name' => 'Finland ETRS-GK27',
20782
            'method' => 'urn:ogc:def:method:EPSG::9807',
20783
            'extent' => ['3100'],
20784
            'extent_description' => 'Finland - onshore between 26°30\'E and 27°30\'E.',
20785
        ],
20786
        'urn:ogc:def:coordinateOperation:EPSG::18196' => [
20787
            'name' => 'Finland ETRS-GK28',
20788
            'method' => 'urn:ogc:def:method:EPSG::9807',
20789
            'extent' => ['3101'],
20790
            'extent_description' => 'Finland - onshore between 27°30\'E and 28°30\'E.',
20791
        ],
20792
        'urn:ogc:def:coordinateOperation:EPSG::18197' => [
20793
            'name' => 'Finland ETRS-GK29',
20794
            'method' => 'urn:ogc:def:method:EPSG::9807',
20795
            'extent' => ['3102'],
20796
            'extent_description' => 'Finland - between 28°30\'E and 29°30\'E.',
20797
        ],
20798
        'urn:ogc:def:coordinateOperation:EPSG::18198' => [
20799
            'name' => 'Finland ETRS-GK30',
20800
            'method' => 'urn:ogc:def:method:EPSG::9807',
20801
            'extent' => ['3103'],
20802
            'extent_description' => 'Finland - between 29°30\'E and 30°30\'E.',
20803
        ],
20804
        'urn:ogc:def:coordinateOperation:EPSG::18199' => [
20805
            'name' => 'Finland ETRS-GK31',
20806
            'method' => 'urn:ogc:def:method:EPSG::9807',
20807
            'extent' => ['3104'],
20808
            'extent_description' => 'Finland - east of 30°30\'E.',
20809
        ],
20810
        'urn:ogc:def:coordinateOperation:EPSG::18201' => [
20811
            'name' => 'Palestine Grid',
20812
            'method' => 'urn:ogc:def:method:EPSG::9806',
20813
            'extent' => ['1356'],
20814
            'extent_description' => 'Israel - onshore; Jordan; Palestine Territory - onshore.',
20815
        ],
20816
        'urn:ogc:def:coordinateOperation:EPSG::18202' => [
20817
            'name' => 'Palestine Belt',
20818
            'method' => 'urn:ogc:def:method:EPSG::9807',
20819
            'extent' => ['1356'],
20820
            'extent_description' => 'Israel - onshore; Jordan; Palestine Territory - onshore.',
20821
        ],
20822
        'urn:ogc:def:coordinateOperation:EPSG::18203' => [
20823
            'name' => 'Israeli CS',
20824
            'method' => 'urn:ogc:def:method:EPSG::9806',
20825
            'extent' => ['2603'],
20826
            'extent_description' => 'Israel - onshore; Palestine Territory - onshore.',
20827
        ],
20828
        'urn:ogc:def:coordinateOperation:EPSG::18204' => [
20829
            'name' => 'Israeli TM',
20830
            'method' => 'urn:ogc:def:method:EPSG::9807',
20831
            'extent' => ['2603'],
20832
            'extent_description' => 'Israel - onshore; Palestine Territory - onshore.',
20833
        ],
20834
        'urn:ogc:def:coordinateOperation:EPSG::18205' => [
20835
            'name' => 'Finland zone 5',
20836
            'method' => 'urn:ogc:def:method:EPSG::9807',
20837
            'extent' => ['3385'],
20838
            'extent_description' => 'Finland - east of 31°30\'E.',
20839
        ],
20840
        'urn:ogc:def:coordinateOperation:EPSG::18211' => [
20841
            'name' => 'Guatemala Norte',
20842
            'method' => 'urn:ogc:def:method:EPSG::9801',
20843
            'extent' => ['2120'],
20844
            'extent_description' => 'Guatemala - north of 15°51\'30"N.',
20845
        ],
20846
        'urn:ogc:def:coordinateOperation:EPSG::18212' => [
20847
            'name' => 'Guatemala Sur',
20848
            'method' => 'urn:ogc:def:method:EPSG::9801',
20849
            'extent' => ['2121'],
20850
            'extent_description' => 'Guatemala - south of 15°51\'30"N.',
20851
        ],
20852
        'urn:ogc:def:coordinateOperation:EPSG::18221' => [
20853
            'name' => 'NGO zone I',
20854
            'method' => 'urn:ogc:def:method:EPSG::9807',
20855
            'extent' => ['1741'],
20856
            'extent_description' => 'Norway - west of 3°30\'W of Oslo (7°13\'22.5"E of Greenwich).',
20857
        ],
20858
        'urn:ogc:def:coordinateOperation:EPSG::18222' => [
20859
            'name' => 'NGO zone II',
20860
            'method' => 'urn:ogc:def:method:EPSG::9807',
20861
            'extent' => ['1742'],
20862
            'extent_description' => 'Norway - between 3°30\'W and 1°10\' W of Oslo (7°13\'22.5"E and 9°33\'22.5"E of Greenwich).',
20863
        ],
20864
        'urn:ogc:def:coordinateOperation:EPSG::18223' => [
20865
            'name' => 'NGO zone III',
20866
            'method' => 'urn:ogc:def:method:EPSG::9807',
20867
            'extent' => ['1743'],
20868
            'extent_description' => 'Norway - between 1°10\'W and 1°15\'E of Oslo (9°33\'22.5"E and 11°58\'22.5"E of Greenwich).',
20869
        ],
20870
        'urn:ogc:def:coordinateOperation:EPSG::18224' => [
20871
            'name' => 'NGO zone IV',
20872
            'method' => 'urn:ogc:def:method:EPSG::9807',
20873
            'extent' => ['1744'],
20874
            'extent_description' => 'Norway - between 1°15\'E and 4°20\'E of Oslo (11°58\'22.5"E and 15°03\'22.5"E of Greenwich).',
20875
        ],
20876
        'urn:ogc:def:coordinateOperation:EPSG::18225' => [
20877
            'name' => 'NGO zone V',
20878
            'method' => 'urn:ogc:def:method:EPSG::9807',
20879
            'extent' => ['1745'],
20880
            'extent_description' => 'Norway - between 4°20\'E and 8°10\'E of Oslo (15°03\'22.5"E and 18°53\'22.5"E of Greenwich).',
20881
        ],
20882
        'urn:ogc:def:coordinateOperation:EPSG::18226' => [
20883
            'name' => 'NGO zone VI',
20884
            'method' => 'urn:ogc:def:method:EPSG::9807',
20885
            'extent' => ['1746'],
20886
            'extent_description' => 'Norway - between 8°10\'E and 12°10\'E of Oslo (18°53\'22.5"E and 22°53\'22.5"E of Greenwich).',
20887
        ],
20888
        'urn:ogc:def:coordinateOperation:EPSG::18227' => [
20889
            'name' => 'NGO zone VII',
20890
            'method' => 'urn:ogc:def:method:EPSG::9807',
20891
            'extent' => ['1747'],
20892
            'extent_description' => 'Norway - between 12°10\'E and 16°15\'E of Oslo (22°53\'22.5"E and 26°58\'22.5"E of Greenwich).',
20893
        ],
20894
        'urn:ogc:def:coordinateOperation:EPSG::18228' => [
20895
            'name' => 'NGO zone VIII',
20896
            'method' => 'urn:ogc:def:method:EPSG::9807',
20897
            'extent' => ['1748'],
20898
            'extent_description' => 'Norway - east of 16°15\'E of Oslo (26°58\'22.5"E of Greenwich).',
20899
        ],
20900
        'urn:ogc:def:coordinateOperation:EPSG::18231' => [
20901
            'name' => 'India zone I (1975 metres)',
20902
            'method' => 'urn:ogc:def:method:EPSG::9801',
20903
            'extent' => ['1676'],
20904
            'extent_description' => 'India - north of 28°N.',
20905
        ],
20906
        'urn:ogc:def:coordinateOperation:EPSG::18232' => [
20907
            'name' => 'India zone IIa (1975 metres)',
20908
            'method' => 'urn:ogc:def:method:EPSG::9801',
20909
            'extent' => ['1677'],
20910
            'extent_description' => 'India - onshore between 21°N and 28°N and west of 82°E.',
20911
        ],
20912
        'urn:ogc:def:coordinateOperation:EPSG::18233' => [
20913
            'name' => 'India zone IIIa (1975 metres)',
20914
            'method' => 'urn:ogc:def:method:EPSG::9801',
20915
            'extent' => ['1672'],
20916
            'extent_description' => 'India - onshore between 15°N and 21°N.',
20917
        ],
20918
        'urn:ogc:def:coordinateOperation:EPSG::18234' => [
20919
            'name' => 'India zone IVa (1975 metres)',
20920
            'method' => 'urn:ogc:def:method:EPSG::9801',
20921
            'extent' => ['1673'],
20922
            'extent_description' => 'India - mainland onshore south of 15°N.',
20923
        ],
20924
        'urn:ogc:def:coordinateOperation:EPSG::18235' => [
20925
            'name' => 'India zone IIb (1975 metres)',
20926
            'method' => 'urn:ogc:def:method:EPSG::9801',
20927
            'extent' => ['1678'],
20928
            'extent_description' => 'India - onshore north of 21°N and east of 82°E.',
20929
        ],
20930
        'urn:ogc:def:coordinateOperation:EPSG::18236' => [
20931
            'name' => 'India zone I (1962 metres)',
20932
            'method' => 'urn:ogc:def:method:EPSG::9801',
20933
            'extent' => ['1685'],
20934
            'extent_description' => 'Pakistan - between 28°N and 35°35\'N.',
20935
        ],
20936
        'urn:ogc:def:coordinateOperation:EPSG::18237' => [
20937
            'name' => 'India zone IIa (1962 metres)',
20938
            'method' => 'urn:ogc:def:method:EPSG::9801',
20939
            'extent' => ['1686'],
20940
            'extent_description' => 'Pakistan - onshore south of 28°N.',
20941
        ],
20942
        'urn:ogc:def:coordinateOperation:EPSG::18238' => [
20943
            'name' => 'India zone IIb (1937 metres)',
20944
            'method' => 'urn:ogc:def:method:EPSG::9801',
20945
            'extent' => ['3217'],
20946
            'extent_description' => 'Bangladesh - onshore.',
20947
        ],
20948
        'urn:ogc:def:coordinateOperation:EPSG::18240' => [
20949
            'name' => 'Libya zone 5',
20950
            'method' => 'urn:ogc:def:method:EPSG::9807',
20951
            'extent' => ['1470'],
20952
            'extent_description' => 'Libya - west of 10°E.',
20953
        ],
20954
        'urn:ogc:def:coordinateOperation:EPSG::18241' => [
20955
            'name' => 'Libya zone 6',
20956
            'method' => 'urn:ogc:def:method:EPSG::9807',
20957
            'extent' => ['1471'],
20958
            'extent_description' => 'Libya - onshore between 10°E and 12°E.',
20959
        ],
20960
        'urn:ogc:def:coordinateOperation:EPSG::18242' => [
20961
            'name' => 'Libya zone 7',
20962
            'method' => 'urn:ogc:def:method:EPSG::9807',
20963
            'extent' => ['1472'],
20964
            'extent_description' => 'Libya - onshore between 12°E and 14°E.',
20965
        ],
20966
        'urn:ogc:def:coordinateOperation:EPSG::18243' => [
20967
            'name' => 'Libya zone 8',
20968
            'method' => 'urn:ogc:def:method:EPSG::9807',
20969
            'extent' => ['1473'],
20970
            'extent_description' => 'Libya - onshore between 14°E and 16°E.',
20971
        ],
20972
        'urn:ogc:def:coordinateOperation:EPSG::18244' => [
20973
            'name' => 'Libya zone 9',
20974
            'method' => 'urn:ogc:def:method:EPSG::9807',
20975
            'extent' => ['1474'],
20976
            'extent_description' => 'Libya - onshore between 16°E and 18°E.',
20977
        ],
20978
        'urn:ogc:def:coordinateOperation:EPSG::18245' => [
20979
            'name' => 'Libya zone 10',
20980
            'method' => 'urn:ogc:def:method:EPSG::9807',
20981
            'extent' => ['1475'],
20982
            'extent_description' => 'Libya - onshore between 18°E and 20°E.',
20983
        ],
20984
        'urn:ogc:def:coordinateOperation:EPSG::18246' => [
20985
            'name' => 'Libya zone 11',
20986
            'method' => 'urn:ogc:def:method:EPSG::9807',
20987
            'extent' => ['1476'],
20988
            'extent_description' => 'Libya - onshore between 20°E and 22°E.',
20989
        ],
20990
        'urn:ogc:def:coordinateOperation:EPSG::18247' => [
20991
            'name' => 'Libya zone 12',
20992
            'method' => 'urn:ogc:def:method:EPSG::9807',
20993
            'extent' => ['1477'],
20994
            'extent_description' => 'Libya - onshore between 22°E and 24°E.',
20995
        ],
20996
        'urn:ogc:def:coordinateOperation:EPSG::18248' => [
20997
            'name' => 'Libya zone 13',
20998
            'method' => 'urn:ogc:def:method:EPSG::9807',
20999
            'extent' => ['1478'],
21000
            'extent_description' => 'Libya - onshore east of 24°E.',
21001
        ],
21002
        'urn:ogc:def:coordinateOperation:EPSG::18251' => [
21003
            'name' => 'Korea East Belt',
21004
            'method' => 'urn:ogc:def:method:EPSG::9807',
21005
            'extent' => ['3726'],
21006
            'extent_description' => 'Democratic People\'s Republic of Korea (North Korea) and Republic of Korea (South Korea) - onshore between 128°E and 130°E.',
21007
        ],
21008
        'urn:ogc:def:coordinateOperation:EPSG::18252' => [
21009
            'name' => 'Korea Central Belt',
21010
            'method' => 'urn:ogc:def:method:EPSG::9807',
21011
            'extent' => ['3716'],
21012
            'extent_description' => 'Democratic People\'s Republic of Korea (North Korea) and Republic of Korea (South Korea) - onshore between 126°E and 128°E.',
21013
        ],
21014
        'urn:ogc:def:coordinateOperation:EPSG::18253' => [
21015
            'name' => 'Korea West Belt',
21016
            'method' => 'urn:ogc:def:method:EPSG::9807',
21017
            'extent' => ['3713'],
21018
            'extent_description' => 'Democratic People\'s Republic of Korea (North Korea) and Republic of Korea (South Korea) - onshore west of 126°E.',
21019
        ],
21020
        'urn:ogc:def:coordinateOperation:EPSG::18260' => [
21021
            'name' => 'Maracaibo Grid (M1)',
21022
            'method' => 'urn:ogc:def:method:EPSG::9801',
21023
            'extent' => ['1319'],
21024
            'extent_description' => 'Venezuela - Maracaibo area, onshore and offshore in lake.',
21025
        ],
21026
        'urn:ogc:def:coordinateOperation:EPSG::18261' => [
21027
            'name' => 'Maracaibo Grid',
21028
            'method' => 'urn:ogc:def:method:EPSG::9801',
21029
            'extent' => ['1319'],
21030
            'extent_description' => 'Venezuela - Maracaibo area, onshore and offshore in lake.',
21031
        ],
21032
        'urn:ogc:def:coordinateOperation:EPSG::18262' => [
21033
            'name' => 'Maracaibo Grid (M3)',
21034
            'method' => 'urn:ogc:def:method:EPSG::9801',
21035
            'extent' => ['1319'],
21036
            'extent_description' => 'Venezuela - Maracaibo area, onshore and offshore in lake.',
21037
        ],
21038
        'urn:ogc:def:coordinateOperation:EPSG::18263' => [
21039
            'name' => 'Maracaibo La Rosa Grid',
21040
            'method' => 'urn:ogc:def:method:EPSG::9801',
21041
            'extent' => ['1319'],
21042
            'extent_description' => 'Venezuela - Maracaibo area, onshore and offshore in lake.',
21043
        ],
21044
        'urn:ogc:def:coordinateOperation:EPSG::18275' => [
21045
            'name' => 'Balkans zone 5',
21046
            'method' => 'urn:ogc:def:method:EPSG::9807',
21047
            'extent' => ['1709'],
21048
            'extent_description' => 'Bosnia and Herzegovina - west of 16°30\'E; Croatia - onshore west of 16°30\'E; Slovenia - onshore.',
21049
        ],
21050
        'urn:ogc:def:coordinateOperation:EPSG::18276' => [
21051
            'name' => 'Balkans zone 6',
21052
            'method' => 'urn:ogc:def:method:EPSG::9807',
21053
            'extent' => ['1710'],
21054
            'extent_description' => 'Bosnia and Herzegovina - between 16°30\'E and 19°30\'E; Croatia - onshore east of 16°30\'E; Montenegro - onshore west of 19°30\'E; Serbia - west of 19°30\'E.',
21055
        ],
21056
        'urn:ogc:def:coordinateOperation:EPSG::18277' => [
21057
            'name' => 'Balkans zone 7',
21058
            'method' => 'urn:ogc:def:method:EPSG::9807',
21059
            'extent' => ['1148', '1711'],
21060
            'extent_description' => 'North Macedonia, Bosnia and Herzegovina - east of 19°30\'E; Kosovo; Montenegro - east of 19°30\'E; Serbia - between 19°30\'E and 22°30\'E.',
21061
        ],
21062
        'urn:ogc:def:coordinateOperation:EPSG::18278' => [
21063
            'name' => 'Balkans zone 8',
21064
            'method' => 'urn:ogc:def:method:EPSG::9807',
21065
            'extent' => ['1712'],
21066
            'extent_description' => 'North Macedonia - east of 22°30\'E; Serbia - east of 22°30\'E.',
21067
        ],
21068
        'urn:ogc:def:coordinateOperation:EPSG::18280' => [
21069
            'name' => 'Poland zone I',
21070
            'method' => 'urn:ogc:def:method:EPSG::9809',
21071
            'extent' => ['1515'],
21072
            'extent_description' => 'Poland - southeast - south of 52°20\'N and east of 18°E.',
21073
        ],
21074
        'urn:ogc:def:coordinateOperation:EPSG::18282' => [
21075
            'name' => 'Poland zone II',
21076
            'method' => 'urn:ogc:def:method:EPSG::9809',
21077
            'extent' => ['1516'],
21078
            'extent_description' => 'Poland - northeast - onshore north of 51°20\'N and east of 19°E.',
21079
        ],
21080
        'urn:ogc:def:coordinateOperation:EPSG::18283' => [
21081
            'name' => 'Poland zone III',
21082
            'method' => 'urn:ogc:def:method:EPSG::9809',
21083
            'extent' => ['1517'],
21084
            'extent_description' => 'Poland - northwest - onshore north of 52°10\'N and west of 20°E.',
21085
        ],
21086
        'urn:ogc:def:coordinateOperation:EPSG::18284' => [
21087
            'name' => 'Poland zone IV',
21088
            'method' => 'urn:ogc:def:method:EPSG::9809',
21089
            'extent' => ['1518'],
21090
            'extent_description' => 'Poland - southwest - south of 53°20\'N and west of 19°05\'E.',
21091
        ],
21092
        'urn:ogc:def:coordinateOperation:EPSG::18285' => [
21093
            'name' => 'Poland zone V',
21094
            'method' => 'urn:ogc:def:method:EPSG::9807',
21095
            'extent' => ['1519'],
21096
            'extent_description' => 'Poland - south central - between 49°20\'N and 51°20\'N, 18°20\'E and 19°40\'E.',
21097
        ],
21098
        'urn:ogc:def:coordinateOperation:EPSG::18286' => [
21099
            'name' => 'GUGiK-80',
21100
            'method' => 'urn:ogc:def:method:EPSG::9809',
21101
            'extent' => ['1192'],
21102
            'extent_description' => 'Poland - onshore and offshore.',
21103
        ],
21104
        'urn:ogc:def:coordinateOperation:EPSG::18300' => [
21105
            'name' => 'Poland CS92',
21106
            'method' => 'urn:ogc:def:method:EPSG::9807',
21107
            'extent' => ['1192'],
21108
            'extent_description' => 'Poland - onshore and offshore.',
21109
        ],
21110
        'urn:ogc:def:coordinateOperation:EPSG::18305' => [
21111
            'name' => 'Poland CS2000 zone 5',
21112
            'method' => 'urn:ogc:def:method:EPSG::9807',
21113
            'extent' => ['1520'],
21114
            'extent_description' => 'Poland - onshore and offshore west of 16°30\'E.',
21115
        ],
21116
        'urn:ogc:def:coordinateOperation:EPSG::18306' => [
21117
            'name' => 'Poland CS2000 zone 6',
21118
            'method' => 'urn:ogc:def:method:EPSG::9807',
21119
            'extent' => ['1521'],
21120
            'extent_description' => 'Poland - onshore and offshore between 16°30\'E and 19°30\'E.',
21121
        ],
21122
        'urn:ogc:def:coordinateOperation:EPSG::18307' => [
21123
            'name' => 'Poland CS2000 zone 7',
21124
            'method' => 'urn:ogc:def:method:EPSG::9807',
21125
            'extent' => ['1522'],
21126
            'extent_description' => 'Poland - onshore and offshore between 19°30\'E and 22°30\'E.',
21127
        ],
21128
        'urn:ogc:def:coordinateOperation:EPSG::18308' => [
21129
            'name' => 'Poland CS2000 zone 8',
21130
            'method' => 'urn:ogc:def:method:EPSG::9807',
21131
            'extent' => ['1523'],
21132
            'extent_description' => 'Poland - east of 22°30\'E.',
21133
        ],
21134
        'urn:ogc:def:coordinateOperation:EPSG::18310' => [
21135
            'name' => 'Libya TM zone 5',
21136
            'method' => 'urn:ogc:def:method:EPSG::9807',
21137
            'extent' => ['1470'],
21138
            'extent_description' => 'Libya - west of 10°E.',
21139
        ],
21140
        'urn:ogc:def:coordinateOperation:EPSG::18311' => [
21141
            'name' => 'Libya TM zone 6',
21142
            'method' => 'urn:ogc:def:method:EPSG::9807',
21143
            'extent' => ['1471'],
21144
            'extent_description' => 'Libya - onshore between 10°E and 12°E.',
21145
        ],
21146
        'urn:ogc:def:coordinateOperation:EPSG::18312' => [
21147
            'name' => 'Libya TM zone 7',
21148
            'method' => 'urn:ogc:def:method:EPSG::9807',
21149
            'extent' => ['1472'],
21150
            'extent_description' => 'Libya - onshore between 12°E and 14°E.',
21151
        ],
21152
        'urn:ogc:def:coordinateOperation:EPSG::18313' => [
21153
            'name' => 'Libya TM zone 8',
21154
            'method' => 'urn:ogc:def:method:EPSG::9807',
21155
            'extent' => ['1473'],
21156
            'extent_description' => 'Libya - onshore between 14°E and 16°E.',
21157
        ],
21158
        'urn:ogc:def:coordinateOperation:EPSG::18314' => [
21159
            'name' => 'Libya TM zone 9',
21160
            'method' => 'urn:ogc:def:method:EPSG::9807',
21161
            'extent' => ['1474'],
21162
            'extent_description' => 'Libya - onshore between 16°E and 18°E.',
21163
        ],
21164
        'urn:ogc:def:coordinateOperation:EPSG::18315' => [
21165
            'name' => 'Libya TM zone 10',
21166
            'method' => 'urn:ogc:def:method:EPSG::9807',
21167
            'extent' => ['1475'],
21168
            'extent_description' => 'Libya - onshore between 18°E and 20°E.',
21169
        ],
21170
        'urn:ogc:def:coordinateOperation:EPSG::18316' => [
21171
            'name' => 'Libya TM zone 11',
21172
            'method' => 'urn:ogc:def:method:EPSG::9807',
21173
            'extent' => ['1476'],
21174
            'extent_description' => 'Libya - onshore between 20°E and 22°E.',
21175
        ],
21176
        'urn:ogc:def:coordinateOperation:EPSG::18317' => [
21177
            'name' => 'Libya TM zone 12',
21178
            'method' => 'urn:ogc:def:method:EPSG::9807',
21179
            'extent' => ['1477'],
21180
            'extent_description' => 'Libya - onshore between 22°E and 24°E.',
21181
        ],
21182
        'urn:ogc:def:coordinateOperation:EPSG::18318' => [
21183
            'name' => 'Libya TM zone 13',
21184
            'method' => 'urn:ogc:def:method:EPSG::9807',
21185
            'extent' => ['1478'],
21186
            'extent_description' => 'Libya - onshore east of 24°E.',
21187
        ],
21188
        'urn:ogc:def:coordinateOperation:EPSG::18319' => [
21189
            'name' => 'Libya TM',
21190
            'method' => 'urn:ogc:def:method:EPSG::9807',
21191
            'extent' => ['1143'],
21192
            'extent_description' => 'Libya - onshore and offshore.',
21193
        ],
21194
        'urn:ogc:def:coordinateOperation:EPSG::18401' => [
21195
            'name' => 'Kp2000 Jylland og Fyn',
21196
            'method' => 'urn:ogc:def:method:EPSG::9807',
21197
            'extent' => ['2531'],
21198
            'extent_description' => 'Denmark - Jutland and Funen - onshore.',
21199
        ],
21200
        'urn:ogc:def:coordinateOperation:EPSG::18402' => [
21201
            'name' => 'Kp2000 Sjaelland',
21202
            'method' => 'urn:ogc:def:method:EPSG::9807',
21203
            'extent' => ['2532'],
21204
            'extent_description' => 'Denmark - Zealand and Lolland (onshore).',
21205
        ],
21206
        'urn:ogc:def:coordinateOperation:EPSG::18403' => [
21207
            'name' => 'Kp2000 Bornholm',
21208
            'method' => 'urn:ogc:def:method:EPSG::9807',
21209
            'extent' => ['2533'],
21210
            'extent_description' => 'Denmark - Bornholm onshore.',
21211
        ],
21212
        'urn:ogc:def:coordinateOperation:EPSG::18415' => [
21213
            'name' => 'French Equatorial Africa west zone',
21214
            'method' => 'urn:ogc:def:method:EPSG::9807',
21215
            'extent' => ['2552'],
21216
            'extent_description' => 'French Equatorial Africa onshore west of 14°E - Cameroon, Chad, Congo, Gabon, Niger - between 9°E and 14°E.',
21217
        ],
21218
        'urn:ogc:def:coordinateOperation:EPSG::18425' => [
21219
            'name' => 'Greenland zone 5 east',
21220
            'method' => 'urn:ogc:def:method:EPSG::9826',
21221
            'extent' => ['2560'],
21222
            'extent_description' => 'Greenland - east of 38°W and between 69°N and 72°N, onshore.',
21223
        ],
21224
        'urn:ogc:def:coordinateOperation:EPSG::18426' => [
21225
            'name' => 'Greenland zone 6 east',
21226
            'method' => 'urn:ogc:def:method:EPSG::9826',
21227
            'extent' => ['2561'],
21228
            'extent_description' => 'Greenland - east of 42°W and between 66°N and 69°N, onshore.',
21229
        ],
21230
        'urn:ogc:def:coordinateOperation:EPSG::18427' => [
21231
            'name' => 'Greenland zone 7 east',
21232
            'method' => 'urn:ogc:def:method:EPSG::9826',
21233
            'extent' => ['2562'],
21234
            'extent_description' => 'Greenland - east of 46°W and between 63°N and 66°N, onshore.',
21235
        ],
21236
        'urn:ogc:def:coordinateOperation:EPSG::18428' => [
21237
            'name' => 'Greenland zone 8 east',
21238
            'method' => 'urn:ogc:def:method:EPSG::9826',
21239
            'extent' => ['2569'],
21240
            'extent_description' => 'Greenland - onshore south of 63°N.',
21241
        ],
21242
        'urn:ogc:def:coordinateOperation:EPSG::18432' => [
21243
            'name' => 'Greenland zone 2 west',
21244
            'method' => 'urn:ogc:def:method:EPSG::9826',
21245
            'extent' => ['2563'],
21246
            'extent_description' => 'Greenland - west of 44°W and between 78°N and 81°N, onshore.',
21247
        ],
21248
        'urn:ogc:def:coordinateOperation:EPSG::18433' => [
21249
            'name' => 'Greenland zone 3 west',
21250
            'method' => 'urn:ogc:def:method:EPSG::9826',
21251
            'extent' => ['2564'],
21252
            'extent_description' => 'Greenland - west of 44°W and between 75°N and 78°N, onshore.',
21253
        ],
21254
        'urn:ogc:def:coordinateOperation:EPSG::18434' => [
21255
            'name' => 'Greenland zone 4 west',
21256
            'method' => 'urn:ogc:def:method:EPSG::9826',
21257
            'extent' => ['2565'],
21258
            'extent_description' => 'Greenland - west of 38°W and between 72°N and 75°N, onshore.',
21259
        ],
21260
        'urn:ogc:def:coordinateOperation:EPSG::18435' => [
21261
            'name' => 'Greenland zone 5 west',
21262
            'method' => 'urn:ogc:def:method:EPSG::9826',
21263
            'extent' => ['2566'],
21264
            'extent_description' => 'Greenland - west of 38°W and between 69°N and 72°N, onshore.',
21265
        ],
21266
        'urn:ogc:def:coordinateOperation:EPSG::18436' => [
21267
            'name' => 'Greenland zone 6 west',
21268
            'method' => 'urn:ogc:def:method:EPSG::9826',
21269
            'extent' => ['2567'],
21270
            'extent_description' => 'Greenland - west of 42°W and between 66°N and 69°N, onshore.',
21271
        ],
21272
        'urn:ogc:def:coordinateOperation:EPSG::18437' => [
21273
            'name' => 'Greenland zone 7 west',
21274
            'method' => 'urn:ogc:def:method:EPSG::9826',
21275
            'extent' => ['2568'],
21276
            'extent_description' => 'Greenland - west of 46°W and between 63°N and 66°N, onshore.',
21277
        ],
21278
        'urn:ogc:def:coordinateOperation:EPSG::18441' => [
21279
            'name' => 'CS63 zone A1',
21280
            'method' => 'urn:ogc:def:method:EPSG::9807',
21281
            'extent' => ['2772'],
21282
            'extent_description' => 'Armenia and Georgia onshore west of 43°02\'E.',
21283
        ],
21284
        'urn:ogc:def:coordinateOperation:EPSG::18442' => [
21285
            'name' => 'CS63 zone A2',
21286
            'method' => 'urn:ogc:def:method:EPSG::9807',
21287
            'extent' => ['2773'],
21288
            'extent_description' => 'Armenia and Georgia between 43°02\'E and 46°02\'E; Azerbaijan west of 46°02\'E.',
21289
        ],
21290
        'urn:ogc:def:coordinateOperation:EPSG::18443' => [
21291
            'name' => 'CS63 zone A3',
21292
            'method' => 'urn:ogc:def:method:EPSG::9807',
21293
            'extent' => ['2774'],
21294
            'extent_description' => 'Armenia and Georgia east of 46°02\'E; Azerbaijan between 46°02\' and 49°02\'E.',
21295
        ],
21296
        'urn:ogc:def:coordinateOperation:EPSG::18444' => [
21297
            'name' => 'CS63 zone A4',
21298
            'method' => 'urn:ogc:def:method:EPSG::9807',
21299
            'extent' => ['2775'],
21300
            'extent_description' => 'Azerbaijan east of 49°02\'E.',
21301
        ],
21302
        'urn:ogc:def:coordinateOperation:EPSG::18446' => [
21303
            'name' => 'CS63 zone K2',
21304
            'method' => 'urn:ogc:def:method:EPSG::9807',
21305
            'extent' => ['2776'],
21306
            'extent_description' => 'Kazakhstan between 49°16\'E and 52°16\'E.',
21307
        ],
21308
        'urn:ogc:def:coordinateOperation:EPSG::18447' => [
21309
            'name' => 'CS63 zone K3',
21310
            'method' => 'urn:ogc:def:method:EPSG::9807',
21311
            'extent' => ['2777'],
21312
            'extent_description' => 'Kazakhstan between 52°16\'E and 55°16\'E.',
21313
        ],
21314
        'urn:ogc:def:coordinateOperation:EPSG::18448' => [
21315
            'name' => 'CS63 zone K4',
21316
            'method' => 'urn:ogc:def:method:EPSG::9807',
21317
            'extent' => ['2778'],
21318
            'extent_description' => 'Kazakhstan between 55°16\'E and 58°16\'E.',
21319
        ],
21320
        'urn:ogc:def:coordinateOperation:EPSG::18450' => [
21321
            'name' => 'CS63 zone C0',
21322
            'method' => 'urn:ogc:def:method:EPSG::9807',
21323
            'extent' => ['3173'],
21324
            'extent_description' => 'Estonia, Latvia and Lithuania - onshore west of 23°27\'E. Russia - Kaliningrad onshore.',
21325
        ],
21326
        'urn:ogc:def:coordinateOperation:EPSG::18451' => [
21327
            'name' => 'CS63 zone C1',
21328
            'method' => 'urn:ogc:def:method:EPSG::9807',
21329
            'extent' => ['3174'],
21330
            'extent_description' => 'Estonia, Latvia and Lithuania - onshore between 23°27\'E and 26°27\'E.',
21331
        ],
21332
        'urn:ogc:def:coordinateOperation:EPSG::18452' => [
21333
            'name' => 'CS63 zone C2',
21334
            'method' => 'urn:ogc:def:method:EPSG::9807',
21335
            'extent' => ['3175'],
21336
            'extent_description' => 'Estonia, Latvia and Lithuania - onshore east of 26°27\'E.',
21337
        ],
21338
        'urn:ogc:def:coordinateOperation:EPSG::19838' => [
21339
            'name' => 'Rectified Skew Orthomorphic Sarawak LSD (metres)',
21340
            'method' => 'urn:ogc:def:method:EPSG::9812',
21341
            'extent' => ['4611'],
21342
            'extent_description' => 'Malaysia - East Malaysia - Sarawak onshore.',
21343
        ],
21344
        'urn:ogc:def:coordinateOperation:EPSG::19839' => [
21345
            'name' => 'Dubai Local Transverse Mercator',
21346
            'method' => 'urn:ogc:def:method:EPSG::9807',
21347
            'extent' => ['3531'],
21348
            'extent_description' => 'United Arab Emirates (UAE) - Dubai municipality.',
21349
        ],
21350
        'urn:ogc:def:coordinateOperation:EPSG::19840' => [
21351
            'name' => 'IBCAO Polar Stereographic',
21352
            'method' => 'urn:ogc:def:method:EPSG::9829',
21353
            'extent' => ['1996'],
21354
            'extent_description' => 'Northern hemisphere - north of 60°N onshore and offshore, including Arctic.',
21355
        ],
21356
        'urn:ogc:def:coordinateOperation:EPSG::19841' => [
21357
            'name' => 'Swiss Oblique Mercator 1903C (Greenwich)',
21358
            'method' => 'urn:ogc:def:method:EPSG::9815',
21359
            'extent' => ['1144'],
21360
            'extent_description' => 'Liechtenstein.',
21361
        ],
21362
        'urn:ogc:def:coordinateOperation:EPSG::19842' => [
21363
            'name' => 'Arctic Polar Stereographic',
21364
            'method' => 'urn:ogc:def:method:EPSG::9829',
21365
            'extent' => ['1996'],
21366
            'extent_description' => 'Northern hemisphere - north of 60°N onshore and offshore, including Arctic.',
21367
        ],
21368
        'urn:ogc:def:coordinateOperation:EPSG::19843' => [
21369
            'name' => 'Mercator 41',
21370
            'method' => 'urn:ogc:def:method:EPSG::9805',
21371
            'extent' => ['3508'],
21372
            'extent_description' => 'Southwestern Pacific Ocean and Southern Ocean areas surrounding New Zealand.',
21373
        ],
21374
        'urn:ogc:def:coordinateOperation:EPSG::19844' => [
21375
            'name' => 'Ministry of Transport of Quebec Lambert',
21376
            'method' => 'urn:ogc:def:method:EPSG::9802',
21377
            'extent' => ['1368'],
21378
            'extent_description' => 'Canada - Quebec.',
21379
        ],
21380
        'urn:ogc:def:coordinateOperation:EPSG::19845' => [
21381
            'name' => 'Slovene National Grid',
21382
            'method' => 'urn:ogc:def:method:EPSG::9807',
21383
            'extent' => ['1212'],
21384
            'extent_description' => 'Slovenia - onshore and offshore.',
21385
        ],
21386
        'urn:ogc:def:coordinateOperation:EPSG::19848' => [
21387
            'name' => 'Pitcairn TM 2006',
21388
            'method' => 'urn:ogc:def:method:EPSG::9807',
21389
            'extent' => ['3208'],
21390
            'extent_description' => 'Pitcairn - Pitcairn Island.',
21391
        ],
21392
        'urn:ogc:def:coordinateOperation:EPSG::19849' => [
21393
            'name' => 'Bermuda 2000 National Grid',
21394
            'method' => 'urn:ogc:def:method:EPSG::9807',
21395
            'extent' => ['1047'],
21396
            'extent_description' => 'Bermuda - onshore and offshore.',
21397
        ],
21398
        'urn:ogc:def:coordinateOperation:EPSG::19851' => [
21399
            'name' => 'Croatia Transverse Mercator',
21400
            'method' => 'urn:ogc:def:method:EPSG::9807',
21401
            'extent' => ['1076'],
21402
            'extent_description' => 'Croatia - onshore and offshore.',
21403
        ],
21404
        'urn:ogc:def:coordinateOperation:EPSG::19852' => [
21405
            'name' => 'Croatia Lambert Conformal Conic',
21406
            'method' => 'urn:ogc:def:method:EPSG::9802',
21407
            'extent' => ['1076'],
21408
            'extent_description' => 'Croatia - onshore and offshore.',
21409
        ],
21410
        'urn:ogc:def:coordinateOperation:EPSG::19853' => [
21411
            'name' => 'Portugual TM06',
21412
            'method' => 'urn:ogc:def:method:EPSG::9807',
21413
            'extent' => ['1294'],
21414
            'extent_description' => 'Portugal - mainland - onshore.',
21415
        ],
21416
        'urn:ogc:def:coordinateOperation:EPSG::19854' => [
21417
            'name' => 'South Georgia Lambert',
21418
            'method' => 'urn:ogc:def:method:EPSG::9802',
21419
            'extent' => ['3529'],
21420
            'extent_description' => 'South Georgia and the South Sandwich Islands - South Georgia onshore.',
21421
        ],
21422
        'urn:ogc:def:coordinateOperation:EPSG::19856' => [
21423
            'name' => 'TM Reunion',
21424
            'method' => 'urn:ogc:def:method:EPSG::9807',
21425
            'extent' => ['3337'],
21426
            'extent_description' => 'Reunion - onshore.',
21427
        ],
21428
        'urn:ogc:def:coordinateOperation:EPSG::19857' => [
21429
            'name' => 'Northwest Territories Lambert',
21430
            'method' => 'urn:ogc:def:method:EPSG::9802',
21431
            'extent' => ['3481'],
21432
            'extent_description' => 'Canada - Northwest Territories onshore.',
21433
        ],
21434
        'urn:ogc:def:coordinateOperation:EPSG::19858' => [
21435
            'name' => 'Yukon Albers',
21436
            'method' => 'urn:ogc:def:method:EPSG::9822',
21437
            'extent' => ['2417'],
21438
            'extent_description' => 'Canada - Yukon.',
21439
        ],
21440
        'urn:ogc:def:coordinateOperation:EPSG::19859' => [
21441
            'name' => 'Fiji Map Grid',
21442
            'method' => 'urn:ogc:def:method:EPSG::9807',
21443
            'extent' => ['1094'],
21444
            'extent_description' => 'Fiji - onshore. Includes Viti Levu, Vanua Levu, Taveuni, the Yasawa Group, the Kadavu Group, the Lau Islands and Rotuma Islands.',
21445
        ],
21446
        'urn:ogc:def:coordinateOperation:EPSG::19860' => [
21447
            'name' => 'Jamaica Metric Grid 2001',
21448
            'method' => 'urn:ogc:def:method:EPSG::9801',
21449
            'extent' => ['3342'],
21450
            'extent_description' => 'Jamaica - onshore.',
21451
        ],
21452
        'urn:ogc:def:coordinateOperation:EPSG::19861' => [
21453
            'name' => 'Laborde Grid',
21454
            'method' => 'urn:ogc:def:method:EPSG::9813',
21455
            'extent' => ['1149'],
21456
            'extent_description' => 'Madagascar - onshore and nearshore.',
21457
        ],
21458
        'urn:ogc:def:coordinateOperation:EPSG::19862' => [
21459
            'name' => 'Belgian Lambert 2005',
21460
            'method' => 'urn:ogc:def:method:EPSG::9802',
21461
            'extent' => ['1347'],
21462
            'extent_description' => 'Belgium - onshore.',
21463
        ],
21464
        'urn:ogc:def:coordinateOperation:EPSG::19863' => [
21465
            'name' => 'South China Sea Lambert',
21466
            'method' => 'urn:ogc:def:method:EPSG::9802',
21467
            'extent' => ['3470'],
21468
            'extent_description' => 'China - offshore South China Sea - Pearl River basin.',
21469
        ],
21470
        'urn:ogc:def:coordinateOperation:EPSG::19864' => [
21471
            'name' => 'Singapore Transverse Mercator',
21472
            'method' => 'urn:ogc:def:method:EPSG::9807',
21473
            'extent' => ['1210'],
21474
            'extent_description' => 'Singapore - onshore and offshore.',
21475
        ],
21476
        'urn:ogc:def:coordinateOperation:EPSG::19865' => [
21477
            'name' => 'US NSIDC Sea Ice polar stereographic north',
21478
            'method' => 'urn:ogc:def:method:EPSG::9829',
21479
            'extent' => ['1996'],
21480
            'extent_description' => 'Northern hemisphere - north of 60°N onshore and offshore, including Arctic.',
21481
        ],
21482
        'urn:ogc:def:coordinateOperation:EPSG::19866' => [
21483
            'name' => 'US NSIDC Sea Ice polar stereographic south',
21484
            'method' => 'urn:ogc:def:method:EPSG::9829',
21485
            'extent' => ['1997'],
21486
            'extent_description' => 'Southern hemisphere - south of 60°S onshore and offshore - Antarctica.',
21487
        ],
21488
        'urn:ogc:def:coordinateOperation:EPSG::19870' => [
21489
            'name' => 'Faroe Lambert',
21490
            'method' => 'urn:ogc:def:method:EPSG::9826',
21491
            'extent' => ['3248'],
21492
            'extent_description' => 'Faroe Islands - onshore.',
21493
        ],
21494
        'urn:ogc:def:coordinateOperation:EPSG::19871' => [
21495
            'name' => 'Rectified Skew Orthomorphic Malaya Grid (chains)',
21496
            'method' => 'urn:ogc:def:method:EPSG::9812',
21497
            'extent' => ['1690'],
21498
            'extent_description' => 'Malaysia - West Malaysia onshore.',
21499
        ],
21500
        'urn:ogc:def:coordinateOperation:EPSG::19872' => [
21501
            'name' => 'Rectified Skew Orthomorphic Malaya Grid (metres)',
21502
            'method' => 'urn:ogc:def:method:EPSG::9812',
21503
            'extent' => ['1690'],
21504
            'extent_description' => 'Malaysia - West Malaysia onshore.',
21505
        ],
21506
        'urn:ogc:def:coordinateOperation:EPSG::19873' => [
21507
            'name' => 'Noumea Lambert',
21508
            'method' => 'urn:ogc:def:method:EPSG::9802',
21509
            'extent' => ['2823'],
21510
            'extent_description' => 'New Caledonia - Grande Terre - Noumea district.',
21511
        ],
21512
        'urn:ogc:def:coordinateOperation:EPSG::19874' => [
21513
            'name' => 'Noumea Lambert 2',
21514
            'method' => 'urn:ogc:def:method:EPSG::9802',
21515
            'extent' => ['2823'],
21516
            'extent_description' => 'New Caledonia - Grande Terre - Noumea district.',
21517
        ],
21518
        'urn:ogc:def:coordinateOperation:EPSG::19875' => [
21519
            'name' => 'Ontario MNR Lambert',
21520
            'method' => 'urn:ogc:def:method:EPSG::9802',
21521
            'extent' => ['1367'],
21522
            'extent_description' => 'Canada - Ontario.',
21523
        ],
21524
        'urn:ogc:def:coordinateOperation:EPSG::19876' => [
21525
            'name' => 'ST74',
21526
            'method' => 'urn:ogc:def:method:EPSG::9807',
21527
            'extent' => ['3408'],
21528
            'extent_description' => 'Sweden - Stockholm commune.',
21529
        ],
21530
        'urn:ogc:def:coordinateOperation:EPSG::19877' => [
21531
            'name' => 'Faroe Lambert fk89',
21532
            'method' => 'urn:ogc:def:method:EPSG::9826',
21533
            'extent' => ['3248'],
21534
            'extent_description' => 'Faroe Islands - onshore.',
21535
        ],
21536
        'urn:ogc:def:coordinateOperation:EPSG::19878' => [
21537
            'name' => 'Vanua Levu Grid',
21538
            'method' => 'urn:ogc:def:method:EPSG::9833',
21539
            'extent' => ['3401'],
21540
            'extent_description' => 'Fiji - Vanua Levu and Taveuni.',
21541
        ],
21542
        'urn:ogc:def:coordinateOperation:EPSG::19879' => [
21543
            'name' => 'Viti Levu Grid',
21544
            'method' => 'urn:ogc:def:method:EPSG::9806',
21545
            'extent' => ['3195'],
21546
            'extent_description' => 'Fiji - Viti Levu island.',
21547
        ],
21548
        'urn:ogc:def:coordinateOperation:EPSG::19881' => [
21549
            'name' => 'Alberta 10-degree TM (Forest)',
21550
            'method' => 'urn:ogc:def:method:EPSG::9807',
21551
            'extent' => ['2376'],
21552
            'extent_description' => 'Canada - Alberta.',
21553
        ],
21554
        'urn:ogc:def:coordinateOperation:EPSG::19882' => [
21555
            'name' => 'Alberta 10-degree TM (Resource)',
21556
            'method' => 'urn:ogc:def:method:EPSG::9807',
21557
            'extent' => ['2376'],
21558
            'extent_description' => 'Canada - Alberta.',
21559
        ],
21560
        'urn:ogc:def:coordinateOperation:EPSG::19883' => [
21561
            'name' => 'World Mercator',
21562
            'method' => 'urn:ogc:def:method:EPSG::9804',
21563
            'extent' => ['3391'],
21564
            'extent_description' => 'World between 80°S and 84°N.',
21565
        ],
21566
        'urn:ogc:def:coordinateOperation:EPSG::19884' => [
21567
            'name' => 'Caspian Sea Mercator',
21568
            'method' => 'urn:ogc:def:method:EPSG::9805',
21569
            'extent' => ['1291'],
21570
            'extent_description' => 'Azerbaijan - offshore; Kazakhstan - offshore; Russian Federation - Caspian Sea; Turkmenistan - offshore.',
21571
        ],
21572
        'urn:ogc:def:coordinateOperation:EPSG::19885' => [
21573
            'name' => 'Kelantan Grid',
21574
            'method' => 'urn:ogc:def:method:EPSG::9806',
21575
            'extent' => ['3384'],
21576
            'extent_description' => 'Malaysia - West Malaysia - Kelantan.',
21577
        ],
21578
        'urn:ogc:def:coordinateOperation:EPSG::19886' => [
21579
            'name' => 'Perak Grid',
21580
            'method' => 'urn:ogc:def:method:EPSG::9806',
21581
            'extent' => ['3383'],
21582
            'extent_description' => 'Malaysia - West Malaysia - Perak.',
21583
        ],
21584
        'urn:ogc:def:coordinateOperation:EPSG::19887' => [
21585
            'name' => 'Kedah and Perlis Grid',
21586
            'method' => 'urn:ogc:def:method:EPSG::9806',
21587
            'extent' => ['3382'],
21588
            'extent_description' => 'Malaysia - West Malaysia - Kedah and Perlis.',
21589
        ],
21590
        'urn:ogc:def:coordinateOperation:EPSG::19888' => [
21591
            'name' => 'Pinang Grid',
21592
            'method' => 'urn:ogc:def:method:EPSG::9806',
21593
            'extent' => ['3381'],
21594
            'extent_description' => 'Malaysia - West Malaysia - Pulau Pinang - Pinang (Penang) Island and Seberang Perai (Province Wellesley).',
21595
        ],
21596
        'urn:ogc:def:coordinateOperation:EPSG::19889' => [
21597
            'name' => 'Terengganu Grid',
21598
            'method' => 'urn:ogc:def:method:EPSG::9806',
21599
            'extent' => ['3380'],
21600
            'extent_description' => 'Malaysia - West Malaysia - Terengganu.',
21601
        ],
21602
        'urn:ogc:def:coordinateOperation:EPSG::19890' => [
21603
            'name' => 'Selangor Grid',
21604
            'method' => 'urn:ogc:def:method:EPSG::9806',
21605
            'extent' => ['3379'],
21606
            'extent_description' => 'Malaysia - West Malaysia - Selangor.',
21607
        ],
21608
        'urn:ogc:def:coordinateOperation:EPSG::19891' => [
21609
            'name' => 'Pahang Grid',
21610
            'method' => 'urn:ogc:def:method:EPSG::9806',
21611
            'extent' => ['3378'],
21612
            'extent_description' => 'Malaysia - West Malaysia - Pahang.',
21613
        ],
21614
        'urn:ogc:def:coordinateOperation:EPSG::19892' => [
21615
            'name' => 'Sembilan and Melaka Grid',
21616
            'method' => 'urn:ogc:def:method:EPSG::9806',
21617
            'extent' => ['3377'],
21618
            'extent_description' => 'Malaysia - West Malaysia - Negeri Sembilan and Melaka.',
21619
        ],
21620
        'urn:ogc:def:coordinateOperation:EPSG::19893' => [
21621
            'name' => 'Johor Grid',
21622
            'method' => 'urn:ogc:def:method:EPSG::9806',
21623
            'extent' => ['3376'],
21624
            'extent_description' => 'Malaysia - West Malaysia - Johor.',
21625
        ],
21626
        'urn:ogc:def:coordinateOperation:EPSG::19894' => [
21627
            'name' => 'Borneo RSO',
21628
            'method' => 'urn:ogc:def:method:EPSG::9812',
21629
            'extent' => ['1362'],
21630
            'extent_description' => 'Brunei - onshore and offshore; Malaysia - East Malaysia (Sabah; Sarawak) - onshore and offshore.',
21631
        ],
21632
        'urn:ogc:def:coordinateOperation:EPSG::19895' => [
21633
            'name' => 'Peninsular RSO',
21634
            'method' => 'urn:ogc:def:method:EPSG::9812',
21635
            'extent' => ['3955'],
21636
            'extent_description' => 'Malaysia - West Malaysia onshore and offshore.',
21637
        ],
21638
        'urn:ogc:def:coordinateOperation:EPSG::19896' => [
21639
            'name' => 'Hong Kong 1963 Grid',
21640
            'method' => 'urn:ogc:def:method:EPSG::9806',
21641
            'extent' => ['1118'],
21642
            'extent_description' => 'China - Hong Kong - onshore and offshore.',
21643
        ],
21644
        'urn:ogc:def:coordinateOperation:EPSG::19897' => [
21645
            'name' => 'Statistics Canada Lambert',
21646
            'method' => 'urn:ogc:def:method:EPSG::9802',
21647
            'extent' => ['1061'],
21648
            'extent_description' => 'Canada - onshore and offshore - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.',
21649
        ],
21650
        'urn:ogc:def:coordinateOperation:EPSG::19899' => [
21651
            'name' => 'Mauritius Grid',
21652
            'method' => 'urn:ogc:def:method:EPSG::9801',
21653
            'extent' => ['3209'],
21654
            'extent_description' => 'Mauritius - mainland onshore.',
21655
        ],
21656
        'urn:ogc:def:coordinateOperation:EPSG::19900' => [
21657
            'name' => 'Bahrain State Grid',
21658
            'method' => 'urn:ogc:def:method:EPSG::9807',
21659
            'extent' => ['1040'],
21660
            'extent_description' => 'Bahrain - onshore and offshore.',
21661
        ],
21662
        'urn:ogc:def:coordinateOperation:EPSG::19901' => [
21663
            'name' => 'Belge Lambert 50',
21664
            'method' => 'urn:ogc:def:method:EPSG::9802',
21665
            'extent' => ['1347'],
21666
            'extent_description' => 'Belgium - onshore.',
21667
        ],
21668
        'urn:ogc:def:coordinateOperation:EPSG::19902' => [
21669
            'name' => 'Belge Lambert 72',
21670
            'method' => 'urn:ogc:def:method:EPSG::9803',
21671
            'extent' => ['1347'],
21672
            'extent_description' => 'Belgium - onshore.',
21673
        ],
21674
        'urn:ogc:def:coordinateOperation:EPSG::19903' => [
21675
            'name' => 'Nord de Guerre',
21676
            'method' => 'urn:ogc:def:method:EPSG::9801',
21677
            'extent' => ['1369'],
21678
            'extent_description' => 'France - Alsace.',
21679
        ],
21680
        'urn:ogc:def:coordinateOperation:EPSG::19904' => [
21681
            'name' => 'Ghana Metre Grid',
21682
            'method' => 'urn:ogc:def:method:EPSG::9807',
21683
            'extent' => ['1104'],
21684
            'extent_description' => 'Ghana - onshore and offshore.',
21685
        ],
21686
        'urn:ogc:def:coordinateOperation:EPSG::19905' => [
21687
            'name' => 'Netherlands East Indies Equatorial Zone',
21688
            'method' => 'urn:ogc:def:method:EPSG::9804',
21689
            'extent' => ['4020'],
21690
            'extent_description' => 'Indonesia - onshore.',
21691
        ],
21692
        'urn:ogc:def:coordinateOperation:EPSG::19906' => [
21693
            'name' => 'Iraq zone',
21694
            'method' => 'urn:ogc:def:method:EPSG::9801',
21695
            'extent' => ['2294'],
21696
            'extent_description' => 'Iran - onshore south of 36°N. Iraq - onshore. Kuwait - onshore.',
21697
        ],
21698
        'urn:ogc:def:coordinateOperation:EPSG::19907' => [
21699
            'name' => 'Iraq National Grid',
21700
            'method' => 'urn:ogc:def:method:EPSG::9807',
21701
            'extent' => ['3625'],
21702
            'extent_description' => 'Iraq - onshore.',
21703
        ],
21704
        'urn:ogc:def:coordinateOperation:EPSG::19909' => [
21705
            'name' => 'Jamaica (Old Grid)',
21706
            'method' => 'urn:ogc:def:method:EPSG::9801',
21707
            'extent' => ['3342'],
21708
            'extent_description' => 'Jamaica - onshore.',
21709
        ],
21710
        'urn:ogc:def:coordinateOperation:EPSG::19910' => [
21711
            'name' => 'Jamaica National Grid',
21712
            'method' => 'urn:ogc:def:method:EPSG::9801',
21713
            'extent' => ['3342'],
21714
            'extent_description' => 'Jamaica - onshore.',
21715
        ],
21716
        'urn:ogc:def:coordinateOperation:EPSG::19911' => [
21717
            'name' => 'Laborde Grid approximation',
21718
            'method' => 'urn:ogc:def:method:EPSG::9815',
21719
            'extent' => ['1149'],
21720
            'extent_description' => 'Madagascar - onshore and nearshore.',
21721
        ],
21722
        'urn:ogc:def:coordinateOperation:EPSG::19913' => [
21723
            'name' => 'RD Old',
21724
            'method' => 'urn:ogc:def:method:EPSG::9809',
21725
            'extent' => ['1275'],
21726
            'extent_description' => 'Netherlands - onshore, including Waddenzee, Dutch Wadden Islands and 12-mile offshore coastal zone.',
21727
        ],
21728
        'urn:ogc:def:coordinateOperation:EPSG::19914' => [
21729
            'name' => 'RD New',
21730
            'method' => 'urn:ogc:def:method:EPSG::9809',
21731
            'extent' => ['1275'],
21732
            'extent_description' => 'Netherlands - onshore, including Waddenzee, Dutch Wadden Islands and 12-mile offshore coastal zone.',
21733
        ],
21734
        'urn:ogc:def:coordinateOperation:EPSG::19916' => [
21735
            'name' => 'British National Grid',
21736
            'method' => 'urn:ogc:def:method:EPSG::9807',
21737
            'extent' => ['4390'],
21738
            'extent_description' => 'United Kingdom (UK) - offshore to boundary of UKCS within 49°45\'N to 61°N and 9°W to 2°E; onshore Great Britain (England, Wales and Scotland). Isle of Man onshore.',
21739
        ],
21740
        'urn:ogc:def:coordinateOperation:EPSG::19917' => [
21741
            'name' => 'New Zealand Map Grid',
21742
            'method' => 'urn:ogc:def:method:EPSG::9811',
21743
            'extent' => ['3973'],
21744
            'extent_description' => 'New Zealand - North Island, South Island, Stewart Island - onshore.',
21745
        ],
21746
        'urn:ogc:def:coordinateOperation:EPSG::19919' => [
21747
            'name' => 'Qatar National Grid',
21748
            'method' => 'urn:ogc:def:method:EPSG::9807',
21749
            'extent' => ['1195'],
21750
            'extent_description' => 'Qatar - onshore and offshore.',
21751
        ],
21752
        'urn:ogc:def:coordinateOperation:EPSG::19920' => [
21753
            'name' => 'Singapore Grid',
21754
            'method' => 'urn:ogc:def:method:EPSG::9806',
21755
            'extent' => ['1210'],
21756
            'extent_description' => 'Singapore - onshore and offshore.',
21757
        ],
21758
        'urn:ogc:def:coordinateOperation:EPSG::19921' => [
21759
            'name' => 'Spain',
21760
            'method' => 'urn:ogc:def:method:EPSG::9801',
21761
            'extent' => ['2366'],
21762
            'extent_description' => 'Spain - mainland onshore.',
21763
        ],
21764
        'urn:ogc:def:coordinateOperation:EPSG::19922' => [
21765
            'name' => 'Swiss Oblique Mercator 1903M',
21766
            'method' => 'urn:ogc:def:method:EPSG::9815',
21767
            'extent' => ['1286'],
21768
            'extent_description' => 'Liechtenstein; Switzerland.',
21769
        ],
21770
        'urn:ogc:def:coordinateOperation:EPSG::19923' => [
21771
            'name' => 'Swiss Oblique Mercator 1903C',
21772
            'method' => 'urn:ogc:def:method:EPSG::9815',
21773
            'extent' => ['1286'],
21774
            'extent_description' => 'Liechtenstein; Switzerland.',
21775
        ],
21776
        'urn:ogc:def:coordinateOperation:EPSG::19924' => [
21777
            'name' => 'Tobago Grid',
21778
            'method' => 'urn:ogc:def:method:EPSG::9806',
21779
            'extent' => ['1322'],
21780
            'extent_description' => 'Trinidad and Tobago - Tobago - onshore.',
21781
        ],
21782
        'urn:ogc:def:coordinateOperation:EPSG::19925' => [
21783
            'name' => 'Trinidad Grid',
21784
            'method' => 'urn:ogc:def:method:EPSG::9806',
21785
            'extent' => ['1339'],
21786
            'extent_description' => 'Trinidad and Tobago - Trinidad - onshore and offshore.',
21787
        ],
21788
        'urn:ogc:def:coordinateOperation:EPSG::19926' => [
21789
            'name' => 'Stereo 70',
21790
            'method' => 'urn:ogc:def:method:EPSG::9809',
21791
            'extent' => ['1197'],
21792
            'extent_description' => 'Romania - onshore and offshore.',
21793
        ],
21794
        'urn:ogc:def:coordinateOperation:EPSG::19927' => [
21795
            'name' => 'Stereo 33',
21796
            'method' => 'urn:ogc:def:method:EPSG::9809',
21797
            'extent' => ['1197'],
21798
            'extent_description' => 'Romania - onshore and offshore.',
21799
        ],
21800
        'urn:ogc:def:coordinateOperation:EPSG::19929' => [
21801
            'name' => 'Sweden zone 2.5 gon V',
21802
            'method' => 'urn:ogc:def:method:EPSG::9807',
21803
            'extent' => ['2847', '3313'],
21804
            'extent_description' => 'Sweden - communes between approximately 14°40\'E and 16°55\'E. See information source for map, Sweden - onshore.',
21805
        ],
21806
        'urn:ogc:def:coordinateOperation:EPSG::19930' => [
21807
            'name' => 'Greek Grid',
21808
            'method' => 'urn:ogc:def:method:EPSG::9807',
21809
            'extent' => ['3254'],
21810
            'extent_description' => 'Greece - onshore.',
21811
        ],
21812
        'urn:ogc:def:coordinateOperation:EPSG::19931' => [
21813
            'name' => 'Egyseges Orszagos Vetuleti',
21814
            'method' => 'urn:ogc:def:method:EPSG::9815',
21815
            'extent' => ['1119'],
21816
            'extent_description' => 'Hungary.',
21817
        ],
21818
        'urn:ogc:def:coordinateOperation:EPSG::19933' => [
21819
            'name' => 'Prince Edward Island Stereographic (ATS77)',
21820
            'method' => 'urn:ogc:def:method:EPSG::9809',
21821
            'extent' => ['1533'],
21822
            'extent_description' => 'Canada - Prince Edward Island.',
21823
        ],
21824
        'urn:ogc:def:coordinateOperation:EPSG::19934' => [
21825
            'name' => 'Lithuania 1994',
21826
            'method' => 'urn:ogc:def:method:EPSG::9807',
21827
            'extent' => ['1145'],
21828
            'extent_description' => 'Lithuania - onshore and offshore.',
21829
        ],
21830
        'urn:ogc:def:coordinateOperation:EPSG::19936' => [
21831
            'name' => 'Portuguese National Grid',
21832
            'method' => 'urn:ogc:def:method:EPSG::9807',
21833
            'extent' => ['1294'],
21834
            'extent_description' => 'Portugal - mainland - onshore.',
21835
        ],
21836
        'urn:ogc:def:coordinateOperation:EPSG::19937' => [
21837
            'name' => 'Tunisia Mining Grid',
21838
            'method' => 'urn:ogc:def:method:EPSG::9816',
21839
            'extent' => ['1618'],
21840
            'extent_description' => 'Tunisia - onshore.',
21841
        ],
21842
        'urn:ogc:def:coordinateOperation:EPSG::19938' => [
21843
            'name' => 'Estonian National Grid',
21844
            'method' => 'urn:ogc:def:method:EPSG::9802',
21845
            'extent' => ['1090'],
21846
            'extent_description' => 'Estonia - onshore and offshore.',
21847
        ],
21848
        'urn:ogc:def:coordinateOperation:EPSG::19939' => [
21849
            'name' => 'TM Baltic 93',
21850
            'method' => 'urn:ogc:def:method:EPSG::9807',
21851
            'extent' => ['1646'],
21852
            'extent_description' => 'Estonia, Latvia and Lithuania - onshore and offshore.',
21853
        ],
21854
        'urn:ogc:def:coordinateOperation:EPSG::19940' => [
21855
            'name' => 'Levant Zone',
21856
            'method' => 'urn:ogc:def:method:EPSG::9817',
21857
            'extent' => ['1623'],
21858
            'extent_description' => 'Lebanon - onshore. Syrian Arab Republic - onshore.',
21859
        ],
21860
        'urn:ogc:def:coordinateOperation:EPSG::19941' => [
21861
            'name' => 'Brazil Polyconic',
21862
            'method' => 'urn:ogc:def:method:EPSG::9818',
21863
            'extent' => ['1053'],
21864
            'extent_description' => 'Brazil - onshore and offshore. Includes Rocas, Fernando de Noronha archipelago, Trindade, Ihlas Martim Vaz and Sao Pedro e Sao Paulo.',
21865
        ],
21866
        'urn:ogc:def:coordinateOperation:EPSG::19942' => [
21867
            'name' => 'British West Indies Grid',
21868
            'method' => 'urn:ogc:def:method:EPSG::9807',
21869
            'extent' => ['2295'],
21870
            'extent_description' => 'Windward Islands - Dominica; Grenada; St Lucia; St Vincent; Leeward Islands - Anguilla; Antigua (excluding Barbuda); Montserrat; St Kitts and Nevis; Barbados.',
21871
        ],
21872
        'urn:ogc:def:coordinateOperation:EPSG::19943' => [
21873
            'name' => 'Barbados National Grid',
21874
            'method' => 'urn:ogc:def:method:EPSG::9807',
21875
            'extent' => ['3218'],
21876
            'extent_description' => 'Barbados - onshore.',
21877
        ],
21878
        'urn:ogc:def:coordinateOperation:EPSG::19944' => [
21879
            'name' => 'Quebec Lambert Projection',
21880
            'method' => 'urn:ogc:def:method:EPSG::9802',
21881
            'extent' => ['1368'],
21882
            'extent_description' => 'Canada - Quebec.',
21883
        ],
21884
        'urn:ogc:def:coordinateOperation:EPSG::19945' => [
21885
            'name' => 'New Brunswick Stereographic (ATS77)',
21886
            'method' => 'urn:ogc:def:method:EPSG::9809',
21887
            'extent' => ['1447'],
21888
            'extent_description' => 'Canada - New Brunswick.',
21889
        ],
21890
        'urn:ogc:def:coordinateOperation:EPSG::19946' => [
21891
            'name' => 'New Brunswick Stereographic (NAD83)',
21892
            'method' => 'urn:ogc:def:method:EPSG::9809',
21893
            'extent' => ['1447'],
21894
            'extent_description' => 'Canada - New Brunswick.',
21895
        ],
21896
        'urn:ogc:def:coordinateOperation:EPSG::19947' => [
21897
            'name' => 'Austria Lambert',
21898
            'method' => 'urn:ogc:def:method:EPSG::9802',
21899
            'extent' => ['1037'],
21900
            'extent_description' => 'Austria.',
21901
        ],
21902
        'urn:ogc:def:coordinateOperation:EPSG::19948' => [
21903
            'name' => 'Syria Lambert',
21904
            'method' => 'urn:ogc:def:method:EPSG::9801',
21905
            'extent' => ['1623'],
21906
            'extent_description' => 'Lebanon - onshore. Syrian Arab Republic - onshore.',
21907
        ],
21908
        'urn:ogc:def:coordinateOperation:EPSG::19949' => [
21909
            'name' => 'Levant Stereographic',
21910
            'method' => 'urn:ogc:def:method:EPSG::9809',
21911
            'extent' => ['1623'],
21912
            'extent_description' => 'Lebanon - onshore. Syrian Arab Republic - onshore.',
21913
        ],
21914
        'urn:ogc:def:coordinateOperation:EPSG::19950' => [
21915
            'name' => 'Swiss Oblique Mercator 1995',
21916
            'method' => 'urn:ogc:def:method:EPSG::9815',
21917
            'extent' => ['1286'],
21918
            'extent_description' => 'Liechtenstein; Switzerland.',
21919
        ],
21920
        'urn:ogc:def:coordinateOperation:EPSG::19951' => [
21921
            'name' => 'Nakhl e Taqi Oblique Mercator',
21922
            'method' => 'urn:ogc:def:method:EPSG::9815',
21923
            'extent' => ['1338'],
21924
            'extent_description' => 'Iran - Taheri refinery site.',
21925
        ],
21926
        'urn:ogc:def:coordinateOperation:EPSG::19952' => [
21927
            'name' => 'Krovak',
21928
            'method' => 'urn:ogc:def:method:EPSG::9819',
21929
            'extent' => ['1306'],
21930
            'extent_description' => 'Czechia; Slovakia.',
21931
        ],
21932
        'urn:ogc:def:coordinateOperation:EPSG::19953' => [
21933
            'name' => 'Qatar Grid',
21934
            'method' => 'urn:ogc:def:method:EPSG::9806',
21935
            'extent' => ['1346'],
21936
            'extent_description' => 'Qatar - onshore.',
21937
        ],
21938
        'urn:ogc:def:coordinateOperation:EPSG::19954' => [
21939
            'name' => 'Suriname Old TM',
21940
            'method' => 'urn:ogc:def:method:EPSG::9807',
21941
            'extent' => ['1222'],
21942
            'extent_description' => 'Suriname - onshore and offshore.',
21943
        ],
21944
        'urn:ogc:def:coordinateOperation:EPSG::19955' => [
21945
            'name' => 'Suriname TM',
21946
            'method' => 'urn:ogc:def:method:EPSG::9807',
21947
            'extent' => ['1222'],
21948
            'extent_description' => 'Suriname - onshore and offshore.',
21949
        ],
21950
        'urn:ogc:def:coordinateOperation:EPSG::19956' => [
21951
            'name' => 'Rectified Skew Orthomorphic Borneo Grid (chains)',
21952
            'method' => 'urn:ogc:def:method:EPSG::9815',
21953
            'extent' => ['1362'],
21954
            'extent_description' => 'Brunei - onshore and offshore; Malaysia - East Malaysia (Sabah; Sarawak) - onshore and offshore.',
21955
        ],
21956
        'urn:ogc:def:coordinateOperation:EPSG::19957' => [
21957
            'name' => 'Rectified Skew Orthomorphic Borneo Grid (feet)',
21958
            'method' => 'urn:ogc:def:method:EPSG::9815',
21959
            'extent' => ['3977'],
21960
            'extent_description' => 'Malaysia - East Malaysia (Sabah; Sarawak), onshore and offshore.',
21961
        ],
21962
        'urn:ogc:def:coordinateOperation:EPSG::19958' => [
21963
            'name' => 'Rectified Skew Orthomorphic Borneo Grid (metres)',
21964
            'method' => 'urn:ogc:def:method:EPSG::9815',
21965
            'extent' => ['1362'],
21966
            'extent_description' => 'Brunei - onshore and offshore; Malaysia - East Malaysia (Sabah; Sarawak) - onshore and offshore.',
21967
        ],
21968
        'urn:ogc:def:coordinateOperation:EPSG::19959' => [
21969
            'name' => 'Ghana National Grid',
21970
            'method' => 'urn:ogc:def:method:EPSG::9807',
21971
            'extent' => ['1104'],
21972
            'extent_description' => 'Ghana - onshore and offshore.',
21973
        ],
21974
        'urn:ogc:def:coordinateOperation:EPSG::19960' => [
21975
            'name' => 'Prince Edward Isl. Stereographic (NAD83)',
21976
            'method' => 'urn:ogc:def:method:EPSG::9809',
21977
            'extent' => ['1533'],
21978
            'extent_description' => 'Canada - Prince Edward Island.',
21979
        ],
21980
        'urn:ogc:def:coordinateOperation:EPSG::19961' => [
21981
            'name' => 'Belgian Lambert 72',
21982
            'method' => 'urn:ogc:def:method:EPSG::9802',
21983
            'extent' => ['1347'],
21984
            'extent_description' => 'Belgium - onshore.',
21985
        ],
21986
        'urn:ogc:def:coordinateOperation:EPSG::19962' => [
21987
            'name' => 'Irish Transverse Mercator',
21988
            'method' => 'urn:ogc:def:method:EPSG::9807',
21989
            'extent' => ['1305'],
21990
            'extent_description' => 'Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
21991
        ],
21992
        'urn:ogc:def:coordinateOperation:EPSG::19963' => [
21993
            'name' => 'Sierra Leone New Colony Grid',
21994
            'method' => 'urn:ogc:def:method:EPSG::9807',
21995
            'extent' => ['1342'],
21996
            'extent_description' => 'Sierra Leone - Freetown Peninsula.',
21997
        ],
21998
        'urn:ogc:def:coordinateOperation:EPSG::19964' => [
21999
            'name' => 'New War Office Sierra Leone Grid',
22000
            'method' => 'urn:ogc:def:method:EPSG::9807',
22001
            'extent' => ['1342'],
22002
            'extent_description' => 'Sierra Leone - Freetown Peninsula.',
22003
        ],
22004
        'urn:ogc:def:coordinateOperation:EPSG::19966' => [
22005
            'name' => 'Luxembourg TM',
22006
            'method' => 'urn:ogc:def:method:EPSG::9807',
22007
            'extent' => ['1146'],
22008
            'extent_description' => 'Luxembourg.',
22009
        ],
22010
        'urn:ogc:def:coordinateOperation:EPSG::19967' => [
22011
            'name' => 'Slovenia Grid',
22012
            'method' => 'urn:ogc:def:method:EPSG::9807',
22013
            'extent' => ['1212'],
22014
            'extent_description' => 'Slovenia - onshore and offshore.',
22015
        ],
22016
        'urn:ogc:def:coordinateOperation:EPSG::19969' => [
22017
            'name' => 'Portuguese Grid',
22018
            'method' => 'urn:ogc:def:method:EPSG::9807',
22019
            'extent' => ['1294'],
22020
            'extent_description' => 'Portugal - mainland - onshore.',
22021
        ],
22022
        'urn:ogc:def:coordinateOperation:EPSG::19971' => [
22023
            'name' => 'New Zealand Transverse Mercator 2000',
22024
            'method' => 'urn:ogc:def:method:EPSG::9807',
22025
            'extent' => ['3973'],
22026
            'extent_description' => 'New Zealand - North Island, South Island, Stewart Island - onshore.',
22027
        ],
22028
        'urn:ogc:def:coordinateOperation:EPSG::19972' => [
22029
            'name' => 'Irish Grid',
22030
            'method' => 'urn:ogc:def:method:EPSG::9807',
22031
            'extent' => ['1305'],
22032
            'extent_description' => 'Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
22033
        ],
22034
        'urn:ogc:def:coordinateOperation:EPSG::19973' => [
22035
            'name' => 'Irish National Grid',
22036
            'method' => 'urn:ogc:def:method:EPSG::9807',
22037
            'extent' => ['2530'],
22038
            'extent_description' => 'United Kingdom (UK) - Northern Ireland (Ulster) - onshore.',
22039
        ],
22040
        'urn:ogc:def:coordinateOperation:EPSG::19974' => [
22041
            'name' => 'Modified Portuguese Grid',
22042
            'method' => 'urn:ogc:def:method:EPSG::9807',
22043
            'extent' => ['1294'],
22044
            'extent_description' => 'Portugal - mainland - onshore.',
22045
        ],
22046
        'urn:ogc:def:coordinateOperation:EPSG::19975' => [
22047
            'name' => 'Trinidad Grid (Clarke\'s feet)',
22048
            'method' => 'urn:ogc:def:method:EPSG::9806',
22049
            'extent' => ['1339'],
22050
            'extent_description' => 'Trinidad and Tobago - Trinidad - onshore and offshore.',
22051
        ],
22052
        'urn:ogc:def:coordinateOperation:EPSG::19976' => [
22053
            'name' => 'ICN Regional',
22054
            'method' => 'urn:ogc:def:method:EPSG::9802',
22055
            'extent' => ['1251'],
22056
            'extent_description' => 'Venezuela - onshore and offshore.',
22057
        ],
22058
        'urn:ogc:def:coordinateOperation:EPSG::19977' => [
22059
            'name' => 'Aramco Lambert',
22060
            'method' => 'urn:ogc:def:method:EPSG::9802',
22061
            'extent' => ['3303'],
22062
            'extent_description' => 'Saudi Arabia - onshore.',
22063
        ],
22064
        'urn:ogc:def:coordinateOperation:EPSG::19978' => [
22065
            'name' => 'Hong Kong 1980 Grid',
22066
            'method' => 'urn:ogc:def:method:EPSG::9807',
22067
            'extent' => ['1118'],
22068
            'extent_description' => 'China - Hong Kong - onshore and offshore.',
22069
        ],
22070
        'urn:ogc:def:coordinateOperation:EPSG::19979' => [
22071
            'name' => 'Portugal Bonne',
22072
            'method' => 'urn:ogc:def:method:EPSG::9828',
22073
            'extent' => ['1294'],
22074
            'extent_description' => 'Portugal - mainland - onshore.',
22075
        ],
22076
        'urn:ogc:def:coordinateOperation:EPSG::19981' => [
22077
            'name' => 'Lambert New Caledonia',
22078
            'method' => 'urn:ogc:def:method:EPSG::9802',
22079
            'extent' => ['3430'],
22080
            'extent_description' => 'New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands (Lifou, Mare, Ouvea).',
22081
        ],
22082
        'urn:ogc:def:coordinateOperation:EPSG::19983' => [
22083
            'name' => 'Terre Adelie Polar Stereographic',
22084
            'method' => 'urn:ogc:def:method:EPSG::9830',
22085
            'extent' => ['2818'],
22086
            'extent_description' => 'Antarctica - Adelie Land - coastal area between 136°E and 142°E.',
22087
        ],
22088
        'urn:ogc:def:coordinateOperation:EPSG::19984' => [
22089
            'name' => 'British Columbia Albers',
22090
            'method' => 'urn:ogc:def:method:EPSG::9822',
22091
            'extent' => ['2832'],
22092
            'extent_description' => 'Canada - British Columbia.',
22093
        ],
22094
        'urn:ogc:def:coordinateOperation:EPSG::19985' => [
22095
            'name' => 'Europe Conformal 2001',
22096
            'method' => 'urn:ogc:def:method:EPSG::9802',
22097
            'extent' => ['2881'],
22098
            'extent_description' => 'Europe - European Union (EU) countries and candidates. Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Iceland; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal including Madeira and Azores; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain including Canary Islands; Sweden; Switzerland; Türkiye (Turkey); United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
22099
        ],
22100
        'urn:ogc:def:coordinateOperation:EPSG::19986' => [
22101
            'name' => 'Europe Equal Area 2001',
22102
            'method' => 'urn:ogc:def:method:EPSG::9820',
22103
            'extent' => ['2881'],
22104
            'extent_description' => 'Europe - European Union (EU) countries and candidates. Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Iceland; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal including Madeira and Azores; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain including Canary Islands; Sweden; Switzerland; Türkiye (Turkey); United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
22105
        ],
22106
        'urn:ogc:def:coordinateOperation:EPSG::19987' => [
22107
            'name' => 'Iceland Lambert 1900',
22108
            'method' => 'urn:ogc:def:method:EPSG::9826',
22109
            'extent' => ['3262'],
22110
            'extent_description' => 'Iceland - mainland.',
22111
        ],
22112
        'urn:ogc:def:coordinateOperation:EPSG::19988' => [
22113
            'name' => 'Iceland Lambert 1955',
22114
            'method' => 'urn:ogc:def:method:EPSG::9826',
22115
            'extent' => ['3262'],
22116
            'extent_description' => 'Iceland - mainland.',
22117
        ],
22118
        'urn:ogc:def:coordinateOperation:EPSG::19989' => [
22119
            'name' => 'Iceland Lambert 1993',
22120
            'method' => 'urn:ogc:def:method:EPSG::9802',
22121
            'extent' => ['1120'],
22122
            'extent_description' => 'Iceland - onshore and offshore.',
22123
        ],
22124
        'urn:ogc:def:coordinateOperation:EPSG::19990' => [
22125
            'name' => 'Latvian Transverse Mercator',
22126
            'method' => 'urn:ogc:def:method:EPSG::9807',
22127
            'extent' => ['1139'],
22128
            'extent_description' => 'Latvia - onshore and offshore.',
22129
        ],
22130
        'urn:ogc:def:coordinateOperation:EPSG::19991' => [
22131
            'name' => 'Jan Mayen Grid',
22132
            'method' => 'urn:ogc:def:method:EPSG::9807',
22133
            'extent' => ['2869'],
22134
            'extent_description' => 'Jan Mayen - onshore.',
22135
        ],
22136
        'urn:ogc:def:coordinateOperation:EPSG::19992' => [
22137
            'name' => 'Antarctic Polar Stereographic',
22138
            'method' => 'urn:ogc:def:method:EPSG::9829',
22139
            'extent' => ['1031'],
22140
            'extent_description' => 'Antarctica.',
22141
        ],
22142
        'urn:ogc:def:coordinateOperation:EPSG::19993' => [
22143
            'name' => 'Australian Antarctic Polar Stereographic',
22144
            'method' => 'urn:ogc:def:method:EPSG::9829',
22145
            'extent' => ['1278'],
22146
            'extent_description' => 'Antarctica between 45°E and 136°E and between 142°E and 160°E - Australian sector.',
22147
        ],
22148
        'urn:ogc:def:coordinateOperation:EPSG::19994' => [
22149
            'name' => 'Australian Antarctic Lambert',
22150
            'method' => 'urn:ogc:def:method:EPSG::9802',
22151
            'extent' => ['2880'],
22152
            'extent_description' => 'Antarctica - north of 80°S and between 45°E and 136°E and between 142°E and 160°E - Australian sector north of 80°S.',
22153
        ],
22154
        'urn:ogc:def:coordinateOperation:EPSG::19995' => [
22155
            'name' => 'Jordan Transverse Mercator',
22156
            'method' => 'urn:ogc:def:method:EPSG::9807',
22157
            'extent' => ['1130'],
22158
            'extent_description' => 'Jordan.',
22159
        ],
22160
        'urn:ogc:def:coordinateOperation:EPSG::19996' => [
22161
            'name' => 'Soldner Berlin',
22162
            'method' => 'urn:ogc:def:method:EPSG::9806',
22163
            'extent' => ['2898'],
22164
            'extent_description' => 'Germany - Berlin.',
22165
        ],
22166
        'urn:ogc:def:coordinateOperation:EPSG::19997' => [
22167
            'name' => 'Kuwait Transverse Mercator',
22168
            'method' => 'urn:ogc:def:method:EPSG::9807',
22169
            'extent' => ['1310'],
22170
            'extent_description' => 'Kuwait - Kuwait City.',
22171
        ],
22172
        'urn:ogc:def:coordinateOperation:EPSG::19998' => [
22173
            'name' => 'Guernsey Grid',
22174
            'method' => 'urn:ogc:def:method:EPSG::9807',
22175
            'extent' => ['2989'],
22176
            'extent_description' => 'Channel Islands - Guernsey, Alderney, Sark, Herm, Brecqhou, Jethou, Lihou - onshore and offshore.',
22177
        ],
22178
        'urn:ogc:def:coordinateOperation:EPSG::19999' => [
22179
            'name' => 'Jersey Transverse Mercator',
22180
            'method' => 'urn:ogc:def:method:EPSG::9807',
22181
            'extent' => ['2988'],
22182
            'extent_description' => 'Channel Islands - Jersey, Les Ecrehos and Les Minquiers - onshore and offshore.',
22183
        ],
22184
        'urn:ogc:def:coordinateOperation:EPSG::32768' => [
22185
            'name' => 'WGS 84 to WGS 84 (G2139) (geocen)',
22186
            'method' => 'urn:ogc:def:method:EPSG::32768',
22187
            'extent' => ['1262'],
22188
            'extent_description' => 'World.',
22189
        ],
22190
        'urn:ogc:def:coordinateOperation:EPSG::32769' => [
22191
            'name' => 'WGS 84 to WGS 84 (G2139) (geog2D)',
22192
            'method' => 'urn:ogc:def:method:EPSG::32768',
22193
            'extent' => ['1262'],
22194
            'extent_description' => 'World.',
22195
        ],
22196
        'urn:ogc:def:coordinateOperation:EPSG::32770' => [
22197
            'name' => 'WGS 84 to WGS 84 (G2139) (geog3D)',
22198
            'method' => 'urn:ogc:def:method:EPSG::32768',
22199
            'extent' => ['1262'],
22200
            'extent_description' => 'World.',
22201
        ],
22202
        'urn:ogc:def:coordinateOperation:EPSG::32771' => [
22203
            'name' => 'WGS 84 to WGS 84 (G2139) (geog2D to geocen)',
22204
            'method' => 'urn:ogc:def:method:EPSG::9602',
22205
            'extent' => ['1262'],
22206
            'extent_description' => 'World.',
22207
        ],
22208
        'urn:ogc:def:coordinateOperation:EPSG::32772' => [
22209
            'name' => 'WGS 84 to WGS 84 (G2139) (geog3D to geocen)',
22210
            'method' => 'urn:ogc:def:method:EPSG::9602',
22211
            'extent' => ['1262'],
22212
            'extent_description' => 'World.',
22213
        ],
22214
        'urn:ogc:def:coordinateOperation:EPSG::32773' => [
22215
            'name' => 'ETRS89 to ETRF2000 (geocen)',
22216
            'method' => 'urn:ogc:def:method:EPSG::32768',
22217
            'extent' => ['1298'],
22218
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
22219
        ],
22220
        'urn:ogc:def:coordinateOperation:EPSG::32774' => [
22221
            'name' => 'ETRS89 to ETRF2000 (geog2D)',
22222
            'method' => 'urn:ogc:def:method:EPSG::32768',
22223
            'extent' => ['1298'],
22224
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
22225
        ],
22226
        'urn:ogc:def:coordinateOperation:EPSG::32775' => [
22227
            'name' => 'ETRS89 to ETRF2000 (geog3D)',
22228
            'method' => 'urn:ogc:def:method:EPSG::32768',
22229
            'extent' => ['1298'],
22230
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
22231
        ],
22232
        'urn:ogc:def:coordinateOperation:EPSG::32776' => [
22233
            'name' => 'ETRS89 to ETRF2000 (geog2D to geocen)',
22234
            'method' => 'urn:ogc:def:method:EPSG::9602',
22235
            'extent' => ['1298'],
22236
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
22237
        ],
22238
        'urn:ogc:def:coordinateOperation:EPSG::32777' => [
22239
            'name' => 'ETRS89 to ETRF2000 (geog3D to geocen)',
22240
            'method' => 'urn:ogc:def:method:EPSG::9602',
22241
            'extent' => ['1298'],
22242
            'extent_description' => 'Europe - onshore and offshore: Albania; Andorra; Austria; Belgium; Bosnia and Herzegovina; Bulgaria; Croatia; Cyprus; Czechia; Denmark; Estonia; Faroe Islands; Finland; France; Germany; Gibraltar; Greece; Hungary; Ireland; Italy; Kosovo; Latvia; Liechtenstein; Lithuania; Luxembourg; Malta; Moldova; Monaco; Montenegro; Netherlands; North Macedonia; Norway including Svalbard and Jan Mayen; Poland; Portugal; Romania; San Marino; Serbia; Slovakia; Slovenia; Spain; Sweden; Switzerland; United Kingdom (UK) including Channel Islands and Isle of Man; Vatican City State.',
22243
        ],
22244
        'urn:ogc:def:coordinateOperation:EPSG::32778' => [
22245
            'name' => 'ETRS89 to WGS 84 (geocen)',
22246
            'method' => 'urn:ogc:def:method:EPSG::32768',
22247
            'extent' => ['1262'],
22248
            'extent_description' => 'World.',
22249
        ],
22250
        'urn:ogc:def:coordinateOperation:EPSG::32779' => [
22251
            'name' => 'ETRS89 to WGS 84 (geog3D)',
22252
            'method' => 'urn:ogc:def:method:EPSG::32768',
22253
            'extent' => ['1262'],
22254
            'extent_description' => 'World.',
22255
        ],
22256
    ];
22257
22258
    /**
22259
     * @var array<string, array<mixed>>
22260
     */
22261
    protected static array $customSridParamData = [];
22262
22263
    /**
22264
     * @var array<int, array{operation: string, name: string, source_crs: string, target_crs: string, accuracy: float}>
22265
     */
22266
    protected static array $customTransformationData = [];
22267
22268
    /**
22269
     * @internal
22270
     */
22271
    public static function getOperationData(string $operationSrid): array
22272
    {
22273
        if (!isset(self::$sridData[$operationSrid])) {
22274
            throw new UnknownCoordinateOperationException($operationSrid);
22275
        }
22276
22277
        return self::$sridData[$operationSrid];
22278
    }
22279
22280
    /**
22281
     * @internal
22282
     */
22283
    public static function getParamData(string $operationSrid): array
22284
    {
22285
        if (isset(self::$customSridParamData[$operationSrid])) {
22286
            return self::$customSridParamData[$operationSrid];
22287
        }
22288
22289
        return require 'Params/' . str_replace(':', '', str_replace('urn:ogc:def:coordinateOperation:', '', $operationSrid)) . '.php';
22290
    }
22291
22292
    public static function registerCustomOperation(string $srid, string $name, string $methodSrid, BoundingArea $extent, array $params): void
22293
    {
22294
        self::$sridData[$srid] = ['name' => $name, 'method' => $methodSrid, 'extent' => $extent, 'params' => $params];
22295
        self::$customSridParamData[$srid] = $params;
22296
    }
22297
22298
    public static function registerCustomTransformation(string $operationSrid, string $name, string $sourceCRSSrid, string $targetCRSSrid, float $accuracy): void
22299
    {
22300
        self::$customTransformationData[] = ['operation' => $operationSrid, 'name' => $name, 'source_crs' => $sourceCRSSrid, 'target_crs' => $targetCRSSrid, 'accuracy' => $accuracy];
22301
    }
22302
22303
    /**
22304
     * @internal
22305
     */
22306
    public static function getCustomTransformations(): array
22307
    {
22308
        return static::$customTransformationData;
22309
    }
22310
}
22311