CRSTransformationsGlobal   B
last analyzed

Complexity

Total Complexity 1

Size/Duplication

Total Lines 17262
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 1
Bugs 0 Features 0
Metric Value
eloc 12323
dl 0
loc 17262
ccs 2
cts 2
cp 1
rs 8.8
c 1
b 0
f 0
wmc 1

1 Method

Rating   Name   Duplication   Size   Complexity  
A getSupportedTransformations() 0 3 1
1
<?php
2
3
/**
4
 * PHPCoord.
5
 *
6
 * @author Doug Wright
7
 */
8
declare(strict_types=1);
9
10
namespace PHPCoord\CoordinateOperation;
11
12
/**
13
 * @internal
14
 */
15
class CRSTransformationsGlobal
16
{
17
    /**
18
     * @var array<array{operation: string, name: string, source_crs: string, target_crs: string, accuracy: float}>
19
     */
20
    protected static array $sridData = [
21
        [
22
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
23
            'name' => 'geocentric to geographic3D',
24
            'source_crs' => 'urn:ogc:def:crs:EPSG::10176',
25
            'target_crs' => 'urn:ogc:def:crs:EPSG::10177',
26
            'accuracy' => 0,
27
        ],
28
        [
29
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
30
            'name' => 'geographic3D to geographic2D',
31
            'source_crs' => 'urn:ogc:def:crs:EPSG::10177',
32
            'target_crs' => 'urn:ogc:def:crs:EPSG::10178',
33
            'accuracy' => 0,
34
        ],
35
        [
36
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
37
            'name' => 'geocentric to geographic3D',
38
            'source_crs' => 'urn:ogc:def:crs:EPSG::10282',
39
            'target_crs' => 'urn:ogc:def:crs:EPSG::10283',
40
            'accuracy' => 0,
41
        ],
42
        [
43
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
44
            'name' => 'geographic3D to geographic2D',
45
            'source_crs' => 'urn:ogc:def:crs:EPSG::10283',
46
            'target_crs' => 'urn:ogc:def:crs:EPSG::10284',
47
            'accuracy' => 0,
48
        ],
49
        [
50
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16263',
51
            'name' => '3-degree Gauss-Kruger zone 3',
52
            'source_crs' => 'urn:ogc:def:crs:EPSG::10284',
53
            'target_crs' => 'urn:ogc:def:crs:EPSG::10285',
54
            'accuracy' => 0,
55
        ],
56
        [
57
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16031',
58
            'name' => 'UTM zone 31N',
59
            'source_crs' => 'urn:ogc:def:crs:EPSG::10284',
60
            'target_crs' => 'urn:ogc:def:crs:EPSG::10731',
61
            'accuracy' => 0,
62
        ],
63
        [
64
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
65
            'name' => 'UTM zone 32N',
66
            'source_crs' => 'urn:ogc:def:crs:EPSG::10284',
67
            'target_crs' => 'urn:ogc:def:crs:EPSG::10732',
68
            'accuracy' => 0,
69
        ],
70
        [
71
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16033',
72
            'name' => 'UTM zone 33N',
73
            'source_crs' => 'urn:ogc:def:crs:EPSG::10284',
74
            'target_crs' => 'urn:ogc:def:crs:EPSG::10733',
75
            'accuracy' => 0,
76
        ],
77
        [
78
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
79
            'name' => 'geocentric to geographic3D',
80
            'source_crs' => 'urn:ogc:def:crs:EPSG::10297',
81
            'target_crs' => 'urn:ogc:def:crs:EPSG::10298',
82
            'accuracy' => 0,
83
        ],
84
        [
85
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
86
            'name' => 'geographic3D to geographic2D',
87
            'source_crs' => 'urn:ogc:def:crs:EPSG::10298',
88
            'target_crs' => 'urn:ogc:def:crs:EPSG::10299',
89
            'accuracy' => 0,
90
        ],
91
        [
92
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
93
            'name' => 'UTM zone 29N',
94
            'source_crs' => 'urn:ogc:def:crs:EPSG::10299',
95
            'target_crs' => 'urn:ogc:def:crs:EPSG::22229',
96
            'accuracy' => 0,
97
        ],
98
        [
99
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16030',
100
            'name' => 'UTM zone 30N',
101
            'source_crs' => 'urn:ogc:def:crs:EPSG::10299',
102
            'target_crs' => 'urn:ogc:def:crs:EPSG::22230',
103
            'accuracy' => 0,
104
        ],
105
        [
106
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16031',
107
            'name' => 'UTM zone 31N',
108
            'source_crs' => 'urn:ogc:def:crs:EPSG::10299',
109
            'target_crs' => 'urn:ogc:def:crs:EPSG::22231',
110
            'accuracy' => 0,
111
        ],
112
        [
113
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
114
            'name' => 'UTM zone 32N',
115
            'source_crs' => 'urn:ogc:def:crs:EPSG::10299',
116
            'target_crs' => 'urn:ogc:def:crs:EPSG::22232',
117
            'accuracy' => 0,
118
        ],
119
        [
120
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
121
            'name' => 'geocentric to geographic3D',
122
            'source_crs' => 'urn:ogc:def:crs:EPSG::10303',
123
            'target_crs' => 'urn:ogc:def:crs:EPSG::10304',
124
            'accuracy' => 0,
125
        ],
126
        [
127
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
128
            'name' => 'geographic3D to geographic2D',
129
            'source_crs' => 'urn:ogc:def:crs:EPSG::10304',
130
            'target_crs' => 'urn:ogc:def:crs:EPSG::10305',
131
            'accuracy' => 0,
132
        ],
133
        [
134
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
135
            'name' => 'geocentric to geographic3D',
136
            'source_crs' => 'urn:ogc:def:crs:EPSG::10308',
137
            'target_crs' => 'urn:ogc:def:crs:EPSG::10309',
138
            'accuracy' => 0,
139
        ],
140
        [
141
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
142
            'name' => 'geographic3D to geographic2D',
143
            'source_crs' => 'urn:ogc:def:crs:EPSG::10309',
144
            'target_crs' => 'urn:ogc:def:crs:EPSG::10310',
145
            'accuracy' => 0,
146
        ],
147
        [
148
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15499',
149
            'name' => 'axis order change (geographic3D horizontal)',
150
            'source_crs' => 'urn:ogc:def:crs:EPSG::10309',
151
            'target_crs' => 'urn:ogc:def:crs:EPSG::10311',
152
            'accuracy' => 0,
153
        ],
154
        [
155
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15498',
156
            'name' => 'axis order change (2D)',
157
            'source_crs' => 'urn:ogc:def:crs:EPSG::10310',
158
            'target_crs' => 'urn:ogc:def:crs:EPSG::10312',
159
            'accuracy' => 0,
160
        ],
161
        [
162
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16157',
163
            'name' => 'UTM zone 57S',
164
            'source_crs' => 'urn:ogc:def:crs:EPSG::10310',
165
            'target_crs' => 'urn:ogc:def:crs:EPSG::10315',
166
            'accuracy' => 0,
167
        ],
168
        [
169
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16158',
170
            'name' => 'UTM zone 58S',
171
            'source_crs' => 'urn:ogc:def:crs:EPSG::10310',
172
            'target_crs' => 'urn:ogc:def:crs:EPSG::10316',
173
            'accuracy' => 0,
174
        ],
175
        [
176
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16159',
177
            'name' => 'UTM zone 59S',
178
            'source_crs' => 'urn:ogc:def:crs:EPSG::10310',
179
            'target_crs' => 'urn:ogc:def:crs:EPSG::10317',
180
            'accuracy' => 0,
181
        ],
182
        [
183
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
184
            'name' => 'geocentric to geographic3D',
185
            'source_crs' => 'urn:ogc:def:crs:EPSG::10326',
186
            'target_crs' => 'urn:ogc:def:crs:EPSG::10327',
187
            'accuracy' => 0,
188
        ],
189
        [
190
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
191
            'name' => 'geographic3D to geographic2D',
192
            'source_crs' => 'urn:ogc:def:crs:EPSG::10327',
193
            'target_crs' => 'urn:ogc:def:crs:EPSG::10328',
194
            'accuracy' => 0,
195
        ],
196
        [
197
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19865',
198
            'name' => 'US NSIDC Sea Ice polar stereographic north',
199
            'source_crs' => 'urn:ogc:def:crs:EPSG::10345',
200
            'target_crs' => 'urn:ogc:def:crs:EPSG::3411',
201
            'accuracy' => 0,
202
        ],
203
        [
204
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19866',
205
            'name' => 'US NSIDC Sea Ice polar stereographic south',
206
            'source_crs' => 'urn:ogc:def:crs:EPSG::10345',
207
            'target_crs' => 'urn:ogc:def:crs:EPSG::3412',
208
            'accuracy' => 0,
209
        ],
210
        [
211
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::3897',
212
            'name' => 'US NSIDC Equal Area north projection',
213
            'source_crs' => 'urn:ogc:def:crs:EPSG::10346',
214
            'target_crs' => 'urn:ogc:def:crs:EPSG::3408',
215
            'accuracy' => 0,
216
        ],
217
        [
218
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::3898',
219
            'name' => 'US NSIDC Equal Area south projection',
220
            'source_crs' => 'urn:ogc:def:crs:EPSG::10346',
221
            'target_crs' => 'urn:ogc:def:crs:EPSG::3409',
222
            'accuracy' => 0,
223
        ],
224
        [
225
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19869',
226
            'name' => 'US NSIDC Equal Area global projection',
227
            'source_crs' => 'urn:ogc:def:crs:EPSG::10346',
228
            'target_crs' => 'urn:ogc:def:crs:EPSG::3410',
229
            'accuracy' => 0,
230
        ],
231
        [
232
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
233
            'name' => 'geocentric to geographic3D',
234
            'source_crs' => 'urn:ogc:def:crs:EPSG::10412',
235
            'target_crs' => 'urn:ogc:def:crs:EPSG::10413',
236
            'accuracy' => 0,
237
        ],
238
        [
239
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
240
            'name' => 'geographic3D to geographic2D',
241
            'source_crs' => 'urn:ogc:def:crs:EPSG::10413',
242
            'target_crs' => 'urn:ogc:def:crs:EPSG::10414',
243
            'accuracy' => 0,
244
        ],
245
        [
246
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16007',
247
            'name' => 'UTM zone 7N',
248
            'source_crs' => 'urn:ogc:def:crs:EPSG::10414',
249
            'target_crs' => 'urn:ogc:def:crs:EPSG::22807',
250
            'accuracy' => 0,
251
        ],
252
        [
253
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16008',
254
            'name' => 'UTM zone 8N',
255
            'source_crs' => 'urn:ogc:def:crs:EPSG::10414',
256
            'target_crs' => 'urn:ogc:def:crs:EPSG::22808',
257
            'accuracy' => 0,
258
        ],
259
        [
260
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16009',
261
            'name' => 'UTM zone 9N',
262
            'source_crs' => 'urn:ogc:def:crs:EPSG::10414',
263
            'target_crs' => 'urn:ogc:def:crs:EPSG::22809',
264
            'accuracy' => 0,
265
        ],
266
        [
267
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16010',
268
            'name' => 'UTM zone 10N',
269
            'source_crs' => 'urn:ogc:def:crs:EPSG::10414',
270
            'target_crs' => 'urn:ogc:def:crs:EPSG::22810',
271
            'accuracy' => 0,
272
        ],
273
        [
274
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
275
            'name' => 'UTM zone 11N',
276
            'source_crs' => 'urn:ogc:def:crs:EPSG::10414',
277
            'target_crs' => 'urn:ogc:def:crs:EPSG::22811',
278
            'accuracy' => 0,
279
        ],
280
        [
281
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
282
            'name' => 'UTM zone 12N',
283
            'source_crs' => 'urn:ogc:def:crs:EPSG::10414',
284
            'target_crs' => 'urn:ogc:def:crs:EPSG::22812',
285
            'accuracy' => 0,
286
        ],
287
        [
288
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
289
            'name' => 'UTM zone 13N',
290
            'source_crs' => 'urn:ogc:def:crs:EPSG::10414',
291
            'target_crs' => 'urn:ogc:def:crs:EPSG::22813',
292
            'accuracy' => 0,
293
        ],
294
        [
295
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
296
            'name' => 'UTM zone 14N',
297
            'source_crs' => 'urn:ogc:def:crs:EPSG::10414',
298
            'target_crs' => 'urn:ogc:def:crs:EPSG::22814',
299
            'accuracy' => 0,
300
        ],
301
        [
302
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
303
            'name' => 'UTM zone 15N',
304
            'source_crs' => 'urn:ogc:def:crs:EPSG::10414',
305
            'target_crs' => 'urn:ogc:def:crs:EPSG::22815',
306
            'accuracy' => 0,
307
        ],
308
        [
309
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
310
            'name' => 'UTM zone 16N',
311
            'source_crs' => 'urn:ogc:def:crs:EPSG::10414',
312
            'target_crs' => 'urn:ogc:def:crs:EPSG::22816',
313
            'accuracy' => 0,
314
        ],
315
        [
316
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
317
            'name' => 'UTM zone 17N',
318
            'source_crs' => 'urn:ogc:def:crs:EPSG::10414',
319
            'target_crs' => 'urn:ogc:def:crs:EPSG::22817',
320
            'accuracy' => 0,
321
        ],
322
        [
323
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
324
            'name' => 'UTM zone 18N',
325
            'source_crs' => 'urn:ogc:def:crs:EPSG::10414',
326
            'target_crs' => 'urn:ogc:def:crs:EPSG::22818',
327
            'accuracy' => 0,
328
        ],
329
        [
330
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
331
            'name' => 'UTM zone 19N',
332
            'source_crs' => 'urn:ogc:def:crs:EPSG::10414',
333
            'target_crs' => 'urn:ogc:def:crs:EPSG::22819',
334
            'accuracy' => 0,
335
        ],
336
        [
337
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
338
            'name' => 'UTM zone 20N',
339
            'source_crs' => 'urn:ogc:def:crs:EPSG::10414',
340
            'target_crs' => 'urn:ogc:def:crs:EPSG::22820',
341
            'accuracy' => 0,
342
        ],
343
        [
344
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
345
            'name' => 'UTM zone 21N',
346
            'source_crs' => 'urn:ogc:def:crs:EPSG::10414',
347
            'target_crs' => 'urn:ogc:def:crs:EPSG::22821',
348
            'accuracy' => 0,
349
        ],
350
        [
351
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
352
            'name' => 'UTM zone 22N',
353
            'source_crs' => 'urn:ogc:def:crs:EPSG::10414',
354
            'target_crs' => 'urn:ogc:def:crs:EPSG::22822',
355
            'accuracy' => 0,
356
        ],
357
        [
358
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
359
            'name' => 'geocentric to geographic3D',
360
            'source_crs' => 'urn:ogc:def:crs:EPSG::10473',
361
            'target_crs' => 'urn:ogc:def:crs:EPSG::10474',
362
            'accuracy' => 0,
363
        ],
364
        [
365
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
366
            'name' => 'geographic3D to geographic2D',
367
            'source_crs' => 'urn:ogc:def:crs:EPSG::10474',
368
            'target_crs' => 'urn:ogc:def:crs:EPSG::10475',
369
            'accuracy' => 0,
370
        ],
371
        [
372
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
373
            'name' => 'geocentric to geographic3D',
374
            'source_crs' => 'urn:ogc:def:crs:EPSG::10569',
375
            'target_crs' => 'urn:ogc:def:crs:EPSG::10570',
376
            'accuracy' => 0,
377
        ],
378
        [
379
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
380
            'name' => 'geographic3D to geographic2D',
381
            'source_crs' => 'urn:ogc:def:crs:EPSG::10570',
382
            'target_crs' => 'urn:ogc:def:crs:EPSG::10571',
383
            'accuracy' => 0,
384
        ],
385
        [
386
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
387
            'name' => 'geocentric to geographic3D',
388
            'source_crs' => 'urn:ogc:def:crs:EPSG::10604',
389
            'target_crs' => 'urn:ogc:def:crs:EPSG::10605',
390
            'accuracy' => 0,
391
        ],
392
        [
393
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10608',
394
            'name' => 'WGS 84 (G2296) to ITRF2020 (1)',
395
            'source_crs' => 'urn:ogc:def:crs:EPSG::10604',
396
            'target_crs' => 'urn:ogc:def:crs:EPSG::9988',
397
            'accuracy' => 0.01,
398
        ],
399
        [
400
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
401
            'name' => 'geographic3D to geographic2D',
402
            'source_crs' => 'urn:ogc:def:crs:EPSG::10605',
403
            'target_crs' => 'urn:ogc:def:crs:EPSG::10606',
404
            'accuracy' => 0,
405
        ],
406
        [
407
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
408
            'name' => 'geocentric to geographic3D',
409
            'source_crs' => 'urn:ogc:def:crs:EPSG::20039',
410
            'target_crs' => 'urn:ogc:def:crs:EPSG::20040',
411
            'accuracy' => 0,
412
        ],
413
        [
414
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
415
            'name' => 'geographic3D to geographic2D',
416
            'source_crs' => 'urn:ogc:def:crs:EPSG::20040',
417
            'target_crs' => 'urn:ogc:def:crs:EPSG::20041',
418
            'accuracy' => 0,
419
        ],
420
        [
421
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16112',
422
            'name' => 'UTM zone 12S',
423
            'source_crs' => 'urn:ogc:def:crs:EPSG::20041',
424
            'target_crs' => 'urn:ogc:def:crs:EPSG::20042',
425
            'accuracy' => 0,
426
        ],
427
        [
428
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16118',
429
            'name' => 'UTM zone 18S',
430
            'source_crs' => 'urn:ogc:def:crs:EPSG::20041',
431
            'target_crs' => 'urn:ogc:def:crs:EPSG::20048',
432
            'accuracy' => 0,
433
        ],
434
        [
435
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
436
            'name' => 'UTM zone 19S',
437
            'source_crs' => 'urn:ogc:def:crs:EPSG::20041',
438
            'target_crs' => 'urn:ogc:def:crs:EPSG::20049',
439
            'accuracy' => 0,
440
        ],
441
        [
442
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
443
            'name' => 'geocentric to geographic3D',
444
            'source_crs' => 'urn:ogc:def:crs:EPSG::20044',
445
            'target_crs' => 'urn:ogc:def:crs:EPSG::20045',
446
            'accuracy' => 0,
447
        ],
448
        [
449
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
450
            'name' => 'geographic3D to geographic2D',
451
            'source_crs' => 'urn:ogc:def:crs:EPSG::20045',
452
            'target_crs' => 'urn:ogc:def:crs:EPSG::20046',
453
            'accuracy' => 0,
454
        ],
455
        [
456
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
457
            'name' => 'geocentric to geographic3D',
458
            'source_crs' => 'urn:ogc:def:crs:EPSG::3822',
459
            'target_crs' => 'urn:ogc:def:crs:EPSG::3823',
460
            'accuracy' => 0,
461
        ],
462
        [
463
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
464
            'name' => 'geographic3D to geographic2D',
465
            'source_crs' => 'urn:ogc:def:crs:EPSG::3823',
466
            'target_crs' => 'urn:ogc:def:crs:EPSG::3824',
467
            'accuracy' => 0,
468
        ],
469
        [
470
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
471
            'name' => 'geocentric to geographic3D',
472
            'source_crs' => 'urn:ogc:def:crs:EPSG::3887',
473
            'target_crs' => 'urn:ogc:def:crs:EPSG::3888',
474
            'accuracy' => 0,
475
        ],
476
        [
477
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
478
            'name' => 'geographic3D to geographic2D',
479
            'source_crs' => 'urn:ogc:def:crs:EPSG::3888',
480
            'target_crs' => 'urn:ogc:def:crs:EPSG::3889',
481
            'accuracy' => 0,
482
        ],
483
        [
484
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16037',
485
            'name' => 'UTM zone 37N',
486
            'source_crs' => 'urn:ogc:def:crs:EPSG::3889',
487
            'target_crs' => 'urn:ogc:def:crs:EPSG::3890',
488
            'accuracy' => 0,
489
        ],
490
        [
491
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16038',
492
            'name' => 'UTM zone 38N',
493
            'source_crs' => 'urn:ogc:def:crs:EPSG::3889',
494
            'target_crs' => 'urn:ogc:def:crs:EPSG::3891',
495
            'accuracy' => 0,
496
        ],
497
        [
498
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
499
            'name' => 'UTM zone 39N',
500
            'source_crs' => 'urn:ogc:def:crs:EPSG::3889',
501
            'target_crs' => 'urn:ogc:def:crs:EPSG::3892',
502
            'accuracy' => 0,
503
        ],
504
        [
505
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
506
            'name' => 'geocentric to geographic3D',
507
            'source_crs' => 'urn:ogc:def:crs:EPSG::4000',
508
            'target_crs' => 'urn:ogc:def:crs:EPSG::4017',
509
            'accuracy' => 0,
510
        ],
511
        [
512
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
513
            'name' => 'geographic3D to geographic2D',
514
            'source_crs' => 'urn:ogc:def:crs:EPSG::4017',
515
            'target_crs' => 'urn:ogc:def:crs:EPSG::4023',
516
            'accuracy' => 0,
517
        ],
518
        [
519
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
520
            'name' => 'geocentric to geographic3D',
521
            'source_crs' => 'urn:ogc:def:crs:EPSG::4039',
522
            'target_crs' => 'urn:ogc:def:crs:EPSG::4040',
523
            'accuracy' => 0,
524
        ],
525
        [
526
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
527
            'name' => 'geographic3D to geographic2D',
528
            'source_crs' => 'urn:ogc:def:crs:EPSG::4040',
529
            'target_crs' => 'urn:ogc:def:crs:EPSG::4046',
530
            'accuracy' => 0,
531
        ],
532
        [
533
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16133',
534
            'name' => 'UTM zone 33S',
535
            'source_crs' => 'urn:ogc:def:crs:EPSG::4046',
536
            'target_crs' => 'urn:ogc:def:crs:EPSG::4061',
537
            'accuracy' => 0,
538
        ],
539
        [
540
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16134',
541
            'name' => 'UTM zone 34S',
542
            'source_crs' => 'urn:ogc:def:crs:EPSG::4046',
543
            'target_crs' => 'urn:ogc:def:crs:EPSG::4062',
544
            'accuracy' => 0,
545
        ],
546
        [
547
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16135',
548
            'name' => 'UTM zone 35S',
549
            'source_crs' => 'urn:ogc:def:crs:EPSG::4046',
550
            'target_crs' => 'urn:ogc:def:crs:EPSG::4063',
551
            'accuracy' => 0,
552
        ],
553
        [
554
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
555
            'name' => 'geocentric to geographic3D',
556
            'source_crs' => 'urn:ogc:def:crs:EPSG::4073',
557
            'target_crs' => 'urn:ogc:def:crs:EPSG::4074',
558
            'accuracy' => 0,
559
        ],
560
        [
561
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
562
            'name' => 'geographic3D to geographic2D',
563
            'source_crs' => 'urn:ogc:def:crs:EPSG::4074',
564
            'target_crs' => 'urn:ogc:def:crs:EPSG::4075',
565
            'accuracy' => 0,
566
        ],
567
        [
568
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
569
            'name' => 'geocentric to geographic3D',
570
            'source_crs' => 'urn:ogc:def:crs:EPSG::4079',
571
            'target_crs' => 'urn:ogc:def:crs:EPSG::4080',
572
            'accuracy' => 0,
573
        ],
574
        [
575
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
576
            'name' => 'geographic3D to geographic2D',
577
            'source_crs' => 'urn:ogc:def:crs:EPSG::4080',
578
            'target_crs' => 'urn:ogc:def:crs:EPSG::4081',
579
            'accuracy' => 0,
580
        ],
581
        [
582
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16027',
583
            'name' => 'UTM zone 27N',
584
            'source_crs' => 'urn:ogc:def:crs:EPSG::4081',
585
            'target_crs' => 'urn:ogc:def:crs:EPSG::4082',
586
            'accuracy' => 0,
587
        ],
588
        [
589
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
590
            'name' => 'UTM zone 28N',
591
            'source_crs' => 'urn:ogc:def:crs:EPSG::4081',
592
            'target_crs' => 'urn:ogc:def:crs:EPSG::4083',
593
            'accuracy' => 0,
594
        ],
595
        [
596
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
597
            'name' => 'UTM zone 19N',
598
            'source_crs' => 'urn:ogc:def:crs:EPSG::4122',
599
            'target_crs' => 'urn:ogc:def:crs:EPSG::2219',
600
            'accuracy' => 0,
601
        ],
602
        [
603
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
604
            'name' => 'UTM zone 20N',
605
            'source_crs' => 'urn:ogc:def:crs:EPSG::4122',
606
            'target_crs' => 'urn:ogc:def:crs:EPSG::2220',
607
            'accuracy' => 0,
608
        ],
609
        [
610
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16136',
611
            'name' => 'UTM zone 36S',
612
            'source_crs' => 'urn:ogc:def:crs:EPSG::4127',
613
            'target_crs' => 'urn:ogc:def:crs:EPSG::2736',
614
            'accuracy' => 0,
615
        ],
616
        [
617
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16137',
618
            'name' => 'UTM zone 37S',
619
            'source_crs' => 'urn:ogc:def:crs:EPSG::4127',
620
            'target_crs' => 'urn:ogc:def:crs:EPSG::2737',
621
            'accuracy' => 0,
622
        ],
623
        [
624
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16136',
625
            'name' => 'UTM zone 36S',
626
            'source_crs' => 'urn:ogc:def:crs:EPSG::4130',
627
            'target_crs' => 'urn:ogc:def:crs:EPSG::3036',
628
            'accuracy' => 0,
629
        ],
630
        [
631
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16137',
632
            'name' => 'UTM zone 37S',
633
            'source_crs' => 'urn:ogc:def:crs:EPSG::4130',
634
            'target_crs' => 'urn:ogc:def:crs:EPSG::3037',
635
            'accuracy' => 0,
636
        ],
637
        [
638
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16138',
639
            'name' => 'UTM zone 38S',
640
            'source_crs' => 'urn:ogc:def:crs:EPSG::4130',
641
            'target_crs' => 'urn:ogc:def:crs:EPSG::5629',
642
            'accuracy' => 0,
643
        ],
644
        [
645
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16048',
646
            'name' => 'UTM zone 48N',
647
            'source_crs' => 'urn:ogc:def:crs:EPSG::4131',
648
            'target_crs' => 'urn:ogc:def:crs:EPSG::3148',
649
            'accuracy' => 0,
650
        ],
651
        [
652
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16049',
653
            'name' => 'UTM zone 49N',
654
            'source_crs' => 'urn:ogc:def:crs:EPSG::4131',
655
            'target_crs' => 'urn:ogc:def:crs:EPSG::3149',
656
            'accuracy' => 0,
657
        ],
658
        [
659
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
660
            'name' => 'UTM zone 39N',
661
            'source_crs' => 'urn:ogc:def:crs:EPSG::4134',
662
            'target_crs' => 'urn:ogc:def:crs:EPSG::3439',
663
            'accuracy' => 0,
664
        ],
665
        [
666
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16040',
667
            'name' => 'UTM zone 40N',
668
            'source_crs' => 'urn:ogc:def:crs:EPSG::4134',
669
            'target_crs' => 'urn:ogc:def:crs:EPSG::3440',
670
            'accuracy' => 0,
671
        ],
672
        [
673
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
674
            'name' => 'UTM zone 20N',
675
            'source_crs' => 'urn:ogc:def:crs:EPSG::4139',
676
            'target_crs' => 'urn:ogc:def:crs:EPSG::3920',
677
            'accuracy' => 0,
678
        ],
679
        [
680
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16030',
681
            'name' => 'UTM zone 30N',
682
            'source_crs' => 'urn:ogc:def:crs:EPSG::4142',
683
            'target_crs' => 'urn:ogc:def:crs:EPSG::2040',
684
            'accuracy' => 0,
685
        ],
686
        [
687
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
688
            'name' => 'UTM zone 29N',
689
            'source_crs' => 'urn:ogc:def:crs:EPSG::4142',
690
            'target_crs' => 'urn:ogc:def:crs:EPSG::2042',
691
            'accuracy' => 0,
692
        ],
693
        [
694
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16030',
695
            'name' => 'UTM zone 30N',
696
            'source_crs' => 'urn:ogc:def:crs:EPSG::4143',
697
            'target_crs' => 'urn:ogc:def:crs:EPSG::2041',
698
            'accuracy' => 0,
699
        ],
700
        [
701
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
702
            'name' => 'UTM zone 29N',
703
            'source_crs' => 'urn:ogc:def:crs:EPSG::4143',
704
            'target_crs' => 'urn:ogc:def:crs:EPSG::2043',
705
            'accuracy' => 0,
706
        ],
707
        [
708
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16045',
709
            'name' => 'UTM zone 45N',
710
            'source_crs' => 'urn:ogc:def:crs:EPSG::4144',
711
            'target_crs' => 'urn:ogc:def:crs:EPSG::24305',
712
            'accuracy' => 0,
713
        ],
714
        [
715
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16046',
716
            'name' => 'UTM zone 46N',
717
            'source_crs' => 'urn:ogc:def:crs:EPSG::4144',
718
            'target_crs' => 'urn:ogc:def:crs:EPSG::24306',
719
            'accuracy' => 0,
720
        ],
721
        [
722
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16041',
723
            'name' => 'UTM zone 41N',
724
            'source_crs' => 'urn:ogc:def:crs:EPSG::4145',
725
            'target_crs' => 'urn:ogc:def:crs:EPSG::24311',
726
            'accuracy' => 0,
727
        ],
728
        [
729
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16042',
730
            'name' => 'UTM zone 42N',
731
            'source_crs' => 'urn:ogc:def:crs:EPSG::4145',
732
            'target_crs' => 'urn:ogc:def:crs:EPSG::24312',
733
            'accuracy' => 0,
734
        ],
735
        [
736
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16043',
737
            'name' => 'UTM zone 43N',
738
            'source_crs' => 'urn:ogc:def:crs:EPSG::4145',
739
            'target_crs' => 'urn:ogc:def:crs:EPSG::24313',
740
            'accuracy' => 0,
741
        ],
742
        [
743
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16042',
744
            'name' => 'UTM zone 42N',
745
            'source_crs' => 'urn:ogc:def:crs:EPSG::4146',
746
            'target_crs' => 'urn:ogc:def:crs:EPSG::24342',
747
            'accuracy' => 0,
748
        ],
749
        [
750
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16043',
751
            'name' => 'UTM zone 43N',
752
            'source_crs' => 'urn:ogc:def:crs:EPSG::4146',
753
            'target_crs' => 'urn:ogc:def:crs:EPSG::24343',
754
            'accuracy' => 0,
755
        ],
756
        [
757
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16044',
758
            'name' => 'UTM zone 44N',
759
            'source_crs' => 'urn:ogc:def:crs:EPSG::4146',
760
            'target_crs' => 'urn:ogc:def:crs:EPSG::24344',
761
            'accuracy' => 0,
762
        ],
763
        [
764
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16045',
765
            'name' => 'UTM zone 45N',
766
            'source_crs' => 'urn:ogc:def:crs:EPSG::4146',
767
            'target_crs' => 'urn:ogc:def:crs:EPSG::24345',
768
            'accuracy' => 0,
769
        ],
770
        [
771
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16046',
772
            'name' => 'UTM zone 46N',
773
            'source_crs' => 'urn:ogc:def:crs:EPSG::4146',
774
            'target_crs' => 'urn:ogc:def:crs:EPSG::24346',
775
            'accuracy' => 0,
776
        ],
777
        [
778
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16047',
779
            'name' => 'UTM zone 47N',
780
            'source_crs' => 'urn:ogc:def:crs:EPSG::4146',
781
            'target_crs' => 'urn:ogc:def:crs:EPSG::24347',
782
            'accuracy' => 0,
783
        ],
784
        [
785
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16218',
786
            'name' => '6-degree Gauss-Kruger zone 18',
787
            'source_crs' => 'urn:ogc:def:crs:EPSG::4147',
788
            'target_crs' => 'urn:ogc:def:crs:EPSG::2044',
789
            'accuracy' => 0,
790
        ],
791
        [
792
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16219',
793
            'name' => '6-degree Gauss-Kruger zone 19',
794
            'source_crs' => 'urn:ogc:def:crs:EPSG::4147',
795
            'target_crs' => 'urn:ogc:def:crs:EPSG::2045',
796
            'accuracy' => 0,
797
        ],
798
        [
799
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16102',
800
            'name' => 'UTM zone 2S',
801
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
802
            'target_crs' => 'urn:ogc:def:crs:EPSG::2195',
803
            'accuracy' => 0,
804
        ],
805
        [
806
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16010',
807
            'name' => 'UTM zone 10N',
808
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
809
            'target_crs' => 'urn:ogc:def:crs:EPSG::3740',
810
            'accuracy' => 0,
811
        ],
812
        [
813
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
814
            'name' => 'UTM zone 11N',
815
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
816
            'target_crs' => 'urn:ogc:def:crs:EPSG::3741',
817
            'accuracy' => 0,
818
        ],
819
        [
820
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
821
            'name' => 'UTM zone 12N',
822
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
823
            'target_crs' => 'urn:ogc:def:crs:EPSG::3742',
824
            'accuracy' => 0,
825
        ],
826
        [
827
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
828
            'name' => 'UTM zone 13N',
829
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
830
            'target_crs' => 'urn:ogc:def:crs:EPSG::3743',
831
            'accuracy' => 0,
832
        ],
833
        [
834
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
835
            'name' => 'UTM zone 14N',
836
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
837
            'target_crs' => 'urn:ogc:def:crs:EPSG::3744',
838
            'accuracy' => 0,
839
        ],
840
        [
841
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
842
            'name' => 'UTM zone 15N',
843
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
844
            'target_crs' => 'urn:ogc:def:crs:EPSG::3745',
845
            'accuracy' => 0,
846
        ],
847
        [
848
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
849
            'name' => 'UTM zone 16N',
850
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
851
            'target_crs' => 'urn:ogc:def:crs:EPSG::3746',
852
            'accuracy' => 0,
853
        ],
854
        [
855
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
856
            'name' => 'UTM zone 17N',
857
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
858
            'target_crs' => 'urn:ogc:def:crs:EPSG::3747',
859
            'accuracy' => 0,
860
        ],
861
        [
862
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
863
            'name' => 'UTM zone 18N',
864
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
865
            'target_crs' => 'urn:ogc:def:crs:EPSG::3748',
866
            'accuracy' => 0,
867
        ],
868
        [
869
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
870
            'name' => 'UTM zone 19N',
871
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
872
            'target_crs' => 'urn:ogc:def:crs:EPSG::3749',
873
            'accuracy' => 0,
874
        ],
875
        [
876
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16004',
877
            'name' => 'UTM zone 4N',
878
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
879
            'target_crs' => 'urn:ogc:def:crs:EPSG::3750',
880
            'accuracy' => 0,
881
        ],
882
        [
883
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16005',
884
            'name' => 'UTM zone 5N',
885
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
886
            'target_crs' => 'urn:ogc:def:crs:EPSG::3751',
887
            'accuracy' => 0,
888
        ],
889
        [
890
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16038',
891
            'name' => 'UTM zone 38N',
892
            'source_crs' => 'urn:ogc:def:crs:EPSG::4154',
893
            'target_crs' => 'urn:ogc:def:crs:EPSG::2058',
894
            'accuracy' => 0,
895
        ],
896
        [
897
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
898
            'name' => 'UTM zone 39N',
899
            'source_crs' => 'urn:ogc:def:crs:EPSG::4154',
900
            'target_crs' => 'urn:ogc:def:crs:EPSG::2059',
901
            'accuracy' => 0,
902
        ],
903
        [
904
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16040',
905
            'name' => 'UTM zone 40N',
906
            'source_crs' => 'urn:ogc:def:crs:EPSG::4154',
907
            'target_crs' => 'urn:ogc:def:crs:EPSG::2060',
908
            'accuracy' => 0,
909
        ],
910
        [
911
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16041',
912
            'name' => 'UTM zone 41N',
913
            'source_crs' => 'urn:ogc:def:crs:EPSG::4154',
914
            'target_crs' => 'urn:ogc:def:crs:EPSG::2061',
915
            'accuracy' => 0,
916
        ],
917
        [
918
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
919
            'name' => 'UTM zone 28N',
920
            'source_crs' => 'urn:ogc:def:crs:EPSG::4155',
921
            'target_crs' => 'urn:ogc:def:crs:EPSG::3461',
922
            'accuracy' => 0,
923
        ],
924
        [
925
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
926
            'name' => 'UTM zone 29N',
927
            'source_crs' => 'urn:ogc:def:crs:EPSG::4155',
928
            'target_crs' => 'urn:ogc:def:crs:EPSG::3462',
929
            'accuracy' => 0,
930
        ],
931
        [
932
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
933
            'name' => 'UTM zone 20N',
934
            'source_crs' => 'urn:ogc:def:crs:EPSG::4158',
935
            'target_crs' => 'urn:ogc:def:crs:EPSG::2067',
936
            'accuracy' => 0,
937
        ],
938
        [
939
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
940
            'name' => 'UTM zone 32N',
941
            'source_crs' => 'urn:ogc:def:crs:EPSG::4159',
942
            'target_crs' => 'urn:ogc:def:crs:EPSG::2077',
943
            'accuracy' => 0,
944
        ],
945
        [
946
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16033',
947
            'name' => 'UTM zone 33N',
948
            'source_crs' => 'urn:ogc:def:crs:EPSG::4159',
949
            'target_crs' => 'urn:ogc:def:crs:EPSG::2078',
950
            'accuracy' => 0,
951
        ],
952
        [
953
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16034',
954
            'name' => 'UTM zone 34N',
955
            'source_crs' => 'urn:ogc:def:crs:EPSG::4159',
956
            'target_crs' => 'urn:ogc:def:crs:EPSG::2079',
957
            'accuracy' => 0,
958
        ],
959
        [
960
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16035',
961
            'name' => 'UTM zone 35N',
962
            'source_crs' => 'urn:ogc:def:crs:EPSG::4159',
963
            'target_crs' => 'urn:ogc:def:crs:EPSG::2080',
964
            'accuracy' => 0,
965
        ],
966
        [
967
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16038',
968
            'name' => 'UTM zone 38N',
969
            'source_crs' => 'urn:ogc:def:crs:EPSG::4163',
970
            'target_crs' => 'urn:ogc:def:crs:EPSG::2089',
971
            'accuracy' => 0,
972
        ],
973
        [
974
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
975
            'name' => 'UTM zone 39N',
976
            'source_crs' => 'urn:ogc:def:crs:EPSG::4163',
977
            'target_crs' => 'urn:ogc:def:crs:EPSG::2090',
978
            'accuracy' => 0,
979
        ],
980
        [
981
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16037',
982
            'name' => 'UTM zone 37N',
983
            'source_crs' => 'urn:ogc:def:crs:EPSG::4163',
984
            'target_crs' => 'urn:ogc:def:crs:EPSG::5836',
985
            'accuracy' => 0,
986
        ],
987
        [
988
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16040',
989
            'name' => 'UTM zone 40N',
990
            'source_crs' => 'urn:ogc:def:crs:EPSG::4163',
991
            'target_crs' => 'urn:ogc:def:crs:EPSG::5837',
992
            'accuracy' => 0,
993
        ],
994
        [
995
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16208',
996
            'name' => '6-degree Gauss-Kruger zone 8',
997
            'source_crs' => 'urn:ogc:def:crs:EPSG::4164',
998
            'target_crs' => 'urn:ogc:def:crs:EPSG::2395',
999
            'accuracy' => 0,
1000
        ],
1001
        [
1002
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16209',
1003
            'name' => '6-degree Gauss-Kruger zone 9',
1004
            'source_crs' => 'urn:ogc:def:crs:EPSG::4164',
1005
            'target_crs' => 'urn:ogc:def:crs:EPSG::2396',
1006
            'accuracy' => 0,
1007
        ],
1008
        [
1009
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
1010
            'name' => 'UTM zone 28N',
1011
            'source_crs' => 'urn:ogc:def:crs:EPSG::4165',
1012
            'target_crs' => 'urn:ogc:def:crs:EPSG::2095',
1013
            'accuracy' => 0,
1014
        ],
1015
        [
1016
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16158',
1017
            'name' => 'UTM zone 58S',
1018
            'source_crs' => 'urn:ogc:def:crs:EPSG::4167',
1019
            'target_crs' => 'urn:ogc:def:crs:EPSG::2133',
1020
            'accuracy' => 0,
1021
        ],
1022
        [
1023
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16159',
1024
            'name' => 'UTM zone 59S',
1025
            'source_crs' => 'urn:ogc:def:crs:EPSG::4167',
1026
            'target_crs' => 'urn:ogc:def:crs:EPSG::2134',
1027
            'accuracy' => 0,
1028
        ],
1029
        [
1030
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16160',
1031
            'name' => 'UTM zone 60S',
1032
            'source_crs' => 'urn:ogc:def:crs:EPSG::4167',
1033
            'target_crs' => 'urn:ogc:def:crs:EPSG::2135',
1034
            'accuracy' => 0,
1035
        ],
1036
        [
1037
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16101',
1038
            'name' => 'UTM zone 1S',
1039
            'source_crs' => 'urn:ogc:def:crs:EPSG::4167',
1040
            'target_crs' => 'urn:ogc:def:crs:EPSG::5700',
1041
            'accuracy' => 0,
1042
        ],
1043
        [
1044
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
1045
            'name' => 'UTM zone 17N',
1046
            'source_crs' => 'urn:ogc:def:crs:EPSG::4170',
1047
            'target_crs' => 'urn:ogc:def:crs:EPSG::31986',
1048
            'accuracy' => 0,
1049
        ],
1050
        [
1051
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
1052
            'name' => 'UTM zone 18N',
1053
            'source_crs' => 'urn:ogc:def:crs:EPSG::4170',
1054
            'target_crs' => 'urn:ogc:def:crs:EPSG::31987',
1055
            'accuracy' => 0,
1056
        ],
1057
        [
1058
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
1059
            'name' => 'UTM zone 19N',
1060
            'source_crs' => 'urn:ogc:def:crs:EPSG::4170',
1061
            'target_crs' => 'urn:ogc:def:crs:EPSG::31988',
1062
            'accuracy' => 0,
1063
        ],
1064
        [
1065
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
1066
            'name' => 'UTM zone 20N',
1067
            'source_crs' => 'urn:ogc:def:crs:EPSG::4170',
1068
            'target_crs' => 'urn:ogc:def:crs:EPSG::31989',
1069
            'accuracy' => 0,
1070
        ],
1071
        [
1072
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
1073
            'name' => 'UTM zone 21N',
1074
            'source_crs' => 'urn:ogc:def:crs:EPSG::4170',
1075
            'target_crs' => 'urn:ogc:def:crs:EPSG::31990',
1076
            'accuracy' => 0,
1077
        ],
1078
        [
1079
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
1080
            'name' => 'UTM zone 22N',
1081
            'source_crs' => 'urn:ogc:def:crs:EPSG::4170',
1082
            'target_crs' => 'urn:ogc:def:crs:EPSG::31991',
1083
            'accuracy' => 0,
1084
        ],
1085
        [
1086
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16117',
1087
            'name' => 'UTM zone 17S',
1088
            'source_crs' => 'urn:ogc:def:crs:EPSG::4170',
1089
            'target_crs' => 'urn:ogc:def:crs:EPSG::31992',
1090
            'accuracy' => 0,
1091
        ],
1092
        [
1093
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16118',
1094
            'name' => 'UTM zone 18S',
1095
            'source_crs' => 'urn:ogc:def:crs:EPSG::4170',
1096
            'target_crs' => 'urn:ogc:def:crs:EPSG::31993',
1097
            'accuracy' => 0,
1098
        ],
1099
        [
1100
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
1101
            'name' => 'UTM zone 19S',
1102
            'source_crs' => 'urn:ogc:def:crs:EPSG::4170',
1103
            'target_crs' => 'urn:ogc:def:crs:EPSG::31994',
1104
            'accuracy' => 0,
1105
        ],
1106
        [
1107
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16120',
1108
            'name' => 'UTM zone 20S',
1109
            'source_crs' => 'urn:ogc:def:crs:EPSG::4170',
1110
            'target_crs' => 'urn:ogc:def:crs:EPSG::31995',
1111
            'accuracy' => 0,
1112
        ],
1113
        [
1114
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16121',
1115
            'name' => 'UTM zone 21S',
1116
            'source_crs' => 'urn:ogc:def:crs:EPSG::4170',
1117
            'target_crs' => 'urn:ogc:def:crs:EPSG::31996',
1118
            'accuracy' => 0,
1119
        ],
1120
        [
1121
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16122',
1122
            'name' => 'UTM zone 22S',
1123
            'source_crs' => 'urn:ogc:def:crs:EPSG::4170',
1124
            'target_crs' => 'urn:ogc:def:crs:EPSG::31997',
1125
            'accuracy' => 0,
1126
        ],
1127
        [
1128
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16123',
1129
            'name' => 'UTM zone 23S',
1130
            'source_crs' => 'urn:ogc:def:crs:EPSG::4170',
1131
            'target_crs' => 'urn:ogc:def:crs:EPSG::31998',
1132
            'accuracy' => 0,
1133
        ],
1134
        [
1135
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16124',
1136
            'name' => 'UTM zone 24S',
1137
            'source_crs' => 'urn:ogc:def:crs:EPSG::4170',
1138
            'target_crs' => 'urn:ogc:def:crs:EPSG::31999',
1139
            'accuracy' => 0,
1140
        ],
1141
        [
1142
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16125',
1143
            'name' => 'UTM zone 25S',
1144
            'source_crs' => 'urn:ogc:def:crs:EPSG::4170',
1145
            'target_crs' => 'urn:ogc:def:crs:EPSG::32000',
1146
            'accuracy' => 0,
1147
        ],
1148
        [
1149
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15498',
1150
            'name' => 'axis order change (2D)',
1151
            'source_crs' => 'urn:ogc:def:crs:EPSG::4171',
1152
            'target_crs' => 'urn:ogc:def:crs:EPSG::7084',
1153
            'accuracy' => 0,
1154
        ],
1155
        [
1156
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
1157
            'name' => 'UTM zone 29N',
1158
            'source_crs' => 'urn:ogc:def:crs:EPSG::4173',
1159
            'target_crs' => 'urn:ogc:def:crs:EPSG::2158',
1160
            'accuracy' => 0,
1161
        ],
1162
        [
1163
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
1164
            'name' => 'UTM zone 28N',
1165
            'source_crs' => 'urn:ogc:def:crs:EPSG::4175',
1166
            'target_crs' => 'urn:ogc:def:crs:EPSG::2161',
1167
            'accuracy' => 0,
1168
        ],
1169
        [
1170
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
1171
            'name' => 'UTM zone 29N',
1172
            'source_crs' => 'urn:ogc:def:crs:EPSG::4175',
1173
            'target_crs' => 'urn:ogc:def:crs:EPSG::2162',
1174
            'accuracy' => 0,
1175
        ],
1176
        [
1177
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16263',
1178
            'name' => '3-degree Gauss-Kruger zone 3',
1179
            'source_crs' => 'urn:ogc:def:crs:EPSG::4178',
1180
            'target_crs' => 'urn:ogc:def:crs:EPSG::2397',
1181
            'accuracy' => 0,
1182
        ],
1183
        [
1184
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16264',
1185
            'name' => '3-degree Gauss-Kruger zone 4',
1186
            'source_crs' => 'urn:ogc:def:crs:EPSG::4178',
1187
            'target_crs' => 'urn:ogc:def:crs:EPSG::2398',
1188
            'accuracy' => 0,
1189
        ],
1190
        [
1191
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16265',
1192
            'name' => '3-degree Gauss-Kruger zone 5',
1193
            'source_crs' => 'urn:ogc:def:crs:EPSG::4178',
1194
            'target_crs' => 'urn:ogc:def:crs:EPSG::2399',
1195
            'accuracy' => 0,
1196
        ],
1197
        [
1198
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16202',
1199
            'name' => '6-degree Gauss-Kruger zone 2',
1200
            'source_crs' => 'urn:ogc:def:crs:EPSG::4178',
1201
            'target_crs' => 'urn:ogc:def:crs:EPSG::3834',
1202
            'accuracy' => 0,
1203
        ],
1204
        [
1205
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16203',
1206
            'name' => '6-degree Gauss-Kruger zone 3',
1207
            'source_crs' => 'urn:ogc:def:crs:EPSG::4178',
1208
            'target_crs' => 'urn:ogc:def:crs:EPSG::3835',
1209
            'accuracy' => 0,
1210
        ],
1211
        [
1212
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16204',
1213
            'name' => '6-degree Gauss-Kruger zone 4',
1214
            'source_crs' => 'urn:ogc:def:crs:EPSG::4178',
1215
            'target_crs' => 'urn:ogc:def:crs:EPSG::3836',
1216
            'accuracy' => 0,
1217
        ],
1218
        [
1219
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16266',
1220
            'name' => '3-degree Gauss-Kruger zone 6',
1221
            'source_crs' => 'urn:ogc:def:crs:EPSG::4178',
1222
            'target_crs' => 'urn:ogc:def:crs:EPSG::3841',
1223
            'accuracy' => 0,
1224
        ],
1225
        [
1226
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16267',
1227
            'name' => '3-degree Gauss-Kruger zone 7',
1228
            'source_crs' => 'urn:ogc:def:crs:EPSG::4178',
1229
            'target_crs' => 'urn:ogc:def:crs:EPSG::4417',
1230
            'accuracy' => 0,
1231
        ],
1232
        [
1233
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16268',
1234
            'name' => '3-degree Gauss-Kruger zone 8',
1235
            'source_crs' => 'urn:ogc:def:crs:EPSG::4178',
1236
            'target_crs' => 'urn:ogc:def:crs:EPSG::4434',
1237
            'accuracy' => 0,
1238
        ],
1239
        [
1240
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16202',
1241
            'name' => '6-degree Gauss-Kruger zone 2',
1242
            'source_crs' => 'urn:ogc:def:crs:EPSG::4178',
1243
            'target_crs' => 'urn:ogc:def:crs:EPSG::5664',
1244
            'accuracy' => 0,
1245
        ],
1246
        [
1247
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16203',
1248
            'name' => '6-degree Gauss-Kruger zone 3',
1249
            'source_crs' => 'urn:ogc:def:crs:EPSG::4178',
1250
            'target_crs' => 'urn:ogc:def:crs:EPSG::5665',
1251
            'accuracy' => 0,
1252
        ],
1253
        [
1254
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16263',
1255
            'name' => '3-degree Gauss-Kruger zone 3',
1256
            'source_crs' => 'urn:ogc:def:crs:EPSG::4178',
1257
            'target_crs' => 'urn:ogc:def:crs:EPSG::5673',
1258
            'accuracy' => 0,
1259
        ],
1260
        [
1261
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16264',
1262
            'name' => '3-degree Gauss-Kruger zone 4',
1263
            'source_crs' => 'urn:ogc:def:crs:EPSG::4178',
1264
            'target_crs' => 'urn:ogc:def:crs:EPSG::5674',
1265
            'accuracy' => 0,
1266
        ],
1267
        [
1268
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16265',
1269
            'name' => '3-degree Gauss-Kruger zone 5',
1270
            'source_crs' => 'urn:ogc:def:crs:EPSG::4178',
1271
            'target_crs' => 'urn:ogc:def:crs:EPSG::5675',
1272
            'accuracy' => 0,
1273
        ],
1274
        [
1275
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16265',
1276
            'name' => '3-degree Gauss-Kruger zone 5',
1277
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1278
            'target_crs' => 'urn:ogc:def:crs:EPSG::3329',
1279
            'accuracy' => 0,
1280
        ],
1281
        [
1282
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16266',
1283
            'name' => '3-degree Gauss-Kruger zone 6',
1284
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1285
            'target_crs' => 'urn:ogc:def:crs:EPSG::3330',
1286
            'accuracy' => 0,
1287
        ],
1288
        [
1289
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16267',
1290
            'name' => '3-degree Gauss-Kruger zone 7',
1291
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1292
            'target_crs' => 'urn:ogc:def:crs:EPSG::3331',
1293
            'accuracy' => 0,
1294
        ],
1295
        [
1296
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16268',
1297
            'name' => '3-degree Gauss-Kruger zone 8',
1298
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1299
            'target_crs' => 'urn:ogc:def:crs:EPSG::3332',
1300
            'accuracy' => 0,
1301
        ],
1302
        [
1303
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16203',
1304
            'name' => '6-degree Gauss-Kruger zone 3',
1305
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1306
            'target_crs' => 'urn:ogc:def:crs:EPSG::3333',
1307
            'accuracy' => 0,
1308
        ],
1309
        [
1310
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16204',
1311
            'name' => '6-degree Gauss-Kruger zone 4',
1312
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1313
            'target_crs' => 'urn:ogc:def:crs:EPSG::3334',
1314
            'accuracy' => 0,
1315
        ],
1316
        [
1317
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16205',
1318
            'name' => '6-degree Gauss-Kruger zone 5',
1319
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1320
            'target_crs' => 'urn:ogc:def:crs:EPSG::3335',
1321
            'accuracy' => 0,
1322
        ],
1323
        [
1324
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16202',
1325
            'name' => '6-degree Gauss-Kruger zone 2',
1326
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1327
            'target_crs' => 'urn:ogc:def:crs:EPSG::3833',
1328
            'accuracy' => 0,
1329
        ],
1330
        [
1331
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16263',
1332
            'name' => '3-degree Gauss-Kruger zone 3',
1333
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1334
            'target_crs' => 'urn:ogc:def:crs:EPSG::3837',
1335
            'accuracy' => 0,
1336
        ],
1337
        [
1338
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16264',
1339
            'name' => '3-degree Gauss-Kruger zone 4',
1340
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1341
            'target_crs' => 'urn:ogc:def:crs:EPSG::3838',
1342
            'accuracy' => 0,
1343
        ],
1344
        [
1345
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16269',
1346
            'name' => '3-degree Gauss-Kruger zone 9',
1347
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1348
            'target_crs' => 'urn:ogc:def:crs:EPSG::3839',
1349
            'accuracy' => 0,
1350
        ],
1351
        [
1352
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16270',
1353
            'name' => '3-degree Gauss-Kruger zone 10',
1354
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1355
            'target_crs' => 'urn:ogc:def:crs:EPSG::3840',
1356
            'accuracy' => 0,
1357
        ],
1358
        [
1359
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16202',
1360
            'name' => '6-degree Gauss-Kruger zone 2',
1361
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1362
            'target_crs' => 'urn:ogc:def:crs:EPSG::5631',
1363
            'accuracy' => 0,
1364
        ],
1365
        [
1366
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16203',
1367
            'name' => '6-degree Gauss-Kruger zone 3',
1368
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1369
            'target_crs' => 'urn:ogc:def:crs:EPSG::5663',
1370
            'accuracy' => 0,
1371
        ],
1372
        [
1373
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16263',
1374
            'name' => '3-degree Gauss-Kruger zone 3',
1375
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1376
            'target_crs' => 'urn:ogc:def:crs:EPSG::5670',
1377
            'accuracy' => 0,
1378
        ],
1379
        [
1380
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16264',
1381
            'name' => '3-degree Gauss-Kruger zone 4',
1382
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1383
            'target_crs' => 'urn:ogc:def:crs:EPSG::5671',
1384
            'accuracy' => 0,
1385
        ],
1386
        [
1387
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16265',
1388
            'name' => '3-degree Gauss-Kruger zone 5',
1389
            'source_crs' => 'urn:ogc:def:crs:EPSG::4179',
1390
            'target_crs' => 'urn:ogc:def:crs:EPSG::5672',
1391
            'accuracy' => 0,
1392
        ],
1393
        [
1394
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16025',
1395
            'name' => 'UTM zone 25N',
1396
            'source_crs' => 'urn:ogc:def:crs:EPSG::4182',
1397
            'target_crs' => 'urn:ogc:def:crs:EPSG::2188',
1398
            'accuracy' => 0,
1399
        ],
1400
        [
1401
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16026',
1402
            'name' => 'UTM zone 26N',
1403
            'source_crs' => 'urn:ogc:def:crs:EPSG::4183',
1404
            'target_crs' => 'urn:ogc:def:crs:EPSG::2189',
1405
            'accuracy' => 0,
1406
        ],
1407
        [
1408
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16026',
1409
            'name' => 'UTM zone 26N',
1410
            'source_crs' => 'urn:ogc:def:crs:EPSG::4184',
1411
            'target_crs' => 'urn:ogc:def:crs:EPSG::2190',
1412
            'accuracy' => 0,
1413
        ],
1414
        [
1415
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
1416
            'name' => 'UTM zone 18N',
1417
            'source_crs' => 'urn:ogc:def:crs:EPSG::4189',
1418
            'target_crs' => 'urn:ogc:def:crs:EPSG::2201',
1419
            'accuracy' => 0,
1420
        ],
1421
        [
1422
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
1423
            'name' => 'UTM zone 19N',
1424
            'source_crs' => 'urn:ogc:def:crs:EPSG::4189',
1425
            'target_crs' => 'urn:ogc:def:crs:EPSG::2202',
1426
            'accuracy' => 0,
1427
        ],
1428
        [
1429
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
1430
            'name' => 'UTM zone 20N',
1431
            'source_crs' => 'urn:ogc:def:crs:EPSG::4189',
1432
            'target_crs' => 'urn:ogc:def:crs:EPSG::2203',
1433
            'accuracy' => 0,
1434
        ],
1435
        [
1436
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16204',
1437
            'name' => '6-degree Gauss-Kruger zone 4',
1438
            'source_crs' => 'urn:ogc:def:crs:EPSG::4191',
1439
            'target_crs' => 'urn:ogc:def:crs:EPSG::2462',
1440
            'accuracy' => 0,
1441
        ],
1442
        [
1443
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
1444
            'name' => 'UTM zone 32N',
1445
            'source_crs' => 'urn:ogc:def:crs:EPSG::4193',
1446
            'target_crs' => 'urn:ogc:def:crs:EPSG::2215',
1447
            'accuracy' => 0,
1448
        ],
1449
        [
1450
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
1451
            'name' => 'UTM zone 22N',
1452
            'source_crs' => 'urn:ogc:def:crs:EPSG::4194',
1453
            'target_crs' => 'urn:ogc:def:crs:EPSG::2216',
1454
            'accuracy' => 0,
1455
        ],
1456
        [
1457
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16023',
1458
            'name' => 'UTM zone 23N',
1459
            'source_crs' => 'urn:ogc:def:crs:EPSG::4194',
1460
            'target_crs' => 'urn:ogc:def:crs:EPSG::2217',
1461
            'accuracy' => 0,
1462
        ],
1463
        [
1464
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16033',
1465
            'name' => 'UTM zone 33N',
1466
            'source_crs' => 'urn:ogc:def:crs:EPSG::4197',
1467
            'target_crs' => 'urn:ogc:def:crs:EPSG::2312',
1468
            'accuracy' => 0,
1469
        ],
1470
        [
1471
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16033',
1472
            'name' => 'UTM zone 33N',
1473
            'source_crs' => 'urn:ogc:def:crs:EPSG::4198',
1474
            'target_crs' => 'urn:ogc:def:crs:EPSG::2313',
1475
            'accuracy' => 0,
1476
        ],
1477
        [
1478
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16204',
1479
            'name' => '6-degree Gauss-Kruger zone 4',
1480
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1481
            'target_crs' => 'urn:ogc:def:crs:EPSG::20004',
1482
            'accuracy' => 0,
1483
        ],
1484
        [
1485
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16205',
1486
            'name' => '6-degree Gauss-Kruger zone 5',
1487
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1488
            'target_crs' => 'urn:ogc:def:crs:EPSG::20005',
1489
            'accuracy' => 0,
1490
        ],
1491
        [
1492
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16206',
1493
            'name' => '6-degree Gauss-Kruger zone 6',
1494
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1495
            'target_crs' => 'urn:ogc:def:crs:EPSG::20006',
1496
            'accuracy' => 0,
1497
        ],
1498
        [
1499
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16207',
1500
            'name' => '6-degree Gauss-Kruger zone 7',
1501
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1502
            'target_crs' => 'urn:ogc:def:crs:EPSG::20007',
1503
            'accuracy' => 0,
1504
        ],
1505
        [
1506
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16208',
1507
            'name' => '6-degree Gauss-Kruger zone 8',
1508
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1509
            'target_crs' => 'urn:ogc:def:crs:EPSG::20008',
1510
            'accuracy' => 0,
1511
        ],
1512
        [
1513
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16209',
1514
            'name' => '6-degree Gauss-Kruger zone 9',
1515
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1516
            'target_crs' => 'urn:ogc:def:crs:EPSG::20009',
1517
            'accuracy' => 0,
1518
        ],
1519
        [
1520
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16210',
1521
            'name' => '6-degree Gauss-Kruger zone 10',
1522
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1523
            'target_crs' => 'urn:ogc:def:crs:EPSG::20010',
1524
            'accuracy' => 0,
1525
        ],
1526
        [
1527
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16211',
1528
            'name' => '6-degree Gauss-Kruger zone 11',
1529
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1530
            'target_crs' => 'urn:ogc:def:crs:EPSG::20011',
1531
            'accuracy' => 0,
1532
        ],
1533
        [
1534
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16212',
1535
            'name' => '6-degree Gauss-Kruger zone 12',
1536
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1537
            'target_crs' => 'urn:ogc:def:crs:EPSG::20012',
1538
            'accuracy' => 0,
1539
        ],
1540
        [
1541
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16213',
1542
            'name' => '6-degree Gauss-Kruger zone 13',
1543
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1544
            'target_crs' => 'urn:ogc:def:crs:EPSG::20013',
1545
            'accuracy' => 0,
1546
        ],
1547
        [
1548
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16214',
1549
            'name' => '6-degree Gauss-Kruger zone 14',
1550
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1551
            'target_crs' => 'urn:ogc:def:crs:EPSG::20014',
1552
            'accuracy' => 0,
1553
        ],
1554
        [
1555
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16215',
1556
            'name' => '6-degree Gauss-Kruger zone 15',
1557
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1558
            'target_crs' => 'urn:ogc:def:crs:EPSG::20015',
1559
            'accuracy' => 0,
1560
        ],
1561
        [
1562
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16216',
1563
            'name' => '6-degree Gauss-Kruger zone 16',
1564
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1565
            'target_crs' => 'urn:ogc:def:crs:EPSG::20016',
1566
            'accuracy' => 0,
1567
        ],
1568
        [
1569
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16217',
1570
            'name' => '6-degree Gauss-Kruger zone 17',
1571
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1572
            'target_crs' => 'urn:ogc:def:crs:EPSG::20017',
1573
            'accuracy' => 0,
1574
        ],
1575
        [
1576
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16218',
1577
            'name' => '6-degree Gauss-Kruger zone 18',
1578
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1579
            'target_crs' => 'urn:ogc:def:crs:EPSG::20018',
1580
            'accuracy' => 0,
1581
        ],
1582
        [
1583
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16219',
1584
            'name' => '6-degree Gauss-Kruger zone 19',
1585
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1586
            'target_crs' => 'urn:ogc:def:crs:EPSG::20019',
1587
            'accuracy' => 0,
1588
        ],
1589
        [
1590
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16220',
1591
            'name' => '6-degree Gauss-Kruger zone 20',
1592
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1593
            'target_crs' => 'urn:ogc:def:crs:EPSG::20020',
1594
            'accuracy' => 0,
1595
        ],
1596
        [
1597
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16221',
1598
            'name' => '6-degree Gauss-Kruger zone 21',
1599
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1600
            'target_crs' => 'urn:ogc:def:crs:EPSG::20021',
1601
            'accuracy' => 0,
1602
        ],
1603
        [
1604
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16222',
1605
            'name' => '6-degree Gauss-Kruger zone 22',
1606
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1607
            'target_crs' => 'urn:ogc:def:crs:EPSG::20022',
1608
            'accuracy' => 0,
1609
        ],
1610
        [
1611
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16223',
1612
            'name' => '6-degree Gauss-Kruger zone 23',
1613
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1614
            'target_crs' => 'urn:ogc:def:crs:EPSG::20023',
1615
            'accuracy' => 0,
1616
        ],
1617
        [
1618
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16224',
1619
            'name' => '6-degree Gauss-Kruger zone 24',
1620
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1621
            'target_crs' => 'urn:ogc:def:crs:EPSG::20024',
1622
            'accuracy' => 0,
1623
        ],
1624
        [
1625
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16225',
1626
            'name' => '6-degree Gauss-Kruger zone 25',
1627
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1628
            'target_crs' => 'urn:ogc:def:crs:EPSG::20025',
1629
            'accuracy' => 0,
1630
        ],
1631
        [
1632
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16226',
1633
            'name' => '6-degree Gauss-Kruger zone 26',
1634
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1635
            'target_crs' => 'urn:ogc:def:crs:EPSG::20026',
1636
            'accuracy' => 0,
1637
        ],
1638
        [
1639
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16227',
1640
            'name' => '6-degree Gauss-Kruger zone 27',
1641
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1642
            'target_crs' => 'urn:ogc:def:crs:EPSG::20027',
1643
            'accuracy' => 0,
1644
        ],
1645
        [
1646
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16228',
1647
            'name' => '6-degree Gauss-Kruger zone 28',
1648
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1649
            'target_crs' => 'urn:ogc:def:crs:EPSG::20028',
1650
            'accuracy' => 0,
1651
        ],
1652
        [
1653
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16229',
1654
            'name' => '6-degree Gauss-Kruger zone 29',
1655
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1656
            'target_crs' => 'urn:ogc:def:crs:EPSG::20029',
1657
            'accuracy' => 0,
1658
        ],
1659
        [
1660
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16230',
1661
            'name' => '6-degree Gauss-Kruger zone 30',
1662
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1663
            'target_crs' => 'urn:ogc:def:crs:EPSG::20030',
1664
            'accuracy' => 0,
1665
        ],
1666
        [
1667
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16231',
1668
            'name' => '6-degree Gauss-Kruger zone 31',
1669
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1670
            'target_crs' => 'urn:ogc:def:crs:EPSG::20031',
1671
            'accuracy' => 0,
1672
        ],
1673
        [
1674
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16232',
1675
            'name' => '6-degree Gauss-Kruger zone 32',
1676
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1677
            'target_crs' => 'urn:ogc:def:crs:EPSG::20032',
1678
            'accuracy' => 0,
1679
        ],
1680
        [
1681
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16304',
1682
            'name' => 'Gauss-Kruger CM 21E',
1683
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1684
            'target_crs' => 'urn:ogc:def:crs:EPSG::2463',
1685
            'accuracy' => 0,
1686
        ],
1687
        [
1688
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16305',
1689
            'name' => 'Gauss-Kruger CM 27E',
1690
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1691
            'target_crs' => 'urn:ogc:def:crs:EPSG::2464',
1692
            'accuracy' => 0,
1693
        ],
1694
        [
1695
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16306',
1696
            'name' => 'Gauss-Kruger CM 33E',
1697
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1698
            'target_crs' => 'urn:ogc:def:crs:EPSG::2465',
1699
            'accuracy' => 0,
1700
        ],
1701
        [
1702
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16307',
1703
            'name' => 'Gauss-Kruger CM 39E',
1704
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1705
            'target_crs' => 'urn:ogc:def:crs:EPSG::2466',
1706
            'accuracy' => 0,
1707
        ],
1708
        [
1709
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16308',
1710
            'name' => 'Gauss-Kruger CM 45E',
1711
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1712
            'target_crs' => 'urn:ogc:def:crs:EPSG::2467',
1713
            'accuracy' => 0,
1714
        ],
1715
        [
1716
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16309',
1717
            'name' => 'Gauss-Kruger CM 51E',
1718
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1719
            'target_crs' => 'urn:ogc:def:crs:EPSG::2468',
1720
            'accuracy' => 0,
1721
        ],
1722
        [
1723
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16310',
1724
            'name' => 'Gauss-Kruger CM 57E',
1725
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1726
            'target_crs' => 'urn:ogc:def:crs:EPSG::2469',
1727
            'accuracy' => 0,
1728
        ],
1729
        [
1730
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16311',
1731
            'name' => 'Gauss-Kruger CM 63E',
1732
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1733
            'target_crs' => 'urn:ogc:def:crs:EPSG::2470',
1734
            'accuracy' => 0,
1735
        ],
1736
        [
1737
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16312',
1738
            'name' => 'Gauss-Kruger CM 69E',
1739
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1740
            'target_crs' => 'urn:ogc:def:crs:EPSG::2471',
1741
            'accuracy' => 0,
1742
        ],
1743
        [
1744
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16313',
1745
            'name' => 'Gauss-Kruger CM 75E',
1746
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1747
            'target_crs' => 'urn:ogc:def:crs:EPSG::2472',
1748
            'accuracy' => 0,
1749
        ],
1750
        [
1751
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16314',
1752
            'name' => 'Gauss-Kruger CM 81E',
1753
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1754
            'target_crs' => 'urn:ogc:def:crs:EPSG::2473',
1755
            'accuracy' => 0,
1756
        ],
1757
        [
1758
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16315',
1759
            'name' => 'Gauss-Kruger CM 87E',
1760
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1761
            'target_crs' => 'urn:ogc:def:crs:EPSG::2474',
1762
            'accuracy' => 0,
1763
        ],
1764
        [
1765
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16316',
1766
            'name' => 'Gauss-Kruger CM 93E',
1767
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1768
            'target_crs' => 'urn:ogc:def:crs:EPSG::2475',
1769
            'accuracy' => 0,
1770
        ],
1771
        [
1772
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16317',
1773
            'name' => 'Gauss-Kruger CM 99E',
1774
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1775
            'target_crs' => 'urn:ogc:def:crs:EPSG::2476',
1776
            'accuracy' => 0,
1777
        ],
1778
        [
1779
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16318',
1780
            'name' => 'Gauss-Kruger CM 105E',
1781
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1782
            'target_crs' => 'urn:ogc:def:crs:EPSG::2477',
1783
            'accuracy' => 0,
1784
        ],
1785
        [
1786
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16319',
1787
            'name' => 'Gauss-Kruger CM 111E',
1788
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1789
            'target_crs' => 'urn:ogc:def:crs:EPSG::2478',
1790
            'accuracy' => 0,
1791
        ],
1792
        [
1793
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16320',
1794
            'name' => 'Gauss-Kruger CM 117E',
1795
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1796
            'target_crs' => 'urn:ogc:def:crs:EPSG::2479',
1797
            'accuracy' => 0,
1798
        ],
1799
        [
1800
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16321',
1801
            'name' => 'Gauss-Kruger CM 123E',
1802
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1803
            'target_crs' => 'urn:ogc:def:crs:EPSG::2480',
1804
            'accuracy' => 0,
1805
        ],
1806
        [
1807
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16322',
1808
            'name' => 'Gauss-Kruger CM 129E',
1809
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1810
            'target_crs' => 'urn:ogc:def:crs:EPSG::2481',
1811
            'accuracy' => 0,
1812
        ],
1813
        [
1814
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16323',
1815
            'name' => 'Gauss-Kruger CM 135E',
1816
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1817
            'target_crs' => 'urn:ogc:def:crs:EPSG::2482',
1818
            'accuracy' => 0,
1819
        ],
1820
        [
1821
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16324',
1822
            'name' => 'Gauss-Kruger CM 141E',
1823
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1824
            'target_crs' => 'urn:ogc:def:crs:EPSG::2483',
1825
            'accuracy' => 0,
1826
        ],
1827
        [
1828
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16325',
1829
            'name' => 'Gauss-Kruger CM 147E',
1830
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1831
            'target_crs' => 'urn:ogc:def:crs:EPSG::2484',
1832
            'accuracy' => 0,
1833
        ],
1834
        [
1835
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16326',
1836
            'name' => 'Gauss-Kruger CM 153E',
1837
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1838
            'target_crs' => 'urn:ogc:def:crs:EPSG::2485',
1839
            'accuracy' => 0,
1840
        ],
1841
        [
1842
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16327',
1843
            'name' => 'Gauss-Kruger CM 159E',
1844
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1845
            'target_crs' => 'urn:ogc:def:crs:EPSG::2486',
1846
            'accuracy' => 0,
1847
        ],
1848
        [
1849
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16328',
1850
            'name' => 'Gauss-Kruger CM 165E',
1851
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1852
            'target_crs' => 'urn:ogc:def:crs:EPSG::2487',
1853
            'accuracy' => 0,
1854
        ],
1855
        [
1856
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16329',
1857
            'name' => 'Gauss-Kruger CM 171E',
1858
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1859
            'target_crs' => 'urn:ogc:def:crs:EPSG::2488',
1860
            'accuracy' => 0,
1861
        ],
1862
        [
1863
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16330',
1864
            'name' => 'Gauss-Kruger CM 177E',
1865
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1866
            'target_crs' => 'urn:ogc:def:crs:EPSG::2489',
1867
            'accuracy' => 0,
1868
        ],
1869
        [
1870
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16331',
1871
            'name' => 'Gauss-Kruger CM 177W',
1872
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1873
            'target_crs' => 'urn:ogc:def:crs:EPSG::2490',
1874
            'accuracy' => 0,
1875
        ],
1876
        [
1877
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16332',
1878
            'name' => 'Gauss-Kruger CM 171W',
1879
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1880
            'target_crs' => 'urn:ogc:def:crs:EPSG::2491',
1881
            'accuracy' => 0,
1882
        ],
1883
        [
1884
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16267',
1885
            'name' => '3-degree Gauss-Kruger zone 7',
1886
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1887
            'target_crs' => 'urn:ogc:def:crs:EPSG::2641',
1888
            'accuracy' => 0,
1889
        ],
1890
        [
1891
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16268',
1892
            'name' => '3-degree Gauss-Kruger zone 8',
1893
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1894
            'target_crs' => 'urn:ogc:def:crs:EPSG::2642',
1895
            'accuracy' => 0,
1896
        ],
1897
        [
1898
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16269',
1899
            'name' => '3-degree Gauss-Kruger zone 9',
1900
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1901
            'target_crs' => 'urn:ogc:def:crs:EPSG::2643',
1902
            'accuracy' => 0,
1903
        ],
1904
        [
1905
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16270',
1906
            'name' => '3-degree Gauss-Kruger zone 10',
1907
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1908
            'target_crs' => 'urn:ogc:def:crs:EPSG::2644',
1909
            'accuracy' => 0,
1910
        ],
1911
        [
1912
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16271',
1913
            'name' => '3-degree Gauss-Kruger zone 11',
1914
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1915
            'target_crs' => 'urn:ogc:def:crs:EPSG::2645',
1916
            'accuracy' => 0,
1917
        ],
1918
        [
1919
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16272',
1920
            'name' => '3-degree Gauss-Kruger zone 12',
1921
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1922
            'target_crs' => 'urn:ogc:def:crs:EPSG::2646',
1923
            'accuracy' => 0,
1924
        ],
1925
        [
1926
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16273',
1927
            'name' => '3-degree Gauss-Kruger zone 13',
1928
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1929
            'target_crs' => 'urn:ogc:def:crs:EPSG::2647',
1930
            'accuracy' => 0,
1931
        ],
1932
        [
1933
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16274',
1934
            'name' => '3-degree Gauss-Kruger zone 14',
1935
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1936
            'target_crs' => 'urn:ogc:def:crs:EPSG::2648',
1937
            'accuracy' => 0,
1938
        ],
1939
        [
1940
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16275',
1941
            'name' => '3-degree Gauss-Kruger zone 15',
1942
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1943
            'target_crs' => 'urn:ogc:def:crs:EPSG::2649',
1944
            'accuracy' => 0,
1945
        ],
1946
        [
1947
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16276',
1948
            'name' => '3-degree Gauss-Kruger zone 16',
1949
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1950
            'target_crs' => 'urn:ogc:def:crs:EPSG::2650',
1951
            'accuracy' => 0,
1952
        ],
1953
        [
1954
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16277',
1955
            'name' => '3-degree Gauss-Kruger zone 17',
1956
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1957
            'target_crs' => 'urn:ogc:def:crs:EPSG::2651',
1958
            'accuracy' => 0,
1959
        ],
1960
        [
1961
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16278',
1962
            'name' => '3-degree Gauss-Kruger zone 18',
1963
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1964
            'target_crs' => 'urn:ogc:def:crs:EPSG::2652',
1965
            'accuracy' => 0,
1966
        ],
1967
        [
1968
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16279',
1969
            'name' => '3-degree Gauss-Kruger zone 19',
1970
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1971
            'target_crs' => 'urn:ogc:def:crs:EPSG::2653',
1972
            'accuracy' => 0,
1973
        ],
1974
        [
1975
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16280',
1976
            'name' => '3-degree Gauss-Kruger zone 20',
1977
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1978
            'target_crs' => 'urn:ogc:def:crs:EPSG::2654',
1979
            'accuracy' => 0,
1980
        ],
1981
        [
1982
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16281',
1983
            'name' => '3-degree Gauss-Kruger zone 21',
1984
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1985
            'target_crs' => 'urn:ogc:def:crs:EPSG::2655',
1986
            'accuracy' => 0,
1987
        ],
1988
        [
1989
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16282',
1990
            'name' => '3-degree Gauss-Kruger zone 22',
1991
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1992
            'target_crs' => 'urn:ogc:def:crs:EPSG::2656',
1993
            'accuracy' => 0,
1994
        ],
1995
        [
1996
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16283',
1997
            'name' => '3-degree Gauss-Kruger zone 23',
1998
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
1999
            'target_crs' => 'urn:ogc:def:crs:EPSG::2657',
2000
            'accuracy' => 0,
2001
        ],
2002
        [
2003
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16284',
2004
            'name' => '3-degree Gauss-Kruger zone 24',
2005
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2006
            'target_crs' => 'urn:ogc:def:crs:EPSG::2658',
2007
            'accuracy' => 0,
2008
        ],
2009
        [
2010
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16285',
2011
            'name' => '3-degree Gauss-Kruger zone 25',
2012
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2013
            'target_crs' => 'urn:ogc:def:crs:EPSG::2659',
2014
            'accuracy' => 0,
2015
        ],
2016
        [
2017
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16286',
2018
            'name' => '3-degree Gauss-Kruger zone 26',
2019
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2020
            'target_crs' => 'urn:ogc:def:crs:EPSG::2660',
2021
            'accuracy' => 0,
2022
        ],
2023
        [
2024
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16287',
2025
            'name' => '3-degree Gauss-Kruger zone 27',
2026
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2027
            'target_crs' => 'urn:ogc:def:crs:EPSG::2661',
2028
            'accuracy' => 0,
2029
        ],
2030
        [
2031
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16288',
2032
            'name' => '3-degree Gauss-Kruger zone 28',
2033
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2034
            'target_crs' => 'urn:ogc:def:crs:EPSG::2662',
2035
            'accuracy' => 0,
2036
        ],
2037
        [
2038
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16289',
2039
            'name' => '3-degree Gauss-Kruger zone 29',
2040
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2041
            'target_crs' => 'urn:ogc:def:crs:EPSG::2663',
2042
            'accuracy' => 0,
2043
        ],
2044
        [
2045
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16290',
2046
            'name' => '3-degree Gauss-Kruger zone 30',
2047
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2048
            'target_crs' => 'urn:ogc:def:crs:EPSG::2664',
2049
            'accuracy' => 0,
2050
        ],
2051
        [
2052
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16291',
2053
            'name' => '3-degree Gauss-Kruger zone 31',
2054
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2055
            'target_crs' => 'urn:ogc:def:crs:EPSG::2665',
2056
            'accuracy' => 0,
2057
        ],
2058
        [
2059
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16292',
2060
            'name' => '3-degree Gauss-Kruger zone 32',
2061
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2062
            'target_crs' => 'urn:ogc:def:crs:EPSG::2666',
2063
            'accuracy' => 0,
2064
        ],
2065
        [
2066
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16293',
2067
            'name' => '3-degree Gauss-Kruger zone 33',
2068
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2069
            'target_crs' => 'urn:ogc:def:crs:EPSG::2667',
2070
            'accuracy' => 0,
2071
        ],
2072
        [
2073
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16294',
2074
            'name' => '3-degree Gauss-Kruger zone 34',
2075
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2076
            'target_crs' => 'urn:ogc:def:crs:EPSG::2668',
2077
            'accuracy' => 0,
2078
        ],
2079
        [
2080
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16295',
2081
            'name' => '3-degree Gauss-Kruger zone 35',
2082
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2083
            'target_crs' => 'urn:ogc:def:crs:EPSG::2669',
2084
            'accuracy' => 0,
2085
        ],
2086
        [
2087
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16296',
2088
            'name' => '3-degree Gauss-Kruger zone 36',
2089
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2090
            'target_crs' => 'urn:ogc:def:crs:EPSG::2670',
2091
            'accuracy' => 0,
2092
        ],
2093
        [
2094
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16297',
2095
            'name' => '3-degree Gauss-Kruger zone 37',
2096
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2097
            'target_crs' => 'urn:ogc:def:crs:EPSG::2671',
2098
            'accuracy' => 0,
2099
        ],
2100
        [
2101
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16298',
2102
            'name' => '3-degree Gauss-Kruger zone 38',
2103
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2104
            'target_crs' => 'urn:ogc:def:crs:EPSG::2672',
2105
            'accuracy' => 0,
2106
        ],
2107
        [
2108
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16299',
2109
            'name' => '3-degree Gauss-Kruger zone 39',
2110
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2111
            'target_crs' => 'urn:ogc:def:crs:EPSG::2673',
2112
            'accuracy' => 0,
2113
        ],
2114
        [
2115
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16070',
2116
            'name' => '3-degree Gauss-Kruger zone 40',
2117
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2118
            'target_crs' => 'urn:ogc:def:crs:EPSG::2674',
2119
            'accuracy' => 0,
2120
        ],
2121
        [
2122
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16071',
2123
            'name' => '3-degree Gauss-Kruger zone 41',
2124
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2125
            'target_crs' => 'urn:ogc:def:crs:EPSG::2675',
2126
            'accuracy' => 0,
2127
        ],
2128
        [
2129
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16072',
2130
            'name' => '3-degree Gauss-Kruger zone 42',
2131
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2132
            'target_crs' => 'urn:ogc:def:crs:EPSG::2676',
2133
            'accuracy' => 0,
2134
        ],
2135
        [
2136
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16073',
2137
            'name' => '3-degree Gauss-Kruger zone 43',
2138
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2139
            'target_crs' => 'urn:ogc:def:crs:EPSG::2677',
2140
            'accuracy' => 0,
2141
        ],
2142
        [
2143
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16074',
2144
            'name' => '3-degree Gauss-Kruger zone 44',
2145
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2146
            'target_crs' => 'urn:ogc:def:crs:EPSG::2678',
2147
            'accuracy' => 0,
2148
        ],
2149
        [
2150
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16075',
2151
            'name' => '3-degree Gauss-Kruger zone 45',
2152
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2153
            'target_crs' => 'urn:ogc:def:crs:EPSG::2679',
2154
            'accuracy' => 0,
2155
        ],
2156
        [
2157
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16076',
2158
            'name' => '3-degree Gauss-Kruger zone 46',
2159
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2160
            'target_crs' => 'urn:ogc:def:crs:EPSG::2680',
2161
            'accuracy' => 0,
2162
        ],
2163
        [
2164
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16077',
2165
            'name' => '3-degree Gauss-Kruger zone 47',
2166
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2167
            'target_crs' => 'urn:ogc:def:crs:EPSG::2681',
2168
            'accuracy' => 0,
2169
        ],
2170
        [
2171
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16078',
2172
            'name' => '3-degree Gauss-Kruger zone 48',
2173
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2174
            'target_crs' => 'urn:ogc:def:crs:EPSG::2682',
2175
            'accuracy' => 0,
2176
        ],
2177
        [
2178
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16079',
2179
            'name' => '3-degree Gauss-Kruger zone 49',
2180
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2181
            'target_crs' => 'urn:ogc:def:crs:EPSG::2683',
2182
            'accuracy' => 0,
2183
        ],
2184
        [
2185
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16080',
2186
            'name' => '3-degree Gauss-Kruger zone 50',
2187
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2188
            'target_crs' => 'urn:ogc:def:crs:EPSG::2684',
2189
            'accuracy' => 0,
2190
        ],
2191
        [
2192
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16081',
2193
            'name' => '3-degree Gauss-Kruger zone 51',
2194
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2195
            'target_crs' => 'urn:ogc:def:crs:EPSG::2685',
2196
            'accuracy' => 0,
2197
        ],
2198
        [
2199
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16082',
2200
            'name' => '3-degree Gauss-Kruger zone 52',
2201
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2202
            'target_crs' => 'urn:ogc:def:crs:EPSG::2686',
2203
            'accuracy' => 0,
2204
        ],
2205
        [
2206
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16083',
2207
            'name' => '3-degree Gauss-Kruger zone 53',
2208
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2209
            'target_crs' => 'urn:ogc:def:crs:EPSG::2687',
2210
            'accuracy' => 0,
2211
        ],
2212
        [
2213
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16084',
2214
            'name' => '3-degree Gauss-Kruger zone 54',
2215
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2216
            'target_crs' => 'urn:ogc:def:crs:EPSG::2688',
2217
            'accuracy' => 0,
2218
        ],
2219
        [
2220
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16085',
2221
            'name' => '3-degree Gauss-Kruger zone 55',
2222
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2223
            'target_crs' => 'urn:ogc:def:crs:EPSG::2689',
2224
            'accuracy' => 0,
2225
        ],
2226
        [
2227
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16086',
2228
            'name' => '3-degree Gauss-Kruger zone 56',
2229
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2230
            'target_crs' => 'urn:ogc:def:crs:EPSG::2690',
2231
            'accuracy' => 0,
2232
        ],
2233
        [
2234
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16087',
2235
            'name' => '3-degree Gauss-Kruger zone 57',
2236
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2237
            'target_crs' => 'urn:ogc:def:crs:EPSG::2691',
2238
            'accuracy' => 0,
2239
        ],
2240
        [
2241
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16088',
2242
            'name' => '3-degree Gauss-Kruger zone 58',
2243
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2244
            'target_crs' => 'urn:ogc:def:crs:EPSG::2692',
2245
            'accuracy' => 0,
2246
        ],
2247
        [
2248
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16089',
2249
            'name' => '3-degree Gauss-Kruger zone 59',
2250
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2251
            'target_crs' => 'urn:ogc:def:crs:EPSG::2693',
2252
            'accuracy' => 0,
2253
        ],
2254
        [
2255
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16091',
2256
            'name' => '3-degree Gauss-Kruger zone 61',
2257
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2258
            'target_crs' => 'urn:ogc:def:crs:EPSG::2695',
2259
            'accuracy' => 0,
2260
        ],
2261
        [
2262
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16092',
2263
            'name' => '3-degree Gauss-Kruger zone 62',
2264
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2265
            'target_crs' => 'urn:ogc:def:crs:EPSG::2696',
2266
            'accuracy' => 0,
2267
        ],
2268
        [
2269
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16093',
2270
            'name' => '3-degree Gauss-Kruger zone 63',
2271
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2272
            'target_crs' => 'urn:ogc:def:crs:EPSG::2697',
2273
            'accuracy' => 0,
2274
        ],
2275
        [
2276
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16094',
2277
            'name' => '3-degree Gauss-Kruger zone 64',
2278
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2279
            'target_crs' => 'urn:ogc:def:crs:EPSG::2698',
2280
            'accuracy' => 0,
2281
        ],
2282
        [
2283
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16304',
2284
            'name' => 'Gauss-Kruger CM 21E',
2285
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2286
            'target_crs' => 'urn:ogc:def:crs:EPSG::2699',
2287
            'accuracy' => 0,
2288
        ],
2289
        [
2290
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16368',
2291
            'name' => '3-degree Gauss-Kruger CM 24E',
2292
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2293
            'target_crs' => 'urn:ogc:def:crs:EPSG::2700',
2294
            'accuracy' => 0,
2295
        ],
2296
        [
2297
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16305',
2298
            'name' => 'Gauss-Kruger CM 27E',
2299
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2300
            'target_crs' => 'urn:ogc:def:crs:EPSG::2701',
2301
            'accuracy' => 0,
2302
        ],
2303
        [
2304
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16370',
2305
            'name' => '3-degree Gauss-Kruger CM 30E',
2306
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2307
            'target_crs' => 'urn:ogc:def:crs:EPSG::2702',
2308
            'accuracy' => 0,
2309
        ],
2310
        [
2311
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16306',
2312
            'name' => 'Gauss-Kruger CM 33E',
2313
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2314
            'target_crs' => 'urn:ogc:def:crs:EPSG::2703',
2315
            'accuracy' => 0,
2316
        ],
2317
        [
2318
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16372',
2319
            'name' => '3-degree Gauss-Kruger CM 36E',
2320
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2321
            'target_crs' => 'urn:ogc:def:crs:EPSG::2704',
2322
            'accuracy' => 0,
2323
        ],
2324
        [
2325
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16307',
2326
            'name' => 'Gauss-Kruger CM 39E',
2327
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2328
            'target_crs' => 'urn:ogc:def:crs:EPSG::2705',
2329
            'accuracy' => 0,
2330
        ],
2331
        [
2332
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16374',
2333
            'name' => '3-degree Gauss-Kruger CM 42E',
2334
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2335
            'target_crs' => 'urn:ogc:def:crs:EPSG::2706',
2336
            'accuracy' => 0,
2337
        ],
2338
        [
2339
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16308',
2340
            'name' => 'Gauss-Kruger CM 45E',
2341
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2342
            'target_crs' => 'urn:ogc:def:crs:EPSG::2707',
2343
            'accuracy' => 0,
2344
        ],
2345
        [
2346
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16376',
2347
            'name' => '3-degree Gauss-Kruger CM 48E',
2348
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2349
            'target_crs' => 'urn:ogc:def:crs:EPSG::2708',
2350
            'accuracy' => 0,
2351
        ],
2352
        [
2353
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16309',
2354
            'name' => 'Gauss-Kruger CM 51E',
2355
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2356
            'target_crs' => 'urn:ogc:def:crs:EPSG::2709',
2357
            'accuracy' => 0,
2358
        ],
2359
        [
2360
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16378',
2361
            'name' => '3-degree Gauss-Kruger CM 54E',
2362
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2363
            'target_crs' => 'urn:ogc:def:crs:EPSG::2710',
2364
            'accuracy' => 0,
2365
        ],
2366
        [
2367
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16310',
2368
            'name' => 'Gauss-Kruger CM 57E',
2369
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2370
            'target_crs' => 'urn:ogc:def:crs:EPSG::2711',
2371
            'accuracy' => 0,
2372
        ],
2373
        [
2374
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16380',
2375
            'name' => '3-degree Gauss-Kruger CM 60E',
2376
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2377
            'target_crs' => 'urn:ogc:def:crs:EPSG::2712',
2378
            'accuracy' => 0,
2379
        ],
2380
        [
2381
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16311',
2382
            'name' => 'Gauss-Kruger CM 63E',
2383
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2384
            'target_crs' => 'urn:ogc:def:crs:EPSG::2713',
2385
            'accuracy' => 0,
2386
        ],
2387
        [
2388
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16382',
2389
            'name' => '3-degree Gauss-Kruger CM 66E',
2390
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2391
            'target_crs' => 'urn:ogc:def:crs:EPSG::2714',
2392
            'accuracy' => 0,
2393
        ],
2394
        [
2395
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16312',
2396
            'name' => 'Gauss-Kruger CM 69E',
2397
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2398
            'target_crs' => 'urn:ogc:def:crs:EPSG::2715',
2399
            'accuracy' => 0,
2400
        ],
2401
        [
2402
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16384',
2403
            'name' => '3-degree Gauss-Kruger CM 72E',
2404
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2405
            'target_crs' => 'urn:ogc:def:crs:EPSG::2716',
2406
            'accuracy' => 0,
2407
        ],
2408
        [
2409
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16313',
2410
            'name' => 'Gauss-Kruger CM 75E',
2411
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2412
            'target_crs' => 'urn:ogc:def:crs:EPSG::2717',
2413
            'accuracy' => 0,
2414
        ],
2415
        [
2416
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16386',
2417
            'name' => '3-degree Gauss-Kruger CM 78E',
2418
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2419
            'target_crs' => 'urn:ogc:def:crs:EPSG::2718',
2420
            'accuracy' => 0,
2421
        ],
2422
        [
2423
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16314',
2424
            'name' => 'Gauss-Kruger CM 81E',
2425
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2426
            'target_crs' => 'urn:ogc:def:crs:EPSG::2719',
2427
            'accuracy' => 0,
2428
        ],
2429
        [
2430
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16388',
2431
            'name' => '3-degree Gauss-Kruger CM 84E',
2432
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2433
            'target_crs' => 'urn:ogc:def:crs:EPSG::2720',
2434
            'accuracy' => 0,
2435
        ],
2436
        [
2437
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16315',
2438
            'name' => 'Gauss-Kruger CM 87E',
2439
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2440
            'target_crs' => 'urn:ogc:def:crs:EPSG::2721',
2441
            'accuracy' => 0,
2442
        ],
2443
        [
2444
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16390',
2445
            'name' => '3-degree Gauss-Kruger CM 90E',
2446
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2447
            'target_crs' => 'urn:ogc:def:crs:EPSG::2722',
2448
            'accuracy' => 0,
2449
        ],
2450
        [
2451
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16316',
2452
            'name' => 'Gauss-Kruger CM 93E',
2453
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2454
            'target_crs' => 'urn:ogc:def:crs:EPSG::2723',
2455
            'accuracy' => 0,
2456
        ],
2457
        [
2458
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16392',
2459
            'name' => '3-degree Gauss-Kruger CM 96E',
2460
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2461
            'target_crs' => 'urn:ogc:def:crs:EPSG::2724',
2462
            'accuracy' => 0,
2463
        ],
2464
        [
2465
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16317',
2466
            'name' => 'Gauss-Kruger CM 99E',
2467
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2468
            'target_crs' => 'urn:ogc:def:crs:EPSG::2725',
2469
            'accuracy' => 0,
2470
        ],
2471
        [
2472
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16394',
2473
            'name' => '3-degree Gauss-Kruger CM 102E',
2474
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2475
            'target_crs' => 'urn:ogc:def:crs:EPSG::2726',
2476
            'accuracy' => 0,
2477
        ],
2478
        [
2479
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16318',
2480
            'name' => 'Gauss-Kruger CM 105E',
2481
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2482
            'target_crs' => 'urn:ogc:def:crs:EPSG::2727',
2483
            'accuracy' => 0,
2484
        ],
2485
        [
2486
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16396',
2487
            'name' => '3-degree Gauss-Kruger CM 108E',
2488
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2489
            'target_crs' => 'urn:ogc:def:crs:EPSG::2728',
2490
            'accuracy' => 0,
2491
        ],
2492
        [
2493
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16319',
2494
            'name' => 'Gauss-Kruger CM 111E',
2495
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2496
            'target_crs' => 'urn:ogc:def:crs:EPSG::2729',
2497
            'accuracy' => 0,
2498
        ],
2499
        [
2500
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16398',
2501
            'name' => '3-degree Gauss-Kruger CM 114E',
2502
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2503
            'target_crs' => 'urn:ogc:def:crs:EPSG::2730',
2504
            'accuracy' => 0,
2505
        ],
2506
        [
2507
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16320',
2508
            'name' => 'Gauss-Kruger CM 117E',
2509
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2510
            'target_crs' => 'urn:ogc:def:crs:EPSG::2731',
2511
            'accuracy' => 0,
2512
        ],
2513
        [
2514
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16170',
2515
            'name' => '3-degree Gauss-Kruger CM 120E',
2516
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2517
            'target_crs' => 'urn:ogc:def:crs:EPSG::2732',
2518
            'accuracy' => 0,
2519
        ],
2520
        [
2521
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16321',
2522
            'name' => 'Gauss-Kruger CM 123E',
2523
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2524
            'target_crs' => 'urn:ogc:def:crs:EPSG::2733',
2525
            'accuracy' => 0,
2526
        ],
2527
        [
2528
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16172',
2529
            'name' => '3-degree Gauss-Kruger CM 126E',
2530
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2531
            'target_crs' => 'urn:ogc:def:crs:EPSG::2734',
2532
            'accuracy' => 0,
2533
        ],
2534
        [
2535
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16322',
2536
            'name' => 'Gauss-Kruger CM 129E',
2537
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2538
            'target_crs' => 'urn:ogc:def:crs:EPSG::2735',
2539
            'accuracy' => 0,
2540
        ],
2541
        [
2542
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16174',
2543
            'name' => '3-degree Gauss-Kruger CM 132E',
2544
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2545
            'target_crs' => 'urn:ogc:def:crs:EPSG::2738',
2546
            'accuracy' => 0,
2547
        ],
2548
        [
2549
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16323',
2550
            'name' => 'Gauss-Kruger CM 135E',
2551
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2552
            'target_crs' => 'urn:ogc:def:crs:EPSG::2739',
2553
            'accuracy' => 0,
2554
        ],
2555
        [
2556
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16176',
2557
            'name' => '3-degree Gauss-Kruger CM 138E',
2558
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2559
            'target_crs' => 'urn:ogc:def:crs:EPSG::2740',
2560
            'accuracy' => 0,
2561
        ],
2562
        [
2563
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16324',
2564
            'name' => 'Gauss-Kruger CM 141E',
2565
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2566
            'target_crs' => 'urn:ogc:def:crs:EPSG::2741',
2567
            'accuracy' => 0,
2568
        ],
2569
        [
2570
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16178',
2571
            'name' => '3-degree Gauss-Kruger CM 144E',
2572
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2573
            'target_crs' => 'urn:ogc:def:crs:EPSG::2742',
2574
            'accuracy' => 0,
2575
        ],
2576
        [
2577
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16325',
2578
            'name' => 'Gauss-Kruger CM 147E',
2579
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2580
            'target_crs' => 'urn:ogc:def:crs:EPSG::2743',
2581
            'accuracy' => 0,
2582
        ],
2583
        [
2584
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16180',
2585
            'name' => '3-degree Gauss-Kruger CM 150E',
2586
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2587
            'target_crs' => 'urn:ogc:def:crs:EPSG::2744',
2588
            'accuracy' => 0,
2589
        ],
2590
        [
2591
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16326',
2592
            'name' => 'Gauss-Kruger CM 153E',
2593
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2594
            'target_crs' => 'urn:ogc:def:crs:EPSG::2745',
2595
            'accuracy' => 0,
2596
        ],
2597
        [
2598
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16182',
2599
            'name' => '3-degree Gauss-Kruger CM 156E',
2600
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2601
            'target_crs' => 'urn:ogc:def:crs:EPSG::2746',
2602
            'accuracy' => 0,
2603
        ],
2604
        [
2605
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16327',
2606
            'name' => 'Gauss-Kruger CM 159E',
2607
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2608
            'target_crs' => 'urn:ogc:def:crs:EPSG::2747',
2609
            'accuracy' => 0,
2610
        ],
2611
        [
2612
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16184',
2613
            'name' => '3-degree Gauss-Kruger CM 162E',
2614
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2615
            'target_crs' => 'urn:ogc:def:crs:EPSG::2748',
2616
            'accuracy' => 0,
2617
        ],
2618
        [
2619
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16328',
2620
            'name' => 'Gauss-Kruger CM 165E',
2621
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2622
            'target_crs' => 'urn:ogc:def:crs:EPSG::2749',
2623
            'accuracy' => 0,
2624
        ],
2625
        [
2626
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16186',
2627
            'name' => '3-degree Gauss-Kruger CM 168E',
2628
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2629
            'target_crs' => 'urn:ogc:def:crs:EPSG::2750',
2630
            'accuracy' => 0,
2631
        ],
2632
        [
2633
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16329',
2634
            'name' => 'Gauss-Kruger CM 171E',
2635
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2636
            'target_crs' => 'urn:ogc:def:crs:EPSG::2751',
2637
            'accuracy' => 0,
2638
        ],
2639
        [
2640
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16188',
2641
            'name' => '3-degree Gauss-Kruger CM 174E',
2642
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2643
            'target_crs' => 'urn:ogc:def:crs:EPSG::2752',
2644
            'accuracy' => 0,
2645
        ],
2646
        [
2647
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16330',
2648
            'name' => 'Gauss-Kruger CM 177E',
2649
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2650
            'target_crs' => 'urn:ogc:def:crs:EPSG::2753',
2651
            'accuracy' => 0,
2652
        ],
2653
        [
2654
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16190',
2655
            'name' => '3-degree Gauss-Kruger CM 180E',
2656
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2657
            'target_crs' => 'urn:ogc:def:crs:EPSG::2754',
2658
            'accuracy' => 0,
2659
        ],
2660
        [
2661
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16331',
2662
            'name' => 'Gauss-Kruger CM 177W',
2663
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2664
            'target_crs' => 'urn:ogc:def:crs:EPSG::2755',
2665
            'accuracy' => 0,
2666
        ],
2667
        [
2668
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16192',
2669
            'name' => '3-degree Gauss-Kruger CM 174W',
2670
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2671
            'target_crs' => 'urn:ogc:def:crs:EPSG::2756',
2672
            'accuracy' => 0,
2673
        ],
2674
        [
2675
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16332',
2676
            'name' => 'Gauss-Kruger CM 171W',
2677
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2678
            'target_crs' => 'urn:ogc:def:crs:EPSG::2757',
2679
            'accuracy' => 0,
2680
        ],
2681
        [
2682
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16194',
2683
            'name' => '3-degree Gauss-Kruger CM 168W',
2684
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2685
            'target_crs' => 'urn:ogc:def:crs:EPSG::2758',
2686
            'accuracy' => 0,
2687
        ],
2688
        [
2689
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16099',
2690
            'name' => '3-degree Gauss-Kruger zone 60',
2691
            'source_crs' => 'urn:ogc:def:crs:EPSG::4200',
2692
            'target_crs' => 'urn:ogc:def:crs:EPSG::3390',
2693
            'accuracy' => 0,
2694
        ],
2695
        [
2696
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16035',
2697
            'name' => 'UTM zone 35N',
2698
            'source_crs' => 'urn:ogc:def:crs:EPSG::4201',
2699
            'target_crs' => 'urn:ogc:def:crs:EPSG::20135',
2700
            'accuracy' => 0,
2701
        ],
2702
        [
2703
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16036',
2704
            'name' => 'UTM zone 36N',
2705
            'source_crs' => 'urn:ogc:def:crs:EPSG::4201',
2706
            'target_crs' => 'urn:ogc:def:crs:EPSG::20136',
2707
            'accuracy' => 0,
2708
        ],
2709
        [
2710
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16037',
2711
            'name' => 'UTM zone 37N',
2712
            'source_crs' => 'urn:ogc:def:crs:EPSG::4201',
2713
            'target_crs' => 'urn:ogc:def:crs:EPSG::20137',
2714
            'accuracy' => 0,
2715
        ],
2716
        [
2717
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16038',
2718
            'name' => 'UTM zone 38N',
2719
            'source_crs' => 'urn:ogc:def:crs:EPSG::4201',
2720
            'target_crs' => 'urn:ogc:def:crs:EPSG::20138',
2721
            'accuracy' => 0,
2722
        ],
2723
        [
2724
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16036',
2725
            'name' => 'UTM zone 36N',
2726
            'source_crs' => 'urn:ogc:def:crs:EPSG::4204',
2727
            'target_crs' => 'urn:ogc:def:crs:EPSG::20436',
2728
            'accuracy' => 0,
2729
        ],
2730
        [
2731
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16037',
2732
            'name' => 'UTM zone 37N',
2733
            'source_crs' => 'urn:ogc:def:crs:EPSG::4204',
2734
            'target_crs' => 'urn:ogc:def:crs:EPSG::20437',
2735
            'accuracy' => 0,
2736
        ],
2737
        [
2738
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16038',
2739
            'name' => 'UTM zone 38N',
2740
            'source_crs' => 'urn:ogc:def:crs:EPSG::4204',
2741
            'target_crs' => 'urn:ogc:def:crs:EPSG::20438',
2742
            'accuracy' => 0,
2743
        ],
2744
        [
2745
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
2746
            'name' => 'UTM zone 39N',
2747
            'source_crs' => 'urn:ogc:def:crs:EPSG::4204',
2748
            'target_crs' => 'urn:ogc:def:crs:EPSG::20439',
2749
            'accuracy' => 0,
2750
        ],
2751
        [
2752
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16040',
2753
            'name' => 'UTM zone 40N',
2754
            'source_crs' => 'urn:ogc:def:crs:EPSG::4204',
2755
            'target_crs' => 'urn:ogc:def:crs:EPSG::20440',
2756
            'accuracy' => 0,
2757
        ],
2758
        [
2759
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16038',
2760
            'name' => 'UTM zone 38N',
2761
            'source_crs' => 'urn:ogc:def:crs:EPSG::4205',
2762
            'target_crs' => 'urn:ogc:def:crs:EPSG::20538',
2763
            'accuracy' => 0,
2764
        ],
2765
        [
2766
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
2767
            'name' => 'UTM zone 39N',
2768
            'source_crs' => 'urn:ogc:def:crs:EPSG::4205',
2769
            'target_crs' => 'urn:ogc:def:crs:EPSG::20539',
2770
            'accuracy' => 0,
2771
        ],
2772
        [
2773
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16122',
2774
            'name' => 'UTM zone 22S',
2775
            'source_crs' => 'urn:ogc:def:crs:EPSG::4208',
2776
            'target_crs' => 'urn:ogc:def:crs:EPSG::20822',
2777
            'accuracy' => 0,
2778
        ],
2779
        [
2780
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16123',
2781
            'name' => 'UTM zone 23S',
2782
            'source_crs' => 'urn:ogc:def:crs:EPSG::4208',
2783
            'target_crs' => 'urn:ogc:def:crs:EPSG::20823',
2784
            'accuracy' => 0,
2785
        ],
2786
        [
2787
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16124',
2788
            'name' => 'UTM zone 24S',
2789
            'source_crs' => 'urn:ogc:def:crs:EPSG::4208',
2790
            'target_crs' => 'urn:ogc:def:crs:EPSG::20824',
2791
            'accuracy' => 0,
2792
        ],
2793
        [
2794
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16125',
2795
            'name' => 'UTM zone 25S',
2796
            'source_crs' => 'urn:ogc:def:crs:EPSG::4208',
2797
            'target_crs' => 'urn:ogc:def:crs:EPSG::5337',
2798
            'accuracy' => 0,
2799
        ],
2800
        [
2801
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16134',
2802
            'name' => 'UTM zone 34S',
2803
            'source_crs' => 'urn:ogc:def:crs:EPSG::4209',
2804
            'target_crs' => 'urn:ogc:def:crs:EPSG::20934',
2805
            'accuracy' => 0,
2806
        ],
2807
        [
2808
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16135',
2809
            'name' => 'UTM zone 35S',
2810
            'source_crs' => 'urn:ogc:def:crs:EPSG::4209',
2811
            'target_crs' => 'urn:ogc:def:crs:EPSG::20935',
2812
            'accuracy' => 0,
2813
        ],
2814
        [
2815
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16136',
2816
            'name' => 'UTM zone 36S',
2817
            'source_crs' => 'urn:ogc:def:crs:EPSG::4209',
2818
            'target_crs' => 'urn:ogc:def:crs:EPSG::20936',
2819
            'accuracy' => 0,
2820
        ],
2821
        [
2822
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16135',
2823
            'name' => 'UTM zone 35S',
2824
            'source_crs' => 'urn:ogc:def:crs:EPSG::4210',
2825
            'target_crs' => 'urn:ogc:def:crs:EPSG::21035',
2826
            'accuracy' => 0,
2827
        ],
2828
        [
2829
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16136',
2830
            'name' => 'UTM zone 36S',
2831
            'source_crs' => 'urn:ogc:def:crs:EPSG::4210',
2832
            'target_crs' => 'urn:ogc:def:crs:EPSG::21036',
2833
            'accuracy' => 0,
2834
        ],
2835
        [
2836
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16137',
2837
            'name' => 'UTM zone 37S',
2838
            'source_crs' => 'urn:ogc:def:crs:EPSG::4210',
2839
            'target_crs' => 'urn:ogc:def:crs:EPSG::21037',
2840
            'accuracy' => 0,
2841
        ],
2842
        [
2843
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16035',
2844
            'name' => 'UTM zone 35N',
2845
            'source_crs' => 'urn:ogc:def:crs:EPSG::4210',
2846
            'target_crs' => 'urn:ogc:def:crs:EPSG::21095',
2847
            'accuracy' => 0,
2848
        ],
2849
        [
2850
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16036',
2851
            'name' => 'UTM zone 36N',
2852
            'source_crs' => 'urn:ogc:def:crs:EPSG::4210',
2853
            'target_crs' => 'urn:ogc:def:crs:EPSG::21096',
2854
            'accuracy' => 0,
2855
        ],
2856
        [
2857
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16037',
2858
            'name' => 'UTM zone 37N',
2859
            'source_crs' => 'urn:ogc:def:crs:EPSG::4210',
2860
            'target_crs' => 'urn:ogc:def:crs:EPSG::21097',
2861
            'accuracy' => 0,
2862
        ],
2863
        [
2864
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16148',
2865
            'name' => 'UTM zone 48S',
2866
            'source_crs' => 'urn:ogc:def:crs:EPSG::4211',
2867
            'target_crs' => 'urn:ogc:def:crs:EPSG::21148',
2868
            'accuracy' => 0,
2869
        ],
2870
        [
2871
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16149',
2872
            'name' => 'UTM zone 49S',
2873
            'source_crs' => 'urn:ogc:def:crs:EPSG::4211',
2874
            'target_crs' => 'urn:ogc:def:crs:EPSG::21149',
2875
            'accuracy' => 0,
2876
        ],
2877
        [
2878
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16150',
2879
            'name' => 'UTM zone 50S',
2880
            'source_crs' => 'urn:ogc:def:crs:EPSG::4211',
2881
            'target_crs' => 'urn:ogc:def:crs:EPSG::21150',
2882
            'accuracy' => 0,
2883
        ],
2884
        [
2885
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16213',
2886
            'name' => '6-degree Gauss-Kruger zone 13',
2887
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
2888
            'target_crs' => 'urn:ogc:def:crs:EPSG::21413',
2889
            'accuracy' => 0,
2890
        ],
2891
        [
2892
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16214',
2893
            'name' => '6-degree Gauss-Kruger zone 14',
2894
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
2895
            'target_crs' => 'urn:ogc:def:crs:EPSG::21414',
2896
            'accuracy' => 0,
2897
        ],
2898
        [
2899
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16215',
2900
            'name' => '6-degree Gauss-Kruger zone 15',
2901
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
2902
            'target_crs' => 'urn:ogc:def:crs:EPSG::21415',
2903
            'accuracy' => 0,
2904
        ],
2905
        [
2906
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16216',
2907
            'name' => '6-degree Gauss-Kruger zone 16',
2908
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
2909
            'target_crs' => 'urn:ogc:def:crs:EPSG::21416',
2910
            'accuracy' => 0,
2911
        ],
2912
        [
2913
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16217',
2914
            'name' => '6-degree Gauss-Kruger zone 17',
2915
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
2916
            'target_crs' => 'urn:ogc:def:crs:EPSG::21417',
2917
            'accuracy' => 0,
2918
        ],
2919
        [
2920
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16218',
2921
            'name' => '6-degree Gauss-Kruger zone 18',
2922
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
2923
            'target_crs' => 'urn:ogc:def:crs:EPSG::21418',
2924
            'accuracy' => 0,
2925
        ],
2926
        [
2927
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16219',
2928
            'name' => '6-degree Gauss-Kruger zone 19',
2929
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
2930
            'target_crs' => 'urn:ogc:def:crs:EPSG::21419',
2931
            'accuracy' => 0,
2932
        ],
2933
        [
2934
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16220',
2935
            'name' => '6-degree Gauss-Kruger zone 20',
2936
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
2937
            'target_crs' => 'urn:ogc:def:crs:EPSG::21420',
2938
            'accuracy' => 0,
2939
        ],
2940
        [
2941
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16221',
2942
            'name' => '6-degree Gauss-Kruger zone 21',
2943
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
2944
            'target_crs' => 'urn:ogc:def:crs:EPSG::21421',
2945
            'accuracy' => 0,
2946
        ],
2947
        [
2948
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16222',
2949
            'name' => '6-degree Gauss-Kruger zone 22',
2950
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
2951
            'target_crs' => 'urn:ogc:def:crs:EPSG::21422',
2952
            'accuracy' => 0,
2953
        ],
2954
        [
2955
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16223',
2956
            'name' => '6-degree Gauss-Kruger zone 23',
2957
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
2958
            'target_crs' => 'urn:ogc:def:crs:EPSG::21423',
2959
            'accuracy' => 0,
2960
        ],
2961
        [
2962
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16313',
2963
            'name' => 'Gauss-Kruger CM 75E',
2964
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
2965
            'target_crs' => 'urn:ogc:def:crs:EPSG::21453',
2966
            'accuracy' => 0,
2967
        ],
2968
        [
2969
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16314',
2970
            'name' => 'Gauss-Kruger CM 81E',
2971
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
2972
            'target_crs' => 'urn:ogc:def:crs:EPSG::21454',
2973
            'accuracy' => 0,
2974
        ],
2975
        [
2976
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16315',
2977
            'name' => 'Gauss-Kruger CM 87E',
2978
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
2979
            'target_crs' => 'urn:ogc:def:crs:EPSG::21455',
2980
            'accuracy' => 0,
2981
        ],
2982
        [
2983
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16316',
2984
            'name' => 'Gauss-Kruger CM 93E',
2985
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
2986
            'target_crs' => 'urn:ogc:def:crs:EPSG::21456',
2987
            'accuracy' => 0,
2988
        ],
2989
        [
2990
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16317',
2991
            'name' => 'Gauss-Kruger CM 99E',
2992
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
2993
            'target_crs' => 'urn:ogc:def:crs:EPSG::21457',
2994
            'accuracy' => 0,
2995
        ],
2996
        [
2997
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16318',
2998
            'name' => 'Gauss-Kruger CM 105E',
2999
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3000
            'target_crs' => 'urn:ogc:def:crs:EPSG::21458',
3001
            'accuracy' => 0,
3002
        ],
3003
        [
3004
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16319',
3005
            'name' => 'Gauss-Kruger CM 111E',
3006
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3007
            'target_crs' => 'urn:ogc:def:crs:EPSG::21459',
3008
            'accuracy' => 0,
3009
        ],
3010
        [
3011
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16320',
3012
            'name' => 'Gauss-Kruger CM 117E',
3013
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3014
            'target_crs' => 'urn:ogc:def:crs:EPSG::21460',
3015
            'accuracy' => 0,
3016
        ],
3017
        [
3018
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16321',
3019
            'name' => 'Gauss-Kruger CM 123E',
3020
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3021
            'target_crs' => 'urn:ogc:def:crs:EPSG::21461',
3022
            'accuracy' => 0,
3023
        ],
3024
        [
3025
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16322',
3026
            'name' => 'Gauss-Kruger CM 129E',
3027
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3028
            'target_crs' => 'urn:ogc:def:crs:EPSG::21462',
3029
            'accuracy' => 0,
3030
        ],
3031
        [
3032
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16323',
3033
            'name' => 'Gauss-Kruger CM 135E',
3034
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3035
            'target_crs' => 'urn:ogc:def:crs:EPSG::21463',
3036
            'accuracy' => 0,
3037
        ],
3038
        [
3039
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16285',
3040
            'name' => '3-degree Gauss-Kruger zone 25',
3041
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3042
            'target_crs' => 'urn:ogc:def:crs:EPSG::2401',
3043
            'accuracy' => 0,
3044
        ],
3045
        [
3046
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16286',
3047
            'name' => '3-degree Gauss-Kruger zone 26',
3048
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3049
            'target_crs' => 'urn:ogc:def:crs:EPSG::2402',
3050
            'accuracy' => 0,
3051
        ],
3052
        [
3053
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16287',
3054
            'name' => '3-degree Gauss-Kruger zone 27',
3055
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3056
            'target_crs' => 'urn:ogc:def:crs:EPSG::2403',
3057
            'accuracy' => 0,
3058
        ],
3059
        [
3060
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16288',
3061
            'name' => '3-degree Gauss-Kruger zone 28',
3062
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3063
            'target_crs' => 'urn:ogc:def:crs:EPSG::2404',
3064
            'accuracy' => 0,
3065
        ],
3066
        [
3067
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16289',
3068
            'name' => '3-degree Gauss-Kruger zone 29',
3069
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3070
            'target_crs' => 'urn:ogc:def:crs:EPSG::2405',
3071
            'accuracy' => 0,
3072
        ],
3073
        [
3074
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16290',
3075
            'name' => '3-degree Gauss-Kruger zone 30',
3076
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3077
            'target_crs' => 'urn:ogc:def:crs:EPSG::2406',
3078
            'accuracy' => 0,
3079
        ],
3080
        [
3081
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16291',
3082
            'name' => '3-degree Gauss-Kruger zone 31',
3083
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3084
            'target_crs' => 'urn:ogc:def:crs:EPSG::2407',
3085
            'accuracy' => 0,
3086
        ],
3087
        [
3088
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16292',
3089
            'name' => '3-degree Gauss-Kruger zone 32',
3090
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3091
            'target_crs' => 'urn:ogc:def:crs:EPSG::2408',
3092
            'accuracy' => 0,
3093
        ],
3094
        [
3095
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16293',
3096
            'name' => '3-degree Gauss-Kruger zone 33',
3097
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3098
            'target_crs' => 'urn:ogc:def:crs:EPSG::2409',
3099
            'accuracy' => 0,
3100
        ],
3101
        [
3102
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16294',
3103
            'name' => '3-degree Gauss-Kruger zone 34',
3104
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3105
            'target_crs' => 'urn:ogc:def:crs:EPSG::2410',
3106
            'accuracy' => 0,
3107
        ],
3108
        [
3109
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16295',
3110
            'name' => '3-degree Gauss-Kruger zone 35',
3111
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3112
            'target_crs' => 'urn:ogc:def:crs:EPSG::2411',
3113
            'accuracy' => 0,
3114
        ],
3115
        [
3116
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16296',
3117
            'name' => '3-degree Gauss-Kruger zone 36',
3118
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3119
            'target_crs' => 'urn:ogc:def:crs:EPSG::2412',
3120
            'accuracy' => 0,
3121
        ],
3122
        [
3123
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16297',
3124
            'name' => '3-degree Gauss-Kruger zone 37',
3125
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3126
            'target_crs' => 'urn:ogc:def:crs:EPSG::2413',
3127
            'accuracy' => 0,
3128
        ],
3129
        [
3130
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16298',
3131
            'name' => '3-degree Gauss-Kruger zone 38',
3132
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3133
            'target_crs' => 'urn:ogc:def:crs:EPSG::2414',
3134
            'accuracy' => 0,
3135
        ],
3136
        [
3137
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16299',
3138
            'name' => '3-degree Gauss-Kruger zone 39',
3139
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3140
            'target_crs' => 'urn:ogc:def:crs:EPSG::2415',
3141
            'accuracy' => 0,
3142
        ],
3143
        [
3144
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16070',
3145
            'name' => '3-degree Gauss-Kruger zone 40',
3146
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3147
            'target_crs' => 'urn:ogc:def:crs:EPSG::2416',
3148
            'accuracy' => 0,
3149
        ],
3150
        [
3151
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16071',
3152
            'name' => '3-degree Gauss-Kruger zone 41',
3153
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3154
            'target_crs' => 'urn:ogc:def:crs:EPSG::2417',
3155
            'accuracy' => 0,
3156
        ],
3157
        [
3158
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16072',
3159
            'name' => '3-degree Gauss-Kruger zone 42',
3160
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3161
            'target_crs' => 'urn:ogc:def:crs:EPSG::2418',
3162
            'accuracy' => 0,
3163
        ],
3164
        [
3165
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16073',
3166
            'name' => '3-degree Gauss-Kruger zone 43',
3167
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3168
            'target_crs' => 'urn:ogc:def:crs:EPSG::2419',
3169
            'accuracy' => 0,
3170
        ],
3171
        [
3172
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16074',
3173
            'name' => '3-degree Gauss-Kruger zone 44',
3174
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3175
            'target_crs' => 'urn:ogc:def:crs:EPSG::2420',
3176
            'accuracy' => 0,
3177
        ],
3178
        [
3179
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16075',
3180
            'name' => '3-degree Gauss-Kruger zone 45',
3181
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3182
            'target_crs' => 'urn:ogc:def:crs:EPSG::2421',
3183
            'accuracy' => 0,
3184
        ],
3185
        [
3186
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16313',
3187
            'name' => 'Gauss-Kruger CM 75E',
3188
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3189
            'target_crs' => 'urn:ogc:def:crs:EPSG::2422',
3190
            'accuracy' => 0,
3191
        ],
3192
        [
3193
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16386',
3194
            'name' => '3-degree Gauss-Kruger CM 78E',
3195
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3196
            'target_crs' => 'urn:ogc:def:crs:EPSG::2423',
3197
            'accuracy' => 0,
3198
        ],
3199
        [
3200
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16314',
3201
            'name' => 'Gauss-Kruger CM 81E',
3202
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3203
            'target_crs' => 'urn:ogc:def:crs:EPSG::2424',
3204
            'accuracy' => 0,
3205
        ],
3206
        [
3207
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16388',
3208
            'name' => '3-degree Gauss-Kruger CM 84E',
3209
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3210
            'target_crs' => 'urn:ogc:def:crs:EPSG::2425',
3211
            'accuracy' => 0,
3212
        ],
3213
        [
3214
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16315',
3215
            'name' => 'Gauss-Kruger CM 87E',
3216
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3217
            'target_crs' => 'urn:ogc:def:crs:EPSG::2426',
3218
            'accuracy' => 0,
3219
        ],
3220
        [
3221
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16390',
3222
            'name' => '3-degree Gauss-Kruger CM 90E',
3223
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3224
            'target_crs' => 'urn:ogc:def:crs:EPSG::2427',
3225
            'accuracy' => 0,
3226
        ],
3227
        [
3228
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16316',
3229
            'name' => 'Gauss-Kruger CM 93E',
3230
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3231
            'target_crs' => 'urn:ogc:def:crs:EPSG::2428',
3232
            'accuracy' => 0,
3233
        ],
3234
        [
3235
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16392',
3236
            'name' => '3-degree Gauss-Kruger CM 96E',
3237
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3238
            'target_crs' => 'urn:ogc:def:crs:EPSG::2429',
3239
            'accuracy' => 0,
3240
        ],
3241
        [
3242
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16317',
3243
            'name' => 'Gauss-Kruger CM 99E',
3244
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3245
            'target_crs' => 'urn:ogc:def:crs:EPSG::2430',
3246
            'accuracy' => 0,
3247
        ],
3248
        [
3249
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16394',
3250
            'name' => '3-degree Gauss-Kruger CM 102E',
3251
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3252
            'target_crs' => 'urn:ogc:def:crs:EPSG::2431',
3253
            'accuracy' => 0,
3254
        ],
3255
        [
3256
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16318',
3257
            'name' => 'Gauss-Kruger CM 105E',
3258
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3259
            'target_crs' => 'urn:ogc:def:crs:EPSG::2432',
3260
            'accuracy' => 0,
3261
        ],
3262
        [
3263
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16396',
3264
            'name' => '3-degree Gauss-Kruger CM 108E',
3265
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3266
            'target_crs' => 'urn:ogc:def:crs:EPSG::2433',
3267
            'accuracy' => 0,
3268
        ],
3269
        [
3270
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16319',
3271
            'name' => 'Gauss-Kruger CM 111E',
3272
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3273
            'target_crs' => 'urn:ogc:def:crs:EPSG::2434',
3274
            'accuracy' => 0,
3275
        ],
3276
        [
3277
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16398',
3278
            'name' => '3-degree Gauss-Kruger CM 114E',
3279
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3280
            'target_crs' => 'urn:ogc:def:crs:EPSG::2435',
3281
            'accuracy' => 0,
3282
        ],
3283
        [
3284
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16320',
3285
            'name' => 'Gauss-Kruger CM 117E',
3286
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3287
            'target_crs' => 'urn:ogc:def:crs:EPSG::2436',
3288
            'accuracy' => 0,
3289
        ],
3290
        [
3291
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16170',
3292
            'name' => '3-degree Gauss-Kruger CM 120E',
3293
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3294
            'target_crs' => 'urn:ogc:def:crs:EPSG::2437',
3295
            'accuracy' => 0,
3296
        ],
3297
        [
3298
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16321',
3299
            'name' => 'Gauss-Kruger CM 123E',
3300
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3301
            'target_crs' => 'urn:ogc:def:crs:EPSG::2438',
3302
            'accuracy' => 0,
3303
        ],
3304
        [
3305
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16172',
3306
            'name' => '3-degree Gauss-Kruger CM 126E',
3307
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3308
            'target_crs' => 'urn:ogc:def:crs:EPSG::2439',
3309
            'accuracy' => 0,
3310
        ],
3311
        [
3312
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16322',
3313
            'name' => 'Gauss-Kruger CM 129E',
3314
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3315
            'target_crs' => 'urn:ogc:def:crs:EPSG::2440',
3316
            'accuracy' => 0,
3317
        ],
3318
        [
3319
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16174',
3320
            'name' => '3-degree Gauss-Kruger CM 132E',
3321
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3322
            'target_crs' => 'urn:ogc:def:crs:EPSG::2441',
3323
            'accuracy' => 0,
3324
        ],
3325
        [
3326
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16323',
3327
            'name' => 'Gauss-Kruger CM 135E',
3328
            'source_crs' => 'urn:ogc:def:crs:EPSG::4214',
3329
            'target_crs' => 'urn:ogc:def:crs:EPSG::2442',
3330
            'accuracy' => 0,
3331
        ],
3332
        [
3333
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
3334
            'name' => 'UTM zone 20N',
3335
            'source_crs' => 'urn:ogc:def:crs:EPSG::4216',
3336
            'target_crs' => 'urn:ogc:def:crs:EPSG::3769',
3337
            'accuracy' => 0,
3338
        ],
3339
        [
3340
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
3341
            'name' => 'UTM zone 18N',
3342
            'source_crs' => 'urn:ogc:def:crs:EPSG::4218',
3343
            'target_crs' => 'urn:ogc:def:crs:EPSG::21818',
3344
            'accuracy' => 0,
3345
        ],
3346
        [
3347
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16132',
3348
            'name' => 'UTM zone 32S',
3349
            'source_crs' => 'urn:ogc:def:crs:EPSG::4220',
3350
            'target_crs' => 'urn:ogc:def:crs:EPSG::22032',
3351
            'accuracy' => 0,
3352
        ],
3353
        [
3354
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16133',
3355
            'name' => 'UTM zone 33S',
3356
            'source_crs' => 'urn:ogc:def:crs:EPSG::4220',
3357
            'target_crs' => 'urn:ogc:def:crs:EPSG::22033',
3358
            'accuracy' => 0,
3359
        ],
3360
        [
3361
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
3362
            'name' => 'UTM zone 19S',
3363
            'source_crs' => 'urn:ogc:def:crs:EPSG::4221',
3364
            'target_crs' => 'urn:ogc:def:crs:EPSG::2315',
3365
            'accuracy' => 0,
3366
        ],
3367
        [
3368
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16120',
3369
            'name' => 'UTM zone 20S',
3370
            'source_crs' => 'urn:ogc:def:crs:EPSG::4221',
3371
            'target_crs' => 'urn:ogc:def:crs:EPSG::2316',
3372
            'accuracy' => 0,
3373
        ],
3374
        [
3375
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16134',
3376
            'name' => 'UTM zone 34S',
3377
            'source_crs' => 'urn:ogc:def:crs:EPSG::4222',
3378
            'target_crs' => 'urn:ogc:def:crs:EPSG::22234',
3379
            'accuracy' => 0,
3380
        ],
3381
        [
3382
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16135',
3383
            'name' => 'UTM zone 35S',
3384
            'source_crs' => 'urn:ogc:def:crs:EPSG::4222',
3385
            'target_crs' => 'urn:ogc:def:crs:EPSG::22235',
3386
            'accuracy' => 0,
3387
        ],
3388
        [
3389
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
3390
            'name' => 'UTM zone 32N',
3391
            'source_crs' => 'urn:ogc:def:crs:EPSG::4223',
3392
            'target_crs' => 'urn:ogc:def:crs:EPSG::22332',
3393
            'accuracy' => 0,
3394
        ],
3395
        [
3396
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16123',
3397
            'name' => 'UTM zone 23S',
3398
            'source_crs' => 'urn:ogc:def:crs:EPSG::4224',
3399
            'target_crs' => 'urn:ogc:def:crs:EPSG::4071',
3400
            'accuracy' => 0,
3401
        ],
3402
        [
3403
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16121',
3404
            'name' => 'UTM zone 21S',
3405
            'source_crs' => 'urn:ogc:def:crs:EPSG::4225',
3406
            'target_crs' => 'urn:ogc:def:crs:EPSG::22521',
3407
            'accuracy' => 0,
3408
        ],
3409
        [
3410
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16122',
3411
            'name' => 'UTM zone 22S',
3412
            'source_crs' => 'urn:ogc:def:crs:EPSG::4225',
3413
            'target_crs' => 'urn:ogc:def:crs:EPSG::22522',
3414
            'accuracy' => 0,
3415
        ],
3416
        [
3417
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16123',
3418
            'name' => 'UTM zone 23S',
3419
            'source_crs' => 'urn:ogc:def:crs:EPSG::4225',
3420
            'target_crs' => 'urn:ogc:def:crs:EPSG::22523',
3421
            'accuracy' => 0,
3422
        ],
3423
        [
3424
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16124',
3425
            'name' => 'UTM zone 24S',
3426
            'source_crs' => 'urn:ogc:def:crs:EPSG::4225',
3427
            'target_crs' => 'urn:ogc:def:crs:EPSG::22524',
3428
            'accuracy' => 0,
3429
        ],
3430
        [
3431
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16125',
3432
            'name' => 'UTM zone 25S',
3433
            'source_crs' => 'urn:ogc:def:crs:EPSG::4225',
3434
            'target_crs' => 'urn:ogc:def:crs:EPSG::22525',
3435
            'accuracy' => 0,
3436
        ],
3437
        [
3438
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16269',
3439
            'name' => '3-degree Gauss-Kruger zone 9',
3440
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3441
            'target_crs' => 'urn:ogc:def:crs:EPSG::2206',
3442
            'accuracy' => 0,
3443
        ],
3444
        [
3445
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16270',
3446
            'name' => '3-degree Gauss-Kruger zone 10',
3447
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3448
            'target_crs' => 'urn:ogc:def:crs:EPSG::2207',
3449
            'accuracy' => 0,
3450
        ],
3451
        [
3452
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16271',
3453
            'name' => '3-degree Gauss-Kruger zone 11',
3454
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3455
            'target_crs' => 'urn:ogc:def:crs:EPSG::2208',
3456
            'accuracy' => 0,
3457
        ],
3458
        [
3459
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16272',
3460
            'name' => '3-degree Gauss-Kruger zone 12',
3461
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3462
            'target_crs' => 'urn:ogc:def:crs:EPSG::2209',
3463
            'accuracy' => 0,
3464
        ],
3465
        [
3466
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16273',
3467
            'name' => '3-degree Gauss-Kruger zone 13',
3468
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3469
            'target_crs' => 'urn:ogc:def:crs:EPSG::2210',
3470
            'accuracy' => 0,
3471
        ],
3472
        [
3473
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16274',
3474
            'name' => '3-degree Gauss-Kruger zone 14',
3475
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3476
            'target_crs' => 'urn:ogc:def:crs:EPSG::2211',
3477
            'accuracy' => 0,
3478
        ],
3479
        [
3480
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16275',
3481
            'name' => '3-degree Gauss-Kruger zone 15',
3482
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3483
            'target_crs' => 'urn:ogc:def:crs:EPSG::2212',
3484
            'accuracy' => 0,
3485
        ],
3486
        [
3487
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
3488
            'name' => 'UTM zone 28N',
3489
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3490
            'target_crs' => 'urn:ogc:def:crs:EPSG::23028',
3491
            'accuracy' => 0,
3492
        ],
3493
        [
3494
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
3495
            'name' => 'UTM zone 29N',
3496
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3497
            'target_crs' => 'urn:ogc:def:crs:EPSG::23029',
3498
            'accuracy' => 0,
3499
        ],
3500
        [
3501
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16030',
3502
            'name' => 'UTM zone 30N',
3503
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3504
            'target_crs' => 'urn:ogc:def:crs:EPSG::23030',
3505
            'accuracy' => 0,
3506
        ],
3507
        [
3508
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16031',
3509
            'name' => 'UTM zone 31N',
3510
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3511
            'target_crs' => 'urn:ogc:def:crs:EPSG::23031',
3512
            'accuracy' => 0,
3513
        ],
3514
        [
3515
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
3516
            'name' => 'UTM zone 32N',
3517
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3518
            'target_crs' => 'urn:ogc:def:crs:EPSG::23032',
3519
            'accuracy' => 0,
3520
        ],
3521
        [
3522
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16033',
3523
            'name' => 'UTM zone 33N',
3524
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3525
            'target_crs' => 'urn:ogc:def:crs:EPSG::23033',
3526
            'accuracy' => 0,
3527
        ],
3528
        [
3529
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16034',
3530
            'name' => 'UTM zone 34N',
3531
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3532
            'target_crs' => 'urn:ogc:def:crs:EPSG::23034',
3533
            'accuracy' => 0,
3534
        ],
3535
        [
3536
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16035',
3537
            'name' => 'UTM zone 35N',
3538
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3539
            'target_crs' => 'urn:ogc:def:crs:EPSG::23035',
3540
            'accuracy' => 0,
3541
        ],
3542
        [
3543
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16036',
3544
            'name' => 'UTM zone 36N',
3545
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3546
            'target_crs' => 'urn:ogc:def:crs:EPSG::23036',
3547
            'accuracy' => 0,
3548
        ],
3549
        [
3550
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16037',
3551
            'name' => 'UTM zone 37N',
3552
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3553
            'target_crs' => 'urn:ogc:def:crs:EPSG::23037',
3554
            'accuracy' => 0,
3555
        ],
3556
        [
3557
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16038',
3558
            'name' => 'UTM zone 38N',
3559
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3560
            'target_crs' => 'urn:ogc:def:crs:EPSG::23038',
3561
            'accuracy' => 0,
3562
        ],
3563
        [
3564
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16305',
3565
            'name' => 'Gauss-Kruger CM 27E',
3566
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3567
            'target_crs' => 'urn:ogc:def:crs:EPSG::2319',
3568
            'accuracy' => 0,
3569
        ],
3570
        [
3571
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16370',
3572
            'name' => '3-degree Gauss-Kruger CM 30E',
3573
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3574
            'target_crs' => 'urn:ogc:def:crs:EPSG::2320',
3575
            'accuracy' => 0,
3576
        ],
3577
        [
3578
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16306',
3579
            'name' => 'Gauss-Kruger CM 33E',
3580
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3581
            'target_crs' => 'urn:ogc:def:crs:EPSG::2321',
3582
            'accuracy' => 0,
3583
        ],
3584
        [
3585
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16372',
3586
            'name' => '3-degree Gauss-Kruger CM 36E',
3587
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3588
            'target_crs' => 'urn:ogc:def:crs:EPSG::2322',
3589
            'accuracy' => 0,
3590
        ],
3591
        [
3592
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16307',
3593
            'name' => 'Gauss-Kruger CM 39E',
3594
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3595
            'target_crs' => 'urn:ogc:def:crs:EPSG::2323',
3596
            'accuracy' => 0,
3597
        ],
3598
        [
3599
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16374',
3600
            'name' => '3-degree Gauss-Kruger CM 42E',
3601
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3602
            'target_crs' => 'urn:ogc:def:crs:EPSG::2324',
3603
            'accuracy' => 0,
3604
        ],
3605
        [
3606
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16308',
3607
            'name' => 'Gauss-Kruger CM 45E',
3608
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3609
            'target_crs' => 'urn:ogc:def:crs:EPSG::2325',
3610
            'accuracy' => 0,
3611
        ],
3612
        [
3613
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16406',
3614
            'name' => 'TM 6 NE',
3615
            'source_crs' => 'urn:ogc:def:crs:EPSG::4230',
3616
            'target_crs' => 'urn:ogc:def:crs:EPSG::5627',
3617
            'accuracy' => 0,
3618
        ],
3619
        [
3620
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
3621
            'name' => 'UTM zone 39N',
3622
            'source_crs' => 'urn:ogc:def:crs:EPSG::4232',
3623
            'target_crs' => 'urn:ogc:def:crs:EPSG::23239',
3624
            'accuracy' => 0,
3625
        ],
3626
        [
3627
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16040',
3628
            'name' => 'UTM zone 40N',
3629
            'source_crs' => 'urn:ogc:def:crs:EPSG::4232',
3630
            'target_crs' => 'urn:ogc:def:crs:EPSG::23240',
3631
            'accuracy' => 0,
3632
        ],
3633
        [
3634
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16051',
3635
            'name' => 'UTM zone 51N',
3636
            'source_crs' => 'urn:ogc:def:crs:EPSG::4236',
3637
            'target_crs' => 'urn:ogc:def:crs:EPSG::3829',
3638
            'accuracy' => 0,
3639
        ],
3640
        [
3641
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16046',
3642
            'name' => 'UTM zone 46N',
3643
            'source_crs' => 'urn:ogc:def:crs:EPSG::4238',
3644
            'target_crs' => 'urn:ogc:def:crs:EPSG::23846',
3645
            'accuracy' => 0,
3646
        ],
3647
        [
3648
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16047',
3649
            'name' => 'UTM zone 47N',
3650
            'source_crs' => 'urn:ogc:def:crs:EPSG::4238',
3651
            'target_crs' => 'urn:ogc:def:crs:EPSG::23847',
3652
            'accuracy' => 0,
3653
        ],
3654
        [
3655
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16048',
3656
            'name' => 'UTM zone 48N',
3657
            'source_crs' => 'urn:ogc:def:crs:EPSG::4238',
3658
            'target_crs' => 'urn:ogc:def:crs:EPSG::23848',
3659
            'accuracy' => 0,
3660
        ],
3661
        [
3662
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16049',
3663
            'name' => 'UTM zone 49N',
3664
            'source_crs' => 'urn:ogc:def:crs:EPSG::4238',
3665
            'target_crs' => 'urn:ogc:def:crs:EPSG::23849',
3666
            'accuracy' => 0,
3667
        ],
3668
        [
3669
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16050',
3670
            'name' => 'UTM zone 50N',
3671
            'source_crs' => 'urn:ogc:def:crs:EPSG::4238',
3672
            'target_crs' => 'urn:ogc:def:crs:EPSG::23850',
3673
            'accuracy' => 0,
3674
        ],
3675
        [
3676
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16051',
3677
            'name' => 'UTM zone 51N',
3678
            'source_crs' => 'urn:ogc:def:crs:EPSG::4238',
3679
            'target_crs' => 'urn:ogc:def:crs:EPSG::23851',
3680
            'accuracy' => 0,
3681
        ],
3682
        [
3683
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16052',
3684
            'name' => 'UTM zone 52N',
3685
            'source_crs' => 'urn:ogc:def:crs:EPSG::4238',
3686
            'target_crs' => 'urn:ogc:def:crs:EPSG::23852',
3687
            'accuracy' => 0,
3688
        ],
3689
        [
3690
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16147',
3691
            'name' => 'UTM zone 47S',
3692
            'source_crs' => 'urn:ogc:def:crs:EPSG::4238',
3693
            'target_crs' => 'urn:ogc:def:crs:EPSG::23887',
3694
            'accuracy' => 0,
3695
        ],
3696
        [
3697
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16148',
3698
            'name' => 'UTM zone 48S',
3699
            'source_crs' => 'urn:ogc:def:crs:EPSG::4238',
3700
            'target_crs' => 'urn:ogc:def:crs:EPSG::23888',
3701
            'accuracy' => 0,
3702
        ],
3703
        [
3704
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16149',
3705
            'name' => 'UTM zone 49S',
3706
            'source_crs' => 'urn:ogc:def:crs:EPSG::4238',
3707
            'target_crs' => 'urn:ogc:def:crs:EPSG::23889',
3708
            'accuracy' => 0,
3709
        ],
3710
        [
3711
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16150',
3712
            'name' => 'UTM zone 50S',
3713
            'source_crs' => 'urn:ogc:def:crs:EPSG::4238',
3714
            'target_crs' => 'urn:ogc:def:crs:EPSG::23890',
3715
            'accuracy' => 0,
3716
        ],
3717
        [
3718
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16151',
3719
            'name' => 'UTM zone 51S',
3720
            'source_crs' => 'urn:ogc:def:crs:EPSG::4238',
3721
            'target_crs' => 'urn:ogc:def:crs:EPSG::23891',
3722
            'accuracy' => 0,
3723
        ],
3724
        [
3725
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16152',
3726
            'name' => 'UTM zone 52S',
3727
            'source_crs' => 'urn:ogc:def:crs:EPSG::4238',
3728
            'target_crs' => 'urn:ogc:def:crs:EPSG::23892',
3729
            'accuracy' => 0,
3730
        ],
3731
        [
3732
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16153',
3733
            'name' => 'UTM zone 53S',
3734
            'source_crs' => 'urn:ogc:def:crs:EPSG::4238',
3735
            'target_crs' => 'urn:ogc:def:crs:EPSG::23893',
3736
            'accuracy' => 0,
3737
        ],
3738
        [
3739
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16154',
3740
            'name' => 'UTM zone 54S',
3741
            'source_crs' => 'urn:ogc:def:crs:EPSG::4238',
3742
            'target_crs' => 'urn:ogc:def:crs:EPSG::23894',
3743
            'accuracy' => 0,
3744
        ],
3745
        [
3746
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16046',
3747
            'name' => 'UTM zone 46N',
3748
            'source_crs' => 'urn:ogc:def:crs:EPSG::4239',
3749
            'target_crs' => 'urn:ogc:def:crs:EPSG::23946',
3750
            'accuracy' => 0,
3751
        ],
3752
        [
3753
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16047',
3754
            'name' => 'UTM zone 47N',
3755
            'source_crs' => 'urn:ogc:def:crs:EPSG::4239',
3756
            'target_crs' => 'urn:ogc:def:crs:EPSG::23947',
3757
            'accuracy' => 0,
3758
        ],
3759
        [
3760
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16048',
3761
            'name' => 'UTM zone 48N',
3762
            'source_crs' => 'urn:ogc:def:crs:EPSG::4239',
3763
            'target_crs' => 'urn:ogc:def:crs:EPSG::23948',
3764
            'accuracy' => 0,
3765
        ],
3766
        [
3767
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16047',
3768
            'name' => 'UTM zone 47N',
3769
            'source_crs' => 'urn:ogc:def:crs:EPSG::4240',
3770
            'target_crs' => 'urn:ogc:def:crs:EPSG::24047',
3771
            'accuracy' => 0,
3772
        ],
3773
        [
3774
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16048',
3775
            'name' => 'UTM zone 48N',
3776
            'source_crs' => 'urn:ogc:def:crs:EPSG::4240',
3777
            'target_crs' => 'urn:ogc:def:crs:EPSG::24048',
3778
            'accuracy' => 0,
3779
        ],
3780
        [
3781
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16047',
3782
            'name' => 'UTM zone 47N',
3783
            'source_crs' => 'urn:ogc:def:crs:EPSG::4245',
3784
            'target_crs' => 'urn:ogc:def:crs:EPSG::24547',
3785
            'accuracy' => 0,
3786
        ],
3787
        [
3788
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16048',
3789
            'name' => 'UTM zone 48N',
3790
            'source_crs' => 'urn:ogc:def:crs:EPSG::4245',
3791
            'target_crs' => 'urn:ogc:def:crs:EPSG::24548',
3792
            'accuracy' => 0,
3793
        ],
3794
        [
3795
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
3796
            'name' => 'UTM zone 18N',
3797
            'source_crs' => 'urn:ogc:def:crs:EPSG::4247',
3798
            'target_crs' => 'urn:ogc:def:crs:EPSG::24718',
3799
            'accuracy' => 0,
3800
        ],
3801
        [
3802
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
3803
            'name' => 'UTM zone 19N',
3804
            'source_crs' => 'urn:ogc:def:crs:EPSG::4247',
3805
            'target_crs' => 'urn:ogc:def:crs:EPSG::24719',
3806
            'accuracy' => 0,
3807
        ],
3808
        [
3809
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
3810
            'name' => 'UTM zone 20N',
3811
            'source_crs' => 'urn:ogc:def:crs:EPSG::4247',
3812
            'target_crs' => 'urn:ogc:def:crs:EPSG::24720',
3813
            'accuracy' => 0,
3814
        ],
3815
        [
3816
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
3817
            'name' => 'UTM zone 17N',
3818
            'source_crs' => 'urn:ogc:def:crs:EPSG::4248',
3819
            'target_crs' => 'urn:ogc:def:crs:EPSG::24817',
3820
            'accuracy' => 0,
3821
        ],
3822
        [
3823
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
3824
            'name' => 'UTM zone 18N',
3825
            'source_crs' => 'urn:ogc:def:crs:EPSG::4248',
3826
            'target_crs' => 'urn:ogc:def:crs:EPSG::24818',
3827
            'accuracy' => 0,
3828
        ],
3829
        [
3830
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
3831
            'name' => 'UTM zone 19N',
3832
            'source_crs' => 'urn:ogc:def:crs:EPSG::4248',
3833
            'target_crs' => 'urn:ogc:def:crs:EPSG::24819',
3834
            'accuracy' => 0,
3835
        ],
3836
        [
3837
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
3838
            'name' => 'UTM zone 20N',
3839
            'source_crs' => 'urn:ogc:def:crs:EPSG::4248',
3840
            'target_crs' => 'urn:ogc:def:crs:EPSG::24820',
3841
            'accuracy' => 0,
3842
        ],
3843
        [
3844
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
3845
            'name' => 'UTM zone 21N',
3846
            'source_crs' => 'urn:ogc:def:crs:EPSG::4248',
3847
            'target_crs' => 'urn:ogc:def:crs:EPSG::24821',
3848
            'accuracy' => 0,
3849
        ],
3850
        [
3851
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16117',
3852
            'name' => 'UTM zone 17S',
3853
            'source_crs' => 'urn:ogc:def:crs:EPSG::4248',
3854
            'target_crs' => 'urn:ogc:def:crs:EPSG::24877',
3855
            'accuracy' => 0,
3856
        ],
3857
        [
3858
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16118',
3859
            'name' => 'UTM zone 18S',
3860
            'source_crs' => 'urn:ogc:def:crs:EPSG::4248',
3861
            'target_crs' => 'urn:ogc:def:crs:EPSG::24878',
3862
            'accuracy' => 0,
3863
        ],
3864
        [
3865
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
3866
            'name' => 'UTM zone 19S',
3867
            'source_crs' => 'urn:ogc:def:crs:EPSG::4248',
3868
            'target_crs' => 'urn:ogc:def:crs:EPSG::24879',
3869
            'accuracy' => 0,
3870
        ],
3871
        [
3872
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16120',
3873
            'name' => 'UTM zone 20S',
3874
            'source_crs' => 'urn:ogc:def:crs:EPSG::4248',
3875
            'target_crs' => 'urn:ogc:def:crs:EPSG::24880',
3876
            'accuracy' => 0,
3877
        ],
3878
        [
3879
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16121',
3880
            'name' => 'UTM zone 21S',
3881
            'source_crs' => 'urn:ogc:def:crs:EPSG::4248',
3882
            'target_crs' => 'urn:ogc:def:crs:EPSG::24881',
3883
            'accuracy' => 0,
3884
        ],
3885
        [
3886
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16122',
3887
            'name' => 'UTM zone 22S',
3888
            'source_crs' => 'urn:ogc:def:crs:EPSG::4248',
3889
            'target_crs' => 'urn:ogc:def:crs:EPSG::24882',
3890
            'accuracy' => 0,
3891
        ],
3892
        [
3893
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16031',
3894
            'name' => 'UTM zone 31N',
3895
            'source_crs' => 'urn:ogc:def:crs:EPSG::4252',
3896
            'target_crs' => 'urn:ogc:def:crs:EPSG::25231',
3897
            'accuracy' => 0,
3898
        ],
3899
        [
3900
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
3901
            'name' => 'UTM zone 19S',
3902
            'source_crs' => 'urn:ogc:def:crs:EPSG::4254',
3903
            'target_crs' => 'urn:ogc:def:crs:EPSG::2084',
3904
            'accuracy' => 0,
3905
        ],
3906
        [
3907
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
3908
            'name' => 'UTM zone 28N',
3909
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
3910
            'target_crs' => 'urn:ogc:def:crs:EPSG::25828',
3911
            'accuracy' => 0,
3912
        ],
3913
        [
3914
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
3915
            'name' => 'UTM zone 29N',
3916
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
3917
            'target_crs' => 'urn:ogc:def:crs:EPSG::25829',
3918
            'accuracy' => 0,
3919
        ],
3920
        [
3921
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16030',
3922
            'name' => 'UTM zone 30N',
3923
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
3924
            'target_crs' => 'urn:ogc:def:crs:EPSG::25830',
3925
            'accuracy' => 0,
3926
        ],
3927
        [
3928
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16031',
3929
            'name' => 'UTM zone 31N',
3930
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
3931
            'target_crs' => 'urn:ogc:def:crs:EPSG::25831',
3932
            'accuracy' => 0,
3933
        ],
3934
        [
3935
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
3936
            'name' => 'UTM zone 32N',
3937
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
3938
            'target_crs' => 'urn:ogc:def:crs:EPSG::25832',
3939
            'accuracy' => 0,
3940
        ],
3941
        [
3942
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16033',
3943
            'name' => 'UTM zone 33N',
3944
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
3945
            'target_crs' => 'urn:ogc:def:crs:EPSG::25833',
3946
            'accuracy' => 0,
3947
        ],
3948
        [
3949
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16034',
3950
            'name' => 'UTM zone 34N',
3951
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
3952
            'target_crs' => 'urn:ogc:def:crs:EPSG::25834',
3953
            'accuracy' => 0,
3954
        ],
3955
        [
3956
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16035',
3957
            'name' => 'UTM zone 35N',
3958
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
3959
            'target_crs' => 'urn:ogc:def:crs:EPSG::25835',
3960
            'accuracy' => 0,
3961
        ],
3962
        [
3963
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16036',
3964
            'name' => 'UTM zone 36N',
3965
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
3966
            'target_crs' => 'urn:ogc:def:crs:EPSG::25836',
3967
            'accuracy' => 0,
3968
        ],
3969
        [
3970
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16037',
3971
            'name' => 'UTM zone 37N',
3972
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
3973
            'target_crs' => 'urn:ogc:def:crs:EPSG::25837',
3974
            'accuracy' => 0,
3975
        ],
3976
        [
3977
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
3978
            'name' => 'UTM zone 28N',
3979
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
3980
            'target_crs' => 'urn:ogc:def:crs:EPSG::3040',
3981
            'accuracy' => 0,
3982
        ],
3983
        [
3984
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
3985
            'name' => 'UTM zone 29N',
3986
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
3987
            'target_crs' => 'urn:ogc:def:crs:EPSG::3041',
3988
            'accuracy' => 0,
3989
        ],
3990
        [
3991
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16030',
3992
            'name' => 'UTM zone 30N',
3993
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
3994
            'target_crs' => 'urn:ogc:def:crs:EPSG::3042',
3995
            'accuracy' => 0,
3996
        ],
3997
        [
3998
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16031',
3999
            'name' => 'UTM zone 31N',
4000
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
4001
            'target_crs' => 'urn:ogc:def:crs:EPSG::3043',
4002
            'accuracy' => 0,
4003
        ],
4004
        [
4005
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
4006
            'name' => 'UTM zone 32N',
4007
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
4008
            'target_crs' => 'urn:ogc:def:crs:EPSG::3044',
4009
            'accuracy' => 0,
4010
        ],
4011
        [
4012
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16033',
4013
            'name' => 'UTM zone 33N',
4014
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
4015
            'target_crs' => 'urn:ogc:def:crs:EPSG::3045',
4016
            'accuracy' => 0,
4017
        ],
4018
        [
4019
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16034',
4020
            'name' => 'UTM zone 34N',
4021
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
4022
            'target_crs' => 'urn:ogc:def:crs:EPSG::3046',
4023
            'accuracy' => 0,
4024
        ],
4025
        [
4026
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16035',
4027
            'name' => 'UTM zone 35N',
4028
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
4029
            'target_crs' => 'urn:ogc:def:crs:EPSG::3047',
4030
            'accuracy' => 0,
4031
        ],
4032
        [
4033
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16036',
4034
            'name' => 'UTM zone 36N',
4035
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
4036
            'target_crs' => 'urn:ogc:def:crs:EPSG::3048',
4037
            'accuracy' => 0,
4038
        ],
4039
        [
4040
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16037',
4041
            'name' => 'UTM zone 37N',
4042
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
4043
            'target_crs' => 'urn:ogc:def:crs:EPSG::3049',
4044
            'accuracy' => 0,
4045
        ],
4046
        [
4047
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16302',
4048
            'name' => 'Gauss-Kruger CM 9E',
4049
            'source_crs' => 'urn:ogc:def:crs:EPSG::4258',
4050
            'target_crs' => 'urn:ogc:def:crs:EPSG::8395',
4051
            'accuracy' => 0,
4052
        ],
4053
        [
4054
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16132',
4055
            'name' => 'UTM zone 32S',
4056
            'source_crs' => 'urn:ogc:def:crs:EPSG::4259',
4057
            'target_crs' => 'urn:ogc:def:crs:EPSG::25932',
4058
            'accuracy' => 0,
4059
        ],
4060
        [
4061
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16133',
4062
            'name' => 'UTM zone 33S',
4063
            'source_crs' => 'urn:ogc:def:crs:EPSG::4259',
4064
            'target_crs' => 'urn:ogc:def:crs:EPSG::7992',
4065
            'accuracy' => 0,
4066
        ],
4067
        [
4068
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16037',
4069
            'name' => 'UTM zone 37N',
4070
            'source_crs' => 'urn:ogc:def:crs:EPSG::4262',
4071
            'target_crs' => 'urn:ogc:def:crs:EPSG::26237',
4072
            'accuracy' => 0,
4073
        ],
4074
        [
4075
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16031',
4076
            'name' => 'UTM zone 31N',
4077
            'source_crs' => 'urn:ogc:def:crs:EPSG::4263',
4078
            'target_crs' => 'urn:ogc:def:crs:EPSG::26331',
4079
            'accuracy' => 0,
4080
        ],
4081
        [
4082
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
4083
            'name' => 'UTM zone 32N',
4084
            'source_crs' => 'urn:ogc:def:crs:EPSG::4263',
4085
            'target_crs' => 'urn:ogc:def:crs:EPSG::26332',
4086
            'accuracy' => 0,
4087
        ],
4088
        [
4089
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
4090
            'name' => 'UTM zone 32N',
4091
            'source_crs' => 'urn:ogc:def:crs:EPSG::4266',
4092
            'target_crs' => 'urn:ogc:def:crs:EPSG::26632',
4093
            'accuracy' => 0,
4094
        ],
4095
        [
4096
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16132',
4097
            'name' => 'UTM zone 32S',
4098
            'source_crs' => 'urn:ogc:def:crs:EPSG::4266',
4099
            'target_crs' => 'urn:ogc:def:crs:EPSG::26692',
4100
            'accuracy' => 0,
4101
        ],
4102
        [
4103
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16001',
4104
            'name' => 'UTM zone 1N',
4105
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4106
            'target_crs' => 'urn:ogc:def:crs:EPSG::26701',
4107
            'accuracy' => 0,
4108
        ],
4109
        [
4110
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16002',
4111
            'name' => 'UTM zone 2N',
4112
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4113
            'target_crs' => 'urn:ogc:def:crs:EPSG::26702',
4114
            'accuracy' => 0,
4115
        ],
4116
        [
4117
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16003',
4118
            'name' => 'UTM zone 3N',
4119
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4120
            'target_crs' => 'urn:ogc:def:crs:EPSG::26703',
4121
            'accuracy' => 0,
4122
        ],
4123
        [
4124
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16004',
4125
            'name' => 'UTM zone 4N',
4126
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4127
            'target_crs' => 'urn:ogc:def:crs:EPSG::26704',
4128
            'accuracy' => 0,
4129
        ],
4130
        [
4131
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16005',
4132
            'name' => 'UTM zone 5N',
4133
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4134
            'target_crs' => 'urn:ogc:def:crs:EPSG::26705',
4135
            'accuracy' => 0,
4136
        ],
4137
        [
4138
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16006',
4139
            'name' => 'UTM zone 6N',
4140
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4141
            'target_crs' => 'urn:ogc:def:crs:EPSG::26706',
4142
            'accuracy' => 0,
4143
        ],
4144
        [
4145
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16007',
4146
            'name' => 'UTM zone 7N',
4147
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4148
            'target_crs' => 'urn:ogc:def:crs:EPSG::26707',
4149
            'accuracy' => 0,
4150
        ],
4151
        [
4152
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16008',
4153
            'name' => 'UTM zone 8N',
4154
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4155
            'target_crs' => 'urn:ogc:def:crs:EPSG::26708',
4156
            'accuracy' => 0,
4157
        ],
4158
        [
4159
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16009',
4160
            'name' => 'UTM zone 9N',
4161
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4162
            'target_crs' => 'urn:ogc:def:crs:EPSG::26709',
4163
            'accuracy' => 0,
4164
        ],
4165
        [
4166
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16010',
4167
            'name' => 'UTM zone 10N',
4168
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4169
            'target_crs' => 'urn:ogc:def:crs:EPSG::26710',
4170
            'accuracy' => 0,
4171
        ],
4172
        [
4173
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
4174
            'name' => 'UTM zone 11N',
4175
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4176
            'target_crs' => 'urn:ogc:def:crs:EPSG::26711',
4177
            'accuracy' => 0,
4178
        ],
4179
        [
4180
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
4181
            'name' => 'UTM zone 12N',
4182
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4183
            'target_crs' => 'urn:ogc:def:crs:EPSG::26712',
4184
            'accuracy' => 0,
4185
        ],
4186
        [
4187
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
4188
            'name' => 'UTM zone 13N',
4189
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4190
            'target_crs' => 'urn:ogc:def:crs:EPSG::26713',
4191
            'accuracy' => 0,
4192
        ],
4193
        [
4194
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
4195
            'name' => 'UTM zone 14N',
4196
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4197
            'target_crs' => 'urn:ogc:def:crs:EPSG::26714',
4198
            'accuracy' => 0,
4199
        ],
4200
        [
4201
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
4202
            'name' => 'UTM zone 15N',
4203
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4204
            'target_crs' => 'urn:ogc:def:crs:EPSG::26715',
4205
            'accuracy' => 0,
4206
        ],
4207
        [
4208
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
4209
            'name' => 'UTM zone 16N',
4210
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4211
            'target_crs' => 'urn:ogc:def:crs:EPSG::26716',
4212
            'accuracy' => 0,
4213
        ],
4214
        [
4215
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
4216
            'name' => 'UTM zone 17N',
4217
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4218
            'target_crs' => 'urn:ogc:def:crs:EPSG::26717',
4219
            'accuracy' => 0,
4220
        ],
4221
        [
4222
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
4223
            'name' => 'UTM zone 18N',
4224
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4225
            'target_crs' => 'urn:ogc:def:crs:EPSG::26718',
4226
            'accuracy' => 0,
4227
        ],
4228
        [
4229
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
4230
            'name' => 'UTM zone 19N',
4231
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4232
            'target_crs' => 'urn:ogc:def:crs:EPSG::26719',
4233
            'accuracy' => 0,
4234
        ],
4235
        [
4236
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
4237
            'name' => 'UTM zone 20N',
4238
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4239
            'target_crs' => 'urn:ogc:def:crs:EPSG::26720',
4240
            'accuracy' => 0,
4241
        ],
4242
        [
4243
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
4244
            'name' => 'UTM zone 21N',
4245
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4246
            'target_crs' => 'urn:ogc:def:crs:EPSG::26721',
4247
            'accuracy' => 0,
4248
        ],
4249
        [
4250
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
4251
            'name' => 'UTM zone 22N',
4252
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4253
            'target_crs' => 'urn:ogc:def:crs:EPSG::26722',
4254
            'accuracy' => 0,
4255
        ],
4256
        [
4257
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16059',
4258
            'name' => 'UTM zone 59N',
4259
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4260
            'target_crs' => 'urn:ogc:def:crs:EPSG::3370',
4261
            'accuracy' => 0,
4262
        ],
4263
        [
4264
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16060',
4265
            'name' => 'UTM zone 60N',
4266
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4267
            'target_crs' => 'urn:ogc:def:crs:EPSG::3371',
4268
            'accuracy' => 0,
4269
        ],
4270
        [
4271
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16001',
4272
            'name' => 'UTM zone 1N',
4273
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4274
            'target_crs' => 'urn:ogc:def:crs:EPSG::26901',
4275
            'accuracy' => 0,
4276
        ],
4277
        [
4278
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16002',
4279
            'name' => 'UTM zone 2N',
4280
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4281
            'target_crs' => 'urn:ogc:def:crs:EPSG::26902',
4282
            'accuracy' => 0,
4283
        ],
4284
        [
4285
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16003',
4286
            'name' => 'UTM zone 3N',
4287
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4288
            'target_crs' => 'urn:ogc:def:crs:EPSG::26903',
4289
            'accuracy' => 0,
4290
        ],
4291
        [
4292
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16004',
4293
            'name' => 'UTM zone 4N',
4294
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4295
            'target_crs' => 'urn:ogc:def:crs:EPSG::26904',
4296
            'accuracy' => 0,
4297
        ],
4298
        [
4299
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16005',
4300
            'name' => 'UTM zone 5N',
4301
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4302
            'target_crs' => 'urn:ogc:def:crs:EPSG::26905',
4303
            'accuracy' => 0,
4304
        ],
4305
        [
4306
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16006',
4307
            'name' => 'UTM zone 6N',
4308
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4309
            'target_crs' => 'urn:ogc:def:crs:EPSG::26906',
4310
            'accuracy' => 0,
4311
        ],
4312
        [
4313
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16007',
4314
            'name' => 'UTM zone 7N',
4315
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4316
            'target_crs' => 'urn:ogc:def:crs:EPSG::26907',
4317
            'accuracy' => 0,
4318
        ],
4319
        [
4320
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16008',
4321
            'name' => 'UTM zone 8N',
4322
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4323
            'target_crs' => 'urn:ogc:def:crs:EPSG::26908',
4324
            'accuracy' => 0,
4325
        ],
4326
        [
4327
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16009',
4328
            'name' => 'UTM zone 9N',
4329
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4330
            'target_crs' => 'urn:ogc:def:crs:EPSG::26909',
4331
            'accuracy' => 0,
4332
        ],
4333
        [
4334
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16010',
4335
            'name' => 'UTM zone 10N',
4336
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4337
            'target_crs' => 'urn:ogc:def:crs:EPSG::26910',
4338
            'accuracy' => 0,
4339
        ],
4340
        [
4341
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
4342
            'name' => 'UTM zone 11N',
4343
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4344
            'target_crs' => 'urn:ogc:def:crs:EPSG::26911',
4345
            'accuracy' => 0,
4346
        ],
4347
        [
4348
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
4349
            'name' => 'UTM zone 12N',
4350
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4351
            'target_crs' => 'urn:ogc:def:crs:EPSG::26912',
4352
            'accuracy' => 0,
4353
        ],
4354
        [
4355
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
4356
            'name' => 'UTM zone 13N',
4357
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4358
            'target_crs' => 'urn:ogc:def:crs:EPSG::26913',
4359
            'accuracy' => 0,
4360
        ],
4361
        [
4362
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
4363
            'name' => 'UTM zone 14N',
4364
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4365
            'target_crs' => 'urn:ogc:def:crs:EPSG::26914',
4366
            'accuracy' => 0,
4367
        ],
4368
        [
4369
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
4370
            'name' => 'UTM zone 15N',
4371
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4372
            'target_crs' => 'urn:ogc:def:crs:EPSG::26915',
4373
            'accuracy' => 0,
4374
        ],
4375
        [
4376
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
4377
            'name' => 'UTM zone 16N',
4378
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4379
            'target_crs' => 'urn:ogc:def:crs:EPSG::26916',
4380
            'accuracy' => 0,
4381
        ],
4382
        [
4383
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
4384
            'name' => 'UTM zone 17N',
4385
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4386
            'target_crs' => 'urn:ogc:def:crs:EPSG::26917',
4387
            'accuracy' => 0,
4388
        ],
4389
        [
4390
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
4391
            'name' => 'UTM zone 18N',
4392
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4393
            'target_crs' => 'urn:ogc:def:crs:EPSG::26918',
4394
            'accuracy' => 0,
4395
        ],
4396
        [
4397
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
4398
            'name' => 'UTM zone 19N',
4399
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4400
            'target_crs' => 'urn:ogc:def:crs:EPSG::26919',
4401
            'accuracy' => 0,
4402
        ],
4403
        [
4404
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
4405
            'name' => 'UTM zone 20N',
4406
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4407
            'target_crs' => 'urn:ogc:def:crs:EPSG::26920',
4408
            'accuracy' => 0,
4409
        ],
4410
        [
4411
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
4412
            'name' => 'UTM zone 21N',
4413
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4414
            'target_crs' => 'urn:ogc:def:crs:EPSG::26921',
4415
            'accuracy' => 0,
4416
        ],
4417
        [
4418
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
4419
            'name' => 'UTM zone 22N',
4420
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4421
            'target_crs' => 'urn:ogc:def:crs:EPSG::26922',
4422
            'accuracy' => 0,
4423
        ],
4424
        [
4425
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16023',
4426
            'name' => 'UTM zone 23N',
4427
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4428
            'target_crs' => 'urn:ogc:def:crs:EPSG::26923',
4429
            'accuracy' => 0,
4430
        ],
4431
        [
4432
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16059',
4433
            'name' => 'UTM zone 59N',
4434
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4435
            'target_crs' => 'urn:ogc:def:crs:EPSG::3372',
4436
            'accuracy' => 0,
4437
        ],
4438
        [
4439
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16060',
4440
            'name' => 'UTM zone 60N',
4441
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4442
            'target_crs' => 'urn:ogc:def:crs:EPSG::3373',
4443
            'accuracy' => 0,
4444
        ],
4445
        [
4446
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16024',
4447
            'name' => 'UTM zone 24N',
4448
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4449
            'target_crs' => 'urn:ogc:def:crs:EPSG::9712',
4450
            'accuracy' => 0,
4451
        ],
4452
        [
4453
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
4454
            'name' => 'UTM zone 39N',
4455
            'source_crs' => 'urn:ogc:def:crs:EPSG::4270',
4456
            'target_crs' => 'urn:ogc:def:crs:EPSG::27039',
4457
            'accuracy' => 0,
4458
        ],
4459
        [
4460
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16040',
4461
            'name' => 'UTM zone 40N',
4462
            'source_crs' => 'urn:ogc:def:crs:EPSG::4270',
4463
            'target_crs' => 'urn:ogc:def:crs:EPSG::27040',
4464
            'accuracy' => 0,
4465
        ],
4466
        [
4467
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
4468
            'name' => 'UTM zone 20N',
4469
            'source_crs' => 'urn:ogc:def:crs:EPSG::4271',
4470
            'target_crs' => 'urn:ogc:def:crs:EPSG::27120',
4471
            'accuracy' => 0,
4472
        ],
4473
        [
4474
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16158',
4475
            'name' => 'UTM zone 58S',
4476
            'source_crs' => 'urn:ogc:def:crs:EPSG::4272',
4477
            'target_crs' => 'urn:ogc:def:crs:EPSG::27258',
4478
            'accuracy' => 0,
4479
        ],
4480
        [
4481
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16159',
4482
            'name' => 'UTM zone 59S',
4483
            'source_crs' => 'urn:ogc:def:crs:EPSG::4272',
4484
            'target_crs' => 'urn:ogc:def:crs:EPSG::27259',
4485
            'accuracy' => 0,
4486
        ],
4487
        [
4488
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16160',
4489
            'name' => 'UTM zone 60S',
4490
            'source_crs' => 'urn:ogc:def:crs:EPSG::4272',
4491
            'target_crs' => 'urn:ogc:def:crs:EPSG::27260',
4492
            'accuracy' => 0,
4493
        ],
4494
        [
4495
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
4496
            'name' => 'UTM zone 29N',
4497
            'source_crs' => 'urn:ogc:def:crs:EPSG::4274',
4498
            'target_crs' => 'urn:ogc:def:crs:EPSG::27429',
4499
            'accuracy' => 0,
4500
        ],
4501
        [
4502
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16132',
4503
            'name' => 'UTM zone 32S',
4504
            'source_crs' => 'urn:ogc:def:crs:EPSG::4282',
4505
            'target_crs' => 'urn:ogc:def:crs:EPSG::28232',
4506
            'accuracy' => 0,
4507
        ],
4508
        [
4509
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16304',
4510
            'name' => 'Gauss-Kruger CM 21E',
4511
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4512
            'target_crs' => 'urn:ogc:def:crs:EPSG::2494',
4513
            'accuracy' => 0,
4514
        ],
4515
        [
4516
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16305',
4517
            'name' => 'Gauss-Kruger CM 27E',
4518
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4519
            'target_crs' => 'urn:ogc:def:crs:EPSG::2495',
4520
            'accuracy' => 0,
4521
        ],
4522
        [
4523
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16306',
4524
            'name' => 'Gauss-Kruger CM 33E',
4525
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4526
            'target_crs' => 'urn:ogc:def:crs:EPSG::2496',
4527
            'accuracy' => 0,
4528
        ],
4529
        [
4530
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16307',
4531
            'name' => 'Gauss-Kruger CM 39E',
4532
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4533
            'target_crs' => 'urn:ogc:def:crs:EPSG::2497',
4534
            'accuracy' => 0,
4535
        ],
4536
        [
4537
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16308',
4538
            'name' => 'Gauss-Kruger CM 45E',
4539
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4540
            'target_crs' => 'urn:ogc:def:crs:EPSG::2498',
4541
            'accuracy' => 0,
4542
        ],
4543
        [
4544
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16309',
4545
            'name' => 'Gauss-Kruger CM 51E',
4546
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4547
            'target_crs' => 'urn:ogc:def:crs:EPSG::2499',
4548
            'accuracy' => 0,
4549
        ],
4550
        [
4551
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16310',
4552
            'name' => 'Gauss-Kruger CM 57E',
4553
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4554
            'target_crs' => 'urn:ogc:def:crs:EPSG::2500',
4555
            'accuracy' => 0,
4556
        ],
4557
        [
4558
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16311',
4559
            'name' => 'Gauss-Kruger CM 63E',
4560
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4561
            'target_crs' => 'urn:ogc:def:crs:EPSG::2501',
4562
            'accuracy' => 0,
4563
        ],
4564
        [
4565
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16312',
4566
            'name' => 'Gauss-Kruger CM 69E',
4567
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4568
            'target_crs' => 'urn:ogc:def:crs:EPSG::2502',
4569
            'accuracy' => 0,
4570
        ],
4571
        [
4572
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16313',
4573
            'name' => 'Gauss-Kruger CM 75E',
4574
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4575
            'target_crs' => 'urn:ogc:def:crs:EPSG::2503',
4576
            'accuracy' => 0,
4577
        ],
4578
        [
4579
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16314',
4580
            'name' => 'Gauss-Kruger CM 81E',
4581
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4582
            'target_crs' => 'urn:ogc:def:crs:EPSG::2504',
4583
            'accuracy' => 0,
4584
        ],
4585
        [
4586
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16315',
4587
            'name' => 'Gauss-Kruger CM 87E',
4588
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4589
            'target_crs' => 'urn:ogc:def:crs:EPSG::2505',
4590
            'accuracy' => 0,
4591
        ],
4592
        [
4593
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16316',
4594
            'name' => 'Gauss-Kruger CM 93E',
4595
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4596
            'target_crs' => 'urn:ogc:def:crs:EPSG::2506',
4597
            'accuracy' => 0,
4598
        ],
4599
        [
4600
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16317',
4601
            'name' => 'Gauss-Kruger CM 99E',
4602
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4603
            'target_crs' => 'urn:ogc:def:crs:EPSG::2507',
4604
            'accuracy' => 0,
4605
        ],
4606
        [
4607
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16318',
4608
            'name' => 'Gauss-Kruger CM 105E',
4609
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4610
            'target_crs' => 'urn:ogc:def:crs:EPSG::2508',
4611
            'accuracy' => 0,
4612
        ],
4613
        [
4614
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16319',
4615
            'name' => 'Gauss-Kruger CM 111E',
4616
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4617
            'target_crs' => 'urn:ogc:def:crs:EPSG::2509',
4618
            'accuracy' => 0,
4619
        ],
4620
        [
4621
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16320',
4622
            'name' => 'Gauss-Kruger CM 117E',
4623
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4624
            'target_crs' => 'urn:ogc:def:crs:EPSG::2510',
4625
            'accuracy' => 0,
4626
        ],
4627
        [
4628
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16321',
4629
            'name' => 'Gauss-Kruger CM 123E',
4630
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4631
            'target_crs' => 'urn:ogc:def:crs:EPSG::2511',
4632
            'accuracy' => 0,
4633
        ],
4634
        [
4635
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16322',
4636
            'name' => 'Gauss-Kruger CM 129E',
4637
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4638
            'target_crs' => 'urn:ogc:def:crs:EPSG::2512',
4639
            'accuracy' => 0,
4640
        ],
4641
        [
4642
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16323',
4643
            'name' => 'Gauss-Kruger CM 135E',
4644
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4645
            'target_crs' => 'urn:ogc:def:crs:EPSG::2513',
4646
            'accuracy' => 0,
4647
        ],
4648
        [
4649
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16324',
4650
            'name' => 'Gauss-Kruger CM 141E',
4651
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4652
            'target_crs' => 'urn:ogc:def:crs:EPSG::2514',
4653
            'accuracy' => 0,
4654
        ],
4655
        [
4656
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16325',
4657
            'name' => 'Gauss-Kruger CM 147E',
4658
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4659
            'target_crs' => 'urn:ogc:def:crs:EPSG::2515',
4660
            'accuracy' => 0,
4661
        ],
4662
        [
4663
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16326',
4664
            'name' => 'Gauss-Kruger CM 153E',
4665
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4666
            'target_crs' => 'urn:ogc:def:crs:EPSG::2516',
4667
            'accuracy' => 0,
4668
        ],
4669
        [
4670
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16327',
4671
            'name' => 'Gauss-Kruger CM 159E',
4672
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4673
            'target_crs' => 'urn:ogc:def:crs:EPSG::2517',
4674
            'accuracy' => 0,
4675
        ],
4676
        [
4677
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16328',
4678
            'name' => 'Gauss-Kruger CM 165E',
4679
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4680
            'target_crs' => 'urn:ogc:def:crs:EPSG::2518',
4681
            'accuracy' => 0,
4682
        ],
4683
        [
4684
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16329',
4685
            'name' => 'Gauss-Kruger CM 171E',
4686
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4687
            'target_crs' => 'urn:ogc:def:crs:EPSG::2519',
4688
            'accuracy' => 0,
4689
        ],
4690
        [
4691
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16330',
4692
            'name' => 'Gauss-Kruger CM 177E',
4693
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4694
            'target_crs' => 'urn:ogc:def:crs:EPSG::2520',
4695
            'accuracy' => 0,
4696
        ],
4697
        [
4698
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16331',
4699
            'name' => 'Gauss-Kruger CM 177W',
4700
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4701
            'target_crs' => 'urn:ogc:def:crs:EPSG::2521',
4702
            'accuracy' => 0,
4703
        ],
4704
        [
4705
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16332',
4706
            'name' => 'Gauss-Kruger CM 171W',
4707
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4708
            'target_crs' => 'urn:ogc:def:crs:EPSG::2522',
4709
            'accuracy' => 0,
4710
        ],
4711
        [
4712
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16267',
4713
            'name' => '3-degree Gauss-Kruger zone 7',
4714
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4715
            'target_crs' => 'urn:ogc:def:crs:EPSG::2523',
4716
            'accuracy' => 0,
4717
        ],
4718
        [
4719
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16268',
4720
            'name' => '3-degree Gauss-Kruger zone 8',
4721
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4722
            'target_crs' => 'urn:ogc:def:crs:EPSG::2524',
4723
            'accuracy' => 0,
4724
        ],
4725
        [
4726
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16269',
4727
            'name' => '3-degree Gauss-Kruger zone 9',
4728
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4729
            'target_crs' => 'urn:ogc:def:crs:EPSG::2525',
4730
            'accuracy' => 0,
4731
        ],
4732
        [
4733
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16270',
4734
            'name' => '3-degree Gauss-Kruger zone 10',
4735
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4736
            'target_crs' => 'urn:ogc:def:crs:EPSG::2526',
4737
            'accuracy' => 0,
4738
        ],
4739
        [
4740
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16271',
4741
            'name' => '3-degree Gauss-Kruger zone 11',
4742
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4743
            'target_crs' => 'urn:ogc:def:crs:EPSG::2527',
4744
            'accuracy' => 0,
4745
        ],
4746
        [
4747
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16272',
4748
            'name' => '3-degree Gauss-Kruger zone 12',
4749
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4750
            'target_crs' => 'urn:ogc:def:crs:EPSG::2528',
4751
            'accuracy' => 0,
4752
        ],
4753
        [
4754
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16273',
4755
            'name' => '3-degree Gauss-Kruger zone 13',
4756
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4757
            'target_crs' => 'urn:ogc:def:crs:EPSG::2529',
4758
            'accuracy' => 0,
4759
        ],
4760
        [
4761
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16274',
4762
            'name' => '3-degree Gauss-Kruger zone 14',
4763
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4764
            'target_crs' => 'urn:ogc:def:crs:EPSG::2530',
4765
            'accuracy' => 0,
4766
        ],
4767
        [
4768
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16275',
4769
            'name' => '3-degree Gauss-Kruger zone 15',
4770
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4771
            'target_crs' => 'urn:ogc:def:crs:EPSG::2531',
4772
            'accuracy' => 0,
4773
        ],
4774
        [
4775
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16276',
4776
            'name' => '3-degree Gauss-Kruger zone 16',
4777
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4778
            'target_crs' => 'urn:ogc:def:crs:EPSG::2532',
4779
            'accuracy' => 0,
4780
        ],
4781
        [
4782
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16277',
4783
            'name' => '3-degree Gauss-Kruger zone 17',
4784
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4785
            'target_crs' => 'urn:ogc:def:crs:EPSG::2533',
4786
            'accuracy' => 0,
4787
        ],
4788
        [
4789
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16278',
4790
            'name' => '3-degree Gauss-Kruger zone 18',
4791
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4792
            'target_crs' => 'urn:ogc:def:crs:EPSG::2534',
4793
            'accuracy' => 0,
4794
        ],
4795
        [
4796
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16279',
4797
            'name' => '3-degree Gauss-Kruger zone 19',
4798
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4799
            'target_crs' => 'urn:ogc:def:crs:EPSG::2535',
4800
            'accuracy' => 0,
4801
        ],
4802
        [
4803
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16280',
4804
            'name' => '3-degree Gauss-Kruger zone 20',
4805
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4806
            'target_crs' => 'urn:ogc:def:crs:EPSG::2536',
4807
            'accuracy' => 0,
4808
        ],
4809
        [
4810
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16281',
4811
            'name' => '3-degree Gauss-Kruger zone 21',
4812
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4813
            'target_crs' => 'urn:ogc:def:crs:EPSG::2537',
4814
            'accuracy' => 0,
4815
        ],
4816
        [
4817
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16282',
4818
            'name' => '3-degree Gauss-Kruger zone 22',
4819
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4820
            'target_crs' => 'urn:ogc:def:crs:EPSG::2538',
4821
            'accuracy' => 0,
4822
        ],
4823
        [
4824
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16283',
4825
            'name' => '3-degree Gauss-Kruger zone 23',
4826
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4827
            'target_crs' => 'urn:ogc:def:crs:EPSG::2539',
4828
            'accuracy' => 0,
4829
        ],
4830
        [
4831
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16284',
4832
            'name' => '3-degree Gauss-Kruger zone 24',
4833
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4834
            'target_crs' => 'urn:ogc:def:crs:EPSG::2540',
4835
            'accuracy' => 0,
4836
        ],
4837
        [
4838
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16285',
4839
            'name' => '3-degree Gauss-Kruger zone 25',
4840
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4841
            'target_crs' => 'urn:ogc:def:crs:EPSG::2541',
4842
            'accuracy' => 0,
4843
        ],
4844
        [
4845
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16286',
4846
            'name' => '3-degree Gauss-Kruger zone 26',
4847
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4848
            'target_crs' => 'urn:ogc:def:crs:EPSG::2542',
4849
            'accuracy' => 0,
4850
        ],
4851
        [
4852
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16287',
4853
            'name' => '3-degree Gauss-Kruger zone 27',
4854
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4855
            'target_crs' => 'urn:ogc:def:crs:EPSG::2543',
4856
            'accuracy' => 0,
4857
        ],
4858
        [
4859
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16288',
4860
            'name' => '3-degree Gauss-Kruger zone 28',
4861
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4862
            'target_crs' => 'urn:ogc:def:crs:EPSG::2544',
4863
            'accuracy' => 0,
4864
        ],
4865
        [
4866
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16289',
4867
            'name' => '3-degree Gauss-Kruger zone 29',
4868
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4869
            'target_crs' => 'urn:ogc:def:crs:EPSG::2545',
4870
            'accuracy' => 0,
4871
        ],
4872
        [
4873
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16290',
4874
            'name' => '3-degree Gauss-Kruger zone 30',
4875
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4876
            'target_crs' => 'urn:ogc:def:crs:EPSG::2546',
4877
            'accuracy' => 0,
4878
        ],
4879
        [
4880
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16291',
4881
            'name' => '3-degree Gauss-Kruger zone 31',
4882
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4883
            'target_crs' => 'urn:ogc:def:crs:EPSG::2547',
4884
            'accuracy' => 0,
4885
        ],
4886
        [
4887
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16292',
4888
            'name' => '3-degree Gauss-Kruger zone 32',
4889
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4890
            'target_crs' => 'urn:ogc:def:crs:EPSG::2548',
4891
            'accuracy' => 0,
4892
        ],
4893
        [
4894
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16293',
4895
            'name' => '3-degree Gauss-Kruger zone 33',
4896
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4897
            'target_crs' => 'urn:ogc:def:crs:EPSG::2549',
4898
            'accuracy' => 0,
4899
        ],
4900
        [
4901
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16294',
4902
            'name' => '3-degree Gauss-Kruger zone 34',
4903
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4904
            'target_crs' => 'urn:ogc:def:crs:EPSG::2551',
4905
            'accuracy' => 0,
4906
        ],
4907
        [
4908
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16295',
4909
            'name' => '3-degree Gauss-Kruger zone 35',
4910
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4911
            'target_crs' => 'urn:ogc:def:crs:EPSG::2552',
4912
            'accuracy' => 0,
4913
        ],
4914
        [
4915
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16296',
4916
            'name' => '3-degree Gauss-Kruger zone 36',
4917
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4918
            'target_crs' => 'urn:ogc:def:crs:EPSG::2553',
4919
            'accuracy' => 0,
4920
        ],
4921
        [
4922
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16297',
4923
            'name' => '3-degree Gauss-Kruger zone 37',
4924
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4925
            'target_crs' => 'urn:ogc:def:crs:EPSG::2554',
4926
            'accuracy' => 0,
4927
        ],
4928
        [
4929
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16298',
4930
            'name' => '3-degree Gauss-Kruger zone 38',
4931
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4932
            'target_crs' => 'urn:ogc:def:crs:EPSG::2555',
4933
            'accuracy' => 0,
4934
        ],
4935
        [
4936
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16299',
4937
            'name' => '3-degree Gauss-Kruger zone 39',
4938
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4939
            'target_crs' => 'urn:ogc:def:crs:EPSG::2556',
4940
            'accuracy' => 0,
4941
        ],
4942
        [
4943
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16070',
4944
            'name' => '3-degree Gauss-Kruger zone 40',
4945
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4946
            'target_crs' => 'urn:ogc:def:crs:EPSG::2557',
4947
            'accuracy' => 0,
4948
        ],
4949
        [
4950
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16071',
4951
            'name' => '3-degree Gauss-Kruger zone 41',
4952
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4953
            'target_crs' => 'urn:ogc:def:crs:EPSG::2558',
4954
            'accuracy' => 0,
4955
        ],
4956
        [
4957
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16072',
4958
            'name' => '3-degree Gauss-Kruger zone 42',
4959
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4960
            'target_crs' => 'urn:ogc:def:crs:EPSG::2559',
4961
            'accuracy' => 0,
4962
        ],
4963
        [
4964
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16073',
4965
            'name' => '3-degree Gauss-Kruger zone 43',
4966
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4967
            'target_crs' => 'urn:ogc:def:crs:EPSG::2560',
4968
            'accuracy' => 0,
4969
        ],
4970
        [
4971
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16074',
4972
            'name' => '3-degree Gauss-Kruger zone 44',
4973
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4974
            'target_crs' => 'urn:ogc:def:crs:EPSG::2561',
4975
            'accuracy' => 0,
4976
        ],
4977
        [
4978
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16075',
4979
            'name' => '3-degree Gauss-Kruger zone 45',
4980
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4981
            'target_crs' => 'urn:ogc:def:crs:EPSG::2562',
4982
            'accuracy' => 0,
4983
        ],
4984
        [
4985
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16076',
4986
            'name' => '3-degree Gauss-Kruger zone 46',
4987
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4988
            'target_crs' => 'urn:ogc:def:crs:EPSG::2563',
4989
            'accuracy' => 0,
4990
        ],
4991
        [
4992
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16077',
4993
            'name' => '3-degree Gauss-Kruger zone 47',
4994
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
4995
            'target_crs' => 'urn:ogc:def:crs:EPSG::2564',
4996
            'accuracy' => 0,
4997
        ],
4998
        [
4999
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16078',
5000
            'name' => '3-degree Gauss-Kruger zone 48',
5001
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5002
            'target_crs' => 'urn:ogc:def:crs:EPSG::2565',
5003
            'accuracy' => 0,
5004
        ],
5005
        [
5006
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16079',
5007
            'name' => '3-degree Gauss-Kruger zone 49',
5008
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5009
            'target_crs' => 'urn:ogc:def:crs:EPSG::2566',
5010
            'accuracy' => 0,
5011
        ],
5012
        [
5013
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16080',
5014
            'name' => '3-degree Gauss-Kruger zone 50',
5015
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5016
            'target_crs' => 'urn:ogc:def:crs:EPSG::2567',
5017
            'accuracy' => 0,
5018
        ],
5019
        [
5020
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16081',
5021
            'name' => '3-degree Gauss-Kruger zone 51',
5022
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5023
            'target_crs' => 'urn:ogc:def:crs:EPSG::2568',
5024
            'accuracy' => 0,
5025
        ],
5026
        [
5027
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16082',
5028
            'name' => '3-degree Gauss-Kruger zone 52',
5029
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5030
            'target_crs' => 'urn:ogc:def:crs:EPSG::2569',
5031
            'accuracy' => 0,
5032
        ],
5033
        [
5034
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16083',
5035
            'name' => '3-degree Gauss-Kruger zone 53',
5036
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5037
            'target_crs' => 'urn:ogc:def:crs:EPSG::2570',
5038
            'accuracy' => 0,
5039
        ],
5040
        [
5041
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16084',
5042
            'name' => '3-degree Gauss-Kruger zone 54',
5043
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5044
            'target_crs' => 'urn:ogc:def:crs:EPSG::2571',
5045
            'accuracy' => 0,
5046
        ],
5047
        [
5048
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16085',
5049
            'name' => '3-degree Gauss-Kruger zone 55',
5050
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5051
            'target_crs' => 'urn:ogc:def:crs:EPSG::2572',
5052
            'accuracy' => 0,
5053
        ],
5054
        [
5055
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16086',
5056
            'name' => '3-degree Gauss-Kruger zone 56',
5057
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5058
            'target_crs' => 'urn:ogc:def:crs:EPSG::2573',
5059
            'accuracy' => 0,
5060
        ],
5061
        [
5062
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16087',
5063
            'name' => '3-degree Gauss-Kruger zone 57',
5064
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5065
            'target_crs' => 'urn:ogc:def:crs:EPSG::2574',
5066
            'accuracy' => 0,
5067
        ],
5068
        [
5069
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16088',
5070
            'name' => '3-degree Gauss-Kruger zone 58',
5071
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5072
            'target_crs' => 'urn:ogc:def:crs:EPSG::2575',
5073
            'accuracy' => 0,
5074
        ],
5075
        [
5076
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16089',
5077
            'name' => '3-degree Gauss-Kruger zone 59',
5078
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5079
            'target_crs' => 'urn:ogc:def:crs:EPSG::2576',
5080
            'accuracy' => 0,
5081
        ],
5082
        [
5083
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16091',
5084
            'name' => '3-degree Gauss-Kruger zone 61',
5085
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5086
            'target_crs' => 'urn:ogc:def:crs:EPSG::2578',
5087
            'accuracy' => 0,
5088
        ],
5089
        [
5090
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16092',
5091
            'name' => '3-degree Gauss-Kruger zone 62',
5092
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5093
            'target_crs' => 'urn:ogc:def:crs:EPSG::2579',
5094
            'accuracy' => 0,
5095
        ],
5096
        [
5097
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16093',
5098
            'name' => '3-degree Gauss-Kruger zone 63',
5099
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5100
            'target_crs' => 'urn:ogc:def:crs:EPSG::2580',
5101
            'accuracy' => 0,
5102
        ],
5103
        [
5104
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16094',
5105
            'name' => '3-degree Gauss-Kruger zone 64',
5106
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5107
            'target_crs' => 'urn:ogc:def:crs:EPSG::2581',
5108
            'accuracy' => 0,
5109
        ],
5110
        [
5111
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16304',
5112
            'name' => 'Gauss-Kruger CM 21E',
5113
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5114
            'target_crs' => 'urn:ogc:def:crs:EPSG::2582',
5115
            'accuracy' => 0,
5116
        ],
5117
        [
5118
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16368',
5119
            'name' => '3-degree Gauss-Kruger CM 24E',
5120
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5121
            'target_crs' => 'urn:ogc:def:crs:EPSG::2583',
5122
            'accuracy' => 0,
5123
        ],
5124
        [
5125
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16305',
5126
            'name' => 'Gauss-Kruger CM 27E',
5127
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5128
            'target_crs' => 'urn:ogc:def:crs:EPSG::2584',
5129
            'accuracy' => 0,
5130
        ],
5131
        [
5132
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16370',
5133
            'name' => '3-degree Gauss-Kruger CM 30E',
5134
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5135
            'target_crs' => 'urn:ogc:def:crs:EPSG::2585',
5136
            'accuracy' => 0,
5137
        ],
5138
        [
5139
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16306',
5140
            'name' => 'Gauss-Kruger CM 33E',
5141
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5142
            'target_crs' => 'urn:ogc:def:crs:EPSG::2586',
5143
            'accuracy' => 0,
5144
        ],
5145
        [
5146
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16372',
5147
            'name' => '3-degree Gauss-Kruger CM 36E',
5148
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5149
            'target_crs' => 'urn:ogc:def:crs:EPSG::2587',
5150
            'accuracy' => 0,
5151
        ],
5152
        [
5153
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16307',
5154
            'name' => 'Gauss-Kruger CM 39E',
5155
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5156
            'target_crs' => 'urn:ogc:def:crs:EPSG::2588',
5157
            'accuracy' => 0,
5158
        ],
5159
        [
5160
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16374',
5161
            'name' => '3-degree Gauss-Kruger CM 42E',
5162
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5163
            'target_crs' => 'urn:ogc:def:crs:EPSG::2589',
5164
            'accuracy' => 0,
5165
        ],
5166
        [
5167
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16308',
5168
            'name' => 'Gauss-Kruger CM 45E',
5169
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5170
            'target_crs' => 'urn:ogc:def:crs:EPSG::2590',
5171
            'accuracy' => 0,
5172
        ],
5173
        [
5174
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16376',
5175
            'name' => '3-degree Gauss-Kruger CM 48E',
5176
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5177
            'target_crs' => 'urn:ogc:def:crs:EPSG::2591',
5178
            'accuracy' => 0,
5179
        ],
5180
        [
5181
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16309',
5182
            'name' => 'Gauss-Kruger CM 51E',
5183
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5184
            'target_crs' => 'urn:ogc:def:crs:EPSG::2592',
5185
            'accuracy' => 0,
5186
        ],
5187
        [
5188
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16378',
5189
            'name' => '3-degree Gauss-Kruger CM 54E',
5190
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5191
            'target_crs' => 'urn:ogc:def:crs:EPSG::2593',
5192
            'accuracy' => 0,
5193
        ],
5194
        [
5195
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16310',
5196
            'name' => 'Gauss-Kruger CM 57E',
5197
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5198
            'target_crs' => 'urn:ogc:def:crs:EPSG::2594',
5199
            'accuracy' => 0,
5200
        ],
5201
        [
5202
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16380',
5203
            'name' => '3-degree Gauss-Kruger CM 60E',
5204
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5205
            'target_crs' => 'urn:ogc:def:crs:EPSG::2595',
5206
            'accuracy' => 0,
5207
        ],
5208
        [
5209
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16311',
5210
            'name' => 'Gauss-Kruger CM 63E',
5211
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5212
            'target_crs' => 'urn:ogc:def:crs:EPSG::2596',
5213
            'accuracy' => 0,
5214
        ],
5215
        [
5216
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16382',
5217
            'name' => '3-degree Gauss-Kruger CM 66E',
5218
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5219
            'target_crs' => 'urn:ogc:def:crs:EPSG::2597',
5220
            'accuracy' => 0,
5221
        ],
5222
        [
5223
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16312',
5224
            'name' => 'Gauss-Kruger CM 69E',
5225
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5226
            'target_crs' => 'urn:ogc:def:crs:EPSG::2598',
5227
            'accuracy' => 0,
5228
        ],
5229
        [
5230
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16384',
5231
            'name' => '3-degree Gauss-Kruger CM 72E',
5232
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5233
            'target_crs' => 'urn:ogc:def:crs:EPSG::2599',
5234
            'accuracy' => 0,
5235
        ],
5236
        [
5237
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16313',
5238
            'name' => 'Gauss-Kruger CM 75E',
5239
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5240
            'target_crs' => 'urn:ogc:def:crs:EPSG::2601',
5241
            'accuracy' => 0,
5242
        ],
5243
        [
5244
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16386',
5245
            'name' => '3-degree Gauss-Kruger CM 78E',
5246
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5247
            'target_crs' => 'urn:ogc:def:crs:EPSG::2602',
5248
            'accuracy' => 0,
5249
        ],
5250
        [
5251
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16314',
5252
            'name' => 'Gauss-Kruger CM 81E',
5253
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5254
            'target_crs' => 'urn:ogc:def:crs:EPSG::2603',
5255
            'accuracy' => 0,
5256
        ],
5257
        [
5258
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16388',
5259
            'name' => '3-degree Gauss-Kruger CM 84E',
5260
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5261
            'target_crs' => 'urn:ogc:def:crs:EPSG::2604',
5262
            'accuracy' => 0,
5263
        ],
5264
        [
5265
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16315',
5266
            'name' => 'Gauss-Kruger CM 87E',
5267
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5268
            'target_crs' => 'urn:ogc:def:crs:EPSG::2605',
5269
            'accuracy' => 0,
5270
        ],
5271
        [
5272
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16390',
5273
            'name' => '3-degree Gauss-Kruger CM 90E',
5274
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5275
            'target_crs' => 'urn:ogc:def:crs:EPSG::2606',
5276
            'accuracy' => 0,
5277
        ],
5278
        [
5279
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16316',
5280
            'name' => 'Gauss-Kruger CM 93E',
5281
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5282
            'target_crs' => 'urn:ogc:def:crs:EPSG::2607',
5283
            'accuracy' => 0,
5284
        ],
5285
        [
5286
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16392',
5287
            'name' => '3-degree Gauss-Kruger CM 96E',
5288
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5289
            'target_crs' => 'urn:ogc:def:crs:EPSG::2608',
5290
            'accuracy' => 0,
5291
        ],
5292
        [
5293
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16317',
5294
            'name' => 'Gauss-Kruger CM 99E',
5295
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5296
            'target_crs' => 'urn:ogc:def:crs:EPSG::2609',
5297
            'accuracy' => 0,
5298
        ],
5299
        [
5300
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16394',
5301
            'name' => '3-degree Gauss-Kruger CM 102E',
5302
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5303
            'target_crs' => 'urn:ogc:def:crs:EPSG::2610',
5304
            'accuracy' => 0,
5305
        ],
5306
        [
5307
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16318',
5308
            'name' => 'Gauss-Kruger CM 105E',
5309
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5310
            'target_crs' => 'urn:ogc:def:crs:EPSG::2611',
5311
            'accuracy' => 0,
5312
        ],
5313
        [
5314
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16396',
5315
            'name' => '3-degree Gauss-Kruger CM 108E',
5316
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5317
            'target_crs' => 'urn:ogc:def:crs:EPSG::2612',
5318
            'accuracy' => 0,
5319
        ],
5320
        [
5321
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16319',
5322
            'name' => 'Gauss-Kruger CM 111E',
5323
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5324
            'target_crs' => 'urn:ogc:def:crs:EPSG::2613',
5325
            'accuracy' => 0,
5326
        ],
5327
        [
5328
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16398',
5329
            'name' => '3-degree Gauss-Kruger CM 114E',
5330
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5331
            'target_crs' => 'urn:ogc:def:crs:EPSG::2614',
5332
            'accuracy' => 0,
5333
        ],
5334
        [
5335
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16320',
5336
            'name' => 'Gauss-Kruger CM 117E',
5337
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5338
            'target_crs' => 'urn:ogc:def:crs:EPSG::2615',
5339
            'accuracy' => 0,
5340
        ],
5341
        [
5342
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16170',
5343
            'name' => '3-degree Gauss-Kruger CM 120E',
5344
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5345
            'target_crs' => 'urn:ogc:def:crs:EPSG::2616',
5346
            'accuracy' => 0,
5347
        ],
5348
        [
5349
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16321',
5350
            'name' => 'Gauss-Kruger CM 123E',
5351
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5352
            'target_crs' => 'urn:ogc:def:crs:EPSG::2617',
5353
            'accuracy' => 0,
5354
        ],
5355
        [
5356
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16172',
5357
            'name' => '3-degree Gauss-Kruger CM 126E',
5358
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5359
            'target_crs' => 'urn:ogc:def:crs:EPSG::2618',
5360
            'accuracy' => 0,
5361
        ],
5362
        [
5363
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16322',
5364
            'name' => 'Gauss-Kruger CM 129E',
5365
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5366
            'target_crs' => 'urn:ogc:def:crs:EPSG::2619',
5367
            'accuracy' => 0,
5368
        ],
5369
        [
5370
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16174',
5371
            'name' => '3-degree Gauss-Kruger CM 132E',
5372
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5373
            'target_crs' => 'urn:ogc:def:crs:EPSG::2620',
5374
            'accuracy' => 0,
5375
        ],
5376
        [
5377
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16323',
5378
            'name' => 'Gauss-Kruger CM 135E',
5379
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5380
            'target_crs' => 'urn:ogc:def:crs:EPSG::2621',
5381
            'accuracy' => 0,
5382
        ],
5383
        [
5384
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16176',
5385
            'name' => '3-degree Gauss-Kruger CM 138E',
5386
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5387
            'target_crs' => 'urn:ogc:def:crs:EPSG::2622',
5388
            'accuracy' => 0,
5389
        ],
5390
        [
5391
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16324',
5392
            'name' => 'Gauss-Kruger CM 141E',
5393
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5394
            'target_crs' => 'urn:ogc:def:crs:EPSG::2623',
5395
            'accuracy' => 0,
5396
        ],
5397
        [
5398
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16178',
5399
            'name' => '3-degree Gauss-Kruger CM 144E',
5400
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5401
            'target_crs' => 'urn:ogc:def:crs:EPSG::2624',
5402
            'accuracy' => 0,
5403
        ],
5404
        [
5405
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16325',
5406
            'name' => 'Gauss-Kruger CM 147E',
5407
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5408
            'target_crs' => 'urn:ogc:def:crs:EPSG::2625',
5409
            'accuracy' => 0,
5410
        ],
5411
        [
5412
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16180',
5413
            'name' => '3-degree Gauss-Kruger CM 150E',
5414
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5415
            'target_crs' => 'urn:ogc:def:crs:EPSG::2626',
5416
            'accuracy' => 0,
5417
        ],
5418
        [
5419
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16326',
5420
            'name' => 'Gauss-Kruger CM 153E',
5421
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5422
            'target_crs' => 'urn:ogc:def:crs:EPSG::2627',
5423
            'accuracy' => 0,
5424
        ],
5425
        [
5426
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16182',
5427
            'name' => '3-degree Gauss-Kruger CM 156E',
5428
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5429
            'target_crs' => 'urn:ogc:def:crs:EPSG::2628',
5430
            'accuracy' => 0,
5431
        ],
5432
        [
5433
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16327',
5434
            'name' => 'Gauss-Kruger CM 159E',
5435
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5436
            'target_crs' => 'urn:ogc:def:crs:EPSG::2629',
5437
            'accuracy' => 0,
5438
        ],
5439
        [
5440
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16184',
5441
            'name' => '3-degree Gauss-Kruger CM 162E',
5442
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5443
            'target_crs' => 'urn:ogc:def:crs:EPSG::2630',
5444
            'accuracy' => 0,
5445
        ],
5446
        [
5447
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16328',
5448
            'name' => 'Gauss-Kruger CM 165E',
5449
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5450
            'target_crs' => 'urn:ogc:def:crs:EPSG::2631',
5451
            'accuracy' => 0,
5452
        ],
5453
        [
5454
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16186',
5455
            'name' => '3-degree Gauss-Kruger CM 168E',
5456
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5457
            'target_crs' => 'urn:ogc:def:crs:EPSG::2632',
5458
            'accuracy' => 0,
5459
        ],
5460
        [
5461
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16329',
5462
            'name' => 'Gauss-Kruger CM 171E',
5463
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5464
            'target_crs' => 'urn:ogc:def:crs:EPSG::2633',
5465
            'accuracy' => 0,
5466
        ],
5467
        [
5468
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16188',
5469
            'name' => '3-degree Gauss-Kruger CM 174E',
5470
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5471
            'target_crs' => 'urn:ogc:def:crs:EPSG::2634',
5472
            'accuracy' => 0,
5473
        ],
5474
        [
5475
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16330',
5476
            'name' => 'Gauss-Kruger CM 177E',
5477
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5478
            'target_crs' => 'urn:ogc:def:crs:EPSG::2635',
5479
            'accuracy' => 0,
5480
        ],
5481
        [
5482
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16190',
5483
            'name' => '3-degree Gauss-Kruger CM 180E',
5484
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5485
            'target_crs' => 'urn:ogc:def:crs:EPSG::2636',
5486
            'accuracy' => 0,
5487
        ],
5488
        [
5489
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16331',
5490
            'name' => 'Gauss-Kruger CM 177W',
5491
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5492
            'target_crs' => 'urn:ogc:def:crs:EPSG::2637',
5493
            'accuracy' => 0,
5494
        ],
5495
        [
5496
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16192',
5497
            'name' => '3-degree Gauss-Kruger CM 174W',
5498
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5499
            'target_crs' => 'urn:ogc:def:crs:EPSG::2638',
5500
            'accuracy' => 0,
5501
        ],
5502
        [
5503
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16332',
5504
            'name' => 'Gauss-Kruger CM 171W',
5505
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5506
            'target_crs' => 'urn:ogc:def:crs:EPSG::2639',
5507
            'accuracy' => 0,
5508
        ],
5509
        [
5510
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16194',
5511
            'name' => '3-degree Gauss-Kruger CM 168W',
5512
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5513
            'target_crs' => 'urn:ogc:def:crs:EPSG::2640',
5514
            'accuracy' => 0,
5515
        ],
5516
        [
5517
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16204',
5518
            'name' => '6-degree Gauss-Kruger zone 4',
5519
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5520
            'target_crs' => 'urn:ogc:def:crs:EPSG::28404',
5521
            'accuracy' => 0,
5522
        ],
5523
        [
5524
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16205',
5525
            'name' => '6-degree Gauss-Kruger zone 5',
5526
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5527
            'target_crs' => 'urn:ogc:def:crs:EPSG::28405',
5528
            'accuracy' => 0,
5529
        ],
5530
        [
5531
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16206',
5532
            'name' => '6-degree Gauss-Kruger zone 6',
5533
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5534
            'target_crs' => 'urn:ogc:def:crs:EPSG::28406',
5535
            'accuracy' => 0,
5536
        ],
5537
        [
5538
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16207',
5539
            'name' => '6-degree Gauss-Kruger zone 7',
5540
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5541
            'target_crs' => 'urn:ogc:def:crs:EPSG::28407',
5542
            'accuracy' => 0,
5543
        ],
5544
        [
5545
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16208',
5546
            'name' => '6-degree Gauss-Kruger zone 8',
5547
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5548
            'target_crs' => 'urn:ogc:def:crs:EPSG::28408',
5549
            'accuracy' => 0,
5550
        ],
5551
        [
5552
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16209',
5553
            'name' => '6-degree Gauss-Kruger zone 9',
5554
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5555
            'target_crs' => 'urn:ogc:def:crs:EPSG::28409',
5556
            'accuracy' => 0,
5557
        ],
5558
        [
5559
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16210',
5560
            'name' => '6-degree Gauss-Kruger zone 10',
5561
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5562
            'target_crs' => 'urn:ogc:def:crs:EPSG::28410',
5563
            'accuracy' => 0,
5564
        ],
5565
        [
5566
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16211',
5567
            'name' => '6-degree Gauss-Kruger zone 11',
5568
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5569
            'target_crs' => 'urn:ogc:def:crs:EPSG::28411',
5570
            'accuracy' => 0,
5571
        ],
5572
        [
5573
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16212',
5574
            'name' => '6-degree Gauss-Kruger zone 12',
5575
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5576
            'target_crs' => 'urn:ogc:def:crs:EPSG::28412',
5577
            'accuracy' => 0,
5578
        ],
5579
        [
5580
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16213',
5581
            'name' => '6-degree Gauss-Kruger zone 13',
5582
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5583
            'target_crs' => 'urn:ogc:def:crs:EPSG::28413',
5584
            'accuracy' => 0,
5585
        ],
5586
        [
5587
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16214',
5588
            'name' => '6-degree Gauss-Kruger zone 14',
5589
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5590
            'target_crs' => 'urn:ogc:def:crs:EPSG::28414',
5591
            'accuracy' => 0,
5592
        ],
5593
        [
5594
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16215',
5595
            'name' => '6-degree Gauss-Kruger zone 15',
5596
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5597
            'target_crs' => 'urn:ogc:def:crs:EPSG::28415',
5598
            'accuracy' => 0,
5599
        ],
5600
        [
5601
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16216',
5602
            'name' => '6-degree Gauss-Kruger zone 16',
5603
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5604
            'target_crs' => 'urn:ogc:def:crs:EPSG::28416',
5605
            'accuracy' => 0,
5606
        ],
5607
        [
5608
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16217',
5609
            'name' => '6-degree Gauss-Kruger zone 17',
5610
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5611
            'target_crs' => 'urn:ogc:def:crs:EPSG::28417',
5612
            'accuracy' => 0,
5613
        ],
5614
        [
5615
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16218',
5616
            'name' => '6-degree Gauss-Kruger zone 18',
5617
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5618
            'target_crs' => 'urn:ogc:def:crs:EPSG::28418',
5619
            'accuracy' => 0,
5620
        ],
5621
        [
5622
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16219',
5623
            'name' => '6-degree Gauss-Kruger zone 19',
5624
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5625
            'target_crs' => 'urn:ogc:def:crs:EPSG::28419',
5626
            'accuracy' => 0,
5627
        ],
5628
        [
5629
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16220',
5630
            'name' => '6-degree Gauss-Kruger zone 20',
5631
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5632
            'target_crs' => 'urn:ogc:def:crs:EPSG::28420',
5633
            'accuracy' => 0,
5634
        ],
5635
        [
5636
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16221',
5637
            'name' => '6-degree Gauss-Kruger zone 21',
5638
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5639
            'target_crs' => 'urn:ogc:def:crs:EPSG::28421',
5640
            'accuracy' => 0,
5641
        ],
5642
        [
5643
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16222',
5644
            'name' => '6-degree Gauss-Kruger zone 22',
5645
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5646
            'target_crs' => 'urn:ogc:def:crs:EPSG::28422',
5647
            'accuracy' => 0,
5648
        ],
5649
        [
5650
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16223',
5651
            'name' => '6-degree Gauss-Kruger zone 23',
5652
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5653
            'target_crs' => 'urn:ogc:def:crs:EPSG::28423',
5654
            'accuracy' => 0,
5655
        ],
5656
        [
5657
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16224',
5658
            'name' => '6-degree Gauss-Kruger zone 24',
5659
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5660
            'target_crs' => 'urn:ogc:def:crs:EPSG::28424',
5661
            'accuracy' => 0,
5662
        ],
5663
        [
5664
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16225',
5665
            'name' => '6-degree Gauss-Kruger zone 25',
5666
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5667
            'target_crs' => 'urn:ogc:def:crs:EPSG::28425',
5668
            'accuracy' => 0,
5669
        ],
5670
        [
5671
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16226',
5672
            'name' => '6-degree Gauss-Kruger zone 26',
5673
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5674
            'target_crs' => 'urn:ogc:def:crs:EPSG::28426',
5675
            'accuracy' => 0,
5676
        ],
5677
        [
5678
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16227',
5679
            'name' => '6-degree Gauss-Kruger zone 27',
5680
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5681
            'target_crs' => 'urn:ogc:def:crs:EPSG::28427',
5682
            'accuracy' => 0,
5683
        ],
5684
        [
5685
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16228',
5686
            'name' => '6-degree Gauss-Kruger zone 28',
5687
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5688
            'target_crs' => 'urn:ogc:def:crs:EPSG::28428',
5689
            'accuracy' => 0,
5690
        ],
5691
        [
5692
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16229',
5693
            'name' => '6-degree Gauss-Kruger zone 29',
5694
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5695
            'target_crs' => 'urn:ogc:def:crs:EPSG::28429',
5696
            'accuracy' => 0,
5697
        ],
5698
        [
5699
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16230',
5700
            'name' => '6-degree Gauss-Kruger zone 30',
5701
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5702
            'target_crs' => 'urn:ogc:def:crs:EPSG::28430',
5703
            'accuracy' => 0,
5704
        ],
5705
        [
5706
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16231',
5707
            'name' => '6-degree Gauss-Kruger zone 31',
5708
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5709
            'target_crs' => 'urn:ogc:def:crs:EPSG::28431',
5710
            'accuracy' => 0,
5711
        ],
5712
        [
5713
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16232',
5714
            'name' => '6-degree Gauss-Kruger zone 32',
5715
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5716
            'target_crs' => 'urn:ogc:def:crs:EPSG::28432',
5717
            'accuracy' => 0,
5718
        ],
5719
        [
5720
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16099',
5721
            'name' => '3-degree Gauss-Kruger zone 60',
5722
            'source_crs' => 'urn:ogc:def:crs:EPSG::4284',
5723
            'target_crs' => 'urn:ogc:def:crs:EPSG::3389',
5724
            'accuracy' => 0,
5725
        ],
5726
        [
5727
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16120',
5728
            'name' => 'UTM zone 20S',
5729
            'source_crs' => 'urn:ogc:def:crs:EPSG::4292',
5730
            'target_crs' => 'urn:ogc:def:crs:EPSG::29220',
5731
            'accuracy' => 0,
5732
        ],
5733
        [
5734
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16121',
5735
            'name' => 'UTM zone 21S',
5736
            'source_crs' => 'urn:ogc:def:crs:EPSG::4292',
5737
            'target_crs' => 'urn:ogc:def:crs:EPSG::29221',
5738
            'accuracy' => 0,
5739
        ],
5740
        [
5741
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16133',
5742
            'name' => 'UTM zone 33S',
5743
            'source_crs' => 'urn:ogc:def:crs:EPSG::4293',
5744
            'target_crs' => 'urn:ogc:def:crs:EPSG::29333',
5745
            'accuracy' => 0,
5746
        ],
5747
        [
5748
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16138',
5749
            'name' => 'UTM zone 38S',
5750
            'source_crs' => 'urn:ogc:def:crs:EPSG::4297',
5751
            'target_crs' => 'urn:ogc:def:crs:EPSG::29738',
5752
            'accuracy' => 0,
5753
        ],
5754
        [
5755
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16139',
5756
            'name' => 'UTM zone 39S',
5757
            'source_crs' => 'urn:ogc:def:crs:EPSG::4297',
5758
            'target_crs' => 'urn:ogc:def:crs:EPSG::29739',
5759
            'accuracy' => 0,
5760
        ],
5761
        [
5762
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16049',
5763
            'name' => 'UTM zone 49N',
5764
            'source_crs' => 'urn:ogc:def:crs:EPSG::4298',
5765
            'target_crs' => 'urn:ogc:def:crs:EPSG::29849',
5766
            'accuracy' => 0,
5767
        ],
5768
        [
5769
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16050',
5770
            'name' => 'UTM zone 50N',
5771
            'source_crs' => 'urn:ogc:def:crs:EPSG::4298',
5772
            'target_crs' => 'urn:ogc:def:crs:EPSG::29850',
5773
            'accuracy' => 0,
5774
        ],
5775
        [
5776
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16051',
5777
            'name' => 'UTM zone 51N',
5778
            'source_crs' => 'urn:ogc:def:crs:EPSG::4301',
5779
            'target_crs' => 'urn:ogc:def:crs:EPSG::3092',
5780
            'accuracy' => 0,
5781
        ],
5782
        [
5783
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16052',
5784
            'name' => 'UTM zone 52N',
5785
            'source_crs' => 'urn:ogc:def:crs:EPSG::4301',
5786
            'target_crs' => 'urn:ogc:def:crs:EPSG::3093',
5787
            'accuracy' => 0,
5788
        ],
5789
        [
5790
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16053',
5791
            'name' => 'UTM zone 53N',
5792
            'source_crs' => 'urn:ogc:def:crs:EPSG::4301',
5793
            'target_crs' => 'urn:ogc:def:crs:EPSG::3094',
5794
            'accuracy' => 0,
5795
        ],
5796
        [
5797
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16054',
5798
            'name' => 'UTM zone 54N',
5799
            'source_crs' => 'urn:ogc:def:crs:EPSG::4301',
5800
            'target_crs' => 'urn:ogc:def:crs:EPSG::3095',
5801
            'accuracy' => 0,
5802
        ],
5803
        [
5804
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16055',
5805
            'name' => 'UTM zone 55N',
5806
            'source_crs' => 'urn:ogc:def:crs:EPSG::4301',
5807
            'target_crs' => 'urn:ogc:def:crs:EPSG::3096',
5808
            'accuracy' => 0,
5809
        ],
5810
        [
5811
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
5812
            'name' => 'UTM zone 39N',
5813
            'source_crs' => 'urn:ogc:def:crs:EPSG::4303',
5814
            'target_crs' => 'urn:ogc:def:crs:EPSG::30339',
5815
            'accuracy' => 0,
5816
        ],
5817
        [
5818
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16040',
5819
            'name' => 'UTM zone 40N',
5820
            'source_crs' => 'urn:ogc:def:crs:EPSG::4303',
5821
            'target_crs' => 'urn:ogc:def:crs:EPSG::30340',
5822
            'accuracy' => 0,
5823
        ],
5824
        [
5825
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
5826
            'name' => 'UTM zone 29N',
5827
            'source_crs' => 'urn:ogc:def:crs:EPSG::4307',
5828
            'target_crs' => 'urn:ogc:def:crs:EPSG::30729',
5829
            'accuracy' => 0,
5830
        ],
5831
        [
5832
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16030',
5833
            'name' => 'UTM zone 30N',
5834
            'source_crs' => 'urn:ogc:def:crs:EPSG::4307',
5835
            'target_crs' => 'urn:ogc:def:crs:EPSG::30730',
5836
            'accuracy' => 0,
5837
        ],
5838
        [
5839
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16031',
5840
            'name' => 'UTM zone 31N',
5841
            'source_crs' => 'urn:ogc:def:crs:EPSG::4307',
5842
            'target_crs' => 'urn:ogc:def:crs:EPSG::30731',
5843
            'accuracy' => 0,
5844
        ],
5845
        [
5846
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
5847
            'name' => 'UTM zone 32N',
5848
            'source_crs' => 'urn:ogc:def:crs:EPSG::4307',
5849
            'target_crs' => 'urn:ogc:def:crs:EPSG::30732',
5850
            'accuracy' => 0,
5851
        ],
5852
        [
5853
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
5854
            'name' => 'UTM zone 28N',
5855
            'source_crs' => 'urn:ogc:def:crs:EPSG::4310',
5856
            'target_crs' => 'urn:ogc:def:crs:EPSG::31028',
5857
            'accuracy' => 0,
5858
        ],
5859
        [
5860
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
5861
            'name' => 'UTM zone 21N',
5862
            'source_crs' => 'urn:ogc:def:crs:EPSG::4311',
5863
            'target_crs' => 'urn:ogc:def:crs:EPSG::31121',
5864
            'accuracy' => 0,
5865
        ],
5866
        [
5867
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16262',
5868
            'name' => '3-degree Gauss-Kruger zone 2',
5869
            'source_crs' => 'urn:ogc:def:crs:EPSG::4314',
5870
            'target_crs' => 'urn:ogc:def:crs:EPSG::31466',
5871
            'accuracy' => 0,
5872
        ],
5873
        [
5874
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16263',
5875
            'name' => '3-degree Gauss-Kruger zone 3',
5876
            'source_crs' => 'urn:ogc:def:crs:EPSG::4314',
5877
            'target_crs' => 'urn:ogc:def:crs:EPSG::31467',
5878
            'accuracy' => 0,
5879
        ],
5880
        [
5881
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16264',
5882
            'name' => '3-degree Gauss-Kruger zone 4',
5883
            'source_crs' => 'urn:ogc:def:crs:EPSG::4314',
5884
            'target_crs' => 'urn:ogc:def:crs:EPSG::31468',
5885
            'accuracy' => 0,
5886
        ],
5887
        [
5888
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16265',
5889
            'name' => '3-degree Gauss-Kruger zone 5',
5890
            'source_crs' => 'urn:ogc:def:crs:EPSG::4314',
5891
            'target_crs' => 'urn:ogc:def:crs:EPSG::31469',
5892
            'accuracy' => 0,
5893
        ],
5894
        [
5895
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16261',
5896
            'name' => '3-degree Gauss-Kruger zone 1',
5897
            'source_crs' => 'urn:ogc:def:crs:EPSG::4314',
5898
            'target_crs' => 'urn:ogc:def:crs:EPSG::5520',
5899
            'accuracy' => 0,
5900
        ],
5901
        [
5902
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16262',
5903
            'name' => '3-degree Gauss-Kruger zone 2',
5904
            'source_crs' => 'urn:ogc:def:crs:EPSG::4314',
5905
            'target_crs' => 'urn:ogc:def:crs:EPSG::5676',
5906
            'accuracy' => 0,
5907
        ],
5908
        [
5909
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16263',
5910
            'name' => '3-degree Gauss-Kruger zone 3',
5911
            'source_crs' => 'urn:ogc:def:crs:EPSG::4314',
5912
            'target_crs' => 'urn:ogc:def:crs:EPSG::5677',
5913
            'accuracy' => 0,
5914
        ],
5915
        [
5916
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16264',
5917
            'name' => '3-degree Gauss-Kruger zone 4',
5918
            'source_crs' => 'urn:ogc:def:crs:EPSG::4314',
5919
            'target_crs' => 'urn:ogc:def:crs:EPSG::5678',
5920
            'accuracy' => 0,
5921
        ],
5922
        [
5923
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16265',
5924
            'name' => '3-degree Gauss-Kruger zone 5',
5925
            'source_crs' => 'urn:ogc:def:crs:EPSG::4314',
5926
            'target_crs' => 'urn:ogc:def:crs:EPSG::5679',
5927
            'accuracy' => 0,
5928
        ],
5929
        [
5930
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16261',
5931
            'name' => '3-degree Gauss-Kruger zone 1',
5932
            'source_crs' => 'urn:ogc:def:crs:EPSG::4314',
5933
            'target_crs' => 'urn:ogc:def:crs:EPSG::5680',
5934
            'accuracy' => 0,
5935
        ],
5936
        [
5937
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
5938
            'name' => 'UTM zone 28N',
5939
            'source_crs' => 'urn:ogc:def:crs:EPSG::4315',
5940
            'target_crs' => 'urn:ogc:def:crs:EPSG::31528',
5941
            'accuracy' => 0,
5942
        ],
5943
        [
5944
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
5945
            'name' => 'UTM zone 29N',
5946
            'source_crs' => 'urn:ogc:def:crs:EPSG::4315',
5947
            'target_crs' => 'urn:ogc:def:crs:EPSG::31529',
5948
            'accuracy' => 0,
5949
        ],
5950
        [
5951
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16038',
5952
            'name' => 'UTM zone 38N',
5953
            'source_crs' => 'urn:ogc:def:crs:EPSG::4318',
5954
            'target_crs' => 'urn:ogc:def:crs:EPSG::31838',
5955
            'accuracy' => 0,
5956
        ],
5957
        [
5958
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
5959
            'name' => 'UTM zone 39N',
5960
            'source_crs' => 'urn:ogc:def:crs:EPSG::4318',
5961
            'target_crs' => 'urn:ogc:def:crs:EPSG::31839',
5962
            'accuracy' => 0,
5963
        ],
5964
        [
5965
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16001',
5966
            'name' => 'UTM zone 1N',
5967
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
5968
            'target_crs' => 'urn:ogc:def:crs:EPSG::32201',
5969
            'accuracy' => 0,
5970
        ],
5971
        [
5972
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16002',
5973
            'name' => 'UTM zone 2N',
5974
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
5975
            'target_crs' => 'urn:ogc:def:crs:EPSG::32202',
5976
            'accuracy' => 0,
5977
        ],
5978
        [
5979
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16003',
5980
            'name' => 'UTM zone 3N',
5981
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
5982
            'target_crs' => 'urn:ogc:def:crs:EPSG::32203',
5983
            'accuracy' => 0,
5984
        ],
5985
        [
5986
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16004',
5987
            'name' => 'UTM zone 4N',
5988
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
5989
            'target_crs' => 'urn:ogc:def:crs:EPSG::32204',
5990
            'accuracy' => 0,
5991
        ],
5992
        [
5993
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16005',
5994
            'name' => 'UTM zone 5N',
5995
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
5996
            'target_crs' => 'urn:ogc:def:crs:EPSG::32205',
5997
            'accuracy' => 0,
5998
        ],
5999
        [
6000
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16006',
6001
            'name' => 'UTM zone 6N',
6002
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6003
            'target_crs' => 'urn:ogc:def:crs:EPSG::32206',
6004
            'accuracy' => 0,
6005
        ],
6006
        [
6007
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16007',
6008
            'name' => 'UTM zone 7N',
6009
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6010
            'target_crs' => 'urn:ogc:def:crs:EPSG::32207',
6011
            'accuracy' => 0,
6012
        ],
6013
        [
6014
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16008',
6015
            'name' => 'UTM zone 8N',
6016
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6017
            'target_crs' => 'urn:ogc:def:crs:EPSG::32208',
6018
            'accuracy' => 0,
6019
        ],
6020
        [
6021
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16009',
6022
            'name' => 'UTM zone 9N',
6023
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6024
            'target_crs' => 'urn:ogc:def:crs:EPSG::32209',
6025
            'accuracy' => 0,
6026
        ],
6027
        [
6028
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16010',
6029
            'name' => 'UTM zone 10N',
6030
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6031
            'target_crs' => 'urn:ogc:def:crs:EPSG::32210',
6032
            'accuracy' => 0,
6033
        ],
6034
        [
6035
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
6036
            'name' => 'UTM zone 11N',
6037
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6038
            'target_crs' => 'urn:ogc:def:crs:EPSG::32211',
6039
            'accuracy' => 0,
6040
        ],
6041
        [
6042
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
6043
            'name' => 'UTM zone 12N',
6044
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6045
            'target_crs' => 'urn:ogc:def:crs:EPSG::32212',
6046
            'accuracy' => 0,
6047
        ],
6048
        [
6049
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
6050
            'name' => 'UTM zone 13N',
6051
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6052
            'target_crs' => 'urn:ogc:def:crs:EPSG::32213',
6053
            'accuracy' => 0,
6054
        ],
6055
        [
6056
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
6057
            'name' => 'UTM zone 14N',
6058
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6059
            'target_crs' => 'urn:ogc:def:crs:EPSG::32214',
6060
            'accuracy' => 0,
6061
        ],
6062
        [
6063
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
6064
            'name' => 'UTM zone 15N',
6065
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6066
            'target_crs' => 'urn:ogc:def:crs:EPSG::32215',
6067
            'accuracy' => 0,
6068
        ],
6069
        [
6070
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
6071
            'name' => 'UTM zone 16N',
6072
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6073
            'target_crs' => 'urn:ogc:def:crs:EPSG::32216',
6074
            'accuracy' => 0,
6075
        ],
6076
        [
6077
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
6078
            'name' => 'UTM zone 17N',
6079
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6080
            'target_crs' => 'urn:ogc:def:crs:EPSG::32217',
6081
            'accuracy' => 0,
6082
        ],
6083
        [
6084
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
6085
            'name' => 'UTM zone 18N',
6086
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6087
            'target_crs' => 'urn:ogc:def:crs:EPSG::32218',
6088
            'accuracy' => 0,
6089
        ],
6090
        [
6091
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
6092
            'name' => 'UTM zone 19N',
6093
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6094
            'target_crs' => 'urn:ogc:def:crs:EPSG::32219',
6095
            'accuracy' => 0,
6096
        ],
6097
        [
6098
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
6099
            'name' => 'UTM zone 20N',
6100
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6101
            'target_crs' => 'urn:ogc:def:crs:EPSG::32220',
6102
            'accuracy' => 0,
6103
        ],
6104
        [
6105
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
6106
            'name' => 'UTM zone 21N',
6107
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6108
            'target_crs' => 'urn:ogc:def:crs:EPSG::32221',
6109
            'accuracy' => 0,
6110
        ],
6111
        [
6112
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
6113
            'name' => 'UTM zone 22N',
6114
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6115
            'target_crs' => 'urn:ogc:def:crs:EPSG::32222',
6116
            'accuracy' => 0,
6117
        ],
6118
        [
6119
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16023',
6120
            'name' => 'UTM zone 23N',
6121
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6122
            'target_crs' => 'urn:ogc:def:crs:EPSG::32223',
6123
            'accuracy' => 0,
6124
        ],
6125
        [
6126
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16024',
6127
            'name' => 'UTM zone 24N',
6128
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6129
            'target_crs' => 'urn:ogc:def:crs:EPSG::32224',
6130
            'accuracy' => 0,
6131
        ],
6132
        [
6133
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16025',
6134
            'name' => 'UTM zone 25N',
6135
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6136
            'target_crs' => 'urn:ogc:def:crs:EPSG::32225',
6137
            'accuracy' => 0,
6138
        ],
6139
        [
6140
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16026',
6141
            'name' => 'UTM zone 26N',
6142
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6143
            'target_crs' => 'urn:ogc:def:crs:EPSG::32226',
6144
            'accuracy' => 0,
6145
        ],
6146
        [
6147
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16027',
6148
            'name' => 'UTM zone 27N',
6149
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6150
            'target_crs' => 'urn:ogc:def:crs:EPSG::32227',
6151
            'accuracy' => 0,
6152
        ],
6153
        [
6154
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
6155
            'name' => 'UTM zone 28N',
6156
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6157
            'target_crs' => 'urn:ogc:def:crs:EPSG::32228',
6158
            'accuracy' => 0,
6159
        ],
6160
        [
6161
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
6162
            'name' => 'UTM zone 29N',
6163
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6164
            'target_crs' => 'urn:ogc:def:crs:EPSG::32229',
6165
            'accuracy' => 0,
6166
        ],
6167
        [
6168
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16030',
6169
            'name' => 'UTM zone 30N',
6170
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6171
            'target_crs' => 'urn:ogc:def:crs:EPSG::32230',
6172
            'accuracy' => 0,
6173
        ],
6174
        [
6175
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16031',
6176
            'name' => 'UTM zone 31N',
6177
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6178
            'target_crs' => 'urn:ogc:def:crs:EPSG::32231',
6179
            'accuracy' => 0,
6180
        ],
6181
        [
6182
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
6183
            'name' => 'UTM zone 32N',
6184
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6185
            'target_crs' => 'urn:ogc:def:crs:EPSG::32232',
6186
            'accuracy' => 0,
6187
        ],
6188
        [
6189
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16033',
6190
            'name' => 'UTM zone 33N',
6191
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6192
            'target_crs' => 'urn:ogc:def:crs:EPSG::32233',
6193
            'accuracy' => 0,
6194
        ],
6195
        [
6196
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16034',
6197
            'name' => 'UTM zone 34N',
6198
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6199
            'target_crs' => 'urn:ogc:def:crs:EPSG::32234',
6200
            'accuracy' => 0,
6201
        ],
6202
        [
6203
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16035',
6204
            'name' => 'UTM zone 35N',
6205
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6206
            'target_crs' => 'urn:ogc:def:crs:EPSG::32235',
6207
            'accuracy' => 0,
6208
        ],
6209
        [
6210
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16036',
6211
            'name' => 'UTM zone 36N',
6212
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6213
            'target_crs' => 'urn:ogc:def:crs:EPSG::32236',
6214
            'accuracy' => 0,
6215
        ],
6216
        [
6217
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16037',
6218
            'name' => 'UTM zone 37N',
6219
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6220
            'target_crs' => 'urn:ogc:def:crs:EPSG::32237',
6221
            'accuracy' => 0,
6222
        ],
6223
        [
6224
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16038',
6225
            'name' => 'UTM zone 38N',
6226
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6227
            'target_crs' => 'urn:ogc:def:crs:EPSG::32238',
6228
            'accuracy' => 0,
6229
        ],
6230
        [
6231
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
6232
            'name' => 'UTM zone 39N',
6233
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6234
            'target_crs' => 'urn:ogc:def:crs:EPSG::32239',
6235
            'accuracy' => 0,
6236
        ],
6237
        [
6238
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16040',
6239
            'name' => 'UTM zone 40N',
6240
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6241
            'target_crs' => 'urn:ogc:def:crs:EPSG::32240',
6242
            'accuracy' => 0,
6243
        ],
6244
        [
6245
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16041',
6246
            'name' => 'UTM zone 41N',
6247
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6248
            'target_crs' => 'urn:ogc:def:crs:EPSG::32241',
6249
            'accuracy' => 0,
6250
        ],
6251
        [
6252
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16042',
6253
            'name' => 'UTM zone 42N',
6254
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6255
            'target_crs' => 'urn:ogc:def:crs:EPSG::32242',
6256
            'accuracy' => 0,
6257
        ],
6258
        [
6259
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16043',
6260
            'name' => 'UTM zone 43N',
6261
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6262
            'target_crs' => 'urn:ogc:def:crs:EPSG::32243',
6263
            'accuracy' => 0,
6264
        ],
6265
        [
6266
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16044',
6267
            'name' => 'UTM zone 44N',
6268
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6269
            'target_crs' => 'urn:ogc:def:crs:EPSG::32244',
6270
            'accuracy' => 0,
6271
        ],
6272
        [
6273
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16045',
6274
            'name' => 'UTM zone 45N',
6275
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6276
            'target_crs' => 'urn:ogc:def:crs:EPSG::32245',
6277
            'accuracy' => 0,
6278
        ],
6279
        [
6280
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16046',
6281
            'name' => 'UTM zone 46N',
6282
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6283
            'target_crs' => 'urn:ogc:def:crs:EPSG::32246',
6284
            'accuracy' => 0,
6285
        ],
6286
        [
6287
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16047',
6288
            'name' => 'UTM zone 47N',
6289
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6290
            'target_crs' => 'urn:ogc:def:crs:EPSG::32247',
6291
            'accuracy' => 0,
6292
        ],
6293
        [
6294
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16048',
6295
            'name' => 'UTM zone 48N',
6296
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6297
            'target_crs' => 'urn:ogc:def:crs:EPSG::32248',
6298
            'accuracy' => 0,
6299
        ],
6300
        [
6301
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16049',
6302
            'name' => 'UTM zone 49N',
6303
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6304
            'target_crs' => 'urn:ogc:def:crs:EPSG::32249',
6305
            'accuracy' => 0,
6306
        ],
6307
        [
6308
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16050',
6309
            'name' => 'UTM zone 50N',
6310
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6311
            'target_crs' => 'urn:ogc:def:crs:EPSG::32250',
6312
            'accuracy' => 0,
6313
        ],
6314
        [
6315
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16051',
6316
            'name' => 'UTM zone 51N',
6317
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6318
            'target_crs' => 'urn:ogc:def:crs:EPSG::32251',
6319
            'accuracy' => 0,
6320
        ],
6321
        [
6322
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16052',
6323
            'name' => 'UTM zone 52N',
6324
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6325
            'target_crs' => 'urn:ogc:def:crs:EPSG::32252',
6326
            'accuracy' => 0,
6327
        ],
6328
        [
6329
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16053',
6330
            'name' => 'UTM zone 53N',
6331
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6332
            'target_crs' => 'urn:ogc:def:crs:EPSG::32253',
6333
            'accuracy' => 0,
6334
        ],
6335
        [
6336
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16054',
6337
            'name' => 'UTM zone 54N',
6338
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6339
            'target_crs' => 'urn:ogc:def:crs:EPSG::32254',
6340
            'accuracy' => 0,
6341
        ],
6342
        [
6343
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16055',
6344
            'name' => 'UTM zone 55N',
6345
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6346
            'target_crs' => 'urn:ogc:def:crs:EPSG::32255',
6347
            'accuracy' => 0,
6348
        ],
6349
        [
6350
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16056',
6351
            'name' => 'UTM zone 56N',
6352
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6353
            'target_crs' => 'urn:ogc:def:crs:EPSG::32256',
6354
            'accuracy' => 0,
6355
        ],
6356
        [
6357
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16057',
6358
            'name' => 'UTM zone 57N',
6359
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6360
            'target_crs' => 'urn:ogc:def:crs:EPSG::32257',
6361
            'accuracy' => 0,
6362
        ],
6363
        [
6364
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16058',
6365
            'name' => 'UTM zone 58N',
6366
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6367
            'target_crs' => 'urn:ogc:def:crs:EPSG::32258',
6368
            'accuracy' => 0,
6369
        ],
6370
        [
6371
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16059',
6372
            'name' => 'UTM zone 59N',
6373
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6374
            'target_crs' => 'urn:ogc:def:crs:EPSG::32259',
6375
            'accuracy' => 0,
6376
        ],
6377
        [
6378
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16060',
6379
            'name' => 'UTM zone 60N',
6380
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6381
            'target_crs' => 'urn:ogc:def:crs:EPSG::32260',
6382
            'accuracy' => 0,
6383
        ],
6384
        [
6385
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16101',
6386
            'name' => 'UTM zone 1S',
6387
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6388
            'target_crs' => 'urn:ogc:def:crs:EPSG::32301',
6389
            'accuracy' => 0,
6390
        ],
6391
        [
6392
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16102',
6393
            'name' => 'UTM zone 2S',
6394
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6395
            'target_crs' => 'urn:ogc:def:crs:EPSG::32302',
6396
            'accuracy' => 0,
6397
        ],
6398
        [
6399
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16103',
6400
            'name' => 'UTM zone 3S',
6401
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6402
            'target_crs' => 'urn:ogc:def:crs:EPSG::32303',
6403
            'accuracy' => 0,
6404
        ],
6405
        [
6406
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16104',
6407
            'name' => 'UTM zone 4S',
6408
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6409
            'target_crs' => 'urn:ogc:def:crs:EPSG::32304',
6410
            'accuracy' => 0,
6411
        ],
6412
        [
6413
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16105',
6414
            'name' => 'UTM zone 5S',
6415
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6416
            'target_crs' => 'urn:ogc:def:crs:EPSG::32305',
6417
            'accuracy' => 0,
6418
        ],
6419
        [
6420
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16106',
6421
            'name' => 'UTM zone 6S',
6422
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6423
            'target_crs' => 'urn:ogc:def:crs:EPSG::32306',
6424
            'accuracy' => 0,
6425
        ],
6426
        [
6427
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16107',
6428
            'name' => 'UTM zone 7S',
6429
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6430
            'target_crs' => 'urn:ogc:def:crs:EPSG::32307',
6431
            'accuracy' => 0,
6432
        ],
6433
        [
6434
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16108',
6435
            'name' => 'UTM zone 8S',
6436
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6437
            'target_crs' => 'urn:ogc:def:crs:EPSG::32308',
6438
            'accuracy' => 0,
6439
        ],
6440
        [
6441
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16109',
6442
            'name' => 'UTM zone 9S',
6443
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6444
            'target_crs' => 'urn:ogc:def:crs:EPSG::32309',
6445
            'accuracy' => 0,
6446
        ],
6447
        [
6448
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16110',
6449
            'name' => 'UTM zone 10S',
6450
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6451
            'target_crs' => 'urn:ogc:def:crs:EPSG::32310',
6452
            'accuracy' => 0,
6453
        ],
6454
        [
6455
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16111',
6456
            'name' => 'UTM zone 11S',
6457
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6458
            'target_crs' => 'urn:ogc:def:crs:EPSG::32311',
6459
            'accuracy' => 0,
6460
        ],
6461
        [
6462
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16112',
6463
            'name' => 'UTM zone 12S',
6464
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6465
            'target_crs' => 'urn:ogc:def:crs:EPSG::32312',
6466
            'accuracy' => 0,
6467
        ],
6468
        [
6469
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16113',
6470
            'name' => 'UTM zone 13S',
6471
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6472
            'target_crs' => 'urn:ogc:def:crs:EPSG::32313',
6473
            'accuracy' => 0,
6474
        ],
6475
        [
6476
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16114',
6477
            'name' => 'UTM zone 14S',
6478
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6479
            'target_crs' => 'urn:ogc:def:crs:EPSG::32314',
6480
            'accuracy' => 0,
6481
        ],
6482
        [
6483
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16115',
6484
            'name' => 'UTM zone 15S',
6485
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6486
            'target_crs' => 'urn:ogc:def:crs:EPSG::32315',
6487
            'accuracy' => 0,
6488
        ],
6489
        [
6490
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16116',
6491
            'name' => 'UTM zone 16S',
6492
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6493
            'target_crs' => 'urn:ogc:def:crs:EPSG::32316',
6494
            'accuracy' => 0,
6495
        ],
6496
        [
6497
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16117',
6498
            'name' => 'UTM zone 17S',
6499
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6500
            'target_crs' => 'urn:ogc:def:crs:EPSG::32317',
6501
            'accuracy' => 0,
6502
        ],
6503
        [
6504
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16118',
6505
            'name' => 'UTM zone 18S',
6506
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6507
            'target_crs' => 'urn:ogc:def:crs:EPSG::32318',
6508
            'accuracy' => 0,
6509
        ],
6510
        [
6511
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
6512
            'name' => 'UTM zone 19S',
6513
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6514
            'target_crs' => 'urn:ogc:def:crs:EPSG::32319',
6515
            'accuracy' => 0,
6516
        ],
6517
        [
6518
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16120',
6519
            'name' => 'UTM zone 20S',
6520
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6521
            'target_crs' => 'urn:ogc:def:crs:EPSG::32320',
6522
            'accuracy' => 0,
6523
        ],
6524
        [
6525
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16121',
6526
            'name' => 'UTM zone 21S',
6527
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6528
            'target_crs' => 'urn:ogc:def:crs:EPSG::32321',
6529
            'accuracy' => 0,
6530
        ],
6531
        [
6532
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16122',
6533
            'name' => 'UTM zone 22S',
6534
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6535
            'target_crs' => 'urn:ogc:def:crs:EPSG::32322',
6536
            'accuracy' => 0,
6537
        ],
6538
        [
6539
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16123',
6540
            'name' => 'UTM zone 23S',
6541
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6542
            'target_crs' => 'urn:ogc:def:crs:EPSG::32323',
6543
            'accuracy' => 0,
6544
        ],
6545
        [
6546
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16124',
6547
            'name' => 'UTM zone 24S',
6548
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6549
            'target_crs' => 'urn:ogc:def:crs:EPSG::32324',
6550
            'accuracy' => 0,
6551
        ],
6552
        [
6553
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16125',
6554
            'name' => 'UTM zone 25S',
6555
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6556
            'target_crs' => 'urn:ogc:def:crs:EPSG::32325',
6557
            'accuracy' => 0,
6558
        ],
6559
        [
6560
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16126',
6561
            'name' => 'UTM zone 26S',
6562
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6563
            'target_crs' => 'urn:ogc:def:crs:EPSG::32326',
6564
            'accuracy' => 0,
6565
        ],
6566
        [
6567
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16127',
6568
            'name' => 'UTM zone 27S',
6569
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6570
            'target_crs' => 'urn:ogc:def:crs:EPSG::32327',
6571
            'accuracy' => 0,
6572
        ],
6573
        [
6574
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16128',
6575
            'name' => 'UTM zone 28S',
6576
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6577
            'target_crs' => 'urn:ogc:def:crs:EPSG::32328',
6578
            'accuracy' => 0,
6579
        ],
6580
        [
6581
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16129',
6582
            'name' => 'UTM zone 29S',
6583
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6584
            'target_crs' => 'urn:ogc:def:crs:EPSG::32329',
6585
            'accuracy' => 0,
6586
        ],
6587
        [
6588
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16130',
6589
            'name' => 'UTM zone 30S',
6590
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6591
            'target_crs' => 'urn:ogc:def:crs:EPSG::32330',
6592
            'accuracy' => 0,
6593
        ],
6594
        [
6595
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16131',
6596
            'name' => 'UTM zone 31S',
6597
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6598
            'target_crs' => 'urn:ogc:def:crs:EPSG::32331',
6599
            'accuracy' => 0,
6600
        ],
6601
        [
6602
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16132',
6603
            'name' => 'UTM zone 32S',
6604
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6605
            'target_crs' => 'urn:ogc:def:crs:EPSG::32332',
6606
            'accuracy' => 0,
6607
        ],
6608
        [
6609
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16133',
6610
            'name' => 'UTM zone 33S',
6611
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6612
            'target_crs' => 'urn:ogc:def:crs:EPSG::32333',
6613
            'accuracy' => 0,
6614
        ],
6615
        [
6616
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16134',
6617
            'name' => 'UTM zone 34S',
6618
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6619
            'target_crs' => 'urn:ogc:def:crs:EPSG::32334',
6620
            'accuracy' => 0,
6621
        ],
6622
        [
6623
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16135',
6624
            'name' => 'UTM zone 35S',
6625
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6626
            'target_crs' => 'urn:ogc:def:crs:EPSG::32335',
6627
            'accuracy' => 0,
6628
        ],
6629
        [
6630
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16136',
6631
            'name' => 'UTM zone 36S',
6632
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6633
            'target_crs' => 'urn:ogc:def:crs:EPSG::32336',
6634
            'accuracy' => 0,
6635
        ],
6636
        [
6637
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16137',
6638
            'name' => 'UTM zone 37S',
6639
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6640
            'target_crs' => 'urn:ogc:def:crs:EPSG::32337',
6641
            'accuracy' => 0,
6642
        ],
6643
        [
6644
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16138',
6645
            'name' => 'UTM zone 38S',
6646
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6647
            'target_crs' => 'urn:ogc:def:crs:EPSG::32338',
6648
            'accuracy' => 0,
6649
        ],
6650
        [
6651
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16139',
6652
            'name' => 'UTM zone 39S',
6653
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6654
            'target_crs' => 'urn:ogc:def:crs:EPSG::32339',
6655
            'accuracy' => 0,
6656
        ],
6657
        [
6658
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16140',
6659
            'name' => 'UTM zone 40S',
6660
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6661
            'target_crs' => 'urn:ogc:def:crs:EPSG::32340',
6662
            'accuracy' => 0,
6663
        ],
6664
        [
6665
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16141',
6666
            'name' => 'UTM zone 41S',
6667
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6668
            'target_crs' => 'urn:ogc:def:crs:EPSG::32341',
6669
            'accuracy' => 0,
6670
        ],
6671
        [
6672
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16142',
6673
            'name' => 'UTM zone 42S',
6674
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6675
            'target_crs' => 'urn:ogc:def:crs:EPSG::32342',
6676
            'accuracy' => 0,
6677
        ],
6678
        [
6679
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16143',
6680
            'name' => 'UTM zone 43S',
6681
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6682
            'target_crs' => 'urn:ogc:def:crs:EPSG::32343',
6683
            'accuracy' => 0,
6684
        ],
6685
        [
6686
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16144',
6687
            'name' => 'UTM zone 44S',
6688
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6689
            'target_crs' => 'urn:ogc:def:crs:EPSG::32344',
6690
            'accuracy' => 0,
6691
        ],
6692
        [
6693
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16145',
6694
            'name' => 'UTM zone 45S',
6695
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6696
            'target_crs' => 'urn:ogc:def:crs:EPSG::32345',
6697
            'accuracy' => 0,
6698
        ],
6699
        [
6700
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16146',
6701
            'name' => 'UTM zone 46S',
6702
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6703
            'target_crs' => 'urn:ogc:def:crs:EPSG::32346',
6704
            'accuracy' => 0,
6705
        ],
6706
        [
6707
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16147',
6708
            'name' => 'UTM zone 47S',
6709
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6710
            'target_crs' => 'urn:ogc:def:crs:EPSG::32347',
6711
            'accuracy' => 0,
6712
        ],
6713
        [
6714
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16148',
6715
            'name' => 'UTM zone 48S',
6716
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6717
            'target_crs' => 'urn:ogc:def:crs:EPSG::32348',
6718
            'accuracy' => 0,
6719
        ],
6720
        [
6721
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16149',
6722
            'name' => 'UTM zone 49S',
6723
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6724
            'target_crs' => 'urn:ogc:def:crs:EPSG::32349',
6725
            'accuracy' => 0,
6726
        ],
6727
        [
6728
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16150',
6729
            'name' => 'UTM zone 50S',
6730
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6731
            'target_crs' => 'urn:ogc:def:crs:EPSG::32350',
6732
            'accuracy' => 0,
6733
        ],
6734
        [
6735
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16151',
6736
            'name' => 'UTM zone 51S',
6737
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6738
            'target_crs' => 'urn:ogc:def:crs:EPSG::32351',
6739
            'accuracy' => 0,
6740
        ],
6741
        [
6742
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16152',
6743
            'name' => 'UTM zone 52S',
6744
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6745
            'target_crs' => 'urn:ogc:def:crs:EPSG::32352',
6746
            'accuracy' => 0,
6747
        ],
6748
        [
6749
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16153',
6750
            'name' => 'UTM zone 53S',
6751
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6752
            'target_crs' => 'urn:ogc:def:crs:EPSG::32353',
6753
            'accuracy' => 0,
6754
        ],
6755
        [
6756
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16154',
6757
            'name' => 'UTM zone 54S',
6758
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6759
            'target_crs' => 'urn:ogc:def:crs:EPSG::32354',
6760
            'accuracy' => 0,
6761
        ],
6762
        [
6763
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16155',
6764
            'name' => 'UTM zone 55S',
6765
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6766
            'target_crs' => 'urn:ogc:def:crs:EPSG::32355',
6767
            'accuracy' => 0,
6768
        ],
6769
        [
6770
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16156',
6771
            'name' => 'UTM zone 56S',
6772
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6773
            'target_crs' => 'urn:ogc:def:crs:EPSG::32356',
6774
            'accuracy' => 0,
6775
        ],
6776
        [
6777
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16157',
6778
            'name' => 'UTM zone 57S',
6779
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6780
            'target_crs' => 'urn:ogc:def:crs:EPSG::32357',
6781
            'accuracy' => 0,
6782
        ],
6783
        [
6784
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16158',
6785
            'name' => 'UTM zone 58S',
6786
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6787
            'target_crs' => 'urn:ogc:def:crs:EPSG::32358',
6788
            'accuracy' => 0,
6789
        ],
6790
        [
6791
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16159',
6792
            'name' => 'UTM zone 59S',
6793
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6794
            'target_crs' => 'urn:ogc:def:crs:EPSG::32359',
6795
            'accuracy' => 0,
6796
        ],
6797
        [
6798
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16160',
6799
            'name' => 'UTM zone 60S',
6800
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6801
            'target_crs' => 'urn:ogc:def:crs:EPSG::32360',
6802
            'accuracy' => 0,
6803
        ],
6804
        [
6805
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1237',
6806
            'name' => 'WGS 72 to WGS 84 (1)',
6807
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6808
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6809
            'accuracy' => 2.0,
6810
        ],
6811
        [
6812
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1238',
6813
            'name' => 'WGS 72 to WGS 84 (2)',
6814
            'source_crs' => 'urn:ogc:def:crs:EPSG::4322',
6815
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6816
            'accuracy' => 2.0,
6817
        ],
6818
        [
6819
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16001',
6820
            'name' => 'UTM zone 1N',
6821
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6822
            'target_crs' => 'urn:ogc:def:crs:EPSG::32401',
6823
            'accuracy' => 0,
6824
        ],
6825
        [
6826
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16002',
6827
            'name' => 'UTM zone 2N',
6828
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6829
            'target_crs' => 'urn:ogc:def:crs:EPSG::32402',
6830
            'accuracy' => 0,
6831
        ],
6832
        [
6833
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16003',
6834
            'name' => 'UTM zone 3N',
6835
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6836
            'target_crs' => 'urn:ogc:def:crs:EPSG::32403',
6837
            'accuracy' => 0,
6838
        ],
6839
        [
6840
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16004',
6841
            'name' => 'UTM zone 4N',
6842
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6843
            'target_crs' => 'urn:ogc:def:crs:EPSG::32404',
6844
            'accuracy' => 0,
6845
        ],
6846
        [
6847
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16005',
6848
            'name' => 'UTM zone 5N',
6849
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6850
            'target_crs' => 'urn:ogc:def:crs:EPSG::32405',
6851
            'accuracy' => 0,
6852
        ],
6853
        [
6854
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16006',
6855
            'name' => 'UTM zone 6N',
6856
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6857
            'target_crs' => 'urn:ogc:def:crs:EPSG::32406',
6858
            'accuracy' => 0,
6859
        ],
6860
        [
6861
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16007',
6862
            'name' => 'UTM zone 7N',
6863
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6864
            'target_crs' => 'urn:ogc:def:crs:EPSG::32407',
6865
            'accuracy' => 0,
6866
        ],
6867
        [
6868
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16008',
6869
            'name' => 'UTM zone 8N',
6870
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6871
            'target_crs' => 'urn:ogc:def:crs:EPSG::32408',
6872
            'accuracy' => 0,
6873
        ],
6874
        [
6875
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16009',
6876
            'name' => 'UTM zone 9N',
6877
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6878
            'target_crs' => 'urn:ogc:def:crs:EPSG::32409',
6879
            'accuracy' => 0,
6880
        ],
6881
        [
6882
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16010',
6883
            'name' => 'UTM zone 10N',
6884
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6885
            'target_crs' => 'urn:ogc:def:crs:EPSG::32410',
6886
            'accuracy' => 0,
6887
        ],
6888
        [
6889
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
6890
            'name' => 'UTM zone 11N',
6891
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6892
            'target_crs' => 'urn:ogc:def:crs:EPSG::32411',
6893
            'accuracy' => 0,
6894
        ],
6895
        [
6896
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
6897
            'name' => 'UTM zone 12N',
6898
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6899
            'target_crs' => 'urn:ogc:def:crs:EPSG::32412',
6900
            'accuracy' => 0,
6901
        ],
6902
        [
6903
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
6904
            'name' => 'UTM zone 13N',
6905
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6906
            'target_crs' => 'urn:ogc:def:crs:EPSG::32413',
6907
            'accuracy' => 0,
6908
        ],
6909
        [
6910
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
6911
            'name' => 'UTM zone 14N',
6912
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6913
            'target_crs' => 'urn:ogc:def:crs:EPSG::32414',
6914
            'accuracy' => 0,
6915
        ],
6916
        [
6917
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
6918
            'name' => 'UTM zone 15N',
6919
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6920
            'target_crs' => 'urn:ogc:def:crs:EPSG::32415',
6921
            'accuracy' => 0,
6922
        ],
6923
        [
6924
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
6925
            'name' => 'UTM zone 16N',
6926
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6927
            'target_crs' => 'urn:ogc:def:crs:EPSG::32416',
6928
            'accuracy' => 0,
6929
        ],
6930
        [
6931
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
6932
            'name' => 'UTM zone 17N',
6933
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6934
            'target_crs' => 'urn:ogc:def:crs:EPSG::32417',
6935
            'accuracy' => 0,
6936
        ],
6937
        [
6938
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
6939
            'name' => 'UTM zone 18N',
6940
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6941
            'target_crs' => 'urn:ogc:def:crs:EPSG::32418',
6942
            'accuracy' => 0,
6943
        ],
6944
        [
6945
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
6946
            'name' => 'UTM zone 19N',
6947
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6948
            'target_crs' => 'urn:ogc:def:crs:EPSG::32419',
6949
            'accuracy' => 0,
6950
        ],
6951
        [
6952
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
6953
            'name' => 'UTM zone 20N',
6954
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6955
            'target_crs' => 'urn:ogc:def:crs:EPSG::32420',
6956
            'accuracy' => 0,
6957
        ],
6958
        [
6959
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
6960
            'name' => 'UTM zone 21N',
6961
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6962
            'target_crs' => 'urn:ogc:def:crs:EPSG::32421',
6963
            'accuracy' => 0,
6964
        ],
6965
        [
6966
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
6967
            'name' => 'UTM zone 22N',
6968
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6969
            'target_crs' => 'urn:ogc:def:crs:EPSG::32422',
6970
            'accuracy' => 0,
6971
        ],
6972
        [
6973
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16023',
6974
            'name' => 'UTM zone 23N',
6975
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6976
            'target_crs' => 'urn:ogc:def:crs:EPSG::32423',
6977
            'accuracy' => 0,
6978
        ],
6979
        [
6980
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16024',
6981
            'name' => 'UTM zone 24N',
6982
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6983
            'target_crs' => 'urn:ogc:def:crs:EPSG::32424',
6984
            'accuracy' => 0,
6985
        ],
6986
        [
6987
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16025',
6988
            'name' => 'UTM zone 25N',
6989
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6990
            'target_crs' => 'urn:ogc:def:crs:EPSG::32425',
6991
            'accuracy' => 0,
6992
        ],
6993
        [
6994
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16026',
6995
            'name' => 'UTM zone 26N',
6996
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
6997
            'target_crs' => 'urn:ogc:def:crs:EPSG::32426',
6998
            'accuracy' => 0,
6999
        ],
7000
        [
7001
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16027',
7002
            'name' => 'UTM zone 27N',
7003
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7004
            'target_crs' => 'urn:ogc:def:crs:EPSG::32427',
7005
            'accuracy' => 0,
7006
        ],
7007
        [
7008
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
7009
            'name' => 'UTM zone 28N',
7010
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7011
            'target_crs' => 'urn:ogc:def:crs:EPSG::32428',
7012
            'accuracy' => 0,
7013
        ],
7014
        [
7015
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
7016
            'name' => 'UTM zone 29N',
7017
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7018
            'target_crs' => 'urn:ogc:def:crs:EPSG::32429',
7019
            'accuracy' => 0,
7020
        ],
7021
        [
7022
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16030',
7023
            'name' => 'UTM zone 30N',
7024
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7025
            'target_crs' => 'urn:ogc:def:crs:EPSG::32430',
7026
            'accuracy' => 0,
7027
        ],
7028
        [
7029
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16031',
7030
            'name' => 'UTM zone 31N',
7031
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7032
            'target_crs' => 'urn:ogc:def:crs:EPSG::32431',
7033
            'accuracy' => 0,
7034
        ],
7035
        [
7036
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
7037
            'name' => 'UTM zone 32N',
7038
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7039
            'target_crs' => 'urn:ogc:def:crs:EPSG::32432',
7040
            'accuracy' => 0,
7041
        ],
7042
        [
7043
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16033',
7044
            'name' => 'UTM zone 33N',
7045
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7046
            'target_crs' => 'urn:ogc:def:crs:EPSG::32433',
7047
            'accuracy' => 0,
7048
        ],
7049
        [
7050
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16034',
7051
            'name' => 'UTM zone 34N',
7052
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7053
            'target_crs' => 'urn:ogc:def:crs:EPSG::32434',
7054
            'accuracy' => 0,
7055
        ],
7056
        [
7057
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16035',
7058
            'name' => 'UTM zone 35N',
7059
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7060
            'target_crs' => 'urn:ogc:def:crs:EPSG::32435',
7061
            'accuracy' => 0,
7062
        ],
7063
        [
7064
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16036',
7065
            'name' => 'UTM zone 36N',
7066
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7067
            'target_crs' => 'urn:ogc:def:crs:EPSG::32436',
7068
            'accuracy' => 0,
7069
        ],
7070
        [
7071
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16037',
7072
            'name' => 'UTM zone 37N',
7073
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7074
            'target_crs' => 'urn:ogc:def:crs:EPSG::32437',
7075
            'accuracy' => 0,
7076
        ],
7077
        [
7078
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16038',
7079
            'name' => 'UTM zone 38N',
7080
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7081
            'target_crs' => 'urn:ogc:def:crs:EPSG::32438',
7082
            'accuracy' => 0,
7083
        ],
7084
        [
7085
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
7086
            'name' => 'UTM zone 39N',
7087
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7088
            'target_crs' => 'urn:ogc:def:crs:EPSG::32439',
7089
            'accuracy' => 0,
7090
        ],
7091
        [
7092
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16040',
7093
            'name' => 'UTM zone 40N',
7094
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7095
            'target_crs' => 'urn:ogc:def:crs:EPSG::32440',
7096
            'accuracy' => 0,
7097
        ],
7098
        [
7099
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16041',
7100
            'name' => 'UTM zone 41N',
7101
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7102
            'target_crs' => 'urn:ogc:def:crs:EPSG::32441',
7103
            'accuracy' => 0,
7104
        ],
7105
        [
7106
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16042',
7107
            'name' => 'UTM zone 42N',
7108
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7109
            'target_crs' => 'urn:ogc:def:crs:EPSG::32442',
7110
            'accuracy' => 0,
7111
        ],
7112
        [
7113
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16043',
7114
            'name' => 'UTM zone 43N',
7115
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7116
            'target_crs' => 'urn:ogc:def:crs:EPSG::32443',
7117
            'accuracy' => 0,
7118
        ],
7119
        [
7120
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16044',
7121
            'name' => 'UTM zone 44N',
7122
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7123
            'target_crs' => 'urn:ogc:def:crs:EPSG::32444',
7124
            'accuracy' => 0,
7125
        ],
7126
        [
7127
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16045',
7128
            'name' => 'UTM zone 45N',
7129
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7130
            'target_crs' => 'urn:ogc:def:crs:EPSG::32445',
7131
            'accuracy' => 0,
7132
        ],
7133
        [
7134
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16046',
7135
            'name' => 'UTM zone 46N',
7136
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7137
            'target_crs' => 'urn:ogc:def:crs:EPSG::32446',
7138
            'accuracy' => 0,
7139
        ],
7140
        [
7141
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16047',
7142
            'name' => 'UTM zone 47N',
7143
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7144
            'target_crs' => 'urn:ogc:def:crs:EPSG::32447',
7145
            'accuracy' => 0,
7146
        ],
7147
        [
7148
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16048',
7149
            'name' => 'UTM zone 48N',
7150
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7151
            'target_crs' => 'urn:ogc:def:crs:EPSG::32448',
7152
            'accuracy' => 0,
7153
        ],
7154
        [
7155
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16049',
7156
            'name' => 'UTM zone 49N',
7157
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7158
            'target_crs' => 'urn:ogc:def:crs:EPSG::32449',
7159
            'accuracy' => 0,
7160
        ],
7161
        [
7162
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16050',
7163
            'name' => 'UTM zone 50N',
7164
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7165
            'target_crs' => 'urn:ogc:def:crs:EPSG::32450',
7166
            'accuracy' => 0,
7167
        ],
7168
        [
7169
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16051',
7170
            'name' => 'UTM zone 51N',
7171
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7172
            'target_crs' => 'urn:ogc:def:crs:EPSG::32451',
7173
            'accuracy' => 0,
7174
        ],
7175
        [
7176
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16052',
7177
            'name' => 'UTM zone 52N',
7178
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7179
            'target_crs' => 'urn:ogc:def:crs:EPSG::32452',
7180
            'accuracy' => 0,
7181
        ],
7182
        [
7183
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16053',
7184
            'name' => 'UTM zone 53N',
7185
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7186
            'target_crs' => 'urn:ogc:def:crs:EPSG::32453',
7187
            'accuracy' => 0,
7188
        ],
7189
        [
7190
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16054',
7191
            'name' => 'UTM zone 54N',
7192
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7193
            'target_crs' => 'urn:ogc:def:crs:EPSG::32454',
7194
            'accuracy' => 0,
7195
        ],
7196
        [
7197
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16055',
7198
            'name' => 'UTM zone 55N',
7199
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7200
            'target_crs' => 'urn:ogc:def:crs:EPSG::32455',
7201
            'accuracy' => 0,
7202
        ],
7203
        [
7204
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16056',
7205
            'name' => 'UTM zone 56N',
7206
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7207
            'target_crs' => 'urn:ogc:def:crs:EPSG::32456',
7208
            'accuracy' => 0,
7209
        ],
7210
        [
7211
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16057',
7212
            'name' => 'UTM zone 57N',
7213
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7214
            'target_crs' => 'urn:ogc:def:crs:EPSG::32457',
7215
            'accuracy' => 0,
7216
        ],
7217
        [
7218
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16058',
7219
            'name' => 'UTM zone 58N',
7220
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7221
            'target_crs' => 'urn:ogc:def:crs:EPSG::32458',
7222
            'accuracy' => 0,
7223
        ],
7224
        [
7225
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16059',
7226
            'name' => 'UTM zone 59N',
7227
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7228
            'target_crs' => 'urn:ogc:def:crs:EPSG::32459',
7229
            'accuracy' => 0,
7230
        ],
7231
        [
7232
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16060',
7233
            'name' => 'UTM zone 60N',
7234
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7235
            'target_crs' => 'urn:ogc:def:crs:EPSG::32460',
7236
            'accuracy' => 0,
7237
        ],
7238
        [
7239
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16101',
7240
            'name' => 'UTM zone 1S',
7241
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7242
            'target_crs' => 'urn:ogc:def:crs:EPSG::32501',
7243
            'accuracy' => 0,
7244
        ],
7245
        [
7246
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16102',
7247
            'name' => 'UTM zone 2S',
7248
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7249
            'target_crs' => 'urn:ogc:def:crs:EPSG::32502',
7250
            'accuracy' => 0,
7251
        ],
7252
        [
7253
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16103',
7254
            'name' => 'UTM zone 3S',
7255
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7256
            'target_crs' => 'urn:ogc:def:crs:EPSG::32503',
7257
            'accuracy' => 0,
7258
        ],
7259
        [
7260
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16104',
7261
            'name' => 'UTM zone 4S',
7262
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7263
            'target_crs' => 'urn:ogc:def:crs:EPSG::32504',
7264
            'accuracy' => 0,
7265
        ],
7266
        [
7267
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16105',
7268
            'name' => 'UTM zone 5S',
7269
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7270
            'target_crs' => 'urn:ogc:def:crs:EPSG::32505',
7271
            'accuracy' => 0,
7272
        ],
7273
        [
7274
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16106',
7275
            'name' => 'UTM zone 6S',
7276
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7277
            'target_crs' => 'urn:ogc:def:crs:EPSG::32506',
7278
            'accuracy' => 0,
7279
        ],
7280
        [
7281
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16107',
7282
            'name' => 'UTM zone 7S',
7283
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7284
            'target_crs' => 'urn:ogc:def:crs:EPSG::32507',
7285
            'accuracy' => 0,
7286
        ],
7287
        [
7288
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16108',
7289
            'name' => 'UTM zone 8S',
7290
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7291
            'target_crs' => 'urn:ogc:def:crs:EPSG::32508',
7292
            'accuracy' => 0,
7293
        ],
7294
        [
7295
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16109',
7296
            'name' => 'UTM zone 9S',
7297
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7298
            'target_crs' => 'urn:ogc:def:crs:EPSG::32509',
7299
            'accuracy' => 0,
7300
        ],
7301
        [
7302
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16110',
7303
            'name' => 'UTM zone 10S',
7304
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7305
            'target_crs' => 'urn:ogc:def:crs:EPSG::32510',
7306
            'accuracy' => 0,
7307
        ],
7308
        [
7309
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16111',
7310
            'name' => 'UTM zone 11S',
7311
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7312
            'target_crs' => 'urn:ogc:def:crs:EPSG::32511',
7313
            'accuracy' => 0,
7314
        ],
7315
        [
7316
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16112',
7317
            'name' => 'UTM zone 12S',
7318
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7319
            'target_crs' => 'urn:ogc:def:crs:EPSG::32512',
7320
            'accuracy' => 0,
7321
        ],
7322
        [
7323
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16113',
7324
            'name' => 'UTM zone 13S',
7325
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7326
            'target_crs' => 'urn:ogc:def:crs:EPSG::32513',
7327
            'accuracy' => 0,
7328
        ],
7329
        [
7330
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16114',
7331
            'name' => 'UTM zone 14S',
7332
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7333
            'target_crs' => 'urn:ogc:def:crs:EPSG::32514',
7334
            'accuracy' => 0,
7335
        ],
7336
        [
7337
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16115',
7338
            'name' => 'UTM zone 15S',
7339
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7340
            'target_crs' => 'urn:ogc:def:crs:EPSG::32515',
7341
            'accuracy' => 0,
7342
        ],
7343
        [
7344
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16116',
7345
            'name' => 'UTM zone 16S',
7346
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7347
            'target_crs' => 'urn:ogc:def:crs:EPSG::32516',
7348
            'accuracy' => 0,
7349
        ],
7350
        [
7351
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16117',
7352
            'name' => 'UTM zone 17S',
7353
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7354
            'target_crs' => 'urn:ogc:def:crs:EPSG::32517',
7355
            'accuracy' => 0,
7356
        ],
7357
        [
7358
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16118',
7359
            'name' => 'UTM zone 18S',
7360
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7361
            'target_crs' => 'urn:ogc:def:crs:EPSG::32518',
7362
            'accuracy' => 0,
7363
        ],
7364
        [
7365
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
7366
            'name' => 'UTM zone 19S',
7367
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7368
            'target_crs' => 'urn:ogc:def:crs:EPSG::32519',
7369
            'accuracy' => 0,
7370
        ],
7371
        [
7372
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16120',
7373
            'name' => 'UTM zone 20S',
7374
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7375
            'target_crs' => 'urn:ogc:def:crs:EPSG::32520',
7376
            'accuracy' => 0,
7377
        ],
7378
        [
7379
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16121',
7380
            'name' => 'UTM zone 21S',
7381
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7382
            'target_crs' => 'urn:ogc:def:crs:EPSG::32521',
7383
            'accuracy' => 0,
7384
        ],
7385
        [
7386
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16122',
7387
            'name' => 'UTM zone 22S',
7388
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7389
            'target_crs' => 'urn:ogc:def:crs:EPSG::32522',
7390
            'accuracy' => 0,
7391
        ],
7392
        [
7393
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16123',
7394
            'name' => 'UTM zone 23S',
7395
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7396
            'target_crs' => 'urn:ogc:def:crs:EPSG::32523',
7397
            'accuracy' => 0,
7398
        ],
7399
        [
7400
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16124',
7401
            'name' => 'UTM zone 24S',
7402
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7403
            'target_crs' => 'urn:ogc:def:crs:EPSG::32524',
7404
            'accuracy' => 0,
7405
        ],
7406
        [
7407
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16125',
7408
            'name' => 'UTM zone 25S',
7409
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7410
            'target_crs' => 'urn:ogc:def:crs:EPSG::32525',
7411
            'accuracy' => 0,
7412
        ],
7413
        [
7414
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16126',
7415
            'name' => 'UTM zone 26S',
7416
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7417
            'target_crs' => 'urn:ogc:def:crs:EPSG::32526',
7418
            'accuracy' => 0,
7419
        ],
7420
        [
7421
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16127',
7422
            'name' => 'UTM zone 27S',
7423
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7424
            'target_crs' => 'urn:ogc:def:crs:EPSG::32527',
7425
            'accuracy' => 0,
7426
        ],
7427
        [
7428
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16128',
7429
            'name' => 'UTM zone 28S',
7430
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7431
            'target_crs' => 'urn:ogc:def:crs:EPSG::32528',
7432
            'accuracy' => 0,
7433
        ],
7434
        [
7435
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16129',
7436
            'name' => 'UTM zone 29S',
7437
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7438
            'target_crs' => 'urn:ogc:def:crs:EPSG::32529',
7439
            'accuracy' => 0,
7440
        ],
7441
        [
7442
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16130',
7443
            'name' => 'UTM zone 30S',
7444
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7445
            'target_crs' => 'urn:ogc:def:crs:EPSG::32530',
7446
            'accuracy' => 0,
7447
        ],
7448
        [
7449
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16131',
7450
            'name' => 'UTM zone 31S',
7451
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7452
            'target_crs' => 'urn:ogc:def:crs:EPSG::32531',
7453
            'accuracy' => 0,
7454
        ],
7455
        [
7456
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16132',
7457
            'name' => 'UTM zone 32S',
7458
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7459
            'target_crs' => 'urn:ogc:def:crs:EPSG::32532',
7460
            'accuracy' => 0,
7461
        ],
7462
        [
7463
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16133',
7464
            'name' => 'UTM zone 33S',
7465
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7466
            'target_crs' => 'urn:ogc:def:crs:EPSG::32533',
7467
            'accuracy' => 0,
7468
        ],
7469
        [
7470
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16134',
7471
            'name' => 'UTM zone 34S',
7472
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7473
            'target_crs' => 'urn:ogc:def:crs:EPSG::32534',
7474
            'accuracy' => 0,
7475
        ],
7476
        [
7477
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16135',
7478
            'name' => 'UTM zone 35S',
7479
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7480
            'target_crs' => 'urn:ogc:def:crs:EPSG::32535',
7481
            'accuracy' => 0,
7482
        ],
7483
        [
7484
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16136',
7485
            'name' => 'UTM zone 36S',
7486
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7487
            'target_crs' => 'urn:ogc:def:crs:EPSG::32536',
7488
            'accuracy' => 0,
7489
        ],
7490
        [
7491
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16137',
7492
            'name' => 'UTM zone 37S',
7493
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7494
            'target_crs' => 'urn:ogc:def:crs:EPSG::32537',
7495
            'accuracy' => 0,
7496
        ],
7497
        [
7498
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16138',
7499
            'name' => 'UTM zone 38S',
7500
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7501
            'target_crs' => 'urn:ogc:def:crs:EPSG::32538',
7502
            'accuracy' => 0,
7503
        ],
7504
        [
7505
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16139',
7506
            'name' => 'UTM zone 39S',
7507
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7508
            'target_crs' => 'urn:ogc:def:crs:EPSG::32539',
7509
            'accuracy' => 0,
7510
        ],
7511
        [
7512
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16140',
7513
            'name' => 'UTM zone 40S',
7514
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7515
            'target_crs' => 'urn:ogc:def:crs:EPSG::32540',
7516
            'accuracy' => 0,
7517
        ],
7518
        [
7519
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16141',
7520
            'name' => 'UTM zone 41S',
7521
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7522
            'target_crs' => 'urn:ogc:def:crs:EPSG::32541',
7523
            'accuracy' => 0,
7524
        ],
7525
        [
7526
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16142',
7527
            'name' => 'UTM zone 42S',
7528
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7529
            'target_crs' => 'urn:ogc:def:crs:EPSG::32542',
7530
            'accuracy' => 0,
7531
        ],
7532
        [
7533
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16143',
7534
            'name' => 'UTM zone 43S',
7535
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7536
            'target_crs' => 'urn:ogc:def:crs:EPSG::32543',
7537
            'accuracy' => 0,
7538
        ],
7539
        [
7540
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16144',
7541
            'name' => 'UTM zone 44S',
7542
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7543
            'target_crs' => 'urn:ogc:def:crs:EPSG::32544',
7544
            'accuracy' => 0,
7545
        ],
7546
        [
7547
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16145',
7548
            'name' => 'UTM zone 45S',
7549
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7550
            'target_crs' => 'urn:ogc:def:crs:EPSG::32545',
7551
            'accuracy' => 0,
7552
        ],
7553
        [
7554
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16146',
7555
            'name' => 'UTM zone 46S',
7556
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7557
            'target_crs' => 'urn:ogc:def:crs:EPSG::32546',
7558
            'accuracy' => 0,
7559
        ],
7560
        [
7561
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16147',
7562
            'name' => 'UTM zone 47S',
7563
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7564
            'target_crs' => 'urn:ogc:def:crs:EPSG::32547',
7565
            'accuracy' => 0,
7566
        ],
7567
        [
7568
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16148',
7569
            'name' => 'UTM zone 48S',
7570
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7571
            'target_crs' => 'urn:ogc:def:crs:EPSG::32548',
7572
            'accuracy' => 0,
7573
        ],
7574
        [
7575
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16149',
7576
            'name' => 'UTM zone 49S',
7577
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7578
            'target_crs' => 'urn:ogc:def:crs:EPSG::32549',
7579
            'accuracy' => 0,
7580
        ],
7581
        [
7582
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16150',
7583
            'name' => 'UTM zone 50S',
7584
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7585
            'target_crs' => 'urn:ogc:def:crs:EPSG::32550',
7586
            'accuracy' => 0,
7587
        ],
7588
        [
7589
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16151',
7590
            'name' => 'UTM zone 51S',
7591
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7592
            'target_crs' => 'urn:ogc:def:crs:EPSG::32551',
7593
            'accuracy' => 0,
7594
        ],
7595
        [
7596
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16152',
7597
            'name' => 'UTM zone 52S',
7598
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7599
            'target_crs' => 'urn:ogc:def:crs:EPSG::32552',
7600
            'accuracy' => 0,
7601
        ],
7602
        [
7603
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16153',
7604
            'name' => 'UTM zone 53S',
7605
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7606
            'target_crs' => 'urn:ogc:def:crs:EPSG::32553',
7607
            'accuracy' => 0,
7608
        ],
7609
        [
7610
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16154',
7611
            'name' => 'UTM zone 54S',
7612
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7613
            'target_crs' => 'urn:ogc:def:crs:EPSG::32554',
7614
            'accuracy' => 0,
7615
        ],
7616
        [
7617
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16155',
7618
            'name' => 'UTM zone 55S',
7619
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7620
            'target_crs' => 'urn:ogc:def:crs:EPSG::32555',
7621
            'accuracy' => 0,
7622
        ],
7623
        [
7624
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16156',
7625
            'name' => 'UTM zone 56S',
7626
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7627
            'target_crs' => 'urn:ogc:def:crs:EPSG::32556',
7628
            'accuracy' => 0,
7629
        ],
7630
        [
7631
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16157',
7632
            'name' => 'UTM zone 57S',
7633
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7634
            'target_crs' => 'urn:ogc:def:crs:EPSG::32557',
7635
            'accuracy' => 0,
7636
        ],
7637
        [
7638
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16158',
7639
            'name' => 'UTM zone 58S',
7640
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7641
            'target_crs' => 'urn:ogc:def:crs:EPSG::32558',
7642
            'accuracy' => 0,
7643
        ],
7644
        [
7645
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16159',
7646
            'name' => 'UTM zone 59S',
7647
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7648
            'target_crs' => 'urn:ogc:def:crs:EPSG::32559',
7649
            'accuracy' => 0,
7650
        ],
7651
        [
7652
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16160',
7653
            'name' => 'UTM zone 60S',
7654
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7655
            'target_crs' => 'urn:ogc:def:crs:EPSG::32560',
7656
            'accuracy' => 0,
7657
        ],
7658
        [
7659
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1239',
7660
            'name' => 'WGS 72BE to WGS 72 (1)',
7661
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7662
            'target_crs' => 'urn:ogc:def:crs:EPSG::4322',
7663
            'accuracy' => 2.0,
7664
        ],
7665
        [
7666
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1240',
7667
            'name' => 'WGS 72BE to WGS 84 (1)',
7668
            'source_crs' => 'urn:ogc:def:crs:EPSG::4324',
7669
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
7670
            'accuracy' => 2.0,
7671
        ],
7672
        [
7673
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::32771',
7674
            'name' => 'WGS 84 to WGS 84 (G2296) (geog2D to geocen)',
7675
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7676
            'target_crs' => 'urn:ogc:def:crs:EPSG::10604',
7677
            'accuracy' => 0.0,
7678
        ],
7679
        [
7680
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::32769',
7681
            'name' => 'WGS 84 to WGS 84 (G2296) (geog2D)',
7682
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7683
            'target_crs' => 'urn:ogc:def:crs:EPSG::10606',
7684
            'accuracy' => 0.0,
7685
        ],
7686
        [
7687
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16406',
7688
            'name' => 'TM 6 NE',
7689
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7690
            'target_crs' => 'urn:ogc:def:crs:EPSG::2311',
7691
            'accuracy' => 0,
7692
        ],
7693
        [
7694
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16000',
7695
            'name' => 'UTM grid system (northern hemisphere)',
7696
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7697
            'target_crs' => 'urn:ogc:def:crs:EPSG::32600',
7698
            'accuracy' => 0,
7699
        ],
7700
        [
7701
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16001',
7702
            'name' => 'UTM zone 1N',
7703
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7704
            'target_crs' => 'urn:ogc:def:crs:EPSG::32601',
7705
            'accuracy' => 0,
7706
        ],
7707
        [
7708
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16002',
7709
            'name' => 'UTM zone 2N',
7710
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7711
            'target_crs' => 'urn:ogc:def:crs:EPSG::32602',
7712
            'accuracy' => 0,
7713
        ],
7714
        [
7715
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16003',
7716
            'name' => 'UTM zone 3N',
7717
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7718
            'target_crs' => 'urn:ogc:def:crs:EPSG::32603',
7719
            'accuracy' => 0,
7720
        ],
7721
        [
7722
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16004',
7723
            'name' => 'UTM zone 4N',
7724
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7725
            'target_crs' => 'urn:ogc:def:crs:EPSG::32604',
7726
            'accuracy' => 0,
7727
        ],
7728
        [
7729
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16005',
7730
            'name' => 'UTM zone 5N',
7731
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7732
            'target_crs' => 'urn:ogc:def:crs:EPSG::32605',
7733
            'accuracy' => 0,
7734
        ],
7735
        [
7736
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16006',
7737
            'name' => 'UTM zone 6N',
7738
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7739
            'target_crs' => 'urn:ogc:def:crs:EPSG::32606',
7740
            'accuracy' => 0,
7741
        ],
7742
        [
7743
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16007',
7744
            'name' => 'UTM zone 7N',
7745
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7746
            'target_crs' => 'urn:ogc:def:crs:EPSG::32607',
7747
            'accuracy' => 0,
7748
        ],
7749
        [
7750
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16008',
7751
            'name' => 'UTM zone 8N',
7752
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7753
            'target_crs' => 'urn:ogc:def:crs:EPSG::32608',
7754
            'accuracy' => 0,
7755
        ],
7756
        [
7757
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16009',
7758
            'name' => 'UTM zone 9N',
7759
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7760
            'target_crs' => 'urn:ogc:def:crs:EPSG::32609',
7761
            'accuracy' => 0,
7762
        ],
7763
        [
7764
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16010',
7765
            'name' => 'UTM zone 10N',
7766
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7767
            'target_crs' => 'urn:ogc:def:crs:EPSG::32610',
7768
            'accuracy' => 0,
7769
        ],
7770
        [
7771
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
7772
            'name' => 'UTM zone 11N',
7773
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7774
            'target_crs' => 'urn:ogc:def:crs:EPSG::32611',
7775
            'accuracy' => 0,
7776
        ],
7777
        [
7778
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
7779
            'name' => 'UTM zone 12N',
7780
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7781
            'target_crs' => 'urn:ogc:def:crs:EPSG::32612',
7782
            'accuracy' => 0,
7783
        ],
7784
        [
7785
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
7786
            'name' => 'UTM zone 13N',
7787
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7788
            'target_crs' => 'urn:ogc:def:crs:EPSG::32613',
7789
            'accuracy' => 0,
7790
        ],
7791
        [
7792
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
7793
            'name' => 'UTM zone 14N',
7794
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7795
            'target_crs' => 'urn:ogc:def:crs:EPSG::32614',
7796
            'accuracy' => 0,
7797
        ],
7798
        [
7799
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
7800
            'name' => 'UTM zone 15N',
7801
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7802
            'target_crs' => 'urn:ogc:def:crs:EPSG::32615',
7803
            'accuracy' => 0,
7804
        ],
7805
        [
7806
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
7807
            'name' => 'UTM zone 16N',
7808
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7809
            'target_crs' => 'urn:ogc:def:crs:EPSG::32616',
7810
            'accuracy' => 0,
7811
        ],
7812
        [
7813
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
7814
            'name' => 'UTM zone 17N',
7815
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7816
            'target_crs' => 'urn:ogc:def:crs:EPSG::32617',
7817
            'accuracy' => 0,
7818
        ],
7819
        [
7820
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
7821
            'name' => 'UTM zone 18N',
7822
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7823
            'target_crs' => 'urn:ogc:def:crs:EPSG::32618',
7824
            'accuracy' => 0,
7825
        ],
7826
        [
7827
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
7828
            'name' => 'UTM zone 19N',
7829
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7830
            'target_crs' => 'urn:ogc:def:crs:EPSG::32619',
7831
            'accuracy' => 0,
7832
        ],
7833
        [
7834
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
7835
            'name' => 'UTM zone 20N',
7836
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7837
            'target_crs' => 'urn:ogc:def:crs:EPSG::32620',
7838
            'accuracy' => 0,
7839
        ],
7840
        [
7841
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
7842
            'name' => 'UTM zone 21N',
7843
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7844
            'target_crs' => 'urn:ogc:def:crs:EPSG::32621',
7845
            'accuracy' => 0,
7846
        ],
7847
        [
7848
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
7849
            'name' => 'UTM zone 22N',
7850
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7851
            'target_crs' => 'urn:ogc:def:crs:EPSG::32622',
7852
            'accuracy' => 0,
7853
        ],
7854
        [
7855
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16023',
7856
            'name' => 'UTM zone 23N',
7857
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7858
            'target_crs' => 'urn:ogc:def:crs:EPSG::32623',
7859
            'accuracy' => 0,
7860
        ],
7861
        [
7862
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16024',
7863
            'name' => 'UTM zone 24N',
7864
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7865
            'target_crs' => 'urn:ogc:def:crs:EPSG::32624',
7866
            'accuracy' => 0,
7867
        ],
7868
        [
7869
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16025',
7870
            'name' => 'UTM zone 25N',
7871
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7872
            'target_crs' => 'urn:ogc:def:crs:EPSG::32625',
7873
            'accuracy' => 0,
7874
        ],
7875
        [
7876
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16026',
7877
            'name' => 'UTM zone 26N',
7878
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7879
            'target_crs' => 'urn:ogc:def:crs:EPSG::32626',
7880
            'accuracy' => 0,
7881
        ],
7882
        [
7883
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16027',
7884
            'name' => 'UTM zone 27N',
7885
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7886
            'target_crs' => 'urn:ogc:def:crs:EPSG::32627',
7887
            'accuracy' => 0,
7888
        ],
7889
        [
7890
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
7891
            'name' => 'UTM zone 28N',
7892
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7893
            'target_crs' => 'urn:ogc:def:crs:EPSG::32628',
7894
            'accuracy' => 0,
7895
        ],
7896
        [
7897
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
7898
            'name' => 'UTM zone 29N',
7899
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7900
            'target_crs' => 'urn:ogc:def:crs:EPSG::32629',
7901
            'accuracy' => 0,
7902
        ],
7903
        [
7904
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16030',
7905
            'name' => 'UTM zone 30N',
7906
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7907
            'target_crs' => 'urn:ogc:def:crs:EPSG::32630',
7908
            'accuracy' => 0,
7909
        ],
7910
        [
7911
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16031',
7912
            'name' => 'UTM zone 31N',
7913
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7914
            'target_crs' => 'urn:ogc:def:crs:EPSG::32631',
7915
            'accuracy' => 0,
7916
        ],
7917
        [
7918
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
7919
            'name' => 'UTM zone 32N',
7920
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7921
            'target_crs' => 'urn:ogc:def:crs:EPSG::32632',
7922
            'accuracy' => 0,
7923
        ],
7924
        [
7925
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16033',
7926
            'name' => 'UTM zone 33N',
7927
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7928
            'target_crs' => 'urn:ogc:def:crs:EPSG::32633',
7929
            'accuracy' => 0,
7930
        ],
7931
        [
7932
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16034',
7933
            'name' => 'UTM zone 34N',
7934
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7935
            'target_crs' => 'urn:ogc:def:crs:EPSG::32634',
7936
            'accuracy' => 0,
7937
        ],
7938
        [
7939
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16035',
7940
            'name' => 'UTM zone 35N',
7941
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7942
            'target_crs' => 'urn:ogc:def:crs:EPSG::32635',
7943
            'accuracy' => 0,
7944
        ],
7945
        [
7946
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16036',
7947
            'name' => 'UTM zone 36N',
7948
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7949
            'target_crs' => 'urn:ogc:def:crs:EPSG::32636',
7950
            'accuracy' => 0,
7951
        ],
7952
        [
7953
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16037',
7954
            'name' => 'UTM zone 37N',
7955
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7956
            'target_crs' => 'urn:ogc:def:crs:EPSG::32637',
7957
            'accuracy' => 0,
7958
        ],
7959
        [
7960
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16038',
7961
            'name' => 'UTM zone 38N',
7962
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7963
            'target_crs' => 'urn:ogc:def:crs:EPSG::32638',
7964
            'accuracy' => 0,
7965
        ],
7966
        [
7967
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
7968
            'name' => 'UTM zone 39N',
7969
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7970
            'target_crs' => 'urn:ogc:def:crs:EPSG::32639',
7971
            'accuracy' => 0,
7972
        ],
7973
        [
7974
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16040',
7975
            'name' => 'UTM zone 40N',
7976
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7977
            'target_crs' => 'urn:ogc:def:crs:EPSG::32640',
7978
            'accuracy' => 0,
7979
        ],
7980
        [
7981
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16041',
7982
            'name' => 'UTM zone 41N',
7983
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7984
            'target_crs' => 'urn:ogc:def:crs:EPSG::32641',
7985
            'accuracy' => 0,
7986
        ],
7987
        [
7988
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16042',
7989
            'name' => 'UTM zone 42N',
7990
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7991
            'target_crs' => 'urn:ogc:def:crs:EPSG::32642',
7992
            'accuracy' => 0,
7993
        ],
7994
        [
7995
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16043',
7996
            'name' => 'UTM zone 43N',
7997
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
7998
            'target_crs' => 'urn:ogc:def:crs:EPSG::32643',
7999
            'accuracy' => 0,
8000
        ],
8001
        [
8002
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16044',
8003
            'name' => 'UTM zone 44N',
8004
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8005
            'target_crs' => 'urn:ogc:def:crs:EPSG::32644',
8006
            'accuracy' => 0,
8007
        ],
8008
        [
8009
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16045',
8010
            'name' => 'UTM zone 45N',
8011
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8012
            'target_crs' => 'urn:ogc:def:crs:EPSG::32645',
8013
            'accuracy' => 0,
8014
        ],
8015
        [
8016
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16046',
8017
            'name' => 'UTM zone 46N',
8018
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8019
            'target_crs' => 'urn:ogc:def:crs:EPSG::32646',
8020
            'accuracy' => 0,
8021
        ],
8022
        [
8023
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16047',
8024
            'name' => 'UTM zone 47N',
8025
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8026
            'target_crs' => 'urn:ogc:def:crs:EPSG::32647',
8027
            'accuracy' => 0,
8028
        ],
8029
        [
8030
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16048',
8031
            'name' => 'UTM zone 48N',
8032
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8033
            'target_crs' => 'urn:ogc:def:crs:EPSG::32648',
8034
            'accuracy' => 0,
8035
        ],
8036
        [
8037
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16049',
8038
            'name' => 'UTM zone 49N',
8039
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8040
            'target_crs' => 'urn:ogc:def:crs:EPSG::32649',
8041
            'accuracy' => 0,
8042
        ],
8043
        [
8044
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16050',
8045
            'name' => 'UTM zone 50N',
8046
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8047
            'target_crs' => 'urn:ogc:def:crs:EPSG::32650',
8048
            'accuracy' => 0,
8049
        ],
8050
        [
8051
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16051',
8052
            'name' => 'UTM zone 51N',
8053
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8054
            'target_crs' => 'urn:ogc:def:crs:EPSG::32651',
8055
            'accuracy' => 0,
8056
        ],
8057
        [
8058
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16052',
8059
            'name' => 'UTM zone 52N',
8060
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8061
            'target_crs' => 'urn:ogc:def:crs:EPSG::32652',
8062
            'accuracy' => 0,
8063
        ],
8064
        [
8065
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16053',
8066
            'name' => 'UTM zone 53N',
8067
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8068
            'target_crs' => 'urn:ogc:def:crs:EPSG::32653',
8069
            'accuracy' => 0,
8070
        ],
8071
        [
8072
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16054',
8073
            'name' => 'UTM zone 54N',
8074
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8075
            'target_crs' => 'urn:ogc:def:crs:EPSG::32654',
8076
            'accuracy' => 0,
8077
        ],
8078
        [
8079
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16055',
8080
            'name' => 'UTM zone 55N',
8081
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8082
            'target_crs' => 'urn:ogc:def:crs:EPSG::32655',
8083
            'accuracy' => 0,
8084
        ],
8085
        [
8086
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16056',
8087
            'name' => 'UTM zone 56N',
8088
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8089
            'target_crs' => 'urn:ogc:def:crs:EPSG::32656',
8090
            'accuracy' => 0,
8091
        ],
8092
        [
8093
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16057',
8094
            'name' => 'UTM zone 57N',
8095
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8096
            'target_crs' => 'urn:ogc:def:crs:EPSG::32657',
8097
            'accuracy' => 0,
8098
        ],
8099
        [
8100
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16058',
8101
            'name' => 'UTM zone 58N',
8102
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8103
            'target_crs' => 'urn:ogc:def:crs:EPSG::32658',
8104
            'accuracy' => 0,
8105
        ],
8106
        [
8107
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16059',
8108
            'name' => 'UTM zone 59N',
8109
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8110
            'target_crs' => 'urn:ogc:def:crs:EPSG::32659',
8111
            'accuracy' => 0,
8112
        ],
8113
        [
8114
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16060',
8115
            'name' => 'UTM zone 60N',
8116
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8117
            'target_crs' => 'urn:ogc:def:crs:EPSG::32660',
8118
            'accuracy' => 0,
8119
        ],
8120
        [
8121
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16061',
8122
            'name' => 'Universal Polar Stereographic North',
8123
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8124
            'target_crs' => 'urn:ogc:def:crs:EPSG::32661',
8125
            'accuracy' => 0,
8126
        ],
8127
        [
8128
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16100',
8129
            'name' => 'UTM grid system (southern hemisphere)',
8130
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8131
            'target_crs' => 'urn:ogc:def:crs:EPSG::32700',
8132
            'accuracy' => 0,
8133
        ],
8134
        [
8135
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16101',
8136
            'name' => 'UTM zone 1S',
8137
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8138
            'target_crs' => 'urn:ogc:def:crs:EPSG::32701',
8139
            'accuracy' => 0,
8140
        ],
8141
        [
8142
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16102',
8143
            'name' => 'UTM zone 2S',
8144
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8145
            'target_crs' => 'urn:ogc:def:crs:EPSG::32702',
8146
            'accuracy' => 0,
8147
        ],
8148
        [
8149
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16103',
8150
            'name' => 'UTM zone 3S',
8151
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8152
            'target_crs' => 'urn:ogc:def:crs:EPSG::32703',
8153
            'accuracy' => 0,
8154
        ],
8155
        [
8156
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16104',
8157
            'name' => 'UTM zone 4S',
8158
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8159
            'target_crs' => 'urn:ogc:def:crs:EPSG::32704',
8160
            'accuracy' => 0,
8161
        ],
8162
        [
8163
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16105',
8164
            'name' => 'UTM zone 5S',
8165
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8166
            'target_crs' => 'urn:ogc:def:crs:EPSG::32705',
8167
            'accuracy' => 0,
8168
        ],
8169
        [
8170
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16106',
8171
            'name' => 'UTM zone 6S',
8172
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8173
            'target_crs' => 'urn:ogc:def:crs:EPSG::32706',
8174
            'accuracy' => 0,
8175
        ],
8176
        [
8177
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16107',
8178
            'name' => 'UTM zone 7S',
8179
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8180
            'target_crs' => 'urn:ogc:def:crs:EPSG::32707',
8181
            'accuracy' => 0,
8182
        ],
8183
        [
8184
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16108',
8185
            'name' => 'UTM zone 8S',
8186
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8187
            'target_crs' => 'urn:ogc:def:crs:EPSG::32708',
8188
            'accuracy' => 0,
8189
        ],
8190
        [
8191
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16109',
8192
            'name' => 'UTM zone 9S',
8193
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8194
            'target_crs' => 'urn:ogc:def:crs:EPSG::32709',
8195
            'accuracy' => 0,
8196
        ],
8197
        [
8198
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16110',
8199
            'name' => 'UTM zone 10S',
8200
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8201
            'target_crs' => 'urn:ogc:def:crs:EPSG::32710',
8202
            'accuracy' => 0,
8203
        ],
8204
        [
8205
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16111',
8206
            'name' => 'UTM zone 11S',
8207
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8208
            'target_crs' => 'urn:ogc:def:crs:EPSG::32711',
8209
            'accuracy' => 0,
8210
        ],
8211
        [
8212
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16112',
8213
            'name' => 'UTM zone 12S',
8214
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8215
            'target_crs' => 'urn:ogc:def:crs:EPSG::32712',
8216
            'accuracy' => 0,
8217
        ],
8218
        [
8219
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16113',
8220
            'name' => 'UTM zone 13S',
8221
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8222
            'target_crs' => 'urn:ogc:def:crs:EPSG::32713',
8223
            'accuracy' => 0,
8224
        ],
8225
        [
8226
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16114',
8227
            'name' => 'UTM zone 14S',
8228
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8229
            'target_crs' => 'urn:ogc:def:crs:EPSG::32714',
8230
            'accuracy' => 0,
8231
        ],
8232
        [
8233
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16115',
8234
            'name' => 'UTM zone 15S',
8235
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8236
            'target_crs' => 'urn:ogc:def:crs:EPSG::32715',
8237
            'accuracy' => 0,
8238
        ],
8239
        [
8240
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16116',
8241
            'name' => 'UTM zone 16S',
8242
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8243
            'target_crs' => 'urn:ogc:def:crs:EPSG::32716',
8244
            'accuracy' => 0,
8245
        ],
8246
        [
8247
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16117',
8248
            'name' => 'UTM zone 17S',
8249
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8250
            'target_crs' => 'urn:ogc:def:crs:EPSG::32717',
8251
            'accuracy' => 0,
8252
        ],
8253
        [
8254
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16118',
8255
            'name' => 'UTM zone 18S',
8256
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8257
            'target_crs' => 'urn:ogc:def:crs:EPSG::32718',
8258
            'accuracy' => 0,
8259
        ],
8260
        [
8261
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
8262
            'name' => 'UTM zone 19S',
8263
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8264
            'target_crs' => 'urn:ogc:def:crs:EPSG::32719',
8265
            'accuracy' => 0,
8266
        ],
8267
        [
8268
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16120',
8269
            'name' => 'UTM zone 20S',
8270
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8271
            'target_crs' => 'urn:ogc:def:crs:EPSG::32720',
8272
            'accuracy' => 0,
8273
        ],
8274
        [
8275
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16121',
8276
            'name' => 'UTM zone 21S',
8277
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8278
            'target_crs' => 'urn:ogc:def:crs:EPSG::32721',
8279
            'accuracy' => 0,
8280
        ],
8281
        [
8282
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16122',
8283
            'name' => 'UTM zone 22S',
8284
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8285
            'target_crs' => 'urn:ogc:def:crs:EPSG::32722',
8286
            'accuracy' => 0,
8287
        ],
8288
        [
8289
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16123',
8290
            'name' => 'UTM zone 23S',
8291
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8292
            'target_crs' => 'urn:ogc:def:crs:EPSG::32723',
8293
            'accuracy' => 0,
8294
        ],
8295
        [
8296
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16124',
8297
            'name' => 'UTM zone 24S',
8298
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8299
            'target_crs' => 'urn:ogc:def:crs:EPSG::32724',
8300
            'accuracy' => 0,
8301
        ],
8302
        [
8303
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16125',
8304
            'name' => 'UTM zone 25S',
8305
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8306
            'target_crs' => 'urn:ogc:def:crs:EPSG::32725',
8307
            'accuracy' => 0,
8308
        ],
8309
        [
8310
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16126',
8311
            'name' => 'UTM zone 26S',
8312
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8313
            'target_crs' => 'urn:ogc:def:crs:EPSG::32726',
8314
            'accuracy' => 0,
8315
        ],
8316
        [
8317
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16127',
8318
            'name' => 'UTM zone 27S',
8319
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8320
            'target_crs' => 'urn:ogc:def:crs:EPSG::32727',
8321
            'accuracy' => 0,
8322
        ],
8323
        [
8324
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16128',
8325
            'name' => 'UTM zone 28S',
8326
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8327
            'target_crs' => 'urn:ogc:def:crs:EPSG::32728',
8328
            'accuracy' => 0,
8329
        ],
8330
        [
8331
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16129',
8332
            'name' => 'UTM zone 29S',
8333
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8334
            'target_crs' => 'urn:ogc:def:crs:EPSG::32729',
8335
            'accuracy' => 0,
8336
        ],
8337
        [
8338
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16130',
8339
            'name' => 'UTM zone 30S',
8340
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8341
            'target_crs' => 'urn:ogc:def:crs:EPSG::32730',
8342
            'accuracy' => 0,
8343
        ],
8344
        [
8345
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16131',
8346
            'name' => 'UTM zone 31S',
8347
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8348
            'target_crs' => 'urn:ogc:def:crs:EPSG::32731',
8349
            'accuracy' => 0,
8350
        ],
8351
        [
8352
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16132',
8353
            'name' => 'UTM zone 32S',
8354
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8355
            'target_crs' => 'urn:ogc:def:crs:EPSG::32732',
8356
            'accuracy' => 0,
8357
        ],
8358
        [
8359
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16133',
8360
            'name' => 'UTM zone 33S',
8361
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8362
            'target_crs' => 'urn:ogc:def:crs:EPSG::32733',
8363
            'accuracy' => 0,
8364
        ],
8365
        [
8366
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16134',
8367
            'name' => 'UTM zone 34S',
8368
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8369
            'target_crs' => 'urn:ogc:def:crs:EPSG::32734',
8370
            'accuracy' => 0,
8371
        ],
8372
        [
8373
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16135',
8374
            'name' => 'UTM zone 35S',
8375
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8376
            'target_crs' => 'urn:ogc:def:crs:EPSG::32735',
8377
            'accuracy' => 0,
8378
        ],
8379
        [
8380
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16136',
8381
            'name' => 'UTM zone 36S',
8382
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8383
            'target_crs' => 'urn:ogc:def:crs:EPSG::32736',
8384
            'accuracy' => 0,
8385
        ],
8386
        [
8387
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16137',
8388
            'name' => 'UTM zone 37S',
8389
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8390
            'target_crs' => 'urn:ogc:def:crs:EPSG::32737',
8391
            'accuracy' => 0,
8392
        ],
8393
        [
8394
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16138',
8395
            'name' => 'UTM zone 38S',
8396
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8397
            'target_crs' => 'urn:ogc:def:crs:EPSG::32738',
8398
            'accuracy' => 0,
8399
        ],
8400
        [
8401
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16139',
8402
            'name' => 'UTM zone 39S',
8403
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8404
            'target_crs' => 'urn:ogc:def:crs:EPSG::32739',
8405
            'accuracy' => 0,
8406
        ],
8407
        [
8408
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16140',
8409
            'name' => 'UTM zone 40S',
8410
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8411
            'target_crs' => 'urn:ogc:def:crs:EPSG::32740',
8412
            'accuracy' => 0,
8413
        ],
8414
        [
8415
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16141',
8416
            'name' => 'UTM zone 41S',
8417
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8418
            'target_crs' => 'urn:ogc:def:crs:EPSG::32741',
8419
            'accuracy' => 0,
8420
        ],
8421
        [
8422
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16142',
8423
            'name' => 'UTM zone 42S',
8424
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8425
            'target_crs' => 'urn:ogc:def:crs:EPSG::32742',
8426
            'accuracy' => 0,
8427
        ],
8428
        [
8429
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16143',
8430
            'name' => 'UTM zone 43S',
8431
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8432
            'target_crs' => 'urn:ogc:def:crs:EPSG::32743',
8433
            'accuracy' => 0,
8434
        ],
8435
        [
8436
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16144',
8437
            'name' => 'UTM zone 44S',
8438
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8439
            'target_crs' => 'urn:ogc:def:crs:EPSG::32744',
8440
            'accuracy' => 0,
8441
        ],
8442
        [
8443
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16145',
8444
            'name' => 'UTM zone 45S',
8445
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8446
            'target_crs' => 'urn:ogc:def:crs:EPSG::32745',
8447
            'accuracy' => 0,
8448
        ],
8449
        [
8450
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16146',
8451
            'name' => 'UTM zone 46S',
8452
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8453
            'target_crs' => 'urn:ogc:def:crs:EPSG::32746',
8454
            'accuracy' => 0,
8455
        ],
8456
        [
8457
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16147',
8458
            'name' => 'UTM zone 47S',
8459
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8460
            'target_crs' => 'urn:ogc:def:crs:EPSG::32747',
8461
            'accuracy' => 0,
8462
        ],
8463
        [
8464
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16148',
8465
            'name' => 'UTM zone 48S',
8466
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8467
            'target_crs' => 'urn:ogc:def:crs:EPSG::32748',
8468
            'accuracy' => 0,
8469
        ],
8470
        [
8471
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16149',
8472
            'name' => 'UTM zone 49S',
8473
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8474
            'target_crs' => 'urn:ogc:def:crs:EPSG::32749',
8475
            'accuracy' => 0,
8476
        ],
8477
        [
8478
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16150',
8479
            'name' => 'UTM zone 50S',
8480
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8481
            'target_crs' => 'urn:ogc:def:crs:EPSG::32750',
8482
            'accuracy' => 0,
8483
        ],
8484
        [
8485
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16151',
8486
            'name' => 'UTM zone 51S',
8487
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8488
            'target_crs' => 'urn:ogc:def:crs:EPSG::32751',
8489
            'accuracy' => 0,
8490
        ],
8491
        [
8492
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16152',
8493
            'name' => 'UTM zone 52S',
8494
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8495
            'target_crs' => 'urn:ogc:def:crs:EPSG::32752',
8496
            'accuracy' => 0,
8497
        ],
8498
        [
8499
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16153',
8500
            'name' => 'UTM zone 53S',
8501
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8502
            'target_crs' => 'urn:ogc:def:crs:EPSG::32753',
8503
            'accuracy' => 0,
8504
        ],
8505
        [
8506
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16154',
8507
            'name' => 'UTM zone 54S',
8508
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8509
            'target_crs' => 'urn:ogc:def:crs:EPSG::32754',
8510
            'accuracy' => 0,
8511
        ],
8512
        [
8513
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16155',
8514
            'name' => 'UTM zone 55S',
8515
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8516
            'target_crs' => 'urn:ogc:def:crs:EPSG::32755',
8517
            'accuracy' => 0,
8518
        ],
8519
        [
8520
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16156',
8521
            'name' => 'UTM zone 56S',
8522
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8523
            'target_crs' => 'urn:ogc:def:crs:EPSG::32756',
8524
            'accuracy' => 0,
8525
        ],
8526
        [
8527
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16157',
8528
            'name' => 'UTM zone 57S',
8529
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8530
            'target_crs' => 'urn:ogc:def:crs:EPSG::32757',
8531
            'accuracy' => 0,
8532
        ],
8533
        [
8534
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16158',
8535
            'name' => 'UTM zone 58S',
8536
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8537
            'target_crs' => 'urn:ogc:def:crs:EPSG::32758',
8538
            'accuracy' => 0,
8539
        ],
8540
        [
8541
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16159',
8542
            'name' => 'UTM zone 59S',
8543
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8544
            'target_crs' => 'urn:ogc:def:crs:EPSG::32759',
8545
            'accuracy' => 0,
8546
        ],
8547
        [
8548
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16160',
8549
            'name' => 'UTM zone 60S',
8550
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8551
            'target_crs' => 'urn:ogc:def:crs:EPSG::32760',
8552
            'accuracy' => 0,
8553
        ],
8554
        [
8555
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16161',
8556
            'name' => 'Universal Polar Stereographic South',
8557
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8558
            'target_crs' => 'urn:ogc:def:crs:EPSG::32761',
8559
            'accuracy' => 0,
8560
        ],
8561
        [
8562
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19883',
8563
            'name' => 'World Mercator',
8564
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8565
            'target_crs' => 'urn:ogc:def:crs:EPSG::3395',
8566
            'accuracy' => 0,
8567
        ],
8568
        [
8569
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19865',
8570
            'name' => 'US NSIDC Sea Ice polar stereographic north',
8571
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8572
            'target_crs' => 'urn:ogc:def:crs:EPSG::3413',
8573
            'accuracy' => 0,
8574
        ],
8575
        [
8576
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17295',
8577
            'name' => 'North Pole Lambert Azimuthal Equal Area (Bering Sea)',
8578
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8579
            'target_crs' => 'urn:ogc:def:crs:EPSG::3571',
8580
            'accuracy' => 0,
8581
        ],
8582
        [
8583
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17296',
8584
            'name' => 'North Pole Lambert Azimuthal Equal Area (Alaska)',
8585
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8586
            'target_crs' => 'urn:ogc:def:crs:EPSG::3572',
8587
            'accuracy' => 0,
8588
        ],
8589
        [
8590
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17297',
8591
            'name' => 'North Pole Lambert Azimuthal Equal Area (Canada)',
8592
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8593
            'target_crs' => 'urn:ogc:def:crs:EPSG::3573',
8594
            'accuracy' => 0,
8595
        ],
8596
        [
8597
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17298',
8598
            'name' => 'North Pole Lambert Azimuthal Equal Area (Atlantic)',
8599
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8600
            'target_crs' => 'urn:ogc:def:crs:EPSG::3574',
8601
            'accuracy' => 0,
8602
        ],
8603
        [
8604
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17299',
8605
            'name' => 'North Pole Lambert Azimuthal Equal Area (Europe)',
8606
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8607
            'target_crs' => 'urn:ogc:def:crs:EPSG::3575',
8608
            'accuracy' => 0,
8609
        ],
8610
        [
8611
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17300',
8612
            'name' => 'North Pole Lambert Azimuthal Equal Area (Russia)',
8613
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8614
            'target_crs' => 'urn:ogc:def:crs:EPSG::3576',
8615
            'accuracy' => 0,
8616
        ],
8617
        [
8618
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::3831',
8619
            'name' => 'Pacific Disaster Center Mercator',
8620
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8621
            'target_crs' => 'urn:ogc:def:crs:EPSG::3832',
8622
            'accuracy' => 0,
8623
        ],
8624
        [
8625
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::3856',
8626
            'name' => 'Popular Visualisation Pseudo-Mercator',
8627
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8628
            'target_crs' => 'urn:ogc:def:crs:EPSG::3857',
8629
            'accuracy' => 0,
8630
        ],
8631
        [
8632
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19866',
8633
            'name' => 'US NSIDC Sea Ice polar stereographic south',
8634
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8635
            'target_crs' => 'urn:ogc:def:crs:EPSG::3976',
8636
            'accuracy' => 0,
8637
        ],
8638
        [
8639
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19842',
8640
            'name' => 'Arctic Polar Stereographic',
8641
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8642
            'target_crs' => 'urn:ogc:def:crs:EPSG::3995',
8643
            'accuracy' => 0,
8644
        ],
8645
        [
8646
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19840',
8647
            'name' => 'IBCAO Polar Stereographic',
8648
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8649
            'target_crs' => 'urn:ogc:def:crs:EPSG::3996',
8650
            'accuracy' => 0,
8651
        ],
8652
        [
8653
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16035',
8654
            'name' => 'UTM zone 35N',
8655
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8656
            'target_crs' => 'urn:ogc:def:crs:EPSG::4037',
8657
            'accuracy' => 0,
8658
        ],
8659
        [
8660
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16036',
8661
            'name' => 'UTM zone 36N',
8662
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8663
            'target_crs' => 'urn:ogc:def:crs:EPSG::4038',
8664
            'accuracy' => 0,
8665
        ],
8666
        [
8667
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4085',
8668
            'name' => 'World Equidistant Cylindrical',
8669
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8670
            'target_crs' => 'urn:ogc:def:crs:EPSG::4087',
8671
            'accuracy' => 0,
8672
        ],
8673
        [
8674
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16061',
8675
            'name' => 'Universal Polar Stereographic North',
8676
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8677
            'target_crs' => 'urn:ogc:def:crs:EPSG::5041',
8678
            'accuracy' => 0,
8679
        ],
8680
        [
8681
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16161',
8682
            'name' => 'Universal Polar Stereographic South',
8683
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8684
            'target_crs' => 'urn:ogc:def:crs:EPSG::5042',
8685
            'accuracy' => 0,
8686
        ],
8687
        [
8688
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5901',
8689
            'name' => 'EPSG Alaska Polar Stereographic',
8690
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8691
            'target_crs' => 'urn:ogc:def:crs:EPSG::5936',
8692
            'accuracy' => 0,
8693
        ],
8694
        [
8695
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5902',
8696
            'name' => 'EPSG Canada Polar Stereographic',
8697
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8698
            'target_crs' => 'urn:ogc:def:crs:EPSG::5937',
8699
            'accuracy' => 0,
8700
        ],
8701
        [
8702
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5903',
8703
            'name' => 'EPSG Greenland Polar Stereographic',
8704
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8705
            'target_crs' => 'urn:ogc:def:crs:EPSG::5938',
8706
            'accuracy' => 0,
8707
        ],
8708
        [
8709
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5904',
8710
            'name' => 'EPSG Norway Polar Stereographic',
8711
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8712
            'target_crs' => 'urn:ogc:def:crs:EPSG::5939',
8713
            'accuracy' => 0,
8714
        ],
8715
        [
8716
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5905',
8717
            'name' => 'EPSG Russia Polar Stereographic',
8718
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8719
            'target_crs' => 'urn:ogc:def:crs:EPSG::5940',
8720
            'accuracy' => 0,
8721
        ],
8722
        [
8723
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6929',
8724
            'name' => 'US NSIDC EASE-Grid 2.0 North',
8725
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8726
            'target_crs' => 'urn:ogc:def:crs:EPSG::6931',
8727
            'accuracy' => 0,
8728
        ],
8729
        [
8730
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6930',
8731
            'name' => 'US NSIDC EASE-Grid 2.0 South',
8732
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8733
            'target_crs' => 'urn:ogc:def:crs:EPSG::6932',
8734
            'accuracy' => 0,
8735
        ],
8736
        [
8737
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6928',
8738
            'name' => 'US NSIDC EASE-Grid 2.0 Global',
8739
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8740
            'target_crs' => 'urn:ogc:def:crs:EPSG::6933',
8741
            'accuracy' => 0,
8742
        ],
8743
        [
8744
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8854',
8745
            'name' => 'Equal Earth Greenwich',
8746
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8747
            'target_crs' => 'urn:ogc:def:crs:EPSG::8857',
8748
            'accuracy' => 0,
8749
        ],
8750
        [
8751
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8855',
8752
            'name' => 'Equal Earth Americas',
8753
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8754
            'target_crs' => 'urn:ogc:def:crs:EPSG::8858',
8755
            'accuracy' => 0,
8756
        ],
8757
        [
8758
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8856',
8759
            'name' => 'Equal Earth Asia-Pacific',
8760
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8761
            'target_crs' => 'urn:ogc:def:crs:EPSG::8859',
8762
            'accuracy' => 0,
8763
        ],
8764
        [
8765
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9353',
8766
            'name' => 'IBCSO Polar Stereographic',
8767
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
8768
            'target_crs' => 'urn:ogc:def:crs:EPSG::9354',
8769
            'accuracy' => 0,
8770
        ],
8771
        [
8772
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
8773
            'name' => 'UTM zone 21N',
8774
            'source_crs' => 'urn:ogc:def:crs:EPSG::4463',
8775
            'target_crs' => 'urn:ogc:def:crs:EPSG::4467',
8776
            'accuracy' => 0,
8777
        ],
8778
        [
8779
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15498',
8780
            'name' => 'axis order change (2D)',
8781
            'source_crs' => 'urn:ogc:def:crs:EPSG::4463',
8782
            'target_crs' => 'urn:ogc:def:crs:EPSG::7035',
8783
            'accuracy' => 0,
8784
        ],
8785
        [
8786
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
8787
            'name' => 'geocentric to geographic3D',
8788
            'source_crs' => 'urn:ogc:def:crs:EPSG::4465',
8789
            'target_crs' => 'urn:ogc:def:crs:EPSG::4466',
8790
            'accuracy' => 0,
8791
        ],
8792
        [
8793
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
8794
            'name' => 'geographic3D to geographic2D',
8795
            'source_crs' => 'urn:ogc:def:crs:EPSG::4466',
8796
            'target_crs' => 'urn:ogc:def:crs:EPSG::4463',
8797
            'accuracy' => 0,
8798
        ],
8799
        [
8800
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15499',
8801
            'name' => 'axis order change (geographic3D horizontal)',
8802
            'source_crs' => 'urn:ogc:def:crs:EPSG::4466',
8803
            'target_crs' => 'urn:ogc:def:crs:EPSG::7034',
8804
            'accuracy' => 0,
8805
        ],
8806
        [
8807
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
8808
            'name' => 'geocentric to geographic3D',
8809
            'source_crs' => 'urn:ogc:def:crs:EPSG::4468',
8810
            'target_crs' => 'urn:ogc:def:crs:EPSG::4469',
8811
            'accuracy' => 0,
8812
        ],
8813
        [
8814
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
8815
            'name' => 'geographic3D to geographic2D',
8816
            'source_crs' => 'urn:ogc:def:crs:EPSG::4469',
8817
            'target_crs' => 'urn:ogc:def:crs:EPSG::4470',
8818
            'accuracy' => 0,
8819
        ],
8820
        [
8821
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15499',
8822
            'name' => 'axis order change (geographic3D horizontal)',
8823
            'source_crs' => 'urn:ogc:def:crs:EPSG::4469',
8824
            'target_crs' => 'urn:ogc:def:crs:EPSG::7038',
8825
            'accuracy' => 0,
8826
        ],
8827
        [
8828
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16138',
8829
            'name' => 'UTM zone 38S',
8830
            'source_crs' => 'urn:ogc:def:crs:EPSG::4470',
8831
            'target_crs' => 'urn:ogc:def:crs:EPSG::4471',
8832
            'accuracy' => 0,
8833
        ],
8834
        [
8835
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15498',
8836
            'name' => 'axis order change (2D)',
8837
            'source_crs' => 'urn:ogc:def:crs:EPSG::4470',
8838
            'target_crs' => 'urn:ogc:def:crs:EPSG::7039',
8839
            'accuracy' => 0,
8840
        ],
8841
        [
8842
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
8843
            'name' => 'geographic3D to geographic2D',
8844
            'source_crs' => 'urn:ogc:def:crs:EPSG::4472',
8845
            'target_crs' => 'urn:ogc:def:crs:EPSG::4475',
8846
            'accuracy' => 0,
8847
        ],
8848
        [
8849
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
8850
            'name' => 'geocentric to geographic3D',
8851
            'source_crs' => 'urn:ogc:def:crs:EPSG::4473',
8852
            'target_crs' => 'urn:ogc:def:crs:EPSG::4472',
8853
            'accuracy' => 0,
8854
        ],
8855
        [
8856
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16138',
8857
            'name' => 'UTM zone 38S',
8858
            'source_crs' => 'urn:ogc:def:crs:EPSG::4475',
8859
            'target_crs' => 'urn:ogc:def:crs:EPSG::5879',
8860
            'accuracy' => 0,
8861
        ],
8862
        [
8863
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
8864
            'name' => 'geocentric to geographic3D',
8865
            'source_crs' => 'urn:ogc:def:crs:EPSG::4479',
8866
            'target_crs' => 'urn:ogc:def:crs:EPSG::4480',
8867
            'accuracy' => 0,
8868
        ],
8869
        [
8870
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
8871
            'name' => 'geographic3D to geographic2D',
8872
            'source_crs' => 'urn:ogc:def:crs:EPSG::4480',
8873
            'target_crs' => 'urn:ogc:def:crs:EPSG::4490',
8874
            'accuracy' => 0,
8875
        ],
8876
        [
8877
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
8878
            'name' => 'geocentric to geographic3D',
8879
            'source_crs' => 'urn:ogc:def:crs:EPSG::4481',
8880
            'target_crs' => 'urn:ogc:def:crs:EPSG::4482',
8881
            'accuracy' => 0,
8882
        ],
8883
        [
8884
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
8885
            'name' => 'geographic3D to geographic2D',
8886
            'source_crs' => 'urn:ogc:def:crs:EPSG::4482',
8887
            'target_crs' => 'urn:ogc:def:crs:EPSG::4483',
8888
            'accuracy' => 0,
8889
        ],
8890
        [
8891
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
8892
            'name' => 'UTM zone 11N',
8893
            'source_crs' => 'urn:ogc:def:crs:EPSG::4483',
8894
            'target_crs' => 'urn:ogc:def:crs:EPSG::4484',
8895
            'accuracy' => 0,
8896
        ],
8897
        [
8898
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
8899
            'name' => 'UTM zone 12N',
8900
            'source_crs' => 'urn:ogc:def:crs:EPSG::4483',
8901
            'target_crs' => 'urn:ogc:def:crs:EPSG::4485',
8902
            'accuracy' => 0,
8903
        ],
8904
        [
8905
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
8906
            'name' => 'UTM zone 13N',
8907
            'source_crs' => 'urn:ogc:def:crs:EPSG::4483',
8908
            'target_crs' => 'urn:ogc:def:crs:EPSG::4486',
8909
            'accuracy' => 0,
8910
        ],
8911
        [
8912
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
8913
            'name' => 'UTM zone 14N',
8914
            'source_crs' => 'urn:ogc:def:crs:EPSG::4483',
8915
            'target_crs' => 'urn:ogc:def:crs:EPSG::4487',
8916
            'accuracy' => 0,
8917
        ],
8918
        [
8919
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
8920
            'name' => 'UTM zone 15N',
8921
            'source_crs' => 'urn:ogc:def:crs:EPSG::4483',
8922
            'target_crs' => 'urn:ogc:def:crs:EPSG::4488',
8923
            'accuracy' => 0,
8924
        ],
8925
        [
8926
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
8927
            'name' => 'UTM zone 16N',
8928
            'source_crs' => 'urn:ogc:def:crs:EPSG::4483',
8929
            'target_crs' => 'urn:ogc:def:crs:EPSG::4489',
8930
            'accuracy' => 0,
8931
        ],
8932
        [
8933
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16213',
8934
            'name' => '6-degree Gauss-Kruger zone 13',
8935
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
8936
            'target_crs' => 'urn:ogc:def:crs:EPSG::4491',
8937
            'accuracy' => 0,
8938
        ],
8939
        [
8940
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16214',
8941
            'name' => '6-degree Gauss-Kruger zone 14',
8942
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
8943
            'target_crs' => 'urn:ogc:def:crs:EPSG::4492',
8944
            'accuracy' => 0,
8945
        ],
8946
        [
8947
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16215',
8948
            'name' => '6-degree Gauss-Kruger zone 15',
8949
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
8950
            'target_crs' => 'urn:ogc:def:crs:EPSG::4493',
8951
            'accuracy' => 0,
8952
        ],
8953
        [
8954
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16216',
8955
            'name' => '6-degree Gauss-Kruger zone 16',
8956
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
8957
            'target_crs' => 'urn:ogc:def:crs:EPSG::4494',
8958
            'accuracy' => 0,
8959
        ],
8960
        [
8961
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16217',
8962
            'name' => '6-degree Gauss-Kruger zone 17',
8963
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
8964
            'target_crs' => 'urn:ogc:def:crs:EPSG::4495',
8965
            'accuracy' => 0,
8966
        ],
8967
        [
8968
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16218',
8969
            'name' => '6-degree Gauss-Kruger zone 18',
8970
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
8971
            'target_crs' => 'urn:ogc:def:crs:EPSG::4496',
8972
            'accuracy' => 0,
8973
        ],
8974
        [
8975
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16219',
8976
            'name' => '6-degree Gauss-Kruger zone 19',
8977
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
8978
            'target_crs' => 'urn:ogc:def:crs:EPSG::4497',
8979
            'accuracy' => 0,
8980
        ],
8981
        [
8982
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16220',
8983
            'name' => '6-degree Gauss-Kruger zone 20',
8984
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
8985
            'target_crs' => 'urn:ogc:def:crs:EPSG::4498',
8986
            'accuracy' => 0,
8987
        ],
8988
        [
8989
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16221',
8990
            'name' => '6-degree Gauss-Kruger zone 21',
8991
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
8992
            'target_crs' => 'urn:ogc:def:crs:EPSG::4499',
8993
            'accuracy' => 0,
8994
        ],
8995
        [
8996
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16222',
8997
            'name' => '6-degree Gauss-Kruger zone 22',
8998
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
8999
            'target_crs' => 'urn:ogc:def:crs:EPSG::4500',
9000
            'accuracy' => 0,
9001
        ],
9002
        [
9003
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16223',
9004
            'name' => '6-degree Gauss-Kruger zone 23',
9005
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9006
            'target_crs' => 'urn:ogc:def:crs:EPSG::4501',
9007
            'accuracy' => 0,
9008
        ],
9009
        [
9010
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16313',
9011
            'name' => 'Gauss-Kruger CM 75E',
9012
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9013
            'target_crs' => 'urn:ogc:def:crs:EPSG::4502',
9014
            'accuracy' => 0,
9015
        ],
9016
        [
9017
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16314',
9018
            'name' => 'Gauss-Kruger CM 81E',
9019
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9020
            'target_crs' => 'urn:ogc:def:crs:EPSG::4503',
9021
            'accuracy' => 0,
9022
        ],
9023
        [
9024
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16315',
9025
            'name' => 'Gauss-Kruger CM 87E',
9026
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9027
            'target_crs' => 'urn:ogc:def:crs:EPSG::4504',
9028
            'accuracy' => 0,
9029
        ],
9030
        [
9031
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16316',
9032
            'name' => 'Gauss-Kruger CM 93E',
9033
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9034
            'target_crs' => 'urn:ogc:def:crs:EPSG::4505',
9035
            'accuracy' => 0,
9036
        ],
9037
        [
9038
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16317',
9039
            'name' => 'Gauss-Kruger CM 99E',
9040
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9041
            'target_crs' => 'urn:ogc:def:crs:EPSG::4506',
9042
            'accuracy' => 0,
9043
        ],
9044
        [
9045
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16318',
9046
            'name' => 'Gauss-Kruger CM 105E',
9047
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9048
            'target_crs' => 'urn:ogc:def:crs:EPSG::4507',
9049
            'accuracy' => 0,
9050
        ],
9051
        [
9052
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16319',
9053
            'name' => 'Gauss-Kruger CM 111E',
9054
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9055
            'target_crs' => 'urn:ogc:def:crs:EPSG::4508',
9056
            'accuracy' => 0,
9057
        ],
9058
        [
9059
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16320',
9060
            'name' => 'Gauss-Kruger CM 117E',
9061
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9062
            'target_crs' => 'urn:ogc:def:crs:EPSG::4509',
9063
            'accuracy' => 0,
9064
        ],
9065
        [
9066
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16321',
9067
            'name' => 'Gauss-Kruger CM 123E',
9068
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9069
            'target_crs' => 'urn:ogc:def:crs:EPSG::4510',
9070
            'accuracy' => 0,
9071
        ],
9072
        [
9073
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16322',
9074
            'name' => 'Gauss-Kruger CM 129E',
9075
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9076
            'target_crs' => 'urn:ogc:def:crs:EPSG::4511',
9077
            'accuracy' => 0,
9078
        ],
9079
        [
9080
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16323',
9081
            'name' => 'Gauss-Kruger CM 135E',
9082
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9083
            'target_crs' => 'urn:ogc:def:crs:EPSG::4512',
9084
            'accuracy' => 0,
9085
        ],
9086
        [
9087
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16285',
9088
            'name' => '3-degree Gauss-Kruger zone 25',
9089
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9090
            'target_crs' => 'urn:ogc:def:crs:EPSG::4513',
9091
            'accuracy' => 0,
9092
        ],
9093
        [
9094
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16286',
9095
            'name' => '3-degree Gauss-Kruger zone 26',
9096
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9097
            'target_crs' => 'urn:ogc:def:crs:EPSG::4514',
9098
            'accuracy' => 0,
9099
        ],
9100
        [
9101
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16287',
9102
            'name' => '3-degree Gauss-Kruger zone 27',
9103
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9104
            'target_crs' => 'urn:ogc:def:crs:EPSG::4515',
9105
            'accuracy' => 0,
9106
        ],
9107
        [
9108
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16288',
9109
            'name' => '3-degree Gauss-Kruger zone 28',
9110
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9111
            'target_crs' => 'urn:ogc:def:crs:EPSG::4516',
9112
            'accuracy' => 0,
9113
        ],
9114
        [
9115
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16289',
9116
            'name' => '3-degree Gauss-Kruger zone 29',
9117
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9118
            'target_crs' => 'urn:ogc:def:crs:EPSG::4517',
9119
            'accuracy' => 0,
9120
        ],
9121
        [
9122
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16290',
9123
            'name' => '3-degree Gauss-Kruger zone 30',
9124
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9125
            'target_crs' => 'urn:ogc:def:crs:EPSG::4518',
9126
            'accuracy' => 0,
9127
        ],
9128
        [
9129
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16291',
9130
            'name' => '3-degree Gauss-Kruger zone 31',
9131
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9132
            'target_crs' => 'urn:ogc:def:crs:EPSG::4519',
9133
            'accuracy' => 0,
9134
        ],
9135
        [
9136
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16292',
9137
            'name' => '3-degree Gauss-Kruger zone 32',
9138
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9139
            'target_crs' => 'urn:ogc:def:crs:EPSG::4520',
9140
            'accuracy' => 0,
9141
        ],
9142
        [
9143
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16293',
9144
            'name' => '3-degree Gauss-Kruger zone 33',
9145
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9146
            'target_crs' => 'urn:ogc:def:crs:EPSG::4521',
9147
            'accuracy' => 0,
9148
        ],
9149
        [
9150
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16294',
9151
            'name' => '3-degree Gauss-Kruger zone 34',
9152
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9153
            'target_crs' => 'urn:ogc:def:crs:EPSG::4522',
9154
            'accuracy' => 0,
9155
        ],
9156
        [
9157
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16295',
9158
            'name' => '3-degree Gauss-Kruger zone 35',
9159
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9160
            'target_crs' => 'urn:ogc:def:crs:EPSG::4523',
9161
            'accuracy' => 0,
9162
        ],
9163
        [
9164
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16296',
9165
            'name' => '3-degree Gauss-Kruger zone 36',
9166
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9167
            'target_crs' => 'urn:ogc:def:crs:EPSG::4524',
9168
            'accuracy' => 0,
9169
        ],
9170
        [
9171
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16297',
9172
            'name' => '3-degree Gauss-Kruger zone 37',
9173
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9174
            'target_crs' => 'urn:ogc:def:crs:EPSG::4525',
9175
            'accuracy' => 0,
9176
        ],
9177
        [
9178
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16298',
9179
            'name' => '3-degree Gauss-Kruger zone 38',
9180
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9181
            'target_crs' => 'urn:ogc:def:crs:EPSG::4526',
9182
            'accuracy' => 0,
9183
        ],
9184
        [
9185
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16299',
9186
            'name' => '3-degree Gauss-Kruger zone 39',
9187
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9188
            'target_crs' => 'urn:ogc:def:crs:EPSG::4527',
9189
            'accuracy' => 0,
9190
        ],
9191
        [
9192
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16070',
9193
            'name' => '3-degree Gauss-Kruger zone 40',
9194
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9195
            'target_crs' => 'urn:ogc:def:crs:EPSG::4528',
9196
            'accuracy' => 0,
9197
        ],
9198
        [
9199
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16071',
9200
            'name' => '3-degree Gauss-Kruger zone 41',
9201
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9202
            'target_crs' => 'urn:ogc:def:crs:EPSG::4529',
9203
            'accuracy' => 0,
9204
        ],
9205
        [
9206
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16072',
9207
            'name' => '3-degree Gauss-Kruger zone 42',
9208
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9209
            'target_crs' => 'urn:ogc:def:crs:EPSG::4530',
9210
            'accuracy' => 0,
9211
        ],
9212
        [
9213
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16073',
9214
            'name' => '3-degree Gauss-Kruger zone 43',
9215
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9216
            'target_crs' => 'urn:ogc:def:crs:EPSG::4531',
9217
            'accuracy' => 0,
9218
        ],
9219
        [
9220
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16074',
9221
            'name' => '3-degree Gauss-Kruger zone 44',
9222
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9223
            'target_crs' => 'urn:ogc:def:crs:EPSG::4532',
9224
            'accuracy' => 0,
9225
        ],
9226
        [
9227
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16075',
9228
            'name' => '3-degree Gauss-Kruger zone 45',
9229
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9230
            'target_crs' => 'urn:ogc:def:crs:EPSG::4533',
9231
            'accuracy' => 0,
9232
        ],
9233
        [
9234
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16313',
9235
            'name' => 'Gauss-Kruger CM 75E',
9236
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9237
            'target_crs' => 'urn:ogc:def:crs:EPSG::4534',
9238
            'accuracy' => 0,
9239
        ],
9240
        [
9241
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16386',
9242
            'name' => '3-degree Gauss-Kruger CM 78E',
9243
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9244
            'target_crs' => 'urn:ogc:def:crs:EPSG::4535',
9245
            'accuracy' => 0,
9246
        ],
9247
        [
9248
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16314',
9249
            'name' => 'Gauss-Kruger CM 81E',
9250
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9251
            'target_crs' => 'urn:ogc:def:crs:EPSG::4536',
9252
            'accuracy' => 0,
9253
        ],
9254
        [
9255
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16388',
9256
            'name' => '3-degree Gauss-Kruger CM 84E',
9257
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9258
            'target_crs' => 'urn:ogc:def:crs:EPSG::4537',
9259
            'accuracy' => 0,
9260
        ],
9261
        [
9262
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16315',
9263
            'name' => 'Gauss-Kruger CM 87E',
9264
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9265
            'target_crs' => 'urn:ogc:def:crs:EPSG::4538',
9266
            'accuracy' => 0,
9267
        ],
9268
        [
9269
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16390',
9270
            'name' => '3-degree Gauss-Kruger CM 90E',
9271
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9272
            'target_crs' => 'urn:ogc:def:crs:EPSG::4539',
9273
            'accuracy' => 0,
9274
        ],
9275
        [
9276
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16316',
9277
            'name' => 'Gauss-Kruger CM 93E',
9278
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9279
            'target_crs' => 'urn:ogc:def:crs:EPSG::4540',
9280
            'accuracy' => 0,
9281
        ],
9282
        [
9283
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16392',
9284
            'name' => '3-degree Gauss-Kruger CM 96E',
9285
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9286
            'target_crs' => 'urn:ogc:def:crs:EPSG::4541',
9287
            'accuracy' => 0,
9288
        ],
9289
        [
9290
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16317',
9291
            'name' => 'Gauss-Kruger CM 99E',
9292
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9293
            'target_crs' => 'urn:ogc:def:crs:EPSG::4542',
9294
            'accuracy' => 0,
9295
        ],
9296
        [
9297
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16394',
9298
            'name' => '3-degree Gauss-Kruger CM 102E',
9299
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9300
            'target_crs' => 'urn:ogc:def:crs:EPSG::4543',
9301
            'accuracy' => 0,
9302
        ],
9303
        [
9304
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16318',
9305
            'name' => 'Gauss-Kruger CM 105E',
9306
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9307
            'target_crs' => 'urn:ogc:def:crs:EPSG::4544',
9308
            'accuracy' => 0,
9309
        ],
9310
        [
9311
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16396',
9312
            'name' => '3-degree Gauss-Kruger CM 108E',
9313
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9314
            'target_crs' => 'urn:ogc:def:crs:EPSG::4545',
9315
            'accuracy' => 0,
9316
        ],
9317
        [
9318
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16319',
9319
            'name' => 'Gauss-Kruger CM 111E',
9320
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9321
            'target_crs' => 'urn:ogc:def:crs:EPSG::4546',
9322
            'accuracy' => 0,
9323
        ],
9324
        [
9325
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16398',
9326
            'name' => '3-degree Gauss-Kruger CM 114E',
9327
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9328
            'target_crs' => 'urn:ogc:def:crs:EPSG::4547',
9329
            'accuracy' => 0,
9330
        ],
9331
        [
9332
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16320',
9333
            'name' => 'Gauss-Kruger CM 117E',
9334
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9335
            'target_crs' => 'urn:ogc:def:crs:EPSG::4548',
9336
            'accuracy' => 0,
9337
        ],
9338
        [
9339
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16170',
9340
            'name' => '3-degree Gauss-Kruger CM 120E',
9341
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9342
            'target_crs' => 'urn:ogc:def:crs:EPSG::4549',
9343
            'accuracy' => 0,
9344
        ],
9345
        [
9346
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16321',
9347
            'name' => 'Gauss-Kruger CM 123E',
9348
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9349
            'target_crs' => 'urn:ogc:def:crs:EPSG::4550',
9350
            'accuracy' => 0,
9351
        ],
9352
        [
9353
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16172',
9354
            'name' => '3-degree Gauss-Kruger CM 126E',
9355
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9356
            'target_crs' => 'urn:ogc:def:crs:EPSG::4551',
9357
            'accuracy' => 0,
9358
        ],
9359
        [
9360
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16322',
9361
            'name' => 'Gauss-Kruger CM 129E',
9362
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9363
            'target_crs' => 'urn:ogc:def:crs:EPSG::4552',
9364
            'accuracy' => 0,
9365
        ],
9366
        [
9367
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16174',
9368
            'name' => '3-degree Gauss-Kruger CM 132E',
9369
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9370
            'target_crs' => 'urn:ogc:def:crs:EPSG::4553',
9371
            'accuracy' => 0,
9372
        ],
9373
        [
9374
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16323',
9375
            'name' => 'Gauss-Kruger CM 135E',
9376
            'source_crs' => 'urn:ogc:def:crs:EPSG::4490',
9377
            'target_crs' => 'urn:ogc:def:crs:EPSG::4554',
9378
            'accuracy' => 0,
9379
        ],
9380
        [
9381
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16213',
9382
            'name' => '6-degree Gauss-Kruger zone 13',
9383
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9384
            'target_crs' => 'urn:ogc:def:crs:EPSG::4568',
9385
            'accuracy' => 0,
9386
        ],
9387
        [
9388
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16214',
9389
            'name' => '6-degree Gauss-Kruger zone 14',
9390
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9391
            'target_crs' => 'urn:ogc:def:crs:EPSG::4569',
9392
            'accuracy' => 0,
9393
        ],
9394
        [
9395
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16215',
9396
            'name' => '6-degree Gauss-Kruger zone 15',
9397
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9398
            'target_crs' => 'urn:ogc:def:crs:EPSG::4570',
9399
            'accuracy' => 0,
9400
        ],
9401
        [
9402
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16216',
9403
            'name' => '6-degree Gauss-Kruger zone 16',
9404
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9405
            'target_crs' => 'urn:ogc:def:crs:EPSG::4571',
9406
            'accuracy' => 0,
9407
        ],
9408
        [
9409
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16217',
9410
            'name' => '6-degree Gauss-Kruger zone 17',
9411
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9412
            'target_crs' => 'urn:ogc:def:crs:EPSG::4572',
9413
            'accuracy' => 0,
9414
        ],
9415
        [
9416
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16218',
9417
            'name' => '6-degree Gauss-Kruger zone 18',
9418
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9419
            'target_crs' => 'urn:ogc:def:crs:EPSG::4573',
9420
            'accuracy' => 0,
9421
        ],
9422
        [
9423
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16219',
9424
            'name' => '6-degree Gauss-Kruger zone 19',
9425
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9426
            'target_crs' => 'urn:ogc:def:crs:EPSG::4574',
9427
            'accuracy' => 0,
9428
        ],
9429
        [
9430
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16220',
9431
            'name' => '6-degree Gauss-Kruger zone 20',
9432
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9433
            'target_crs' => 'urn:ogc:def:crs:EPSG::4575',
9434
            'accuracy' => 0,
9435
        ],
9436
        [
9437
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16221',
9438
            'name' => '6-degree Gauss-Kruger zone 21',
9439
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9440
            'target_crs' => 'urn:ogc:def:crs:EPSG::4576',
9441
            'accuracy' => 0,
9442
        ],
9443
        [
9444
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16222',
9445
            'name' => '6-degree Gauss-Kruger zone 22',
9446
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9447
            'target_crs' => 'urn:ogc:def:crs:EPSG::4577',
9448
            'accuracy' => 0,
9449
        ],
9450
        [
9451
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16223',
9452
            'name' => '6-degree Gauss-Kruger zone 23',
9453
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9454
            'target_crs' => 'urn:ogc:def:crs:EPSG::4578',
9455
            'accuracy' => 0,
9456
        ],
9457
        [
9458
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16313',
9459
            'name' => 'Gauss-Kruger CM 75E',
9460
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9461
            'target_crs' => 'urn:ogc:def:crs:EPSG::4579',
9462
            'accuracy' => 0,
9463
        ],
9464
        [
9465
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16314',
9466
            'name' => 'Gauss-Kruger CM 81E',
9467
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9468
            'target_crs' => 'urn:ogc:def:crs:EPSG::4580',
9469
            'accuracy' => 0,
9470
        ],
9471
        [
9472
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16315',
9473
            'name' => 'Gauss-Kruger CM 87E',
9474
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9475
            'target_crs' => 'urn:ogc:def:crs:EPSG::4581',
9476
            'accuracy' => 0,
9477
        ],
9478
        [
9479
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16316',
9480
            'name' => 'Gauss-Kruger CM 93E',
9481
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9482
            'target_crs' => 'urn:ogc:def:crs:EPSG::4582',
9483
            'accuracy' => 0,
9484
        ],
9485
        [
9486
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16317',
9487
            'name' => 'Gauss-Kruger CM 99E',
9488
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9489
            'target_crs' => 'urn:ogc:def:crs:EPSG::4583',
9490
            'accuracy' => 0,
9491
        ],
9492
        [
9493
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16318',
9494
            'name' => 'Gauss-Kruger CM 105E',
9495
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9496
            'target_crs' => 'urn:ogc:def:crs:EPSG::4584',
9497
            'accuracy' => 0,
9498
        ],
9499
        [
9500
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16319',
9501
            'name' => 'Gauss-Kruger CM 111E',
9502
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9503
            'target_crs' => 'urn:ogc:def:crs:EPSG::4585',
9504
            'accuracy' => 0,
9505
        ],
9506
        [
9507
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16320',
9508
            'name' => 'Gauss-Kruger CM 117E',
9509
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9510
            'target_crs' => 'urn:ogc:def:crs:EPSG::4586',
9511
            'accuracy' => 0,
9512
        ],
9513
        [
9514
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16321',
9515
            'name' => 'Gauss-Kruger CM 123E',
9516
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9517
            'target_crs' => 'urn:ogc:def:crs:EPSG::4587',
9518
            'accuracy' => 0,
9519
        ],
9520
        [
9521
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16322',
9522
            'name' => 'Gauss-Kruger CM 129E',
9523
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9524
            'target_crs' => 'urn:ogc:def:crs:EPSG::4588',
9525
            'accuracy' => 0,
9526
        ],
9527
        [
9528
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16323',
9529
            'name' => 'Gauss-Kruger CM 135E',
9530
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9531
            'target_crs' => 'urn:ogc:def:crs:EPSG::4589',
9532
            'accuracy' => 0,
9533
        ],
9534
        [
9535
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16285',
9536
            'name' => '3-degree Gauss-Kruger zone 25',
9537
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9538
            'target_crs' => 'urn:ogc:def:crs:EPSG::4652',
9539
            'accuracy' => 0,
9540
        ],
9541
        [
9542
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16286',
9543
            'name' => '3-degree Gauss-Kruger zone 26',
9544
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9545
            'target_crs' => 'urn:ogc:def:crs:EPSG::4653',
9546
            'accuracy' => 0,
9547
        ],
9548
        [
9549
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16287',
9550
            'name' => '3-degree Gauss-Kruger zone 27',
9551
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9552
            'target_crs' => 'urn:ogc:def:crs:EPSG::4654',
9553
            'accuracy' => 0,
9554
        ],
9555
        [
9556
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16288',
9557
            'name' => '3-degree Gauss-Kruger zone 28',
9558
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9559
            'target_crs' => 'urn:ogc:def:crs:EPSG::4655',
9560
            'accuracy' => 0,
9561
        ],
9562
        [
9563
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16289',
9564
            'name' => '3-degree Gauss-Kruger zone 29',
9565
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9566
            'target_crs' => 'urn:ogc:def:crs:EPSG::4656',
9567
            'accuracy' => 0,
9568
        ],
9569
        [
9570
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16290',
9571
            'name' => '3-degree Gauss-Kruger zone 30',
9572
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9573
            'target_crs' => 'urn:ogc:def:crs:EPSG::4766',
9574
            'accuracy' => 0,
9575
        ],
9576
        [
9577
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16291',
9578
            'name' => '3-degree Gauss-Kruger zone 31',
9579
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9580
            'target_crs' => 'urn:ogc:def:crs:EPSG::4767',
9581
            'accuracy' => 0,
9582
        ],
9583
        [
9584
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16292',
9585
            'name' => '3-degree Gauss-Kruger zone 32',
9586
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9587
            'target_crs' => 'urn:ogc:def:crs:EPSG::4768',
9588
            'accuracy' => 0,
9589
        ],
9590
        [
9591
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16293',
9592
            'name' => '3-degree Gauss-Kruger zone 33',
9593
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9594
            'target_crs' => 'urn:ogc:def:crs:EPSG::4769',
9595
            'accuracy' => 0,
9596
        ],
9597
        [
9598
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16294',
9599
            'name' => '3-degree Gauss-Kruger zone 34',
9600
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9601
            'target_crs' => 'urn:ogc:def:crs:EPSG::4770',
9602
            'accuracy' => 0,
9603
        ],
9604
        [
9605
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16295',
9606
            'name' => '3-degree Gauss-Kruger zone 35',
9607
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9608
            'target_crs' => 'urn:ogc:def:crs:EPSG::4771',
9609
            'accuracy' => 0,
9610
        ],
9611
        [
9612
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16296',
9613
            'name' => '3-degree Gauss-Kruger zone 36',
9614
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9615
            'target_crs' => 'urn:ogc:def:crs:EPSG::4772',
9616
            'accuracy' => 0,
9617
        ],
9618
        [
9619
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16297',
9620
            'name' => '3-degree Gauss-Kruger zone 37',
9621
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9622
            'target_crs' => 'urn:ogc:def:crs:EPSG::4773',
9623
            'accuracy' => 0,
9624
        ],
9625
        [
9626
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16298',
9627
            'name' => '3-degree Gauss-Kruger zone 38',
9628
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9629
            'target_crs' => 'urn:ogc:def:crs:EPSG::4774',
9630
            'accuracy' => 0,
9631
        ],
9632
        [
9633
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16299',
9634
            'name' => '3-degree Gauss-Kruger zone 39',
9635
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9636
            'target_crs' => 'urn:ogc:def:crs:EPSG::4775',
9637
            'accuracy' => 0,
9638
        ],
9639
        [
9640
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16070',
9641
            'name' => '3-degree Gauss-Kruger zone 40',
9642
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9643
            'target_crs' => 'urn:ogc:def:crs:EPSG::4776',
9644
            'accuracy' => 0,
9645
        ],
9646
        [
9647
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16071',
9648
            'name' => '3-degree Gauss-Kruger zone 41',
9649
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9650
            'target_crs' => 'urn:ogc:def:crs:EPSG::4777',
9651
            'accuracy' => 0,
9652
        ],
9653
        [
9654
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16072',
9655
            'name' => '3-degree Gauss-Kruger zone 42',
9656
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9657
            'target_crs' => 'urn:ogc:def:crs:EPSG::4778',
9658
            'accuracy' => 0,
9659
        ],
9660
        [
9661
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16073',
9662
            'name' => '3-degree Gauss-Kruger zone 43',
9663
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9664
            'target_crs' => 'urn:ogc:def:crs:EPSG::4779',
9665
            'accuracy' => 0,
9666
        ],
9667
        [
9668
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16074',
9669
            'name' => '3-degree Gauss-Kruger zone 44',
9670
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9671
            'target_crs' => 'urn:ogc:def:crs:EPSG::4780',
9672
            'accuracy' => 0,
9673
        ],
9674
        [
9675
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16075',
9676
            'name' => '3-degree Gauss-Kruger zone 45',
9677
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9678
            'target_crs' => 'urn:ogc:def:crs:EPSG::4781',
9679
            'accuracy' => 0,
9680
        ],
9681
        [
9682
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16313',
9683
            'name' => 'Gauss-Kruger CM 75E',
9684
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9685
            'target_crs' => 'urn:ogc:def:crs:EPSG::4782',
9686
            'accuracy' => 0,
9687
        ],
9688
        [
9689
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16386',
9690
            'name' => '3-degree Gauss-Kruger CM 78E',
9691
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9692
            'target_crs' => 'urn:ogc:def:crs:EPSG::4783',
9693
            'accuracy' => 0,
9694
        ],
9695
        [
9696
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16314',
9697
            'name' => 'Gauss-Kruger CM 81E',
9698
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9699
            'target_crs' => 'urn:ogc:def:crs:EPSG::4784',
9700
            'accuracy' => 0,
9701
        ],
9702
        [
9703
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16388',
9704
            'name' => '3-degree Gauss-Kruger CM 84E',
9705
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9706
            'target_crs' => 'urn:ogc:def:crs:EPSG::4785',
9707
            'accuracy' => 0,
9708
        ],
9709
        [
9710
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16315',
9711
            'name' => 'Gauss-Kruger CM 87E',
9712
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9713
            'target_crs' => 'urn:ogc:def:crs:EPSG::4786',
9714
            'accuracy' => 0,
9715
        ],
9716
        [
9717
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16390',
9718
            'name' => '3-degree Gauss-Kruger CM 90E',
9719
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9720
            'target_crs' => 'urn:ogc:def:crs:EPSG::4787',
9721
            'accuracy' => 0,
9722
        ],
9723
        [
9724
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16316',
9725
            'name' => 'Gauss-Kruger CM 93E',
9726
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9727
            'target_crs' => 'urn:ogc:def:crs:EPSG::4788',
9728
            'accuracy' => 0,
9729
        ],
9730
        [
9731
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16392',
9732
            'name' => '3-degree Gauss-Kruger CM 96E',
9733
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9734
            'target_crs' => 'urn:ogc:def:crs:EPSG::4789',
9735
            'accuracy' => 0,
9736
        ],
9737
        [
9738
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16317',
9739
            'name' => 'Gauss-Kruger CM 99E',
9740
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9741
            'target_crs' => 'urn:ogc:def:crs:EPSG::4790',
9742
            'accuracy' => 0,
9743
        ],
9744
        [
9745
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16394',
9746
            'name' => '3-degree Gauss-Kruger CM 102E',
9747
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9748
            'target_crs' => 'urn:ogc:def:crs:EPSG::4791',
9749
            'accuracy' => 0,
9750
        ],
9751
        [
9752
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16318',
9753
            'name' => 'Gauss-Kruger CM 105E',
9754
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9755
            'target_crs' => 'urn:ogc:def:crs:EPSG::4792',
9756
            'accuracy' => 0,
9757
        ],
9758
        [
9759
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16396',
9760
            'name' => '3-degree Gauss-Kruger CM 108E',
9761
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9762
            'target_crs' => 'urn:ogc:def:crs:EPSG::4793',
9763
            'accuracy' => 0,
9764
        ],
9765
        [
9766
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16319',
9767
            'name' => 'Gauss-Kruger CM 111E',
9768
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9769
            'target_crs' => 'urn:ogc:def:crs:EPSG::4794',
9770
            'accuracy' => 0,
9771
        ],
9772
        [
9773
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16398',
9774
            'name' => '3-degree Gauss-Kruger CM 114E',
9775
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9776
            'target_crs' => 'urn:ogc:def:crs:EPSG::4795',
9777
            'accuracy' => 0,
9778
        ],
9779
        [
9780
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16320',
9781
            'name' => 'Gauss-Kruger CM 117E',
9782
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9783
            'target_crs' => 'urn:ogc:def:crs:EPSG::4796',
9784
            'accuracy' => 0,
9785
        ],
9786
        [
9787
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16170',
9788
            'name' => '3-degree Gauss-Kruger CM 120E',
9789
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9790
            'target_crs' => 'urn:ogc:def:crs:EPSG::4797',
9791
            'accuracy' => 0,
9792
        ],
9793
        [
9794
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16321',
9795
            'name' => 'Gauss-Kruger CM 123E',
9796
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9797
            'target_crs' => 'urn:ogc:def:crs:EPSG::4798',
9798
            'accuracy' => 0,
9799
        ],
9800
        [
9801
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16172',
9802
            'name' => '3-degree Gauss-Kruger CM 126E',
9803
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9804
            'target_crs' => 'urn:ogc:def:crs:EPSG::4799',
9805
            'accuracy' => 0,
9806
        ],
9807
        [
9808
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16322',
9809
            'name' => 'Gauss-Kruger CM 129E',
9810
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9811
            'target_crs' => 'urn:ogc:def:crs:EPSG::4800',
9812
            'accuracy' => 0,
9813
        ],
9814
        [
9815
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16174',
9816
            'name' => '3-degree Gauss-Kruger CM 132E',
9817
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9818
            'target_crs' => 'urn:ogc:def:crs:EPSG::4812',
9819
            'accuracy' => 0,
9820
        ],
9821
        [
9822
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16323',
9823
            'name' => 'Gauss-Kruger CM 135E',
9824
            'source_crs' => 'urn:ogc:def:crs:EPSG::4555',
9825
            'target_crs' => 'urn:ogc:def:crs:EPSG::4822',
9826
            'accuracy' => 0,
9827
        ],
9828
        [
9829
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
9830
            'name' => 'geocentric to geographic3D',
9831
            'source_crs' => 'urn:ogc:def:crs:EPSG::4556',
9832
            'target_crs' => 'urn:ogc:def:crs:EPSG::4557',
9833
            'accuracy' => 0,
9834
        ],
9835
        [
9836
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
9837
            'name' => 'geographic3D to geographic2D',
9838
            'source_crs' => 'urn:ogc:def:crs:EPSG::4557',
9839
            'target_crs' => 'urn:ogc:def:crs:EPSG::4558',
9840
            'accuracy' => 0,
9841
        ],
9842
        [
9843
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
9844
            'name' => 'UTM zone 20N',
9845
            'source_crs' => 'urn:ogc:def:crs:EPSG::4558',
9846
            'target_crs' => 'urn:ogc:def:crs:EPSG::4559',
9847
            'accuracy' => 0,
9848
        ],
9849
        [
9850
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
9851
            'name' => 'UTM zone 15N',
9852
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
9853
            'target_crs' => 'urn:ogc:def:crs:EPSG::2027',
9854
            'accuracy' => 0,
9855
        ],
9856
        [
9857
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
9858
            'name' => 'UTM zone 16N',
9859
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
9860
            'target_crs' => 'urn:ogc:def:crs:EPSG::2028',
9861
            'accuracy' => 0,
9862
        ],
9863
        [
9864
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
9865
            'name' => 'UTM zone 17N',
9866
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
9867
            'target_crs' => 'urn:ogc:def:crs:EPSG::2029',
9868
            'accuracy' => 0,
9869
        ],
9870
        [
9871
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
9872
            'name' => 'UTM zone 18N',
9873
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
9874
            'target_crs' => 'urn:ogc:def:crs:EPSG::2030',
9875
            'accuracy' => 0,
9876
        ],
9877
        [
9878
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
9879
            'name' => 'UTM zone 17N',
9880
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
9881
            'target_crs' => 'urn:ogc:def:crs:EPSG::2031',
9882
            'accuracy' => 0,
9883
        ],
9884
        [
9885
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
9886
            'name' => 'UTM zone 18N',
9887
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
9888
            'target_crs' => 'urn:ogc:def:crs:EPSG::2032',
9889
            'accuracy' => 0,
9890
        ],
9891
        [
9892
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
9893
            'name' => 'UTM zone 19N',
9894
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
9895
            'target_crs' => 'urn:ogc:def:crs:EPSG::2033',
9896
            'accuracy' => 0,
9897
        ],
9898
        [
9899
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
9900
            'name' => 'UTM zone 20N',
9901
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
9902
            'target_crs' => 'urn:ogc:def:crs:EPSG::2034',
9903
            'accuracy' => 0,
9904
        ],
9905
        [
9906
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
9907
            'name' => 'UTM zone 21N',
9908
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
9909
            'target_crs' => 'urn:ogc:def:crs:EPSG::2035',
9910
            'accuracy' => 0,
9911
        ],
9912
        [
9913
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16213',
9914
            'name' => '6-degree Gauss-Kruger zone 13',
9915
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
9916
            'target_crs' => 'urn:ogc:def:crs:EPSG::2327',
9917
            'accuracy' => 0,
9918
        ],
9919
        [
9920
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16214',
9921
            'name' => '6-degree Gauss-Kruger zone 14',
9922
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
9923
            'target_crs' => 'urn:ogc:def:crs:EPSG::2328',
9924
            'accuracy' => 0,
9925
        ],
9926
        [
9927
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16215',
9928
            'name' => '6-degree Gauss-Kruger zone 15',
9929
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
9930
            'target_crs' => 'urn:ogc:def:crs:EPSG::2329',
9931
            'accuracy' => 0,
9932
        ],
9933
        [
9934
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16216',
9935
            'name' => '6-degree Gauss-Kruger zone 16',
9936
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
9937
            'target_crs' => 'urn:ogc:def:crs:EPSG::2330',
9938
            'accuracy' => 0,
9939
        ],
9940
        [
9941
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16217',
9942
            'name' => '6-degree Gauss-Kruger zone 17',
9943
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
9944
            'target_crs' => 'urn:ogc:def:crs:EPSG::2331',
9945
            'accuracy' => 0,
9946
        ],
9947
        [
9948
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16218',
9949
            'name' => '6-degree Gauss-Kruger zone 18',
9950
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
9951
            'target_crs' => 'urn:ogc:def:crs:EPSG::2332',
9952
            'accuracy' => 0,
9953
        ],
9954
        [
9955
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16219',
9956
            'name' => '6-degree Gauss-Kruger zone 19',
9957
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
9958
            'target_crs' => 'urn:ogc:def:crs:EPSG::2333',
9959
            'accuracy' => 0,
9960
        ],
9961
        [
9962
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16220',
9963
            'name' => '6-degree Gauss-Kruger zone 20',
9964
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
9965
            'target_crs' => 'urn:ogc:def:crs:EPSG::2334',
9966
            'accuracy' => 0,
9967
        ],
9968
        [
9969
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16221',
9970
            'name' => '6-degree Gauss-Kruger zone 21',
9971
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
9972
            'target_crs' => 'urn:ogc:def:crs:EPSG::2335',
9973
            'accuracy' => 0,
9974
        ],
9975
        [
9976
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16222',
9977
            'name' => '6-degree Gauss-Kruger zone 22',
9978
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
9979
            'target_crs' => 'urn:ogc:def:crs:EPSG::2336',
9980
            'accuracy' => 0,
9981
        ],
9982
        [
9983
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16223',
9984
            'name' => '6-degree Gauss-Kruger zone 23',
9985
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
9986
            'target_crs' => 'urn:ogc:def:crs:EPSG::2337',
9987
            'accuracy' => 0,
9988
        ],
9989
        [
9990
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16313',
9991
            'name' => 'Gauss-Kruger CM 75E',
9992
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
9993
            'target_crs' => 'urn:ogc:def:crs:EPSG::2338',
9994
            'accuracy' => 0,
9995
        ],
9996
        [
9997
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16314',
9998
            'name' => 'Gauss-Kruger CM 81E',
9999
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10000
            'target_crs' => 'urn:ogc:def:crs:EPSG::2339',
10001
            'accuracy' => 0,
10002
        ],
10003
        [
10004
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16315',
10005
            'name' => 'Gauss-Kruger CM 87E',
10006
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10007
            'target_crs' => 'urn:ogc:def:crs:EPSG::2340',
10008
            'accuracy' => 0,
10009
        ],
10010
        [
10011
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16316',
10012
            'name' => 'Gauss-Kruger CM 93E',
10013
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10014
            'target_crs' => 'urn:ogc:def:crs:EPSG::2341',
10015
            'accuracy' => 0,
10016
        ],
10017
        [
10018
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16317',
10019
            'name' => 'Gauss-Kruger CM 99E',
10020
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10021
            'target_crs' => 'urn:ogc:def:crs:EPSG::2342',
10022
            'accuracy' => 0,
10023
        ],
10024
        [
10025
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16318',
10026
            'name' => 'Gauss-Kruger CM 105E',
10027
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10028
            'target_crs' => 'urn:ogc:def:crs:EPSG::2343',
10029
            'accuracy' => 0,
10030
        ],
10031
        [
10032
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16319',
10033
            'name' => 'Gauss-Kruger CM 111E',
10034
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10035
            'target_crs' => 'urn:ogc:def:crs:EPSG::2344',
10036
            'accuracy' => 0,
10037
        ],
10038
        [
10039
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16320',
10040
            'name' => 'Gauss-Kruger CM 117E',
10041
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10042
            'target_crs' => 'urn:ogc:def:crs:EPSG::2345',
10043
            'accuracy' => 0,
10044
        ],
10045
        [
10046
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16321',
10047
            'name' => 'Gauss-Kruger CM 123E',
10048
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10049
            'target_crs' => 'urn:ogc:def:crs:EPSG::2346',
10050
            'accuracy' => 0,
10051
        ],
10052
        [
10053
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16322',
10054
            'name' => 'Gauss-Kruger CM 129E',
10055
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10056
            'target_crs' => 'urn:ogc:def:crs:EPSG::2347',
10057
            'accuracy' => 0,
10058
        ],
10059
        [
10060
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16323',
10061
            'name' => 'Gauss-Kruger CM 135E',
10062
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10063
            'target_crs' => 'urn:ogc:def:crs:EPSG::2348',
10064
            'accuracy' => 0,
10065
        ],
10066
        [
10067
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16285',
10068
            'name' => '3-degree Gauss-Kruger zone 25',
10069
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10070
            'target_crs' => 'urn:ogc:def:crs:EPSG::2349',
10071
            'accuracy' => 0,
10072
        ],
10073
        [
10074
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16286',
10075
            'name' => '3-degree Gauss-Kruger zone 26',
10076
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10077
            'target_crs' => 'urn:ogc:def:crs:EPSG::2350',
10078
            'accuracy' => 0,
10079
        ],
10080
        [
10081
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16287',
10082
            'name' => '3-degree Gauss-Kruger zone 27',
10083
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10084
            'target_crs' => 'urn:ogc:def:crs:EPSG::2351',
10085
            'accuracy' => 0,
10086
        ],
10087
        [
10088
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16288',
10089
            'name' => '3-degree Gauss-Kruger zone 28',
10090
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10091
            'target_crs' => 'urn:ogc:def:crs:EPSG::2352',
10092
            'accuracy' => 0,
10093
        ],
10094
        [
10095
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16289',
10096
            'name' => '3-degree Gauss-Kruger zone 29',
10097
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10098
            'target_crs' => 'urn:ogc:def:crs:EPSG::2353',
10099
            'accuracy' => 0,
10100
        ],
10101
        [
10102
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16290',
10103
            'name' => '3-degree Gauss-Kruger zone 30',
10104
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10105
            'target_crs' => 'urn:ogc:def:crs:EPSG::2354',
10106
            'accuracy' => 0,
10107
        ],
10108
        [
10109
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16291',
10110
            'name' => '3-degree Gauss-Kruger zone 31',
10111
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10112
            'target_crs' => 'urn:ogc:def:crs:EPSG::2355',
10113
            'accuracy' => 0,
10114
        ],
10115
        [
10116
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16292',
10117
            'name' => '3-degree Gauss-Kruger zone 32',
10118
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10119
            'target_crs' => 'urn:ogc:def:crs:EPSG::2356',
10120
            'accuracy' => 0,
10121
        ],
10122
        [
10123
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16293',
10124
            'name' => '3-degree Gauss-Kruger zone 33',
10125
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10126
            'target_crs' => 'urn:ogc:def:crs:EPSG::2357',
10127
            'accuracy' => 0,
10128
        ],
10129
        [
10130
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16294',
10131
            'name' => '3-degree Gauss-Kruger zone 34',
10132
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10133
            'target_crs' => 'urn:ogc:def:crs:EPSG::2358',
10134
            'accuracy' => 0,
10135
        ],
10136
        [
10137
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16295',
10138
            'name' => '3-degree Gauss-Kruger zone 35',
10139
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10140
            'target_crs' => 'urn:ogc:def:crs:EPSG::2359',
10141
            'accuracy' => 0,
10142
        ],
10143
        [
10144
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16296',
10145
            'name' => '3-degree Gauss-Kruger zone 36',
10146
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10147
            'target_crs' => 'urn:ogc:def:crs:EPSG::2360',
10148
            'accuracy' => 0,
10149
        ],
10150
        [
10151
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16297',
10152
            'name' => '3-degree Gauss-Kruger zone 37',
10153
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10154
            'target_crs' => 'urn:ogc:def:crs:EPSG::2361',
10155
            'accuracy' => 0,
10156
        ],
10157
        [
10158
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16298',
10159
            'name' => '3-degree Gauss-Kruger zone 38',
10160
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10161
            'target_crs' => 'urn:ogc:def:crs:EPSG::2362',
10162
            'accuracy' => 0,
10163
        ],
10164
        [
10165
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16299',
10166
            'name' => '3-degree Gauss-Kruger zone 39',
10167
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10168
            'target_crs' => 'urn:ogc:def:crs:EPSG::2363',
10169
            'accuracy' => 0,
10170
        ],
10171
        [
10172
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16070',
10173
            'name' => '3-degree Gauss-Kruger zone 40',
10174
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10175
            'target_crs' => 'urn:ogc:def:crs:EPSG::2364',
10176
            'accuracy' => 0,
10177
        ],
10178
        [
10179
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16071',
10180
            'name' => '3-degree Gauss-Kruger zone 41',
10181
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10182
            'target_crs' => 'urn:ogc:def:crs:EPSG::2365',
10183
            'accuracy' => 0,
10184
        ],
10185
        [
10186
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16072',
10187
            'name' => '3-degree Gauss-Kruger zone 42',
10188
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10189
            'target_crs' => 'urn:ogc:def:crs:EPSG::2366',
10190
            'accuracy' => 0,
10191
        ],
10192
        [
10193
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16073',
10194
            'name' => '3-degree Gauss-Kruger zone 43',
10195
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10196
            'target_crs' => 'urn:ogc:def:crs:EPSG::2367',
10197
            'accuracy' => 0,
10198
        ],
10199
        [
10200
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16074',
10201
            'name' => '3-degree Gauss-Kruger zone 44',
10202
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10203
            'target_crs' => 'urn:ogc:def:crs:EPSG::2368',
10204
            'accuracy' => 0,
10205
        ],
10206
        [
10207
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16075',
10208
            'name' => '3-degree Gauss-Kruger zone 45',
10209
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10210
            'target_crs' => 'urn:ogc:def:crs:EPSG::2369',
10211
            'accuracy' => 0,
10212
        ],
10213
        [
10214
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16313',
10215
            'name' => 'Gauss-Kruger CM 75E',
10216
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10217
            'target_crs' => 'urn:ogc:def:crs:EPSG::2370',
10218
            'accuracy' => 0,
10219
        ],
10220
        [
10221
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16386',
10222
            'name' => '3-degree Gauss-Kruger CM 78E',
10223
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10224
            'target_crs' => 'urn:ogc:def:crs:EPSG::2371',
10225
            'accuracy' => 0,
10226
        ],
10227
        [
10228
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16314',
10229
            'name' => 'Gauss-Kruger CM 81E',
10230
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10231
            'target_crs' => 'urn:ogc:def:crs:EPSG::2372',
10232
            'accuracy' => 0,
10233
        ],
10234
        [
10235
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16388',
10236
            'name' => '3-degree Gauss-Kruger CM 84E',
10237
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10238
            'target_crs' => 'urn:ogc:def:crs:EPSG::2373',
10239
            'accuracy' => 0,
10240
        ],
10241
        [
10242
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16315',
10243
            'name' => 'Gauss-Kruger CM 87E',
10244
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10245
            'target_crs' => 'urn:ogc:def:crs:EPSG::2374',
10246
            'accuracy' => 0,
10247
        ],
10248
        [
10249
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16390',
10250
            'name' => '3-degree Gauss-Kruger CM 90E',
10251
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10252
            'target_crs' => 'urn:ogc:def:crs:EPSG::2375',
10253
            'accuracy' => 0,
10254
        ],
10255
        [
10256
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16316',
10257
            'name' => 'Gauss-Kruger CM 93E',
10258
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10259
            'target_crs' => 'urn:ogc:def:crs:EPSG::2376',
10260
            'accuracy' => 0,
10261
        ],
10262
        [
10263
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16392',
10264
            'name' => '3-degree Gauss-Kruger CM 96E',
10265
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10266
            'target_crs' => 'urn:ogc:def:crs:EPSG::2377',
10267
            'accuracy' => 0,
10268
        ],
10269
        [
10270
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16317',
10271
            'name' => 'Gauss-Kruger CM 99E',
10272
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10273
            'target_crs' => 'urn:ogc:def:crs:EPSG::2378',
10274
            'accuracy' => 0,
10275
        ],
10276
        [
10277
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16394',
10278
            'name' => '3-degree Gauss-Kruger CM 102E',
10279
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10280
            'target_crs' => 'urn:ogc:def:crs:EPSG::2379',
10281
            'accuracy' => 0,
10282
        ],
10283
        [
10284
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16318',
10285
            'name' => 'Gauss-Kruger CM 105E',
10286
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10287
            'target_crs' => 'urn:ogc:def:crs:EPSG::2380',
10288
            'accuracy' => 0,
10289
        ],
10290
        [
10291
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16396',
10292
            'name' => '3-degree Gauss-Kruger CM 108E',
10293
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10294
            'target_crs' => 'urn:ogc:def:crs:EPSG::2381',
10295
            'accuracy' => 0,
10296
        ],
10297
        [
10298
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16319',
10299
            'name' => 'Gauss-Kruger CM 111E',
10300
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10301
            'target_crs' => 'urn:ogc:def:crs:EPSG::2382',
10302
            'accuracy' => 0,
10303
        ],
10304
        [
10305
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16398',
10306
            'name' => '3-degree Gauss-Kruger CM 114E',
10307
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10308
            'target_crs' => 'urn:ogc:def:crs:EPSG::2383',
10309
            'accuracy' => 0,
10310
        ],
10311
        [
10312
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16320',
10313
            'name' => 'Gauss-Kruger CM 117E',
10314
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10315
            'target_crs' => 'urn:ogc:def:crs:EPSG::2384',
10316
            'accuracy' => 0,
10317
        ],
10318
        [
10319
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16170',
10320
            'name' => '3-degree Gauss-Kruger CM 120E',
10321
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10322
            'target_crs' => 'urn:ogc:def:crs:EPSG::2385',
10323
            'accuracy' => 0,
10324
        ],
10325
        [
10326
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16321',
10327
            'name' => 'Gauss-Kruger CM 123E',
10328
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10329
            'target_crs' => 'urn:ogc:def:crs:EPSG::2386',
10330
            'accuracy' => 0,
10331
        ],
10332
        [
10333
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16172',
10334
            'name' => '3-degree Gauss-Kruger CM 126E',
10335
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10336
            'target_crs' => 'urn:ogc:def:crs:EPSG::2387',
10337
            'accuracy' => 0,
10338
        ],
10339
        [
10340
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16322',
10341
            'name' => 'Gauss-Kruger CM 129E',
10342
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10343
            'target_crs' => 'urn:ogc:def:crs:EPSG::2388',
10344
            'accuracy' => 0,
10345
        ],
10346
        [
10347
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16174',
10348
            'name' => '3-degree Gauss-Kruger CM 132E',
10349
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10350
            'target_crs' => 'urn:ogc:def:crs:EPSG::2389',
10351
            'accuracy' => 0,
10352
        ],
10353
        [
10354
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16323',
10355
            'name' => 'Gauss-Kruger CM 135E',
10356
            'source_crs' => 'urn:ogc:def:crs:EPSG::4610',
10357
            'target_crs' => 'urn:ogc:def:crs:EPSG::2390',
10358
            'accuracy' => 0,
10359
        ],
10360
        [
10361
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16051',
10362
            'name' => 'UTM zone 51N',
10363
            'source_crs' => 'urn:ogc:def:crs:EPSG::4612',
10364
            'target_crs' => 'urn:ogc:def:crs:EPSG::3097',
10365
            'accuracy' => 0,
10366
        ],
10367
        [
10368
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16052',
10369
            'name' => 'UTM zone 52N',
10370
            'source_crs' => 'urn:ogc:def:crs:EPSG::4612',
10371
            'target_crs' => 'urn:ogc:def:crs:EPSG::3098',
10372
            'accuracy' => 0,
10373
        ],
10374
        [
10375
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16053',
10376
            'name' => 'UTM zone 53N',
10377
            'source_crs' => 'urn:ogc:def:crs:EPSG::4612',
10378
            'target_crs' => 'urn:ogc:def:crs:EPSG::3099',
10379
            'accuracy' => 0,
10380
        ],
10381
        [
10382
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16054',
10383
            'name' => 'UTM zone 54N',
10384
            'source_crs' => 'urn:ogc:def:crs:EPSG::4612',
10385
            'target_crs' => 'urn:ogc:def:crs:EPSG::3100',
10386
            'accuracy' => 0,
10387
        ],
10388
        [
10389
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16055',
10390
            'name' => 'UTM zone 55N',
10391
            'source_crs' => 'urn:ogc:def:crs:EPSG::4612',
10392
            'target_crs' => 'urn:ogc:def:crs:EPSG::3101',
10393
            'accuracy' => 0,
10394
        ],
10395
        [
10396
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16150',
10397
            'name' => 'UTM zone 50S',
10398
            'source_crs' => 'urn:ogc:def:crs:EPSG::4613',
10399
            'target_crs' => 'urn:ogc:def:crs:EPSG::2933',
10400
            'accuracy' => 0,
10401
        ],
10402
        [
10403
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
10404
            'name' => 'UTM zone 28N',
10405
            'source_crs' => 'urn:ogc:def:crs:EPSG::4615',
10406
            'target_crs' => 'urn:ogc:def:crs:EPSG::2942',
10407
            'accuracy' => 0,
10408
        ],
10409
        [
10410
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
10411
            'name' => 'UTM zone 28N',
10412
            'source_crs' => 'urn:ogc:def:crs:EPSG::4616',
10413
            'target_crs' => 'urn:ogc:def:crs:EPSG::2943',
10414
            'accuracy' => 0,
10415
        ],
10416
        [
10417
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
10418
            'name' => 'UTM zone 11N',
10419
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10420
            'target_crs' => 'urn:ogc:def:crs:EPSG::2955',
10421
            'accuracy' => 0,
10422
        ],
10423
        [
10424
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
10425
            'name' => 'UTM zone 12N',
10426
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10427
            'target_crs' => 'urn:ogc:def:crs:EPSG::2956',
10428
            'accuracy' => 0,
10429
        ],
10430
        [
10431
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
10432
            'name' => 'UTM zone 13N',
10433
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10434
            'target_crs' => 'urn:ogc:def:crs:EPSG::2957',
10435
            'accuracy' => 0,
10436
        ],
10437
        [
10438
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
10439
            'name' => 'UTM zone 17N',
10440
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10441
            'target_crs' => 'urn:ogc:def:crs:EPSG::2958',
10442
            'accuracy' => 0,
10443
        ],
10444
        [
10445
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
10446
            'name' => 'UTM zone 18N',
10447
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10448
            'target_crs' => 'urn:ogc:def:crs:EPSG::2959',
10449
            'accuracy' => 0,
10450
        ],
10451
        [
10452
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
10453
            'name' => 'UTM zone 19N',
10454
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10455
            'target_crs' => 'urn:ogc:def:crs:EPSG::2960',
10456
            'accuracy' => 0,
10457
        ],
10458
        [
10459
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
10460
            'name' => 'UTM zone 20N',
10461
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10462
            'target_crs' => 'urn:ogc:def:crs:EPSG::2961',
10463
            'accuracy' => 0,
10464
        ],
10465
        [
10466
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
10467
            'name' => 'UTM zone 21N',
10468
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10469
            'target_crs' => 'urn:ogc:def:crs:EPSG::2962',
10470
            'accuracy' => 0,
10471
        ],
10472
        [
10473
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16007',
10474
            'name' => 'UTM zone 7N',
10475
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10476
            'target_crs' => 'urn:ogc:def:crs:EPSG::3154',
10477
            'accuracy' => 0,
10478
        ],
10479
        [
10480
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16008',
10481
            'name' => 'UTM zone 8N',
10482
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10483
            'target_crs' => 'urn:ogc:def:crs:EPSG::3155',
10484
            'accuracy' => 0,
10485
        ],
10486
        [
10487
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16009',
10488
            'name' => 'UTM zone 9N',
10489
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10490
            'target_crs' => 'urn:ogc:def:crs:EPSG::3156',
10491
            'accuracy' => 0,
10492
        ],
10493
        [
10494
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16010',
10495
            'name' => 'UTM zone 10N',
10496
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10497
            'target_crs' => 'urn:ogc:def:crs:EPSG::3157',
10498
            'accuracy' => 0,
10499
        ],
10500
        [
10501
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
10502
            'name' => 'UTM zone 14N',
10503
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10504
            'target_crs' => 'urn:ogc:def:crs:EPSG::3158',
10505
            'accuracy' => 0,
10506
        ],
10507
        [
10508
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
10509
            'name' => 'UTM zone 15N',
10510
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10511
            'target_crs' => 'urn:ogc:def:crs:EPSG::3159',
10512
            'accuracy' => 0,
10513
        ],
10514
        [
10515
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
10516
            'name' => 'UTM zone 16N',
10517
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10518
            'target_crs' => 'urn:ogc:def:crs:EPSG::3160',
10519
            'accuracy' => 0,
10520
        ],
10521
        [
10522
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
10523
            'name' => 'UTM zone 22N',
10524
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10525
            'target_crs' => 'urn:ogc:def:crs:EPSG::3761',
10526
            'accuracy' => 0,
10527
        ],
10528
        [
10529
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16023',
10530
            'name' => 'UTM zone 23N',
10531
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10532
            'target_crs' => 'urn:ogc:def:crs:EPSG::9709',
10533
            'accuracy' => 0,
10534
        ],
10535
        [
10536
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16024',
10537
            'name' => 'UTM zone 24N',
10538
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
10539
            'target_crs' => 'urn:ogc:def:crs:EPSG::9713',
10540
            'accuracy' => 0,
10541
        ],
10542
        [
10543
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
10544
            'name' => 'UTM zone 18N',
10545
            'source_crs' => 'urn:ogc:def:crs:EPSG::4618',
10546
            'target_crs' => 'urn:ogc:def:crs:EPSG::29168',
10547
            'accuracy' => 0,
10548
        ],
10549
        [
10550
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
10551
            'name' => 'UTM zone 19N',
10552
            'source_crs' => 'urn:ogc:def:crs:EPSG::4618',
10553
            'target_crs' => 'urn:ogc:def:crs:EPSG::29169',
10554
            'accuracy' => 0,
10555
        ],
10556
        [
10557
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
10558
            'name' => 'UTM zone 20N',
10559
            'source_crs' => 'urn:ogc:def:crs:EPSG::4618',
10560
            'target_crs' => 'urn:ogc:def:crs:EPSG::29170',
10561
            'accuracy' => 0,
10562
        ],
10563
        [
10564
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
10565
            'name' => 'UTM zone 21N',
10566
            'source_crs' => 'urn:ogc:def:crs:EPSG::4618',
10567
            'target_crs' => 'urn:ogc:def:crs:EPSG::29171',
10568
            'accuracy' => 0,
10569
        ],
10570
        [
10571
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
10572
            'name' => 'UTM zone 22N',
10573
            'source_crs' => 'urn:ogc:def:crs:EPSG::4618',
10574
            'target_crs' => 'urn:ogc:def:crs:EPSG::29172',
10575
            'accuracy' => 0,
10576
        ],
10577
        [
10578
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16117',
10579
            'name' => 'UTM zone 17S',
10580
            'source_crs' => 'urn:ogc:def:crs:EPSG::4618',
10581
            'target_crs' => 'urn:ogc:def:crs:EPSG::29187',
10582
            'accuracy' => 0,
10583
        ],
10584
        [
10585
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16118',
10586
            'name' => 'UTM zone 18S',
10587
            'source_crs' => 'urn:ogc:def:crs:EPSG::4618',
10588
            'target_crs' => 'urn:ogc:def:crs:EPSG::29188',
10589
            'accuracy' => 0,
10590
        ],
10591
        [
10592
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
10593
            'name' => 'UTM zone 19S',
10594
            'source_crs' => 'urn:ogc:def:crs:EPSG::4618',
10595
            'target_crs' => 'urn:ogc:def:crs:EPSG::29189',
10596
            'accuracy' => 0,
10597
        ],
10598
        [
10599
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16120',
10600
            'name' => 'UTM zone 20S',
10601
            'source_crs' => 'urn:ogc:def:crs:EPSG::4618',
10602
            'target_crs' => 'urn:ogc:def:crs:EPSG::29190',
10603
            'accuracy' => 0,
10604
        ],
10605
        [
10606
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16121',
10607
            'name' => 'UTM zone 21S',
10608
            'source_crs' => 'urn:ogc:def:crs:EPSG::4618',
10609
            'target_crs' => 'urn:ogc:def:crs:EPSG::29191',
10610
            'accuracy' => 0,
10611
        ],
10612
        [
10613
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16122',
10614
            'name' => 'UTM zone 22S',
10615
            'source_crs' => 'urn:ogc:def:crs:EPSG::4618',
10616
            'target_crs' => 'urn:ogc:def:crs:EPSG::29192',
10617
            'accuracy' => 0,
10618
        ],
10619
        [
10620
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16123',
10621
            'name' => 'UTM zone 23S',
10622
            'source_crs' => 'urn:ogc:def:crs:EPSG::4618',
10623
            'target_crs' => 'urn:ogc:def:crs:EPSG::29193',
10624
            'accuracy' => 0,
10625
        ],
10626
        [
10627
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16124',
10628
            'name' => 'UTM zone 24S',
10629
            'source_crs' => 'urn:ogc:def:crs:EPSG::4618',
10630
            'target_crs' => 'urn:ogc:def:crs:EPSG::29194',
10631
            'accuracy' => 0,
10632
        ],
10633
        [
10634
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16125',
10635
            'name' => 'UTM zone 25S',
10636
            'source_crs' => 'urn:ogc:def:crs:EPSG::4618',
10637
            'target_crs' => 'urn:ogc:def:crs:EPSG::29195',
10638
            'accuracy' => 0,
10639
        ],
10640
        [
10641
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
10642
            'name' => 'UTM zone 17N',
10643
            'source_crs' => 'urn:ogc:def:crs:EPSG::4618',
10644
            'target_crs' => 'urn:ogc:def:crs:EPSG::5463',
10645
            'accuracy' => 0,
10646
        ],
10647
        [
10648
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
10649
            'name' => 'UTM zone 20N',
10650
            'source_crs' => 'urn:ogc:def:crs:EPSG::4621',
10651
            'target_crs' => 'urn:ogc:def:crs:EPSG::2969',
10652
            'accuracy' => 0,
10653
        ],
10654
        [
10655
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
10656
            'name' => 'UTM zone 20N',
10657
            'source_crs' => 'urn:ogc:def:crs:EPSG::4622',
10658
            'target_crs' => 'urn:ogc:def:crs:EPSG::2970',
10659
            'accuracy' => 0,
10660
        ],
10661
        [
10662
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
10663
            'name' => 'UTM zone 22N',
10664
            'source_crs' => 'urn:ogc:def:crs:EPSG::4623',
10665
            'target_crs' => 'urn:ogc:def:crs:EPSG::2971',
10666
            'accuracy' => 0,
10667
        ],
10668
        [
10669
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
10670
            'name' => 'UTM zone 21N',
10671
            'source_crs' => 'urn:ogc:def:crs:EPSG::4623',
10672
            'target_crs' => 'urn:ogc:def:crs:EPSG::3312',
10673
            'accuracy' => 0,
10674
        ],
10675
        [
10676
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
10677
            'name' => 'UTM zone 22N',
10678
            'source_crs' => 'urn:ogc:def:crs:EPSG::4624',
10679
            'target_crs' => 'urn:ogc:def:crs:EPSG::2972',
10680
            'accuracy' => 0,
10681
        ],
10682
        [
10683
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
10684
            'name' => 'UTM zone 21N',
10685
            'source_crs' => 'urn:ogc:def:crs:EPSG::4624',
10686
            'target_crs' => 'urn:ogc:def:crs:EPSG::3313',
10687
            'accuracy' => 0,
10688
        ],
10689
        [
10690
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15498',
10691
            'name' => 'axis order change (2D)',
10692
            'source_crs' => 'urn:ogc:def:crs:EPSG::4624',
10693
            'target_crs' => 'urn:ogc:def:crs:EPSG::7041',
10694
            'accuracy' => 0,
10695
        ],
10696
        [
10697
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
10698
            'name' => 'UTM zone 20N',
10699
            'source_crs' => 'urn:ogc:def:crs:EPSG::4625',
10700
            'target_crs' => 'urn:ogc:def:crs:EPSG::2973',
10701
            'accuracy' => 0,
10702
        ],
10703
        [
10704
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16140',
10705
            'name' => 'UTM zone 40S',
10706
            'source_crs' => 'urn:ogc:def:crs:EPSG::4627',
10707
            'target_crs' => 'urn:ogc:def:crs:EPSG::2975',
10708
            'accuracy' => 0,
10709
        ],
10710
        [
10711
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16139',
10712
            'name' => 'UTM zone 39S',
10713
            'source_crs' => 'urn:ogc:def:crs:EPSG::4627',
10714
            'target_crs' => 'urn:ogc:def:crs:EPSG::5644',
10715
            'accuracy' => 0,
10716
        ],
10717
        [
10718
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15498',
10719
            'name' => 'axis order change (2D)',
10720
            'source_crs' => 'urn:ogc:def:crs:EPSG::4627',
10721
            'target_crs' => 'urn:ogc:def:crs:EPSG::7037',
10722
            'accuracy' => 0,
10723
        ],
10724
        [
10725
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16106',
10726
            'name' => 'UTM zone 6S',
10727
            'source_crs' => 'urn:ogc:def:crs:EPSG::4628',
10728
            'target_crs' => 'urn:ogc:def:crs:EPSG::2976',
10729
            'accuracy' => 0,
10730
        ],
10731
        [
10732
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16105',
10733
            'name' => 'UTM zone 5S',
10734
            'source_crs' => 'urn:ogc:def:crs:EPSG::4629',
10735
            'target_crs' => 'urn:ogc:def:crs:EPSG::2977',
10736
            'accuracy' => 0,
10737
        ],
10738
        [
10739
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16107',
10740
            'name' => 'UTM zone 7S',
10741
            'source_crs' => 'urn:ogc:def:crs:EPSG::4630',
10742
            'target_crs' => 'urn:ogc:def:crs:EPSG::2978',
10743
            'accuracy' => 0,
10744
        ],
10745
        [
10746
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16138',
10747
            'name' => 'UTM zone 38S',
10748
            'source_crs' => 'urn:ogc:def:crs:EPSG::4632',
10749
            'target_crs' => 'urn:ogc:def:crs:EPSG::2980',
10750
            'accuracy' => 0,
10751
        ],
10752
        [
10753
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16158',
10754
            'name' => 'UTM zone 58S',
10755
            'source_crs' => 'urn:ogc:def:crs:EPSG::4633',
10756
            'target_crs' => 'urn:ogc:def:crs:EPSG::2981',
10757
            'accuracy' => 0,
10758
        ],
10759
        [
10760
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
10761
            'name' => 'UTM zone 21N',
10762
            'source_crs' => 'urn:ogc:def:crs:EPSG::4638',
10763
            'target_crs' => 'urn:ogc:def:crs:EPSG::2987',
10764
            'accuracy' => 0,
10765
        ],
10766
        [
10767
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16101',
10768
            'name' => 'UTM zone 1S',
10769
            'source_crs' => 'urn:ogc:def:crs:EPSG::4639',
10770
            'target_crs' => 'urn:ogc:def:crs:EPSG::2988',
10771
            'accuracy' => 0,
10772
        ],
10773
        [
10774
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16158',
10775
            'name' => 'UTM zone 58S',
10776
            'source_crs' => 'urn:ogc:def:crs:EPSG::4641',
10777
            'target_crs' => 'urn:ogc:def:crs:EPSG::2995',
10778
            'accuracy' => 0,
10779
        ],
10780
        [
10781
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16159',
10782
            'name' => 'UTM zone 59S',
10783
            'source_crs' => 'urn:ogc:def:crs:EPSG::4641',
10784
            'target_crs' => 'urn:ogc:def:crs:EPSG::3172',
10785
            'accuracy' => 0,
10786
        ],
10787
        [
10788
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16158',
10789
            'name' => 'UTM zone 58S',
10790
            'source_crs' => 'urn:ogc:def:crs:EPSG::4642',
10791
            'target_crs' => 'urn:ogc:def:crs:EPSG::2996',
10792
            'accuracy' => 0,
10793
        ],
10794
        [
10795
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16158',
10796
            'name' => 'UTM zone 58S',
10797
            'source_crs' => 'urn:ogc:def:crs:EPSG::4643',
10798
            'target_crs' => 'urn:ogc:def:crs:EPSG::2997',
10799
            'accuracy' => 0,
10800
        ],
10801
        [
10802
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16158',
10803
            'name' => 'UTM zone 58S',
10804
            'source_crs' => 'urn:ogc:def:crs:EPSG::4644',
10805
            'target_crs' => 'urn:ogc:def:crs:EPSG::2998',
10806
            'accuracy' => 0,
10807
        ],
10808
        [
10809
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16138',
10810
            'name' => 'UTM zone 38S',
10811
            'source_crs' => 'urn:ogc:def:crs:EPSG::4646',
10812
            'target_crs' => 'urn:ogc:def:crs:EPSG::2999',
10813
            'accuracy' => 0,
10814
        ],
10815
        [
10816
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16026',
10817
            'name' => 'UTM zone 26N',
10818
            'source_crs' => 'urn:ogc:def:crs:EPSG::4658',
10819
            'target_crs' => 'urn:ogc:def:crs:EPSG::3054',
10820
            'accuracy' => 0,
10821
        ],
10822
        [
10823
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16027',
10824
            'name' => 'UTM zone 27N',
10825
            'source_crs' => 'urn:ogc:def:crs:EPSG::4658',
10826
            'target_crs' => 'urn:ogc:def:crs:EPSG::3055',
10827
            'accuracy' => 0,
10828
        ],
10829
        [
10830
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
10831
            'name' => 'UTM zone 28N',
10832
            'source_crs' => 'urn:ogc:def:crs:EPSG::4658',
10833
            'target_crs' => 'urn:ogc:def:crs:EPSG::3056',
10834
            'accuracy' => 0,
10835
        ],
10836
        [
10837
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16158',
10838
            'name' => 'UTM zone 58S',
10839
            'source_crs' => 'urn:ogc:def:crs:EPSG::4662',
10840
            'target_crs' => 'urn:ogc:def:crs:EPSG::3060',
10841
            'accuracy' => 0,
10842
        ],
10843
        [
10844
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
10845
            'name' => 'UTM zone 28N',
10846
            'source_crs' => 'urn:ogc:def:crs:EPSG::4663',
10847
            'target_crs' => 'urn:ogc:def:crs:EPSG::3061',
10848
            'accuracy' => 0,
10849
        ],
10850
        [
10851
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16026',
10852
            'name' => 'UTM zone 26N',
10853
            'source_crs' => 'urn:ogc:def:crs:EPSG::4664',
10854
            'target_crs' => 'urn:ogc:def:crs:EPSG::3062',
10855
            'accuracy' => 0,
10856
        ],
10857
        [
10858
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16026',
10859
            'name' => 'UTM zone 26N',
10860
            'source_crs' => 'urn:ogc:def:crs:EPSG::4665',
10861
            'target_crs' => 'urn:ogc:def:crs:EPSG::3063',
10862
            'accuracy' => 0,
10863
        ],
10864
        [
10865
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
10866
            'name' => 'UTM zone 32N',
10867
            'source_crs' => 'urn:ogc:def:crs:EPSG::4670',
10868
            'target_crs' => 'urn:ogc:def:crs:EPSG::3064',
10869
            'accuracy' => 0,
10870
        ],
10871
        [
10872
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16033',
10873
            'name' => 'UTM zone 33N',
10874
            'source_crs' => 'urn:ogc:def:crs:EPSG::4670',
10875
            'target_crs' => 'urn:ogc:def:crs:EPSG::3065',
10876
            'accuracy' => 0,
10877
        ],
10878
        [
10879
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16034',
10880
            'name' => 'UTM zone 34N',
10881
            'source_crs' => 'urn:ogc:def:crs:EPSG::4670',
10882
            'target_crs' => 'urn:ogc:def:crs:EPSG::9716',
10883
            'accuracy' => 0,
10884
        ],
10885
        [
10886
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
10887
            'name' => 'UTM zone 11N',
10888
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
10889
            'target_crs' => 'urn:ogc:def:crs:EPSG::31965',
10890
            'accuracy' => 0,
10891
        ],
10892
        [
10893
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
10894
            'name' => 'UTM zone 12N',
10895
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
10896
            'target_crs' => 'urn:ogc:def:crs:EPSG::31966',
10897
            'accuracy' => 0,
10898
        ],
10899
        [
10900
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
10901
            'name' => 'UTM zone 13N',
10902
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
10903
            'target_crs' => 'urn:ogc:def:crs:EPSG::31967',
10904
            'accuracy' => 0,
10905
        ],
10906
        [
10907
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
10908
            'name' => 'UTM zone 14N',
10909
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
10910
            'target_crs' => 'urn:ogc:def:crs:EPSG::31968',
10911
            'accuracy' => 0,
10912
        ],
10913
        [
10914
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
10915
            'name' => 'UTM zone 15N',
10916
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
10917
            'target_crs' => 'urn:ogc:def:crs:EPSG::31969',
10918
            'accuracy' => 0,
10919
        ],
10920
        [
10921
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
10922
            'name' => 'UTM zone 16N',
10923
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
10924
            'target_crs' => 'urn:ogc:def:crs:EPSG::31970',
10925
            'accuracy' => 0,
10926
        ],
10927
        [
10928
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
10929
            'name' => 'UTM zone 17N',
10930
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
10931
            'target_crs' => 'urn:ogc:def:crs:EPSG::31971',
10932
            'accuracy' => 0,
10933
        ],
10934
        [
10935
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
10936
            'name' => 'UTM zone 18N',
10937
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
10938
            'target_crs' => 'urn:ogc:def:crs:EPSG::31972',
10939
            'accuracy' => 0,
10940
        ],
10941
        [
10942
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
10943
            'name' => 'UTM zone 19N',
10944
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
10945
            'target_crs' => 'urn:ogc:def:crs:EPSG::31973',
10946
            'accuracy' => 0,
10947
        ],
10948
        [
10949
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
10950
            'name' => 'UTM zone 20N',
10951
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
10952
            'target_crs' => 'urn:ogc:def:crs:EPSG::31974',
10953
            'accuracy' => 0,
10954
        ],
10955
        [
10956
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
10957
            'name' => 'UTM zone 21N',
10958
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
10959
            'target_crs' => 'urn:ogc:def:crs:EPSG::31975',
10960
            'accuracy' => 0,
10961
        ],
10962
        [
10963
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
10964
            'name' => 'UTM zone 22N',
10965
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
10966
            'target_crs' => 'urn:ogc:def:crs:EPSG::31976',
10967
            'accuracy' => 0,
10968
        ],
10969
        [
10970
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16117',
10971
            'name' => 'UTM zone 17S',
10972
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
10973
            'target_crs' => 'urn:ogc:def:crs:EPSG::31977',
10974
            'accuracy' => 0,
10975
        ],
10976
        [
10977
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16118',
10978
            'name' => 'UTM zone 18S',
10979
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
10980
            'target_crs' => 'urn:ogc:def:crs:EPSG::31978',
10981
            'accuracy' => 0,
10982
        ],
10983
        [
10984
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
10985
            'name' => 'UTM zone 19S',
10986
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
10987
            'target_crs' => 'urn:ogc:def:crs:EPSG::31979',
10988
            'accuracy' => 0,
10989
        ],
10990
        [
10991
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16120',
10992
            'name' => 'UTM zone 20S',
10993
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
10994
            'target_crs' => 'urn:ogc:def:crs:EPSG::31980',
10995
            'accuracy' => 0,
10996
        ],
10997
        [
10998
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16121',
10999
            'name' => 'UTM zone 21S',
11000
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
11001
            'target_crs' => 'urn:ogc:def:crs:EPSG::31981',
11002
            'accuracy' => 0,
11003
        ],
11004
        [
11005
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16122',
11006
            'name' => 'UTM zone 22S',
11007
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
11008
            'target_crs' => 'urn:ogc:def:crs:EPSG::31982',
11009
            'accuracy' => 0,
11010
        ],
11011
        [
11012
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16123',
11013
            'name' => 'UTM zone 23S',
11014
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
11015
            'target_crs' => 'urn:ogc:def:crs:EPSG::31983',
11016
            'accuracy' => 0,
11017
        ],
11018
        [
11019
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16124',
11020
            'name' => 'UTM zone 24S',
11021
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
11022
            'target_crs' => 'urn:ogc:def:crs:EPSG::31984',
11023
            'accuracy' => 0,
11024
        ],
11025
        [
11026
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16125',
11027
            'name' => 'UTM zone 25S',
11028
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
11029
            'target_crs' => 'urn:ogc:def:crs:EPSG::31985',
11030
            'accuracy' => 0,
11031
        ],
11032
        [
11033
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16126',
11034
            'name' => 'UTM zone 26S',
11035
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
11036
            'target_crs' => 'urn:ogc:def:crs:EPSG::5396',
11037
            'accuracy' => 0,
11038
        ],
11039
        [
11040
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16023',
11041
            'name' => 'UTM zone 23N',
11042
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
11043
            'target_crs' => 'urn:ogc:def:crs:EPSG::6210',
11044
            'accuracy' => 0,
11045
        ],
11046
        [
11047
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16024',
11048
            'name' => 'UTM zone 24N',
11049
            'source_crs' => 'urn:ogc:def:crs:EPSG::4674',
11050
            'target_crs' => 'urn:ogc:def:crs:EPSG::6211',
11051
            'accuracy' => 0,
11052
        ],
11053
        [
11054
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16105',
11055
            'name' => 'UTM zone 5S',
11056
            'source_crs' => 'urn:ogc:def:crs:EPSG::4687',
11057
            'target_crs' => 'urn:ogc:def:crs:EPSG::3296',
11058
            'accuracy' => 0,
11059
        ],
11060
        [
11061
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16106',
11062
            'name' => 'UTM zone 6S',
11063
            'source_crs' => 'urn:ogc:def:crs:EPSG::4687',
11064
            'target_crs' => 'urn:ogc:def:crs:EPSG::3297',
11065
            'accuracy' => 0,
11066
        ],
11067
        [
11068
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16107',
11069
            'name' => 'UTM zone 7S',
11070
            'source_crs' => 'urn:ogc:def:crs:EPSG::4687',
11071
            'target_crs' => 'urn:ogc:def:crs:EPSG::3298',
11072
            'accuracy' => 0,
11073
        ],
11074
        [
11075
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16108',
11076
            'name' => 'UTM zone 8S',
11077
            'source_crs' => 'urn:ogc:def:crs:EPSG::4687',
11078
            'target_crs' => 'urn:ogc:def:crs:EPSG::3299',
11079
            'accuracy' => 0,
11080
        ],
11081
        [
11082
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16107',
11083
            'name' => 'UTM zone 7S',
11084
            'source_crs' => 'urn:ogc:def:crs:EPSG::4688',
11085
            'target_crs' => 'urn:ogc:def:crs:EPSG::3303',
11086
            'accuracy' => 0,
11087
        ],
11088
        [
11089
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16107',
11090
            'name' => 'UTM zone 7S',
11091
            'source_crs' => 'urn:ogc:def:crs:EPSG::4689',
11092
            'target_crs' => 'urn:ogc:def:crs:EPSG::3302',
11093
            'accuracy' => 0,
11094
        ],
11095
        [
11096
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16106',
11097
            'name' => 'UTM zone 6S',
11098
            'source_crs' => 'urn:ogc:def:crs:EPSG::4690',
11099
            'target_crs' => 'urn:ogc:def:crs:EPSG::3304',
11100
            'accuracy' => 0,
11101
        ],
11102
        [
11103
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16106',
11104
            'name' => 'UTM zone 6S',
11105
            'source_crs' => 'urn:ogc:def:crs:EPSG::4691',
11106
            'target_crs' => 'urn:ogc:def:crs:EPSG::3305',
11107
            'accuracy' => 0,
11108
        ],
11109
        [
11110
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16105',
11111
            'name' => 'UTM zone 5S',
11112
            'source_crs' => 'urn:ogc:def:crs:EPSG::4692',
11113
            'target_crs' => 'urn:ogc:def:crs:EPSG::3306',
11114
            'accuracy' => 0,
11115
        ],
11116
        [
11117
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
11118
            'name' => 'UTM zone 39N',
11119
            'source_crs' => 'urn:ogc:def:crs:EPSG::4693',
11120
            'target_crs' => 'urn:ogc:def:crs:EPSG::3307',
11121
            'accuracy' => 0,
11122
        ],
11123
        [
11124
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16142',
11125
            'name' => 'UTM zone 42S',
11126
            'source_crs' => 'urn:ogc:def:crs:EPSG::4698',
11127
            'target_crs' => 'urn:ogc:def:crs:EPSG::3336',
11128
            'accuracy' => 0,
11129
        ],
11130
        [
11131
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
11132
            'name' => 'UTM zone 28N',
11133
            'source_crs' => 'urn:ogc:def:crs:EPSG::4700',
11134
            'target_crs' => 'urn:ogc:def:crs:EPSG::3367',
11135
            'accuracy' => 0,
11136
        ],
11137
        [
11138
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
11139
            'name' => 'UTM zone 29N',
11140
            'source_crs' => 'urn:ogc:def:crs:EPSG::4700',
11141
            'target_crs' => 'urn:ogc:def:crs:EPSG::3368',
11142
            'accuracy' => 0,
11143
        ],
11144
        [
11145
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16030',
11146
            'name' => 'UTM zone 30N',
11147
            'source_crs' => 'urn:ogc:def:crs:EPSG::4700',
11148
            'target_crs' => 'urn:ogc:def:crs:EPSG::3369',
11149
            'accuracy' => 0,
11150
        ],
11151
        [
11152
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16133',
11153
            'name' => 'UTM zone 33S',
11154
            'source_crs' => 'urn:ogc:def:crs:EPSG::4701',
11155
            'target_crs' => 'urn:ogc:def:crs:EPSG::3342',
11156
            'accuracy' => 0,
11157
        ],
11158
        [
11159
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
11160
            'name' => 'UTM zone 28N',
11161
            'source_crs' => 'urn:ogc:def:crs:EPSG::4702',
11162
            'target_crs' => 'urn:ogc:def:crs:EPSG::3343',
11163
            'accuracy' => 0,
11164
        ],
11165
        [
11166
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
11167
            'name' => 'UTM zone 29N',
11168
            'source_crs' => 'urn:ogc:def:crs:EPSG::4702',
11169
            'target_crs' => 'urn:ogc:def:crs:EPSG::3344',
11170
            'accuracy' => 0,
11171
        ],
11172
        [
11173
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16030',
11174
            'name' => 'UTM zone 30N',
11175
            'source_crs' => 'urn:ogc:def:crs:EPSG::4702',
11176
            'target_crs' => 'urn:ogc:def:crs:EPSG::3345',
11177
            'accuracy' => 0,
11178
        ],
11179
        [
11180
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16132',
11181
            'name' => 'UTM zone 32S',
11182
            'source_crs' => 'urn:ogc:def:crs:EPSG::4704',
11183
            'target_crs' => 'urn:ogc:def:crs:EPSG::3353',
11184
            'accuracy' => 0,
11185
        ],
11186
        [
11187
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16132',
11188
            'name' => 'UTM zone 32S',
11189
            'source_crs' => 'urn:ogc:def:crs:EPSG::4705',
11190
            'target_crs' => 'urn:ogc:def:crs:EPSG::3354',
11191
            'accuracy' => 0,
11192
        ],
11193
        [
11194
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16130',
11195
            'name' => 'UTM zone 30S',
11196
            'source_crs' => 'urn:ogc:def:crs:EPSG::4710',
11197
            'target_crs' => 'urn:ogc:def:crs:EPSG::7878',
11198
            'accuracy' => 0,
11199
        ],
11200
        [
11201
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16160',
11202
            'name' => 'UTM zone 60S',
11203
            'source_crs' => 'urn:ogc:def:crs:EPSG::4721',
11204
            'target_crs' => 'urn:ogc:def:crs:EPSG::3141',
11205
            'accuracy' => 0,
11206
        ],
11207
        [
11208
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16101',
11209
            'name' => 'UTM zone 1S',
11210
            'source_crs' => 'urn:ogc:def:crs:EPSG::4721',
11211
            'target_crs' => 'urn:ogc:def:crs:EPSG::3142',
11212
            'accuracy' => 0,
11213
        ],
11214
        [
11215
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16027',
11216
            'name' => 'UTM zone 27N',
11217
            'source_crs' => 'urn:ogc:def:crs:EPSG::4728',
11218
            'target_crs' => 'urn:ogc:def:crs:EPSG::9406',
11219
            'accuracy' => 0,
11220
        ],
11221
        [
11222
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
11223
            'name' => 'UTM zone 28N',
11224
            'source_crs' => 'urn:ogc:def:crs:EPSG::4728',
11225
            'target_crs' => 'urn:ogc:def:crs:EPSG::9407',
11226
            'accuracy' => 0,
11227
        ],
11228
        [
11229
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16109',
11230
            'name' => 'UTM zone 9S',
11231
            'source_crs' => 'urn:ogc:def:crs:EPSG::4729',
11232
            'target_crs' => 'urn:ogc:def:crs:EPSG::3784',
11233
            'accuracy' => 0,
11234
        ],
11235
        [
11236
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15843',
11237
            'name' => 'PZ-90 to WGS 84 (1)',
11238
            'source_crs' => 'urn:ogc:def:crs:EPSG::4740',
11239
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
11240
            'accuracy' => 1.5,
11241
        ],
11242
        [
11243
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
11244
            'name' => 'UTM zone 29N',
11245
            'source_crs' => 'urn:ogc:def:crs:EPSG::4741',
11246
            'target_crs' => 'urn:ogc:def:crs:EPSG::3374',
11247
            'accuracy' => 0,
11248
        ],
11249
        [
11250
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16037',
11251
            'name' => 'UTM zone 37N',
11252
            'source_crs' => 'urn:ogc:def:crs:EPSG::4743',
11253
            'target_crs' => 'urn:ogc:def:crs:EPSG::3391',
11254
            'accuracy' => 0,
11255
        ],
11256
        [
11257
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16038',
11258
            'name' => 'UTM zone 38N',
11259
            'source_crs' => 'urn:ogc:def:crs:EPSG::4743',
11260
            'target_crs' => 'urn:ogc:def:crs:EPSG::3392',
11261
            'accuracy' => 0,
11262
        ],
11263
        [
11264
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
11265
            'name' => 'UTM zone 39N',
11266
            'source_crs' => 'urn:ogc:def:crs:EPSG::4743',
11267
            'target_crs' => 'urn:ogc:def:crs:EPSG::3393',
11268
            'accuracy' => 0,
11269
        ],
11270
        [
11271
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16037',
11272
            'name' => 'UTM zone 37N',
11273
            'source_crs' => 'urn:ogc:def:crs:EPSG::4744',
11274
            'target_crs' => 'urn:ogc:def:crs:EPSG::7005',
11275
            'accuracy' => 0,
11276
        ],
11277
        [
11278
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16038',
11279
            'name' => 'UTM zone 38N',
11280
            'source_crs' => 'urn:ogc:def:crs:EPSG::4744',
11281
            'target_crs' => 'urn:ogc:def:crs:EPSG::7006',
11282
            'accuracy' => 0,
11283
        ],
11284
        [
11285
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
11286
            'name' => 'UTM zone 39N',
11287
            'source_crs' => 'urn:ogc:def:crs:EPSG::4744',
11288
            'target_crs' => 'urn:ogc:def:crs:EPSG::7007',
11289
            'accuracy' => 0,
11290
        ],
11291
        [
11292
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16264',
11293
            'name' => '3-degree Gauss-Kruger zone 4',
11294
            'source_crs' => 'urn:ogc:def:crs:EPSG::4745',
11295
            'target_crs' => 'urn:ogc:def:crs:EPSG::3398',
11296
            'accuracy' => 0,
11297
        ],
11298
        [
11299
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16265',
11300
            'name' => '3-degree Gauss-Kruger zone 5',
11301
            'source_crs' => 'urn:ogc:def:crs:EPSG::4745',
11302
            'target_crs' => 'urn:ogc:def:crs:EPSG::3399',
11303
            'accuracy' => 0,
11304
        ],
11305
        [
11306
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16264',
11307
            'name' => '3-degree Gauss-Kruger zone 4',
11308
            'source_crs' => 'urn:ogc:def:crs:EPSG::4745',
11309
            'target_crs' => 'urn:ogc:def:crs:EPSG::5668',
11310
            'accuracy' => 0,
11311
        ],
11312
        [
11313
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16265',
11314
            'name' => '3-degree Gauss-Kruger zone 5',
11315
            'source_crs' => 'urn:ogc:def:crs:EPSG::4745',
11316
            'target_crs' => 'urn:ogc:def:crs:EPSG::5669',
11317
            'accuracy' => 0,
11318
        ],
11319
        [
11320
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16263',
11321
            'name' => '3-degree Gauss-Kruger zone 3',
11322
            'source_crs' => 'urn:ogc:def:crs:EPSG::4746',
11323
            'target_crs' => 'urn:ogc:def:crs:EPSG::3396',
11324
            'accuracy' => 0,
11325
        ],
11326
        [
11327
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16264',
11328
            'name' => '3-degree Gauss-Kruger zone 4',
11329
            'source_crs' => 'urn:ogc:def:crs:EPSG::4746',
11330
            'target_crs' => 'urn:ogc:def:crs:EPSG::3397',
11331
            'accuracy' => 0,
11332
        ],
11333
        [
11334
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16263',
11335
            'name' => '3-degree Gauss-Kruger zone 3',
11336
            'source_crs' => 'urn:ogc:def:crs:EPSG::4746',
11337
            'target_crs' => 'urn:ogc:def:crs:EPSG::5666',
11338
            'accuracy' => 0,
11339
        ],
11340
        [
11341
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16264',
11342
            'name' => '3-degree Gauss-Kruger zone 4',
11343
            'source_crs' => 'urn:ogc:def:crs:EPSG::4746',
11344
            'target_crs' => 'urn:ogc:def:crs:EPSG::5667',
11345
            'accuracy' => 0,
11346
        ],
11347
        [
11348
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
11349
            'name' => 'UTM zone 18N',
11350
            'source_crs' => 'urn:ogc:def:crs:EPSG::4747',
11351
            'target_crs' => 'urn:ogc:def:crs:EPSG::3178',
11352
            'accuracy' => 0,
11353
        ],
11354
        [
11355
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
11356
            'name' => 'UTM zone 19N',
11357
            'source_crs' => 'urn:ogc:def:crs:EPSG::4747',
11358
            'target_crs' => 'urn:ogc:def:crs:EPSG::3179',
11359
            'accuracy' => 0,
11360
        ],
11361
        [
11362
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
11363
            'name' => 'UTM zone 20N',
11364
            'source_crs' => 'urn:ogc:def:crs:EPSG::4747',
11365
            'target_crs' => 'urn:ogc:def:crs:EPSG::3180',
11366
            'accuracy' => 0,
11367
        ],
11368
        [
11369
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
11370
            'name' => 'UTM zone 21N',
11371
            'source_crs' => 'urn:ogc:def:crs:EPSG::4747',
11372
            'target_crs' => 'urn:ogc:def:crs:EPSG::3181',
11373
            'accuracy' => 0,
11374
        ],
11375
        [
11376
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
11377
            'name' => 'UTM zone 22N',
11378
            'source_crs' => 'urn:ogc:def:crs:EPSG::4747',
11379
            'target_crs' => 'urn:ogc:def:crs:EPSG::3182',
11380
            'accuracy' => 0,
11381
        ],
11382
        [
11383
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16023',
11384
            'name' => 'UTM zone 23N',
11385
            'source_crs' => 'urn:ogc:def:crs:EPSG::4747',
11386
            'target_crs' => 'urn:ogc:def:crs:EPSG::3183',
11387
            'accuracy' => 0,
11388
        ],
11389
        [
11390
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16024',
11391
            'name' => 'UTM zone 24N',
11392
            'source_crs' => 'urn:ogc:def:crs:EPSG::4747',
11393
            'target_crs' => 'urn:ogc:def:crs:EPSG::3184',
11394
            'accuracy' => 0,
11395
        ],
11396
        [
11397
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16025',
11398
            'name' => 'UTM zone 25N',
11399
            'source_crs' => 'urn:ogc:def:crs:EPSG::4747',
11400
            'target_crs' => 'urn:ogc:def:crs:EPSG::3185',
11401
            'accuracy' => 0,
11402
        ],
11403
        [
11404
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16026',
11405
            'name' => 'UTM zone 26N',
11406
            'source_crs' => 'urn:ogc:def:crs:EPSG::4747',
11407
            'target_crs' => 'urn:ogc:def:crs:EPSG::3186',
11408
            'accuracy' => 0,
11409
        ],
11410
        [
11411
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16027',
11412
            'name' => 'UTM zone 27N',
11413
            'source_crs' => 'urn:ogc:def:crs:EPSG::4747',
11414
            'target_crs' => 'urn:ogc:def:crs:EPSG::3187',
11415
            'accuracy' => 0,
11416
        ],
11417
        [
11418
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
11419
            'name' => 'UTM zone 28N',
11420
            'source_crs' => 'urn:ogc:def:crs:EPSG::4747',
11421
            'target_crs' => 'urn:ogc:def:crs:EPSG::3188',
11422
            'accuracy' => 0,
11423
        ],
11424
        [
11425
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16029',
11426
            'name' => 'UTM zone 29N',
11427
            'source_crs' => 'urn:ogc:def:crs:EPSG::4747',
11428
            'target_crs' => 'urn:ogc:def:crs:EPSG::3189',
11429
            'accuracy' => 0,
11430
        ],
11431
        [
11432
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15498',
11433
            'name' => 'axis order change (2D)',
11434
            'source_crs' => 'urn:ogc:def:crs:EPSG::4749',
11435
            'target_crs' => 'urn:ogc:def:crs:EPSG::10307',
11436
            'accuracy' => 0,
11437
        ],
11438
        [
11439
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16157',
11440
            'name' => 'UTM zone 57S',
11441
            'source_crs' => 'urn:ogc:def:crs:EPSG::4749',
11442
            'target_crs' => 'urn:ogc:def:crs:EPSG::3169',
11443
            'accuracy' => 0,
11444
        ],
11445
        [
11446
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16158',
11447
            'name' => 'UTM zone 58S',
11448
            'source_crs' => 'urn:ogc:def:crs:EPSG::4749',
11449
            'target_crs' => 'urn:ogc:def:crs:EPSG::3170',
11450
            'accuracy' => 0,
11451
        ],
11452
        [
11453
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16159',
11454
            'name' => 'UTM zone 59S',
11455
            'source_crs' => 'urn:ogc:def:crs:EPSG::4749',
11456
            'target_crs' => 'urn:ogc:def:crs:EPSG::3171',
11457
            'accuracy' => 0,
11458
        ],
11459
        [
11460
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16158',
11461
            'name' => 'UTM zone 58S',
11462
            'source_crs' => 'urn:ogc:def:crs:EPSG::4750',
11463
            'target_crs' => 'urn:ogc:def:crs:EPSG::3164',
11464
            'accuracy' => 0,
11465
        ],
11466
        [
11467
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
11468
            'name' => 'UTM zone 32N',
11469
            'source_crs' => 'urn:ogc:def:crs:EPSG::4754',
11470
            'target_crs' => 'urn:ogc:def:crs:EPSG::3199',
11471
            'accuracy' => 0,
11472
        ],
11473
        [
11474
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16033',
11475
            'name' => 'UTM zone 33N',
11476
            'source_crs' => 'urn:ogc:def:crs:EPSG::4754',
11477
            'target_crs' => 'urn:ogc:def:crs:EPSG::3201',
11478
            'accuracy' => 0,
11479
        ],
11480
        [
11481
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16034',
11482
            'name' => 'UTM zone 34N',
11483
            'source_crs' => 'urn:ogc:def:crs:EPSG::4754',
11484
            'target_crs' => 'urn:ogc:def:crs:EPSG::3202',
11485
            'accuracy' => 0,
11486
        ],
11487
        [
11488
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16035',
11489
            'name' => 'UTM zone 35N',
11490
            'source_crs' => 'urn:ogc:def:crs:EPSG::4754',
11491
            'target_crs' => 'urn:ogc:def:crs:EPSG::3203',
11492
            'accuracy' => 0,
11493
        ],
11494
        [
11495
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16046',
11496
            'name' => 'UTM zone 46N',
11497
            'source_crs' => 'urn:ogc:def:crs:EPSG::4755',
11498
            'target_crs' => 'urn:ogc:def:crs:EPSG::23866',
11499
            'accuracy' => 0,
11500
        ],
11501
        [
11502
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16047',
11503
            'name' => 'UTM zone 47N',
11504
            'source_crs' => 'urn:ogc:def:crs:EPSG::4755',
11505
            'target_crs' => 'urn:ogc:def:crs:EPSG::23867',
11506
            'accuracy' => 0,
11507
        ],
11508
        [
11509
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16048',
11510
            'name' => 'UTM zone 48N',
11511
            'source_crs' => 'urn:ogc:def:crs:EPSG::4755',
11512
            'target_crs' => 'urn:ogc:def:crs:EPSG::23868',
11513
            'accuracy' => 0,
11514
        ],
11515
        [
11516
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16049',
11517
            'name' => 'UTM zone 49N',
11518
            'source_crs' => 'urn:ogc:def:crs:EPSG::4755',
11519
            'target_crs' => 'urn:ogc:def:crs:EPSG::23869',
11520
            'accuracy' => 0,
11521
        ],
11522
        [
11523
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16050',
11524
            'name' => 'UTM zone 50N',
11525
            'source_crs' => 'urn:ogc:def:crs:EPSG::4755',
11526
            'target_crs' => 'urn:ogc:def:crs:EPSG::23870',
11527
            'accuracy' => 0,
11528
        ],
11529
        [
11530
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16051',
11531
            'name' => 'UTM zone 51N',
11532
            'source_crs' => 'urn:ogc:def:crs:EPSG::4755',
11533
            'target_crs' => 'urn:ogc:def:crs:EPSG::23871',
11534
            'accuracy' => 0,
11535
        ],
11536
        [
11537
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16052',
11538
            'name' => 'UTM zone 52N',
11539
            'source_crs' => 'urn:ogc:def:crs:EPSG::4755',
11540
            'target_crs' => 'urn:ogc:def:crs:EPSG::23872',
11541
            'accuracy' => 0,
11542
        ],
11543
        [
11544
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16147',
11545
            'name' => 'UTM zone 47S',
11546
            'source_crs' => 'urn:ogc:def:crs:EPSG::4755',
11547
            'target_crs' => 'urn:ogc:def:crs:EPSG::23877',
11548
            'accuracy' => 0,
11549
        ],
11550
        [
11551
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16148',
11552
            'name' => 'UTM zone 48S',
11553
            'source_crs' => 'urn:ogc:def:crs:EPSG::4755',
11554
            'target_crs' => 'urn:ogc:def:crs:EPSG::23878',
11555
            'accuracy' => 0,
11556
        ],
11557
        [
11558
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16149',
11559
            'name' => 'UTM zone 49S',
11560
            'source_crs' => 'urn:ogc:def:crs:EPSG::4755',
11561
            'target_crs' => 'urn:ogc:def:crs:EPSG::23879',
11562
            'accuracy' => 0,
11563
        ],
11564
        [
11565
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16150',
11566
            'name' => 'UTM zone 50S',
11567
            'source_crs' => 'urn:ogc:def:crs:EPSG::4755',
11568
            'target_crs' => 'urn:ogc:def:crs:EPSG::23880',
11569
            'accuracy' => 0,
11570
        ],
11571
        [
11572
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16151',
11573
            'name' => 'UTM zone 51S',
11574
            'source_crs' => 'urn:ogc:def:crs:EPSG::4755',
11575
            'target_crs' => 'urn:ogc:def:crs:EPSG::23881',
11576
            'accuracy' => 0,
11577
        ],
11578
        [
11579
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16152',
11580
            'name' => 'UTM zone 52S',
11581
            'source_crs' => 'urn:ogc:def:crs:EPSG::4755',
11582
            'target_crs' => 'urn:ogc:def:crs:EPSG::23882',
11583
            'accuracy' => 0,
11584
        ],
11585
        [
11586
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16153',
11587
            'name' => 'UTM zone 53S',
11588
            'source_crs' => 'urn:ogc:def:crs:EPSG::4755',
11589
            'target_crs' => 'urn:ogc:def:crs:EPSG::23883',
11590
            'accuracy' => 0,
11591
        ],
11592
        [
11593
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16154',
11594
            'name' => 'UTM zone 54S',
11595
            'source_crs' => 'urn:ogc:def:crs:EPSG::4755',
11596
            'target_crs' => 'urn:ogc:def:crs:EPSG::23884',
11597
            'accuracy' => 0,
11598
        ],
11599
        [
11600
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16048',
11601
            'name' => 'UTM zone 48N',
11602
            'source_crs' => 'urn:ogc:def:crs:EPSG::4756',
11603
            'target_crs' => 'urn:ogc:def:crs:EPSG::3405',
11604
            'accuracy' => 0,
11605
        ],
11606
        [
11607
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16049',
11608
            'name' => 'UTM zone 49N',
11609
            'source_crs' => 'urn:ogc:def:crs:EPSG::4756',
11610
            'target_crs' => 'urn:ogc:def:crs:EPSG::3406',
11611
            'accuracy' => 0,
11612
        ],
11613
        [
11614
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
11615
            'name' => 'UTM zone 17N',
11616
            'source_crs' => 'urn:ogc:def:crs:EPSG::4758',
11617
            'target_crs' => 'urn:ogc:def:crs:EPSG::3449',
11618
            'accuracy' => 0,
11619
        ],
11620
        [
11621
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
11622
            'name' => 'UTM zone 18N',
11623
            'source_crs' => 'urn:ogc:def:crs:EPSG::4758',
11624
            'target_crs' => 'urn:ogc:def:crs:EPSG::3450',
11625
            'accuracy' => 0,
11626
        ],
11627
        [
11628
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16059',
11629
            'name' => 'UTM zone 59N',
11630
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11631
            'target_crs' => 'urn:ogc:def:crs:EPSG::3706',
11632
            'accuracy' => 0,
11633
        ],
11634
        [
11635
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16060',
11636
            'name' => 'UTM zone 60N',
11637
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11638
            'target_crs' => 'urn:ogc:def:crs:EPSG::3707',
11639
            'accuracy' => 0,
11640
        ],
11641
        [
11642
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16001',
11643
            'name' => 'UTM zone 1N',
11644
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11645
            'target_crs' => 'urn:ogc:def:crs:EPSG::3708',
11646
            'accuracy' => 0,
11647
        ],
11648
        [
11649
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16002',
11650
            'name' => 'UTM zone 2N',
11651
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11652
            'target_crs' => 'urn:ogc:def:crs:EPSG::3709',
11653
            'accuracy' => 0,
11654
        ],
11655
        [
11656
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16003',
11657
            'name' => 'UTM zone 3N',
11658
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11659
            'target_crs' => 'urn:ogc:def:crs:EPSG::3710',
11660
            'accuracy' => 0,
11661
        ],
11662
        [
11663
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16004',
11664
            'name' => 'UTM zone 4N',
11665
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11666
            'target_crs' => 'urn:ogc:def:crs:EPSG::3711',
11667
            'accuracy' => 0,
11668
        ],
11669
        [
11670
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16005',
11671
            'name' => 'UTM zone 5N',
11672
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11673
            'target_crs' => 'urn:ogc:def:crs:EPSG::3712',
11674
            'accuracy' => 0,
11675
        ],
11676
        [
11677
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16006',
11678
            'name' => 'UTM zone 6N',
11679
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11680
            'target_crs' => 'urn:ogc:def:crs:EPSG::3713',
11681
            'accuracy' => 0,
11682
        ],
11683
        [
11684
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16007',
11685
            'name' => 'UTM zone 7N',
11686
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11687
            'target_crs' => 'urn:ogc:def:crs:EPSG::3714',
11688
            'accuracy' => 0,
11689
        ],
11690
        [
11691
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16008',
11692
            'name' => 'UTM zone 8N',
11693
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11694
            'target_crs' => 'urn:ogc:def:crs:EPSG::3715',
11695
            'accuracy' => 0,
11696
        ],
11697
        [
11698
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16009',
11699
            'name' => 'UTM zone 9N',
11700
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11701
            'target_crs' => 'urn:ogc:def:crs:EPSG::3716',
11702
            'accuracy' => 0,
11703
        ],
11704
        [
11705
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16010',
11706
            'name' => 'UTM zone 10N',
11707
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11708
            'target_crs' => 'urn:ogc:def:crs:EPSG::3717',
11709
            'accuracy' => 0,
11710
        ],
11711
        [
11712
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
11713
            'name' => 'UTM zone 11N',
11714
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11715
            'target_crs' => 'urn:ogc:def:crs:EPSG::3718',
11716
            'accuracy' => 0,
11717
        ],
11718
        [
11719
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
11720
            'name' => 'UTM zone 12N',
11721
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11722
            'target_crs' => 'urn:ogc:def:crs:EPSG::3719',
11723
            'accuracy' => 0,
11724
        ],
11725
        [
11726
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
11727
            'name' => 'UTM zone 13N',
11728
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11729
            'target_crs' => 'urn:ogc:def:crs:EPSG::3720',
11730
            'accuracy' => 0,
11731
        ],
11732
        [
11733
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
11734
            'name' => 'UTM zone 14N',
11735
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11736
            'target_crs' => 'urn:ogc:def:crs:EPSG::3721',
11737
            'accuracy' => 0,
11738
        ],
11739
        [
11740
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
11741
            'name' => 'UTM zone 15N',
11742
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11743
            'target_crs' => 'urn:ogc:def:crs:EPSG::3722',
11744
            'accuracy' => 0,
11745
        ],
11746
        [
11747
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
11748
            'name' => 'UTM zone 16N',
11749
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11750
            'target_crs' => 'urn:ogc:def:crs:EPSG::3723',
11751
            'accuracy' => 0,
11752
        ],
11753
        [
11754
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
11755
            'name' => 'UTM zone 17N',
11756
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11757
            'target_crs' => 'urn:ogc:def:crs:EPSG::3724',
11758
            'accuracy' => 0,
11759
        ],
11760
        [
11761
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
11762
            'name' => 'UTM zone 18N',
11763
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11764
            'target_crs' => 'urn:ogc:def:crs:EPSG::3725',
11765
            'accuracy' => 0,
11766
        ],
11767
        [
11768
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
11769
            'name' => 'UTM zone 19N',
11770
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
11771
            'target_crs' => 'urn:ogc:def:crs:EPSG::3726',
11772
            'accuracy' => 0,
11773
        ],
11774
        [
11775
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16033',
11776
            'name' => 'UTM zone 33N',
11777
            'source_crs' => 'urn:ogc:def:crs:EPSG::4761',
11778
            'target_crs' => 'urn:ogc:def:crs:EPSG::3767',
11779
            'accuracy' => 0,
11780
        ],
11781
        [
11782
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16034',
11783
            'name' => 'UTM zone 34N',
11784
            'source_crs' => 'urn:ogc:def:crs:EPSG::4761',
11785
            'target_crs' => 'urn:ogc:def:crs:EPSG::3768',
11786
            'accuracy' => 0,
11787
        ],
11788
        [
11789
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16033',
11790
            'name' => 'UTM zone 33N',
11791
            'source_crs' => 'urn:ogc:def:crs:EPSG::4765',
11792
            'target_crs' => 'urn:ogc:def:crs:EPSG::8687',
11793
            'accuracy' => 0,
11794
        ],
11795
        [
11796
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
11797
            'name' => 'geocentric to geographic3D',
11798
            'source_crs' => 'urn:ogc:def:crs:EPSG::4882',
11799
            'target_crs' => 'urn:ogc:def:crs:EPSG::4883',
11800
            'accuracy' => 0,
11801
        ],
11802
        [
11803
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
11804
            'name' => 'geographic3D to geographic2D',
11805
            'source_crs' => 'urn:ogc:def:crs:EPSG::4883',
11806
            'target_crs' => 'urn:ogc:def:crs:EPSG::4765',
11807
            'accuracy' => 0,
11808
        ],
11809
        [
11810
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
11811
            'name' => 'geocentric to geographic3D',
11812
            'source_crs' => 'urn:ogc:def:crs:EPSG::4884',
11813
            'target_crs' => 'urn:ogc:def:crs:EPSG::4885',
11814
            'accuracy' => 0,
11815
        ],
11816
        [
11817
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
11818
            'name' => 'geographic3D to geographic2D',
11819
            'source_crs' => 'urn:ogc:def:crs:EPSG::4885',
11820
            'target_crs' => 'urn:ogc:def:crs:EPSG::4764',
11821
            'accuracy' => 0,
11822
        ],
11823
        [
11824
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
11825
            'name' => 'geocentric to geographic3D',
11826
            'source_crs' => 'urn:ogc:def:crs:EPSG::4886',
11827
            'target_crs' => 'urn:ogc:def:crs:EPSG::4887',
11828
            'accuracy' => 0,
11829
        ],
11830
        [
11831
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
11832
            'name' => 'geographic3D to geographic2D',
11833
            'source_crs' => 'urn:ogc:def:crs:EPSG::4887',
11834
            'target_crs' => 'urn:ogc:def:crs:EPSG::4762',
11835
            'accuracy' => 0,
11836
        ],
11837
        [
11838
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
11839
            'name' => 'geocentric to geographic3D',
11840
            'source_crs' => 'urn:ogc:def:crs:EPSG::4888',
11841
            'target_crs' => 'urn:ogc:def:crs:EPSG::4889',
11842
            'accuracy' => 0,
11843
        ],
11844
        [
11845
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
11846
            'name' => 'geographic3D to geographic2D',
11847
            'source_crs' => 'urn:ogc:def:crs:EPSG::4889',
11848
            'target_crs' => 'urn:ogc:def:crs:EPSG::4761',
11849
            'accuracy' => 0,
11850
        ],
11851
        [
11852
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
11853
            'name' => 'geocentric to geographic3D',
11854
            'source_crs' => 'urn:ogc:def:crs:EPSG::4890',
11855
            'target_crs' => 'urn:ogc:def:crs:EPSG::4891',
11856
            'accuracy' => 0,
11857
        ],
11858
        [
11859
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
11860
            'name' => 'geographic3D to geographic2D',
11861
            'source_crs' => 'urn:ogc:def:crs:EPSG::4891',
11862
            'target_crs' => 'urn:ogc:def:crs:EPSG::4760',
11863
            'accuracy' => 0,
11864
        ],
11865
        [
11866
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
11867
            'name' => 'geocentric to geographic3D',
11868
            'source_crs' => 'urn:ogc:def:crs:EPSG::4892',
11869
            'target_crs' => 'urn:ogc:def:crs:EPSG::4893',
11870
            'accuracy' => 0,
11871
        ],
11872
        [
11873
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
11874
            'name' => 'geographic3D to geographic2D',
11875
            'source_crs' => 'urn:ogc:def:crs:EPSG::4893',
11876
            'target_crs' => 'urn:ogc:def:crs:EPSG::4759',
11877
            'accuracy' => 0,
11878
        ],
11879
        [
11880
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
11881
            'name' => 'geocentric to geographic3D',
11882
            'source_crs' => 'urn:ogc:def:crs:EPSG::4894',
11883
            'target_crs' => 'urn:ogc:def:crs:EPSG::4895',
11884
            'accuracy' => 0,
11885
        ],
11886
        [
11887
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
11888
            'name' => 'geographic3D to geographic2D',
11889
            'source_crs' => 'urn:ogc:def:crs:EPSG::4895',
11890
            'target_crs' => 'urn:ogc:def:crs:EPSG::4758',
11891
            'accuracy' => 0,
11892
        ],
11893
        [
11894
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8079',
11895
            'name' => 'ITRF2005 to ITRF2014 (1)',
11896
            'source_crs' => 'urn:ogc:def:crs:EPSG::4896',
11897
            'target_crs' => 'urn:ogc:def:crs:EPSG::7789',
11898
            'accuracy' => 0.01,
11899
        ],
11900
        [
11901
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
11902
            'name' => 'geocentric to geographic3D',
11903
            'source_crs' => 'urn:ogc:def:crs:EPSG::4896',
11904
            'target_crs' => 'urn:ogc:def:crs:EPSG::7910',
11905
            'accuracy' => 0,
11906
        ],
11907
        [
11908
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9030',
11909
            'name' => 'ITRF2005 to IGS05 (1)',
11910
            'source_crs' => 'urn:ogc:def:crs:EPSG::4896',
11911
            'target_crs' => 'urn:ogc:def:crs:EPSG::9010',
11912
            'accuracy' => 0.0,
11913
        ],
11914
        [
11915
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9993',
11916
            'name' => 'ITRF2005 to ITRF2020 (1)',
11917
            'source_crs' => 'urn:ogc:def:crs:EPSG::4896',
11918
            'target_crs' => 'urn:ogc:def:crs:EPSG::9988',
11919
            'accuracy' => 0.01,
11920
        ],
11921
        [
11922
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
11923
            'name' => 'geocentric to geographic3D',
11924
            'source_crs' => 'urn:ogc:def:crs:EPSG::4897',
11925
            'target_crs' => 'urn:ogc:def:crs:EPSG::4898',
11926
            'accuracy' => 0,
11927
        ],
11928
        [
11929
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
11930
            'name' => 'geographic3D to geographic2D',
11931
            'source_crs' => 'urn:ogc:def:crs:EPSG::4898',
11932
            'target_crs' => 'urn:ogc:def:crs:EPSG::4755',
11933
            'accuracy' => 0,
11934
        ],
11935
        [
11936
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
11937
            'name' => 'geocentric to geographic3D',
11938
            'source_crs' => 'urn:ogc:def:crs:EPSG::4899',
11939
            'target_crs' => 'urn:ogc:def:crs:EPSG::4900',
11940
            'accuracy' => 0,
11941
        ],
11942
        [
11943
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
11944
            'name' => 'geographic3D to geographic2D',
11945
            'source_crs' => 'urn:ogc:def:crs:EPSG::4900',
11946
            'target_crs' => 'urn:ogc:def:crs:EPSG::4754',
11947
            'accuracy' => 0,
11948
        ],
11949
        [
11950
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
11951
            'name' => 'geocentric to geographic3D',
11952
            'source_crs' => 'urn:ogc:def:crs:EPSG::4906',
11953
            'target_crs' => 'urn:ogc:def:crs:EPSG::4907',
11954
            'accuracy' => 0,
11955
        ],
11956
        [
11957
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15499',
11958
            'name' => 'axis order change (geographic3D horizontal)',
11959
            'source_crs' => 'urn:ogc:def:crs:EPSG::4907',
11960
            'target_crs' => 'urn:ogc:def:crs:EPSG::10300',
11961
            'accuracy' => 0,
11962
        ],
11963
        [
11964
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
11965
            'name' => 'geographic3D to geographic2D',
11966
            'source_crs' => 'urn:ogc:def:crs:EPSG::4907',
11967
            'target_crs' => 'urn:ogc:def:crs:EPSG::4749',
11968
            'accuracy' => 0,
11969
        ],
11970
        [
11971
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
11972
            'name' => 'geocentric to geographic3D',
11973
            'source_crs' => 'urn:ogc:def:crs:EPSG::4908',
11974
            'target_crs' => 'urn:ogc:def:crs:EPSG::4909',
11975
            'accuracy' => 0,
11976
        ],
11977
        [
11978
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
11979
            'name' => 'geographic3D to geographic2D',
11980
            'source_crs' => 'urn:ogc:def:crs:EPSG::4909',
11981
            'target_crs' => 'urn:ogc:def:crs:EPSG::4747',
11982
            'accuracy' => 0,
11983
        ],
11984
        [
11985
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10139',
11986
            'name' => 'ITRF88 to ITRF89 (2)',
11987
            'source_crs' => 'urn:ogc:def:crs:EPSG::4910',
11988
            'target_crs' => 'urn:ogc:def:crs:EPSG::4911',
11989
            'accuracy' => 0.01,
11990
        ],
11991
        [
11992
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8069',
11993
            'name' => 'ITRF88 to ITRF2014 (1)',
11994
            'source_crs' => 'urn:ogc:def:crs:EPSG::4910',
11995
            'target_crs' => 'urn:ogc:def:crs:EPSG::7789',
11996
            'accuracy' => 0.01,
11997
        ],
11998
        [
11999
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12000
            'name' => 'geocentric to geographic3D',
12001
            'source_crs' => 'urn:ogc:def:crs:EPSG::4910',
12002
            'target_crs' => 'urn:ogc:def:crs:EPSG::7900',
12003
            'accuracy' => 0,
12004
        ],
12005
        [
12006
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10105',
12007
            'name' => 'ITRF88 to ITRF2020 (1)',
12008
            'source_crs' => 'urn:ogc:def:crs:EPSG::4910',
12009
            'target_crs' => 'urn:ogc:def:crs:EPSG::9988',
12010
            'accuracy' => 0.01,
12011
        ],
12012
        [
12013
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10140',
12014
            'name' => 'ITRF89 to ITRF90 (2)',
12015
            'source_crs' => 'urn:ogc:def:crs:EPSG::4911',
12016
            'target_crs' => 'urn:ogc:def:crs:EPSG::4912',
12017
            'accuracy' => 0.01,
12018
        ],
12019
        [
12020
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8070',
12021
            'name' => 'ITRF89 to ITRF2014 (1)',
12022
            'source_crs' => 'urn:ogc:def:crs:EPSG::4911',
12023
            'target_crs' => 'urn:ogc:def:crs:EPSG::7789',
12024
            'accuracy' => 0.01,
12025
        ],
12026
        [
12027
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12028
            'name' => 'geocentric to geographic3D',
12029
            'source_crs' => 'urn:ogc:def:crs:EPSG::4911',
12030
            'target_crs' => 'urn:ogc:def:crs:EPSG::7901',
12031
            'accuracy' => 0,
12032
        ],
12033
        [
12034
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10104',
12035
            'name' => 'ITRF89 to ITRF2020 (1)',
12036
            'source_crs' => 'urn:ogc:def:crs:EPSG::4911',
12037
            'target_crs' => 'urn:ogc:def:crs:EPSG::9988',
12038
            'accuracy' => 0.01,
12039
        ],
12040
        [
12041
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10141',
12042
            'name' => 'ITRF90 to ITRF91 (2)',
12043
            'source_crs' => 'urn:ogc:def:crs:EPSG::4912',
12044
            'target_crs' => 'urn:ogc:def:crs:EPSG::4913',
12045
            'accuracy' => 0.007,
12046
        ],
12047
        [
12048
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8071',
12049
            'name' => 'ITRF90 to ITRF2014 (1)',
12050
            'source_crs' => 'urn:ogc:def:crs:EPSG::4912',
12051
            'target_crs' => 'urn:ogc:def:crs:EPSG::7789',
12052
            'accuracy' => 0.01,
12053
        ],
12054
        [
12055
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12056
            'name' => 'geocentric to geographic3D',
12057
            'source_crs' => 'urn:ogc:def:crs:EPSG::4912',
12058
            'target_crs' => 'urn:ogc:def:crs:EPSG::7902',
12059
            'accuracy' => 0,
12060
        ],
12061
        [
12062
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10103',
12063
            'name' => 'ITRF90 to ITRF2020 (1)',
12064
            'source_crs' => 'urn:ogc:def:crs:EPSG::4912',
12065
            'target_crs' => 'urn:ogc:def:crs:EPSG::9988',
12066
            'accuracy' => 0.01,
12067
        ],
12068
        [
12069
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10142',
12070
            'name' => 'ITRF91 to ITRF92 (2)',
12071
            'source_crs' => 'urn:ogc:def:crs:EPSG::4913',
12072
            'target_crs' => 'urn:ogc:def:crs:EPSG::4914',
12073
            'accuracy' => 0.005,
12074
        ],
12075
        [
12076
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8072',
12077
            'name' => 'ITRF91 to ITRF2014 (1)',
12078
            'source_crs' => 'urn:ogc:def:crs:EPSG::4913',
12079
            'target_crs' => 'urn:ogc:def:crs:EPSG::7789',
12080
            'accuracy' => 0.01,
12081
        ],
12082
        [
12083
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12084
            'name' => 'geocentric to geographic3D',
12085
            'source_crs' => 'urn:ogc:def:crs:EPSG::4913',
12086
            'target_crs' => 'urn:ogc:def:crs:EPSG::7903',
12087
            'accuracy' => 0,
12088
        ],
12089
        [
12090
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10100',
12091
            'name' => 'ITRF91 to ITRF2020 (1)',
12092
            'source_crs' => 'urn:ogc:def:crs:EPSG::4913',
12093
            'target_crs' => 'urn:ogc:def:crs:EPSG::9988',
12094
            'accuracy' => 0.01,
12095
        ],
12096
        [
12097
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8073',
12098
            'name' => 'ITRF92 to ITRF2014 (1)',
12099
            'source_crs' => 'urn:ogc:def:crs:EPSG::4914',
12100
            'target_crs' => 'urn:ogc:def:crs:EPSG::7789',
12101
            'accuracy' => 0.01,
12102
        ],
12103
        [
12104
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12105
            'name' => 'geocentric to geographic3D',
12106
            'source_crs' => 'urn:ogc:def:crs:EPSG::4914',
12107
            'target_crs' => 'urn:ogc:def:crs:EPSG::7904',
12108
            'accuracy' => 0,
12109
        ],
12110
        [
12111
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9999',
12112
            'name' => 'ITRF92 to ITRF2020 (1)',
12113
            'source_crs' => 'urn:ogc:def:crs:EPSG::4914',
12114
            'target_crs' => 'urn:ogc:def:crs:EPSG::9988',
12115
            'accuracy' => 0.01,
12116
        ],
12117
        [
12118
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10143',
12119
            'name' => 'ITRF93 to ITRF94 (2)',
12120
            'source_crs' => 'urn:ogc:def:crs:EPSG::4915',
12121
            'target_crs' => 'urn:ogc:def:crs:EPSG::4916',
12122
            'accuracy' => 0.01,
12123
        ],
12124
        [
12125
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8074',
12126
            'name' => 'ITRF93 to ITRF2014 (1)',
12127
            'source_crs' => 'urn:ogc:def:crs:EPSG::4915',
12128
            'target_crs' => 'urn:ogc:def:crs:EPSG::7789',
12129
            'accuracy' => 0.01,
12130
        ],
12131
        [
12132
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12133
            'name' => 'geocentric to geographic3D',
12134
            'source_crs' => 'urn:ogc:def:crs:EPSG::4915',
12135
            'target_crs' => 'urn:ogc:def:crs:EPSG::7905',
12136
            'accuracy' => 0,
12137
        ],
12138
        [
12139
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9998',
12140
            'name' => 'ITRF93 to ITRF2020 (1)',
12141
            'source_crs' => 'urn:ogc:def:crs:EPSG::4915',
12142
            'target_crs' => 'urn:ogc:def:crs:EPSG::9988',
12143
            'accuracy' => 0.01,
12144
        ],
12145
        [
12146
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8075',
12147
            'name' => 'ITRF94 to ITRF2014 (1)',
12148
            'source_crs' => 'urn:ogc:def:crs:EPSG::4916',
12149
            'target_crs' => 'urn:ogc:def:crs:EPSG::7789',
12150
            'accuracy' => 0.01,
12151
        ],
12152
        [
12153
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12154
            'name' => 'geocentric to geographic3D',
12155
            'source_crs' => 'urn:ogc:def:crs:EPSG::4916',
12156
            'target_crs' => 'urn:ogc:def:crs:EPSG::7906',
12157
            'accuracy' => 0,
12158
        ],
12159
        [
12160
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9997',
12161
            'name' => 'ITRF94 to ITRF2020 (1)',
12162
            'source_crs' => 'urn:ogc:def:crs:EPSG::4916',
12163
            'target_crs' => 'urn:ogc:def:crs:EPSG::9988',
12164
            'accuracy' => 0.01,
12165
        ],
12166
        [
12167
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8076',
12168
            'name' => 'ITRF96 to ITRF2014 (1)',
12169
            'source_crs' => 'urn:ogc:def:crs:EPSG::4917',
12170
            'target_crs' => 'urn:ogc:def:crs:EPSG::7789',
12171
            'accuracy' => 0.01,
12172
        ],
12173
        [
12174
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12175
            'name' => 'geocentric to geographic3D',
12176
            'source_crs' => 'urn:ogc:def:crs:EPSG::4917',
12177
            'target_crs' => 'urn:ogc:def:crs:EPSG::7907',
12178
            'accuracy' => 0,
12179
        ],
12180
        [
12181
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9996',
12182
            'name' => 'ITRF96 to ITRF2020 (1)',
12183
            'source_crs' => 'urn:ogc:def:crs:EPSG::4917',
12184
            'target_crs' => 'urn:ogc:def:crs:EPSG::9988',
12185
            'accuracy' => 0.01,
12186
        ],
12187
        [
12188
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8077',
12189
            'name' => 'ITRF97 to ITRF2014 (1)',
12190
            'source_crs' => 'urn:ogc:def:crs:EPSG::4918',
12191
            'target_crs' => 'urn:ogc:def:crs:EPSG::7789',
12192
            'accuracy' => 0.01,
12193
        ],
12194
        [
12195
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12196
            'name' => 'geocentric to geographic3D',
12197
            'source_crs' => 'urn:ogc:def:crs:EPSG::4918',
12198
            'target_crs' => 'urn:ogc:def:crs:EPSG::7908',
12199
            'accuracy' => 0,
12200
        ],
12201
        [
12202
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9028',
12203
            'name' => 'ITRF97 to IGS97 (1)',
12204
            'source_crs' => 'urn:ogc:def:crs:EPSG::4918',
12205
            'target_crs' => 'urn:ogc:def:crs:EPSG::9001',
12206
            'accuracy' => 0.0,
12207
        ],
12208
        [
12209
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9995',
12210
            'name' => 'ITRF97 to ITRF2020 (1)',
12211
            'source_crs' => 'urn:ogc:def:crs:EPSG::4918',
12212
            'target_crs' => 'urn:ogc:def:crs:EPSG::9988',
12213
            'accuracy' => 0.01,
12214
        ],
12215
        [
12216
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8078',
12217
            'name' => 'ITRF2000 to ITRF2014 (1)',
12218
            'source_crs' => 'urn:ogc:def:crs:EPSG::4919',
12219
            'target_crs' => 'urn:ogc:def:crs:EPSG::7789',
12220
            'accuracy' => 0.01,
12221
        ],
12222
        [
12223
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12224
            'name' => 'geocentric to geographic3D',
12225
            'source_crs' => 'urn:ogc:def:crs:EPSG::4919',
12226
            'target_crs' => 'urn:ogc:def:crs:EPSG::7909',
12227
            'accuracy' => 0,
12228
        ],
12229
        [
12230
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9029',
12231
            'name' => 'ITRF2000 to IGS00 (1)',
12232
            'source_crs' => 'urn:ogc:def:crs:EPSG::4919',
12233
            'target_crs' => 'urn:ogc:def:crs:EPSG::9004',
12234
            'accuracy' => 0.0,
12235
        ],
12236
        [
12237
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9994',
12238
            'name' => 'ITRF2000 to ITRF2020 (1)',
12239
            'source_crs' => 'urn:ogc:def:crs:EPSG::4919',
12240
            'target_crs' => 'urn:ogc:def:crs:EPSG::9988',
12241
            'accuracy' => 0.01,
12242
        ],
12243
        [
12244
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12245
            'name' => 'geocentric to geographic3D',
12246
            'source_crs' => 'urn:ogc:def:crs:EPSG::4920',
12247
            'target_crs' => 'urn:ogc:def:crs:EPSG::4921',
12248
            'accuracy' => 0,
12249
        ],
12250
        [
12251
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12252
            'name' => 'geographic3D to geographic2D',
12253
            'source_crs' => 'urn:ogc:def:crs:EPSG::4921',
12254
            'target_crs' => 'urn:ogc:def:crs:EPSG::4742',
12255
            'accuracy' => 0,
12256
        ],
12257
        [
12258
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12259
            'name' => 'geocentric to geographic3D',
12260
            'source_crs' => 'urn:ogc:def:crs:EPSG::4922',
12261
            'target_crs' => 'urn:ogc:def:crs:EPSG::4923',
12262
            'accuracy' => 0,
12263
        ],
12264
        [
12265
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7702',
12266
            'name' => 'PZ-90 to PZ-90.02 (1)',
12267
            'source_crs' => 'urn:ogc:def:crs:EPSG::4922',
12268
            'target_crs' => 'urn:ogc:def:crs:EPSG::7677',
12269
            'accuracy' => 0.17,
12270
        ],
12271
        [
12272
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12273
            'name' => 'geographic3D to geographic2D',
12274
            'source_crs' => 'urn:ogc:def:crs:EPSG::4923',
12275
            'target_crs' => 'urn:ogc:def:crs:EPSG::4740',
12276
            'accuracy' => 0,
12277
        ],
12278
        [
12279
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12280
            'name' => 'geocentric to geographic3D',
12281
            'source_crs' => 'urn:ogc:def:crs:EPSG::4924',
12282
            'target_crs' => 'urn:ogc:def:crs:EPSG::4925',
12283
            'accuracy' => 0,
12284
        ],
12285
        [
12286
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12287
            'name' => 'geographic3D to geographic2D',
12288
            'source_crs' => 'urn:ogc:def:crs:EPSG::4925',
12289
            'target_crs' => 'urn:ogc:def:crs:EPSG::4702',
12290
            'accuracy' => 0,
12291
        ],
12292
        [
12293
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12294
            'name' => 'geocentric to geographic3D',
12295
            'source_crs' => 'urn:ogc:def:crs:EPSG::4926',
12296
            'target_crs' => 'urn:ogc:def:crs:EPSG::4927',
12297
            'accuracy' => 0,
12298
        ],
12299
        [
12300
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12301
            'name' => 'geographic3D to geographic2D',
12302
            'source_crs' => 'urn:ogc:def:crs:EPSG::4927',
12303
            'target_crs' => 'urn:ogc:def:crs:EPSG::4737',
12304
            'accuracy' => 0,
12305
        ],
12306
        [
12307
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12308
            'name' => 'geocentric to geographic3D',
12309
            'source_crs' => 'urn:ogc:def:crs:EPSG::4928',
12310
            'target_crs' => 'urn:ogc:def:crs:EPSG::4929',
12311
            'accuracy' => 0,
12312
        ],
12313
        [
12314
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12315
            'name' => 'geographic3D to geographic2D',
12316
            'source_crs' => 'urn:ogc:def:crs:EPSG::4929',
12317
            'target_crs' => 'urn:ogc:def:crs:EPSG::4694',
12318
            'accuracy' => 0,
12319
        ],
12320
        [
12321
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12322
            'name' => 'geocentric to geographic3D',
12323
            'source_crs' => 'urn:ogc:def:crs:EPSG::4930',
12324
            'target_crs' => 'urn:ogc:def:crs:EPSG::4931',
12325
            'accuracy' => 0,
12326
        ],
12327
        [
12328
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12329
            'name' => 'geographic3D to geographic2D',
12330
            'source_crs' => 'urn:ogc:def:crs:EPSG::4931',
12331
            'target_crs' => 'urn:ogc:def:crs:EPSG::4176',
12332
            'accuracy' => 0,
12333
        ],
12334
        [
12335
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12336
            'name' => 'geocentric to geographic3D',
12337
            'source_crs' => 'urn:ogc:def:crs:EPSG::4932',
12338
            'target_crs' => 'urn:ogc:def:crs:EPSG::4933',
12339
            'accuracy' => 0,
12340
        ],
12341
        [
12342
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12343
            'name' => 'geographic3D to geographic2D',
12344
            'source_crs' => 'urn:ogc:def:crs:EPSG::4933',
12345
            'target_crs' => 'urn:ogc:def:crs:EPSG::4151',
12346
            'accuracy' => 0,
12347
        ],
12348
        [
12349
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12350
            'name' => 'geocentric to geographic3D',
12351
            'source_crs' => 'urn:ogc:def:crs:EPSG::4934',
12352
            'target_crs' => 'urn:ogc:def:crs:EPSG::4935',
12353
            'accuracy' => 0,
12354
        ],
12355
        [
12356
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12357
            'name' => 'geographic3D to geographic2D',
12358
            'source_crs' => 'urn:ogc:def:crs:EPSG::4935',
12359
            'target_crs' => 'urn:ogc:def:crs:EPSG::4180',
12360
            'accuracy' => 0,
12361
        ],
12362
        [
12363
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12364
            'name' => 'geocentric to geographic3D',
12365
            'source_crs' => 'urn:ogc:def:crs:EPSG::4936',
12366
            'target_crs' => 'urn:ogc:def:crs:EPSG::4937',
12367
            'accuracy' => 0,
12368
        ],
12369
        [
12370
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::32778',
12371
            'name' => 'ETRS89 to WGS 84 (geocen)',
12372
            'source_crs' => 'urn:ogc:def:crs:EPSG::4936',
12373
            'target_crs' => 'urn:ogc:def:crs:EPSG::4978',
12374
            'accuracy' => 1.0,
12375
        ],
12376
        [
12377
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12378
            'name' => 'geographic3D to geographic2D',
12379
            'source_crs' => 'urn:ogc:def:crs:EPSG::4937',
12380
            'target_crs' => 'urn:ogc:def:crs:EPSG::4258',
12381
            'accuracy' => 0,
12382
        ],
12383
        [
12384
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::32779',
12385
            'name' => 'ETRS89 to WGS 84 (geog3D)',
12386
            'source_crs' => 'urn:ogc:def:crs:EPSG::4937',
12387
            'target_crs' => 'urn:ogc:def:crs:EPSG::4979',
12388
            'accuracy' => 1.0,
12389
        ],
12390
        [
12391
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12392
            'name' => 'geocentric to geographic3D',
12393
            'source_crs' => 'urn:ogc:def:crs:EPSG::4938',
12394
            'target_crs' => 'urn:ogc:def:crs:EPSG::4939',
12395
            'accuracy' => 0,
12396
        ],
12397
        [
12398
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12399
            'name' => 'geographic3D to geographic2D',
12400
            'source_crs' => 'urn:ogc:def:crs:EPSG::4939',
12401
            'target_crs' => 'urn:ogc:def:crs:EPSG::4283',
12402
            'accuracy' => 0,
12403
        ],
12404
        [
12405
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12406
            'name' => 'geocentric to geographic3D',
12407
            'source_crs' => 'urn:ogc:def:crs:EPSG::4940',
12408
            'target_crs' => 'urn:ogc:def:crs:EPSG::4941',
12409
            'accuracy' => 0,
12410
        ],
12411
        [
12412
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12413
            'name' => 'geographic3D to geographic2D',
12414
            'source_crs' => 'urn:ogc:def:crs:EPSG::4941',
12415
            'target_crs' => 'urn:ogc:def:crs:EPSG::4148',
12416
            'accuracy' => 0,
12417
        ],
12418
        [
12419
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12420
            'name' => 'geocentric to geographic3D',
12421
            'source_crs' => 'urn:ogc:def:crs:EPSG::4942',
12422
            'target_crs' => 'urn:ogc:def:crs:EPSG::4943',
12423
            'accuracy' => 0,
12424
        ],
12425
        [
12426
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12427
            'name' => 'geographic3D to geographic2D',
12428
            'source_crs' => 'urn:ogc:def:crs:EPSG::4943',
12429
            'target_crs' => 'urn:ogc:def:crs:EPSG::4173',
12430
            'accuracy' => 0,
12431
        ],
12432
        [
12433
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12434
            'name' => 'geocentric to geographic3D',
12435
            'source_crs' => 'urn:ogc:def:crs:EPSG::4944',
12436
            'target_crs' => 'urn:ogc:def:crs:EPSG::4945',
12437
            'accuracy' => 0,
12438
        ],
12439
        [
12440
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12441
            'name' => 'geographic3D to geographic2D',
12442
            'source_crs' => 'urn:ogc:def:crs:EPSG::4945',
12443
            'target_crs' => 'urn:ogc:def:crs:EPSG::4659',
12444
            'accuracy' => 0,
12445
        ],
12446
        [
12447
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12448
            'name' => 'geocentric to geographic3D',
12449
            'source_crs' => 'urn:ogc:def:crs:EPSG::4946',
12450
            'target_crs' => 'urn:ogc:def:crs:EPSG::4947',
12451
            'accuracy' => 0,
12452
        ],
12453
        [
12454
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12455
            'name' => 'geographic3D to geographic2D',
12456
            'source_crs' => 'urn:ogc:def:crs:EPSG::4947',
12457
            'target_crs' => 'urn:ogc:def:crs:EPSG::4612',
12458
            'accuracy' => 0,
12459
        ],
12460
        [
12461
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12462
            'name' => 'geocentric to geographic3D',
12463
            'source_crs' => 'urn:ogc:def:crs:EPSG::4948',
12464
            'target_crs' => 'urn:ogc:def:crs:EPSG::4949',
12465
            'accuracy' => 0,
12466
        ],
12467
        [
12468
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12469
            'name' => 'geographic3D to geographic2D',
12470
            'source_crs' => 'urn:ogc:def:crs:EPSG::4949',
12471
            'target_crs' => 'urn:ogc:def:crs:EPSG::4661',
12472
            'accuracy' => 0,
12473
        ],
12474
        [
12475
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12476
            'name' => 'geocentric to geographic3D',
12477
            'source_crs' => 'urn:ogc:def:crs:EPSG::4950',
12478
            'target_crs' => 'urn:ogc:def:crs:EPSG::4951',
12479
            'accuracy' => 0,
12480
        ],
12481
        [
12482
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12483
            'name' => 'geographic3D to geographic2D',
12484
            'source_crs' => 'urn:ogc:def:crs:EPSG::4951',
12485
            'target_crs' => 'urn:ogc:def:crs:EPSG::4669',
12486
            'accuracy' => 0,
12487
        ],
12488
        [
12489
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12490
            'name' => 'geocentric to geographic3D',
12491
            'source_crs' => 'urn:ogc:def:crs:EPSG::4952',
12492
            'target_crs' => 'urn:ogc:def:crs:EPSG::4953',
12493
            'accuracy' => 0,
12494
        ],
12495
        [
12496
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12497
            'name' => 'geographic3D to geographic2D',
12498
            'source_crs' => 'urn:ogc:def:crs:EPSG::4953',
12499
            'target_crs' => 'urn:ogc:def:crs:EPSG::4130',
12500
            'accuracy' => 0,
12501
        ],
12502
        [
12503
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12504
            'name' => 'geocentric to geographic3D',
12505
            'source_crs' => 'urn:ogc:def:crs:EPSG::4954',
12506
            'target_crs' => 'urn:ogc:def:crs:EPSG::4955',
12507
            'accuracy' => 0,
12508
        ],
12509
        [
12510
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12511
            'name' => 'geographic3D to geographic2D',
12512
            'source_crs' => 'urn:ogc:def:crs:EPSG::4955',
12513
            'target_crs' => 'urn:ogc:def:crs:EPSG::4617',
12514
            'accuracy' => 0,
12515
        ],
12516
        [
12517
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12518
            'name' => 'geocentric to geographic3D',
12519
            'source_crs' => 'urn:ogc:def:crs:EPSG::4956',
12520
            'target_crs' => 'urn:ogc:def:crs:EPSG::4957',
12521
            'accuracy' => 0,
12522
        ],
12523
        [
12524
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12525
            'name' => 'geographic3D to geographic2D',
12526
            'source_crs' => 'urn:ogc:def:crs:EPSG::4957',
12527
            'target_crs' => 'urn:ogc:def:crs:EPSG::4152',
12528
            'accuracy' => 0,
12529
        ],
12530
        [
12531
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12532
            'name' => 'geocentric to geographic3D',
12533
            'source_crs' => 'urn:ogc:def:crs:EPSG::4958',
12534
            'target_crs' => 'urn:ogc:def:crs:EPSG::4959',
12535
            'accuracy' => 0,
12536
        ],
12537
        [
12538
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12539
            'name' => 'geographic3D to geographic2D',
12540
            'source_crs' => 'urn:ogc:def:crs:EPSG::4959',
12541
            'target_crs' => 'urn:ogc:def:crs:EPSG::4167',
12542
            'accuracy' => 0,
12543
        ],
12544
        [
12545
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12546
            'name' => 'geocentric to geographic3D',
12547
            'source_crs' => 'urn:ogc:def:crs:EPSG::4960',
12548
            'target_crs' => 'urn:ogc:def:crs:EPSG::4961',
12549
            'accuracy' => 0,
12550
        ],
12551
        [
12552
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12553
            'name' => 'geographic3D to geographic2D',
12554
            'source_crs' => 'urn:ogc:def:crs:EPSG::4961',
12555
            'target_crs' => 'urn:ogc:def:crs:EPSG::4190',
12556
            'accuracy' => 0,
12557
        ],
12558
        [
12559
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12560
            'name' => 'geocentric to geographic3D',
12561
            'source_crs' => 'urn:ogc:def:crs:EPSG::4962',
12562
            'target_crs' => 'urn:ogc:def:crs:EPSG::4963',
12563
            'accuracy' => 0,
12564
        ],
12565
        [
12566
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12567
            'name' => 'geographic3D to geographic2D',
12568
            'source_crs' => 'urn:ogc:def:crs:EPSG::4963',
12569
            'target_crs' => 'urn:ogc:def:crs:EPSG::4189',
12570
            'accuracy' => 0,
12571
        ],
12572
        [
12573
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12574
            'name' => 'geocentric to geographic3D',
12575
            'source_crs' => 'urn:ogc:def:crs:EPSG::4964',
12576
            'target_crs' => 'urn:ogc:def:crs:EPSG::4965',
12577
            'accuracy' => 0,
12578
        ],
12579
        [
12580
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12581
            'name' => 'geographic3D to geographic2D',
12582
            'source_crs' => 'urn:ogc:def:crs:EPSG::4965',
12583
            'target_crs' => 'urn:ogc:def:crs:EPSG::4171',
12584
            'accuracy' => 0,
12585
        ],
12586
        [
12587
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15499',
12588
            'name' => 'axis order change (geographic3D horizontal)',
12589
            'source_crs' => 'urn:ogc:def:crs:EPSG::4965',
12590
            'target_crs' => 'urn:ogc:def:crs:EPSG::7042',
12591
            'accuracy' => 0,
12592
        ],
12593
        [
12594
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12595
            'name' => 'geocentric to geographic3D',
12596
            'source_crs' => 'urn:ogc:def:crs:EPSG::4966',
12597
            'target_crs' => 'urn:ogc:def:crs:EPSG::4967',
12598
            'accuracy' => 0,
12599
        ],
12600
        [
12601
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12602
            'name' => 'geographic3D to geographic2D',
12603
            'source_crs' => 'urn:ogc:def:crs:EPSG::4967',
12604
            'target_crs' => 'urn:ogc:def:crs:EPSG::4624',
12605
            'accuracy' => 0,
12606
        ],
12607
        [
12608
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15499',
12609
            'name' => 'axis order change (geographic3D horizontal)',
12610
            'source_crs' => 'urn:ogc:def:crs:EPSG::4967',
12611
            'target_crs' => 'urn:ogc:def:crs:EPSG::7040',
12612
            'accuracy' => 0,
12613
        ],
12614
        [
12615
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12616
            'name' => 'geocentric to geographic3D',
12617
            'source_crs' => 'urn:ogc:def:crs:EPSG::4970',
12618
            'target_crs' => 'urn:ogc:def:crs:EPSG::4971',
12619
            'accuracy' => 0,
12620
        ],
12621
        [
12622
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12623
            'name' => 'geographic3D to geographic2D',
12624
            'source_crs' => 'urn:ogc:def:crs:EPSG::4971',
12625
            'target_crs' => 'urn:ogc:def:crs:EPSG::4627',
12626
            'accuracy' => 0,
12627
        ],
12628
        [
12629
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15499',
12630
            'name' => 'axis order change (geographic3D horizontal)',
12631
            'source_crs' => 'urn:ogc:def:crs:EPSG::4971',
12632
            'target_crs' => 'urn:ogc:def:crs:EPSG::7036',
12633
            'accuracy' => 0,
12634
        ],
12635
        [
12636
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12637
            'name' => 'geocentric to geographic3D',
12638
            'source_crs' => 'urn:ogc:def:crs:EPSG::4974',
12639
            'target_crs' => 'urn:ogc:def:crs:EPSG::4975',
12640
            'accuracy' => 0,
12641
        ],
12642
        [
12643
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12644
            'name' => 'geographic3D to geographic2D',
12645
            'source_crs' => 'urn:ogc:def:crs:EPSG::4975',
12646
            'target_crs' => 'urn:ogc:def:crs:EPSG::4170',
12647
            'accuracy' => 0,
12648
        ],
12649
        [
12650
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12651
            'name' => 'geocentric to geographic3D',
12652
            'source_crs' => 'urn:ogc:def:crs:EPSG::4976',
12653
            'target_crs' => 'urn:ogc:def:crs:EPSG::4977',
12654
            'accuracy' => 0,
12655
        ],
12656
        [
12657
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12658
            'name' => 'geographic3D to geographic2D',
12659
            'source_crs' => 'urn:ogc:def:crs:EPSG::4977',
12660
            'target_crs' => 'urn:ogc:def:crs:EPSG::4619',
12661
            'accuracy' => 0,
12662
        ],
12663
        [
12664
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::32768',
12665
            'name' => 'WGS 84 to WGS 84 (G2296) (geocen)',
12666
            'source_crs' => 'urn:ogc:def:crs:EPSG::4978',
12667
            'target_crs' => 'urn:ogc:def:crs:EPSG::10604',
12668
            'accuracy' => 0.0,
12669
        ],
12670
        [
12671
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12672
            'name' => 'geocentric to geographic3D',
12673
            'source_crs' => 'urn:ogc:def:crs:EPSG::4978',
12674
            'target_crs' => 'urn:ogc:def:crs:EPSG::4979',
12675
            'accuracy' => 0,
12676
        ],
12677
        [
12678
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::32772',
12679
            'name' => 'WGS 84 to WGS 84 (G2296) (geog3D to geocen)',
12680
            'source_crs' => 'urn:ogc:def:crs:EPSG::4979',
12681
            'target_crs' => 'urn:ogc:def:crs:EPSG::10604',
12682
            'accuracy' => 0.0,
12683
        ],
12684
        [
12685
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::32770',
12686
            'name' => 'WGS 84 to WGS 84 (G2296) (geog3D)',
12687
            'source_crs' => 'urn:ogc:def:crs:EPSG::4979',
12688
            'target_crs' => 'urn:ogc:def:crs:EPSG::10605',
12689
            'accuracy' => 0.0,
12690
        ],
12691
        [
12692
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12693
            'name' => 'geographic3D to geographic2D',
12694
            'source_crs' => 'urn:ogc:def:crs:EPSG::4979',
12695
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
12696
            'accuracy' => 0,
12697
        ],
12698
        [
12699
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12700
            'name' => 'geocentric to geographic3D',
12701
            'source_crs' => 'urn:ogc:def:crs:EPSG::4980',
12702
            'target_crs' => 'urn:ogc:def:crs:EPSG::4981',
12703
            'accuracy' => 0,
12704
        ],
12705
        [
12706
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12707
            'name' => 'geographic3D to geographic2D',
12708
            'source_crs' => 'urn:ogc:def:crs:EPSG::4981',
12709
            'target_crs' => 'urn:ogc:def:crs:EPSG::4163',
12710
            'accuracy' => 0,
12711
        ],
12712
        [
12713
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12714
            'name' => 'geocentric to geographic3D',
12715
            'source_crs' => 'urn:ogc:def:crs:EPSG::4982',
12716
            'target_crs' => 'urn:ogc:def:crs:EPSG::4983',
12717
            'accuracy' => 0,
12718
        ],
12719
        [
12720
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12721
            'name' => 'geographic3D to geographic2D',
12722
            'source_crs' => 'urn:ogc:def:crs:EPSG::4983',
12723
            'target_crs' => 'urn:ogc:def:crs:EPSG::4670',
12724
            'accuracy' => 0,
12725
        ],
12726
        [
12727
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12728
            'name' => 'geocentric to geographic3D',
12729
            'source_crs' => 'urn:ogc:def:crs:EPSG::4984',
12730
            'target_crs' => 'urn:ogc:def:crs:EPSG::4985',
12731
            'accuracy' => 0,
12732
        ],
12733
        [
12734
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12735
            'name' => 'geographic3D to geographic2D',
12736
            'source_crs' => 'urn:ogc:def:crs:EPSG::4985',
12737
            'target_crs' => 'urn:ogc:def:crs:EPSG::4322',
12738
            'accuracy' => 0,
12739
        ],
12740
        [
12741
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12742
            'name' => 'geocentric to geographic3D',
12743
            'source_crs' => 'urn:ogc:def:crs:EPSG::4986',
12744
            'target_crs' => 'urn:ogc:def:crs:EPSG::4987',
12745
            'accuracy' => 0,
12746
        ],
12747
        [
12748
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12749
            'name' => 'geographic3D to geographic2D',
12750
            'source_crs' => 'urn:ogc:def:crs:EPSG::4987',
12751
            'target_crs' => 'urn:ogc:def:crs:EPSG::4324',
12752
            'accuracy' => 0,
12753
        ],
12754
        [
12755
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12756
            'name' => 'geocentric to geographic3D',
12757
            'source_crs' => 'urn:ogc:def:crs:EPSG::4988',
12758
            'target_crs' => 'urn:ogc:def:crs:EPSG::4989',
12759
            'accuracy' => 0,
12760
        ],
12761
        [
12762
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12763
            'name' => 'geographic3D to geographic2D',
12764
            'source_crs' => 'urn:ogc:def:crs:EPSG::4989',
12765
            'target_crs' => 'urn:ogc:def:crs:EPSG::4674',
12766
            'accuracy' => 0,
12767
        ],
12768
        [
12769
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12770
            'name' => 'geocentric to geographic3D',
12771
            'source_crs' => 'urn:ogc:def:crs:EPSG::4990',
12772
            'target_crs' => 'urn:ogc:def:crs:EPSG::4991',
12773
            'accuracy' => 0,
12774
        ],
12775
        [
12776
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12777
            'name' => 'geographic3D to geographic2D',
12778
            'source_crs' => 'urn:ogc:def:crs:EPSG::4991',
12779
            'target_crs' => 'urn:ogc:def:crs:EPSG::4677',
12780
            'accuracy' => 0,
12781
        ],
12782
        [
12783
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12784
            'name' => 'geocentric to geographic3D',
12785
            'source_crs' => 'urn:ogc:def:crs:EPSG::4992',
12786
            'target_crs' => 'urn:ogc:def:crs:EPSG::4993',
12787
            'accuracy' => 0,
12788
        ],
12789
        [
12790
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12791
            'name' => 'geographic3D to geographic2D',
12792
            'source_crs' => 'urn:ogc:def:crs:EPSG::4993',
12793
            'target_crs' => 'urn:ogc:def:crs:EPSG::4678',
12794
            'accuracy' => 0,
12795
        ],
12796
        [
12797
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12798
            'name' => 'geocentric to geographic3D',
12799
            'source_crs' => 'urn:ogc:def:crs:EPSG::4994',
12800
            'target_crs' => 'urn:ogc:def:crs:EPSG::4995',
12801
            'accuracy' => 0,
12802
        ],
12803
        [
12804
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12805
            'name' => 'geographic3D to geographic2D',
12806
            'source_crs' => 'urn:ogc:def:crs:EPSG::4995',
12807
            'target_crs' => 'urn:ogc:def:crs:EPSG::4683',
12808
            'accuracy' => 0,
12809
        ],
12810
        [
12811
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12812
            'name' => 'geocentric to geographic3D',
12813
            'source_crs' => 'urn:ogc:def:crs:EPSG::4996',
12814
            'target_crs' => 'urn:ogc:def:crs:EPSG::4997',
12815
            'accuracy' => 0,
12816
        ],
12817
        [
12818
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12819
            'name' => 'geographic3D to geographic2D',
12820
            'source_crs' => 'urn:ogc:def:crs:EPSG::4997',
12821
            'target_crs' => 'urn:ogc:def:crs:EPSG::4686',
12822
            'accuracy' => 0,
12823
        ],
12824
        [
12825
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12826
            'name' => 'geocentric to geographic3D',
12827
            'source_crs' => 'urn:ogc:def:crs:EPSG::4998',
12828
            'target_crs' => 'urn:ogc:def:crs:EPSG::4999',
12829
            'accuracy' => 0,
12830
        ],
12831
        [
12832
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12833
            'name' => 'geographic3D to geographic2D',
12834
            'source_crs' => 'urn:ogc:def:crs:EPSG::4999',
12835
            'target_crs' => 'urn:ogc:def:crs:EPSG::4687',
12836
            'accuracy' => 0,
12837
        ],
12838
        [
12839
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12840
            'name' => 'geocentric to geographic3D',
12841
            'source_crs' => 'urn:ogc:def:crs:EPSG::5011',
12842
            'target_crs' => 'urn:ogc:def:crs:EPSG::5012',
12843
            'accuracy' => 0,
12844
        ],
12845
        [
12846
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12847
            'name' => 'geographic3D to geographic2D',
12848
            'source_crs' => 'urn:ogc:def:crs:EPSG::5012',
12849
            'target_crs' => 'urn:ogc:def:crs:EPSG::5013',
12850
            'accuracy' => 0,
12851
        ],
12852
        [
12853
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16025',
12854
            'name' => 'UTM zone 25N',
12855
            'source_crs' => 'urn:ogc:def:crs:EPSG::5013',
12856
            'target_crs' => 'urn:ogc:def:crs:EPSG::5014',
12857
            'accuracy' => 0,
12858
        ],
12859
        [
12860
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16026',
12861
            'name' => 'UTM zone 26N',
12862
            'source_crs' => 'urn:ogc:def:crs:EPSG::5013',
12863
            'target_crs' => 'urn:ogc:def:crs:EPSG::5015',
12864
            'accuracy' => 0,
12865
        ],
12866
        [
12867
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
12868
            'name' => 'UTM zone 28N',
12869
            'source_crs' => 'urn:ogc:def:crs:EPSG::5013',
12870
            'target_crs' => 'urn:ogc:def:crs:EPSG::5016',
12871
            'accuracy' => 0,
12872
        ],
12873
        [
12874
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12875
            'name' => 'geocentric to geographic3D',
12876
            'source_crs' => 'urn:ogc:def:crs:EPSG::5244',
12877
            'target_crs' => 'urn:ogc:def:crs:EPSG::5245',
12878
            'accuracy' => 0,
12879
        ],
12880
        [
12881
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12882
            'name' => 'geographic3D to geographic2D',
12883
            'source_crs' => 'urn:ogc:def:crs:EPSG::5245',
12884
            'target_crs' => 'urn:ogc:def:crs:EPSG::5246',
12885
            'accuracy' => 0,
12886
        ],
12887
        [
12888
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
12889
            'name' => 'geocentric to geographic3D',
12890
            'source_crs' => 'urn:ogc:def:crs:EPSG::5250',
12891
            'target_crs' => 'urn:ogc:def:crs:EPSG::5251',
12892
            'accuracy' => 0,
12893
        ],
12894
        [
12895
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
12896
            'name' => 'geographic3D to geographic2D',
12897
            'source_crs' => 'urn:ogc:def:crs:EPSG::5251',
12898
            'target_crs' => 'urn:ogc:def:crs:EPSG::5252',
12899
            'accuracy' => 0,
12900
        ],
12901
        [
12902
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16305',
12903
            'name' => 'Gauss-Kruger CM 27E',
12904
            'source_crs' => 'urn:ogc:def:crs:EPSG::5252',
12905
            'target_crs' => 'urn:ogc:def:crs:EPSG::5253',
12906
            'accuracy' => 0,
12907
        ],
12908
        [
12909
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16370',
12910
            'name' => '3-degree Gauss-Kruger CM 30E',
12911
            'source_crs' => 'urn:ogc:def:crs:EPSG::5252',
12912
            'target_crs' => 'urn:ogc:def:crs:EPSG::5254',
12913
            'accuracy' => 0,
12914
        ],
12915
        [
12916
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16306',
12917
            'name' => 'Gauss-Kruger CM 33E',
12918
            'source_crs' => 'urn:ogc:def:crs:EPSG::5252',
12919
            'target_crs' => 'urn:ogc:def:crs:EPSG::5255',
12920
            'accuracy' => 0,
12921
        ],
12922
        [
12923
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16372',
12924
            'name' => '3-degree Gauss-Kruger CM 36E',
12925
            'source_crs' => 'urn:ogc:def:crs:EPSG::5252',
12926
            'target_crs' => 'urn:ogc:def:crs:EPSG::5256',
12927
            'accuracy' => 0,
12928
        ],
12929
        [
12930
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16307',
12931
            'name' => 'Gauss-Kruger CM 39E',
12932
            'source_crs' => 'urn:ogc:def:crs:EPSG::5252',
12933
            'target_crs' => 'urn:ogc:def:crs:EPSG::5257',
12934
            'accuracy' => 0,
12935
        ],
12936
        [
12937
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16374',
12938
            'name' => '3-degree Gauss-Kruger CM 42E',
12939
            'source_crs' => 'urn:ogc:def:crs:EPSG::5252',
12940
            'target_crs' => 'urn:ogc:def:crs:EPSG::5258',
12941
            'accuracy' => 0,
12942
        ],
12943
        [
12944
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16308',
12945
            'name' => 'Gauss-Kruger CM 45E',
12946
            'source_crs' => 'urn:ogc:def:crs:EPSG::5252',
12947
            'target_crs' => 'urn:ogc:def:crs:EPSG::5259',
12948
            'accuracy' => 0,
12949
        ],
12950
        [
12951
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16269',
12952
            'name' => '3-degree Gauss-Kruger zone 9',
12953
            'source_crs' => 'urn:ogc:def:crs:EPSG::5252',
12954
            'target_crs' => 'urn:ogc:def:crs:EPSG::5269',
12955
            'accuracy' => 0,
12956
        ],
12957
        [
12958
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16270',
12959
            'name' => '3-degree Gauss-Kruger zone 10',
12960
            'source_crs' => 'urn:ogc:def:crs:EPSG::5252',
12961
            'target_crs' => 'urn:ogc:def:crs:EPSG::5270',
12962
            'accuracy' => 0,
12963
        ],
12964
        [
12965
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16271',
12966
            'name' => '3-degree Gauss-Kruger zone 11',
12967
            'source_crs' => 'urn:ogc:def:crs:EPSG::5252',
12968
            'target_crs' => 'urn:ogc:def:crs:EPSG::5271',
12969
            'accuracy' => 0,
12970
        ],
12971
        [
12972
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16272',
12973
            'name' => '3-degree Gauss-Kruger zone 12',
12974
            'source_crs' => 'urn:ogc:def:crs:EPSG::5252',
12975
            'target_crs' => 'urn:ogc:def:crs:EPSG::5272',
12976
            'accuracy' => 0,
12977
        ],
12978
        [
12979
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16273',
12980
            'name' => '3-degree Gauss-Kruger zone 13',
12981
            'source_crs' => 'urn:ogc:def:crs:EPSG::5252',
12982
            'target_crs' => 'urn:ogc:def:crs:EPSG::5273',
12983
            'accuracy' => 0,
12984
        ],
12985
        [
12986
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16274',
12987
            'name' => '3-degree Gauss-Kruger zone 14',
12988
            'source_crs' => 'urn:ogc:def:crs:EPSG::5252',
12989
            'target_crs' => 'urn:ogc:def:crs:EPSG::5274',
12990
            'accuracy' => 0,
12991
        ],
12992
        [
12993
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16275',
12994
            'name' => '3-degree Gauss-Kruger zone 15',
12995
            'source_crs' => 'urn:ogc:def:crs:EPSG::5252',
12996
            'target_crs' => 'urn:ogc:def:crs:EPSG::5275',
12997
            'accuracy' => 0,
12998
        ],
12999
        [
13000
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13001
            'name' => 'geocentric to geographic3D',
13002
            'source_crs' => 'urn:ogc:def:crs:EPSG::5262',
13003
            'target_crs' => 'urn:ogc:def:crs:EPSG::5263',
13004
            'accuracy' => 0,
13005
        ],
13006
        [
13007
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13008
            'name' => 'geographic3D to geographic2D',
13009
            'source_crs' => 'urn:ogc:def:crs:EPSG::5263',
13010
            'target_crs' => 'urn:ogc:def:crs:EPSG::5264',
13011
            'accuracy' => 0,
13012
        ],
13013
        [
13014
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13015
            'name' => 'geocentric to geographic3D',
13016
            'source_crs' => 'urn:ogc:def:crs:EPSG::5322',
13017
            'target_crs' => 'urn:ogc:def:crs:EPSG::5323',
13018
            'accuracy' => 0,
13019
        ],
13020
        [
13021
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13022
            'name' => 'geographic3D to geographic2D',
13023
            'source_crs' => 'urn:ogc:def:crs:EPSG::5323',
13024
            'target_crs' => 'urn:ogc:def:crs:EPSG::5324',
13025
            'accuracy' => 0,
13026
        ],
13027
        [
13028
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9031',
13029
            'name' => 'ITRF2008 to IGS08 (1)',
13030
            'source_crs' => 'urn:ogc:def:crs:EPSG::5332',
13031
            'target_crs' => 'urn:ogc:def:crs:EPSG::6934',
13032
            'accuracy' => 0.0,
13033
        ],
13034
        [
13035
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7790',
13036
            'name' => 'ITRF2008 to ITRF2014 (1)',
13037
            'source_crs' => 'urn:ogc:def:crs:EPSG::5332',
13038
            'target_crs' => 'urn:ogc:def:crs:EPSG::7789',
13039
            'accuracy' => 0.01,
13040
        ],
13041
        [
13042
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13043
            'name' => 'geocentric to geographic3D',
13044
            'source_crs' => 'urn:ogc:def:crs:EPSG::5332',
13045
            'target_crs' => 'urn:ogc:def:crs:EPSG::7911',
13046
            'accuracy' => 0,
13047
        ],
13048
        [
13049
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9992',
13050
            'name' => 'ITRF2008 to ITRF2020 (1)',
13051
            'source_crs' => 'urn:ogc:def:crs:EPSG::5332',
13052
            'target_crs' => 'urn:ogc:def:crs:EPSG::9988',
13053
            'accuracy' => 0.01,
13054
        ],
13055
        [
13056
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
13057
            'name' => 'UTM zone 19S',
13058
            'source_crs' => 'urn:ogc:def:crs:EPSG::5340',
13059
            'target_crs' => 'urn:ogc:def:crs:EPSG::9265',
13060
            'accuracy' => 0,
13061
        ],
13062
        [
13063
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13064
            'name' => 'geocentric to geographic3D',
13065
            'source_crs' => 'urn:ogc:def:crs:EPSG::5341',
13066
            'target_crs' => 'urn:ogc:def:crs:EPSG::5342',
13067
            'accuracy' => 0,
13068
        ],
13069
        [
13070
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13071
            'name' => 'geographic3D to geographic2D',
13072
            'source_crs' => 'urn:ogc:def:crs:EPSG::5342',
13073
            'target_crs' => 'urn:ogc:def:crs:EPSG::5340',
13074
            'accuracy' => 0,
13075
        ],
13076
        [
13077
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13078
            'name' => 'geocentric to geographic3D',
13079
            'source_crs' => 'urn:ogc:def:crs:EPSG::5352',
13080
            'target_crs' => 'urn:ogc:def:crs:EPSG::5353',
13081
            'accuracy' => 0,
13082
        ],
13083
        [
13084
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13085
            'name' => 'geographic3D to geographic2D',
13086
            'source_crs' => 'urn:ogc:def:crs:EPSG::5353',
13087
            'target_crs' => 'urn:ogc:def:crs:EPSG::5354',
13088
            'accuracy' => 0,
13089
        ],
13090
        [
13091
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16120',
13092
            'name' => 'UTM zone 20S',
13093
            'source_crs' => 'urn:ogc:def:crs:EPSG::5354',
13094
            'target_crs' => 'urn:ogc:def:crs:EPSG::5355',
13095
            'accuracy' => 0,
13096
        ],
13097
        [
13098
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
13099
            'name' => 'UTM zone 19S',
13100
            'source_crs' => 'urn:ogc:def:crs:EPSG::5354',
13101
            'target_crs' => 'urn:ogc:def:crs:EPSG::5356',
13102
            'accuracy' => 0,
13103
        ],
13104
        [
13105
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16121',
13106
            'name' => 'UTM zone 21S',
13107
            'source_crs' => 'urn:ogc:def:crs:EPSG::5354',
13108
            'target_crs' => 'urn:ogc:def:crs:EPSG::5357',
13109
            'accuracy' => 0,
13110
        ],
13111
        [
13112
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13113
            'name' => 'geocentric to geographic3D',
13114
            'source_crs' => 'urn:ogc:def:crs:EPSG::5358',
13115
            'target_crs' => 'urn:ogc:def:crs:EPSG::5359',
13116
            'accuracy' => 0,
13117
        ],
13118
        [
13119
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13120
            'name' => 'geographic3D to geographic2D',
13121
            'source_crs' => 'urn:ogc:def:crs:EPSG::5359',
13122
            'target_crs' => 'urn:ogc:def:crs:EPSG::5360',
13123
            'accuracy' => 0,
13124
        ],
13125
        [
13126
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
13127
            'name' => 'UTM zone 19S',
13128
            'source_crs' => 'urn:ogc:def:crs:EPSG::5360',
13129
            'target_crs' => 'urn:ogc:def:crs:EPSG::5361',
13130
            'accuracy' => 0,
13131
        ],
13132
        [
13133
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16118',
13134
            'name' => 'UTM zone 18S',
13135
            'source_crs' => 'urn:ogc:def:crs:EPSG::5360',
13136
            'target_crs' => 'urn:ogc:def:crs:EPSG::5362',
13137
            'accuracy' => 0,
13138
        ],
13139
        [
13140
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13141
            'name' => 'geocentric to geographic3D',
13142
            'source_crs' => 'urn:ogc:def:crs:EPSG::5363',
13143
            'target_crs' => 'urn:ogc:def:crs:EPSG::5364',
13144
            'accuracy' => 0,
13145
        ],
13146
        [
13147
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13148
            'name' => 'geographic3D to geographic2D',
13149
            'source_crs' => 'urn:ogc:def:crs:EPSG::5364',
13150
            'target_crs' => 'urn:ogc:def:crs:EPSG::5365',
13151
            'accuracy' => 0,
13152
        ],
13153
        [
13154
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13155
            'name' => 'geocentric to geographic3D',
13156
            'source_crs' => 'urn:ogc:def:crs:EPSG::5368',
13157
            'target_crs' => 'urn:ogc:def:crs:EPSG::5370',
13158
            'accuracy' => 0,
13159
        ],
13160
        [
13161
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13162
            'name' => 'geocentric to geographic3D',
13163
            'source_crs' => 'urn:ogc:def:crs:EPSG::5369',
13164
            'target_crs' => 'urn:ogc:def:crs:EPSG::5372',
13165
            'accuracy' => 0,
13166
        ],
13167
        [
13168
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13169
            'name' => 'geographic3D to geographic2D',
13170
            'source_crs' => 'urn:ogc:def:crs:EPSG::5370',
13171
            'target_crs' => 'urn:ogc:def:crs:EPSG::5371',
13172
            'accuracy' => 0,
13173
        ],
13174
        [
13175
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13176
            'name' => 'geographic3D to geographic2D',
13177
            'source_crs' => 'urn:ogc:def:crs:EPSG::5372',
13178
            'target_crs' => 'urn:ogc:def:crs:EPSG::5373',
13179
            'accuracy' => 0,
13180
        ],
13181
        [
13182
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16118',
13183
            'name' => 'UTM zone 18S',
13184
            'source_crs' => 'urn:ogc:def:crs:EPSG::5373',
13185
            'target_crs' => 'urn:ogc:def:crs:EPSG::5387',
13186
            'accuracy' => 0,
13187
        ],
13188
        [
13189
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
13190
            'name' => 'UTM zone 19S',
13191
            'source_crs' => 'urn:ogc:def:crs:EPSG::5373',
13192
            'target_crs' => 'urn:ogc:def:crs:EPSG::5389',
13193
            'accuracy' => 0,
13194
        ],
13195
        [
13196
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16117',
13197
            'name' => 'UTM zone 17S',
13198
            'source_crs' => 'urn:ogc:def:crs:EPSG::5373',
13199
            'target_crs' => 'urn:ogc:def:crs:EPSG::5839',
13200
            'accuracy' => 0,
13201
        ],
13202
        [
13203
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13204
            'name' => 'geocentric to geographic3D',
13205
            'source_crs' => 'urn:ogc:def:crs:EPSG::5379',
13206
            'target_crs' => 'urn:ogc:def:crs:EPSG::5380',
13207
            'accuracy' => 0,
13208
        ],
13209
        [
13210
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13211
            'name' => 'geographic3D to geographic2D',
13212
            'source_crs' => 'urn:ogc:def:crs:EPSG::5380',
13213
            'target_crs' => 'urn:ogc:def:crs:EPSG::5381',
13214
            'accuracy' => 0,
13215
        ],
13216
        [
13217
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16121',
13218
            'name' => 'UTM zone 21S',
13219
            'source_crs' => 'urn:ogc:def:crs:EPSG::5381',
13220
            'target_crs' => 'urn:ogc:def:crs:EPSG::5382',
13221
            'accuracy' => 0,
13222
        ],
13223
        [
13224
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16122',
13225
            'name' => 'UTM zone 22S',
13226
            'source_crs' => 'urn:ogc:def:crs:EPSG::5381',
13227
            'target_crs' => 'urn:ogc:def:crs:EPSG::5383',
13228
            'accuracy' => 0,
13229
        ],
13230
        [
13231
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13232
            'name' => 'geocentric to geographic3D',
13233
            'source_crs' => 'urn:ogc:def:crs:EPSG::5391',
13234
            'target_crs' => 'urn:ogc:def:crs:EPSG::5392',
13235
            'accuracy' => 0,
13236
        ],
13237
        [
13238
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13239
            'name' => 'geographic3D to geographic2D',
13240
            'source_crs' => 'urn:ogc:def:crs:EPSG::5392',
13241
            'target_crs' => 'urn:ogc:def:crs:EPSG::5393',
13242
            'accuracy' => 0,
13243
        ],
13244
        [
13245
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13246
            'name' => 'geocentric to geographic3D',
13247
            'source_crs' => 'urn:ogc:def:crs:EPSG::5487',
13248
            'target_crs' => 'urn:ogc:def:crs:EPSG::5488',
13249
            'accuracy' => 0,
13250
        ],
13251
        [
13252
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13253
            'name' => 'geographic3D to geographic2D',
13254
            'source_crs' => 'urn:ogc:def:crs:EPSG::5488',
13255
            'target_crs' => 'urn:ogc:def:crs:EPSG::5489',
13256
            'accuracy' => 0,
13257
        ],
13258
        [
13259
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15499',
13260
            'name' => 'axis order change (geographic3D horizontal)',
13261
            'source_crs' => 'urn:ogc:def:crs:EPSG::5488',
13262
            'target_crs' => 'urn:ogc:def:crs:EPSG::7085',
13263
            'accuracy' => 0,
13264
        ],
13265
        [
13266
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
13267
            'name' => 'UTM zone 20N',
13268
            'source_crs' => 'urn:ogc:def:crs:EPSG::5489',
13269
            'target_crs' => 'urn:ogc:def:crs:EPSG::5490',
13270
            'accuracy' => 0,
13271
        ],
13272
        [
13273
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15498',
13274
            'name' => 'axis order change (2D)',
13275
            'source_crs' => 'urn:ogc:def:crs:EPSG::5489',
13276
            'target_crs' => 'urn:ogc:def:crs:EPSG::7086',
13277
            'accuracy' => 0,
13278
        ],
13279
        [
13280
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16121',
13281
            'name' => 'UTM zone 21S',
13282
            'source_crs' => 'urn:ogc:def:crs:EPSG::5524',
13283
            'target_crs' => 'urn:ogc:def:crs:EPSG::5536',
13284
            'accuracy' => 0,
13285
        ],
13286
        [
13287
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16122',
13288
            'name' => 'UTM zone 22S',
13289
            'source_crs' => 'urn:ogc:def:crs:EPSG::5524',
13290
            'target_crs' => 'urn:ogc:def:crs:EPSG::5537',
13291
            'accuracy' => 0,
13292
        ],
13293
        [
13294
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16123',
13295
            'name' => 'UTM zone 23S',
13296
            'source_crs' => 'urn:ogc:def:crs:EPSG::5524',
13297
            'target_crs' => 'urn:ogc:def:crs:EPSG::5538',
13298
            'accuracy' => 0,
13299
        ],
13300
        [
13301
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16124',
13302
            'name' => 'UTM zone 24S',
13303
            'source_crs' => 'urn:ogc:def:crs:EPSG::5524',
13304
            'target_crs' => 'urn:ogc:def:crs:EPSG::5539',
13305
            'accuracy' => 0,
13306
        ],
13307
        [
13308
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16121',
13309
            'name' => 'UTM zone 21S',
13310
            'source_crs' => 'urn:ogc:def:crs:EPSG::5527',
13311
            'target_crs' => 'urn:ogc:def:crs:EPSG::5531',
13312
            'accuracy' => 0,
13313
        ],
13314
        [
13315
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16123',
13316
            'name' => 'UTM zone 23S',
13317
            'source_crs' => 'urn:ogc:def:crs:EPSG::5527',
13318
            'target_crs' => 'urn:ogc:def:crs:EPSG::5533',
13319
            'accuracy' => 0,
13320
        ],
13321
        [
13322
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16124',
13323
            'name' => 'UTM zone 24S',
13324
            'source_crs' => 'urn:ogc:def:crs:EPSG::5527',
13325
            'target_crs' => 'urn:ogc:def:crs:EPSG::5534',
13326
            'accuracy' => 0,
13327
        ],
13328
        [
13329
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16125',
13330
            'name' => 'UTM zone 25S',
13331
            'source_crs' => 'urn:ogc:def:crs:EPSG::5527',
13332
            'target_crs' => 'urn:ogc:def:crs:EPSG::5535',
13333
            'accuracy' => 0,
13334
        ],
13335
        [
13336
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16122',
13337
            'name' => 'UTM zone 22S',
13338
            'source_crs' => 'urn:ogc:def:crs:EPSG::5527',
13339
            'target_crs' => 'urn:ogc:def:crs:EPSG::5858',
13340
            'accuracy' => 0,
13341
        ],
13342
        [
13343
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16118',
13344
            'name' => 'UTM zone 18S',
13345
            'source_crs' => 'urn:ogc:def:crs:EPSG::5527',
13346
            'target_crs' => 'urn:ogc:def:crs:EPSG::5875',
13347
            'accuracy' => 0,
13348
        ],
13349
        [
13350
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
13351
            'name' => 'UTM zone 19S',
13352
            'source_crs' => 'urn:ogc:def:crs:EPSG::5527',
13353
            'target_crs' => 'urn:ogc:def:crs:EPSG::5876',
13354
            'accuracy' => 0,
13355
        ],
13356
        [
13357
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16120',
13358
            'name' => 'UTM zone 20S',
13359
            'source_crs' => 'urn:ogc:def:crs:EPSG::5527',
13360
            'target_crs' => 'urn:ogc:def:crs:EPSG::5877',
13361
            'accuracy' => 0,
13362
        ],
13363
        [
13364
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13365
            'name' => 'geocentric to geographic3D',
13366
            'source_crs' => 'urn:ogc:def:crs:EPSG::5544',
13367
            'target_crs' => 'urn:ogc:def:crs:EPSG::5545',
13368
            'accuracy' => 0,
13369
        ],
13370
        [
13371
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13372
            'name' => 'geographic3D to geographic2D',
13373
            'source_crs' => 'urn:ogc:def:crs:EPSG::5545',
13374
            'target_crs' => 'urn:ogc:def:crs:EPSG::5546',
13375
            'accuracy' => 0,
13376
        ],
13377
        [
13378
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13379
            'name' => 'geocentric to geographic3D',
13380
            'source_crs' => 'urn:ogc:def:crs:EPSG::5558',
13381
            'target_crs' => 'urn:ogc:def:crs:EPSG::5560',
13382
            'accuracy' => 0,
13383
        ],
13384
        [
13385
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13386
            'name' => 'geographic3D to geographic2D',
13387
            'source_crs' => 'urn:ogc:def:crs:EPSG::5560',
13388
            'target_crs' => 'urn:ogc:def:crs:EPSG::5561',
13389
            'accuracy' => 0,
13390
        ],
13391
        [
13392
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16204',
13393
            'name' => '6-degree Gauss-Kruger zone 4',
13394
            'source_crs' => 'urn:ogc:def:crs:EPSG::5561',
13395
            'target_crs' => 'urn:ogc:def:crs:EPSG::5562',
13396
            'accuracy' => 0,
13397
        ],
13398
        [
13399
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16205',
13400
            'name' => '6-degree Gauss-Kruger zone 5',
13401
            'source_crs' => 'urn:ogc:def:crs:EPSG::5561',
13402
            'target_crs' => 'urn:ogc:def:crs:EPSG::5563',
13403
            'accuracy' => 0,
13404
        ],
13405
        [
13406
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16206',
13407
            'name' => '6-degree Gauss-Kruger zone 6',
13408
            'source_crs' => 'urn:ogc:def:crs:EPSG::5561',
13409
            'target_crs' => 'urn:ogc:def:crs:EPSG::5564',
13410
            'accuracy' => 0,
13411
        ],
13412
        [
13413
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16207',
13414
            'name' => '6-degree Gauss-Kruger zone 7',
13415
            'source_crs' => 'urn:ogc:def:crs:EPSG::5561',
13416
            'target_crs' => 'urn:ogc:def:crs:EPSG::5565',
13417
            'accuracy' => 0,
13418
        ],
13419
        [
13420
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16304',
13421
            'name' => 'Gauss-Kruger CM 21E',
13422
            'source_crs' => 'urn:ogc:def:crs:EPSG::5561',
13423
            'target_crs' => 'urn:ogc:def:crs:EPSG::5566',
13424
            'accuracy' => 0,
13425
        ],
13426
        [
13427
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16305',
13428
            'name' => 'Gauss-Kruger CM 27E',
13429
            'source_crs' => 'urn:ogc:def:crs:EPSG::5561',
13430
            'target_crs' => 'urn:ogc:def:crs:EPSG::5567',
13431
            'accuracy' => 0,
13432
        ],
13433
        [
13434
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16306',
13435
            'name' => 'Gauss-Kruger CM 33E',
13436
            'source_crs' => 'urn:ogc:def:crs:EPSG::5561',
13437
            'target_crs' => 'urn:ogc:def:crs:EPSG::5568',
13438
            'accuracy' => 0,
13439
        ],
13440
        [
13441
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16307',
13442
            'name' => 'Gauss-Kruger CM 39E',
13443
            'source_crs' => 'urn:ogc:def:crs:EPSG::5561',
13444
            'target_crs' => 'urn:ogc:def:crs:EPSG::5569',
13445
            'accuracy' => 0,
13446
        ],
13447
        [
13448
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13449
            'name' => 'geocentric to geographic3D',
13450
            'source_crs' => 'urn:ogc:def:crs:EPSG::5591',
13451
            'target_crs' => 'urn:ogc:def:crs:EPSG::5592',
13452
            'accuracy' => 0,
13453
        ],
13454
        [
13455
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13456
            'name' => 'geographic3D to geographic2D',
13457
            'source_crs' => 'urn:ogc:def:crs:EPSG::5592',
13458
            'target_crs' => 'urn:ogc:def:crs:EPSG::5593',
13459
            'accuracy' => 0,
13460
        ],
13461
        [
13462
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13463
            'name' => 'Height <> Depth Conversion',
13464
            'source_crs' => 'urn:ogc:def:crs:EPSG::5611',
13465
            'target_crs' => 'urn:ogc:def:crs:EPSG::5706',
13466
            'accuracy' => 0,
13467
        ],
13468
        [
13469
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16262',
13470
            'name' => '3-degree Gauss-Kruger zone 2',
13471
            'source_crs' => 'urn:ogc:def:crs:EPSG::5681',
13472
            'target_crs' => 'urn:ogc:def:crs:EPSG::5682',
13473
            'accuracy' => 0,
13474
        ],
13475
        [
13476
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16263',
13477
            'name' => '3-degree Gauss-Kruger zone 3',
13478
            'source_crs' => 'urn:ogc:def:crs:EPSG::5681',
13479
            'target_crs' => 'urn:ogc:def:crs:EPSG::5683',
13480
            'accuracy' => 0,
13481
        ],
13482
        [
13483
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16264',
13484
            'name' => '3-degree Gauss-Kruger zone 4',
13485
            'source_crs' => 'urn:ogc:def:crs:EPSG::5681',
13486
            'target_crs' => 'urn:ogc:def:crs:EPSG::5684',
13487
            'accuracy' => 0,
13488
        ],
13489
        [
13490
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16265',
13491
            'name' => '3-degree Gauss-Kruger zone 5',
13492
            'source_crs' => 'urn:ogc:def:crs:EPSG::5681',
13493
            'target_crs' => 'urn:ogc:def:crs:EPSG::5685',
13494
            'accuracy' => 0,
13495
        ],
13496
        [
13497
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13498
            'name' => 'Height <> Depth Conversion',
13499
            'source_crs' => 'urn:ogc:def:crs:EPSG::5702',
13500
            'target_crs' => 'urn:ogc:def:crs:EPSG::6359',
13501
            'accuracy' => 0,
13502
        ],
13503
        [
13504
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7813',
13505
            'name' => 'Vertical Axis Unit Conversion',
13506
            'source_crs' => 'urn:ogc:def:crs:EPSG::5702',
13507
            'target_crs' => 'urn:ogc:def:crs:EPSG::7968',
13508
            'accuracy' => 0,
13509
        ],
13510
        [
13511
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13512
            'name' => 'Height <> Depth Conversion',
13513
            'source_crs' => 'urn:ogc:def:crs:EPSG::5703',
13514
            'target_crs' => 'urn:ogc:def:crs:EPSG::6357',
13515
            'accuracy' => 0,
13516
        ],
13517
        [
13518
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7813',
13519
            'name' => 'Vertical Axis Unit Conversion',
13520
            'source_crs' => 'urn:ogc:def:crs:EPSG::5703',
13521
            'target_crs' => 'urn:ogc:def:crs:EPSG::6360',
13522
            'accuracy' => 0,
13523
        ],
13524
        [
13525
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7813',
13526
            'name' => 'Vertical Axis Unit Conversion',
13527
            'source_crs' => 'urn:ogc:def:crs:EPSG::5703',
13528
            'target_crs' => 'urn:ogc:def:crs:EPSG::8228',
13529
            'accuracy' => 0,
13530
        ],
13531
        [
13532
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13533
            'name' => 'Height <> Depth Conversion',
13534
            'source_crs' => 'urn:ogc:def:crs:EPSG::5705',
13535
            'target_crs' => 'urn:ogc:def:crs:EPSG::5612',
13536
            'accuracy' => 0,
13537
        ],
13538
        [
13539
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13540
            'name' => 'Height <> Depth Conversion',
13541
            'source_crs' => 'urn:ogc:def:crs:EPSG::5714',
13542
            'target_crs' => 'urn:ogc:def:crs:EPSG::5715',
13543
            'accuracy' => 0,
13544
        ],
13545
        [
13546
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7813',
13547
            'name' => 'Vertical Axis Unit Conversion',
13548
            'source_crs' => 'urn:ogc:def:crs:EPSG::5714',
13549
            'target_crs' => 'urn:ogc:def:crs:EPSG::8050',
13550
            'accuracy' => 0,
13551
        ],
13552
        [
13553
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7813',
13554
            'name' => 'Vertical Axis Unit Conversion',
13555
            'source_crs' => 'urn:ogc:def:crs:EPSG::5714',
13556
            'target_crs' => 'urn:ogc:def:crs:EPSG::8052',
13557
            'accuracy' => 0,
13558
        ],
13559
        [
13560
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7813',
13561
            'name' => 'Vertical Axis Unit Conversion',
13562
            'source_crs' => 'urn:ogc:def:crs:EPSG::5715',
13563
            'target_crs' => 'urn:ogc:def:crs:EPSG::8051',
13564
            'accuracy' => 0,
13565
        ],
13566
        [
13567
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7813',
13568
            'name' => 'Vertical Axis Unit Conversion',
13569
            'source_crs' => 'urn:ogc:def:crs:EPSG::5715',
13570
            'target_crs' => 'urn:ogc:def:crs:EPSG::8053',
13571
            'accuracy' => 0,
13572
        ],
13573
        [
13574
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13575
            'name' => 'Height <> Depth Conversion',
13576
            'source_crs' => 'urn:ogc:def:crs:EPSG::5735',
13577
            'target_crs' => 'urn:ogc:def:crs:EPSG::5336',
13578
            'accuracy' => 0,
13579
        ],
13580
        [
13581
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13582
            'name' => 'Height <> Depth Conversion',
13583
            'source_crs' => 'urn:ogc:def:crs:EPSG::5738',
13584
            'target_crs' => 'urn:ogc:def:crs:EPSG::7976',
13585
            'accuracy' => 0,
13586
        ],
13587
        [
13588
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7813',
13589
            'name' => 'Vertical Axis Unit Conversion',
13590
            'source_crs' => 'urn:ogc:def:crs:EPSG::5754',
13591
            'target_crs' => 'urn:ogc:def:crs:EPSG::7962',
13592
            'accuracy' => 0,
13593
        ],
13594
        [
13595
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13596
            'name' => 'Height <> Depth Conversion',
13597
            'source_crs' => 'urn:ogc:def:crs:EPSG::5780',
13598
            'target_crs' => 'urn:ogc:def:crs:EPSG::10364',
13599
            'accuracy' => 0,
13600
        ],
13601
        [
13602
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7813',
13603
            'name' => 'Vertical Axis Unit Conversion',
13604
            'source_crs' => 'urn:ogc:def:crs:EPSG::5789',
13605
            'target_crs' => 'urn:ogc:def:crs:EPSG::5614',
13606
            'accuracy' => 0,
13607
        ],
13608
        [
13609
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13610
            'name' => 'Height <> Depth Conversion',
13611
            'source_crs' => 'urn:ogc:def:crs:EPSG::5797',
13612
            'target_crs' => 'urn:ogc:def:crs:EPSG::5734',
13613
            'accuracy' => 0,
13614
        ],
13615
        [
13616
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13617
            'name' => 'geocentric to geographic3D',
13618
            'source_crs' => 'urn:ogc:def:crs:EPSG::5828',
13619
            'target_crs' => 'urn:ogc:def:crs:EPSG::5830',
13620
            'accuracy' => 0,
13621
        ],
13622
        [
13623
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13624
            'name' => 'Height <> Depth Conversion',
13625
            'source_crs' => 'urn:ogc:def:crs:EPSG::5829',
13626
            'target_crs' => 'urn:ogc:def:crs:EPSG::5831',
13627
            'accuracy' => 0,
13628
        ],
13629
        [
13630
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13631
            'name' => 'geographic3D to geographic2D',
13632
            'source_crs' => 'urn:ogc:def:crs:EPSG::5830',
13633
            'target_crs' => 'urn:ogc:def:crs:EPSG::5681',
13634
            'accuracy' => 0,
13635
        ],
13636
        [
13637
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13638
            'name' => 'geocentric to geographic3D',
13639
            'source_crs' => 'urn:ogc:def:crs:EPSG::5884',
13640
            'target_crs' => 'urn:ogc:def:crs:EPSG::5885',
13641
            'accuracy' => 0,
13642
        ],
13643
        [
13644
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13645
            'name' => 'geographic3D to geographic2D',
13646
            'source_crs' => 'urn:ogc:def:crs:EPSG::5885',
13647
            'target_crs' => 'urn:ogc:def:crs:EPSG::5886',
13648
            'accuracy' => 0,
13649
        ],
13650
        [
13651
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13652
            'name' => 'geocentric to geographic3D',
13653
            'source_crs' => 'urn:ogc:def:crs:EPSG::6133',
13654
            'target_crs' => 'urn:ogc:def:crs:EPSG::6134',
13655
            'accuracy' => 0,
13656
        ],
13657
        [
13658
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13659
            'name' => 'geographic3D to geographic2D',
13660
            'source_crs' => 'urn:ogc:def:crs:EPSG::6134',
13661
            'target_crs' => 'urn:ogc:def:crs:EPSG::6135',
13662
            'accuracy' => 0,
13663
        ],
13664
        [
13665
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13666
            'name' => 'Height <> Depth Conversion',
13667
            'source_crs' => 'urn:ogc:def:crs:EPSG::6178',
13668
            'target_crs' => 'urn:ogc:def:crs:EPSG::10370',
13669
            'accuracy' => 0,
13670
        ],
13671
        [
13672
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13673
            'name' => 'Height <> Depth Conversion',
13674
            'source_crs' => 'urn:ogc:def:crs:EPSG::6179',
13675
            'target_crs' => 'urn:ogc:def:crs:EPSG::10371',
13676
            'accuracy' => 0,
13677
        ],
13678
        [
13679
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13680
            'name' => 'Height <> Depth Conversion',
13681
            'source_crs' => 'urn:ogc:def:crs:EPSG::6180',
13682
            'target_crs' => 'urn:ogc:def:crs:EPSG::10375',
13683
            'accuracy' => 0,
13684
        ],
13685
        [
13686
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13687
            'name' => 'Height <> Depth Conversion',
13688
            'source_crs' => 'urn:ogc:def:crs:EPSG::6181',
13689
            'target_crs' => 'urn:ogc:def:crs:EPSG::10373',
13690
            'accuracy' => 0,
13691
        ],
13692
        [
13693
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13694
            'name' => 'Height <> Depth Conversion',
13695
            'source_crs' => 'urn:ogc:def:crs:EPSG::6182',
13696
            'target_crs' => 'urn:ogc:def:crs:EPSG::10374',
13697
            'accuracy' => 0,
13698
        ],
13699
        [
13700
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13701
            'name' => 'Height <> Depth Conversion',
13702
            'source_crs' => 'urn:ogc:def:crs:EPSG::6183',
13703
            'target_crs' => 'urn:ogc:def:crs:EPSG::10376',
13704
            'accuracy' => 0,
13705
        ],
13706
        [
13707
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13708
            'name' => 'Height <> Depth Conversion',
13709
            'source_crs' => 'urn:ogc:def:crs:EPSG::6184',
13710
            'target_crs' => 'urn:ogc:def:crs:EPSG::10377',
13711
            'accuracy' => 0,
13712
        ],
13713
        [
13714
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13715
            'name' => 'Height <> Depth Conversion',
13716
            'source_crs' => 'urn:ogc:def:crs:EPSG::6185',
13717
            'target_crs' => 'urn:ogc:def:crs:EPSG::10372',
13718
            'accuracy' => 0,
13719
        ],
13720
        [
13721
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13722
            'name' => 'Height <> Depth Conversion',
13723
            'source_crs' => 'urn:ogc:def:crs:EPSG::6186',
13724
            'target_crs' => 'urn:ogc:def:crs:EPSG::10379',
13725
            'accuracy' => 0,
13726
        ],
13727
        [
13728
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13729
            'name' => 'Height <> Depth Conversion',
13730
            'source_crs' => 'urn:ogc:def:crs:EPSG::6187',
13731
            'target_crs' => 'urn:ogc:def:crs:EPSG::10378',
13732
            'accuracy' => 0,
13733
        ],
13734
        [
13735
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13736
            'name' => 'geocentric to geographic3D',
13737
            'source_crs' => 'urn:ogc:def:crs:EPSG::6309',
13738
            'target_crs' => 'urn:ogc:def:crs:EPSG::6310',
13739
            'accuracy' => 0,
13740
        ],
13741
        [
13742
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13743
            'name' => 'geographic3D to geographic2D',
13744
            'source_crs' => 'urn:ogc:def:crs:EPSG::6310',
13745
            'target_crs' => 'urn:ogc:def:crs:EPSG::6311',
13746
            'accuracy' => 0,
13747
        ],
13748
        [
13749
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13750
            'name' => 'geocentric to geographic3D',
13751
            'source_crs' => 'urn:ogc:def:crs:EPSG::6317',
13752
            'target_crs' => 'urn:ogc:def:crs:EPSG::6319',
13753
            'accuracy' => 0,
13754
        ],
13755
        [
13756
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16059',
13757
            'name' => 'UTM zone 59N',
13758
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13759
            'target_crs' => 'urn:ogc:def:crs:EPSG::6328',
13760
            'accuracy' => 0,
13761
        ],
13762
        [
13763
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16060',
13764
            'name' => 'UTM zone 60N',
13765
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13766
            'target_crs' => 'urn:ogc:def:crs:EPSG::6329',
13767
            'accuracy' => 0,
13768
        ],
13769
        [
13770
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16001',
13771
            'name' => 'UTM zone 1N',
13772
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13773
            'target_crs' => 'urn:ogc:def:crs:EPSG::6330',
13774
            'accuracy' => 0,
13775
        ],
13776
        [
13777
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16002',
13778
            'name' => 'UTM zone 2N',
13779
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13780
            'target_crs' => 'urn:ogc:def:crs:EPSG::6331',
13781
            'accuracy' => 0,
13782
        ],
13783
        [
13784
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16003',
13785
            'name' => 'UTM zone 3N',
13786
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13787
            'target_crs' => 'urn:ogc:def:crs:EPSG::6332',
13788
            'accuracy' => 0,
13789
        ],
13790
        [
13791
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16004',
13792
            'name' => 'UTM zone 4N',
13793
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13794
            'target_crs' => 'urn:ogc:def:crs:EPSG::6333',
13795
            'accuracy' => 0,
13796
        ],
13797
        [
13798
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16005',
13799
            'name' => 'UTM zone 5N',
13800
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13801
            'target_crs' => 'urn:ogc:def:crs:EPSG::6334',
13802
            'accuracy' => 0,
13803
        ],
13804
        [
13805
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16006',
13806
            'name' => 'UTM zone 6N',
13807
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13808
            'target_crs' => 'urn:ogc:def:crs:EPSG::6335',
13809
            'accuracy' => 0,
13810
        ],
13811
        [
13812
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16007',
13813
            'name' => 'UTM zone 7N',
13814
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13815
            'target_crs' => 'urn:ogc:def:crs:EPSG::6336',
13816
            'accuracy' => 0,
13817
        ],
13818
        [
13819
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16008',
13820
            'name' => 'UTM zone 8N',
13821
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13822
            'target_crs' => 'urn:ogc:def:crs:EPSG::6337',
13823
            'accuracy' => 0,
13824
        ],
13825
        [
13826
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16009',
13827
            'name' => 'UTM zone 9N',
13828
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13829
            'target_crs' => 'urn:ogc:def:crs:EPSG::6338',
13830
            'accuracy' => 0,
13831
        ],
13832
        [
13833
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16010',
13834
            'name' => 'UTM zone 10N',
13835
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13836
            'target_crs' => 'urn:ogc:def:crs:EPSG::6339',
13837
            'accuracy' => 0,
13838
        ],
13839
        [
13840
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
13841
            'name' => 'UTM zone 11N',
13842
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13843
            'target_crs' => 'urn:ogc:def:crs:EPSG::6340',
13844
            'accuracy' => 0,
13845
        ],
13846
        [
13847
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
13848
            'name' => 'UTM zone 12N',
13849
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13850
            'target_crs' => 'urn:ogc:def:crs:EPSG::6341',
13851
            'accuracy' => 0,
13852
        ],
13853
        [
13854
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
13855
            'name' => 'UTM zone 13N',
13856
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13857
            'target_crs' => 'urn:ogc:def:crs:EPSG::6342',
13858
            'accuracy' => 0,
13859
        ],
13860
        [
13861
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
13862
            'name' => 'UTM zone 14N',
13863
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13864
            'target_crs' => 'urn:ogc:def:crs:EPSG::6343',
13865
            'accuracy' => 0,
13866
        ],
13867
        [
13868
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
13869
            'name' => 'UTM zone 15N',
13870
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13871
            'target_crs' => 'urn:ogc:def:crs:EPSG::6344',
13872
            'accuracy' => 0,
13873
        ],
13874
        [
13875
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
13876
            'name' => 'UTM zone 16N',
13877
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13878
            'target_crs' => 'urn:ogc:def:crs:EPSG::6345',
13879
            'accuracy' => 0,
13880
        ],
13881
        [
13882
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
13883
            'name' => 'UTM zone 17N',
13884
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13885
            'target_crs' => 'urn:ogc:def:crs:EPSG::6346',
13886
            'accuracy' => 0,
13887
        ],
13888
        [
13889
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
13890
            'name' => 'UTM zone 18N',
13891
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13892
            'target_crs' => 'urn:ogc:def:crs:EPSG::6347',
13893
            'accuracy' => 0,
13894
        ],
13895
        [
13896
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
13897
            'name' => 'UTM zone 19N',
13898
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13899
            'target_crs' => 'urn:ogc:def:crs:EPSG::6348',
13900
            'accuracy' => 0,
13901
        ],
13902
        [
13903
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13904
            'name' => 'geographic3D to geographic2D',
13905
            'source_crs' => 'urn:ogc:def:crs:EPSG::6319',
13906
            'target_crs' => 'urn:ogc:def:crs:EPSG::6318',
13907
            'accuracy' => 0,
13908
        ],
13909
        [
13910
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13911
            'name' => 'geocentric to geographic3D',
13912
            'source_crs' => 'urn:ogc:def:crs:EPSG::6320',
13913
            'target_crs' => 'urn:ogc:def:crs:EPSG::6321',
13914
            'accuracy' => 0,
13915
        ],
13916
        [
13917
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13918
            'name' => 'geographic3D to geographic2D',
13919
            'source_crs' => 'urn:ogc:def:crs:EPSG::6321',
13920
            'target_crs' => 'urn:ogc:def:crs:EPSG::6322',
13921
            'accuracy' => 0,
13922
        ],
13923
        [
13924
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16004',
13925
            'name' => 'UTM zone 4N',
13926
            'source_crs' => 'urn:ogc:def:crs:EPSG::6322',
13927
            'target_crs' => 'urn:ogc:def:crs:EPSG::6634',
13928
            'accuracy' => 0,
13929
        ],
13930
        [
13931
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16005',
13932
            'name' => 'UTM zone 5N',
13933
            'source_crs' => 'urn:ogc:def:crs:EPSG::6322',
13934
            'target_crs' => 'urn:ogc:def:crs:EPSG::6635',
13935
            'accuracy' => 0,
13936
        ],
13937
        [
13938
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16102',
13939
            'name' => 'UTM zone 2S',
13940
            'source_crs' => 'urn:ogc:def:crs:EPSG::6322',
13941
            'target_crs' => 'urn:ogc:def:crs:EPSG::6636',
13942
            'accuracy' => 0,
13943
        ],
13944
        [
13945
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13946
            'name' => 'geocentric to geographic3D',
13947
            'source_crs' => 'urn:ogc:def:crs:EPSG::6323',
13948
            'target_crs' => 'urn:ogc:def:crs:EPSG::6324',
13949
            'accuracy' => 0,
13950
        ],
13951
        [
13952
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13953
            'name' => 'geographic3D to geographic2D',
13954
            'source_crs' => 'urn:ogc:def:crs:EPSG::6324',
13955
            'target_crs' => 'urn:ogc:def:crs:EPSG::6325',
13956
            'accuracy' => 0,
13957
        ],
13958
        [
13959
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16054',
13960
            'name' => 'UTM zone 54N',
13961
            'source_crs' => 'urn:ogc:def:crs:EPSG::6325',
13962
            'target_crs' => 'urn:ogc:def:crs:EPSG::8692',
13963
            'accuracy' => 0,
13964
        ],
13965
        [
13966
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16055',
13967
            'name' => 'UTM zone 55N',
13968
            'source_crs' => 'urn:ogc:def:crs:EPSG::6325',
13969
            'target_crs' => 'urn:ogc:def:crs:EPSG::8693',
13970
            'accuracy' => 0,
13971
        ],
13972
        [
13973
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
13974
            'name' => 'Height <> Depth Conversion',
13975
            'source_crs' => 'urn:ogc:def:crs:EPSG::6360',
13976
            'target_crs' => 'urn:ogc:def:crs:EPSG::6358',
13977
            'accuracy' => 0,
13978
        ],
13979
        [
13980
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
13981
            'name' => 'geocentric to geographic3D',
13982
            'source_crs' => 'urn:ogc:def:crs:EPSG::6363',
13983
            'target_crs' => 'urn:ogc:def:crs:EPSG::6364',
13984
            'accuracy' => 0,
13985
        ],
13986
        [
13987
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
13988
            'name' => 'geographic3D to geographic2D',
13989
            'source_crs' => 'urn:ogc:def:crs:EPSG::6364',
13990
            'target_crs' => 'urn:ogc:def:crs:EPSG::6365',
13991
            'accuracy' => 0,
13992
        ],
13993
        [
13994
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
13995
            'name' => 'UTM zone 11N',
13996
            'source_crs' => 'urn:ogc:def:crs:EPSG::6365',
13997
            'target_crs' => 'urn:ogc:def:crs:EPSG::6366',
13998
            'accuracy' => 0,
13999
        ],
14000
        [
14001
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
14002
            'name' => 'UTM zone 12N',
14003
            'source_crs' => 'urn:ogc:def:crs:EPSG::6365',
14004
            'target_crs' => 'urn:ogc:def:crs:EPSG::6367',
14005
            'accuracy' => 0,
14006
        ],
14007
        [
14008
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
14009
            'name' => 'UTM zone 13N',
14010
            'source_crs' => 'urn:ogc:def:crs:EPSG::6365',
14011
            'target_crs' => 'urn:ogc:def:crs:EPSG::6368',
14012
            'accuracy' => 0,
14013
        ],
14014
        [
14015
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
14016
            'name' => 'UTM zone 14N',
14017
            'source_crs' => 'urn:ogc:def:crs:EPSG::6365',
14018
            'target_crs' => 'urn:ogc:def:crs:EPSG::6369',
14019
            'accuracy' => 0,
14020
        ],
14021
        [
14022
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
14023
            'name' => 'UTM zone 15N',
14024
            'source_crs' => 'urn:ogc:def:crs:EPSG::6365',
14025
            'target_crs' => 'urn:ogc:def:crs:EPSG::6370',
14026
            'accuracy' => 0,
14027
        ],
14028
        [
14029
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
14030
            'name' => 'UTM zone 16N',
14031
            'source_crs' => 'urn:ogc:def:crs:EPSG::6365',
14032
            'target_crs' => 'urn:ogc:def:crs:EPSG::6371',
14033
            'accuracy' => 0,
14034
        ],
14035
        [
14036
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14037
            'name' => 'geocentric to geographic3D',
14038
            'source_crs' => 'urn:ogc:def:crs:EPSG::6666',
14039
            'target_crs' => 'urn:ogc:def:crs:EPSG::6667',
14040
            'accuracy' => 0,
14041
        ],
14042
        [
14043
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14044
            'name' => 'geographic3D to geographic2D',
14045
            'source_crs' => 'urn:ogc:def:crs:EPSG::6667',
14046
            'target_crs' => 'urn:ogc:def:crs:EPSG::6668',
14047
            'accuracy' => 0,
14048
        ],
14049
        [
14050
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16051',
14051
            'name' => 'UTM zone 51N',
14052
            'source_crs' => 'urn:ogc:def:crs:EPSG::6668',
14053
            'target_crs' => 'urn:ogc:def:crs:EPSG::6688',
14054
            'accuracy' => 0,
14055
        ],
14056
        [
14057
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16052',
14058
            'name' => 'UTM zone 52N',
14059
            'source_crs' => 'urn:ogc:def:crs:EPSG::6668',
14060
            'target_crs' => 'urn:ogc:def:crs:EPSG::6689',
14061
            'accuracy' => 0,
14062
        ],
14063
        [
14064
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16053',
14065
            'name' => 'UTM zone 53N',
14066
            'source_crs' => 'urn:ogc:def:crs:EPSG::6668',
14067
            'target_crs' => 'urn:ogc:def:crs:EPSG::6690',
14068
            'accuracy' => 0,
14069
        ],
14070
        [
14071
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16054',
14072
            'name' => 'UTM zone 54N',
14073
            'source_crs' => 'urn:ogc:def:crs:EPSG::6668',
14074
            'target_crs' => 'urn:ogc:def:crs:EPSG::6691',
14075
            'accuracy' => 0,
14076
        ],
14077
        [
14078
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16055',
14079
            'name' => 'UTM zone 55N',
14080
            'source_crs' => 'urn:ogc:def:crs:EPSG::6668',
14081
            'target_crs' => 'urn:ogc:def:crs:EPSG::6692',
14082
            'accuracy' => 0,
14083
        ],
14084
        [
14085
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14086
            'name' => 'geocentric to geographic3D',
14087
            'source_crs' => 'urn:ogc:def:crs:EPSG::6704',
14088
            'target_crs' => 'urn:ogc:def:crs:EPSG::6705',
14089
            'accuracy' => 0,
14090
        ],
14091
        [
14092
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14093
            'name' => 'geographic3D to geographic2D',
14094
            'source_crs' => 'urn:ogc:def:crs:EPSG::6705',
14095
            'target_crs' => 'urn:ogc:def:crs:EPSG::6706',
14096
            'accuracy' => 0,
14097
        ],
14098
        [
14099
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
14100
            'name' => 'UTM zone 32N',
14101
            'source_crs' => 'urn:ogc:def:crs:EPSG::6706',
14102
            'target_crs' => 'urn:ogc:def:crs:EPSG::6707',
14103
            'accuracy' => 0,
14104
        ],
14105
        [
14106
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16033',
14107
            'name' => 'UTM zone 33N',
14108
            'source_crs' => 'urn:ogc:def:crs:EPSG::6706',
14109
            'target_crs' => 'urn:ogc:def:crs:EPSG::6708',
14110
            'accuracy' => 0,
14111
        ],
14112
        [
14113
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16034',
14114
            'name' => 'UTM zone 34N',
14115
            'source_crs' => 'urn:ogc:def:crs:EPSG::6706',
14116
            'target_crs' => 'urn:ogc:def:crs:EPSG::6709',
14117
            'accuracy' => 0,
14118
        ],
14119
        [
14120
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16032',
14121
            'name' => 'UTM zone 32N',
14122
            'source_crs' => 'urn:ogc:def:crs:EPSG::6706',
14123
            'target_crs' => 'urn:ogc:def:crs:EPSG::7791',
14124
            'accuracy' => 0,
14125
        ],
14126
        [
14127
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16033',
14128
            'name' => 'UTM zone 33N',
14129
            'source_crs' => 'urn:ogc:def:crs:EPSG::6706',
14130
            'target_crs' => 'urn:ogc:def:crs:EPSG::7792',
14131
            'accuracy' => 0,
14132
        ],
14133
        [
14134
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16034',
14135
            'name' => 'UTM zone 34N',
14136
            'source_crs' => 'urn:ogc:def:crs:EPSG::6706',
14137
            'target_crs' => 'urn:ogc:def:crs:EPSG::7793',
14138
            'accuracy' => 0,
14139
        ],
14140
        [
14141
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14142
            'name' => 'geocentric to geographic3D',
14143
            'source_crs' => 'urn:ogc:def:crs:EPSG::6781',
14144
            'target_crs' => 'urn:ogc:def:crs:EPSG::6782',
14145
            'accuracy' => 0,
14146
        ],
14147
        [
14148
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14149
            'name' => 'geographic3D to geographic2D',
14150
            'source_crs' => 'urn:ogc:def:crs:EPSG::6782',
14151
            'target_crs' => 'urn:ogc:def:crs:EPSG::6783',
14152
            'accuracy' => 0,
14153
        ],
14154
        [
14155
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16040',
14156
            'name' => 'UTM zone 40N',
14157
            'source_crs' => 'urn:ogc:def:crs:EPSG::6892',
14158
            'target_crs' => 'urn:ogc:def:crs:EPSG::6915',
14159
            'accuracy' => 0,
14160
        ],
14161
        [
14162
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14163
            'name' => 'geocentric to geographic3D',
14164
            'source_crs' => 'urn:ogc:def:crs:EPSG::6934',
14165
            'target_crs' => 'urn:ogc:def:crs:EPSG::9013',
14166
            'accuracy' => 0,
14167
        ],
14168
        [
14169
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9037',
14170
            'name' => 'IGS08 to IGb08 (1)',
14171
            'source_crs' => 'urn:ogc:def:crs:EPSG::6934',
14172
            'target_crs' => 'urn:ogc:def:crs:EPSG::9015',
14173
            'accuracy' => 0.0,
14174
        ],
14175
        [
14176
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14177
            'name' => 'geocentric to geographic3D',
14178
            'source_crs' => 'urn:ogc:def:crs:EPSG::6981',
14179
            'target_crs' => 'urn:ogc:def:crs:EPSG::6982',
14180
            'accuracy' => 0,
14181
        ],
14182
        [
14183
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14184
            'name' => 'geographic3D to geographic2D',
14185
            'source_crs' => 'urn:ogc:def:crs:EPSG::6982',
14186
            'target_crs' => 'urn:ogc:def:crs:EPSG::6983',
14187
            'accuracy' => 0,
14188
        ],
14189
        [
14190
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14191
            'name' => 'geocentric to geographic3D',
14192
            'source_crs' => 'urn:ogc:def:crs:EPSG::6988',
14193
            'target_crs' => 'urn:ogc:def:crs:EPSG::6989',
14194
            'accuracy' => 0,
14195
        ],
14196
        [
14197
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14198
            'name' => 'geographic3D to geographic2D',
14199
            'source_crs' => 'urn:ogc:def:crs:EPSG::6989',
14200
            'target_crs' => 'urn:ogc:def:crs:EPSG::6990',
14201
            'accuracy' => 0,
14202
        ],
14203
        [
14204
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14205
            'name' => 'geocentric to geographic3D',
14206
            'source_crs' => 'urn:ogc:def:crs:EPSG::7071',
14207
            'target_crs' => 'urn:ogc:def:crs:EPSG::7072',
14208
            'accuracy' => 0,
14209
        ],
14210
        [
14211
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14212
            'name' => 'geographic3D to geographic2D',
14213
            'source_crs' => 'urn:ogc:def:crs:EPSG::7072',
14214
            'target_crs' => 'urn:ogc:def:crs:EPSG::7073',
14215
            'accuracy' => 0,
14216
        ],
14217
        [
14218
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15499',
14219
            'name' => 'axis order change (geographic3D horizontal)',
14220
            'source_crs' => 'urn:ogc:def:crs:EPSG::7072',
14221
            'target_crs' => 'urn:ogc:def:crs:EPSG::7087',
14222
            'accuracy' => 0,
14223
        ],
14224
        [
14225
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16137',
14226
            'name' => 'UTM zone 37S',
14227
            'source_crs' => 'urn:ogc:def:crs:EPSG::7073',
14228
            'target_crs' => 'urn:ogc:def:crs:EPSG::7074',
14229
            'accuracy' => 0,
14230
        ],
14231
        [
14232
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16138',
14233
            'name' => 'UTM zone 38S',
14234
            'source_crs' => 'urn:ogc:def:crs:EPSG::7073',
14235
            'target_crs' => 'urn:ogc:def:crs:EPSG::7075',
14236
            'accuracy' => 0,
14237
        ],
14238
        [
14239
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16139',
14240
            'name' => 'UTM zone 39S',
14241
            'source_crs' => 'urn:ogc:def:crs:EPSG::7073',
14242
            'target_crs' => 'urn:ogc:def:crs:EPSG::7076',
14243
            'accuracy' => 0,
14244
        ],
14245
        [
14246
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16140',
14247
            'name' => 'UTM zone 40S',
14248
            'source_crs' => 'urn:ogc:def:crs:EPSG::7073',
14249
            'target_crs' => 'urn:ogc:def:crs:EPSG::7077',
14250
            'accuracy' => 0,
14251
        ],
14252
        [
14253
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16141',
14254
            'name' => 'UTM zone 41S',
14255
            'source_crs' => 'urn:ogc:def:crs:EPSG::7073',
14256
            'target_crs' => 'urn:ogc:def:crs:EPSG::7078',
14257
            'accuracy' => 0,
14258
        ],
14259
        [
14260
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16142',
14261
            'name' => 'UTM zone 42S',
14262
            'source_crs' => 'urn:ogc:def:crs:EPSG::7073',
14263
            'target_crs' => 'urn:ogc:def:crs:EPSG::7079',
14264
            'accuracy' => 0,
14265
        ],
14266
        [
14267
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16143',
14268
            'name' => 'UTM zone 43S',
14269
            'source_crs' => 'urn:ogc:def:crs:EPSG::7073',
14270
            'target_crs' => 'urn:ogc:def:crs:EPSG::7080',
14271
            'accuracy' => 0,
14272
        ],
14273
        [
14274
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16144',
14275
            'name' => 'UTM zone 44S',
14276
            'source_crs' => 'urn:ogc:def:crs:EPSG::7073',
14277
            'target_crs' => 'urn:ogc:def:crs:EPSG::7081',
14278
            'accuracy' => 0,
14279
        ],
14280
        [
14281
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15498',
14282
            'name' => 'axis order change (2D)',
14283
            'source_crs' => 'urn:ogc:def:crs:EPSG::7073',
14284
            'target_crs' => 'urn:ogc:def:crs:EPSG::7133',
14285
            'accuracy' => 0,
14286
        ],
14287
        [
14288
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16153',
14289
            'name' => 'UTM zone 53S',
14290
            'source_crs' => 'urn:ogc:def:crs:EPSG::7073',
14291
            'target_crs' => 'urn:ogc:def:crs:EPSG::8455',
14292
            'accuracy' => 0,
14293
        ],
14294
        [
14295
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16154',
14296
            'name' => 'UTM zone 54S',
14297
            'source_crs' => 'urn:ogc:def:crs:EPSG::7073',
14298
            'target_crs' => 'urn:ogc:def:crs:EPSG::8456',
14299
            'accuracy' => 0,
14300
        ],
14301
        [
14302
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14303
            'name' => 'geocentric to geographic3D',
14304
            'source_crs' => 'urn:ogc:def:crs:EPSG::7134',
14305
            'target_crs' => 'urn:ogc:def:crs:EPSG::7135',
14306
            'accuracy' => 0,
14307
        ],
14308
        [
14309
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14310
            'name' => 'geographic3D to geographic2D',
14311
            'source_crs' => 'urn:ogc:def:crs:EPSG::7135',
14312
            'target_crs' => 'urn:ogc:def:crs:EPSG::7136',
14313
            'accuracy' => 0,
14314
        ],
14315
        [
14316
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14317
            'name' => 'geocentric to geographic3D',
14318
            'source_crs' => 'urn:ogc:def:crs:EPSG::7137',
14319
            'target_crs' => 'urn:ogc:def:crs:EPSG::7138',
14320
            'accuracy' => 0,
14321
        ],
14322
        [
14323
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14324
            'name' => 'geographic3D to geographic2D',
14325
            'source_crs' => 'urn:ogc:def:crs:EPSG::7138',
14326
            'target_crs' => 'urn:ogc:def:crs:EPSG::7139',
14327
            'accuracy' => 0,
14328
        ],
14329
        [
14330
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14331
            'name' => 'geocentric to geographic3D',
14332
            'source_crs' => 'urn:ogc:def:crs:EPSG::7371',
14333
            'target_crs' => 'urn:ogc:def:crs:EPSG::7372',
14334
            'accuracy' => 0,
14335
        ],
14336
        [
14337
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14338
            'name' => 'geographic3D to geographic2D',
14339
            'source_crs' => 'urn:ogc:def:crs:EPSG::7372',
14340
            'target_crs' => 'urn:ogc:def:crs:EPSG::7373',
14341
            'accuracy' => 0,
14342
        ],
14343
        [
14344
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
14345
            'name' => 'UTM zone 39N',
14346
            'source_crs' => 'urn:ogc:def:crs:EPSG::7373',
14347
            'target_crs' => 'urn:ogc:def:crs:EPSG::7374',
14348
            'accuracy' => 0,
14349
        ],
14350
        [
14351
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16040',
14352
            'name' => 'UTM zone 40N',
14353
            'source_crs' => 'urn:ogc:def:crs:EPSG::7373',
14354
            'target_crs' => 'urn:ogc:def:crs:EPSG::7375',
14355
            'accuracy' => 0,
14356
        ],
14357
        [
14358
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16041',
14359
            'name' => 'UTM zone 41N',
14360
            'source_crs' => 'urn:ogc:def:crs:EPSG::7373',
14361
            'target_crs' => 'urn:ogc:def:crs:EPSG::7376',
14362
            'accuracy' => 0,
14363
        ],
14364
        [
14365
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7672',
14366
            'name' => 'WGS 84 (G730) to ITRF92 (1)',
14367
            'source_crs' => 'urn:ogc:def:crs:EPSG::7656',
14368
            'target_crs' => 'urn:ogc:def:crs:EPSG::4914',
14369
            'accuracy' => 0.2,
14370
        ],
14371
        [
14372
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14373
            'name' => 'geocentric to geographic3D',
14374
            'source_crs' => 'urn:ogc:def:crs:EPSG::7656',
14375
            'target_crs' => 'urn:ogc:def:crs:EPSG::7657',
14376
            'accuracy' => 0,
14377
        ],
14378
        [
14379
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9961',
14380
            'name' => 'WGS 84 (G730) to WGS 84 (G873) (1)',
14381
            'source_crs' => 'urn:ogc:def:crs:EPSG::7656',
14382
            'target_crs' => 'urn:ogc:def:crs:EPSG::7658',
14383
            'accuracy' => 0.04,
14384
        ],
14385
        [
14386
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14387
            'name' => 'geographic3D to geographic2D',
14388
            'source_crs' => 'urn:ogc:def:crs:EPSG::7657',
14389
            'target_crs' => 'urn:ogc:def:crs:EPSG::9053',
14390
            'accuracy' => 0,
14391
        ],
14392
        [
14393
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9076',
14394
            'name' => 'WGS 84 (G873) to ITRF94 (1)',
14395
            'source_crs' => 'urn:ogc:def:crs:EPSG::7658',
14396
            'target_crs' => 'urn:ogc:def:crs:EPSG::4916',
14397
            'accuracy' => 0.1,
14398
        ],
14399
        [
14400
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14401
            'name' => 'geocentric to geographic3D',
14402
            'source_crs' => 'urn:ogc:def:crs:EPSG::7658',
14403
            'target_crs' => 'urn:ogc:def:crs:EPSG::7659',
14404
            'accuracy' => 0,
14405
        ],
14406
        [
14407
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9962',
14408
            'name' => 'WGS 84 (G873) to WGS 84 (G1150) (1)',
14409
            'source_crs' => 'urn:ogc:def:crs:EPSG::7658',
14410
            'target_crs' => 'urn:ogc:def:crs:EPSG::7660',
14411
            'accuracy' => 0.03,
14412
        ],
14413
        [
14414
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14415
            'name' => 'geographic3D to geographic2D',
14416
            'source_crs' => 'urn:ogc:def:crs:EPSG::7659',
14417
            'target_crs' => 'urn:ogc:def:crs:EPSG::9054',
14418
            'accuracy' => 0,
14419
        ],
14420
        [
14421
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7670',
14422
            'name' => 'WGS 84 (G1150) to ITRF2000 (1)',
14423
            'source_crs' => 'urn:ogc:def:crs:EPSG::7660',
14424
            'target_crs' => 'urn:ogc:def:crs:EPSG::4919',
14425
            'accuracy' => 0.02,
14426
        ],
14427
        [
14428
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14429
            'name' => 'geocentric to geographic3D',
14430
            'source_crs' => 'urn:ogc:def:crs:EPSG::7660',
14431
            'target_crs' => 'urn:ogc:def:crs:EPSG::7661',
14432
            'accuracy' => 0,
14433
        ],
14434
        [
14435
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9963',
14436
            'name' => 'WGS 84 (G1150) to WGS 84 (G1674) (1)',
14437
            'source_crs' => 'urn:ogc:def:crs:EPSG::7660',
14438
            'target_crs' => 'urn:ogc:def:crs:EPSG::7662',
14439
            'accuracy' => 0.02,
14440
        ],
14441
        [
14442
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7668',
14443
            'name' => 'WGS 84 (G1150) to WGS 84 (G1762) (1)',
14444
            'source_crs' => 'urn:ogc:def:crs:EPSG::7660',
14445
            'target_crs' => 'urn:ogc:def:crs:EPSG::7664',
14446
            'accuracy' => 0.02,
14447
        ],
14448
        [
14449
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7961',
14450
            'name' => 'WGS 84 (G1150) to PZ-90.02 (1)',
14451
            'source_crs' => 'urn:ogc:def:crs:EPSG::7660',
14452
            'target_crs' => 'urn:ogc:def:crs:EPSG::7677',
14453
            'accuracy' => 0.17,
14454
        ],
14455
        [
14456
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14457
            'name' => 'geographic3D to geographic2D',
14458
            'source_crs' => 'urn:ogc:def:crs:EPSG::7661',
14459
            'target_crs' => 'urn:ogc:def:crs:EPSG::9055',
14460
            'accuracy' => 0,
14461
        ],
14462
        [
14463
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7669',
14464
            'name' => 'WGS 84 (G1674) to ITRF2008 (1)',
14465
            'source_crs' => 'urn:ogc:def:crs:EPSG::7662',
14466
            'target_crs' => 'urn:ogc:def:crs:EPSG::5332',
14467
            'accuracy' => 0.01,
14468
        ],
14469
        [
14470
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14471
            'name' => 'geocentric to geographic3D',
14472
            'source_crs' => 'urn:ogc:def:crs:EPSG::7662',
14473
            'target_crs' => 'urn:ogc:def:crs:EPSG::7663',
14474
            'accuracy' => 0,
14475
        ],
14476
        [
14477
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7667',
14478
            'name' => 'WGS 84 (G1674) to WGS 84 (G1762) (1)',
14479
            'source_crs' => 'urn:ogc:def:crs:EPSG::7662',
14480
            'target_crs' => 'urn:ogc:def:crs:EPSG::7664',
14481
            'accuracy' => 0.01,
14482
        ],
14483
        [
14484
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14485
            'name' => 'geographic3D to geographic2D',
14486
            'source_crs' => 'urn:ogc:def:crs:EPSG::7663',
14487
            'target_crs' => 'urn:ogc:def:crs:EPSG::9056',
14488
            'accuracy' => 0,
14489
        ],
14490
        [
14491
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7666',
14492
            'name' => 'WGS 84 (G1762) to ITRF2008 (1)',
14493
            'source_crs' => 'urn:ogc:def:crs:EPSG::7664',
14494
            'target_crs' => 'urn:ogc:def:crs:EPSG::5332',
14495
            'accuracy' => 0.01,
14496
        ],
14497
        [
14498
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14499
            'name' => 'geocentric to geographic3D',
14500
            'source_crs' => 'urn:ogc:def:crs:EPSG::7664',
14501
            'target_crs' => 'urn:ogc:def:crs:EPSG::7665',
14502
            'accuracy' => 0,
14503
        ],
14504
        [
14505
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9756',
14506
            'name' => 'WGS 84 (G1762) to WGS 84 (G2139) (1)',
14507
            'source_crs' => 'urn:ogc:def:crs:EPSG::7664',
14508
            'target_crs' => 'urn:ogc:def:crs:EPSG::9753',
14509
            'accuracy' => 0.01,
14510
        ],
14511
        [
14512
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14513
            'name' => 'geographic3D to geographic2D',
14514
            'source_crs' => 'urn:ogc:def:crs:EPSG::7665',
14515
            'target_crs' => 'urn:ogc:def:crs:EPSG::9057',
14516
            'accuracy' => 0,
14517
        ],
14518
        [
14519
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14520
            'name' => 'geocentric to geographic3D',
14521
            'source_crs' => 'urn:ogc:def:crs:EPSG::7677',
14522
            'target_crs' => 'urn:ogc:def:crs:EPSG::7678',
14523
            'accuracy' => 0,
14524
        ],
14525
        [
14526
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7703',
14527
            'name' => 'PZ-90.02 to PZ-90.11 (1)',
14528
            'source_crs' => 'urn:ogc:def:crs:EPSG::7677',
14529
            'target_crs' => 'urn:ogc:def:crs:EPSG::7679',
14530
            'accuracy' => 0.07000000000000001,
14531
        ],
14532
        [
14533
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14534
            'name' => 'geographic3D to geographic2D',
14535
            'source_crs' => 'urn:ogc:def:crs:EPSG::7678',
14536
            'target_crs' => 'urn:ogc:def:crs:EPSG::9474',
14537
            'accuracy' => 0,
14538
        ],
14539
        [
14540
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7960',
14541
            'name' => 'PZ-90.11 to ITRF2008 (1)',
14542
            'source_crs' => 'urn:ogc:def:crs:EPSG::7679',
14543
            'target_crs' => 'urn:ogc:def:crs:EPSG::5332',
14544
            'accuracy' => 0.004,
14545
        ],
14546
        [
14547
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14548
            'name' => 'geocentric to geographic3D',
14549
            'source_crs' => 'urn:ogc:def:crs:EPSG::7679',
14550
            'target_crs' => 'urn:ogc:def:crs:EPSG::7680',
14551
            'accuracy' => 0,
14552
        ],
14553
        [
14554
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14555
            'name' => 'geographic3D to geographic2D',
14556
            'source_crs' => 'urn:ogc:def:crs:EPSG::7680',
14557
            'target_crs' => 'urn:ogc:def:crs:EPSG::9475',
14558
            'accuracy' => 0,
14559
        ],
14560
        [
14561
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
14562
            'name' => 'geocentric to geographic3D',
14563
            'source_crs' => 'urn:ogc:def:crs:EPSG::7681',
14564
            'target_crs' => 'urn:ogc:def:crs:EPSG::7682',
14565
            'accuracy' => 0,
14566
        ],
14567
        [
14568
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
14569
            'name' => 'geographic3D to geographic2D',
14570
            'source_crs' => 'urn:ogc:def:crs:EPSG::7682',
14571
            'target_crs' => 'urn:ogc:def:crs:EPSG::7683',
14572
            'accuracy' => 0,
14573
        ],
14574
        [
14575
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16204',
14576
            'name' => '6-degree Gauss-Kruger zone 4',
14577
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14578
            'target_crs' => 'urn:ogc:def:crs:EPSG::20904',
14579
            'accuracy' => 0,
14580
        ],
14581
        [
14582
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16205',
14583
            'name' => '6-degree Gauss-Kruger zone 5',
14584
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14585
            'target_crs' => 'urn:ogc:def:crs:EPSG::20905',
14586
            'accuracy' => 0,
14587
        ],
14588
        [
14589
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16206',
14590
            'name' => '6-degree Gauss-Kruger zone 6',
14591
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14592
            'target_crs' => 'urn:ogc:def:crs:EPSG::20906',
14593
            'accuracy' => 0,
14594
        ],
14595
        [
14596
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16207',
14597
            'name' => '6-degree Gauss-Kruger zone 7',
14598
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14599
            'target_crs' => 'urn:ogc:def:crs:EPSG::20907',
14600
            'accuracy' => 0,
14601
        ],
14602
        [
14603
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16208',
14604
            'name' => '6-degree Gauss-Kruger zone 8',
14605
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14606
            'target_crs' => 'urn:ogc:def:crs:EPSG::20908',
14607
            'accuracy' => 0,
14608
        ],
14609
        [
14610
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16209',
14611
            'name' => '6-degree Gauss-Kruger zone 9',
14612
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14613
            'target_crs' => 'urn:ogc:def:crs:EPSG::20909',
14614
            'accuracy' => 0,
14615
        ],
14616
        [
14617
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16210',
14618
            'name' => '6-degree Gauss-Kruger zone 10',
14619
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14620
            'target_crs' => 'urn:ogc:def:crs:EPSG::20910',
14621
            'accuracy' => 0,
14622
        ],
14623
        [
14624
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16211',
14625
            'name' => '6-degree Gauss-Kruger zone 11',
14626
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14627
            'target_crs' => 'urn:ogc:def:crs:EPSG::20911',
14628
            'accuracy' => 0,
14629
        ],
14630
        [
14631
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16212',
14632
            'name' => '6-degree Gauss-Kruger zone 12',
14633
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14634
            'target_crs' => 'urn:ogc:def:crs:EPSG::20912',
14635
            'accuracy' => 0,
14636
        ],
14637
        [
14638
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16213',
14639
            'name' => '6-degree Gauss-Kruger zone 13',
14640
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14641
            'target_crs' => 'urn:ogc:def:crs:EPSG::20913',
14642
            'accuracy' => 0,
14643
        ],
14644
        [
14645
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16214',
14646
            'name' => '6-degree Gauss-Kruger zone 14',
14647
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14648
            'target_crs' => 'urn:ogc:def:crs:EPSG::20914',
14649
            'accuracy' => 0,
14650
        ],
14651
        [
14652
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16215',
14653
            'name' => '6-degree Gauss-Kruger zone 15',
14654
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14655
            'target_crs' => 'urn:ogc:def:crs:EPSG::20915',
14656
            'accuracy' => 0,
14657
        ],
14658
        [
14659
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16216',
14660
            'name' => '6-degree Gauss-Kruger zone 16',
14661
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14662
            'target_crs' => 'urn:ogc:def:crs:EPSG::20916',
14663
            'accuracy' => 0,
14664
        ],
14665
        [
14666
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16217',
14667
            'name' => '6-degree Gauss-Kruger zone 17',
14668
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14669
            'target_crs' => 'urn:ogc:def:crs:EPSG::20917',
14670
            'accuracy' => 0,
14671
        ],
14672
        [
14673
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16218',
14674
            'name' => '6-degree Gauss-Kruger zone 18',
14675
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14676
            'target_crs' => 'urn:ogc:def:crs:EPSG::20918',
14677
            'accuracy' => 0,
14678
        ],
14679
        [
14680
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16219',
14681
            'name' => '6-degree Gauss-Kruger zone 19',
14682
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14683
            'target_crs' => 'urn:ogc:def:crs:EPSG::20919',
14684
            'accuracy' => 0,
14685
        ],
14686
        [
14687
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16220',
14688
            'name' => '6-degree Gauss-Kruger zone 20',
14689
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14690
            'target_crs' => 'urn:ogc:def:crs:EPSG::20920',
14691
            'accuracy' => 0,
14692
        ],
14693
        [
14694
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16221',
14695
            'name' => '6-degree Gauss-Kruger zone 21',
14696
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14697
            'target_crs' => 'urn:ogc:def:crs:EPSG::20921',
14698
            'accuracy' => 0,
14699
        ],
14700
        [
14701
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16222',
14702
            'name' => '6-degree Gauss-Kruger zone 22',
14703
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14704
            'target_crs' => 'urn:ogc:def:crs:EPSG::20922',
14705
            'accuracy' => 0,
14706
        ],
14707
        [
14708
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16223',
14709
            'name' => '6-degree Gauss-Kruger zone 23',
14710
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14711
            'target_crs' => 'urn:ogc:def:crs:EPSG::20923',
14712
            'accuracy' => 0,
14713
        ],
14714
        [
14715
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16224',
14716
            'name' => '6-degree Gauss-Kruger zone 24',
14717
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14718
            'target_crs' => 'urn:ogc:def:crs:EPSG::20924',
14719
            'accuracy' => 0,
14720
        ],
14721
        [
14722
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16225',
14723
            'name' => '6-degree Gauss-Kruger zone 25',
14724
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14725
            'target_crs' => 'urn:ogc:def:crs:EPSG::20925',
14726
            'accuracy' => 0,
14727
        ],
14728
        [
14729
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16226',
14730
            'name' => '6-degree Gauss-Kruger zone 26',
14731
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14732
            'target_crs' => 'urn:ogc:def:crs:EPSG::20926',
14733
            'accuracy' => 0,
14734
        ],
14735
        [
14736
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16227',
14737
            'name' => '6-degree Gauss-Kruger zone 27',
14738
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14739
            'target_crs' => 'urn:ogc:def:crs:EPSG::20927',
14740
            'accuracy' => 0,
14741
        ],
14742
        [
14743
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16228',
14744
            'name' => '6-degree Gauss-Kruger zone 28',
14745
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14746
            'target_crs' => 'urn:ogc:def:crs:EPSG::20928',
14747
            'accuracy' => 0,
14748
        ],
14749
        [
14750
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16229',
14751
            'name' => '6-degree Gauss-Kruger zone 29',
14752
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14753
            'target_crs' => 'urn:ogc:def:crs:EPSG::20929',
14754
            'accuracy' => 0,
14755
        ],
14756
        [
14757
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16230',
14758
            'name' => '6-degree Gauss-Kruger zone 30',
14759
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14760
            'target_crs' => 'urn:ogc:def:crs:EPSG::20930',
14761
            'accuracy' => 0,
14762
        ],
14763
        [
14764
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16231',
14765
            'name' => '6-degree Gauss-Kruger zone 31',
14766
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14767
            'target_crs' => 'urn:ogc:def:crs:EPSG::20931',
14768
            'accuracy' => 0,
14769
        ],
14770
        [
14771
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16232',
14772
            'name' => '6-degree Gauss-Kruger zone 32',
14773
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14774
            'target_crs' => 'urn:ogc:def:crs:EPSG::20932',
14775
            'accuracy' => 0,
14776
        ],
14777
        [
14778
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16304',
14779
            'name' => 'Gauss-Kruger CM 21E',
14780
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14781
            'target_crs' => 'urn:ogc:def:crs:EPSG::21004',
14782
            'accuracy' => 0,
14783
        ],
14784
        [
14785
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16305',
14786
            'name' => 'Gauss-Kruger CM 27E',
14787
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14788
            'target_crs' => 'urn:ogc:def:crs:EPSG::21005',
14789
            'accuracy' => 0,
14790
        ],
14791
        [
14792
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16306',
14793
            'name' => 'Gauss-Kruger CM 33E',
14794
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14795
            'target_crs' => 'urn:ogc:def:crs:EPSG::21006',
14796
            'accuracy' => 0,
14797
        ],
14798
        [
14799
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16307',
14800
            'name' => 'Gauss-Kruger CM 39E',
14801
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14802
            'target_crs' => 'urn:ogc:def:crs:EPSG::21007',
14803
            'accuracy' => 0,
14804
        ],
14805
        [
14806
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16308',
14807
            'name' => 'Gauss-Kruger CM 45E',
14808
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14809
            'target_crs' => 'urn:ogc:def:crs:EPSG::21008',
14810
            'accuracy' => 0,
14811
        ],
14812
        [
14813
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16309',
14814
            'name' => 'Gauss-Kruger CM 51E',
14815
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14816
            'target_crs' => 'urn:ogc:def:crs:EPSG::21009',
14817
            'accuracy' => 0,
14818
        ],
14819
        [
14820
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16310',
14821
            'name' => 'Gauss-Kruger CM 57E',
14822
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14823
            'target_crs' => 'urn:ogc:def:crs:EPSG::21010',
14824
            'accuracy' => 0,
14825
        ],
14826
        [
14827
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16311',
14828
            'name' => 'Gauss-Kruger CM 63E',
14829
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14830
            'target_crs' => 'urn:ogc:def:crs:EPSG::21011',
14831
            'accuracy' => 0,
14832
        ],
14833
        [
14834
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16312',
14835
            'name' => 'Gauss-Kruger CM 69E',
14836
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14837
            'target_crs' => 'urn:ogc:def:crs:EPSG::21012',
14838
            'accuracy' => 0,
14839
        ],
14840
        [
14841
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16313',
14842
            'name' => 'Gauss-Kruger CM 75E',
14843
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14844
            'target_crs' => 'urn:ogc:def:crs:EPSG::21013',
14845
            'accuracy' => 0,
14846
        ],
14847
        [
14848
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16314',
14849
            'name' => 'Gauss-Kruger CM 81E',
14850
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14851
            'target_crs' => 'urn:ogc:def:crs:EPSG::21014',
14852
            'accuracy' => 0,
14853
        ],
14854
        [
14855
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16315',
14856
            'name' => 'Gauss-Kruger CM 87E',
14857
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14858
            'target_crs' => 'urn:ogc:def:crs:EPSG::21015',
14859
            'accuracy' => 0,
14860
        ],
14861
        [
14862
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16316',
14863
            'name' => 'Gauss-Kruger CM 93E',
14864
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14865
            'target_crs' => 'urn:ogc:def:crs:EPSG::21016',
14866
            'accuracy' => 0,
14867
        ],
14868
        [
14869
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16317',
14870
            'name' => 'Gauss-Kruger CM 99E',
14871
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14872
            'target_crs' => 'urn:ogc:def:crs:EPSG::21017',
14873
            'accuracy' => 0,
14874
        ],
14875
        [
14876
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16318',
14877
            'name' => 'Gauss-Kruger CM 105E',
14878
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14879
            'target_crs' => 'urn:ogc:def:crs:EPSG::21018',
14880
            'accuracy' => 0,
14881
        ],
14882
        [
14883
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16319',
14884
            'name' => 'Gauss-Kruger CM 111E',
14885
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14886
            'target_crs' => 'urn:ogc:def:crs:EPSG::21019',
14887
            'accuracy' => 0,
14888
        ],
14889
        [
14890
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16320',
14891
            'name' => 'Gauss-Kruger CM 117E',
14892
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14893
            'target_crs' => 'urn:ogc:def:crs:EPSG::21020',
14894
            'accuracy' => 0,
14895
        ],
14896
        [
14897
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16321',
14898
            'name' => 'Gauss-Kruger CM 123E',
14899
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14900
            'target_crs' => 'urn:ogc:def:crs:EPSG::21021',
14901
            'accuracy' => 0,
14902
        ],
14903
        [
14904
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16322',
14905
            'name' => 'Gauss-Kruger CM 129E',
14906
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14907
            'target_crs' => 'urn:ogc:def:crs:EPSG::21022',
14908
            'accuracy' => 0,
14909
        ],
14910
        [
14911
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16323',
14912
            'name' => 'Gauss-Kruger CM 135E',
14913
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14914
            'target_crs' => 'urn:ogc:def:crs:EPSG::21023',
14915
            'accuracy' => 0,
14916
        ],
14917
        [
14918
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16324',
14919
            'name' => 'Gauss-Kruger CM 141E',
14920
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14921
            'target_crs' => 'urn:ogc:def:crs:EPSG::21024',
14922
            'accuracy' => 0,
14923
        ],
14924
        [
14925
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16325',
14926
            'name' => 'Gauss-Kruger CM 147E',
14927
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14928
            'target_crs' => 'urn:ogc:def:crs:EPSG::21025',
14929
            'accuracy' => 0,
14930
        ],
14931
        [
14932
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16326',
14933
            'name' => 'Gauss-Kruger CM 153E',
14934
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14935
            'target_crs' => 'urn:ogc:def:crs:EPSG::21026',
14936
            'accuracy' => 0,
14937
        ],
14938
        [
14939
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16327',
14940
            'name' => 'Gauss-Kruger CM 159E',
14941
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14942
            'target_crs' => 'urn:ogc:def:crs:EPSG::21027',
14943
            'accuracy' => 0,
14944
        ],
14945
        [
14946
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16328',
14947
            'name' => 'Gauss-Kruger CM 165E',
14948
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14949
            'target_crs' => 'urn:ogc:def:crs:EPSG::21028',
14950
            'accuracy' => 0,
14951
        ],
14952
        [
14953
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16329',
14954
            'name' => 'Gauss-Kruger CM 171E',
14955
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14956
            'target_crs' => 'urn:ogc:def:crs:EPSG::21029',
14957
            'accuracy' => 0,
14958
        ],
14959
        [
14960
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16330',
14961
            'name' => 'Gauss-Kruger CM 177E',
14962
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14963
            'target_crs' => 'urn:ogc:def:crs:EPSG::21030',
14964
            'accuracy' => 0,
14965
        ],
14966
        [
14967
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16331',
14968
            'name' => 'Gauss-Kruger CM 177W',
14969
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14970
            'target_crs' => 'urn:ogc:def:crs:EPSG::21031',
14971
            'accuracy' => 0,
14972
        ],
14973
        [
14974
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16332',
14975
            'name' => 'Gauss-Kruger CM 171W',
14976
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14977
            'target_crs' => 'urn:ogc:def:crs:EPSG::21032',
14978
            'accuracy' => 0,
14979
        ],
14980
        [
14981
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16907',
14982
            'name' => 'GSK 3-degree Gauss-Kruger zone 7',
14983
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14984
            'target_crs' => 'urn:ogc:def:crs:EPSG::21207',
14985
            'accuracy' => 0,
14986
        ],
14987
        [
14988
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16910',
14989
            'name' => 'GSK 3-degree Gauss-Kruger zone 10',
14990
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14991
            'target_crs' => 'urn:ogc:def:crs:EPSG::21210',
14992
            'accuracy' => 0,
14993
        ],
14994
        [
14995
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16921',
14996
            'name' => 'GSK 3-degree Gauss-Kruger zone 21',
14997
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
14998
            'target_crs' => 'urn:ogc:def:crs:EPSG::21221',
14999
            'accuracy' => 0,
15000
        ],
15001
        [
15002
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17107',
15003
            'name' => 'GSK 3-degree Gauss-Kruger CM 21E',
15004
            'source_crs' => 'urn:ogc:def:crs:EPSG::7683',
15005
            'target_crs' => 'urn:ogc:def:crs:EPSG::21307',
15006
            'accuracy' => 0,
15007
        ],
15008
        [
15009
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15010
            'name' => 'geocentric to geographic3D',
15011
            'source_crs' => 'urn:ogc:def:crs:EPSG::7684',
15012
            'target_crs' => 'urn:ogc:def:crs:EPSG::7685',
15013
            'accuracy' => 0,
15014
        ],
15015
        [
15016
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15017
            'name' => 'geographic3D to geographic2D',
15018
            'source_crs' => 'urn:ogc:def:crs:EPSG::7685',
15019
            'target_crs' => 'urn:ogc:def:crs:EPSG::7686',
15020
            'accuracy' => 0,
15021
        ],
15022
        [
15023
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15024
            'name' => 'geocentric to geographic3D',
15025
            'source_crs' => 'urn:ogc:def:crs:EPSG::7789',
15026
            'target_crs' => 'urn:ogc:def:crs:EPSG::7912',
15027
            'accuracy' => 0,
15028
        ],
15029
        [
15030
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9032',
15031
            'name' => 'ITRF2014 to IGS14 (1)',
15032
            'source_crs' => 'urn:ogc:def:crs:EPSG::7789',
15033
            'target_crs' => 'urn:ogc:def:crs:EPSG::8227',
15034
            'accuracy' => 0.0,
15035
        ],
15036
        [
15037
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9381',
15038
            'name' => 'ITRF2014 to IGb14 (1)',
15039
            'source_crs' => 'urn:ogc:def:crs:EPSG::7789',
15040
            'target_crs' => 'urn:ogc:def:crs:EPSG::9378',
15041
            'accuracy' => 0.0,
15042
        ],
15043
        [
15044
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9991',
15045
            'name' => 'ITRF2014 to ITRF2020 (1)',
15046
            'source_crs' => 'urn:ogc:def:crs:EPSG::7789',
15047
            'target_crs' => 'urn:ogc:def:crs:EPSG::9988',
15048
            'accuracy' => 0.001,
15049
        ],
15050
        [
15051
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15052
            'name' => 'geocentric to geographic3D',
15053
            'source_crs' => 'urn:ogc:def:crs:EPSG::7796',
15054
            'target_crs' => 'urn:ogc:def:crs:EPSG::7797',
15055
            'accuracy' => 0,
15056
        ],
15057
        [
15058
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15059
            'name' => 'geographic3D to geographic2D',
15060
            'source_crs' => 'urn:ogc:def:crs:EPSG::7797',
15061
            'target_crs' => 'urn:ogc:def:crs:EPSG::7798',
15062
            'accuracy' => 0,
15063
        ],
15064
        [
15065
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16034',
15066
            'name' => 'UTM zone 34N',
15067
            'source_crs' => 'urn:ogc:def:crs:EPSG::7798',
15068
            'target_crs' => 'urn:ogc:def:crs:EPSG::7799',
15069
            'accuracy' => 0,
15070
        ],
15071
        [
15072
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16035',
15073
            'name' => 'UTM zone 35N',
15074
            'source_crs' => 'urn:ogc:def:crs:EPSG::7798',
15075
            'target_crs' => 'urn:ogc:def:crs:EPSG::7800',
15076
            'accuracy' => 0,
15077
        ],
15078
        [
15079
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16034',
15080
            'name' => 'UTM zone 34N',
15081
            'source_crs' => 'urn:ogc:def:crs:EPSG::7798',
15082
            'target_crs' => 'urn:ogc:def:crs:EPSG::7803',
15083
            'accuracy' => 0,
15084
        ],
15085
        [
15086
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16036',
15087
            'name' => 'UTM zone 36N',
15088
            'source_crs' => 'urn:ogc:def:crs:EPSG::7798',
15089
            'target_crs' => 'urn:ogc:def:crs:EPSG::7805',
15090
            'accuracy' => 0,
15091
        ],
15092
        [
15093
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16035',
15094
            'name' => 'UTM zone 35N',
15095
            'source_crs' => 'urn:ogc:def:crs:EPSG::7798',
15096
            'target_crs' => 'urn:ogc:def:crs:EPSG::9391',
15097
            'accuracy' => 0,
15098
        ],
15099
        [
15100
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9145',
15101
            'name' => 'WGS 84 (Transit) to ITRF90 (1)',
15102
            'source_crs' => 'urn:ogc:def:crs:EPSG::7815',
15103
            'target_crs' => 'urn:ogc:def:crs:EPSG::4912',
15104
            'accuracy' => 1.0,
15105
        ],
15106
        [
15107
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9960',
15108
            'name' => 'WGS 84 (Transit) to WGS 84 (G730) (1)',
15109
            'source_crs' => 'urn:ogc:def:crs:EPSG::7815',
15110
            'target_crs' => 'urn:ogc:def:crs:EPSG::7656',
15111
            'accuracy' => 0.7,
15112
        ],
15113
        [
15114
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15115
            'name' => 'geocentric to geographic3D',
15116
            'source_crs' => 'urn:ogc:def:crs:EPSG::7815',
15117
            'target_crs' => 'urn:ogc:def:crs:EPSG::7816',
15118
            'accuracy' => 0,
15119
        ],
15120
        [
15121
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15122
            'name' => 'geographic3D to geographic2D',
15123
            'source_crs' => 'urn:ogc:def:crs:EPSG::7816',
15124
            'target_crs' => 'urn:ogc:def:crs:EPSG::8888',
15125
            'accuracy' => 0,
15126
        ],
15127
        [
15128
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15129
            'name' => 'geocentric to geographic3D',
15130
            'source_crs' => 'urn:ogc:def:crs:EPSG::7842',
15131
            'target_crs' => 'urn:ogc:def:crs:EPSG::7843',
15132
            'accuracy' => 0,
15133
        ],
15134
        [
15135
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15136
            'name' => 'geographic3D to geographic2D',
15137
            'source_crs' => 'urn:ogc:def:crs:EPSG::7843',
15138
            'target_crs' => 'urn:ogc:def:crs:EPSG::7844',
15139
            'accuracy' => 0,
15140
        ],
15141
        [
15142
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15143
            'name' => 'geocentric to geographic3D',
15144
            'source_crs' => 'urn:ogc:def:crs:EPSG::7879',
15145
            'target_crs' => 'urn:ogc:def:crs:EPSG::7880',
15146
            'accuracy' => 0,
15147
        ],
15148
        [
15149
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15150
            'name' => 'geographic3D to geographic2D',
15151
            'source_crs' => 'urn:ogc:def:crs:EPSG::7880',
15152
            'target_crs' => 'urn:ogc:def:crs:EPSG::7881',
15153
            'accuracy' => 0,
15154
        ],
15155
        [
15156
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16130',
15157
            'name' => 'UTM zone 30S',
15158
            'source_crs' => 'urn:ogc:def:crs:EPSG::7881',
15159
            'target_crs' => 'urn:ogc:def:crs:EPSG::7883',
15160
            'accuracy' => 0,
15161
        ],
15162
        [
15163
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15164
            'name' => 'geocentric to geographic3D',
15165
            'source_crs' => 'urn:ogc:def:crs:EPSG::7884',
15166
            'target_crs' => 'urn:ogc:def:crs:EPSG::7885',
15167
            'accuracy' => 0,
15168
        ],
15169
        [
15170
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15171
            'name' => 'geographic3D to geographic2D',
15172
            'source_crs' => 'urn:ogc:def:crs:EPSG::7885',
15173
            'target_crs' => 'urn:ogc:def:crs:EPSG::7886',
15174
            'accuracy' => 0,
15175
        ],
15176
        [
15177
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16130',
15178
            'name' => 'UTM zone 30S',
15179
            'source_crs' => 'urn:ogc:def:crs:EPSG::7886',
15180
            'target_crs' => 'urn:ogc:def:crs:EPSG::7887',
15181
            'accuracy' => 0,
15182
        ],
15183
        [
15184
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15185
            'name' => 'geographic3D to geographic2D',
15186
            'source_crs' => 'urn:ogc:def:crs:EPSG::7900',
15187
            'target_crs' => 'urn:ogc:def:crs:EPSG::8988',
15188
            'accuracy' => 0,
15189
        ],
15190
        [
15191
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15192
            'name' => 'geographic3D to geographic2D',
15193
            'source_crs' => 'urn:ogc:def:crs:EPSG::7901',
15194
            'target_crs' => 'urn:ogc:def:crs:EPSG::8989',
15195
            'accuracy' => 0,
15196
        ],
15197
        [
15198
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15199
            'name' => 'geographic3D to geographic2D',
15200
            'source_crs' => 'urn:ogc:def:crs:EPSG::7902',
15201
            'target_crs' => 'urn:ogc:def:crs:EPSG::8990',
15202
            'accuracy' => 0,
15203
        ],
15204
        [
15205
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15206
            'name' => 'geographic3D to geographic2D',
15207
            'source_crs' => 'urn:ogc:def:crs:EPSG::7903',
15208
            'target_crs' => 'urn:ogc:def:crs:EPSG::8991',
15209
            'accuracy' => 0,
15210
        ],
15211
        [
15212
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15213
            'name' => 'geographic3D to geographic2D',
15214
            'source_crs' => 'urn:ogc:def:crs:EPSG::7904',
15215
            'target_crs' => 'urn:ogc:def:crs:EPSG::8992',
15216
            'accuracy' => 0,
15217
        ],
15218
        [
15219
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15220
            'name' => 'geographic3D to geographic2D',
15221
            'source_crs' => 'urn:ogc:def:crs:EPSG::7905',
15222
            'target_crs' => 'urn:ogc:def:crs:EPSG::8993',
15223
            'accuracy' => 0,
15224
        ],
15225
        [
15226
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15227
            'name' => 'geographic3D to geographic2D',
15228
            'source_crs' => 'urn:ogc:def:crs:EPSG::7906',
15229
            'target_crs' => 'urn:ogc:def:crs:EPSG::8994',
15230
            'accuracy' => 0,
15231
        ],
15232
        [
15233
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15234
            'name' => 'geographic3D to geographic2D',
15235
            'source_crs' => 'urn:ogc:def:crs:EPSG::7907',
15236
            'target_crs' => 'urn:ogc:def:crs:EPSG::8995',
15237
            'accuracy' => 0,
15238
        ],
15239
        [
15240
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15241
            'name' => 'geographic3D to geographic2D',
15242
            'source_crs' => 'urn:ogc:def:crs:EPSG::7908',
15243
            'target_crs' => 'urn:ogc:def:crs:EPSG::8996',
15244
            'accuracy' => 0,
15245
        ],
15246
        [
15247
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15248
            'name' => 'geographic3D to geographic2D',
15249
            'source_crs' => 'urn:ogc:def:crs:EPSG::7909',
15250
            'target_crs' => 'urn:ogc:def:crs:EPSG::8997',
15251
            'accuracy' => 0,
15252
        ],
15253
        [
15254
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15255
            'name' => 'geographic3D to geographic2D',
15256
            'source_crs' => 'urn:ogc:def:crs:EPSG::7910',
15257
            'target_crs' => 'urn:ogc:def:crs:EPSG::8998',
15258
            'accuracy' => 0,
15259
        ],
15260
        [
15261
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15262
            'name' => 'geographic3D to geographic2D',
15263
            'source_crs' => 'urn:ogc:def:crs:EPSG::7911',
15264
            'target_crs' => 'urn:ogc:def:crs:EPSG::8999',
15265
            'accuracy' => 0,
15266
        ],
15267
        [
15268
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15269
            'name' => 'geographic3D to geographic2D',
15270
            'source_crs' => 'urn:ogc:def:crs:EPSG::7912',
15271
            'target_crs' => 'urn:ogc:def:crs:EPSG::9000',
15272
            'accuracy' => 0,
15273
        ],
15274
        [
15275
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15276
            'name' => 'geocentric to geographic3D',
15277
            'source_crs' => 'urn:ogc:def:crs:EPSG::7914',
15278
            'target_crs' => 'urn:ogc:def:crs:EPSG::7915',
15279
            'accuracy' => 0,
15280
        ],
15281
        [
15282
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15283
            'name' => 'geographic3D to geographic2D',
15284
            'source_crs' => 'urn:ogc:def:crs:EPSG::7915',
15285
            'target_crs' => 'urn:ogc:def:crs:EPSG::9059',
15286
            'accuracy' => 0,
15287
        ],
15288
        [
15289
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15290
            'name' => 'geocentric to geographic3D',
15291
            'source_crs' => 'urn:ogc:def:crs:EPSG::7916',
15292
            'target_crs' => 'urn:ogc:def:crs:EPSG::7917',
15293
            'accuracy' => 0,
15294
        ],
15295
        [
15296
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15297
            'name' => 'geographic3D to geographic2D',
15298
            'source_crs' => 'urn:ogc:def:crs:EPSG::7917',
15299
            'target_crs' => 'urn:ogc:def:crs:EPSG::9060',
15300
            'accuracy' => 0,
15301
        ],
15302
        [
15303
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15304
            'name' => 'geocentric to geographic3D',
15305
            'source_crs' => 'urn:ogc:def:crs:EPSG::7918',
15306
            'target_crs' => 'urn:ogc:def:crs:EPSG::7919',
15307
            'accuracy' => 0,
15308
        ],
15309
        [
15310
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15311
            'name' => 'geographic3D to geographic2D',
15312
            'source_crs' => 'urn:ogc:def:crs:EPSG::7919',
15313
            'target_crs' => 'urn:ogc:def:crs:EPSG::9061',
15314
            'accuracy' => 0,
15315
        ],
15316
        [
15317
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15318
            'name' => 'geocentric to geographic3D',
15319
            'source_crs' => 'urn:ogc:def:crs:EPSG::7920',
15320
            'target_crs' => 'urn:ogc:def:crs:EPSG::7921',
15321
            'accuracy' => 0,
15322
        ],
15323
        [
15324
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15325
            'name' => 'geographic3D to geographic2D',
15326
            'source_crs' => 'urn:ogc:def:crs:EPSG::7921',
15327
            'target_crs' => 'urn:ogc:def:crs:EPSG::9062',
15328
            'accuracy' => 0,
15329
        ],
15330
        [
15331
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15332
            'name' => 'geocentric to geographic3D',
15333
            'source_crs' => 'urn:ogc:def:crs:EPSG::7922',
15334
            'target_crs' => 'urn:ogc:def:crs:EPSG::7923',
15335
            'accuracy' => 0,
15336
        ],
15337
        [
15338
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15339
            'name' => 'geographic3D to geographic2D',
15340
            'source_crs' => 'urn:ogc:def:crs:EPSG::7923',
15341
            'target_crs' => 'urn:ogc:def:crs:EPSG::9063',
15342
            'accuracy' => 0,
15343
        ],
15344
        [
15345
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15346
            'name' => 'geocentric to geographic3D',
15347
            'source_crs' => 'urn:ogc:def:crs:EPSG::7924',
15348
            'target_crs' => 'urn:ogc:def:crs:EPSG::7925',
15349
            'accuracy' => 0,
15350
        ],
15351
        [
15352
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15353
            'name' => 'geographic3D to geographic2D',
15354
            'source_crs' => 'urn:ogc:def:crs:EPSG::7925',
15355
            'target_crs' => 'urn:ogc:def:crs:EPSG::9064',
15356
            'accuracy' => 0,
15357
        ],
15358
        [
15359
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15360
            'name' => 'geocentric to geographic3D',
15361
            'source_crs' => 'urn:ogc:def:crs:EPSG::7926',
15362
            'target_crs' => 'urn:ogc:def:crs:EPSG::7927',
15363
            'accuracy' => 0,
15364
        ],
15365
        [
15366
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15367
            'name' => 'geographic3D to geographic2D',
15368
            'source_crs' => 'urn:ogc:def:crs:EPSG::7927',
15369
            'target_crs' => 'urn:ogc:def:crs:EPSG::9065',
15370
            'accuracy' => 0,
15371
        ],
15372
        [
15373
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15374
            'name' => 'geocentric to geographic3D',
15375
            'source_crs' => 'urn:ogc:def:crs:EPSG::7928',
15376
            'target_crs' => 'urn:ogc:def:crs:EPSG::7929',
15377
            'accuracy' => 0,
15378
        ],
15379
        [
15380
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15381
            'name' => 'geographic3D to geographic2D',
15382
            'source_crs' => 'urn:ogc:def:crs:EPSG::7929',
15383
            'target_crs' => 'urn:ogc:def:crs:EPSG::9066',
15384
            'accuracy' => 0,
15385
        ],
15386
        [
15387
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15388
            'name' => 'geocentric to geographic3D',
15389
            'source_crs' => 'urn:ogc:def:crs:EPSG::7930',
15390
            'target_crs' => 'urn:ogc:def:crs:EPSG::7931',
15391
            'accuracy' => 0,
15392
        ],
15393
        [
15394
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15395
            'name' => 'geographic3D to geographic2D',
15396
            'source_crs' => 'urn:ogc:def:crs:EPSG::7931',
15397
            'target_crs' => 'urn:ogc:def:crs:EPSG::9067',
15398
            'accuracy' => 0,
15399
        ],
15400
        [
15401
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
15402
            'name' => 'Height <> Depth Conversion',
15403
            'source_crs' => 'urn:ogc:def:crs:EPSG::7979',
15404
            'target_crs' => 'urn:ogc:def:crs:EPSG::5789',
15405
            'accuracy' => 0,
15406
        ],
15407
        [
15408
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15409
            'name' => 'geocentric to geographic3D',
15410
            'source_crs' => 'urn:ogc:def:crs:EPSG::8084',
15411
            'target_crs' => 'urn:ogc:def:crs:EPSG::8085',
15412
            'accuracy' => 0,
15413
        ],
15414
        [
15415
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15416
            'name' => 'geographic3D to geographic2D',
15417
            'source_crs' => 'urn:ogc:def:crs:EPSG::8085',
15418
            'target_crs' => 'urn:ogc:def:crs:EPSG::8086',
15419
            'accuracy' => 0,
15420
        ],
15421
        [
15422
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15423
            'name' => 'geocentric to geographic3D',
15424
            'source_crs' => 'urn:ogc:def:crs:EPSG::8227',
15425
            'target_crs' => 'urn:ogc:def:crs:EPSG::9018',
15426
            'accuracy' => 0,
15427
        ],
15428
        [
15429
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9382',
15430
            'name' => 'IGS14 to IGb14 (1)',
15431
            'source_crs' => 'urn:ogc:def:crs:EPSG::8227',
15432
            'target_crs' => 'urn:ogc:def:crs:EPSG::9378',
15433
            'accuracy' => 0.0,
15434
        ],
15435
        [
15436
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15437
            'name' => 'geocentric to geographic3D',
15438
            'source_crs' => 'urn:ogc:def:crs:EPSG::8230',
15439
            'target_crs' => 'urn:ogc:def:crs:EPSG::8231',
15440
            'accuracy' => 0,
15441
        ],
15442
        [
15443
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15444
            'name' => 'geographic3D to geographic2D',
15445
            'source_crs' => 'urn:ogc:def:crs:EPSG::8231',
15446
            'target_crs' => 'urn:ogc:def:crs:EPSG::8232',
15447
            'accuracy' => 0,
15448
        ],
15449
        [
15450
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15451
            'name' => 'geocentric to geographic3D',
15452
            'source_crs' => 'urn:ogc:def:crs:EPSG::8233',
15453
            'target_crs' => 'urn:ogc:def:crs:EPSG::8235',
15454
            'accuracy' => 0,
15455
        ],
15456
        [
15457
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15458
            'name' => 'geographic3D to geographic2D',
15459
            'source_crs' => 'urn:ogc:def:crs:EPSG::8235',
15460
            'target_crs' => 'urn:ogc:def:crs:EPSG::8237',
15461
            'accuracy' => 0,
15462
        ],
15463
        [
15464
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16007',
15465
            'name' => 'UTM zone 7N',
15466
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
15467
            'target_crs' => 'urn:ogc:def:crs:EPSG::22207',
15468
            'accuracy' => 0,
15469
        ],
15470
        [
15471
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16008',
15472
            'name' => 'UTM zone 8N',
15473
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
15474
            'target_crs' => 'urn:ogc:def:crs:EPSG::22208',
15475
            'accuracy' => 0,
15476
        ],
15477
        [
15478
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16009',
15479
            'name' => 'UTM zone 9N',
15480
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
15481
            'target_crs' => 'urn:ogc:def:crs:EPSG::22209',
15482
            'accuracy' => 0,
15483
        ],
15484
        [
15485
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16010',
15486
            'name' => 'UTM zone 10N',
15487
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
15488
            'target_crs' => 'urn:ogc:def:crs:EPSG::22210',
15489
            'accuracy' => 0,
15490
        ],
15491
        [
15492
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
15493
            'name' => 'UTM zone 11N',
15494
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
15495
            'target_crs' => 'urn:ogc:def:crs:EPSG::22211',
15496
            'accuracy' => 0,
15497
        ],
15498
        [
15499
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
15500
            'name' => 'UTM zone 12N',
15501
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
15502
            'target_crs' => 'urn:ogc:def:crs:EPSG::22212',
15503
            'accuracy' => 0,
15504
        ],
15505
        [
15506
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
15507
            'name' => 'UTM zone 13N',
15508
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
15509
            'target_crs' => 'urn:ogc:def:crs:EPSG::22213',
15510
            'accuracy' => 0,
15511
        ],
15512
        [
15513
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
15514
            'name' => 'UTM zone 14N',
15515
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
15516
            'target_crs' => 'urn:ogc:def:crs:EPSG::22214',
15517
            'accuracy' => 0,
15518
        ],
15519
        [
15520
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
15521
            'name' => 'UTM zone 15N',
15522
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
15523
            'target_crs' => 'urn:ogc:def:crs:EPSG::22215',
15524
            'accuracy' => 0,
15525
        ],
15526
        [
15527
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
15528
            'name' => 'UTM zone 16N',
15529
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
15530
            'target_crs' => 'urn:ogc:def:crs:EPSG::22216',
15531
            'accuracy' => 0,
15532
        ],
15533
        [
15534
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
15535
            'name' => 'UTM zone 17N',
15536
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
15537
            'target_crs' => 'urn:ogc:def:crs:EPSG::22217',
15538
            'accuracy' => 0,
15539
        ],
15540
        [
15541
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
15542
            'name' => 'UTM zone 18N',
15543
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
15544
            'target_crs' => 'urn:ogc:def:crs:EPSG::22218',
15545
            'accuracy' => 0,
15546
        ],
15547
        [
15548
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
15549
            'name' => 'UTM zone 19N',
15550
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
15551
            'target_crs' => 'urn:ogc:def:crs:EPSG::22219',
15552
            'accuracy' => 0,
15553
        ],
15554
        [
15555
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
15556
            'name' => 'UTM zone 20N',
15557
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
15558
            'target_crs' => 'urn:ogc:def:crs:EPSG::22220',
15559
            'accuracy' => 0,
15560
        ],
15561
        [
15562
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
15563
            'name' => 'UTM zone 21N',
15564
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
15565
            'target_crs' => 'urn:ogc:def:crs:EPSG::22221',
15566
            'accuracy' => 0,
15567
        ],
15568
        [
15569
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
15570
            'name' => 'UTM zone 22N',
15571
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
15572
            'target_crs' => 'urn:ogc:def:crs:EPSG::22222',
15573
            'accuracy' => 0,
15574
        ],
15575
        [
15576
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15577
            'name' => 'geocentric to geographic3D',
15578
            'source_crs' => 'urn:ogc:def:crs:EPSG::8238',
15579
            'target_crs' => 'urn:ogc:def:crs:EPSG::8239',
15580
            'accuracy' => 0,
15581
        ],
15582
        [
15583
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15584
            'name' => 'geographic3D to geographic2D',
15585
            'source_crs' => 'urn:ogc:def:crs:EPSG::8239',
15586
            'target_crs' => 'urn:ogc:def:crs:EPSG::8240',
15587
            'accuracy' => 0,
15588
        ],
15589
        [
15590
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16007',
15591
            'name' => 'UTM zone 7N',
15592
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
15593
            'target_crs' => 'urn:ogc:def:crs:EPSG::22307',
15594
            'accuracy' => 0,
15595
        ],
15596
        [
15597
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16008',
15598
            'name' => 'UTM zone 8N',
15599
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
15600
            'target_crs' => 'urn:ogc:def:crs:EPSG::22308',
15601
            'accuracy' => 0,
15602
        ],
15603
        [
15604
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16009',
15605
            'name' => 'UTM zone 9N',
15606
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
15607
            'target_crs' => 'urn:ogc:def:crs:EPSG::22309',
15608
            'accuracy' => 0,
15609
        ],
15610
        [
15611
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16010',
15612
            'name' => 'UTM zone 10N',
15613
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
15614
            'target_crs' => 'urn:ogc:def:crs:EPSG::22310',
15615
            'accuracy' => 0,
15616
        ],
15617
        [
15618
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
15619
            'name' => 'UTM zone 11N',
15620
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
15621
            'target_crs' => 'urn:ogc:def:crs:EPSG::22311',
15622
            'accuracy' => 0,
15623
        ],
15624
        [
15625
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
15626
            'name' => 'UTM zone 12N',
15627
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
15628
            'target_crs' => 'urn:ogc:def:crs:EPSG::22312',
15629
            'accuracy' => 0,
15630
        ],
15631
        [
15632
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
15633
            'name' => 'UTM zone 13N',
15634
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
15635
            'target_crs' => 'urn:ogc:def:crs:EPSG::22313',
15636
            'accuracy' => 0,
15637
        ],
15638
        [
15639
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
15640
            'name' => 'UTM zone 14N',
15641
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
15642
            'target_crs' => 'urn:ogc:def:crs:EPSG::22314',
15643
            'accuracy' => 0,
15644
        ],
15645
        [
15646
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
15647
            'name' => 'UTM zone 15N',
15648
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
15649
            'target_crs' => 'urn:ogc:def:crs:EPSG::22315',
15650
            'accuracy' => 0,
15651
        ],
15652
        [
15653
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
15654
            'name' => 'UTM zone 16N',
15655
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
15656
            'target_crs' => 'urn:ogc:def:crs:EPSG::22316',
15657
            'accuracy' => 0,
15658
        ],
15659
        [
15660
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
15661
            'name' => 'UTM zone 17N',
15662
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
15663
            'target_crs' => 'urn:ogc:def:crs:EPSG::22317',
15664
            'accuracy' => 0,
15665
        ],
15666
        [
15667
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
15668
            'name' => 'UTM zone 18N',
15669
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
15670
            'target_crs' => 'urn:ogc:def:crs:EPSG::22318',
15671
            'accuracy' => 0,
15672
        ],
15673
        [
15674
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
15675
            'name' => 'UTM zone 19N',
15676
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
15677
            'target_crs' => 'urn:ogc:def:crs:EPSG::22319',
15678
            'accuracy' => 0,
15679
        ],
15680
        [
15681
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
15682
            'name' => 'UTM zone 20N',
15683
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
15684
            'target_crs' => 'urn:ogc:def:crs:EPSG::22320',
15685
            'accuracy' => 0,
15686
        ],
15687
        [
15688
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
15689
            'name' => 'UTM zone 21N',
15690
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
15691
            'target_crs' => 'urn:ogc:def:crs:EPSG::22321',
15692
            'accuracy' => 0,
15693
        ],
15694
        [
15695
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
15696
            'name' => 'UTM zone 22N',
15697
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
15698
            'target_crs' => 'urn:ogc:def:crs:EPSG::22322',
15699
            'accuracy' => 0,
15700
        ],
15701
        [
15702
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15703
            'name' => 'geocentric to geographic3D',
15704
            'source_crs' => 'urn:ogc:def:crs:EPSG::8242',
15705
            'target_crs' => 'urn:ogc:def:crs:EPSG::8244',
15706
            'accuracy' => 0,
15707
        ],
15708
        [
15709
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15710
            'name' => 'geographic3D to geographic2D',
15711
            'source_crs' => 'urn:ogc:def:crs:EPSG::8244',
15712
            'target_crs' => 'urn:ogc:def:crs:EPSG::8246',
15713
            'accuracy' => 0,
15714
        ],
15715
        [
15716
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16007',
15717
            'name' => 'UTM zone 7N',
15718
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
15719
            'target_crs' => 'urn:ogc:def:crs:EPSG::22407',
15720
            'accuracy' => 0,
15721
        ],
15722
        [
15723
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16008',
15724
            'name' => 'UTM zone 8N',
15725
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
15726
            'target_crs' => 'urn:ogc:def:crs:EPSG::22408',
15727
            'accuracy' => 0,
15728
        ],
15729
        [
15730
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16009',
15731
            'name' => 'UTM zone 9N',
15732
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
15733
            'target_crs' => 'urn:ogc:def:crs:EPSG::22409',
15734
            'accuracy' => 0,
15735
        ],
15736
        [
15737
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16010',
15738
            'name' => 'UTM zone 10N',
15739
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
15740
            'target_crs' => 'urn:ogc:def:crs:EPSG::22410',
15741
            'accuracy' => 0,
15742
        ],
15743
        [
15744
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
15745
            'name' => 'UTM zone 11N',
15746
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
15747
            'target_crs' => 'urn:ogc:def:crs:EPSG::22411',
15748
            'accuracy' => 0,
15749
        ],
15750
        [
15751
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
15752
            'name' => 'UTM zone 12N',
15753
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
15754
            'target_crs' => 'urn:ogc:def:crs:EPSG::22412',
15755
            'accuracy' => 0,
15756
        ],
15757
        [
15758
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
15759
            'name' => 'UTM zone 13N',
15760
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
15761
            'target_crs' => 'urn:ogc:def:crs:EPSG::22413',
15762
            'accuracy' => 0,
15763
        ],
15764
        [
15765
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
15766
            'name' => 'UTM zone 14N',
15767
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
15768
            'target_crs' => 'urn:ogc:def:crs:EPSG::22414',
15769
            'accuracy' => 0,
15770
        ],
15771
        [
15772
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
15773
            'name' => 'UTM zone 15N',
15774
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
15775
            'target_crs' => 'urn:ogc:def:crs:EPSG::22415',
15776
            'accuracy' => 0,
15777
        ],
15778
        [
15779
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
15780
            'name' => 'UTM zone 16N',
15781
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
15782
            'target_crs' => 'urn:ogc:def:crs:EPSG::22416',
15783
            'accuracy' => 0,
15784
        ],
15785
        [
15786
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
15787
            'name' => 'UTM zone 17N',
15788
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
15789
            'target_crs' => 'urn:ogc:def:crs:EPSG::22417',
15790
            'accuracy' => 0,
15791
        ],
15792
        [
15793
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
15794
            'name' => 'UTM zone 18N',
15795
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
15796
            'target_crs' => 'urn:ogc:def:crs:EPSG::22418',
15797
            'accuracy' => 0,
15798
        ],
15799
        [
15800
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
15801
            'name' => 'UTM zone 19N',
15802
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
15803
            'target_crs' => 'urn:ogc:def:crs:EPSG::22419',
15804
            'accuracy' => 0,
15805
        ],
15806
        [
15807
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
15808
            'name' => 'UTM zone 20N',
15809
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
15810
            'target_crs' => 'urn:ogc:def:crs:EPSG::22420',
15811
            'accuracy' => 0,
15812
        ],
15813
        [
15814
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
15815
            'name' => 'UTM zone 21N',
15816
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
15817
            'target_crs' => 'urn:ogc:def:crs:EPSG::22421',
15818
            'accuracy' => 0,
15819
        ],
15820
        [
15821
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
15822
            'name' => 'UTM zone 22N',
15823
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
15824
            'target_crs' => 'urn:ogc:def:crs:EPSG::22422',
15825
            'accuracy' => 0,
15826
        ],
15827
        [
15828
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15829
            'name' => 'geocentric to geographic3D',
15830
            'source_crs' => 'urn:ogc:def:crs:EPSG::8247',
15831
            'target_crs' => 'urn:ogc:def:crs:EPSG::8248',
15832
            'accuracy' => 0,
15833
        ],
15834
        [
15835
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15836
            'name' => 'geographic3D to geographic2D',
15837
            'source_crs' => 'urn:ogc:def:crs:EPSG::8248',
15838
            'target_crs' => 'urn:ogc:def:crs:EPSG::8249',
15839
            'accuracy' => 0,
15840
        ],
15841
        [
15842
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15843
            'name' => 'geocentric to geographic3D',
15844
            'source_crs' => 'urn:ogc:def:crs:EPSG::8250',
15845
            'target_crs' => 'urn:ogc:def:crs:EPSG::8251',
15846
            'accuracy' => 0,
15847
        ],
15848
        [
15849
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15850
            'name' => 'geographic3D to geographic2D',
15851
            'source_crs' => 'urn:ogc:def:crs:EPSG::8251',
15852
            'target_crs' => 'urn:ogc:def:crs:EPSG::8252',
15853
            'accuracy' => 0,
15854
        ],
15855
        [
15856
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16007',
15857
            'name' => 'UTM zone 7N',
15858
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15859
            'target_crs' => 'urn:ogc:def:crs:EPSG::22607',
15860
            'accuracy' => 0,
15861
        ],
15862
        [
15863
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16008',
15864
            'name' => 'UTM zone 8N',
15865
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15866
            'target_crs' => 'urn:ogc:def:crs:EPSG::22608',
15867
            'accuracy' => 0,
15868
        ],
15869
        [
15870
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16009',
15871
            'name' => 'UTM zone 9N',
15872
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15873
            'target_crs' => 'urn:ogc:def:crs:EPSG::22609',
15874
            'accuracy' => 0,
15875
        ],
15876
        [
15877
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16010',
15878
            'name' => 'UTM zone 10N',
15879
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15880
            'target_crs' => 'urn:ogc:def:crs:EPSG::22610',
15881
            'accuracy' => 0,
15882
        ],
15883
        [
15884
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
15885
            'name' => 'UTM zone 11N',
15886
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15887
            'target_crs' => 'urn:ogc:def:crs:EPSG::22611',
15888
            'accuracy' => 0,
15889
        ],
15890
        [
15891
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
15892
            'name' => 'UTM zone 12N',
15893
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15894
            'target_crs' => 'urn:ogc:def:crs:EPSG::22612',
15895
            'accuracy' => 0,
15896
        ],
15897
        [
15898
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
15899
            'name' => 'UTM zone 13N',
15900
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15901
            'target_crs' => 'urn:ogc:def:crs:EPSG::22613',
15902
            'accuracy' => 0,
15903
        ],
15904
        [
15905
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
15906
            'name' => 'UTM zone 14N',
15907
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15908
            'target_crs' => 'urn:ogc:def:crs:EPSG::22614',
15909
            'accuracy' => 0,
15910
        ],
15911
        [
15912
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
15913
            'name' => 'UTM zone 15N',
15914
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15915
            'target_crs' => 'urn:ogc:def:crs:EPSG::22615',
15916
            'accuracy' => 0,
15917
        ],
15918
        [
15919
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
15920
            'name' => 'UTM zone 16N',
15921
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15922
            'target_crs' => 'urn:ogc:def:crs:EPSG::22616',
15923
            'accuracy' => 0,
15924
        ],
15925
        [
15926
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
15927
            'name' => 'UTM zone 17N',
15928
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15929
            'target_crs' => 'urn:ogc:def:crs:EPSG::22617',
15930
            'accuracy' => 0,
15931
        ],
15932
        [
15933
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
15934
            'name' => 'UTM zone 18N',
15935
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15936
            'target_crs' => 'urn:ogc:def:crs:EPSG::22618',
15937
            'accuracy' => 0,
15938
        ],
15939
        [
15940
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
15941
            'name' => 'UTM zone 19N',
15942
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15943
            'target_crs' => 'urn:ogc:def:crs:EPSG::22619',
15944
            'accuracy' => 0,
15945
        ],
15946
        [
15947
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
15948
            'name' => 'UTM zone 20N',
15949
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15950
            'target_crs' => 'urn:ogc:def:crs:EPSG::22620',
15951
            'accuracy' => 0,
15952
        ],
15953
        [
15954
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
15955
            'name' => 'UTM zone 21N',
15956
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15957
            'target_crs' => 'urn:ogc:def:crs:EPSG::22621',
15958
            'accuracy' => 0,
15959
        ],
15960
        [
15961
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
15962
            'name' => 'UTM zone 22N',
15963
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15964
            'target_crs' => 'urn:ogc:def:crs:EPSG::22622',
15965
            'accuracy' => 0,
15966
        ],
15967
        [
15968
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
15969
            'name' => 'geocentric to geographic3D',
15970
            'source_crs' => 'urn:ogc:def:crs:EPSG::8253',
15971
            'target_crs' => 'urn:ogc:def:crs:EPSG::8254',
15972
            'accuracy' => 0,
15973
        ],
15974
        [
15975
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
15976
            'name' => 'geographic3D to geographic2D',
15977
            'source_crs' => 'urn:ogc:def:crs:EPSG::8254',
15978
            'target_crs' => 'urn:ogc:def:crs:EPSG::8255',
15979
            'accuracy' => 0,
15980
        ],
15981
        [
15982
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16007',
15983
            'name' => 'UTM zone 7N',
15984
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
15985
            'target_crs' => 'urn:ogc:def:crs:EPSG::22707',
15986
            'accuracy' => 0,
15987
        ],
15988
        [
15989
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16008',
15990
            'name' => 'UTM zone 8N',
15991
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
15992
            'target_crs' => 'urn:ogc:def:crs:EPSG::22708',
15993
            'accuracy' => 0,
15994
        ],
15995
        [
15996
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16009',
15997
            'name' => 'UTM zone 9N',
15998
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
15999
            'target_crs' => 'urn:ogc:def:crs:EPSG::22709',
16000
            'accuracy' => 0,
16001
        ],
16002
        [
16003
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16010',
16004
            'name' => 'UTM zone 10N',
16005
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
16006
            'target_crs' => 'urn:ogc:def:crs:EPSG::22710',
16007
            'accuracy' => 0,
16008
        ],
16009
        [
16010
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16011',
16011
            'name' => 'UTM zone 11N',
16012
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
16013
            'target_crs' => 'urn:ogc:def:crs:EPSG::22711',
16014
            'accuracy' => 0,
16015
        ],
16016
        [
16017
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16012',
16018
            'name' => 'UTM zone 12N',
16019
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
16020
            'target_crs' => 'urn:ogc:def:crs:EPSG::22712',
16021
            'accuracy' => 0,
16022
        ],
16023
        [
16024
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16013',
16025
            'name' => 'UTM zone 13N',
16026
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
16027
            'target_crs' => 'urn:ogc:def:crs:EPSG::22713',
16028
            'accuracy' => 0,
16029
        ],
16030
        [
16031
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16014',
16032
            'name' => 'UTM zone 14N',
16033
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
16034
            'target_crs' => 'urn:ogc:def:crs:EPSG::22714',
16035
            'accuracy' => 0,
16036
        ],
16037
        [
16038
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16015',
16039
            'name' => 'UTM zone 15N',
16040
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
16041
            'target_crs' => 'urn:ogc:def:crs:EPSG::22715',
16042
            'accuracy' => 0,
16043
        ],
16044
        [
16045
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
16046
            'name' => 'UTM zone 16N',
16047
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
16048
            'target_crs' => 'urn:ogc:def:crs:EPSG::22716',
16049
            'accuracy' => 0,
16050
        ],
16051
        [
16052
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
16053
            'name' => 'UTM zone 17N',
16054
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
16055
            'target_crs' => 'urn:ogc:def:crs:EPSG::22717',
16056
            'accuracy' => 0,
16057
        ],
16058
        [
16059
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16018',
16060
            'name' => 'UTM zone 18N',
16061
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
16062
            'target_crs' => 'urn:ogc:def:crs:EPSG::22718',
16063
            'accuracy' => 0,
16064
        ],
16065
        [
16066
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16019',
16067
            'name' => 'UTM zone 19N',
16068
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
16069
            'target_crs' => 'urn:ogc:def:crs:EPSG::22719',
16070
            'accuracy' => 0,
16071
        ],
16072
        [
16073
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020',
16074
            'name' => 'UTM zone 20N',
16075
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
16076
            'target_crs' => 'urn:ogc:def:crs:EPSG::22720',
16077
            'accuracy' => 0,
16078
        ],
16079
        [
16080
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021',
16081
            'name' => 'UTM zone 21N',
16082
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
16083
            'target_crs' => 'urn:ogc:def:crs:EPSG::22721',
16084
            'accuracy' => 0,
16085
        ],
16086
        [
16087
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16022',
16088
            'name' => 'UTM zone 22N',
16089
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
16090
            'target_crs' => 'urn:ogc:def:crs:EPSG::22722',
16091
            'accuracy' => 0,
16092
        ],
16093
        [
16094
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7812',
16095
            'name' => 'Height <> Depth Conversion',
16096
            'source_crs' => 'urn:ogc:def:crs:EPSG::8357',
16097
            'target_crs' => 'urn:ogc:def:crs:EPSG::8358',
16098
            'accuracy' => 0,
16099
        ],
16100
        [
16101
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16102
            'name' => 'geocentric to geographic3D',
16103
            'source_crs' => 'urn:ogc:def:crs:EPSG::8397',
16104
            'target_crs' => 'urn:ogc:def:crs:EPSG::8399',
16105
            'accuracy' => 0,
16106
        ],
16107
        [
16108
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16109
            'name' => 'geographic3D to geographic2D',
16110
            'source_crs' => 'urn:ogc:def:crs:EPSG::8399',
16111
            'target_crs' => 'urn:ogc:def:crs:EPSG::9068',
16112
            'accuracy' => 0,
16113
        ],
16114
        [
16115
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16116
            'name' => 'geocentric to geographic3D',
16117
            'source_crs' => 'urn:ogc:def:crs:EPSG::8401',
16118
            'target_crs' => 'urn:ogc:def:crs:EPSG::8403',
16119
            'accuracy' => 0,
16120
        ],
16121
        [
16122
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16123
            'name' => 'geographic3D to geographic2D',
16124
            'source_crs' => 'urn:ogc:def:crs:EPSG::8403',
16125
            'target_crs' => 'urn:ogc:def:crs:EPSG::9069',
16126
            'accuracy' => 0,
16127
        ],
16128
        [
16129
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16130
            'name' => 'geocentric to geographic3D',
16131
            'source_crs' => 'urn:ogc:def:crs:EPSG::8425',
16132
            'target_crs' => 'urn:ogc:def:crs:EPSG::8426',
16133
            'accuracy' => 0,
16134
        ],
16135
        [
16136
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16137
            'name' => 'geographic3D to geographic2D',
16138
            'source_crs' => 'urn:ogc:def:crs:EPSG::8426',
16139
            'target_crs' => 'urn:ogc:def:crs:EPSG::8427',
16140
            'accuracy' => 0,
16141
        ],
16142
        [
16143
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16144
            'name' => 'geocentric to geographic3D',
16145
            'source_crs' => 'urn:ogc:def:crs:EPSG::8429',
16146
            'target_crs' => 'urn:ogc:def:crs:EPSG::8430',
16147
            'accuracy' => 0,
16148
        ],
16149
        [
16150
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16151
            'name' => 'geographic3D to geographic2D',
16152
            'source_crs' => 'urn:ogc:def:crs:EPSG::8430',
16153
            'target_crs' => 'urn:ogc:def:crs:EPSG::8431',
16154
            'accuracy' => 0,
16155
        ],
16156
        [
16157
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16158
            'name' => 'geocentric to geographic3D',
16159
            'source_crs' => 'urn:ogc:def:crs:EPSG::8541',
16160
            'target_crs' => 'urn:ogc:def:crs:EPSG::8542',
16161
            'accuracy' => 0,
16162
        ],
16163
        [
16164
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16165
            'name' => 'geographic3D to geographic2D',
16166
            'source_crs' => 'urn:ogc:def:crs:EPSG::8542',
16167
            'target_crs' => 'urn:ogc:def:crs:EPSG::8860',
16168
            'accuracy' => 0,
16169
        ],
16170
        [
16171
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16172
            'name' => 'geocentric to geographic3D',
16173
            'source_crs' => 'urn:ogc:def:crs:EPSG::8543',
16174
            'target_crs' => 'urn:ogc:def:crs:EPSG::8544',
16175
            'accuracy' => 0,
16176
        ],
16177
        [
16178
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16179
            'name' => 'geographic3D to geographic2D',
16180
            'source_crs' => 'urn:ogc:def:crs:EPSG::8544',
16181
            'target_crs' => 'urn:ogc:def:crs:EPSG::8545',
16182
            'accuracy' => 0,
16183
        ],
16184
        [
16185
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16186
            'name' => 'geocentric to geographic3D',
16187
            'source_crs' => 'urn:ogc:def:crs:EPSG::8683',
16188
            'target_crs' => 'urn:ogc:def:crs:EPSG::8684',
16189
            'accuracy' => 0,
16190
        ],
16191
        [
16192
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16193
            'name' => 'geographic3D to geographic2D',
16194
            'source_crs' => 'urn:ogc:def:crs:EPSG::8684',
16195
            'target_crs' => 'urn:ogc:def:crs:EPSG::8685',
16196
            'accuracy' => 0,
16197
        ],
16198
        [
16199
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16034',
16200
            'name' => 'UTM zone 34N',
16201
            'source_crs' => 'urn:ogc:def:crs:EPSG::8685',
16202
            'target_crs' => 'urn:ogc:def:crs:EPSG::8682',
16203
            'accuracy' => 0,
16204
        ],
16205
        [
16206
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16207
            'name' => 'geocentric to geographic3D',
16208
            'source_crs' => 'urn:ogc:def:crs:EPSG::8697',
16209
            'target_crs' => 'urn:ogc:def:crs:EPSG::8698',
16210
            'accuracy' => 0,
16211
        ],
16212
        [
16213
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16214
            'name' => 'geographic3D to geographic2D',
16215
            'source_crs' => 'urn:ogc:def:crs:EPSG::8698',
16216
            'target_crs' => 'urn:ogc:def:crs:EPSG::8699',
16217
            'accuracy' => 0,
16218
        ],
16219
        [
16220
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16132',
16221
            'name' => 'UTM zone 32S',
16222
            'source_crs' => 'urn:ogc:def:crs:EPSG::8699',
16223
            'target_crs' => 'urn:ogc:def:crs:EPSG::9156',
16224
            'accuracy' => 0,
16225
        ],
16226
        [
16227
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16133',
16228
            'name' => 'UTM zone 33S',
16229
            'source_crs' => 'urn:ogc:def:crs:EPSG::8699',
16230
            'target_crs' => 'urn:ogc:def:crs:EPSG::9157',
16231
            'accuracy' => 0,
16232
        ],
16233
        [
16234
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16134',
16235
            'name' => 'UTM zone 34S',
16236
            'source_crs' => 'urn:ogc:def:crs:EPSG::8699',
16237
            'target_crs' => 'urn:ogc:def:crs:EPSG::9158',
16238
            'accuracy' => 0,
16239
        ],
16240
        [
16241
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16242
            'name' => 'geocentric to geographic3D',
16243
            'source_crs' => 'urn:ogc:def:crs:EPSG::8816',
16244
            'target_crs' => 'urn:ogc:def:crs:EPSG::8817',
16245
            'accuracy' => 0,
16246
        ],
16247
        [
16248
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16249
            'name' => 'geographic3D to geographic2D',
16250
            'source_crs' => 'urn:ogc:def:crs:EPSG::8817',
16251
            'target_crs' => 'urn:ogc:def:crs:EPSG::8818',
16252
            'accuracy' => 0,
16253
        ],
16254
        [
16255
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16036',
16256
            'name' => 'UTM zone 36N',
16257
            'source_crs' => 'urn:ogc:def:crs:EPSG::8818',
16258
            'target_crs' => 'urn:ogc:def:crs:EPSG::8836',
16259
            'accuracy' => 0,
16260
        ],
16261
        [
16262
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16037',
16263
            'name' => 'UTM zone 37N',
16264
            'source_crs' => 'urn:ogc:def:crs:EPSG::8818',
16265
            'target_crs' => 'urn:ogc:def:crs:EPSG::8837',
16266
            'accuracy' => 0,
16267
        ],
16268
        [
16269
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16038',
16270
            'name' => 'UTM zone 38N',
16271
            'source_crs' => 'urn:ogc:def:crs:EPSG::8818',
16272
            'target_crs' => 'urn:ogc:def:crs:EPSG::8838',
16273
            'accuracy' => 0,
16274
        ],
16275
        [
16276
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
16277
            'name' => 'UTM zone 39N',
16278
            'source_crs' => 'urn:ogc:def:crs:EPSG::8818',
16279
            'target_crs' => 'urn:ogc:def:crs:EPSG::8839',
16280
            'accuracy' => 0,
16281
        ],
16282
        [
16283
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16040',
16284
            'name' => 'UTM zone 40N',
16285
            'source_crs' => 'urn:ogc:def:crs:EPSG::8818',
16286
            'target_crs' => 'urn:ogc:def:crs:EPSG::8840',
16287
            'accuracy' => 0,
16288
        ],
16289
        [
16290
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16291
            'name' => 'geocentric to geographic3D',
16292
            'source_crs' => 'urn:ogc:def:crs:EPSG::8898',
16293
            'target_crs' => 'urn:ogc:def:crs:EPSG::8899',
16294
            'accuracy' => 0,
16295
        ],
16296
        [
16297
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16298
            'name' => 'geographic3D to geographic2D',
16299
            'source_crs' => 'urn:ogc:def:crs:EPSG::8899',
16300
            'target_crs' => 'urn:ogc:def:crs:EPSG::8900',
16301
            'accuracy' => 0,
16302
        ],
16303
        [
16304
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15499',
16305
            'name' => 'axis order change (geographic3D horizontal)',
16306
            'source_crs' => 'urn:ogc:def:crs:EPSG::8899',
16307
            'target_crs' => 'urn:ogc:def:crs:EPSG::8901',
16308
            'accuracy' => 0,
16309
        ],
16310
        [
16311
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15498',
16312
            'name' => 'axis order change (2D)',
16313
            'source_crs' => 'urn:ogc:def:crs:EPSG::8900',
16314
            'target_crs' => 'urn:ogc:def:crs:EPSG::8902',
16315
            'accuracy' => 0,
16316
        ],
16317
        [
16318
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16101',
16319
            'name' => 'UTM zone 1S',
16320
            'source_crs' => 'urn:ogc:def:crs:EPSG::8900',
16321
            'target_crs' => 'urn:ogc:def:crs:EPSG::8903',
16322
            'accuracy' => 0,
16323
        ],
16324
        [
16325
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16326
            'name' => 'geocentric to geographic3D',
16327
            'source_crs' => 'urn:ogc:def:crs:EPSG::8905',
16328
            'target_crs' => 'urn:ogc:def:crs:EPSG::8906',
16329
            'accuracy' => 0,
16330
        ],
16331
        [
16332
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16333
            'name' => 'geographic3D to geographic2D',
16334
            'source_crs' => 'urn:ogc:def:crs:EPSG::8906',
16335
            'target_crs' => 'urn:ogc:def:crs:EPSG::8907',
16336
            'accuracy' => 0,
16337
        ],
16338
        [
16339
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16016',
16340
            'name' => 'UTM zone 16N',
16341
            'source_crs' => 'urn:ogc:def:crs:EPSG::8907',
16342
            'target_crs' => 'urn:ogc:def:crs:EPSG::8909',
16343
            'accuracy' => 0,
16344
        ],
16345
        [
16346
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16017',
16347
            'name' => 'UTM zone 17N',
16348
            'source_crs' => 'urn:ogc:def:crs:EPSG::8907',
16349
            'target_crs' => 'urn:ogc:def:crs:EPSG::8910',
16350
            'accuracy' => 0,
16351
        ],
16352
        [
16353
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16354
            'name' => 'geocentric to geographic3D',
16355
            'source_crs' => 'urn:ogc:def:crs:EPSG::8915',
16356
            'target_crs' => 'urn:ogc:def:crs:EPSG::8916',
16357
            'accuracy' => 0,
16358
        ],
16359
        [
16360
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16361
            'name' => 'geographic3D to geographic2D',
16362
            'source_crs' => 'urn:ogc:def:crs:EPSG::8916',
16363
            'target_crs' => 'urn:ogc:def:crs:EPSG::8972',
16364
            'accuracy' => 0,
16365
        ],
16366
        [
16367
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16368
            'name' => 'geocentric to geographic3D',
16369
            'source_crs' => 'urn:ogc:def:crs:EPSG::8917',
16370
            'target_crs' => 'urn:ogc:def:crs:EPSG::8918',
16371
            'accuracy' => 0,
16372
        ],
16373
        [
16374
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16375
            'name' => 'geographic3D to geographic2D',
16376
            'source_crs' => 'urn:ogc:def:crs:EPSG::8918',
16377
            'target_crs' => 'urn:ogc:def:crs:EPSG::8973',
16378
            'accuracy' => 0,
16379
        ],
16380
        [
16381
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16382
            'name' => 'geographic3D to geographic2D',
16383
            'source_crs' => 'urn:ogc:def:crs:EPSG::8918',
16384
            'target_crs' => 'urn:ogc:def:crs:EPSG::8974',
16385
            'accuracy' => 0,
16386
        ],
16387
        [
16388
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16389
            'name' => 'geocentric to geographic3D',
16390
            'source_crs' => 'urn:ogc:def:crs:EPSG::8919',
16391
            'target_crs' => 'urn:ogc:def:crs:EPSG::8920',
16392
            'accuracy' => 0,
16393
        ],
16394
        [
16395
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16396
            'name' => 'geocentric to geographic3D',
16397
            'source_crs' => 'urn:ogc:def:crs:EPSG::8921',
16398
            'target_crs' => 'urn:ogc:def:crs:EPSG::8922',
16399
            'accuracy' => 0,
16400
        ],
16401
        [
16402
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16403
            'name' => 'geographic3D to geographic2D',
16404
            'source_crs' => 'urn:ogc:def:crs:EPSG::8922',
16405
            'target_crs' => 'urn:ogc:def:crs:EPSG::8975',
16406
            'accuracy' => 0,
16407
        ],
16408
        [
16409
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16410
            'name' => 'geocentric to geographic3D',
16411
            'source_crs' => 'urn:ogc:def:crs:EPSG::8923',
16412
            'target_crs' => 'urn:ogc:def:crs:EPSG::8924',
16413
            'accuracy' => 0,
16414
        ],
16415
        [
16416
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16417
            'name' => 'geographic3D to geographic2D',
16418
            'source_crs' => 'urn:ogc:def:crs:EPSG::8924',
16419
            'target_crs' => 'urn:ogc:def:crs:EPSG::8976',
16420
            'accuracy' => 0,
16421
        ],
16422
        [
16423
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16424
            'name' => 'geocentric to geographic3D',
16425
            'source_crs' => 'urn:ogc:def:crs:EPSG::8925',
16426
            'target_crs' => 'urn:ogc:def:crs:EPSG::8926',
16427
            'accuracy' => 0,
16428
        ],
16429
        [
16430
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16431
            'name' => 'geographic3D to geographic2D',
16432
            'source_crs' => 'urn:ogc:def:crs:EPSG::8926',
16433
            'target_crs' => 'urn:ogc:def:crs:EPSG::8977',
16434
            'accuracy' => 0,
16435
        ],
16436
        [
16437
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16438
            'name' => 'geocentric to geographic3D',
16439
            'source_crs' => 'urn:ogc:def:crs:EPSG::8927',
16440
            'target_crs' => 'urn:ogc:def:crs:EPSG::8928',
16441
            'accuracy' => 0,
16442
        ],
16443
        [
16444
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16445
            'name' => 'geographic3D to geographic2D',
16446
            'source_crs' => 'urn:ogc:def:crs:EPSG::8928',
16447
            'target_crs' => 'urn:ogc:def:crs:EPSG::8978',
16448
            'accuracy' => 0,
16449
        ],
16450
        [
16451
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16452
            'name' => 'geocentric to geographic3D',
16453
            'source_crs' => 'urn:ogc:def:crs:EPSG::8929',
16454
            'target_crs' => 'urn:ogc:def:crs:EPSG::8930',
16455
            'accuracy' => 0,
16456
        ],
16457
        [
16458
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16459
            'name' => 'geographic3D to geographic2D',
16460
            'source_crs' => 'urn:ogc:def:crs:EPSG::8930',
16461
            'target_crs' => 'urn:ogc:def:crs:EPSG::8979',
16462
            'accuracy' => 0,
16463
        ],
16464
        [
16465
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16466
            'name' => 'geocentric to geographic3D',
16467
            'source_crs' => 'urn:ogc:def:crs:EPSG::8931',
16468
            'target_crs' => 'urn:ogc:def:crs:EPSG::8932',
16469
            'accuracy' => 0,
16470
        ],
16471
        [
16472
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16473
            'name' => 'geographic3D to geographic2D',
16474
            'source_crs' => 'urn:ogc:def:crs:EPSG::8932',
16475
            'target_crs' => 'urn:ogc:def:crs:EPSG::8980',
16476
            'accuracy' => 0,
16477
        ],
16478
        [
16479
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16480
            'name' => 'geocentric to geographic3D',
16481
            'source_crs' => 'urn:ogc:def:crs:EPSG::8933',
16482
            'target_crs' => 'urn:ogc:def:crs:EPSG::8934',
16483
            'accuracy' => 0,
16484
        ],
16485
        [
16486
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16487
            'name' => 'geographic3D to geographic2D',
16488
            'source_crs' => 'urn:ogc:def:crs:EPSG::8934',
16489
            'target_crs' => 'urn:ogc:def:crs:EPSG::8981',
16490
            'accuracy' => 0,
16491
        ],
16492
        [
16493
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16494
            'name' => 'geocentric to geographic3D',
16495
            'source_crs' => 'urn:ogc:def:crs:EPSG::8935',
16496
            'target_crs' => 'urn:ogc:def:crs:EPSG::8936',
16497
            'accuracy' => 0,
16498
        ],
16499
        [
16500
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16501
            'name' => 'geographic3D to geographic2D',
16502
            'source_crs' => 'urn:ogc:def:crs:EPSG::8936',
16503
            'target_crs' => 'urn:ogc:def:crs:EPSG::8982',
16504
            'accuracy' => 0,
16505
        ],
16506
        [
16507
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16508
            'name' => 'geocentric to geographic3D',
16509
            'source_crs' => 'urn:ogc:def:crs:EPSG::8937',
16510
            'target_crs' => 'urn:ogc:def:crs:EPSG::8938',
16511
            'accuracy' => 0,
16512
        ],
16513
        [
16514
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16515
            'name' => 'geographic3D to geographic2D',
16516
            'source_crs' => 'urn:ogc:def:crs:EPSG::8938',
16517
            'target_crs' => 'urn:ogc:def:crs:EPSG::8983',
16518
            'accuracy' => 0,
16519
        ],
16520
        [
16521
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16522
            'name' => 'geocentric to geographic3D',
16523
            'source_crs' => 'urn:ogc:def:crs:EPSG::8939',
16524
            'target_crs' => 'urn:ogc:def:crs:EPSG::8940',
16525
            'accuracy' => 0,
16526
        ],
16527
        [
16528
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16529
            'name' => 'geographic3D to geographic2D',
16530
            'source_crs' => 'urn:ogc:def:crs:EPSG::8940',
16531
            'target_crs' => 'urn:ogc:def:crs:EPSG::8984',
16532
            'accuracy' => 0,
16533
        ],
16534
        [
16535
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16536
            'name' => 'geocentric to geographic3D',
16537
            'source_crs' => 'urn:ogc:def:crs:EPSG::8941',
16538
            'target_crs' => 'urn:ogc:def:crs:EPSG::8942',
16539
            'accuracy' => 0,
16540
        ],
16541
        [
16542
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16543
            'name' => 'geographic3D to geographic2D',
16544
            'source_crs' => 'urn:ogc:def:crs:EPSG::8942',
16545
            'target_crs' => 'urn:ogc:def:crs:EPSG::8985',
16546
            'accuracy' => 0,
16547
        ],
16548
        [
16549
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16550
            'name' => 'geocentric to geographic3D',
16551
            'source_crs' => 'urn:ogc:def:crs:EPSG::8943',
16552
            'target_crs' => 'urn:ogc:def:crs:EPSG::8944',
16553
            'accuracy' => 0,
16554
        ],
16555
        [
16556
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16557
            'name' => 'geographic3D to geographic2D',
16558
            'source_crs' => 'urn:ogc:def:crs:EPSG::8944',
16559
            'target_crs' => 'urn:ogc:def:crs:EPSG::8986',
16560
            'accuracy' => 0,
16561
        ],
16562
        [
16563
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16564
            'name' => 'geocentric to geographic3D',
16565
            'source_crs' => 'urn:ogc:def:crs:EPSG::8945',
16566
            'target_crs' => 'urn:ogc:def:crs:EPSG::8946',
16567
            'accuracy' => 0,
16568
        ],
16569
        [
16570
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16571
            'name' => 'geographic3D to geographic2D',
16572
            'source_crs' => 'urn:ogc:def:crs:EPSG::8946',
16573
            'target_crs' => 'urn:ogc:def:crs:EPSG::8987',
16574
            'accuracy' => 0,
16575
        ],
16576
        [
16577
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16578
            'name' => 'geocentric to geographic3D',
16579
            'source_crs' => 'urn:ogc:def:crs:EPSG::8947',
16580
            'target_crs' => 'urn:ogc:def:crs:EPSG::8948',
16581
            'accuracy' => 0,
16582
        ],
16583
        [
16584
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16585
            'name' => 'geographic3D to geographic2D',
16586
            'source_crs' => 'urn:ogc:def:crs:EPSG::8948',
16587
            'target_crs' => 'urn:ogc:def:crs:EPSG::8949',
16588
            'accuracy' => 0,
16589
        ],
16590
        [
16591
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16118',
16592
            'name' => 'UTM zone 18S',
16593
            'source_crs' => 'urn:ogc:def:crs:EPSG::8949',
16594
            'target_crs' => 'urn:ogc:def:crs:EPSG::8950',
16595
            'accuracy' => 0,
16596
        ],
16597
        [
16598
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
16599
            'name' => 'UTM zone 19S',
16600
            'source_crs' => 'urn:ogc:def:crs:EPSG::8949',
16601
            'target_crs' => 'urn:ogc:def:crs:EPSG::8951',
16602
            'accuracy' => 0,
16603
        ],
16604
        [
16605
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16606
            'name' => 'geocentric to geographic3D',
16607
            'source_crs' => 'urn:ogc:def:crs:EPSG::9001',
16608
            'target_crs' => 'urn:ogc:def:crs:EPSG::9002',
16609
            'accuracy' => 0,
16610
        ],
16611
        [
16612
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9033',
16613
            'name' => 'IGS97 to IGS00 (1)',
16614
            'source_crs' => 'urn:ogc:def:crs:EPSG::9001',
16615
            'target_crs' => 'urn:ogc:def:crs:EPSG::9004',
16616
            'accuracy' => 0.007,
16617
        ],
16618
        [
16619
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16620
            'name' => 'geographic3D to geographic2D',
16621
            'source_crs' => 'urn:ogc:def:crs:EPSG::9002',
16622
            'target_crs' => 'urn:ogc:def:crs:EPSG::9003',
16623
            'accuracy' => 0,
16624
        ],
16625
        [
16626
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16627
            'name' => 'geocentric to geographic3D',
16628
            'source_crs' => 'urn:ogc:def:crs:EPSG::9004',
16629
            'target_crs' => 'urn:ogc:def:crs:EPSG::9005',
16630
            'accuracy' => 0,
16631
        ],
16632
        [
16633
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9034',
16634
            'name' => 'IGS00 to IGb00 (1)',
16635
            'source_crs' => 'urn:ogc:def:crs:EPSG::9004',
16636
            'target_crs' => 'urn:ogc:def:crs:EPSG::9007',
16637
            'accuracy' => 0.0,
16638
        ],
16639
        [
16640
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16641
            'name' => 'geographic3D to geographic2D',
16642
            'source_crs' => 'urn:ogc:def:crs:EPSG::9005',
16643
            'target_crs' => 'urn:ogc:def:crs:EPSG::9006',
16644
            'accuracy' => 0,
16645
        ],
16646
        [
16647
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16648
            'name' => 'geocentric to geographic3D',
16649
            'source_crs' => 'urn:ogc:def:crs:EPSG::9007',
16650
            'target_crs' => 'urn:ogc:def:crs:EPSG::9008',
16651
            'accuracy' => 0,
16652
        ],
16653
        [
16654
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9035',
16655
            'name' => 'IGb00 to IGS05 (1)',
16656
            'source_crs' => 'urn:ogc:def:crs:EPSG::9007',
16657
            'target_crs' => 'urn:ogc:def:crs:EPSG::9010',
16658
            'accuracy' => 0.001,
16659
        ],
16660
        [
16661
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16662
            'name' => 'geographic3D to geographic2D',
16663
            'source_crs' => 'urn:ogc:def:crs:EPSG::9008',
16664
            'target_crs' => 'urn:ogc:def:crs:EPSG::9009',
16665
            'accuracy' => 0,
16666
        ],
16667
        [
16668
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9036',
16669
            'name' => 'IGS05 to IGS08 (1)',
16670
            'source_crs' => 'urn:ogc:def:crs:EPSG::9010',
16671
            'target_crs' => 'urn:ogc:def:crs:EPSG::6934',
16672
            'accuracy' => 0.001,
16673
        ],
16674
        [
16675
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16676
            'name' => 'geocentric to geographic3D',
16677
            'source_crs' => 'urn:ogc:def:crs:EPSG::9010',
16678
            'target_crs' => 'urn:ogc:def:crs:EPSG::9011',
16679
            'accuracy' => 0,
16680
        ],
16681
        [
16682
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16683
            'name' => 'geographic3D to geographic2D',
16684
            'source_crs' => 'urn:ogc:def:crs:EPSG::9011',
16685
            'target_crs' => 'urn:ogc:def:crs:EPSG::9012',
16686
            'accuracy' => 0,
16687
        ],
16688
        [
16689
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16690
            'name' => 'geographic3D to geographic2D',
16691
            'source_crs' => 'urn:ogc:def:crs:EPSG::9013',
16692
            'target_crs' => 'urn:ogc:def:crs:EPSG::9014',
16693
            'accuracy' => 0,
16694
        ],
16695
        [
16696
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9038',
16697
            'name' => 'IGb08 to IGS14 (1)',
16698
            'source_crs' => 'urn:ogc:def:crs:EPSG::9015',
16699
            'target_crs' => 'urn:ogc:def:crs:EPSG::8227',
16700
            'accuracy' => 0.01,
16701
        ],
16702
        [
16703
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16704
            'name' => 'geocentric to geographic3D',
16705
            'source_crs' => 'urn:ogc:def:crs:EPSG::9015',
16706
            'target_crs' => 'urn:ogc:def:crs:EPSG::9016',
16707
            'accuracy' => 0,
16708
        ],
16709
        [
16710
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16711
            'name' => 'geographic3D to geographic2D',
16712
            'source_crs' => 'urn:ogc:def:crs:EPSG::9016',
16713
            'target_crs' => 'urn:ogc:def:crs:EPSG::9017',
16714
            'accuracy' => 0,
16715
        ],
16716
        [
16717
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16718
            'name' => 'geographic3D to geographic2D',
16719
            'source_crs' => 'urn:ogc:def:crs:EPSG::9018',
16720
            'target_crs' => 'urn:ogc:def:crs:EPSG::9019',
16721
            'accuracy' => 0,
16722
        ],
16723
        [
16724
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16725
            'name' => 'geocentric to geographic3D',
16726
            'source_crs' => 'urn:ogc:def:crs:EPSG::9070',
16727
            'target_crs' => 'urn:ogc:def:crs:EPSG::9071',
16728
            'accuracy' => 0,
16729
        ],
16730
        [
16731
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16732
            'name' => 'geographic3D to geographic2D',
16733
            'source_crs' => 'urn:ogc:def:crs:EPSG::9071',
16734
            'target_crs' => 'urn:ogc:def:crs:EPSG::9072',
16735
            'accuracy' => 0,
16736
        ],
16737
        [
16738
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16739
            'name' => 'geocentric to geographic3D',
16740
            'source_crs' => 'urn:ogc:def:crs:EPSG::9073',
16741
            'target_crs' => 'urn:ogc:def:crs:EPSG::9074',
16742
            'accuracy' => 0,
16743
        ],
16744
        [
16745
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16746
            'name' => 'geographic3D to geographic2D',
16747
            'source_crs' => 'urn:ogc:def:crs:EPSG::9074',
16748
            'target_crs' => 'urn:ogc:def:crs:EPSG::9075',
16749
            'accuracy' => 0,
16750
        ],
16751
        [
16752
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16753
            'name' => 'geocentric to geographic3D',
16754
            'source_crs' => 'urn:ogc:def:crs:EPSG::9138',
16755
            'target_crs' => 'urn:ogc:def:crs:EPSG::9139',
16756
            'accuracy' => 0,
16757
        ],
16758
        [
16759
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16760
            'name' => 'geographic3D to geographic2D',
16761
            'source_crs' => 'urn:ogc:def:crs:EPSG::9139',
16762
            'target_crs' => 'urn:ogc:def:crs:EPSG::9140',
16763
            'accuracy' => 0,
16764
        ],
16765
        [
16766
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16767
            'name' => 'geocentric to geographic3D',
16768
            'source_crs' => 'urn:ogc:def:crs:EPSG::9146',
16769
            'target_crs' => 'urn:ogc:def:crs:EPSG::9147',
16770
            'accuracy' => 0,
16771
        ],
16772
        [
16773
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16774
            'name' => 'geographic3D to geographic2D',
16775
            'source_crs' => 'urn:ogc:def:crs:EPSG::9147',
16776
            'target_crs' => 'urn:ogc:def:crs:EPSG::9148',
16777
            'accuracy' => 0,
16778
        ],
16779
        [
16780
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16118',
16781
            'name' => 'UTM zone 18S',
16782
            'source_crs' => 'urn:ogc:def:crs:EPSG::9148',
16783
            'target_crs' => 'urn:ogc:def:crs:EPSG::9149',
16784
            'accuracy' => 0,
16785
        ],
16786
        [
16787
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
16788
            'name' => 'UTM zone 19S',
16789
            'source_crs' => 'urn:ogc:def:crs:EPSG::9148',
16790
            'target_crs' => 'urn:ogc:def:crs:EPSG::9150',
16791
            'accuracy' => 0,
16792
        ],
16793
        [
16794
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16795
            'name' => 'geocentric to geographic3D',
16796
            'source_crs' => 'urn:ogc:def:crs:EPSG::9151',
16797
            'target_crs' => 'urn:ogc:def:crs:EPSG::9152',
16798
            'accuracy' => 0,
16799
        ],
16800
        [
16801
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16802
            'name' => 'geographic3D to geographic2D',
16803
            'source_crs' => 'urn:ogc:def:crs:EPSG::9152',
16804
            'target_crs' => 'urn:ogc:def:crs:EPSG::9153',
16805
            'accuracy' => 0,
16806
        ],
16807
        [
16808
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16118',
16809
            'name' => 'UTM zone 18S',
16810
            'source_crs' => 'urn:ogc:def:crs:EPSG::9153',
16811
            'target_crs' => 'urn:ogc:def:crs:EPSG::9154',
16812
            'accuracy' => 0,
16813
        ],
16814
        [
16815
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
16816
            'name' => 'UTM zone 19S',
16817
            'source_crs' => 'urn:ogc:def:crs:EPSG::9153',
16818
            'target_crs' => 'urn:ogc:def:crs:EPSG::9155',
16819
            'accuracy' => 0,
16820
        ],
16821
        [
16822
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16823
            'name' => 'geocentric to geographic3D',
16824
            'source_crs' => 'urn:ogc:def:crs:EPSG::9266',
16825
            'target_crs' => 'urn:ogc:def:crs:EPSG::9267',
16826
            'accuracy' => 0,
16827
        ],
16828
        [
16829
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16830
            'name' => 'geographic3D to geographic2D',
16831
            'source_crs' => 'urn:ogc:def:crs:EPSG::9267',
16832
            'target_crs' => 'urn:ogc:def:crs:EPSG::4312',
16833
            'accuracy' => 0,
16834
        ],
16835
        [
16836
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16837
            'name' => 'geocentric to geographic3D',
16838
            'source_crs' => 'urn:ogc:def:crs:EPSG::9292',
16839
            'target_crs' => 'urn:ogc:def:crs:EPSG::9293',
16840
            'accuracy' => 0,
16841
        ],
16842
        [
16843
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16844
            'name' => 'geographic3D to geographic2D',
16845
            'source_crs' => 'urn:ogc:def:crs:EPSG::9293',
16846
            'target_crs' => 'urn:ogc:def:crs:EPSG::9294',
16847
            'accuracy' => 0,
16848
        ],
16849
        [
16850
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
16851
            'name' => 'UTM zone 39N',
16852
            'source_crs' => 'urn:ogc:def:crs:EPSG::9294',
16853
            'target_crs' => 'urn:ogc:def:crs:EPSG::9295',
16854
            'accuracy' => 0,
16855
        ],
16856
        [
16857
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16040',
16858
            'name' => 'UTM zone 40N',
16859
            'source_crs' => 'urn:ogc:def:crs:EPSG::9294',
16860
            'target_crs' => 'urn:ogc:def:crs:EPSG::9296',
16861
            'accuracy' => 0,
16862
        ],
16863
        [
16864
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16041',
16865
            'name' => 'UTM zone 41N',
16866
            'source_crs' => 'urn:ogc:def:crs:EPSG::9294',
16867
            'target_crs' => 'urn:ogc:def:crs:EPSG::9297',
16868
            'accuracy' => 0,
16869
        ],
16870
        [
16871
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16872
            'name' => 'geocentric to geographic3D',
16873
            'source_crs' => 'urn:ogc:def:crs:EPSG::9307',
16874
            'target_crs' => 'urn:ogc:def:crs:EPSG::9308',
16875
            'accuracy' => 0,
16876
        ],
16877
        [
16878
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16879
            'name' => 'geographic3D to geographic2D',
16880
            'source_crs' => 'urn:ogc:def:crs:EPSG::9308',
16881
            'target_crs' => 'urn:ogc:def:crs:EPSG::9309',
16882
            'accuracy' => 0,
16883
        ],
16884
        [
16885
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16886
            'name' => 'geocentric to geographic3D',
16887
            'source_crs' => 'urn:ogc:def:crs:EPSG::9331',
16888
            'target_crs' => 'urn:ogc:def:crs:EPSG::9332',
16889
            'accuracy' => 0,
16890
        ],
16891
        [
16892
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16893
            'name' => 'geographic3D to geographic2D',
16894
            'source_crs' => 'urn:ogc:def:crs:EPSG::9332',
16895
            'target_crs' => 'urn:ogc:def:crs:EPSG::9333',
16896
            'accuracy' => 0,
16897
        ],
16898
        [
16899
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16036',
16900
            'name' => 'UTM zone 36N',
16901
            'source_crs' => 'urn:ogc:def:crs:EPSG::9333',
16902
            'target_crs' => 'urn:ogc:def:crs:EPSG::9356',
16903
            'accuracy' => 0,
16904
        ],
16905
        [
16906
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16037',
16907
            'name' => 'UTM zone 37N',
16908
            'source_crs' => 'urn:ogc:def:crs:EPSG::9333',
16909
            'target_crs' => 'urn:ogc:def:crs:EPSG::9357',
16910
            'accuracy' => 0,
16911
        ],
16912
        [
16913
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16038',
16914
            'name' => 'UTM zone 38N',
16915
            'source_crs' => 'urn:ogc:def:crs:EPSG::9333',
16916
            'target_crs' => 'urn:ogc:def:crs:EPSG::9358',
16917
            'accuracy' => 0,
16918
        ],
16919
        [
16920
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039',
16921
            'name' => 'UTM zone 39N',
16922
            'source_crs' => 'urn:ogc:def:crs:EPSG::9333',
16923
            'target_crs' => 'urn:ogc:def:crs:EPSG::9359',
16924
            'accuracy' => 0,
16925
        ],
16926
        [
16927
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16040',
16928
            'name' => 'UTM zone 40N',
16929
            'source_crs' => 'urn:ogc:def:crs:EPSG::9333',
16930
            'target_crs' => 'urn:ogc:def:crs:EPSG::9360',
16931
            'accuracy' => 0,
16932
        ],
16933
        [
16934
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10180',
16935
            'name' => 'IGb14 to IGS20 (1)',
16936
            'source_crs' => 'urn:ogc:def:crs:EPSG::9378',
16937
            'target_crs' => 'urn:ogc:def:crs:EPSG::10176',
16938
            'accuracy' => 0.001,
16939
        ],
16940
        [
16941
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16942
            'name' => 'geocentric to geographic3D',
16943
            'source_crs' => 'urn:ogc:def:crs:EPSG::9378',
16944
            'target_crs' => 'urn:ogc:def:crs:EPSG::9379',
16945
            'accuracy' => 0,
16946
        ],
16947
        [
16948
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16949
            'name' => 'geographic3D to geographic2D',
16950
            'source_crs' => 'urn:ogc:def:crs:EPSG::9379',
16951
            'target_crs' => 'urn:ogc:def:crs:EPSG::9380',
16952
            'accuracy' => 0,
16953
        ],
16954
        [
16955
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16027',
16956
            'name' => 'UTM zone 27N',
16957
            'source_crs' => 'urn:ogc:def:crs:EPSG::9403',
16958
            'target_crs' => 'urn:ogc:def:crs:EPSG::9404',
16959
            'accuracy' => 0,
16960
        ],
16961
        [
16962
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028',
16963
            'name' => 'UTM zone 28N',
16964
            'source_crs' => 'urn:ogc:def:crs:EPSG::9403',
16965
            'target_crs' => 'urn:ogc:def:crs:EPSG::9405',
16966
            'accuracy' => 0,
16967
        ],
16968
        [
16969
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
16970
            'name' => 'geocentric to geographic3D',
16971
            'source_crs' => 'urn:ogc:def:crs:EPSG::9468',
16972
            'target_crs' => 'urn:ogc:def:crs:EPSG::9469',
16973
            'accuracy' => 0,
16974
        ],
16975
        [
16976
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
16977
            'name' => 'geographic3D to geographic2D',
16978
            'source_crs' => 'urn:ogc:def:crs:EPSG::9469',
16979
            'target_crs' => 'urn:ogc:def:crs:EPSG::9470',
16980
            'accuracy' => 0,
16981
        ],
16982
        [
16983
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16046',
16984
            'name' => 'UTM zone 46N',
16985
            'source_crs' => 'urn:ogc:def:crs:EPSG::9470',
16986
            'target_crs' => 'urn:ogc:def:crs:EPSG::9476',
16987
            'accuracy' => 0,
16988
        ],
16989
        [
16990
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16047',
16991
            'name' => 'UTM zone 47N',
16992
            'source_crs' => 'urn:ogc:def:crs:EPSG::9470',
16993
            'target_crs' => 'urn:ogc:def:crs:EPSG::9477',
16994
            'accuracy' => 0,
16995
        ],
16996
        [
16997
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16048',
16998
            'name' => 'UTM zone 48N',
16999
            'source_crs' => 'urn:ogc:def:crs:EPSG::9470',
17000
            'target_crs' => 'urn:ogc:def:crs:EPSG::9478',
17001
            'accuracy' => 0,
17002
        ],
17003
        [
17004
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16049',
17005
            'name' => 'UTM zone 49N',
17006
            'source_crs' => 'urn:ogc:def:crs:EPSG::9470',
17007
            'target_crs' => 'urn:ogc:def:crs:EPSG::9479',
17008
            'accuracy' => 0,
17009
        ],
17010
        [
17011
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16050',
17012
            'name' => 'UTM zone 50N',
17013
            'source_crs' => 'urn:ogc:def:crs:EPSG::9470',
17014
            'target_crs' => 'urn:ogc:def:crs:EPSG::9480',
17015
            'accuracy' => 0,
17016
        ],
17017
        [
17018
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16051',
17019
            'name' => 'UTM zone 51N',
17020
            'source_crs' => 'urn:ogc:def:crs:EPSG::9470',
17021
            'target_crs' => 'urn:ogc:def:crs:EPSG::9481',
17022
            'accuracy' => 0,
17023
        ],
17024
        [
17025
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16052',
17026
            'name' => 'UTM zone 52N',
17027
            'source_crs' => 'urn:ogc:def:crs:EPSG::9470',
17028
            'target_crs' => 'urn:ogc:def:crs:EPSG::9482',
17029
            'accuracy' => 0,
17030
        ],
17031
        [
17032
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16147',
17033
            'name' => 'UTM zone 47S',
17034
            'source_crs' => 'urn:ogc:def:crs:EPSG::9470',
17035
            'target_crs' => 'urn:ogc:def:crs:EPSG::9487',
17036
            'accuracy' => 0,
17037
        ],
17038
        [
17039
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16148',
17040
            'name' => 'UTM zone 48S',
17041
            'source_crs' => 'urn:ogc:def:crs:EPSG::9470',
17042
            'target_crs' => 'urn:ogc:def:crs:EPSG::9488',
17043
            'accuracy' => 0,
17044
        ],
17045
        [
17046
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16149',
17047
            'name' => 'UTM zone 49S',
17048
            'source_crs' => 'urn:ogc:def:crs:EPSG::9470',
17049
            'target_crs' => 'urn:ogc:def:crs:EPSG::9489',
17050
            'accuracy' => 0,
17051
        ],
17052
        [
17053
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16150',
17054
            'name' => 'UTM zone 50S',
17055
            'source_crs' => 'urn:ogc:def:crs:EPSG::9470',
17056
            'target_crs' => 'urn:ogc:def:crs:EPSG::9490',
17057
            'accuracy' => 0,
17058
        ],
17059
        [
17060
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16151',
17061
            'name' => 'UTM zone 51S',
17062
            'source_crs' => 'urn:ogc:def:crs:EPSG::9470',
17063
            'target_crs' => 'urn:ogc:def:crs:EPSG::9491',
17064
            'accuracy' => 0,
17065
        ],
17066
        [
17067
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16152',
17068
            'name' => 'UTM zone 52S',
17069
            'source_crs' => 'urn:ogc:def:crs:EPSG::9470',
17070
            'target_crs' => 'urn:ogc:def:crs:EPSG::9492',
17071
            'accuracy' => 0,
17072
        ],
17073
        [
17074
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16153',
17075
            'name' => 'UTM zone 53S',
17076
            'source_crs' => 'urn:ogc:def:crs:EPSG::9470',
17077
            'target_crs' => 'urn:ogc:def:crs:EPSG::9493',
17078
            'accuracy' => 0,
17079
        ],
17080
        [
17081
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16154',
17082
            'name' => 'UTM zone 54S',
17083
            'source_crs' => 'urn:ogc:def:crs:EPSG::9470',
17084
            'target_crs' => 'urn:ogc:def:crs:EPSG::9494',
17085
            'accuracy' => 0,
17086
        ],
17087
        [
17088
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
17089
            'name' => 'geocentric to geographic3D',
17090
            'source_crs' => 'urn:ogc:def:crs:EPSG::9545',
17091
            'target_crs' => 'urn:ogc:def:crs:EPSG::9546',
17092
            'accuracy' => 0,
17093
        ],
17094
        [
17095
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
17096
            'name' => 'geographic3D to geographic2D',
17097
            'source_crs' => 'urn:ogc:def:crs:EPSG::9546',
17098
            'target_crs' => 'urn:ogc:def:crs:EPSG::9547',
17099
            'accuracy' => 0,
17100
        ],
17101
        [
17102
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
17103
            'name' => 'geocentric to geographic3D',
17104
            'source_crs' => 'urn:ogc:def:crs:EPSG::9694',
17105
            'target_crs' => 'urn:ogc:def:crs:EPSG::9695',
17106
            'accuracy' => 0,
17107
        ],
17108
        [
17109
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
17110
            'name' => 'geographic3D to geographic2D',
17111
            'source_crs' => 'urn:ogc:def:crs:EPSG::9695',
17112
            'target_crs' => 'urn:ogc:def:crs:EPSG::9696',
17113
            'accuracy' => 0,
17114
        ],
17115
        [
17116
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16112',
17117
            'name' => 'UTM zone 12S',
17118
            'source_crs' => 'urn:ogc:def:crs:EPSG::9696',
17119
            'target_crs' => 'urn:ogc:def:crs:EPSG::9697',
17120
            'accuracy' => 0,
17121
        ],
17122
        [
17123
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16118',
17124
            'name' => 'UTM zone 18S',
17125
            'source_crs' => 'urn:ogc:def:crs:EPSG::9696',
17126
            'target_crs' => 'urn:ogc:def:crs:EPSG::9698',
17127
            'accuracy' => 0,
17128
        ],
17129
        [
17130
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16119',
17131
            'name' => 'UTM zone 19S',
17132
            'source_crs' => 'urn:ogc:def:crs:EPSG::9696',
17133
            'target_crs' => 'urn:ogc:def:crs:EPSG::9699',
17134
            'accuracy' => 0,
17135
        ],
17136
        [
17137
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
17138
            'name' => 'geocentric to geographic3D',
17139
            'source_crs' => 'urn:ogc:def:crs:EPSG::9700',
17140
            'target_crs' => 'urn:ogc:def:crs:EPSG::9701',
17141
            'accuracy' => 0,
17142
        ],
17143
        [
17144
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
17145
            'name' => 'geographic3D to geographic2D',
17146
            'source_crs' => 'urn:ogc:def:crs:EPSG::9701',
17147
            'target_crs' => 'urn:ogc:def:crs:EPSG::9702',
17148
            'accuracy' => 0,
17149
        ],
17150
        [
17151
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10607',
17152
            'name' => 'WGS 84 (G2139) to WGS 84 (G2296) (1)',
17153
            'source_crs' => 'urn:ogc:def:crs:EPSG::9753',
17154
            'target_crs' => 'urn:ogc:def:crs:EPSG::10604',
17155
            'accuracy' => 0.01,
17156
        ],
17157
        [
17158
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9757',
17159
            'name' => 'WGS 84 (G2139) to ITRF2014 (1)',
17160
            'source_crs' => 'urn:ogc:def:crs:EPSG::9753',
17161
            'target_crs' => 'urn:ogc:def:crs:EPSG::7789',
17162
            'accuracy' => 0.01,
17163
        ],
17164
        [
17165
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
17166
            'name' => 'geocentric to geographic3D',
17167
            'source_crs' => 'urn:ogc:def:crs:EPSG::9753',
17168
            'target_crs' => 'urn:ogc:def:crs:EPSG::9754',
17169
            'accuracy' => 0,
17170
        ],
17171
        [
17172
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
17173
            'name' => 'geographic3D to geographic2D',
17174
            'source_crs' => 'urn:ogc:def:crs:EPSG::9754',
17175
            'target_crs' => 'urn:ogc:def:crs:EPSG::9755',
17176
            'accuracy' => 0,
17177
        ],
17178
        [
17179
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
17180
            'name' => 'geocentric to geographic3D',
17181
            'source_crs' => 'urn:ogc:def:crs:EPSG::9775',
17182
            'target_crs' => 'urn:ogc:def:crs:EPSG::9776',
17183
            'accuracy' => 0,
17184
        ],
17185
        [
17186
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
17187
            'name' => 'geographic3D to geographic2D',
17188
            'source_crs' => 'urn:ogc:def:crs:EPSG::9776',
17189
            'target_crs' => 'urn:ogc:def:crs:EPSG::9777',
17190
            'accuracy' => 0,
17191
        ],
17192
        [
17193
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15499',
17194
            'name' => 'axis order change (geographic3D horizontal)',
17195
            'source_crs' => 'urn:ogc:def:crs:EPSG::9776',
17196
            'target_crs' => 'urn:ogc:def:crs:EPSG::9778',
17197
            'accuracy' => 0,
17198
        ],
17199
        [
17200
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15498',
17201
            'name' => 'axis order change (2D)',
17202
            'source_crs' => 'urn:ogc:def:crs:EPSG::9777',
17203
            'target_crs' => 'urn:ogc:def:crs:EPSG::9779',
17204
            'accuracy' => 0,
17205
        ],
17206
        [
17207
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
17208
            'name' => 'geocentric to geographic3D',
17209
            'source_crs' => 'urn:ogc:def:crs:EPSG::9780',
17210
            'target_crs' => 'urn:ogc:def:crs:EPSG::9781',
17211
            'accuracy' => 0,
17212
        ],
17213
        [
17214
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
17215
            'name' => 'geographic3D to geographic2D',
17216
            'source_crs' => 'urn:ogc:def:crs:EPSG::9781',
17217
            'target_crs' => 'urn:ogc:def:crs:EPSG::9782',
17218
            'accuracy' => 0,
17219
        ],
17220
        [
17221
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15499',
17222
            'name' => 'axis order change (geographic3D horizontal)',
17223
            'source_crs' => 'urn:ogc:def:crs:EPSG::9781',
17224
            'target_crs' => 'urn:ogc:def:crs:EPSG::9783',
17225
            'accuracy' => 0,
17226
        ],
17227
        [
17228
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15498',
17229
            'name' => 'axis order change (2D)',
17230
            'source_crs' => 'urn:ogc:def:crs:EPSG::9782',
17231
            'target_crs' => 'urn:ogc:def:crs:EPSG::9784',
17232
            'accuracy' => 0,
17233
        ],
17234
        [
17235
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
17236
            'name' => 'geocentric to geographic3D',
17237
            'source_crs' => 'urn:ogc:def:crs:EPSG::9892',
17238
            'target_crs' => 'urn:ogc:def:crs:EPSG::9893',
17239
            'accuracy' => 0,
17240
        ],
17241
        [
17242
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
17243
            'name' => 'geographic3D to geographic2D',
17244
            'source_crs' => 'urn:ogc:def:crs:EPSG::9893',
17245
            'target_crs' => 'urn:ogc:def:crs:EPSG::4181',
17246
            'accuracy' => 0,
17247
        ],
17248
        [
17249
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10179',
17250
            'name' => 'ITRF2020 to IGS20 (1)',
17251
            'source_crs' => 'urn:ogc:def:crs:EPSG::9988',
17252
            'target_crs' => 'urn:ogc:def:crs:EPSG::10176',
17253
            'accuracy' => 0.0,
17254
        ],
17255
        [
17256
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592',
17257
            'name' => 'geocentric to geographic3D',
17258
            'source_crs' => 'urn:ogc:def:crs:EPSG::9988',
17259
            'target_crs' => 'urn:ogc:def:crs:EPSG::9989',
17260
            'accuracy' => 0,
17261
        ],
17262
        [
17263
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593',
17264
            'name' => 'geographic3D to geographic2D',
17265
            'source_crs' => 'urn:ogc:def:crs:EPSG::9989',
17266
            'target_crs' => 'urn:ogc:def:crs:EPSG::9990',
17267
            'accuracy' => 0,
17268
        ],
17269
    ];
17270
17271
    /**
17272
     * @return array<array{operation: string, name: string, source_crs: string, target_crs: string, accuracy: float}>
17273
     */
17274 274
    public static function getSupportedTransformations(): array
17275
    {
17276 274
        return static::$sridData;
17277
    }
17278
}
17279