CRSTransformationsNorthAmerica   B
last analyzed

Complexity

Total Complexity 1

Size/Duplication

Total Lines 15218
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 1
Bugs 0 Features 0
Metric Value
eloc 10863
c 1
b 0
f 0
dl 0
loc 15218
ccs 2
cts 2
cp 1
rs 8.8
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 CRSTransformationsNorthAmerica
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::10419',
23
            'name' => 'NAD83(CSRS)v8 to NAD83(2011) (1)',
24
            'source_crs' => 'urn:ogc:def:crs:EPSG::10412',
25
            'target_crs' => 'urn:ogc:def:crs:EPSG::6317',
26
            'accuracy' => 0.0,
27
        ],
28
        [
29
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10613',
30
            'name' => 'NAD83(CSRS)v8 to CGVD28(HTv2.0) height (1)',
31
            'source_crs' => 'urn:ogc:def:crs:EPSG::10413',
32
            'target_crs' => 'urn:ogc:def:crs:EPSG::10588',
33
            'accuracy' => 0.03,
34
        ],
35
        [
36
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10418',
37
            'name' => 'NAD83(CSRS)v8 to CGVD28 height (1)',
38
            'source_crs' => 'urn:ogc:def:crs:EPSG::10413',
39
            'target_crs' => 'urn:ogc:def:crs:EPSG::5713',
40
            'accuracy' => 0.05,
41
        ],
42
        [
43
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10417',
44
            'name' => 'NAD83(CSRS)v8 to CGVD2013a(2010) height (1)',
45
            'source_crs' => 'urn:ogc:def:crs:EPSG::10413',
46
            'target_crs' => 'urn:ogc:def:crs:EPSG::9245',
47
            'accuracy' => 0.03,
48
        ],
49
        [
50
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10618',
51
            'name' => 'CGVD28(HTv2.0) height to CGVD2013a(2002) height (1)',
52
            'source_crs' => 'urn:ogc:def:crs:EPSG::10588',
53
            'target_crs' => 'urn:ogc:def:crs:EPSG::20034',
54
            'accuracy' => 0.02,
55
        ],
56
        [
57
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10617',
58
            'name' => 'CGVD28(HTv2.0) height to CGVD2013a(1997) height (1)',
59
            'source_crs' => 'urn:ogc:def:crs:EPSG::10588',
60
            'target_crs' => 'urn:ogc:def:crs:EPSG::20035',
61
            'accuracy' => 0.03,
62
        ],
63
        [
64
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10619',
65
            'name' => 'CGVD28(HTv2.0) height to CGVD2013a(2010) height (1)',
66
            'source_crs' => 'urn:ogc:def:crs:EPSG::10588',
67
            'target_crs' => 'urn:ogc:def:crs:EPSG::9245',
68
            'accuracy' => 0.0,
69
        ],
70
        [
71
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19945',
72
            'name' => 'New Brunswick Stereographic (ATS77)',
73
            'source_crs' => 'urn:ogc:def:crs:EPSG::4122',
74
            'target_crs' => 'urn:ogc:def:crs:EPSG::2200',
75
            'accuracy' => 0,
76
        ],
77
        [
78
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19933',
79
            'name' => 'Prince Edward Island Stereographic (ATS77)',
80
            'source_crs' => 'urn:ogc:def:crs:EPSG::4122',
81
            'target_crs' => 'urn:ogc:def:crs:EPSG::2290',
82
            'accuracy' => 0,
83
        ],
84
        [
85
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17794',
86
            'name' => 'MTM Nova Scotia zone 4',
87
            'source_crs' => 'urn:ogc:def:crs:EPSG::4122',
88
            'target_crs' => 'urn:ogc:def:crs:EPSG::2294',
89
            'accuracy' => 0,
90
        ],
91
        [
92
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17795',
93
            'name' => 'MTM Nova Scotia zone 5',
94
            'source_crs' => 'urn:ogc:def:crs:EPSG::4122',
95
            'target_crs' => 'urn:ogc:def:crs:EPSG::2295',
96
            'accuracy' => 0,
97
        ],
98
        [
99
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9105',
100
            'name' => 'ATS77 to NAD83 (1)',
101
            'source_crs' => 'urn:ogc:def:crs:EPSG::4122',
102
            'target_crs' => 'urn:ogc:def:crs:EPSG::4269',
103
            'accuracy' => 0.5,
104
        ],
105
        [
106
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1688',
107
            'name' => 'ATS77 to WGS 84 (1)',
108
            'source_crs' => 'urn:ogc:def:crs:EPSG::4122',
109
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
110
            'accuracy' => 1.5,
111
        ],
112
        [
113
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1689',
114
            'name' => 'ATS77 to WGS 84 (2)',
115
            'source_crs' => 'urn:ogc:def:crs:EPSG::4122',
116
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
117
            'accuracy' => 1.5,
118
        ],
119
        [
120
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9236',
121
            'name' => 'ATS77 to NAD83(CSRS)v2 (2)',
122
            'source_crs' => 'urn:ogc:def:crs:EPSG::4122',
123
            'target_crs' => 'urn:ogc:def:crs:EPSG::8237',
124
            'accuracy' => 1.5,
125
        ],
126
        [
127
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9237',
128
            'name' => 'ATS77 to NAD83(CSRS)v2 (1)',
129
            'source_crs' => 'urn:ogc:def:crs:EPSG::4122',
130
            'target_crs' => 'urn:ogc:def:crs:EPSG::8237',
131
            'accuracy' => 1.5,
132
        ],
133
        [
134
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9106',
135
            'name' => 'ATS77 to NAD83(CSRS)v6 (4)',
136
            'source_crs' => 'urn:ogc:def:crs:EPSG::4122',
137
            'target_crs' => 'urn:ogc:def:crs:EPSG::8252',
138
            'accuracy' => 0.06,
139
        ],
140
        [
141
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15101',
142
            'name' => 'Hawaii CS27 zone 1',
143
            'source_crs' => 'urn:ogc:def:crs:EPSG::4135',
144
            'target_crs' => 'urn:ogc:def:crs:EPSG::3561',
145
            'accuracy' => 0,
146
        ],
147
        [
148
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15102',
149
            'name' => 'Hawaii CS27 zone 2',
150
            'source_crs' => 'urn:ogc:def:crs:EPSG::4135',
151
            'target_crs' => 'urn:ogc:def:crs:EPSG::3562',
152
            'accuracy' => 0,
153
        ],
154
        [
155
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15103',
156
            'name' => 'Hawaii CS27 zone 3',
157
            'source_crs' => 'urn:ogc:def:crs:EPSG::4135',
158
            'target_crs' => 'urn:ogc:def:crs:EPSG::3563',
159
            'accuracy' => 0,
160
        ],
161
        [
162
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15104',
163
            'name' => 'Hawaii CS27 zone 4',
164
            'source_crs' => 'urn:ogc:def:crs:EPSG::4135',
165
            'target_crs' => 'urn:ogc:def:crs:EPSG::3564',
166
            'accuracy' => 0,
167
        ],
168
        [
169
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15105',
170
            'name' => 'Hawaii CS27 zone 5',
171
            'source_crs' => 'urn:ogc:def:crs:EPSG::4135',
172
            'target_crs' => 'urn:ogc:def:crs:EPSG::3565',
173
            'accuracy' => 0,
174
        ],
175
        [
176
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8561',
177
            'name' => 'Old Hawaiian to NAD83 (2)',
178
            'source_crs' => 'urn:ogc:def:crs:EPSG::4135',
179
            'target_crs' => 'urn:ogc:def:crs:EPSG::4269',
180
            'accuracy' => 0.2,
181
        ],
182
        [
183
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15824',
184
            'name' => 'Old Hawaiian to WGS 84 (3)',
185
            'source_crs' => 'urn:ogc:def:crs:EPSG::4135',
186
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
187
            'accuracy' => 38.0,
188
        ],
189
        [
190
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15825',
191
            'name' => 'Old Hawaiian to WGS 84 (4)',
192
            'source_crs' => 'urn:ogc:def:crs:EPSG::4135',
193
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
194
            'accuracy' => 44.0,
195
        ],
196
        [
197
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15826',
198
            'name' => 'Old Hawaiian to WGS 84 (5)',
199
            'source_crs' => 'urn:ogc:def:crs:EPSG::4135',
200
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
201
            'accuracy' => 35.0,
202
        ],
203
        [
204
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15827',
205
            'name' => 'Old Hawaiian to WGS 84 (6)',
206
            'source_crs' => 'urn:ogc:def:crs:EPSG::4135',
207
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
208
            'accuracy' => 44.0,
209
        ],
210
        [
211
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15828',
212
            'name' => 'Old Hawaiian to WGS 84 (7)',
213
            'source_crs' => 'urn:ogc:def:crs:EPSG::4135',
214
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
215
            'accuracy' => 14.0,
216
        ],
217
        [
218
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8547',
219
            'name' => 'St. Lawrence Island to NAD83 (2)',
220
            'source_crs' => 'urn:ogc:def:crs:EPSG::4136',
221
            'target_crs' => 'urn:ogc:def:crs:EPSG::4269',
222
            'accuracy' => 0.5,
223
        ],
224
        [
225
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8548',
226
            'name' => 'St. Paul Island to NAD83 (2)',
227
            'source_crs' => 'urn:ogc:def:crs:EPSG::4137',
228
            'target_crs' => 'urn:ogc:def:crs:EPSG::4269',
229
            'accuracy' => 0.5,
230
        ],
231
        [
232
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8546',
233
            'name' => 'St. George Island to NAD83 (2)',
234
            'source_crs' => 'urn:ogc:def:crs:EPSG::4138',
235
            'target_crs' => 'urn:ogc:def:crs:EPSG::4269',
236
            'accuracy' => 0.15,
237
        ],
238
        [
239
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15201',
240
            'name' => 'Puerto Rico CS27',
241
            'source_crs' => 'urn:ogc:def:crs:EPSG::4139',
242
            'target_crs' => 'urn:ogc:def:crs:EPSG::3991',
243
            'accuracy' => 0,
244
        ],
245
        [
246
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15202',
247
            'name' => 'St. Croix CS27',
248
            'source_crs' => 'urn:ogc:def:crs:EPSG::4139',
249
            'target_crs' => 'urn:ogc:def:crs:EPSG::3992',
250
            'accuracy' => 0,
251
        ],
252
        [
253
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8668',
254
            'name' => 'Puerto Rico to NAD83 (2)',
255
            'source_crs' => 'urn:ogc:def:crs:EPSG::4139',
256
            'target_crs' => 'urn:ogc:def:crs:EPSG::4269',
257
            'accuracy' => 0.15,
258
        ],
259
        [
260
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1893',
261
            'name' => 'Puerto Rico to WGS 84 (3)',
262
            'source_crs' => 'urn:ogc:def:crs:EPSG::4139',
263
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
264
            'accuracy' => 6.0,
265
        ],
266
        [
267
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11833',
268
            'name' => 'SPCS83 Maine East zone (US survey foot)',
269
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
270
            'target_crs' => 'urn:ogc:def:crs:EPSG::26855',
271
            'accuracy' => 0,
272
        ],
273
        [
274
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11834',
275
            'name' => 'SPCS83 Maine West zone (US survey foot)',
276
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
277
            'target_crs' => 'urn:ogc:def:crs:EPSG::26856',
278
            'accuracy' => 0,
279
        ],
280
        [
281
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12234',
282
            'name' => 'SPCS83 Minnesota North zone (US survey foot)',
283
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
284
            'target_crs' => 'urn:ogc:def:crs:EPSG::26857',
285
            'accuracy' => 0,
286
        ],
287
        [
288
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12235',
289
            'name' => 'SPCS83 Minnesota Central zone (US survey foot)',
290
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
291
            'target_crs' => 'urn:ogc:def:crs:EPSG::26858',
292
            'accuracy' => 0,
293
        ],
294
        [
295
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12236',
296
            'name' => 'SPCS83 Minnesota South zone (US survey foot)',
297
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
298
            'target_crs' => 'urn:ogc:def:crs:EPSG::26859',
299
            'accuracy' => 0,
300
        ],
301
        [
302
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15396',
303
            'name' => 'SPCS83 Nebraska zone (US survey foot)',
304
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
305
            'target_crs' => 'urn:ogc:def:crs:EPSG::26860',
306
            'accuracy' => 0,
307
        ],
308
        [
309
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14735',
310
            'name' => 'SPCS83 West Virginia North zone (US survey foot)',
311
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
312
            'target_crs' => 'urn:ogc:def:crs:EPSG::26861',
313
            'accuracy' => 0,
314
        ],
315
        [
316
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14736',
317
            'name' => 'SPCS83 West Virginia South zone (US survey foot)',
318
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
319
            'target_crs' => 'urn:ogc:def:crs:EPSG::26862',
320
            'accuracy' => 0,
321
        ],
322
        [
323
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10131',
324
            'name' => 'SPCS83 Alabama East zone (meter)',
325
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
326
            'target_crs' => 'urn:ogc:def:crs:EPSG::2759',
327
            'accuracy' => 0,
328
        ],
329
        [
330
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10132',
331
            'name' => 'SPCS83 Alabama West zone (meter)',
332
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
333
            'target_crs' => 'urn:ogc:def:crs:EPSG::2760',
334
            'accuracy' => 0,
335
        ],
336
        [
337
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10231',
338
            'name' => 'SPCS83 Arizona East zone (meter)',
339
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
340
            'target_crs' => 'urn:ogc:def:crs:EPSG::2761',
341
            'accuracy' => 0,
342
        ],
343
        [
344
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10232',
345
            'name' => 'SPCS83 Arizona Central zone (meter)',
346
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
347
            'target_crs' => 'urn:ogc:def:crs:EPSG::2762',
348
            'accuracy' => 0,
349
        ],
350
        [
351
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10233',
352
            'name' => 'SPCS83 Arizona West zone (meter)',
353
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
354
            'target_crs' => 'urn:ogc:def:crs:EPSG::2763',
355
            'accuracy' => 0,
356
        ],
357
        [
358
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10331',
359
            'name' => 'SPCS83 Arkansas North zone (meter)',
360
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
361
            'target_crs' => 'urn:ogc:def:crs:EPSG::2764',
362
            'accuracy' => 0,
363
        ],
364
        [
365
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10332',
366
            'name' => 'SPCS83 Arkansas South zone (meter)',
367
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
368
            'target_crs' => 'urn:ogc:def:crs:EPSG::2765',
369
            'accuracy' => 0,
370
        ],
371
        [
372
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10431',
373
            'name' => 'SPCS83 California zone 1 (meter)',
374
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
375
            'target_crs' => 'urn:ogc:def:crs:EPSG::2766',
376
            'accuracy' => 0,
377
        ],
378
        [
379
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10432',
380
            'name' => 'SPCS83 California zone 2 (meter)',
381
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
382
            'target_crs' => 'urn:ogc:def:crs:EPSG::2767',
383
            'accuracy' => 0,
384
        ],
385
        [
386
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10433',
387
            'name' => 'SPCS83 California zone 3 (meter)',
388
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
389
            'target_crs' => 'urn:ogc:def:crs:EPSG::2768',
390
            'accuracy' => 0,
391
        ],
392
        [
393
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10434',
394
            'name' => 'SPCS83 California zone 4 (meter)',
395
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
396
            'target_crs' => 'urn:ogc:def:crs:EPSG::2769',
397
            'accuracy' => 0,
398
        ],
399
        [
400
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10435',
401
            'name' => 'SPCS83 California zone 5 (meter)',
402
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
403
            'target_crs' => 'urn:ogc:def:crs:EPSG::2770',
404
            'accuracy' => 0,
405
        ],
406
        [
407
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10436',
408
            'name' => 'SPCS83 California zone 6 (meter)',
409
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
410
            'target_crs' => 'urn:ogc:def:crs:EPSG::2771',
411
            'accuracy' => 0,
412
        ],
413
        [
414
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10531',
415
            'name' => 'SPCS83 Colorado North zone (meter)',
416
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
417
            'target_crs' => 'urn:ogc:def:crs:EPSG::2772',
418
            'accuracy' => 0,
419
        ],
420
        [
421
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10532',
422
            'name' => 'SPCS83 Colorado Central zone (meter)',
423
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
424
            'target_crs' => 'urn:ogc:def:crs:EPSG::2773',
425
            'accuracy' => 0,
426
        ],
427
        [
428
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10533',
429
            'name' => 'SPCS83 Colorado South zone (meter)',
430
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
431
            'target_crs' => 'urn:ogc:def:crs:EPSG::2774',
432
            'accuracy' => 0,
433
        ],
434
        [
435
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10630',
436
            'name' => 'SPCS83 Connecticut zone (meter)',
437
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
438
            'target_crs' => 'urn:ogc:def:crs:EPSG::2775',
439
            'accuracy' => 0,
440
        ],
441
        [
442
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10730',
443
            'name' => 'SPCS83 Delaware zone (meter)',
444
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
445
            'target_crs' => 'urn:ogc:def:crs:EPSG::2776',
446
            'accuracy' => 0,
447
        ],
448
        [
449
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10931',
450
            'name' => 'SPCS83 Florida East zone (meter)',
451
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
452
            'target_crs' => 'urn:ogc:def:crs:EPSG::2777',
453
            'accuracy' => 0,
454
        ],
455
        [
456
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10932',
457
            'name' => 'SPCS83 Florida West zone (meter)',
458
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
459
            'target_crs' => 'urn:ogc:def:crs:EPSG::2778',
460
            'accuracy' => 0,
461
        ],
462
        [
463
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10933',
464
            'name' => 'SPCS83 Florida North zone (meter)',
465
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
466
            'target_crs' => 'urn:ogc:def:crs:EPSG::2779',
467
            'accuracy' => 0,
468
        ],
469
        [
470
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11031',
471
            'name' => 'SPCS83 Georgia East zone (meter)',
472
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
473
            'target_crs' => 'urn:ogc:def:crs:EPSG::2780',
474
            'accuracy' => 0,
475
        ],
476
        [
477
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11032',
478
            'name' => 'SPCS83 Georgia West zone (meter)',
479
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
480
            'target_crs' => 'urn:ogc:def:crs:EPSG::2781',
481
            'accuracy' => 0,
482
        ],
483
        [
484
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15131',
485
            'name' => 'SPCS83 Hawaii zone 1 (meter)',
486
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
487
            'target_crs' => 'urn:ogc:def:crs:EPSG::2782',
488
            'accuracy' => 0,
489
        ],
490
        [
491
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15132',
492
            'name' => 'SPCS83 Hawaii zone 2 (meter)',
493
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
494
            'target_crs' => 'urn:ogc:def:crs:EPSG::2783',
495
            'accuracy' => 0,
496
        ],
497
        [
498
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15133',
499
            'name' => 'SPCS83 Hawaii zone 3 (meter)',
500
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
501
            'target_crs' => 'urn:ogc:def:crs:EPSG::2784',
502
            'accuracy' => 0,
503
        ],
504
        [
505
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15134',
506
            'name' => 'SPCS83 Hawaii zone 4 (meter)',
507
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
508
            'target_crs' => 'urn:ogc:def:crs:EPSG::2785',
509
            'accuracy' => 0,
510
        ],
511
        [
512
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15135',
513
            'name' => 'SPCS83 Hawaii zone 5 (meter)',
514
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
515
            'target_crs' => 'urn:ogc:def:crs:EPSG::2786',
516
            'accuracy' => 0,
517
        ],
518
        [
519
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11131',
520
            'name' => 'SPCS83 Idaho East zone (meter)',
521
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
522
            'target_crs' => 'urn:ogc:def:crs:EPSG::2787',
523
            'accuracy' => 0,
524
        ],
525
        [
526
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11132',
527
            'name' => 'SPCS83 Idaho Central zone (meter)',
528
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
529
            'target_crs' => 'urn:ogc:def:crs:EPSG::2788',
530
            'accuracy' => 0,
531
        ],
532
        [
533
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11133',
534
            'name' => 'SPCS83 Idaho West zone (meter)',
535
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
536
            'target_crs' => 'urn:ogc:def:crs:EPSG::2789',
537
            'accuracy' => 0,
538
        ],
539
        [
540
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11231',
541
            'name' => 'SPCS83 Illinois East zone (meter)',
542
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
543
            'target_crs' => 'urn:ogc:def:crs:EPSG::2790',
544
            'accuracy' => 0,
545
        ],
546
        [
547
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11232',
548
            'name' => 'SPCS83 Illinois West zone (meter)',
549
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
550
            'target_crs' => 'urn:ogc:def:crs:EPSG::2791',
551
            'accuracy' => 0,
552
        ],
553
        [
554
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11331',
555
            'name' => 'SPCS83 Indiana East zone (meter)',
556
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
557
            'target_crs' => 'urn:ogc:def:crs:EPSG::2792',
558
            'accuracy' => 0,
559
        ],
560
        [
561
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11332',
562
            'name' => 'SPCS83 Indiana West zone (meter)',
563
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
564
            'target_crs' => 'urn:ogc:def:crs:EPSG::2793',
565
            'accuracy' => 0,
566
        ],
567
        [
568
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11431',
569
            'name' => 'SPCS83 Iowa North zone (meter)',
570
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
571
            'target_crs' => 'urn:ogc:def:crs:EPSG::2794',
572
            'accuracy' => 0,
573
        ],
574
        [
575
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11432',
576
            'name' => 'SPCS83 Iowa South zone (meter)',
577
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
578
            'target_crs' => 'urn:ogc:def:crs:EPSG::2795',
579
            'accuracy' => 0,
580
        ],
581
        [
582
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11531',
583
            'name' => 'SPCS83 Kansas North zone (meter)',
584
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
585
            'target_crs' => 'urn:ogc:def:crs:EPSG::2796',
586
            'accuracy' => 0,
587
        ],
588
        [
589
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11532',
590
            'name' => 'SPCS83 Kansas South zone (meter)',
591
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
592
            'target_crs' => 'urn:ogc:def:crs:EPSG::2797',
593
            'accuracy' => 0,
594
        ],
595
        [
596
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15303',
597
            'name' => 'SPCS83 Kentucky North zone (meter)',
598
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
599
            'target_crs' => 'urn:ogc:def:crs:EPSG::2798',
600
            'accuracy' => 0,
601
        ],
602
        [
603
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11632',
604
            'name' => 'SPCS83 Kentucky South zone (meter)',
605
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
606
            'target_crs' => 'urn:ogc:def:crs:EPSG::2799',
607
            'accuracy' => 0,
608
        ],
609
        [
610
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11731',
611
            'name' => 'SPCS83 Louisiana North zone (meter)',
612
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
613
            'target_crs' => 'urn:ogc:def:crs:EPSG::2800',
614
            'accuracy' => 0,
615
        ],
616
        [
617
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11732',
618
            'name' => 'SPCS83 Louisiana South zone (meter)',
619
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
620
            'target_crs' => 'urn:ogc:def:crs:EPSG::2801',
621
            'accuracy' => 0,
622
        ],
623
        [
624
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11831',
625
            'name' => 'SPCS83 Maine East zone (meter)',
626
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
627
            'target_crs' => 'urn:ogc:def:crs:EPSG::2802',
628
            'accuracy' => 0,
629
        ],
630
        [
631
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11832',
632
            'name' => 'SPCS83 Maine West zone (meter)',
633
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
634
            'target_crs' => 'urn:ogc:def:crs:EPSG::2803',
635
            'accuracy' => 0,
636
        ],
637
        [
638
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11930',
639
            'name' => 'SPCS83 Maryland zone (meter)',
640
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
641
            'target_crs' => 'urn:ogc:def:crs:EPSG::2804',
642
            'accuracy' => 0,
643
        ],
644
        [
645
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12031',
646
            'name' => 'SPCS83 Massachusetts Mainland zone (meter)',
647
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
648
            'target_crs' => 'urn:ogc:def:crs:EPSG::2805',
649
            'accuracy' => 0,
650
        ],
651
        [
652
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12032',
653
            'name' => 'SPCS83 Massachusetts Island zone (meter)',
654
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
655
            'target_crs' => 'urn:ogc:def:crs:EPSG::2806',
656
            'accuracy' => 0,
657
        ],
658
        [
659
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12141',
660
            'name' => 'SPCS83 Michigan North zone (meter)',
661
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
662
            'target_crs' => 'urn:ogc:def:crs:EPSG::2807',
663
            'accuracy' => 0,
664
        ],
665
        [
666
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12142',
667
            'name' => 'SPCS83 Michigan Central zone (meter)',
668
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
669
            'target_crs' => 'urn:ogc:def:crs:EPSG::2808',
670
            'accuracy' => 0,
671
        ],
672
        [
673
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12143',
674
            'name' => 'SPCS83 Michigan South zone (meter)',
675
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
676
            'target_crs' => 'urn:ogc:def:crs:EPSG::2809',
677
            'accuracy' => 0,
678
        ],
679
        [
680
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12231',
681
            'name' => 'SPCS83 Minnesota North zone (meter)',
682
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
683
            'target_crs' => 'urn:ogc:def:crs:EPSG::2810',
684
            'accuracy' => 0,
685
        ],
686
        [
687
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12232',
688
            'name' => 'SPCS83 Minnesota Central zone (meter)',
689
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
690
            'target_crs' => 'urn:ogc:def:crs:EPSG::2811',
691
            'accuracy' => 0,
692
        ],
693
        [
694
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12233',
695
            'name' => 'SPCS83 Minnesota South zone (meter)',
696
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
697
            'target_crs' => 'urn:ogc:def:crs:EPSG::2812',
698
            'accuracy' => 0,
699
        ],
700
        [
701
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12331',
702
            'name' => 'SPCS83 Mississippi East zone (meter)',
703
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
704
            'target_crs' => 'urn:ogc:def:crs:EPSG::2813',
705
            'accuracy' => 0,
706
        ],
707
        [
708
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12332',
709
            'name' => 'SPCS83 Mississippi West zone (meter)',
710
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
711
            'target_crs' => 'urn:ogc:def:crs:EPSG::2814',
712
            'accuracy' => 0,
713
        ],
714
        [
715
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12431',
716
            'name' => 'SPCS83 Missouri East zone (meter)',
717
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
718
            'target_crs' => 'urn:ogc:def:crs:EPSG::2815',
719
            'accuracy' => 0,
720
        ],
721
        [
722
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12432',
723
            'name' => 'SPCS83 Missouri Central zone (meter)',
724
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
725
            'target_crs' => 'urn:ogc:def:crs:EPSG::2816',
726
            'accuracy' => 0,
727
        ],
728
        [
729
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12433',
730
            'name' => 'SPCS83 Missouri West zone (meter)',
731
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
732
            'target_crs' => 'urn:ogc:def:crs:EPSG::2817',
733
            'accuracy' => 0,
734
        ],
735
        [
736
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12530',
737
            'name' => 'SPCS83 Montana zone (meter)',
738
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
739
            'target_crs' => 'urn:ogc:def:crs:EPSG::2818',
740
            'accuracy' => 0,
741
        ],
742
        [
743
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12630',
744
            'name' => 'SPCS83 Nebraska zone (meter)',
745
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
746
            'target_crs' => 'urn:ogc:def:crs:EPSG::2819',
747
            'accuracy' => 0,
748
        ],
749
        [
750
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12731',
751
            'name' => 'SPCS83 Nevada East zone (meter)',
752
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
753
            'target_crs' => 'urn:ogc:def:crs:EPSG::2820',
754
            'accuracy' => 0,
755
        ],
756
        [
757
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12732',
758
            'name' => 'SPCS83 Nevada Central zone (meter)',
759
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
760
            'target_crs' => 'urn:ogc:def:crs:EPSG::2821',
761
            'accuracy' => 0,
762
        ],
763
        [
764
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12733',
765
            'name' => 'SPCS83 Nevada West zone (meter)',
766
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
767
            'target_crs' => 'urn:ogc:def:crs:EPSG::2822',
768
            'accuracy' => 0,
769
        ],
770
        [
771
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12830',
772
            'name' => 'SPCS83 New Hampshire zone (meter)',
773
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
774
            'target_crs' => 'urn:ogc:def:crs:EPSG::2823',
775
            'accuracy' => 0,
776
        ],
777
        [
778
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12930',
779
            'name' => 'SPCS83 New Jersey zone (meter)',
780
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
781
            'target_crs' => 'urn:ogc:def:crs:EPSG::2824',
782
            'accuracy' => 0,
783
        ],
784
        [
785
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13031',
786
            'name' => 'SPCS83 New Mexico East zone (meter)',
787
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
788
            'target_crs' => 'urn:ogc:def:crs:EPSG::2825',
789
            'accuracy' => 0,
790
        ],
791
        [
792
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13032',
793
            'name' => 'SPCS83 New Mexico Central zone (meter)',
794
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
795
            'target_crs' => 'urn:ogc:def:crs:EPSG::2826',
796
            'accuracy' => 0,
797
        ],
798
        [
799
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13033',
800
            'name' => 'SPCS83 New Mexico West zone (meter)',
801
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
802
            'target_crs' => 'urn:ogc:def:crs:EPSG::2827',
803
            'accuracy' => 0,
804
        ],
805
        [
806
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13131',
807
            'name' => 'SPCS83 New York East zone (meter)',
808
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
809
            'target_crs' => 'urn:ogc:def:crs:EPSG::2828',
810
            'accuracy' => 0,
811
        ],
812
        [
813
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13132',
814
            'name' => 'SPCS83 New York Central zone (meter)',
815
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
816
            'target_crs' => 'urn:ogc:def:crs:EPSG::2829',
817
            'accuracy' => 0,
818
        ],
819
        [
820
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13133',
821
            'name' => 'SPCS83 New York West zone (meter)',
822
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
823
            'target_crs' => 'urn:ogc:def:crs:EPSG::2830',
824
            'accuracy' => 0,
825
        ],
826
        [
827
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13134',
828
            'name' => 'SPCS83 New York Long Island zone (meter)',
829
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
830
            'target_crs' => 'urn:ogc:def:crs:EPSG::2831',
831
            'accuracy' => 0,
832
        ],
833
        [
834
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13331',
835
            'name' => 'SPCS83 North Dakota North zone (meter)',
836
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
837
            'target_crs' => 'urn:ogc:def:crs:EPSG::2832',
838
            'accuracy' => 0,
839
        ],
840
        [
841
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13332',
842
            'name' => 'SPCS83 North Dakota South zone (meter)',
843
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
844
            'target_crs' => 'urn:ogc:def:crs:EPSG::2833',
845
            'accuracy' => 0,
846
        ],
847
        [
848
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13431',
849
            'name' => 'SPCS83 Ohio North zone (meter)',
850
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
851
            'target_crs' => 'urn:ogc:def:crs:EPSG::2834',
852
            'accuracy' => 0,
853
        ],
854
        [
855
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13432',
856
            'name' => 'SPCS83 Ohio South zone (meter)',
857
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
858
            'target_crs' => 'urn:ogc:def:crs:EPSG::2835',
859
            'accuracy' => 0,
860
        ],
861
        [
862
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13531',
863
            'name' => 'SPCS83 Oklahoma North zone (meter)',
864
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
865
            'target_crs' => 'urn:ogc:def:crs:EPSG::2836',
866
            'accuracy' => 0,
867
        ],
868
        [
869
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13532',
870
            'name' => 'SPCS83 Oklahoma South zone (meter)',
871
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
872
            'target_crs' => 'urn:ogc:def:crs:EPSG::2837',
873
            'accuracy' => 0,
874
        ],
875
        [
876
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13631',
877
            'name' => 'SPCS83 Oregon North zone (meter)',
878
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
879
            'target_crs' => 'urn:ogc:def:crs:EPSG::2838',
880
            'accuracy' => 0,
881
        ],
882
        [
883
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13632',
884
            'name' => 'SPCS83 Oregon South zone (meter)',
885
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
886
            'target_crs' => 'urn:ogc:def:crs:EPSG::2839',
887
            'accuracy' => 0,
888
        ],
889
        [
890
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13830',
891
            'name' => 'SPCS83 Rhode Island zone (meter)',
892
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
893
            'target_crs' => 'urn:ogc:def:crs:EPSG::2840',
894
            'accuracy' => 0,
895
        ],
896
        [
897
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14031',
898
            'name' => 'SPCS83 South Dakota North zone (meter)',
899
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
900
            'target_crs' => 'urn:ogc:def:crs:EPSG::2841',
901
            'accuracy' => 0,
902
        ],
903
        [
904
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14032',
905
            'name' => 'SPCS83 South Dakota South zone (meter)',
906
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
907
            'target_crs' => 'urn:ogc:def:crs:EPSG::2842',
908
            'accuracy' => 0,
909
        ],
910
        [
911
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14130',
912
            'name' => 'SPCS83 Tennessee zone (meter)',
913
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
914
            'target_crs' => 'urn:ogc:def:crs:EPSG::2843',
915
            'accuracy' => 0,
916
        ],
917
        [
918
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14231',
919
            'name' => 'SPCS83 Texas North zone (meter)',
920
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
921
            'target_crs' => 'urn:ogc:def:crs:EPSG::2844',
922
            'accuracy' => 0,
923
        ],
924
        [
925
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14232',
926
            'name' => 'SPCS83 Texas North Central zone (meter)',
927
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
928
            'target_crs' => 'urn:ogc:def:crs:EPSG::2845',
929
            'accuracy' => 0,
930
        ],
931
        [
932
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14233',
933
            'name' => 'SPCS83 Texas Central zone (meter)',
934
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
935
            'target_crs' => 'urn:ogc:def:crs:EPSG::2846',
936
            'accuracy' => 0,
937
        ],
938
        [
939
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14234',
940
            'name' => 'SPCS83 Texas South Central zone (meter)',
941
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
942
            'target_crs' => 'urn:ogc:def:crs:EPSG::2847',
943
            'accuracy' => 0,
944
        ],
945
        [
946
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14235',
947
            'name' => 'SPCS83 Texas South zone (meter)',
948
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
949
            'target_crs' => 'urn:ogc:def:crs:EPSG::2848',
950
            'accuracy' => 0,
951
        ],
952
        [
953
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14331',
954
            'name' => 'SPCS83 Utah North zone (meter)',
955
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
956
            'target_crs' => 'urn:ogc:def:crs:EPSG::2849',
957
            'accuracy' => 0,
958
        ],
959
        [
960
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14332',
961
            'name' => 'SPCS83 Utah Central zone (meter)',
962
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
963
            'target_crs' => 'urn:ogc:def:crs:EPSG::2850',
964
            'accuracy' => 0,
965
        ],
966
        [
967
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14333',
968
            'name' => 'SPCS83 Utah South zone (meter)',
969
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
970
            'target_crs' => 'urn:ogc:def:crs:EPSG::2851',
971
            'accuracy' => 0,
972
        ],
973
        [
974
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14430',
975
            'name' => 'SPCS83 Vermont zone (meter)',
976
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
977
            'target_crs' => 'urn:ogc:def:crs:EPSG::2852',
978
            'accuracy' => 0,
979
        ],
980
        [
981
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14531',
982
            'name' => 'SPCS83 Virginia North zone (meter)',
983
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
984
            'target_crs' => 'urn:ogc:def:crs:EPSG::2853',
985
            'accuracy' => 0,
986
        ],
987
        [
988
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14532',
989
            'name' => 'SPCS83 Virginia South zone (meter)',
990
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
991
            'target_crs' => 'urn:ogc:def:crs:EPSG::2854',
992
            'accuracy' => 0,
993
        ],
994
        [
995
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14631',
996
            'name' => 'SPCS83 Washington North zone (meter)',
997
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
998
            'target_crs' => 'urn:ogc:def:crs:EPSG::2855',
999
            'accuracy' => 0,
1000
        ],
1001
        [
1002
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14632',
1003
            'name' => 'SPCS83 Washington South zone (meter)',
1004
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1005
            'target_crs' => 'urn:ogc:def:crs:EPSG::2856',
1006
            'accuracy' => 0,
1007
        ],
1008
        [
1009
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14731',
1010
            'name' => 'SPCS83 West Virginia North zone (meter)',
1011
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1012
            'target_crs' => 'urn:ogc:def:crs:EPSG::2857',
1013
            'accuracy' => 0,
1014
        ],
1015
        [
1016
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14732',
1017
            'name' => 'SPCS83 West Virginia South zone (meter)',
1018
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1019
            'target_crs' => 'urn:ogc:def:crs:EPSG::2858',
1020
            'accuracy' => 0,
1021
        ],
1022
        [
1023
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14831',
1024
            'name' => 'SPCS83 Wisconsin North zone (meter)',
1025
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1026
            'target_crs' => 'urn:ogc:def:crs:EPSG::2859',
1027
            'accuracy' => 0,
1028
        ],
1029
        [
1030
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14832',
1031
            'name' => 'SPCS83 Wisconsin Central zone (meter)',
1032
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1033
            'target_crs' => 'urn:ogc:def:crs:EPSG::2860',
1034
            'accuracy' => 0,
1035
        ],
1036
        [
1037
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14833',
1038
            'name' => 'SPCS83 Wisconsin South zone (meter)',
1039
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1040
            'target_crs' => 'urn:ogc:def:crs:EPSG::2861',
1041
            'accuracy' => 0,
1042
        ],
1043
        [
1044
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14931',
1045
            'name' => 'SPCS83 Wyoming East zone (meter)',
1046
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1047
            'target_crs' => 'urn:ogc:def:crs:EPSG::2862',
1048
            'accuracy' => 0,
1049
        ],
1050
        [
1051
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14932',
1052
            'name' => 'SPCS83 Wyoming East Central zone (meter)',
1053
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1054
            'target_crs' => 'urn:ogc:def:crs:EPSG::2863',
1055
            'accuracy' => 0,
1056
        ],
1057
        [
1058
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14933',
1059
            'name' => 'SPCS83 Wyoming West Central zone (meter)',
1060
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1061
            'target_crs' => 'urn:ogc:def:crs:EPSG::2864',
1062
            'accuracy' => 0,
1063
        ],
1064
        [
1065
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14934',
1066
            'name' => 'SPCS83 Wyoming West zone (meter)',
1067
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1068
            'target_crs' => 'urn:ogc:def:crs:EPSG::2865',
1069
            'accuracy' => 0,
1070
        ],
1071
        [
1072
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15230',
1073
            'name' => 'SPCS83 Puerto Rico & Virgin Islands zone (meter)',
1074
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1075
            'target_crs' => 'urn:ogc:def:crs:EPSG::2866',
1076
            'accuracy' => 0,
1077
        ],
1078
        [
1079
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15304',
1080
            'name' => 'SPCS83 Arizona East zone (international foot)',
1081
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1082
            'target_crs' => 'urn:ogc:def:crs:EPSG::2867',
1083
            'accuracy' => 0,
1084
        ],
1085
        [
1086
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15305',
1087
            'name' => 'SPCS83 Arizona Central zone (international foot)',
1088
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1089
            'target_crs' => 'urn:ogc:def:crs:EPSG::2868',
1090
            'accuracy' => 0,
1091
        ],
1092
        [
1093
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15306',
1094
            'name' => 'SPCS83 Arizona West zone (international foot)',
1095
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1096
            'target_crs' => 'urn:ogc:def:crs:EPSG::2869',
1097
            'accuracy' => 0,
1098
        ],
1099
        [
1100
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15307',
1101
            'name' => 'SPCS83 California zone 1 (US survey foot)',
1102
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1103
            'target_crs' => 'urn:ogc:def:crs:EPSG::2870',
1104
            'accuracy' => 0,
1105
        ],
1106
        [
1107
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15308',
1108
            'name' => 'SPCS83 California zone 2 (US survey foot)',
1109
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1110
            'target_crs' => 'urn:ogc:def:crs:EPSG::2871',
1111
            'accuracy' => 0,
1112
        ],
1113
        [
1114
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15309',
1115
            'name' => 'SPCS83 California zone 3 (US survey foot)',
1116
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1117
            'target_crs' => 'urn:ogc:def:crs:EPSG::2872',
1118
            'accuracy' => 0,
1119
        ],
1120
        [
1121
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15310',
1122
            'name' => 'SPCS83 California zone 4 (US survey foot)',
1123
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1124
            'target_crs' => 'urn:ogc:def:crs:EPSG::2873',
1125
            'accuracy' => 0,
1126
        ],
1127
        [
1128
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15311',
1129
            'name' => 'SPCS83 California zone 5 (US survey foot)',
1130
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1131
            'target_crs' => 'urn:ogc:def:crs:EPSG::2874',
1132
            'accuracy' => 0,
1133
        ],
1134
        [
1135
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15312',
1136
            'name' => 'SPCS83 California zone 6 (US survey foot)',
1137
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1138
            'target_crs' => 'urn:ogc:def:crs:EPSG::2875',
1139
            'accuracy' => 0,
1140
        ],
1141
        [
1142
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15313',
1143
            'name' => 'SPCS83 Colorado North zone (US survey foot)',
1144
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1145
            'target_crs' => 'urn:ogc:def:crs:EPSG::2876',
1146
            'accuracy' => 0,
1147
        ],
1148
        [
1149
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15314',
1150
            'name' => 'SPCS83 Colorado Central zone (US survey foot)',
1151
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1152
            'target_crs' => 'urn:ogc:def:crs:EPSG::2877',
1153
            'accuracy' => 0,
1154
        ],
1155
        [
1156
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15315',
1157
            'name' => 'SPCS83 Colorado South zone (US survey foot)',
1158
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1159
            'target_crs' => 'urn:ogc:def:crs:EPSG::2878',
1160
            'accuracy' => 0,
1161
        ],
1162
        [
1163
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15316',
1164
            'name' => 'SPCS83 Connecticut zone (US survey foot)',
1165
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1166
            'target_crs' => 'urn:ogc:def:crs:EPSG::2879',
1167
            'accuracy' => 0,
1168
        ],
1169
        [
1170
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15317',
1171
            'name' => 'SPCS83 Delaware zone (US survey foot)',
1172
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1173
            'target_crs' => 'urn:ogc:def:crs:EPSG::2880',
1174
            'accuracy' => 0,
1175
        ],
1176
        [
1177
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15318',
1178
            'name' => 'SPCS83 Florida East zone (US survey foot)',
1179
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1180
            'target_crs' => 'urn:ogc:def:crs:EPSG::2881',
1181
            'accuracy' => 0,
1182
        ],
1183
        [
1184
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15319',
1185
            'name' => 'SPCS83 Florida West zone (US survey foot)',
1186
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1187
            'target_crs' => 'urn:ogc:def:crs:EPSG::2882',
1188
            'accuracy' => 0,
1189
        ],
1190
        [
1191
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15320',
1192
            'name' => 'SPCS83 Florida North zone (US survey foot)',
1193
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1194
            'target_crs' => 'urn:ogc:def:crs:EPSG::2883',
1195
            'accuracy' => 0,
1196
        ],
1197
        [
1198
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15321',
1199
            'name' => 'SPCS83 Georgia East zone (US survey foot)',
1200
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1201
            'target_crs' => 'urn:ogc:def:crs:EPSG::2884',
1202
            'accuracy' => 0,
1203
        ],
1204
        [
1205
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15322',
1206
            'name' => 'SPCS83 Georgia West zone (US survey foot)',
1207
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1208
            'target_crs' => 'urn:ogc:def:crs:EPSG::2885',
1209
            'accuracy' => 0,
1210
        ],
1211
        [
1212
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15323',
1213
            'name' => 'SPCS83 Idaho East zone (US survey foot)',
1214
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1215
            'target_crs' => 'urn:ogc:def:crs:EPSG::2886',
1216
            'accuracy' => 0,
1217
        ],
1218
        [
1219
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15324',
1220
            'name' => 'SPCS83 Idaho Central zone (US survey foot)',
1221
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1222
            'target_crs' => 'urn:ogc:def:crs:EPSG::2887',
1223
            'accuracy' => 0,
1224
        ],
1225
        [
1226
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15325',
1227
            'name' => 'SPCS83 Idaho West zone (US survey foot)',
1228
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1229
            'target_crs' => 'urn:ogc:def:crs:EPSG::2888',
1230
            'accuracy' => 0,
1231
        ],
1232
        [
1233
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15328',
1234
            'name' => 'SPCS83 Kentucky North zone (US survey foot)',
1235
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1236
            'target_crs' => 'urn:ogc:def:crs:EPSG::2891',
1237
            'accuracy' => 0,
1238
        ],
1239
        [
1240
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15329',
1241
            'name' => 'SPCS83 Kentucky South zone (US survey foot)',
1242
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1243
            'target_crs' => 'urn:ogc:def:crs:EPSG::2892',
1244
            'accuracy' => 0,
1245
        ],
1246
        [
1247
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15330',
1248
            'name' => 'SPCS83 Maryland zone (US survey foot)',
1249
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1250
            'target_crs' => 'urn:ogc:def:crs:EPSG::2893',
1251
            'accuracy' => 0,
1252
        ],
1253
        [
1254
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15331',
1255
            'name' => 'SPCS83 Massachusetts Mainland zone (US survey foot)',
1256
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1257
            'target_crs' => 'urn:ogc:def:crs:EPSG::2894',
1258
            'accuracy' => 0,
1259
        ],
1260
        [
1261
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15332',
1262
            'name' => 'SPCS83 Massachusetts Island zone (US survey foot)',
1263
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1264
            'target_crs' => 'urn:ogc:def:crs:EPSG::2895',
1265
            'accuracy' => 0,
1266
        ],
1267
        [
1268
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15333',
1269
            'name' => 'SPCS83 Michigan North zone (international foot)',
1270
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1271
            'target_crs' => 'urn:ogc:def:crs:EPSG::2896',
1272
            'accuracy' => 0,
1273
        ],
1274
        [
1275
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15334',
1276
            'name' => 'SPCS83 Michigan Central zone (international foot)',
1277
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1278
            'target_crs' => 'urn:ogc:def:crs:EPSG::2897',
1279
            'accuracy' => 0,
1280
        ],
1281
        [
1282
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15335',
1283
            'name' => 'SPCS83 Michigan South zone (international foot)',
1284
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1285
            'target_crs' => 'urn:ogc:def:crs:EPSG::2898',
1286
            'accuracy' => 0,
1287
        ],
1288
        [
1289
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15336',
1290
            'name' => 'SPCS83 Mississippi East zone (US survey foot)',
1291
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1292
            'target_crs' => 'urn:ogc:def:crs:EPSG::2899',
1293
            'accuracy' => 0,
1294
        ],
1295
        [
1296
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15337',
1297
            'name' => 'SPCS83 Mississippi West zone (US survey foot)',
1298
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1299
            'target_crs' => 'urn:ogc:def:crs:EPSG::2900',
1300
            'accuracy' => 0,
1301
        ],
1302
        [
1303
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15338',
1304
            'name' => 'SPCS83 Montana zone (international foot)',
1305
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1306
            'target_crs' => 'urn:ogc:def:crs:EPSG::2901',
1307
            'accuracy' => 0,
1308
        ],
1309
        [
1310
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15339',
1311
            'name' => 'SPCS83 New Mexico East zone (US survey foot)',
1312
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1313
            'target_crs' => 'urn:ogc:def:crs:EPSG::2902',
1314
            'accuracy' => 0,
1315
        ],
1316
        [
1317
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15340',
1318
            'name' => 'SPCS83 New Mexico Central zone (US survey foot)',
1319
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1320
            'target_crs' => 'urn:ogc:def:crs:EPSG::2903',
1321
            'accuracy' => 0,
1322
        ],
1323
        [
1324
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15341',
1325
            'name' => 'SPCS83 New Mexico West zone (US survey foot)',
1326
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1327
            'target_crs' => 'urn:ogc:def:crs:EPSG::2904',
1328
            'accuracy' => 0,
1329
        ],
1330
        [
1331
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15342',
1332
            'name' => 'SPCS83 New York East zone (US survey foot)',
1333
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1334
            'target_crs' => 'urn:ogc:def:crs:EPSG::2905',
1335
            'accuracy' => 0,
1336
        ],
1337
        [
1338
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15343',
1339
            'name' => 'SPCS83 New York Central zone (US survey foot)',
1340
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1341
            'target_crs' => 'urn:ogc:def:crs:EPSG::2906',
1342
            'accuracy' => 0,
1343
        ],
1344
        [
1345
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15344',
1346
            'name' => 'SPCS83 New York West zone (US survey foot)',
1347
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1348
            'target_crs' => 'urn:ogc:def:crs:EPSG::2907',
1349
            'accuracy' => 0,
1350
        ],
1351
        [
1352
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15345',
1353
            'name' => 'SPCS83 New York Long Island zone (US survey foot)',
1354
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1355
            'target_crs' => 'urn:ogc:def:crs:EPSG::2908',
1356
            'accuracy' => 0,
1357
        ],
1358
        [
1359
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15347',
1360
            'name' => 'SPCS83 North Dakota North zone (international foot)',
1361
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1362
            'target_crs' => 'urn:ogc:def:crs:EPSG::2909',
1363
            'accuracy' => 0,
1364
        ],
1365
        [
1366
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15348',
1367
            'name' => 'SPCS83 North Dakota South zone (international foot)',
1368
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1369
            'target_crs' => 'urn:ogc:def:crs:EPSG::2910',
1370
            'accuracy' => 0,
1371
        ],
1372
        [
1373
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15349',
1374
            'name' => 'SPCS83 Oklahoma North zone (US survey foot)',
1375
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1376
            'target_crs' => 'urn:ogc:def:crs:EPSG::2911',
1377
            'accuracy' => 0,
1378
        ],
1379
        [
1380
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15350',
1381
            'name' => 'SPCS83 Oklahoma South zone (US survey foot)',
1382
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1383
            'target_crs' => 'urn:ogc:def:crs:EPSG::2912',
1384
            'accuracy' => 0,
1385
        ],
1386
        [
1387
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15351',
1388
            'name' => 'SPCS83 Oregon North zone (international foot)',
1389
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1390
            'target_crs' => 'urn:ogc:def:crs:EPSG::2913',
1391
            'accuracy' => 0,
1392
        ],
1393
        [
1394
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15352',
1395
            'name' => 'SPCS83 Oregon South zone (international foot)',
1396
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1397
            'target_crs' => 'urn:ogc:def:crs:EPSG::2914',
1398
            'accuracy' => 0,
1399
        ],
1400
        [
1401
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15356',
1402
            'name' => 'SPCS83 Tennessee zone (US survey foot)',
1403
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1404
            'target_crs' => 'urn:ogc:def:crs:EPSG::2915',
1405
            'accuracy' => 0,
1406
        ],
1407
        [
1408
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15357',
1409
            'name' => 'SPCS83 Texas North zone (US survey foot)',
1410
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1411
            'target_crs' => 'urn:ogc:def:crs:EPSG::2916',
1412
            'accuracy' => 0,
1413
        ],
1414
        [
1415
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15358',
1416
            'name' => 'SPCS83 Texas North Central zone (US survey foot)',
1417
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1418
            'target_crs' => 'urn:ogc:def:crs:EPSG::2917',
1419
            'accuracy' => 0,
1420
        ],
1421
        [
1422
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15359',
1423
            'name' => 'SPCS83 Texas Central zone (US survey foot)',
1424
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1425
            'target_crs' => 'urn:ogc:def:crs:EPSG::2918',
1426
            'accuracy' => 0,
1427
        ],
1428
        [
1429
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15360',
1430
            'name' => 'SPCS83 Texas South Central zone (US survey foot)',
1431
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1432
            'target_crs' => 'urn:ogc:def:crs:EPSG::2919',
1433
            'accuracy' => 0,
1434
        ],
1435
        [
1436
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15361',
1437
            'name' => 'SPCS83 Texas South zone (US survey foot)',
1438
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1439
            'target_crs' => 'urn:ogc:def:crs:EPSG::2920',
1440
            'accuracy' => 0,
1441
        ],
1442
        [
1443
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15362',
1444
            'name' => 'SPCS83 Utah North zone (international foot)',
1445
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1446
            'target_crs' => 'urn:ogc:def:crs:EPSG::2921',
1447
            'accuracy' => 0,
1448
        ],
1449
        [
1450
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15363',
1451
            'name' => 'SPCS83 Utah Central zone (international foot)',
1452
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1453
            'target_crs' => 'urn:ogc:def:crs:EPSG::2922',
1454
            'accuracy' => 0,
1455
        ],
1456
        [
1457
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15364',
1458
            'name' => 'SPCS83 Utah South zone (international foot)',
1459
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1460
            'target_crs' => 'urn:ogc:def:crs:EPSG::2923',
1461
            'accuracy' => 0,
1462
        ],
1463
        [
1464
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15365',
1465
            'name' => 'SPCS83 Virginia North zone (US survey foot)',
1466
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1467
            'target_crs' => 'urn:ogc:def:crs:EPSG::2924',
1468
            'accuracy' => 0,
1469
        ],
1470
        [
1471
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15366',
1472
            'name' => 'SPCS83 Virginia South zone (US survey foot)',
1473
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1474
            'target_crs' => 'urn:ogc:def:crs:EPSG::2925',
1475
            'accuracy' => 0,
1476
        ],
1477
        [
1478
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15367',
1479
            'name' => 'SPCS83 Washington North zone (US survey foot)',
1480
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1481
            'target_crs' => 'urn:ogc:def:crs:EPSG::2926',
1482
            'accuracy' => 0,
1483
        ],
1484
        [
1485
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15368',
1486
            'name' => 'SPCS83 Washington South zone (US survey foot)',
1487
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1488
            'target_crs' => 'urn:ogc:def:crs:EPSG::2927',
1489
            'accuracy' => 0,
1490
        ],
1491
        [
1492
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15369',
1493
            'name' => 'SPCS83 Wisconsin North zone (US survey foot)',
1494
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1495
            'target_crs' => 'urn:ogc:def:crs:EPSG::2928',
1496
            'accuracy' => 0,
1497
        ],
1498
        [
1499
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15370',
1500
            'name' => 'SPCS83 Wisconsin Central zone (US survey foot)',
1501
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1502
            'target_crs' => 'urn:ogc:def:crs:EPSG::2929',
1503
            'accuracy' => 0,
1504
        ],
1505
        [
1506
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15371',
1507
            'name' => 'SPCS83 Wisconsin South zone (US survey foot)',
1508
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1509
            'target_crs' => 'urn:ogc:def:crs:EPSG::2930',
1510
            'accuracy' => 0,
1511
        ],
1512
        [
1513
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15372',
1514
            'name' => 'SPCS83 Indiana East zone (US survey foot)',
1515
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1516
            'target_crs' => 'urn:ogc:def:crs:EPSG::2967',
1517
            'accuracy' => 0,
1518
        ],
1519
        [
1520
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15373',
1521
            'name' => 'SPCS83 Indiana West zone (US survey foot)',
1522
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1523
            'target_crs' => 'urn:ogc:def:crs:EPSG::2968',
1524
            'accuracy' => 0,
1525
        ],
1526
        [
1527
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13633',
1528
            'name' => 'Oregon Lambert (meter)',
1529
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1530
            'target_crs' => 'urn:ogc:def:crs:EPSG::2993',
1531
            'accuracy' => 0,
1532
        ],
1533
        [
1534
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15374',
1535
            'name' => 'Oregon GIC Lambert (international foot)',
1536
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1537
            'target_crs' => 'urn:ogc:def:crs:EPSG::2994',
1538
            'accuracy' => 0,
1539
        ],
1540
        [
1541
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14841',
1542
            'name' => 'Wisconsin Transverse Mercator 83',
1543
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1544
            'target_crs' => 'urn:ogc:def:crs:EPSG::3071',
1545
            'accuracy' => 0,
1546
        ],
1547
        [
1548
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11851',
1549
            'name' => 'Maine CS2000 East zone (meter)',
1550
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1551
            'target_crs' => 'urn:ogc:def:crs:EPSG::3075',
1552
            'accuracy' => 0,
1553
        ],
1554
        [
1555
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11853',
1556
            'name' => 'Maine CS2000 West zone (meter)',
1557
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1558
            'target_crs' => 'urn:ogc:def:crs:EPSG::3077',
1559
            'accuracy' => 0,
1560
        ],
1561
        [
1562
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12150',
1563
            'name' => 'Michigan Oblique Mercator (meter)',
1564
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1565
            'target_crs' => 'urn:ogc:def:crs:EPSG::3079',
1566
            'accuracy' => 0,
1567
        ],
1568
        [
1569
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14253',
1570
            'name' => 'Texas Centric Lambert Conformal',
1571
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1572
            'target_crs' => 'urn:ogc:def:crs:EPSG::3084',
1573
            'accuracy' => 0,
1574
        ],
1575
        [
1576
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14254',
1577
            'name' => 'Texas Centric Albers Equal Area',
1578
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1579
            'target_crs' => 'urn:ogc:def:crs:EPSG::3085',
1580
            'accuracy' => 0,
1581
        ],
1582
        [
1583
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10934',
1584
            'name' => 'Florida GDL Albers (meter)',
1585
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1586
            'target_crs' => 'urn:ogc:def:crs:EPSG::3087',
1587
            'accuracy' => 0,
1588
        ],
1589
        [
1590
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11630',
1591
            'name' => 'SPCS83 Kentucky Single Zone (meter)',
1592
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1593
            'target_crs' => 'urn:ogc:def:crs:EPSG::3090',
1594
            'accuracy' => 0,
1595
        ],
1596
        [
1597
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15375',
1598
            'name' => 'SPCS83 Kentucky Single Zone (US survey foot)',
1599
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1600
            'target_crs' => 'urn:ogc:def:crs:EPSG::3091',
1601
            'accuracy' => 0,
1602
        ],
1603
        [
1604
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10420',
1605
            'name' => 'California Albers',
1606
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1607
            'target_crs' => 'urn:ogc:def:crs:EPSG::3311',
1608
            'accuracy' => 0,
1609
        ],
1610
        [
1611
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13230',
1612
            'name' => 'SPCS83 North Carolina zone (meter)',
1613
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1614
            'target_crs' => 'urn:ogc:def:crs:EPSG::3358',
1615
            'accuracy' => 0,
1616
        ],
1617
        [
1618
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13930',
1619
            'name' => 'SPCS83 South Carolina zone (meter)',
1620
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1621
            'target_crs' => 'urn:ogc:def:crs:EPSG::3360',
1622
            'accuracy' => 0,
1623
        ],
1624
        [
1625
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15355',
1626
            'name' => 'SPCS83 South Carolina zone (international foot)',
1627
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1628
            'target_crs' => 'urn:ogc:def:crs:EPSG::3361',
1629
            'accuracy' => 0,
1630
        ],
1631
        [
1632
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13731',
1633
            'name' => 'SPCS83 Pennsylvania North zone (meter)',
1634
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1635
            'target_crs' => 'urn:ogc:def:crs:EPSG::3362',
1636
            'accuracy' => 0,
1637
        ],
1638
        [
1639
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15353',
1640
            'name' => 'SPCS83 Pennsylvania North zone (US survey foot)',
1641
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1642
            'target_crs' => 'urn:ogc:def:crs:EPSG::3363',
1643
            'accuracy' => 0,
1644
        ],
1645
        [
1646
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13732',
1647
            'name' => 'SPCS83 Pennsylvania South zone (meter)',
1648
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1649
            'target_crs' => 'urn:ogc:def:crs:EPSG::3364',
1650
            'accuracy' => 0,
1651
        ],
1652
        [
1653
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15354',
1654
            'name' => 'SPCS83 Pennsylvania South zone (US survey foot)',
1655
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1656
            'target_crs' => 'urn:ogc:def:crs:EPSG::3365',
1657
            'accuracy' => 0,
1658
        ],
1659
        [
1660
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15346',
1661
            'name' => 'SPCS83 North Carolina zone (US survey foot)',
1662
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1663
            'target_crs' => 'urn:ogc:def:crs:EPSG::3404',
1664
            'accuracy' => 0,
1665
        ],
1666
        [
1667
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15377',
1668
            'name' => 'SPCS83 Iowa North zone (US survey foot)',
1669
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1670
            'target_crs' => 'urn:ogc:def:crs:EPSG::3425',
1671
            'accuracy' => 0,
1672
        ],
1673
        [
1674
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15378',
1675
            'name' => 'SPCS83 Iowa South zone (US survey foot)',
1676
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1677
            'target_crs' => 'urn:ogc:def:crs:EPSG::3426',
1678
            'accuracy' => 0,
1679
        ],
1680
        [
1681
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15379',
1682
            'name' => 'SPCS83 Kansas North zone (US survey foot)',
1683
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1684
            'target_crs' => 'urn:ogc:def:crs:EPSG::3427',
1685
            'accuracy' => 0,
1686
        ],
1687
        [
1688
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15380',
1689
            'name' => 'SPCS83 Kansas South zone (US survey foot)',
1690
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1691
            'target_crs' => 'urn:ogc:def:crs:EPSG::3428',
1692
            'accuracy' => 0,
1693
        ],
1694
        [
1695
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15381',
1696
            'name' => 'SPCS83 Nevada East zone (US survey foot)',
1697
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1698
            'target_crs' => 'urn:ogc:def:crs:EPSG::3429',
1699
            'accuracy' => 0,
1700
        ],
1701
        [
1702
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15382',
1703
            'name' => 'SPCS83 Nevada Central zone (US survey foot)',
1704
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1705
            'target_crs' => 'urn:ogc:def:crs:EPSG::3430',
1706
            'accuracy' => 0,
1707
        ],
1708
        [
1709
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15383',
1710
            'name' => 'SPCS83 Nevada West zone (US survey foot)',
1711
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1712
            'target_crs' => 'urn:ogc:def:crs:EPSG::3431',
1713
            'accuracy' => 0,
1714
        ],
1715
        [
1716
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15384',
1717
            'name' => 'SPCS83 New Jersey zone (US survey foot)',
1718
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1719
            'target_crs' => 'urn:ogc:def:crs:EPSG::3432',
1720
            'accuracy' => 0,
1721
        ],
1722
        [
1723
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15385',
1724
            'name' => 'SPCS83 Arkansas North zone (US survey foot)',
1725
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1726
            'target_crs' => 'urn:ogc:def:crs:EPSG::3441',
1727
            'accuracy' => 0,
1728
        ],
1729
        [
1730
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15386',
1731
            'name' => 'SPCS83 Arkansas South zone (US survey foot)',
1732
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1733
            'target_crs' => 'urn:ogc:def:crs:EPSG::3442',
1734
            'accuracy' => 0,
1735
        ],
1736
        [
1737
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15387',
1738
            'name' => 'SPCS83 Illinois East zone (US survey foot)',
1739
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1740
            'target_crs' => 'urn:ogc:def:crs:EPSG::3443',
1741
            'accuracy' => 0,
1742
        ],
1743
        [
1744
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15388',
1745
            'name' => 'SPCS83 Illinois West zone (US survey foot)',
1746
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1747
            'target_crs' => 'urn:ogc:def:crs:EPSG::3444',
1748
            'accuracy' => 0,
1749
        ],
1750
        [
1751
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15389',
1752
            'name' => 'SPCS83 New Hampshire zone (US survey foot)',
1753
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1754
            'target_crs' => 'urn:ogc:def:crs:EPSG::3445',
1755
            'accuracy' => 0,
1756
        ],
1757
        [
1758
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15390',
1759
            'name' => 'SPCS83 Rhode Island zone (US survey foot)',
1760
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1761
            'target_crs' => 'urn:ogc:def:crs:EPSG::3446',
1762
            'accuracy' => 0,
1763
        ],
1764
        [
1765
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15391',
1766
            'name' => 'SPCS83 Louisiana North zone (US survey foot)',
1767
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1768
            'target_crs' => 'urn:ogc:def:crs:EPSG::3456',
1769
            'accuracy' => 0,
1770
        ],
1771
        [
1772
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15392',
1773
            'name' => 'SPCS83 Louisiana South zone (US survey foot)',
1774
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1775
            'target_crs' => 'urn:ogc:def:crs:EPSG::3457',
1776
            'accuracy' => 0,
1777
        ],
1778
        [
1779
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15394',
1780
            'name' => 'SPCS83 South Dakota North zone (US survey foot)',
1781
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1782
            'target_crs' => 'urn:ogc:def:crs:EPSG::3458',
1783
            'accuracy' => 0,
1784
        ],
1785
        [
1786
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15395',
1787
            'name' => 'SPCS83 South Dakota South zone (US survey foot)',
1788
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1789
            'target_crs' => 'urn:ogc:def:crs:EPSG::3459',
1790
            'accuracy' => 0,
1791
        ],
1792
        [
1793
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11854',
1794
            'name' => 'Maine CS2000 Central zone (meter)',
1795
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1796
            'target_crs' => 'urn:ogc:def:crs:EPSG::3464',
1797
            'accuracy' => 0,
1798
        ],
1799
        [
1800
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15297',
1801
            'name' => 'SPCS83 Utah North zone (US survey foot)',
1802
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1803
            'target_crs' => 'urn:ogc:def:crs:EPSG::3568',
1804
            'accuracy' => 0,
1805
        ],
1806
        [
1807
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15298',
1808
            'name' => 'SPCS83 Utah Central zone (US survey foot)',
1809
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1810
            'target_crs' => 'urn:ogc:def:crs:EPSG::3569',
1811
            'accuracy' => 0,
1812
        ],
1813
        [
1814
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15299',
1815
            'name' => 'SPCS83 Utah South zone (US survey foot)',
1816
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1817
            'target_crs' => 'urn:ogc:def:crs:EPSG::3570',
1818
            'accuracy' => 0,
1819
        ],
1820
        [
1821
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13433',
1822
            'name' => 'SPCS83 Ohio North zone (US survey foot)',
1823
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1824
            'target_crs' => 'urn:ogc:def:crs:EPSG::3753',
1825
            'accuracy' => 0,
1826
        ],
1827
        [
1828
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13434',
1829
            'name' => 'SPCS83 Ohio South zone (US survey foot)',
1830
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1831
            'target_crs' => 'urn:ogc:def:crs:EPSG::3754',
1832
            'accuracy' => 0,
1833
        ],
1834
        [
1835
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14935',
1836
            'name' => 'SPCS83 Wyoming East zone (US survey foot)',
1837
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1838
            'target_crs' => 'urn:ogc:def:crs:EPSG::3755',
1839
            'accuracy' => 0,
1840
        ],
1841
        [
1842
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14936',
1843
            'name' => 'SPCS83 Wyoming East Central zone (US survey foot)',
1844
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1845
            'target_crs' => 'urn:ogc:def:crs:EPSG::3756',
1846
            'accuracy' => 0,
1847
        ],
1848
        [
1849
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14937',
1850
            'name' => 'SPCS83 Wyoming West Central zone (US survey foot)',
1851
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1852
            'target_crs' => 'urn:ogc:def:crs:EPSG::3757',
1853
            'accuracy' => 0,
1854
        ],
1855
        [
1856
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14938',
1857
            'name' => 'SPCS83 Wyoming West zone (US survey foot)',
1858
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1859
            'target_crs' => 'urn:ogc:def:crs:EPSG::3758',
1860
            'accuracy' => 0,
1861
        ],
1862
        [
1863
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15138',
1864
            'name' => 'SPCS83 Hawaii zone 3 (US survey foot)',
1865
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1866
            'target_crs' => 'urn:ogc:def:crs:EPSG::3760',
1867
            'accuracy' => 0,
1868
        ],
1869
        [
1870
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::3813',
1871
            'name' => 'Mississippi Transverse Mercator',
1872
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1873
            'target_crs' => 'urn:ogc:def:crs:EPSG::3815',
1874
            'accuracy' => 0,
1875
        ],
1876
        [
1877
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::3967',
1878
            'name' => 'Virginia Lambert Conic Conformal',
1879
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1880
            'target_crs' => 'urn:ogc:def:crs:EPSG::3969',
1881
            'accuracy' => 0,
1882
        ],
1883
        [
1884
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1580',
1885
            'name' => 'NAD83(HARN) to WGS 84 (1)',
1886
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1887
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
1888
            'accuracy' => 2.0,
1889
        ],
1890
        [
1891
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1901',
1892
            'name' => 'NAD83(HARN) to WGS 84 (3)',
1893
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1894
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
1895
            'accuracy' => 1.0,
1896
        ],
1897
        [
1898
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4461',
1899
            'name' => 'NAD83(HARN) to NAD83(NSRS2007) (1)',
1900
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1901
            'target_crs' => 'urn:ogc:def:crs:EPSG::4759',
1902
            'accuracy' => 0.1,
1903
        ],
1904
        [
1905
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8551',
1906
            'name' => 'NAD83(HARN) to NAD83(NSRS2007) (2)',
1907
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1908
            'target_crs' => 'urn:ogc:def:crs:EPSG::4759',
1909
            'accuracy' => 0.05,
1910
        ],
1911
        [
1912
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5068',
1913
            'name' => 'Conus Albers',
1914
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1915
            'target_crs' => 'urn:ogc:def:crs:EPSG::5071',
1916
            'accuracy' => 0,
1917
        ],
1918
        [
1919
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5645',
1920
            'name' => 'SPCS83 Vermont zone (US survey foot)',
1921
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1922
            'target_crs' => 'urn:ogc:def:crs:EPSG::5654',
1923
            'accuracy' => 0,
1924
        ],
1925
        [
1926
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8661',
1927
            'name' => 'NAD83(HARN) to NAD83(PA11) (1)',
1928
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1929
            'target_crs' => 'urn:ogc:def:crs:EPSG::6322',
1930
            'accuracy' => 0.05,
1931
        ],
1932
        [
1933
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7386',
1934
            'name' => 'WISCRS Florence County (m)',
1935
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1936
            'target_crs' => 'urn:ogc:def:crs:EPSG::8090',
1937
            'accuracy' => 0,
1938
        ],
1939
        [
1940
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7387',
1941
            'name' => 'WISCRS Florence County (ftUS)',
1942
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1943
            'target_crs' => 'urn:ogc:def:crs:EPSG::8091',
1944
            'accuracy' => 0,
1945
        ],
1946
        [
1947
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7440',
1948
            'name' => 'WISCRS Eau Claire County (m)',
1949
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1950
            'target_crs' => 'urn:ogc:def:crs:EPSG::8092',
1951
            'accuracy' => 0,
1952
        ],
1953
        [
1954
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7441',
1955
            'name' => 'WISCRS Eau Claire County (ftUS)',
1956
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1957
            'target_crs' => 'urn:ogc:def:crs:EPSG::8093',
1958
            'accuracy' => 0,
1959
        ],
1960
        [
1961
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7482',
1962
            'name' => 'WISCRS Wood County (m)',
1963
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1964
            'target_crs' => 'urn:ogc:def:crs:EPSG::8095',
1965
            'accuracy' => 0,
1966
        ],
1967
        [
1968
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7483',
1969
            'name' => 'WISCRS Wood County (ftUS)',
1970
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1971
            'target_crs' => 'urn:ogc:def:crs:EPSG::8096',
1972
            'accuracy' => 0,
1973
        ],
1974
        [
1975
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7526',
1976
            'name' => 'WISCRS Waushara County (m)',
1977
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1978
            'target_crs' => 'urn:ogc:def:crs:EPSG::8097',
1979
            'accuracy' => 0,
1980
        ],
1981
        [
1982
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7527',
1983
            'name' => 'WISCRS Waushara County (ftUS)',
1984
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1985
            'target_crs' => 'urn:ogc:def:crs:EPSG::8098',
1986
            'accuracy' => 0,
1987
        ],
1988
        [
1989
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7480',
1990
            'name' => 'WISCRS Waupaca County (m)',
1991
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1992
            'target_crs' => 'urn:ogc:def:crs:EPSG::8099',
1993
            'accuracy' => 0,
1994
        ],
1995
        [
1996
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7481',
1997
            'name' => 'WISCRS Waupaca County (ftUS)',
1998
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
1999
            'target_crs' => 'urn:ogc:def:crs:EPSG::8100',
2000
            'accuracy' => 0,
2001
        ],
2002
        [
2003
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7524',
2004
            'name' => 'WISCRS Waukesha County (m)',
2005
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2006
            'target_crs' => 'urn:ogc:def:crs:EPSG::8101',
2007
            'accuracy' => 0,
2008
        ],
2009
        [
2010
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7525',
2011
            'name' => 'WISCRS Waukesha County (ftUS)',
2012
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2013
            'target_crs' => 'urn:ogc:def:crs:EPSG::8102',
2014
            'accuracy' => 0,
2015
        ],
2016
        [
2017
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7522',
2018
            'name' => 'WISCRS Washington County (m)',
2019
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2020
            'target_crs' => 'urn:ogc:def:crs:EPSG::8103',
2021
            'accuracy' => 0,
2022
        ],
2023
        [
2024
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7523',
2025
            'name' => 'WISCRS Washington County (ftUS)',
2026
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2027
            'target_crs' => 'urn:ogc:def:crs:EPSG::8104',
2028
            'accuracy' => 0,
2029
        ],
2030
        [
2031
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7424',
2032
            'name' => 'WISCRS Washburn County (m)',
2033
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2034
            'target_crs' => 'urn:ogc:def:crs:EPSG::8105',
2035
            'accuracy' => 0,
2036
        ],
2037
        [
2038
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7425',
2039
            'name' => 'WISCRS Washburn County (ftUS)',
2040
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2041
            'target_crs' => 'urn:ogc:def:crs:EPSG::8106',
2042
            'accuracy' => 0,
2043
        ],
2044
        [
2045
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7520',
2046
            'name' => 'WISCRS Walworth County (m)',
2047
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2048
            'target_crs' => 'urn:ogc:def:crs:EPSG::8107',
2049
            'accuracy' => 0,
2050
        ],
2051
        [
2052
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7521',
2053
            'name' => 'WISCRS Walworth County (ftUS)',
2054
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2055
            'target_crs' => 'urn:ogc:def:crs:EPSG::8108',
2056
            'accuracy' => 0,
2057
        ],
2058
        [
2059
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7398',
2060
            'name' => 'WISCRS Vilas County (m)',
2061
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2062
            'target_crs' => 'urn:ogc:def:crs:EPSG::8109',
2063
            'accuracy' => 0,
2064
        ],
2065
        [
2066
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7399',
2067
            'name' => 'WISCRS Vilas County (ftUS)',
2068
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2069
            'target_crs' => 'urn:ogc:def:crs:EPSG::8110',
2070
            'accuracy' => 0,
2071
        ],
2072
        [
2073
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7518',
2074
            'name' => 'WISCRS Vernon County (m)',
2075
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2076
            'target_crs' => 'urn:ogc:def:crs:EPSG::8111',
2077
            'accuracy' => 0,
2078
        ],
2079
        [
2080
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7519',
2081
            'name' => 'WISCRS Vernon County (ftUS)',
2082
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2083
            'target_crs' => 'urn:ogc:def:crs:EPSG::8112',
2084
            'accuracy' => 0,
2085
        ],
2086
        [
2087
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7478',
2088
            'name' => 'WISCRS Trempealeau County (m)',
2089
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2090
            'target_crs' => 'urn:ogc:def:crs:EPSG::8113',
2091
            'accuracy' => 0,
2092
        ],
2093
        [
2094
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7479',
2095
            'name' => 'WISCRS Trempealeau County (ftUS)',
2096
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2097
            'target_crs' => 'urn:ogc:def:crs:EPSG::8114',
2098
            'accuracy' => 0,
2099
        ],
2100
        [
2101
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7476',
2102
            'name' => 'WISCRS Taylor County (m)',
2103
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2104
            'target_crs' => 'urn:ogc:def:crs:EPSG::8115',
2105
            'accuracy' => 0,
2106
        ],
2107
        [
2108
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7477',
2109
            'name' => 'WISCRS Taylor County (ftUS)',
2110
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2111
            'target_crs' => 'urn:ogc:def:crs:EPSG::8116',
2112
            'accuracy' => 0,
2113
        ],
2114
        [
2115
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7474',
2116
            'name' => 'WISCRS St. Croix County (m)',
2117
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2118
            'target_crs' => 'urn:ogc:def:crs:EPSG::8117',
2119
            'accuracy' => 0,
2120
        ],
2121
        [
2122
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7475',
2123
            'name' => 'WISCRS St. Croix County (ftUS)',
2124
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2125
            'target_crs' => 'urn:ogc:def:crs:EPSG::8118',
2126
            'accuracy' => 0,
2127
        ],
2128
        [
2129
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7472',
2130
            'name' => 'WISCRS Shawano County (m)',
2131
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2132
            'target_crs' => 'urn:ogc:def:crs:EPSG::8119',
2133
            'accuracy' => 0,
2134
        ],
2135
        [
2136
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7473',
2137
            'name' => 'WISCRS Shawano County (ftUS)',
2138
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2139
            'target_crs' => 'urn:ogc:def:crs:EPSG::8120',
2140
            'accuracy' => 0,
2141
        ],
2142
        [
2143
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7396',
2144
            'name' => 'WISCRS Sawyer County (m)',
2145
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2146
            'target_crs' => 'urn:ogc:def:crs:EPSG::8121',
2147
            'accuracy' => 0,
2148
        ],
2149
        [
2150
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7397',
2151
            'name' => 'WISCRS Sawyer County (ftUS)',
2152
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2153
            'target_crs' => 'urn:ogc:def:crs:EPSG::8122',
2154
            'accuracy' => 0,
2155
        ],
2156
        [
2157
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7516',
2158
            'name' => 'WISCRS Sauk County (m)',
2159
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2160
            'target_crs' => 'urn:ogc:def:crs:EPSG::8123',
2161
            'accuracy' => 0,
2162
        ],
2163
        [
2164
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7517',
2165
            'name' => 'WISCRS Sauk County (ftUS)',
2166
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2167
            'target_crs' => 'urn:ogc:def:crs:EPSG::8124',
2168
            'accuracy' => 0,
2169
        ],
2170
        [
2171
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7470',
2172
            'name' => 'WISCRS Rusk County (m)',
2173
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2174
            'target_crs' => 'urn:ogc:def:crs:EPSG::8125',
2175
            'accuracy' => 0,
2176
        ],
2177
        [
2178
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7471',
2179
            'name' => 'WISCRS Rusk County (ftUS)',
2180
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2181
            'target_crs' => 'urn:ogc:def:crs:EPSG::8126',
2182
            'accuracy' => 0,
2183
        ],
2184
        [
2185
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7514',
2186
            'name' => 'WISCRS Rock County (m)',
2187
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2188
            'target_crs' => 'urn:ogc:def:crs:EPSG::8127',
2189
            'accuracy' => 0,
2190
        ],
2191
        [
2192
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7515',
2193
            'name' => 'WISCRS Rock County (ftUS)',
2194
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2195
            'target_crs' => 'urn:ogc:def:crs:EPSG::8128',
2196
            'accuracy' => 0,
2197
        ],
2198
        [
2199
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7512',
2200
            'name' => 'WISCRS Richland County (m)',
2201
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2202
            'target_crs' => 'urn:ogc:def:crs:EPSG::8129',
2203
            'accuracy' => 0,
2204
        ],
2205
        [
2206
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7513',
2207
            'name' => 'WISCRS Richland County (ftUS)',
2208
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2209
            'target_crs' => 'urn:ogc:def:crs:EPSG::8130',
2210
            'accuracy' => 0,
2211
        ],
2212
        [
2213
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7394',
2214
            'name' => 'WISCRS Price County (m)',
2215
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2216
            'target_crs' => 'urn:ogc:def:crs:EPSG::8131',
2217
            'accuracy' => 0,
2218
        ],
2219
        [
2220
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7395',
2221
            'name' => 'WISCRS Price County (ftUS)',
2222
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2223
            'target_crs' => 'urn:ogc:def:crs:EPSG::8132',
2224
            'accuracy' => 0,
2225
        ],
2226
        [
2227
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7468',
2228
            'name' => 'WISCRS Portage County (m)',
2229
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2230
            'target_crs' => 'urn:ogc:def:crs:EPSG::8133',
2231
            'accuracy' => 0,
2232
        ],
2233
        [
2234
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7469',
2235
            'name' => 'WISCRS Portage County (ftUS)',
2236
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2237
            'target_crs' => 'urn:ogc:def:crs:EPSG::8134',
2238
            'accuracy' => 0,
2239
        ],
2240
        [
2241
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7466',
2242
            'name' => 'WISCRS Polk County (m)',
2243
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2244
            'target_crs' => 'urn:ogc:def:crs:EPSG::8135',
2245
            'accuracy' => 0,
2246
        ],
2247
        [
2248
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7467',
2249
            'name' => 'WISCRS Polk County (ftUS)',
2250
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2251
            'target_crs' => 'urn:ogc:def:crs:EPSG::8136',
2252
            'accuracy' => 0,
2253
        ],
2254
        [
2255
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7464',
2256
            'name' => 'WISCRS Pepin and Pierce Counties (m)',
2257
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2258
            'target_crs' => 'urn:ogc:def:crs:EPSG::8137',
2259
            'accuracy' => 0,
2260
        ],
2261
        [
2262
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7465',
2263
            'name' => 'WISCRS Pepin and Pierce Counties (ftUS)',
2264
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2265
            'target_crs' => 'urn:ogc:def:crs:EPSG::8138',
2266
            'accuracy' => 0,
2267
        ],
2268
        [
2269
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7392',
2270
            'name' => 'WISCRS Oneida County (m)',
2271
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2272
            'target_crs' => 'urn:ogc:def:crs:EPSG::8139',
2273
            'accuracy' => 0,
2274
        ],
2275
        [
2276
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7393',
2277
            'name' => 'WISCRS Oneida County (ftUS)',
2278
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2279
            'target_crs' => 'urn:ogc:def:crs:EPSG::8140',
2280
            'accuracy' => 0,
2281
        ],
2282
        [
2283
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7462',
2284
            'name' => 'WISCRS Oconto County (m)',
2285
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2286
            'target_crs' => 'urn:ogc:def:crs:EPSG::8141',
2287
            'accuracy' => 0,
2288
        ],
2289
        [
2290
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7463',
2291
            'name' => 'WISCRS Oconto County (ftUS)',
2292
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2293
            'target_crs' => 'urn:ogc:def:crs:EPSG::8142',
2294
            'accuracy' => 0,
2295
        ],
2296
        [
2297
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7510',
2298
            'name' => 'WISCRS Monroe County (m)',
2299
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2300
            'target_crs' => 'urn:ogc:def:crs:EPSG::8143',
2301
            'accuracy' => 0,
2302
        ],
2303
        [
2304
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7511',
2305
            'name' => 'WISCRS Monroe County (ftUS)',
2306
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2307
            'target_crs' => 'urn:ogc:def:crs:EPSG::8144',
2308
            'accuracy' => 0,
2309
        ],
2310
        [
2311
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7460',
2312
            'name' => 'WISCRS Menominee County (m)',
2313
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2314
            'target_crs' => 'urn:ogc:def:crs:EPSG::8145',
2315
            'accuracy' => 0,
2316
        ],
2317
        [
2318
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7461',
2319
            'name' => 'WISCRS Menominee County (ftUS)',
2320
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2321
            'target_crs' => 'urn:ogc:def:crs:EPSG::8146',
2322
            'accuracy' => 0,
2323
        ],
2324
        [
2325
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7458',
2326
            'name' => 'WISCRS Marinette County (m)',
2327
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2328
            'target_crs' => 'urn:ogc:def:crs:EPSG::8147',
2329
            'accuracy' => 0,
2330
        ],
2331
        [
2332
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7459',
2333
            'name' => 'WISCRS Marinette County (ftUS)',
2334
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2335
            'target_crs' => 'urn:ogc:def:crs:EPSG::8148',
2336
            'accuracy' => 0,
2337
        ],
2338
        [
2339
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7456',
2340
            'name' => 'WISCRS Marathon County (m)',
2341
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2342
            'target_crs' => 'urn:ogc:def:crs:EPSG::8149',
2343
            'accuracy' => 0,
2344
        ],
2345
        [
2346
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7457',
2347
            'name' => 'WISCRS Marathon County (ftUS)',
2348
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2349
            'target_crs' => 'urn:ogc:def:crs:EPSG::8150',
2350
            'accuracy' => 0,
2351
        ],
2352
        [
2353
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7454',
2354
            'name' => 'WISCRS Lincoln County (m)',
2355
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2356
            'target_crs' => 'urn:ogc:def:crs:EPSG::8151',
2357
            'accuracy' => 0,
2358
        ],
2359
        [
2360
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7455',
2361
            'name' => 'WISCRS Lincoln County (ftUS)',
2362
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2363
            'target_crs' => 'urn:ogc:def:crs:EPSG::8152',
2364
            'accuracy' => 0,
2365
        ],
2366
        [
2367
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7452',
2368
            'name' => 'WISCRS Langlade County (m)',
2369
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2370
            'target_crs' => 'urn:ogc:def:crs:EPSG::8153',
2371
            'accuracy' => 0,
2372
        ],
2373
        [
2374
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7453',
2375
            'name' => 'WISCRS Langlade County (ftUS)',
2376
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2377
            'target_crs' => 'urn:ogc:def:crs:EPSG::8154',
2378
            'accuracy' => 0,
2379
        ],
2380
        [
2381
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7508',
2382
            'name' => 'WISCRS La Crosse County (m)',
2383
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2384
            'target_crs' => 'urn:ogc:def:crs:EPSG::8155',
2385
            'accuracy' => 0,
2386
        ],
2387
        [
2388
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7509',
2389
            'name' => 'WISCRS La Crosse County (ftUS)',
2390
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2391
            'target_crs' => 'urn:ogc:def:crs:EPSG::8156',
2392
            'accuracy' => 0,
2393
        ],
2394
        [
2395
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7506',
2396
            'name' => 'WISCRS Kewaunee, Manitowoc and Sheboygan Counties (m)',
2397
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2398
            'target_crs' => 'urn:ogc:def:crs:EPSG::8157',
2399
            'accuracy' => 0,
2400
        ],
2401
        [
2402
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7507',
2403
            'name' => 'WISCRS Kewaunee, Manitowoc and Sheboygan Counties (ftUS)',
2404
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2405
            'target_crs' => 'urn:ogc:def:crs:EPSG::8158',
2406
            'accuracy' => 0,
2407
        ],
2408
        [
2409
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7504',
2410
            'name' => 'WISCRS Kenosha, Milwaukee, Ozaukee and Racine Counties (m)',
2411
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2412
            'target_crs' => 'urn:ogc:def:crs:EPSG::8159',
2413
            'accuracy' => 0,
2414
        ],
2415
        [
2416
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7505',
2417
            'name' => 'WISCRS Kenosha, Milwaukee, Ozaukee and Racine Counties (ftUS)',
2418
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2419
            'target_crs' => 'urn:ogc:def:crs:EPSG::8160',
2420
            'accuracy' => 0,
2421
        ],
2422
        [
2423
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7450',
2424
            'name' => 'WISCRS Jackson County (m)',
2425
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2426
            'target_crs' => 'urn:ogc:def:crs:EPSG::8161',
2427
            'accuracy' => 0,
2428
        ],
2429
        [
2430
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7451',
2431
            'name' => 'WISCRS Jackson County (ftUS)',
2432
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2433
            'target_crs' => 'urn:ogc:def:crs:EPSG::8162',
2434
            'accuracy' => 0,
2435
        ],
2436
        [
2437
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7390',
2438
            'name' => 'WISCRS Iron County (m)',
2439
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2440
            'target_crs' => 'urn:ogc:def:crs:EPSG::8163',
2441
            'accuracy' => 0,
2442
        ],
2443
        [
2444
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7391',
2445
            'name' => 'WISCRS Iron County (ftUS)',
2446
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2447
            'target_crs' => 'urn:ogc:def:crs:EPSG::8164',
2448
            'accuracy' => 0,
2449
        ],
2450
        [
2451
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7502',
2452
            'name' => 'WISCRS Iowa County (m)',
2453
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2454
            'target_crs' => 'urn:ogc:def:crs:EPSG::8165',
2455
            'accuracy' => 0,
2456
        ],
2457
        [
2458
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7503',
2459
            'name' => 'WISCRS Iowa County (ftUS)',
2460
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2461
            'target_crs' => 'urn:ogc:def:crs:EPSG::8166',
2462
            'accuracy' => 0,
2463
        ],
2464
        [
2465
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7500',
2466
            'name' => 'WISCRS Green Lake and Marquette Counties (m)',
2467
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2468
            'target_crs' => 'urn:ogc:def:crs:EPSG::8167',
2469
            'accuracy' => 0,
2470
        ],
2471
        [
2472
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7501',
2473
            'name' => 'WISCRS Green Lake and Marquette Counties (ftUS)',
2474
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2475
            'target_crs' => 'urn:ogc:def:crs:EPSG::8168',
2476
            'accuracy' => 0,
2477
        ],
2478
        [
2479
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7498',
2480
            'name' => 'WISCRS Green and Lafayette Counties (m)',
2481
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2482
            'target_crs' => 'urn:ogc:def:crs:EPSG::8169',
2483
            'accuracy' => 0,
2484
        ],
2485
        [
2486
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7499',
2487
            'name' => 'WISCRS Green and Lafayette Counties (ftUS)',
2488
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2489
            'target_crs' => 'urn:ogc:def:crs:EPSG::8170',
2490
            'accuracy' => 0,
2491
        ],
2492
        [
2493
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7496',
2494
            'name' => 'WISCRS Grant County (m)',
2495
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2496
            'target_crs' => 'urn:ogc:def:crs:EPSG::8171',
2497
            'accuracy' => 0,
2498
        ],
2499
        [
2500
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7497',
2501
            'name' => 'WISCRS Grant County (ftUS)',
2502
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2503
            'target_crs' => 'urn:ogc:def:crs:EPSG::8172',
2504
            'accuracy' => 0,
2505
        ],
2506
        [
2507
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7388',
2508
            'name' => 'WISCRS Forest County (m)',
2509
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2510
            'target_crs' => 'urn:ogc:def:crs:EPSG::8173',
2511
            'accuracy' => 0,
2512
        ],
2513
        [
2514
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7389',
2515
            'name' => 'WISCRS Forest County (ftUS)',
2516
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2517
            'target_crs' => 'urn:ogc:def:crs:EPSG::8177',
2518
            'accuracy' => 0,
2519
        ],
2520
        [
2521
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7438',
2522
            'name' => 'WISCRS Dunn County (m)',
2523
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2524
            'target_crs' => 'urn:ogc:def:crs:EPSG::8179',
2525
            'accuracy' => 0,
2526
        ],
2527
        [
2528
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7439',
2529
            'name' => 'WISCRS Dunn County (ftUS)',
2530
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2531
            'target_crs' => 'urn:ogc:def:crs:EPSG::8180',
2532
            'accuracy' => 0,
2533
        ],
2534
        [
2535
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7384',
2536
            'name' => 'WISCRS Douglas County (m)',
2537
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2538
            'target_crs' => 'urn:ogc:def:crs:EPSG::8181',
2539
            'accuracy' => 0,
2540
        ],
2541
        [
2542
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7385',
2543
            'name' => 'WISCRS Douglas County (ftUS)',
2544
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2545
            'target_crs' => 'urn:ogc:def:crs:EPSG::8182',
2546
            'accuracy' => 0,
2547
        ],
2548
        [
2549
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7436',
2550
            'name' => 'WISCRS Door County (m)',
2551
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2552
            'target_crs' => 'urn:ogc:def:crs:EPSG::8184',
2553
            'accuracy' => 0,
2554
        ],
2555
        [
2556
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7437',
2557
            'name' => 'WISCRS Door County (ftUS)',
2558
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2559
            'target_crs' => 'urn:ogc:def:crs:EPSG::8185',
2560
            'accuracy' => 0,
2561
        ],
2562
        [
2563
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7494',
2564
            'name' => 'WISCRS Dodge and Jefferson Counties (m)',
2565
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2566
            'target_crs' => 'urn:ogc:def:crs:EPSG::8187',
2567
            'accuracy' => 0,
2568
        ],
2569
        [
2570
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7495',
2571
            'name' => 'WISCRS Dodge and Jefferson Counties (ftUS)',
2572
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2573
            'target_crs' => 'urn:ogc:def:crs:EPSG::8189',
2574
            'accuracy' => 0,
2575
        ],
2576
        [
2577
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7492',
2578
            'name' => 'WISCRS Dane County (m)',
2579
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2580
            'target_crs' => 'urn:ogc:def:crs:EPSG::8191',
2581
            'accuracy' => 0,
2582
        ],
2583
        [
2584
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7493',
2585
            'name' => 'WISCRS Dane County (ftUS)',
2586
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2587
            'target_crs' => 'urn:ogc:def:crs:EPSG::8193',
2588
            'accuracy' => 0,
2589
        ],
2590
        [
2591
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7490',
2592
            'name' => 'WISCRS Crawford County (m)',
2593
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2594
            'target_crs' => 'urn:ogc:def:crs:EPSG::8196',
2595
            'accuracy' => 0,
2596
        ],
2597
        [
2598
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7491',
2599
            'name' => 'WISCRS Crawford County (ftUS)',
2600
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2601
            'target_crs' => 'urn:ogc:def:crs:EPSG::8197',
2602
            'accuracy' => 0,
2603
        ],
2604
        [
2605
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7488',
2606
            'name' => 'WISCRS Columbia County (m)',
2607
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2608
            'target_crs' => 'urn:ogc:def:crs:EPSG::8198',
2609
            'accuracy' => 0,
2610
        ],
2611
        [
2612
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7489',
2613
            'name' => 'WISCRS Columbia County (ftUS)',
2614
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2615
            'target_crs' => 'urn:ogc:def:crs:EPSG::8200',
2616
            'accuracy' => 0,
2617
        ],
2618
        [
2619
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7434',
2620
            'name' => 'WISCRS Clark County (m)',
2621
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2622
            'target_crs' => 'urn:ogc:def:crs:EPSG::8201',
2623
            'accuracy' => 0,
2624
        ],
2625
        [
2626
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7435',
2627
            'name' => 'WISCRS Clark County (ftUS)',
2628
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2629
            'target_crs' => 'urn:ogc:def:crs:EPSG::8202',
2630
            'accuracy' => 0,
2631
        ],
2632
        [
2633
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7432',
2634
            'name' => 'WISCRS Chippewa County (m)',
2635
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2636
            'target_crs' => 'urn:ogc:def:crs:EPSG::8203',
2637
            'accuracy' => 0,
2638
        ],
2639
        [
2640
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7433',
2641
            'name' => 'WISCRS Chippewa County (ftUS)',
2642
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2643
            'target_crs' => 'urn:ogc:def:crs:EPSG::8204',
2644
            'accuracy' => 0,
2645
        ],
2646
        [
2647
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7486',
2648
            'name' => 'WISCRS Calumet, Fond du Lac, Outagamie and Winnebago Counties (m)',
2649
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2650
            'target_crs' => 'urn:ogc:def:crs:EPSG::8205',
2651
            'accuracy' => 0,
2652
        ],
2653
        [
2654
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7487',
2655
            'name' => 'WISCRS Calumet, Fond du Lac, Outagamie and Winnebago Counties (ftUS)',
2656
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2657
            'target_crs' => 'urn:ogc:def:crs:EPSG::8206',
2658
            'accuracy' => 0,
2659
        ],
2660
        [
2661
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7382',
2662
            'name' => 'WISCRS Burnett County (m)',
2663
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2664
            'target_crs' => 'urn:ogc:def:crs:EPSG::8207',
2665
            'accuracy' => 0,
2666
        ],
2667
        [
2668
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7383',
2669
            'name' => 'WISCRS Burnett County (ftUS)',
2670
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2671
            'target_crs' => 'urn:ogc:def:crs:EPSG::8208',
2672
            'accuracy' => 0,
2673
        ],
2674
        [
2675
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7430',
2676
            'name' => 'WISCRS Buffalo County (m)',
2677
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2678
            'target_crs' => 'urn:ogc:def:crs:EPSG::8209',
2679
            'accuracy' => 0,
2680
        ],
2681
        [
2682
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7431',
2683
            'name' => 'WISCRS Buffalo County (ftUS)',
2684
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2685
            'target_crs' => 'urn:ogc:def:crs:EPSG::8210',
2686
            'accuracy' => 0,
2687
        ],
2688
        [
2689
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7428',
2690
            'name' => 'WISCRS Brown County (m)',
2691
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2692
            'target_crs' => 'urn:ogc:def:crs:EPSG::8212',
2693
            'accuracy' => 0,
2694
        ],
2695
        [
2696
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7429',
2697
            'name' => 'WISCRS Brown County (ftUS)',
2698
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2699
            'target_crs' => 'urn:ogc:def:crs:EPSG::8213',
2700
            'accuracy' => 0,
2701
        ],
2702
        [
2703
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7380',
2704
            'name' => 'WISCRS Bayfield County (m)',
2705
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2706
            'target_crs' => 'urn:ogc:def:crs:EPSG::8214',
2707
            'accuracy' => 0,
2708
        ],
2709
        [
2710
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7381',
2711
            'name' => 'WISCRS Bayfield County (ftUS)',
2712
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2713
            'target_crs' => 'urn:ogc:def:crs:EPSG::8216',
2714
            'accuracy' => 0,
2715
        ],
2716
        [
2717
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7426',
2718
            'name' => 'WISCRS Barron County (m)',
2719
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2720
            'target_crs' => 'urn:ogc:def:crs:EPSG::8218',
2721
            'accuracy' => 0,
2722
        ],
2723
        [
2724
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7427',
2725
            'name' => 'WISCRS Barron County (ftUS)',
2726
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2727
            'target_crs' => 'urn:ogc:def:crs:EPSG::8220',
2728
            'accuracy' => 0,
2729
        ],
2730
        [
2731
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7378',
2732
            'name' => 'WISCRS Ashland County (m)',
2733
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2734
            'target_crs' => 'urn:ogc:def:crs:EPSG::8222',
2735
            'accuracy' => 0,
2736
        ],
2737
        [
2738
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7379',
2739
            'name' => 'WISCRS Ashland County (ftUS)',
2740
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2741
            'target_crs' => 'urn:ogc:def:crs:EPSG::8224',
2742
            'accuracy' => 0,
2743
        ],
2744
        [
2745
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7484',
2746
            'name' => 'WISCRS Adams and Juneau Counties (m)',
2747
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2748
            'target_crs' => 'urn:ogc:def:crs:EPSG::8225',
2749
            'accuracy' => 0,
2750
        ],
2751
        [
2752
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7485',
2753
            'name' => 'WISCRS Adams and Juneau Counties (ftUS)',
2754
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2755
            'target_crs' => 'urn:ogc:def:crs:EPSG::8226',
2756
            'accuracy' => 0,
2757
        ],
2758
        [
2759
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9181',
2760
            'name' => 'NAD83(HARN) to NAD83(HARN Corrected) (1)',
2761
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2762
            'target_crs' => 'urn:ogc:def:crs:EPSG::8545',
2763
            'accuracy' => 0.05,
2764
        ],
2765
        [
2766
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8861',
2767
            'name' => 'NAD83(HARN) to NAD83(FBN) (1)',
2768
            'source_crs' => 'urn:ogc:def:crs:EPSG::4152',
2769
            'target_crs' => 'urn:ogc:def:crs:EPSG::8860',
2770
            'accuracy' => 0.05,
2771
        ],
2772
        [
2773
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18432',
2774
            'name' => 'Greenland zone 2 west',
2775
            'source_crs' => 'urn:ogc:def:crs:EPSG::4194',
2776
            'target_crs' => 'urn:ogc:def:crs:EPSG::2299',
2777
            'accuracy' => 0,
2778
        ],
2779
        [
2780
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18433',
2781
            'name' => 'Greenland zone 3 west',
2782
            'source_crs' => 'urn:ogc:def:crs:EPSG::4194',
2783
            'target_crs' => 'urn:ogc:def:crs:EPSG::2301',
2784
            'accuracy' => 0,
2785
        ],
2786
        [
2787
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18434',
2788
            'name' => 'Greenland zone 4 west',
2789
            'source_crs' => 'urn:ogc:def:crs:EPSG::4194',
2790
            'target_crs' => 'urn:ogc:def:crs:EPSG::2303',
2791
            'accuracy' => 0,
2792
        ],
2793
        [
2794
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18435',
2795
            'name' => 'Greenland zone 5 west',
2796
            'source_crs' => 'urn:ogc:def:crs:EPSG::4194',
2797
            'target_crs' => 'urn:ogc:def:crs:EPSG::2304',
2798
            'accuracy' => 0,
2799
        ],
2800
        [
2801
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18436',
2802
            'name' => 'Greenland zone 6 west',
2803
            'source_crs' => 'urn:ogc:def:crs:EPSG::4194',
2804
            'target_crs' => 'urn:ogc:def:crs:EPSG::2305',
2805
            'accuracy' => 0,
2806
        ],
2807
        [
2808
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18437',
2809
            'name' => 'Greenland zone 7 west',
2810
            'source_crs' => 'urn:ogc:def:crs:EPSG::4194',
2811
            'target_crs' => 'urn:ogc:def:crs:EPSG::2306',
2812
            'accuracy' => 0,
2813
        ],
2814
        [
2815
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18428',
2816
            'name' => 'Greenland zone 8 east',
2817
            'source_crs' => 'urn:ogc:def:crs:EPSG::4194',
2818
            'target_crs' => 'urn:ogc:def:crs:EPSG::2307',
2819
            'accuracy' => 0,
2820
        ],
2821
        [
2822
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1798',
2823
            'name' => 'Qornoq 1927 to WGS 84 (2)',
2824
            'source_crs' => 'urn:ogc:def:crs:EPSG::4194',
2825
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
2826
            'accuracy' => 1.0,
2827
        ],
2828
        [
2829
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15957',
2830
            'name' => 'Qornoq 1927 to GR96 (1)',
2831
            'source_crs' => 'urn:ogc:def:crs:EPSG::4194',
2832
            'target_crs' => 'urn:ogc:def:crs:EPSG::4747',
2833
            'accuracy' => 1.0,
2834
        ],
2835
        [
2836
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18425',
2837
            'name' => 'Greenland zone 5 east',
2838
            'source_crs' => 'urn:ogc:def:crs:EPSG::4195',
2839
            'target_crs' => 'urn:ogc:def:crs:EPSG::2218',
2840
            'accuracy' => 0,
2841
        ],
2842
        [
2843
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18426',
2844
            'name' => 'Greenland zone 6 east',
2845
            'source_crs' => 'urn:ogc:def:crs:EPSG::4195',
2846
            'target_crs' => 'urn:ogc:def:crs:EPSG::2221',
2847
            'accuracy' => 0,
2848
        ],
2849
        [
2850
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1799',
2851
            'name' => 'Scoresbysund 1952 to WGS 84 (1)',
2852
            'source_crs' => 'urn:ogc:def:crs:EPSG::4195',
2853
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
2854
            'accuracy' => 1.0,
2855
        ],
2856
        [
2857
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15899',
2858
            'name' => 'Scoresbysund 1952 to GR96 (1)',
2859
            'source_crs' => 'urn:ogc:def:crs:EPSG::4195',
2860
            'target_crs' => 'urn:ogc:def:crs:EPSG::4747',
2861
            'accuracy' => 1.0,
2862
        ],
2863
        [
2864
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18427',
2865
            'name' => 'Greenland zone 7 east',
2866
            'source_crs' => 'urn:ogc:def:crs:EPSG::4196',
2867
            'target_crs' => 'urn:ogc:def:crs:EPSG::2296',
2868
            'accuracy' => 0,
2869
        ],
2870
        [
2871
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1800',
2872
            'name' => 'Ammassalik 1958 to WGS 84 (1)',
2873
            'source_crs' => 'urn:ogc:def:crs:EPSG::4196',
2874
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
2875
            'accuracy' => 1.0,
2876
        ],
2877
        [
2878
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15900',
2879
            'name' => 'Ammassalik 1958 to GR96 (1)',
2880
            'source_crs' => 'urn:ogc:def:crs:EPSG::4196',
2881
            'target_crs' => 'urn:ogc:def:crs:EPSG::4747',
2882
            'accuracy' => 1.0,
2883
        ],
2884
        [
2885
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19942',
2886
            'name' => 'British West Indies Grid',
2887
            'source_crs' => 'urn:ogc:def:crs:EPSG::4212',
2888
            'target_crs' => 'urn:ogc:def:crs:EPSG::21291',
2889
            'accuracy' => 0,
2890
        ],
2891
        [
2892
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19943',
2893
            'name' => 'Barbados National Grid',
2894
            'source_crs' => 'urn:ogc:def:crs:EPSG::4212',
2895
            'target_crs' => 'urn:ogc:def:crs:EPSG::21292',
2896
            'accuracy' => 0,
2897
        ],
2898
        [
2899
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15793',
2900
            'name' => 'Barbados 1938 to WGS 84 (1)',
2901
            'source_crs' => 'urn:ogc:def:crs:EPSG::4212',
2902
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
2903
            'accuracy' => 3.0,
2904
        ],
2905
        [
2906
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15969',
2907
            'name' => 'Bermuda 1957 to BDA2000 (1)',
2908
            'source_crs' => 'urn:ogc:def:crs:EPSG::4216',
2909
            'target_crs' => 'urn:ogc:def:crs:EPSG::4762',
2910
            'accuracy' => 1.0,
2911
        ],
2912
        [
2913
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19909',
2914
            'name' => 'Jamaica (Old Grid)',
2915
            'source_crs' => 'urn:ogc:def:crs:EPSG::4241',
2916
            'target_crs' => 'urn:ogc:def:crs:EPSG::24100',
2917
            'accuracy' => 0,
2918
        ],
2919
        [
2920
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19910',
2921
            'name' => 'Jamaica National Grid',
2922
            'source_crs' => 'urn:ogc:def:crs:EPSG::4242',
2923
            'target_crs' => 'urn:ogc:def:crs:EPSG::24200',
2924
            'accuracy' => 0,
2925
        ],
2926
        [
2927
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15926',
2928
            'name' => 'JAD69 to JAD2001 (1)',
2929
            'source_crs' => 'urn:ogc:def:crs:EPSG::4242',
2930
            'target_crs' => 'urn:ogc:def:crs:EPSG::4758',
2931
            'accuracy' => 0.5,
2932
        ],
2933
        [
2934
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15302',
2935
            'name' => 'Tennessee CS27',
2936
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
2937
            'target_crs' => 'urn:ogc:def:crs:EPSG::2204',
2938
            'accuracy' => 0,
2939
        ],
2940
        [
2941
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10101',
2942
            'name' => 'Alabama CS27 East zone',
2943
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
2944
            'target_crs' => 'urn:ogc:def:crs:EPSG::26729',
2945
            'accuracy' => 0,
2946
        ],
2947
        [
2948
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10102',
2949
            'name' => 'Alabama CS27 West zone',
2950
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
2951
            'target_crs' => 'urn:ogc:def:crs:EPSG::26730',
2952
            'accuracy' => 0,
2953
        ],
2954
        [
2955
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15001',
2956
            'name' => 'Alaska CS27 zone 1',
2957
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
2958
            'target_crs' => 'urn:ogc:def:crs:EPSG::26731',
2959
            'accuracy' => 0,
2960
        ],
2961
        [
2962
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15002',
2963
            'name' => 'Alaska CS27 zone 2',
2964
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
2965
            'target_crs' => 'urn:ogc:def:crs:EPSG::26732',
2966
            'accuracy' => 0,
2967
        ],
2968
        [
2969
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15003',
2970
            'name' => 'Alaska CS27 zone 3',
2971
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
2972
            'target_crs' => 'urn:ogc:def:crs:EPSG::26733',
2973
            'accuracy' => 0,
2974
        ],
2975
        [
2976
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15004',
2977
            'name' => 'Alaska CS27 zone 4',
2978
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
2979
            'target_crs' => 'urn:ogc:def:crs:EPSG::26734',
2980
            'accuracy' => 0,
2981
        ],
2982
        [
2983
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15005',
2984
            'name' => 'Alaska CS27 zone 5',
2985
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
2986
            'target_crs' => 'urn:ogc:def:crs:EPSG::26735',
2987
            'accuracy' => 0,
2988
        ],
2989
        [
2990
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15006',
2991
            'name' => 'Alaska CS27 zone 6',
2992
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
2993
            'target_crs' => 'urn:ogc:def:crs:EPSG::26736',
2994
            'accuracy' => 0,
2995
        ],
2996
        [
2997
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15007',
2998
            'name' => 'Alaska CS27 zone 7',
2999
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3000
            'target_crs' => 'urn:ogc:def:crs:EPSG::26737',
3001
            'accuracy' => 0,
3002
        ],
3003
        [
3004
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15008',
3005
            'name' => 'Alaska CS27 zone 8',
3006
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3007
            'target_crs' => 'urn:ogc:def:crs:EPSG::26738',
3008
            'accuracy' => 0,
3009
        ],
3010
        [
3011
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15009',
3012
            'name' => 'Alaska CS27 zone 9',
3013
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3014
            'target_crs' => 'urn:ogc:def:crs:EPSG::26739',
3015
            'accuracy' => 0,
3016
        ],
3017
        [
3018
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15010',
3019
            'name' => 'Alaska CS27 zone 10',
3020
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3021
            'target_crs' => 'urn:ogc:def:crs:EPSG::26740',
3022
            'accuracy' => 0,
3023
        ],
3024
        [
3025
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10401',
3026
            'name' => 'California CS27 zone I',
3027
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3028
            'target_crs' => 'urn:ogc:def:crs:EPSG::26741',
3029
            'accuracy' => 0,
3030
        ],
3031
        [
3032
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10402',
3033
            'name' => 'California CS27 zone II',
3034
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3035
            'target_crs' => 'urn:ogc:def:crs:EPSG::26742',
3036
            'accuracy' => 0,
3037
        ],
3038
        [
3039
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10403',
3040
            'name' => 'California CS27 zone III',
3041
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3042
            'target_crs' => 'urn:ogc:def:crs:EPSG::26743',
3043
            'accuracy' => 0,
3044
        ],
3045
        [
3046
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10404',
3047
            'name' => 'California CS27 zone IV',
3048
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3049
            'target_crs' => 'urn:ogc:def:crs:EPSG::26744',
3050
            'accuracy' => 0,
3051
        ],
3052
        [
3053
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10405',
3054
            'name' => 'California CS27 zone V',
3055
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3056
            'target_crs' => 'urn:ogc:def:crs:EPSG::26745',
3057
            'accuracy' => 0,
3058
        ],
3059
        [
3060
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10406',
3061
            'name' => 'California CS27 zone VI',
3062
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3063
            'target_crs' => 'urn:ogc:def:crs:EPSG::26746',
3064
            'accuracy' => 0,
3065
        ],
3066
        [
3067
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10201',
3068
            'name' => 'Arizona Coordinate System East zone',
3069
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3070
            'target_crs' => 'urn:ogc:def:crs:EPSG::26748',
3071
            'accuracy' => 0,
3072
        ],
3073
        [
3074
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10202',
3075
            'name' => 'Arizona Coordinate System Central zone',
3076
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3077
            'target_crs' => 'urn:ogc:def:crs:EPSG::26749',
3078
            'accuracy' => 0,
3079
        ],
3080
        [
3081
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10203',
3082
            'name' => 'Arizona Coordinate System West zone',
3083
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3084
            'target_crs' => 'urn:ogc:def:crs:EPSG::26750',
3085
            'accuracy' => 0,
3086
        ],
3087
        [
3088
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10301',
3089
            'name' => 'Arkansas CS27 North',
3090
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3091
            'target_crs' => 'urn:ogc:def:crs:EPSG::26751',
3092
            'accuracy' => 0,
3093
        ],
3094
        [
3095
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10302',
3096
            'name' => 'Arkansas CS27 South',
3097
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3098
            'target_crs' => 'urn:ogc:def:crs:EPSG::26752',
3099
            'accuracy' => 0,
3100
        ],
3101
        [
3102
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10501',
3103
            'name' => 'Colorado CS27 North zone',
3104
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3105
            'target_crs' => 'urn:ogc:def:crs:EPSG::26753',
3106
            'accuracy' => 0,
3107
        ],
3108
        [
3109
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10502',
3110
            'name' => 'Colorado CS27 Central zone',
3111
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3112
            'target_crs' => 'urn:ogc:def:crs:EPSG::26754',
3113
            'accuracy' => 0,
3114
        ],
3115
        [
3116
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10503',
3117
            'name' => 'Colorado CS27 South zone',
3118
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3119
            'target_crs' => 'urn:ogc:def:crs:EPSG::26755',
3120
            'accuracy' => 0,
3121
        ],
3122
        [
3123
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10600',
3124
            'name' => 'Connecticut CS27',
3125
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3126
            'target_crs' => 'urn:ogc:def:crs:EPSG::26756',
3127
            'accuracy' => 0,
3128
        ],
3129
        [
3130
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10700',
3131
            'name' => 'Delaware CS27',
3132
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3133
            'target_crs' => 'urn:ogc:def:crs:EPSG::26757',
3134
            'accuracy' => 0,
3135
        ],
3136
        [
3137
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10901',
3138
            'name' => 'Florida CS27 East zone',
3139
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3140
            'target_crs' => 'urn:ogc:def:crs:EPSG::26758',
3141
            'accuracy' => 0,
3142
        ],
3143
        [
3144
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10902',
3145
            'name' => 'Florida CS27 West zone',
3146
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3147
            'target_crs' => 'urn:ogc:def:crs:EPSG::26759',
3148
            'accuracy' => 0,
3149
        ],
3150
        [
3151
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10903',
3152
            'name' => 'Florida CS27 North zone',
3153
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3154
            'target_crs' => 'urn:ogc:def:crs:EPSG::26760',
3155
            'accuracy' => 0,
3156
        ],
3157
        [
3158
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11001',
3159
            'name' => 'Georgia CS27 East zone',
3160
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3161
            'target_crs' => 'urn:ogc:def:crs:EPSG::26766',
3162
            'accuracy' => 0,
3163
        ],
3164
        [
3165
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11002',
3166
            'name' => 'Georgia CS27 West zone',
3167
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3168
            'target_crs' => 'urn:ogc:def:crs:EPSG::26767',
3169
            'accuracy' => 0,
3170
        ],
3171
        [
3172
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11101',
3173
            'name' => 'Idaho CS27 East zone',
3174
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3175
            'target_crs' => 'urn:ogc:def:crs:EPSG::26768',
3176
            'accuracy' => 0,
3177
        ],
3178
        [
3179
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11102',
3180
            'name' => 'Idaho CS27 Central zone',
3181
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3182
            'target_crs' => 'urn:ogc:def:crs:EPSG::26769',
3183
            'accuracy' => 0,
3184
        ],
3185
        [
3186
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11103',
3187
            'name' => 'Idaho CS27 West zone',
3188
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3189
            'target_crs' => 'urn:ogc:def:crs:EPSG::26770',
3190
            'accuracy' => 0,
3191
        ],
3192
        [
3193
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11201',
3194
            'name' => 'Illinois CS27 East zone',
3195
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3196
            'target_crs' => 'urn:ogc:def:crs:EPSG::26771',
3197
            'accuracy' => 0,
3198
        ],
3199
        [
3200
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11202',
3201
            'name' => 'Illinois CS27 West zone',
3202
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3203
            'target_crs' => 'urn:ogc:def:crs:EPSG::26772',
3204
            'accuracy' => 0,
3205
        ],
3206
        [
3207
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11301',
3208
            'name' => 'Indiana CS27 East zone',
3209
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3210
            'target_crs' => 'urn:ogc:def:crs:EPSG::26773',
3211
            'accuracy' => 0,
3212
        ],
3213
        [
3214
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11302',
3215
            'name' => 'Indiana CS27 West zone',
3216
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3217
            'target_crs' => 'urn:ogc:def:crs:EPSG::26774',
3218
            'accuracy' => 0,
3219
        ],
3220
        [
3221
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11401',
3222
            'name' => 'Iowa CS27 North zone',
3223
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3224
            'target_crs' => 'urn:ogc:def:crs:EPSG::26775',
3225
            'accuracy' => 0,
3226
        ],
3227
        [
3228
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11402',
3229
            'name' => 'Iowa CS27 South zone',
3230
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3231
            'target_crs' => 'urn:ogc:def:crs:EPSG::26776',
3232
            'accuracy' => 0,
3233
        ],
3234
        [
3235
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11501',
3236
            'name' => 'Kansas CS27 North zone',
3237
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3238
            'target_crs' => 'urn:ogc:def:crs:EPSG::26777',
3239
            'accuracy' => 0,
3240
        ],
3241
        [
3242
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11502',
3243
            'name' => 'Kansas CS27 South zone',
3244
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3245
            'target_crs' => 'urn:ogc:def:crs:EPSG::26778',
3246
            'accuracy' => 0,
3247
        ],
3248
        [
3249
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11601',
3250
            'name' => 'Kentucky CS27 North zone',
3251
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3252
            'target_crs' => 'urn:ogc:def:crs:EPSG::26779',
3253
            'accuracy' => 0,
3254
        ],
3255
        [
3256
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11602',
3257
            'name' => 'Kentucky CS27 South zone',
3258
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3259
            'target_crs' => 'urn:ogc:def:crs:EPSG::26780',
3260
            'accuracy' => 0,
3261
        ],
3262
        [
3263
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11701',
3264
            'name' => 'Louisiana CS27 North zone',
3265
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3266
            'target_crs' => 'urn:ogc:def:crs:EPSG::26781',
3267
            'accuracy' => 0,
3268
        ],
3269
        [
3270
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11702',
3271
            'name' => 'Louisiana CS27 South zone',
3272
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3273
            'target_crs' => 'urn:ogc:def:crs:EPSG::26782',
3274
            'accuracy' => 0,
3275
        ],
3276
        [
3277
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11801',
3278
            'name' => 'Maine CS27 East zone',
3279
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3280
            'target_crs' => 'urn:ogc:def:crs:EPSG::26783',
3281
            'accuracy' => 0,
3282
        ],
3283
        [
3284
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11802',
3285
            'name' => 'Maine CS27 West zone',
3286
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3287
            'target_crs' => 'urn:ogc:def:crs:EPSG::26784',
3288
            'accuracy' => 0,
3289
        ],
3290
        [
3291
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11900',
3292
            'name' => 'Maryland CS27',
3293
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3294
            'target_crs' => 'urn:ogc:def:crs:EPSG::26785',
3295
            'accuracy' => 0,
3296
        ],
3297
        [
3298
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12001',
3299
            'name' => 'Massachusetts CS27 Mainland zone',
3300
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3301
            'target_crs' => 'urn:ogc:def:crs:EPSG::26786',
3302
            'accuracy' => 0,
3303
        ],
3304
        [
3305
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12002',
3306
            'name' => 'Massachusetts CS27 Island zone',
3307
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3308
            'target_crs' => 'urn:ogc:def:crs:EPSG::26787',
3309
            'accuracy' => 0,
3310
        ],
3311
        [
3312
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12201',
3313
            'name' => 'Minnesota CS27 North zone',
3314
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3315
            'target_crs' => 'urn:ogc:def:crs:EPSG::26791',
3316
            'accuracy' => 0,
3317
        ],
3318
        [
3319
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12202',
3320
            'name' => 'Minnesota CS27 Central zone',
3321
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3322
            'target_crs' => 'urn:ogc:def:crs:EPSG::26792',
3323
            'accuracy' => 0,
3324
        ],
3325
        [
3326
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12203',
3327
            'name' => 'Minnesota CS27 South zone',
3328
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3329
            'target_crs' => 'urn:ogc:def:crs:EPSG::26793',
3330
            'accuracy' => 0,
3331
        ],
3332
        [
3333
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12301',
3334
            'name' => 'Mississippi CS27 East zone',
3335
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3336
            'target_crs' => 'urn:ogc:def:crs:EPSG::26794',
3337
            'accuracy' => 0,
3338
        ],
3339
        [
3340
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12302',
3341
            'name' => 'Mississippi CS27 West zone',
3342
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3343
            'target_crs' => 'urn:ogc:def:crs:EPSG::26795',
3344
            'accuracy' => 0,
3345
        ],
3346
        [
3347
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12401',
3348
            'name' => 'Missouri CS27 East zone',
3349
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3350
            'target_crs' => 'urn:ogc:def:crs:EPSG::26796',
3351
            'accuracy' => 0,
3352
        ],
3353
        [
3354
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12402',
3355
            'name' => 'Missouri CS27 Central zone',
3356
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3357
            'target_crs' => 'urn:ogc:def:crs:EPSG::26797',
3358
            'accuracy' => 0,
3359
        ],
3360
        [
3361
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12403',
3362
            'name' => 'Missouri CS27 West zone',
3363
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3364
            'target_crs' => 'urn:ogc:def:crs:EPSG::26798',
3365
            'accuracy' => 0,
3366
        ],
3367
        [
3368
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10408',
3369
            'name' => 'California CS27 zone VII',
3370
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3371
            'target_crs' => 'urn:ogc:def:crs:EPSG::26799',
3372
            'accuracy' => 0,
3373
        ],
3374
        [
3375
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15020',
3376
            'name' => 'Alaska Albers',
3377
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3378
            'target_crs' => 'urn:ogc:def:crs:EPSG::2964',
3379
            'accuracy' => 0,
3380
        ],
3381
        [
3382
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14811',
3383
            'name' => 'Wisconsin Transverse Mercator 27',
3384
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3385
            'target_crs' => 'urn:ogc:def:crs:EPSG::3069',
3386
            'accuracy' => 0,
3387
        ],
3388
        [
3389
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14252',
3390
            'name' => 'Shackleford',
3391
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3392
            'target_crs' => 'urn:ogc:def:crs:EPSG::3080',
3393
            'accuracy' => 0,
3394
        ],
3395
        [
3396
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12501',
3397
            'name' => 'Montana CS27 North zone',
3398
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3399
            'target_crs' => 'urn:ogc:def:crs:EPSG::32001',
3400
            'accuracy' => 0,
3401
        ],
3402
        [
3403
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12502',
3404
            'name' => 'Montana CS27 Central zone',
3405
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3406
            'target_crs' => 'urn:ogc:def:crs:EPSG::32002',
3407
            'accuracy' => 0,
3408
        ],
3409
        [
3410
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12503',
3411
            'name' => 'Montana CS27 South zone',
3412
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3413
            'target_crs' => 'urn:ogc:def:crs:EPSG::32003',
3414
            'accuracy' => 0,
3415
        ],
3416
        [
3417
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12601',
3418
            'name' => 'Nebraska CS27 North zone',
3419
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3420
            'target_crs' => 'urn:ogc:def:crs:EPSG::32005',
3421
            'accuracy' => 0,
3422
        ],
3423
        [
3424
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12602',
3425
            'name' => 'Nebraska CS27 South zone',
3426
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3427
            'target_crs' => 'urn:ogc:def:crs:EPSG::32006',
3428
            'accuracy' => 0,
3429
        ],
3430
        [
3431
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12701',
3432
            'name' => 'Nevada CS27 East zone',
3433
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3434
            'target_crs' => 'urn:ogc:def:crs:EPSG::32007',
3435
            'accuracy' => 0,
3436
        ],
3437
        [
3438
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12702',
3439
            'name' => 'Nevada CS27 Central zone',
3440
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3441
            'target_crs' => 'urn:ogc:def:crs:EPSG::32008',
3442
            'accuracy' => 0,
3443
        ],
3444
        [
3445
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12703',
3446
            'name' => 'Nevada CS27 West zone',
3447
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3448
            'target_crs' => 'urn:ogc:def:crs:EPSG::32009',
3449
            'accuracy' => 0,
3450
        ],
3451
        [
3452
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12800',
3453
            'name' => 'New Hampshire CS27',
3454
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3455
            'target_crs' => 'urn:ogc:def:crs:EPSG::32010',
3456
            'accuracy' => 0,
3457
        ],
3458
        [
3459
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12900',
3460
            'name' => 'New Jersey CS27',
3461
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3462
            'target_crs' => 'urn:ogc:def:crs:EPSG::32011',
3463
            'accuracy' => 0,
3464
        ],
3465
        [
3466
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13001',
3467
            'name' => 'New Mexico CS27 East zone',
3468
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3469
            'target_crs' => 'urn:ogc:def:crs:EPSG::32012',
3470
            'accuracy' => 0,
3471
        ],
3472
        [
3473
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13002',
3474
            'name' => 'New Mexico CS27 Central zone',
3475
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3476
            'target_crs' => 'urn:ogc:def:crs:EPSG::32013',
3477
            'accuracy' => 0,
3478
        ],
3479
        [
3480
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13003',
3481
            'name' => 'New Mexico CS27 West zone',
3482
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3483
            'target_crs' => 'urn:ogc:def:crs:EPSG::32014',
3484
            'accuracy' => 0,
3485
        ],
3486
        [
3487
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13101',
3488
            'name' => 'New York CS27 East zone',
3489
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3490
            'target_crs' => 'urn:ogc:def:crs:EPSG::32015',
3491
            'accuracy' => 0,
3492
        ],
3493
        [
3494
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13102',
3495
            'name' => 'New York CS27 Central zone',
3496
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3497
            'target_crs' => 'urn:ogc:def:crs:EPSG::32016',
3498
            'accuracy' => 0,
3499
        ],
3500
        [
3501
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13103',
3502
            'name' => 'New York CS27 West zone',
3503
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3504
            'target_crs' => 'urn:ogc:def:crs:EPSG::32017',
3505
            'accuracy' => 0,
3506
        ],
3507
        [
3508
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13200',
3509
            'name' => 'North Carolina CS27',
3510
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3511
            'target_crs' => 'urn:ogc:def:crs:EPSG::32019',
3512
            'accuracy' => 0,
3513
        ],
3514
        [
3515
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13301',
3516
            'name' => 'North Dakota CS27 North zone',
3517
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3518
            'target_crs' => 'urn:ogc:def:crs:EPSG::32020',
3519
            'accuracy' => 0,
3520
        ],
3521
        [
3522
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13302',
3523
            'name' => 'North Dakota CS27 South zone',
3524
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3525
            'target_crs' => 'urn:ogc:def:crs:EPSG::32021',
3526
            'accuracy' => 0,
3527
        ],
3528
        [
3529
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13401',
3530
            'name' => 'Ohio CS27 North zone',
3531
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3532
            'target_crs' => 'urn:ogc:def:crs:EPSG::32022',
3533
            'accuracy' => 0,
3534
        ],
3535
        [
3536
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13402',
3537
            'name' => 'Ohio CS27 South zone',
3538
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3539
            'target_crs' => 'urn:ogc:def:crs:EPSG::32023',
3540
            'accuracy' => 0,
3541
        ],
3542
        [
3543
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13501',
3544
            'name' => 'Oklahoma CS27 North zone',
3545
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3546
            'target_crs' => 'urn:ogc:def:crs:EPSG::32024',
3547
            'accuracy' => 0,
3548
        ],
3549
        [
3550
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13502',
3551
            'name' => 'Oklahoma CS27 South zone',
3552
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3553
            'target_crs' => 'urn:ogc:def:crs:EPSG::32025',
3554
            'accuracy' => 0,
3555
        ],
3556
        [
3557
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13601',
3558
            'name' => 'Oregon CS27 North zone',
3559
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3560
            'target_crs' => 'urn:ogc:def:crs:EPSG::32026',
3561
            'accuracy' => 0,
3562
        ],
3563
        [
3564
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13602',
3565
            'name' => 'Oregon CS27 South zone',
3566
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3567
            'target_crs' => 'urn:ogc:def:crs:EPSG::32027',
3568
            'accuracy' => 0,
3569
        ],
3570
        [
3571
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13701',
3572
            'name' => 'Pennsylvania CS27 North zone',
3573
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3574
            'target_crs' => 'urn:ogc:def:crs:EPSG::32028',
3575
            'accuracy' => 0,
3576
        ],
3577
        [
3578
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13800',
3579
            'name' => 'Rhode Island CS27',
3580
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3581
            'target_crs' => 'urn:ogc:def:crs:EPSG::32030',
3582
            'accuracy' => 0,
3583
        ],
3584
        [
3585
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13901',
3586
            'name' => 'South Carolina CS27 North zone',
3587
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3588
            'target_crs' => 'urn:ogc:def:crs:EPSG::32031',
3589
            'accuracy' => 0,
3590
        ],
3591
        [
3592
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13902',
3593
            'name' => 'South Carolina CS27 South zone',
3594
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3595
            'target_crs' => 'urn:ogc:def:crs:EPSG::32033',
3596
            'accuracy' => 0,
3597
        ],
3598
        [
3599
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14001',
3600
            'name' => 'South Dakota CS27 North zone',
3601
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3602
            'target_crs' => 'urn:ogc:def:crs:EPSG::32034',
3603
            'accuracy' => 0,
3604
        ],
3605
        [
3606
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14002',
3607
            'name' => 'South Dakota CS27 South zone',
3608
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3609
            'target_crs' => 'urn:ogc:def:crs:EPSG::32035',
3610
            'accuracy' => 0,
3611
        ],
3612
        [
3613
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14201',
3614
            'name' => 'Texas CS27 North zone',
3615
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3616
            'target_crs' => 'urn:ogc:def:crs:EPSG::32037',
3617
            'accuracy' => 0,
3618
        ],
3619
        [
3620
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14202',
3621
            'name' => 'Texas CS27 North Central zone',
3622
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3623
            'target_crs' => 'urn:ogc:def:crs:EPSG::32038',
3624
            'accuracy' => 0,
3625
        ],
3626
        [
3627
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14203',
3628
            'name' => 'Texas CS27 Central zone',
3629
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3630
            'target_crs' => 'urn:ogc:def:crs:EPSG::32039',
3631
            'accuracy' => 0,
3632
        ],
3633
        [
3634
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14204',
3635
            'name' => 'Texas CS27 South Central zone',
3636
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3637
            'target_crs' => 'urn:ogc:def:crs:EPSG::32040',
3638
            'accuracy' => 0,
3639
        ],
3640
        [
3641
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14205',
3642
            'name' => 'Texas CS27 South zone',
3643
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3644
            'target_crs' => 'urn:ogc:def:crs:EPSG::32041',
3645
            'accuracy' => 0,
3646
        ],
3647
        [
3648
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14301',
3649
            'name' => 'Utah CS27 North zone',
3650
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3651
            'target_crs' => 'urn:ogc:def:crs:EPSG::32042',
3652
            'accuracy' => 0,
3653
        ],
3654
        [
3655
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14302',
3656
            'name' => 'Utah CS27 Central zone',
3657
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3658
            'target_crs' => 'urn:ogc:def:crs:EPSG::32043',
3659
            'accuracy' => 0,
3660
        ],
3661
        [
3662
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14303',
3663
            'name' => 'Utah CS27 South zone',
3664
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3665
            'target_crs' => 'urn:ogc:def:crs:EPSG::32044',
3666
            'accuracy' => 0,
3667
        ],
3668
        [
3669
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14400',
3670
            'name' => 'Vermont CS27',
3671
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3672
            'target_crs' => 'urn:ogc:def:crs:EPSG::32045',
3673
            'accuracy' => 0,
3674
        ],
3675
        [
3676
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14501',
3677
            'name' => 'Virginia CS27 North zone',
3678
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3679
            'target_crs' => 'urn:ogc:def:crs:EPSG::32046',
3680
            'accuracy' => 0,
3681
        ],
3682
        [
3683
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14502',
3684
            'name' => 'Virginia CS27 South zone',
3685
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3686
            'target_crs' => 'urn:ogc:def:crs:EPSG::32047',
3687
            'accuracy' => 0,
3688
        ],
3689
        [
3690
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14601',
3691
            'name' => 'Washington CS27 North zone',
3692
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3693
            'target_crs' => 'urn:ogc:def:crs:EPSG::32048',
3694
            'accuracy' => 0,
3695
        ],
3696
        [
3697
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14602',
3698
            'name' => 'Washington CS27 South zone',
3699
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3700
            'target_crs' => 'urn:ogc:def:crs:EPSG::32049',
3701
            'accuracy' => 0,
3702
        ],
3703
        [
3704
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14701',
3705
            'name' => 'West Virginia CS27 North zone',
3706
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3707
            'target_crs' => 'urn:ogc:def:crs:EPSG::32050',
3708
            'accuracy' => 0,
3709
        ],
3710
        [
3711
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14702',
3712
            'name' => 'West Virginia CS27 South zone',
3713
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3714
            'target_crs' => 'urn:ogc:def:crs:EPSG::32051',
3715
            'accuracy' => 0,
3716
        ],
3717
        [
3718
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14801',
3719
            'name' => 'Wisconsin CS27 North zone',
3720
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3721
            'target_crs' => 'urn:ogc:def:crs:EPSG::32052',
3722
            'accuracy' => 0,
3723
        ],
3724
        [
3725
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14802',
3726
            'name' => 'Wisconsin CS27 Central zone',
3727
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3728
            'target_crs' => 'urn:ogc:def:crs:EPSG::32053',
3729
            'accuracy' => 0,
3730
        ],
3731
        [
3732
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14803',
3733
            'name' => 'Wisconsin CS27 South zone',
3734
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3735
            'target_crs' => 'urn:ogc:def:crs:EPSG::32054',
3736
            'accuracy' => 0,
3737
        ],
3738
        [
3739
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14901',
3740
            'name' => 'Wyoming CS27 East zone',
3741
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3742
            'target_crs' => 'urn:ogc:def:crs:EPSG::32055',
3743
            'accuracy' => 0,
3744
        ],
3745
        [
3746
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14902',
3747
            'name' => 'Wyoming CS27 East Central zone',
3748
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3749
            'target_crs' => 'urn:ogc:def:crs:EPSG::32056',
3750
            'accuracy' => 0,
3751
        ],
3752
        [
3753
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14903',
3754
            'name' => 'Wyoming CS27 West Central zone',
3755
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3756
            'target_crs' => 'urn:ogc:def:crs:EPSG::32057',
3757
            'accuracy' => 0,
3758
        ],
3759
        [
3760
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14904',
3761
            'name' => 'Wyoming CS27 West zone',
3762
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3763
            'target_crs' => 'urn:ogc:def:crs:EPSG::32058',
3764
            'accuracy' => 0,
3765
        ],
3766
        [
3767
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15914',
3768
            'name' => 'BLM zone 14N (US survey foot)',
3769
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3770
            'target_crs' => 'urn:ogc:def:crs:EPSG::32064',
3771
            'accuracy' => 0,
3772
        ],
3773
        [
3774
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15915',
3775
            'name' => 'BLM zone 15N (US survey foot)',
3776
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3777
            'target_crs' => 'urn:ogc:def:crs:EPSG::32065',
3778
            'accuracy' => 0,
3779
        ],
3780
        [
3781
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15916',
3782
            'name' => 'BLM zone 16N (US survey foot)',
3783
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3784
            'target_crs' => 'urn:ogc:def:crs:EPSG::32066',
3785
            'accuracy' => 0,
3786
        ],
3787
        [
3788
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15917',
3789
            'name' => 'BLM zone 17N (US survey foot)',
3790
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3791
            'target_crs' => 'urn:ogc:def:crs:EPSG::32067',
3792
            'accuracy' => 0,
3793
        ],
3794
        [
3795
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17701',
3796
            'name' => 'MTM zone 1',
3797
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3798
            'target_crs' => 'urn:ogc:def:crs:EPSG::32081',
3799
            'accuracy' => 0,
3800
        ],
3801
        [
3802
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17702',
3803
            'name' => 'MTM zone 2',
3804
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3805
            'target_crs' => 'urn:ogc:def:crs:EPSG::32082',
3806
            'accuracy' => 0,
3807
        ],
3808
        [
3809
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17703',
3810
            'name' => 'MTM zone 3',
3811
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3812
            'target_crs' => 'urn:ogc:def:crs:EPSG::32083',
3813
            'accuracy' => 0,
3814
        ],
3815
        [
3816
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17704',
3817
            'name' => 'MTM zone 4',
3818
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3819
            'target_crs' => 'urn:ogc:def:crs:EPSG::32084',
3820
            'accuracy' => 0,
3821
        ],
3822
        [
3823
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17705',
3824
            'name' => 'MTM zone 5',
3825
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3826
            'target_crs' => 'urn:ogc:def:crs:EPSG::32085',
3827
            'accuracy' => 0,
3828
        ],
3829
        [
3830
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17706',
3831
            'name' => 'MTM zone 6',
3832
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3833
            'target_crs' => 'urn:ogc:def:crs:EPSG::32086',
3834
            'accuracy' => 0,
3835
        ],
3836
        [
3837
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19944',
3838
            'name' => 'Quebec Lambert Projection',
3839
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3840
            'target_crs' => 'urn:ogc:def:crs:EPSG::32098',
3841
            'accuracy' => 0,
3842
        ],
3843
        [
3844
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11703',
3845
            'name' => 'Louisiana CS27 Offshore zone',
3846
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3847
            'target_crs' => 'urn:ogc:def:crs:EPSG::32099',
3848
            'accuracy' => 0,
3849
        ],
3850
        [
3851
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10420',
3852
            'name' => 'California Albers',
3853
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3854
            'target_crs' => 'urn:ogc:def:crs:EPSG::3309',
3855
            'accuracy' => 0,
3856
        ],
3857
        [
3858
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17722',
3859
            'name' => 'Alberta 3-degree TM reference meridian 111 W',
3860
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3861
            'target_crs' => 'urn:ogc:def:crs:EPSG::3771',
3862
            'accuracy' => 0,
3863
        ],
3864
        [
3865
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17723',
3866
            'name' => 'Alberta 3-degree TM reference meridian 114 W',
3867
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3868
            'target_crs' => 'urn:ogc:def:crs:EPSG::3772',
3869
            'accuracy' => 0,
3870
        ],
3871
        [
3872
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17724',
3873
            'name' => 'Alberta 3-degree TM reference meridian 117 W',
3874
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3875
            'target_crs' => 'urn:ogc:def:crs:EPSG::3773',
3876
            'accuracy' => 0,
3877
        ],
3878
        [
3879
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18063',
3880
            'name' => 'Cuba Norte',
3881
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3882
            'target_crs' => 'urn:ogc:def:crs:EPSG::3795',
3883
            'accuracy' => 0,
3884
        ],
3885
        [
3886
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18064',
3887
            'name' => 'Cuba Sur',
3888
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3889
            'target_crs' => 'urn:ogc:def:crs:EPSG::3796',
3890
            'accuracy' => 0,
3891
        ],
3892
        [
3893
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19844',
3894
            'name' => 'Ministry of Transport of Quebec Lambert',
3895
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3896
            'target_crs' => 'urn:ogc:def:crs:EPSG::3797',
3897
            'accuracy' => 0,
3898
        ],
3899
        [
3900
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17726',
3901
            'name' => 'Alberta 3-degree TM reference meridian 120 W',
3902
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3903
            'target_crs' => 'urn:ogc:def:crs:EPSG::3800',
3904
            'accuracy' => 0,
3905
        ],
3906
        [
3907
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1313',
3908
            'name' => 'NAD27 to NAD83 (4)',
3909
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3910
            'target_crs' => 'urn:ogc:def:crs:EPSG::4269',
3911
            'accuracy' => 1.5,
3912
        ],
3913
        [
3914
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1573',
3915
            'name' => 'NAD27 to NAD83 (6)',
3916
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3917
            'target_crs' => 'urn:ogc:def:crs:EPSG::4269',
3918
            'accuracy' => 1.5,
3919
        ],
3920
        [
3921
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8549',
3922
            'name' => 'NAD27 to NAD83 (8)',
3923
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3924
            'target_crs' => 'urn:ogc:def:crs:EPSG::4269',
3925
            'accuracy' => 0.5,
3926
        ],
3927
        [
3928
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8555',
3929
            'name' => 'NAD27 to NAD83 (7)',
3930
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3931
            'target_crs' => 'urn:ogc:def:crs:EPSG::4269',
3932
            'accuracy' => 0.15,
3933
        ],
3934
        [
3935
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9111',
3936
            'name' => 'NAD27 to NAD83 (9)',
3937
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3938
            'target_crs' => 'urn:ogc:def:crs:EPSG::4269',
3939
            'accuracy' => 1.5,
3940
        ],
3941
        [
3942
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1170',
3943
            'name' => 'NAD27 to WGS 84 (1)',
3944
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3945
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
3946
            'accuracy' => 16.0,
3947
        ],
3948
        [
3949
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1171',
3950
            'name' => 'NAD27 to WGS 84 (2)',
3951
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3952
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
3953
            'accuracy' => 10.0,
3954
        ],
3955
        [
3956
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1172',
3957
            'name' => 'NAD27 to WGS 84 (3)',
3958
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3959
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
3960
            'accuracy' => 20.0,
3961
        ],
3962
        [
3963
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1173',
3964
            'name' => 'NAD27 to WGS 84 (4)',
3965
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3966
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
3967
            'accuracy' => 10.0,
3968
        ],
3969
        [
3970
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1174',
3971
            'name' => 'NAD27 to WGS 84 (5)',
3972
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3973
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
3974
            'accuracy' => 11.0,
3975
        ],
3976
        [
3977
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1175',
3978
            'name' => 'NAD27 to WGS 84 (6)',
3979
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3980
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
3981
            'accuracy' => 7.0,
3982
        ],
3983
        [
3984
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1176',
3985
            'name' => 'NAD27 to WGS 84 (7)',
3986
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3987
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
3988
            'accuracy' => 12.0,
3989
        ],
3990
        [
3991
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1177',
3992
            'name' => 'NAD27 to WGS 84 (8)',
3993
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
3994
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
3995
            'accuracy' => 8.0,
3996
        ],
3997
        [
3998
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1178',
3999
            'name' => 'NAD27 to WGS 84 (9)',
4000
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4001
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4002
            'accuracy' => 44.0,
4003
        ],
4004
        [
4005
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1179',
4006
            'name' => 'NAD27 to WGS 84 (10)',
4007
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4008
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4009
            'accuracy' => 13.0,
4010
        ],
4011
        [
4012
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1180',
4013
            'name' => 'NAD27 to WGS 84 (11)',
4014
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4015
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4016
            'accuracy' => 12.0,
4017
        ],
4018
        [
4019
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1181',
4020
            'name' => 'NAD27 to WGS 84 (12)',
4021
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4022
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4023
            'accuracy' => 9.0,
4024
        ],
4025
        [
4026
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1182',
4027
            'name' => 'NAD27 to WGS 84 (13)',
4028
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4029
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4030
            'accuracy' => 8.0,
4031
        ],
4032
        [
4033
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1183',
4034
            'name' => 'NAD27 to WGS 84 (14)',
4035
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4036
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4037
            'accuracy' => 10.0,
4038
        ],
4039
        [
4040
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1184',
4041
            'name' => 'NAD27 to WGS 84 (15)',
4042
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4043
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4044
            'accuracy' => 35.0,
4045
        ],
4046
        [
4047
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1185',
4048
            'name' => 'NAD27 to WGS 84 (16)',
4049
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4050
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4051
            'accuracy' => 44.0,
4052
        ],
4053
        [
4054
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1186',
4055
            'name' => 'NAD27 to WGS 84 (17)',
4056
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4057
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4058
            'accuracy' => 44.0,
4059
        ],
4060
        [
4061
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1187',
4062
            'name' => 'NAD27 to WGS 84 (18)',
4063
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4064
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4065
            'accuracy' => 12.0,
4066
        ],
4067
        [
4068
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1249',
4069
            'name' => 'NAD27 to WGS 84 (21)',
4070
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4071
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4072
            'accuracy' => 15.0,
4073
        ],
4074
        [
4075
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1250',
4076
            'name' => 'NAD27 to WGS 84 (22)',
4077
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4078
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4079
            'accuracy' => 18.0,
4080
        ],
4081
        [
4082
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1530',
4083
            'name' => 'NAD27 to WGS 84 (30)',
4084
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4085
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4086
            'accuracy' => 3.0,
4087
        ],
4088
        [
4089
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15699',
4090
            'name' => 'NAD27 to WGS 84 (87)',
4091
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4092
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4093
            'accuracy' => 5.0,
4094
        ],
4095
        [
4096
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15855',
4097
            'name' => 'NAD27 to WGS 84 (83)',
4098
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4099
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4100
            'accuracy' => 5.0,
4101
        ],
4102
        [
4103
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15913',
4104
            'name' => 'NAD27 to WGS 84 (86)',
4105
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4106
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4107
            'accuracy' => 5.0,
4108
        ],
4109
        [
4110
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15978',
4111
            'name' => 'NAD27 to WGS 84 (88)',
4112
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4113
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4114
            'accuracy' => 1.0,
4115
        ],
4116
        [
4117
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1692',
4118
            'name' => 'NAD27 to WGS 84 (34)',
4119
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4120
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4121
            'accuracy' => 1.5,
4122
        ],
4123
        [
4124
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1693',
4125
            'name' => 'NAD27 to WGS 84 (33)',
4126
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4127
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4128
            'accuracy' => 2.0,
4129
        ],
4130
        [
4131
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1703',
4132
            'name' => 'NAD27 to WGS 84 (32)',
4133
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4134
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4135
            'accuracy' => 1.5,
4136
        ],
4137
        [
4138
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7698',
4139
            'name' => 'NAD27 to WGS 84 (89)',
4140
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4141
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
4142
            'accuracy' => 1.0,
4143
        ],
4144
        [
4145
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4186',
4146
            'name' => 'BLM zone 59N (US survey foot)',
4147
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4148
            'target_crs' => 'urn:ogc:def:crs:EPSG::4399',
4149
            'accuracy' => 0,
4150
        ],
4151
        [
4152
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4187',
4153
            'name' => 'BLM zone 60N (US survey foot)',
4154
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4155
            'target_crs' => 'urn:ogc:def:crs:EPSG::4400',
4156
            'accuracy' => 0,
4157
        ],
4158
        [
4159
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4101',
4160
            'name' => 'BLM zone 1N (US survey foot)',
4161
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4162
            'target_crs' => 'urn:ogc:def:crs:EPSG::4401',
4163
            'accuracy' => 0,
4164
        ],
4165
        [
4166
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4102',
4167
            'name' => 'BLM zone 2N (US survey foot)',
4168
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4169
            'target_crs' => 'urn:ogc:def:crs:EPSG::4402',
4170
            'accuracy' => 0,
4171
        ],
4172
        [
4173
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4103',
4174
            'name' => 'BLM zone 3N (US survey foot)',
4175
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4176
            'target_crs' => 'urn:ogc:def:crs:EPSG::4403',
4177
            'accuracy' => 0,
4178
        ],
4179
        [
4180
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4104',
4181
            'name' => 'BLM zone 4N (US survey foot)',
4182
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4183
            'target_crs' => 'urn:ogc:def:crs:EPSG::4404',
4184
            'accuracy' => 0,
4185
        ],
4186
        [
4187
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4105',
4188
            'name' => 'BLM zone 5N (US survey foot)',
4189
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4190
            'target_crs' => 'urn:ogc:def:crs:EPSG::4405',
4191
            'accuracy' => 0,
4192
        ],
4193
        [
4194
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4106',
4195
            'name' => 'BLM zone 6N (US survey foot)',
4196
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4197
            'target_crs' => 'urn:ogc:def:crs:EPSG::4406',
4198
            'accuracy' => 0,
4199
        ],
4200
        [
4201
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4107',
4202
            'name' => 'BLM zone 7N (US survey foot)',
4203
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4204
            'target_crs' => 'urn:ogc:def:crs:EPSG::4407',
4205
            'accuracy' => 0,
4206
        ],
4207
        [
4208
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4108',
4209
            'name' => 'BLM zone 8N (US survey foot)',
4210
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4211
            'target_crs' => 'urn:ogc:def:crs:EPSG::4408',
4212
            'accuracy' => 0,
4213
        ],
4214
        [
4215
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4109',
4216
            'name' => 'BLM zone 9N (US survey foot)',
4217
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4218
            'target_crs' => 'urn:ogc:def:crs:EPSG::4409',
4219
            'accuracy' => 0,
4220
        ],
4221
        [
4222
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4110',
4223
            'name' => 'BLM zone 10N (US survey foot)',
4224
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4225
            'target_crs' => 'urn:ogc:def:crs:EPSG::4410',
4226
            'accuracy' => 0,
4227
        ],
4228
        [
4229
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4111',
4230
            'name' => 'BLM zone 11N (US survey foot)',
4231
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4232
            'target_crs' => 'urn:ogc:def:crs:EPSG::4411',
4233
            'accuracy' => 0,
4234
        ],
4235
        [
4236
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4112',
4237
            'name' => 'BLM zone 12N (US survey foot)',
4238
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4239
            'target_crs' => 'urn:ogc:def:crs:EPSG::4412',
4240
            'accuracy' => 0,
4241
        ],
4242
        [
4243
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4113',
4244
            'name' => 'BLM zone 13N (US survey foot)',
4245
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4246
            'target_crs' => 'urn:ogc:def:crs:EPSG::4413',
4247
            'accuracy' => 0,
4248
        ],
4249
        [
4250
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4118',
4251
            'name' => 'BLM zone 18N (US survey foot)',
4252
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4253
            'target_crs' => 'urn:ogc:def:crs:EPSG::4418',
4254
            'accuracy' => 0,
4255
        ],
4256
        [
4257
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4119',
4258
            'name' => 'BLM zone 19N (US survey foot)',
4259
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4260
            'target_crs' => 'urn:ogc:def:crs:EPSG::4419',
4261
            'accuracy' => 0,
4262
        ],
4263
        [
4264
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4436',
4265
            'name' => 'Pennsylvania CS27 South zone',
4266
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4267
            'target_crs' => 'urn:ogc:def:crs:EPSG::4455',
4268
            'accuracy' => 0,
4269
        ],
4270
        [
4271
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4454',
4272
            'name' => 'New York CS27 Long Island zone',
4273
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4274
            'target_crs' => 'urn:ogc:def:crs:EPSG::4456',
4275
            'accuracy' => 0,
4276
        ],
4277
        [
4278
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5068',
4279
            'name' => 'Conus Albers',
4280
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4281
            'target_crs' => 'urn:ogc:def:crs:EPSG::5069',
4282
            'accuracy' => 0,
4283
        ],
4284
        [
4285
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5587',
4286
            'name' => 'New Brunswick Stereographic (NAD27)',
4287
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4288
            'target_crs' => 'urn:ogc:def:crs:EPSG::5588',
4289
            'accuracy' => 0,
4290
        ],
4291
        [
4292
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12101',
4293
            'name' => 'Michigan State Plane East zone',
4294
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4295
            'target_crs' => 'urn:ogc:def:crs:EPSG::5623',
4296
            'accuracy' => 0,
4297
        ],
4298
        [
4299
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12102',
4300
            'name' => 'Michigan State Plane Old Central zone',
4301
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4302
            'target_crs' => 'urn:ogc:def:crs:EPSG::5624',
4303
            'accuracy' => 0,
4304
        ],
4305
        [
4306
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12103',
4307
            'name' => 'Michigan State Plane West zone',
4308
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4309
            'target_crs' => 'urn:ogc:def:crs:EPSG::5625',
4310
            'accuracy' => 0,
4311
        ],
4312
        [
4313
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6198',
4314
            'name' => 'Michigan CS27 Central zone',
4315
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4316
            'target_crs' => 'urn:ogc:def:crs:EPSG::6201',
4317
            'accuracy' => 0,
4318
        ],
4319
        [
4320
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6199',
4321
            'name' => 'Michigan CS27 South zone',
4322
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4323
            'target_crs' => 'urn:ogc:def:crs:EPSG::6202',
4324
            'accuracy' => 0,
4325
        ],
4326
        [
4327
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6965',
4328
            'name' => 'Michigan CS27 North zone',
4329
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4330
            'target_crs' => 'urn:ogc:def:crs:EPSG::6966',
4331
            'accuracy' => 0,
4332
        ],
4333
        [
4334
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17710',
4335
            'name' => 'MTM zone 10',
4336
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4337
            'target_crs' => 'urn:ogc:def:crs:EPSG::7991',
4338
            'accuracy' => 0,
4339
        ],
4340
        [
4341
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9238',
4342
            'name' => 'NAD27 to NAD83(CSRS)v2 (4)',
4343
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4344
            'target_crs' => 'urn:ogc:def:crs:EPSG::8237',
4345
            'accuracy' => 0.8,
4346
        ],
4347
        [
4348
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9239',
4349
            'name' => 'NAD27 to NAD83(CSRS)v2 (1)',
4350
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4351
            'target_crs' => 'urn:ogc:def:crs:EPSG::8237',
4352
            'accuracy' => 1.5,
4353
        ],
4354
        [
4355
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9886',
4356
            'name' => 'NAD27 to NAD83(CSRS)v2 (2)',
4357
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4358
            'target_crs' => 'urn:ogc:def:crs:EPSG::8237',
4359
            'accuracy' => 1.5,
4360
        ],
4361
        [
4362
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9107',
4363
            'name' => 'NAD27 to NAD83(CSRS)v3 (5)',
4364
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4365
            'target_crs' => 'urn:ogc:def:crs:EPSG::8240',
4366
            'accuracy' => 1.5,
4367
        ],
4368
        [
4369
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9108',
4370
            'name' => 'NAD27 to NAD83(CSRS)v3 (6)',
4371
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4372
            'target_crs' => 'urn:ogc:def:crs:EPSG::8240',
4373
            'accuracy' => 1.0,
4374
        ],
4375
        [
4376
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9113',
4377
            'name' => 'NAD27 to NAD83(CSRS)v3 (8)',
4378
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4379
            'target_crs' => 'urn:ogc:def:crs:EPSG::8240',
4380
            'accuracy' => 1.5,
4381
        ],
4382
        [
4383
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9115',
4384
            'name' => 'NAD27 to NAD83(CSRS)v4 (10)',
4385
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4386
            'target_crs' => 'urn:ogc:def:crs:EPSG::8246',
4387
            'accuracy' => 1.5,
4388
        ],
4389
        [
4390
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::3899',
4391
            'name' => 'US National Atlas Equal Area',
4392
            'source_crs' => 'urn:ogc:def:crs:EPSG::4267',
4393
            'target_crs' => 'urn:ogc:def:crs:EPSG::9311',
4394
            'accuracy' => 0,
4395
        ],
4396
        [
4397
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10479',
4398
            'name' => 'TWDB Groundwater Modeling (US survey foot)',
4399
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4400
            'target_crs' => 'urn:ogc:def:crs:EPSG::10481',
4401
            'accuracy' => 0,
4402
        ],
4403
        [
4404
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15303',
4405
            'name' => 'SPCS83 Kentucky North zone (meter)',
4406
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4407
            'target_crs' => 'urn:ogc:def:crs:EPSG::2205',
4408
            'accuracy' => 0,
4409
        ],
4410
        [
4411
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15304',
4412
            'name' => 'SPCS83 Arizona East zone (international foot)',
4413
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4414
            'target_crs' => 'urn:ogc:def:crs:EPSG::2222',
4415
            'accuracy' => 0,
4416
        ],
4417
        [
4418
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15305',
4419
            'name' => 'SPCS83 Arizona Central zone (international foot)',
4420
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4421
            'target_crs' => 'urn:ogc:def:crs:EPSG::2223',
4422
            'accuracy' => 0,
4423
        ],
4424
        [
4425
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15306',
4426
            'name' => 'SPCS83 Arizona West zone (international foot)',
4427
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4428
            'target_crs' => 'urn:ogc:def:crs:EPSG::2224',
4429
            'accuracy' => 0,
4430
        ],
4431
        [
4432
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15307',
4433
            'name' => 'SPCS83 California zone 1 (US survey foot)',
4434
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4435
            'target_crs' => 'urn:ogc:def:crs:EPSG::2225',
4436
            'accuracy' => 0,
4437
        ],
4438
        [
4439
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15308',
4440
            'name' => 'SPCS83 California zone 2 (US survey foot)',
4441
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4442
            'target_crs' => 'urn:ogc:def:crs:EPSG::2226',
4443
            'accuracy' => 0,
4444
        ],
4445
        [
4446
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15309',
4447
            'name' => 'SPCS83 California zone 3 (US survey foot)',
4448
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4449
            'target_crs' => 'urn:ogc:def:crs:EPSG::2227',
4450
            'accuracy' => 0,
4451
        ],
4452
        [
4453
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15310',
4454
            'name' => 'SPCS83 California zone 4 (US survey foot)',
4455
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4456
            'target_crs' => 'urn:ogc:def:crs:EPSG::2228',
4457
            'accuracy' => 0,
4458
        ],
4459
        [
4460
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15311',
4461
            'name' => 'SPCS83 California zone 5 (US survey foot)',
4462
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4463
            'target_crs' => 'urn:ogc:def:crs:EPSG::2229',
4464
            'accuracy' => 0,
4465
        ],
4466
        [
4467
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15312',
4468
            'name' => 'SPCS83 California zone 6 (US survey foot)',
4469
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4470
            'target_crs' => 'urn:ogc:def:crs:EPSG::2230',
4471
            'accuracy' => 0,
4472
        ],
4473
        [
4474
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15313',
4475
            'name' => 'SPCS83 Colorado North zone (US survey foot)',
4476
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4477
            'target_crs' => 'urn:ogc:def:crs:EPSG::2231',
4478
            'accuracy' => 0,
4479
        ],
4480
        [
4481
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15314',
4482
            'name' => 'SPCS83 Colorado Central zone (US survey foot)',
4483
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4484
            'target_crs' => 'urn:ogc:def:crs:EPSG::2232',
4485
            'accuracy' => 0,
4486
        ],
4487
        [
4488
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15315',
4489
            'name' => 'SPCS83 Colorado South zone (US survey foot)',
4490
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4491
            'target_crs' => 'urn:ogc:def:crs:EPSG::2233',
4492
            'accuracy' => 0,
4493
        ],
4494
        [
4495
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15316',
4496
            'name' => 'SPCS83 Connecticut zone (US survey foot)',
4497
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4498
            'target_crs' => 'urn:ogc:def:crs:EPSG::2234',
4499
            'accuracy' => 0,
4500
        ],
4501
        [
4502
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15317',
4503
            'name' => 'SPCS83 Delaware zone (US survey foot)',
4504
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4505
            'target_crs' => 'urn:ogc:def:crs:EPSG::2235',
4506
            'accuracy' => 0,
4507
        ],
4508
        [
4509
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15318',
4510
            'name' => 'SPCS83 Florida East zone (US survey foot)',
4511
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4512
            'target_crs' => 'urn:ogc:def:crs:EPSG::2236',
4513
            'accuracy' => 0,
4514
        ],
4515
        [
4516
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15319',
4517
            'name' => 'SPCS83 Florida West zone (US survey foot)',
4518
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4519
            'target_crs' => 'urn:ogc:def:crs:EPSG::2237',
4520
            'accuracy' => 0,
4521
        ],
4522
        [
4523
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15320',
4524
            'name' => 'SPCS83 Florida North zone (US survey foot)',
4525
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4526
            'target_crs' => 'urn:ogc:def:crs:EPSG::2238',
4527
            'accuracy' => 0,
4528
        ],
4529
        [
4530
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15321',
4531
            'name' => 'SPCS83 Georgia East zone (US survey foot)',
4532
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4533
            'target_crs' => 'urn:ogc:def:crs:EPSG::2239',
4534
            'accuracy' => 0,
4535
        ],
4536
        [
4537
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15322',
4538
            'name' => 'SPCS83 Georgia West zone (US survey foot)',
4539
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4540
            'target_crs' => 'urn:ogc:def:crs:EPSG::2240',
4541
            'accuracy' => 0,
4542
        ],
4543
        [
4544
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15323',
4545
            'name' => 'SPCS83 Idaho East zone (US survey foot)',
4546
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4547
            'target_crs' => 'urn:ogc:def:crs:EPSG::2241',
4548
            'accuracy' => 0,
4549
        ],
4550
        [
4551
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15324',
4552
            'name' => 'SPCS83 Idaho Central zone (US survey foot)',
4553
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4554
            'target_crs' => 'urn:ogc:def:crs:EPSG::2242',
4555
            'accuracy' => 0,
4556
        ],
4557
        [
4558
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15325',
4559
            'name' => 'SPCS83 Idaho West zone (US survey foot)',
4560
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4561
            'target_crs' => 'urn:ogc:def:crs:EPSG::2243',
4562
            'accuracy' => 0,
4563
        ],
4564
        [
4565
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15328',
4566
            'name' => 'SPCS83 Kentucky North zone (US survey foot)',
4567
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4568
            'target_crs' => 'urn:ogc:def:crs:EPSG::2246',
4569
            'accuracy' => 0,
4570
        ],
4571
        [
4572
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15329',
4573
            'name' => 'SPCS83 Kentucky South zone (US survey foot)',
4574
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4575
            'target_crs' => 'urn:ogc:def:crs:EPSG::2247',
4576
            'accuracy' => 0,
4577
        ],
4578
        [
4579
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15330',
4580
            'name' => 'SPCS83 Maryland zone (US survey foot)',
4581
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4582
            'target_crs' => 'urn:ogc:def:crs:EPSG::2248',
4583
            'accuracy' => 0,
4584
        ],
4585
        [
4586
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15331',
4587
            'name' => 'SPCS83 Massachusetts Mainland zone (US survey foot)',
4588
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4589
            'target_crs' => 'urn:ogc:def:crs:EPSG::2249',
4590
            'accuracy' => 0,
4591
        ],
4592
        [
4593
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15332',
4594
            'name' => 'SPCS83 Massachusetts Island zone (US survey foot)',
4595
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4596
            'target_crs' => 'urn:ogc:def:crs:EPSG::2250',
4597
            'accuracy' => 0,
4598
        ],
4599
        [
4600
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15333',
4601
            'name' => 'SPCS83 Michigan North zone (international foot)',
4602
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4603
            'target_crs' => 'urn:ogc:def:crs:EPSG::2251',
4604
            'accuracy' => 0,
4605
        ],
4606
        [
4607
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15334',
4608
            'name' => 'SPCS83 Michigan Central zone (international foot)',
4609
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4610
            'target_crs' => 'urn:ogc:def:crs:EPSG::2252',
4611
            'accuracy' => 0,
4612
        ],
4613
        [
4614
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15335',
4615
            'name' => 'SPCS83 Michigan South zone (international foot)',
4616
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4617
            'target_crs' => 'urn:ogc:def:crs:EPSG::2253',
4618
            'accuracy' => 0,
4619
        ],
4620
        [
4621
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15336',
4622
            'name' => 'SPCS83 Mississippi East zone (US survey foot)',
4623
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4624
            'target_crs' => 'urn:ogc:def:crs:EPSG::2254',
4625
            'accuracy' => 0,
4626
        ],
4627
        [
4628
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15337',
4629
            'name' => 'SPCS83 Mississippi West zone (US survey foot)',
4630
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4631
            'target_crs' => 'urn:ogc:def:crs:EPSG::2255',
4632
            'accuracy' => 0,
4633
        ],
4634
        [
4635
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15338',
4636
            'name' => 'SPCS83 Montana zone (international foot)',
4637
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4638
            'target_crs' => 'urn:ogc:def:crs:EPSG::2256',
4639
            'accuracy' => 0,
4640
        ],
4641
        [
4642
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15339',
4643
            'name' => 'SPCS83 New Mexico East zone (US survey foot)',
4644
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4645
            'target_crs' => 'urn:ogc:def:crs:EPSG::2257',
4646
            'accuracy' => 0,
4647
        ],
4648
        [
4649
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15340',
4650
            'name' => 'SPCS83 New Mexico Central zone (US survey foot)',
4651
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4652
            'target_crs' => 'urn:ogc:def:crs:EPSG::2258',
4653
            'accuracy' => 0,
4654
        ],
4655
        [
4656
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15341',
4657
            'name' => 'SPCS83 New Mexico West zone (US survey foot)',
4658
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4659
            'target_crs' => 'urn:ogc:def:crs:EPSG::2259',
4660
            'accuracy' => 0,
4661
        ],
4662
        [
4663
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15342',
4664
            'name' => 'SPCS83 New York East zone (US survey foot)',
4665
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4666
            'target_crs' => 'urn:ogc:def:crs:EPSG::2260',
4667
            'accuracy' => 0,
4668
        ],
4669
        [
4670
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15343',
4671
            'name' => 'SPCS83 New York Central zone (US survey foot)',
4672
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4673
            'target_crs' => 'urn:ogc:def:crs:EPSG::2261',
4674
            'accuracy' => 0,
4675
        ],
4676
        [
4677
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15344',
4678
            'name' => 'SPCS83 New York West zone (US survey foot)',
4679
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4680
            'target_crs' => 'urn:ogc:def:crs:EPSG::2262',
4681
            'accuracy' => 0,
4682
        ],
4683
        [
4684
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15345',
4685
            'name' => 'SPCS83 New York Long Island zone (US survey foot)',
4686
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4687
            'target_crs' => 'urn:ogc:def:crs:EPSG::2263',
4688
            'accuracy' => 0,
4689
        ],
4690
        [
4691
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15346',
4692
            'name' => 'SPCS83 North Carolina zone (US survey foot)',
4693
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4694
            'target_crs' => 'urn:ogc:def:crs:EPSG::2264',
4695
            'accuracy' => 0,
4696
        ],
4697
        [
4698
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15347',
4699
            'name' => 'SPCS83 North Dakota North zone (international foot)',
4700
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4701
            'target_crs' => 'urn:ogc:def:crs:EPSG::2265',
4702
            'accuracy' => 0,
4703
        ],
4704
        [
4705
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15348',
4706
            'name' => 'SPCS83 North Dakota South zone (international foot)',
4707
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4708
            'target_crs' => 'urn:ogc:def:crs:EPSG::2266',
4709
            'accuracy' => 0,
4710
        ],
4711
        [
4712
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15349',
4713
            'name' => 'SPCS83 Oklahoma North zone (US survey foot)',
4714
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4715
            'target_crs' => 'urn:ogc:def:crs:EPSG::2267',
4716
            'accuracy' => 0,
4717
        ],
4718
        [
4719
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15350',
4720
            'name' => 'SPCS83 Oklahoma South zone (US survey foot)',
4721
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4722
            'target_crs' => 'urn:ogc:def:crs:EPSG::2268',
4723
            'accuracy' => 0,
4724
        ],
4725
        [
4726
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15351',
4727
            'name' => 'SPCS83 Oregon North zone (international foot)',
4728
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4729
            'target_crs' => 'urn:ogc:def:crs:EPSG::2269',
4730
            'accuracy' => 0,
4731
        ],
4732
        [
4733
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15352',
4734
            'name' => 'SPCS83 Oregon South zone (international foot)',
4735
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4736
            'target_crs' => 'urn:ogc:def:crs:EPSG::2270',
4737
            'accuracy' => 0,
4738
        ],
4739
        [
4740
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15353',
4741
            'name' => 'SPCS83 Pennsylvania North zone (US survey foot)',
4742
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4743
            'target_crs' => 'urn:ogc:def:crs:EPSG::2271',
4744
            'accuracy' => 0,
4745
        ],
4746
        [
4747
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15354',
4748
            'name' => 'SPCS83 Pennsylvania South zone (US survey foot)',
4749
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4750
            'target_crs' => 'urn:ogc:def:crs:EPSG::2272',
4751
            'accuracy' => 0,
4752
        ],
4753
        [
4754
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15355',
4755
            'name' => 'SPCS83 South Carolina zone (international foot)',
4756
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4757
            'target_crs' => 'urn:ogc:def:crs:EPSG::2273',
4758
            'accuracy' => 0,
4759
        ],
4760
        [
4761
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15356',
4762
            'name' => 'SPCS83 Tennessee zone (US survey foot)',
4763
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4764
            'target_crs' => 'urn:ogc:def:crs:EPSG::2274',
4765
            'accuracy' => 0,
4766
        ],
4767
        [
4768
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15357',
4769
            'name' => 'SPCS83 Texas North zone (US survey foot)',
4770
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4771
            'target_crs' => 'urn:ogc:def:crs:EPSG::2275',
4772
            'accuracy' => 0,
4773
        ],
4774
        [
4775
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15358',
4776
            'name' => 'SPCS83 Texas North Central zone (US survey foot)',
4777
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4778
            'target_crs' => 'urn:ogc:def:crs:EPSG::2276',
4779
            'accuracy' => 0,
4780
        ],
4781
        [
4782
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15359',
4783
            'name' => 'SPCS83 Texas Central zone (US survey foot)',
4784
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4785
            'target_crs' => 'urn:ogc:def:crs:EPSG::2277',
4786
            'accuracy' => 0,
4787
        ],
4788
        [
4789
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15360',
4790
            'name' => 'SPCS83 Texas South Central zone (US survey foot)',
4791
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4792
            'target_crs' => 'urn:ogc:def:crs:EPSG::2278',
4793
            'accuracy' => 0,
4794
        ],
4795
        [
4796
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15361',
4797
            'name' => 'SPCS83 Texas South zone (US survey foot)',
4798
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4799
            'target_crs' => 'urn:ogc:def:crs:EPSG::2279',
4800
            'accuracy' => 0,
4801
        ],
4802
        [
4803
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15362',
4804
            'name' => 'SPCS83 Utah North zone (international foot)',
4805
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4806
            'target_crs' => 'urn:ogc:def:crs:EPSG::2280',
4807
            'accuracy' => 0,
4808
        ],
4809
        [
4810
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15363',
4811
            'name' => 'SPCS83 Utah Central zone (international foot)',
4812
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4813
            'target_crs' => 'urn:ogc:def:crs:EPSG::2281',
4814
            'accuracy' => 0,
4815
        ],
4816
        [
4817
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15364',
4818
            'name' => 'SPCS83 Utah South zone (international foot)',
4819
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4820
            'target_crs' => 'urn:ogc:def:crs:EPSG::2282',
4821
            'accuracy' => 0,
4822
        ],
4823
        [
4824
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15365',
4825
            'name' => 'SPCS83 Virginia North zone (US survey foot)',
4826
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4827
            'target_crs' => 'urn:ogc:def:crs:EPSG::2283',
4828
            'accuracy' => 0,
4829
        ],
4830
        [
4831
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15366',
4832
            'name' => 'SPCS83 Virginia South zone (US survey foot)',
4833
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4834
            'target_crs' => 'urn:ogc:def:crs:EPSG::2284',
4835
            'accuracy' => 0,
4836
        ],
4837
        [
4838
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15367',
4839
            'name' => 'SPCS83 Washington North zone (US survey foot)',
4840
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4841
            'target_crs' => 'urn:ogc:def:crs:EPSG::2285',
4842
            'accuracy' => 0,
4843
        ],
4844
        [
4845
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15368',
4846
            'name' => 'SPCS83 Washington South zone (US survey foot)',
4847
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4848
            'target_crs' => 'urn:ogc:def:crs:EPSG::2286',
4849
            'accuracy' => 0,
4850
        ],
4851
        [
4852
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15369',
4853
            'name' => 'SPCS83 Wisconsin North zone (US survey foot)',
4854
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4855
            'target_crs' => 'urn:ogc:def:crs:EPSG::2287',
4856
            'accuracy' => 0,
4857
        ],
4858
        [
4859
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15370',
4860
            'name' => 'SPCS83 Wisconsin Central zone (US survey foot)',
4861
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4862
            'target_crs' => 'urn:ogc:def:crs:EPSG::2288',
4863
            'accuracy' => 0,
4864
        ],
4865
        [
4866
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15371',
4867
            'name' => 'SPCS83 Wisconsin South zone (US survey foot)',
4868
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4869
            'target_crs' => 'urn:ogc:def:crs:EPSG::2289',
4870
            'accuracy' => 0,
4871
        ],
4872
        [
4873
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11833',
4874
            'name' => 'SPCS83 Maine East zone (US survey foot)',
4875
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4876
            'target_crs' => 'urn:ogc:def:crs:EPSG::26847',
4877
            'accuracy' => 0,
4878
        ],
4879
        [
4880
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11834',
4881
            'name' => 'SPCS83 Maine West zone (US survey foot)',
4882
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4883
            'target_crs' => 'urn:ogc:def:crs:EPSG::26848',
4884
            'accuracy' => 0,
4885
        ],
4886
        [
4887
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12234',
4888
            'name' => 'SPCS83 Minnesota North zone (US survey foot)',
4889
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4890
            'target_crs' => 'urn:ogc:def:crs:EPSG::26849',
4891
            'accuracy' => 0,
4892
        ],
4893
        [
4894
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12235',
4895
            'name' => 'SPCS83 Minnesota Central zone (US survey foot)',
4896
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4897
            'target_crs' => 'urn:ogc:def:crs:EPSG::26850',
4898
            'accuracy' => 0,
4899
        ],
4900
        [
4901
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12236',
4902
            'name' => 'SPCS83 Minnesota South zone (US survey foot)',
4903
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4904
            'target_crs' => 'urn:ogc:def:crs:EPSG::26851',
4905
            'accuracy' => 0,
4906
        ],
4907
        [
4908
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15396',
4909
            'name' => 'SPCS83 Nebraska zone (US survey foot)',
4910
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4911
            'target_crs' => 'urn:ogc:def:crs:EPSG::26852',
4912
            'accuracy' => 0,
4913
        ],
4914
        [
4915
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14735',
4916
            'name' => 'SPCS83 West Virginia North zone (US survey foot)',
4917
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4918
            'target_crs' => 'urn:ogc:def:crs:EPSG::26853',
4919
            'accuracy' => 0,
4920
        ],
4921
        [
4922
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14736',
4923
            'name' => 'SPCS83 West Virginia South zone (US survey foot)',
4924
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4925
            'target_crs' => 'urn:ogc:def:crs:EPSG::26854',
4926
            'accuracy' => 0,
4927
        ],
4928
        [
4929
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10131',
4930
            'name' => 'SPCS83 Alabama East zone (meter)',
4931
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4932
            'target_crs' => 'urn:ogc:def:crs:EPSG::26929',
4933
            'accuracy' => 0,
4934
        ],
4935
        [
4936
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10132',
4937
            'name' => 'SPCS83 Alabama West zone (meter)',
4938
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4939
            'target_crs' => 'urn:ogc:def:crs:EPSG::26930',
4940
            'accuracy' => 0,
4941
        ],
4942
        [
4943
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15031',
4944
            'name' => 'SPCS83 Alaska zone 1 (meter)',
4945
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4946
            'target_crs' => 'urn:ogc:def:crs:EPSG::26931',
4947
            'accuracy' => 0,
4948
        ],
4949
        [
4950
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15032',
4951
            'name' => 'SPCS83 Alaska zone 2 (meter)',
4952
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4953
            'target_crs' => 'urn:ogc:def:crs:EPSG::26932',
4954
            'accuracy' => 0,
4955
        ],
4956
        [
4957
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15033',
4958
            'name' => 'SPCS83 Alaska zone 3 (meter)',
4959
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4960
            'target_crs' => 'urn:ogc:def:crs:EPSG::26933',
4961
            'accuracy' => 0,
4962
        ],
4963
        [
4964
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15034',
4965
            'name' => 'SPCS83 Alaska zone 4 (meter)',
4966
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4967
            'target_crs' => 'urn:ogc:def:crs:EPSG::26934',
4968
            'accuracy' => 0,
4969
        ],
4970
        [
4971
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15035',
4972
            'name' => 'SPCS83 Alaska zone 5 (meter)',
4973
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4974
            'target_crs' => 'urn:ogc:def:crs:EPSG::26935',
4975
            'accuracy' => 0,
4976
        ],
4977
        [
4978
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15036',
4979
            'name' => 'SPCS83 Alaska zone 6 (meter)',
4980
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4981
            'target_crs' => 'urn:ogc:def:crs:EPSG::26936',
4982
            'accuracy' => 0,
4983
        ],
4984
        [
4985
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15037',
4986
            'name' => 'SPCS83 Alaska zone 7 (meter)',
4987
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4988
            'target_crs' => 'urn:ogc:def:crs:EPSG::26937',
4989
            'accuracy' => 0,
4990
        ],
4991
        [
4992
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15038',
4993
            'name' => 'SPCS83 Alaska zone 8 (meter)',
4994
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
4995
            'target_crs' => 'urn:ogc:def:crs:EPSG::26938',
4996
            'accuracy' => 0,
4997
        ],
4998
        [
4999
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15039',
5000
            'name' => 'SPCS83 Alaska zone 9 (meter)',
5001
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5002
            'target_crs' => 'urn:ogc:def:crs:EPSG::26939',
5003
            'accuracy' => 0,
5004
        ],
5005
        [
5006
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15040',
5007
            'name' => 'SPCS83 Alaska zone 10 (meter)',
5008
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5009
            'target_crs' => 'urn:ogc:def:crs:EPSG::26940',
5010
            'accuracy' => 0,
5011
        ],
5012
        [
5013
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10431',
5014
            'name' => 'SPCS83 California zone 1 (meter)',
5015
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5016
            'target_crs' => 'urn:ogc:def:crs:EPSG::26941',
5017
            'accuracy' => 0,
5018
        ],
5019
        [
5020
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10432',
5021
            'name' => 'SPCS83 California zone 2 (meter)',
5022
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5023
            'target_crs' => 'urn:ogc:def:crs:EPSG::26942',
5024
            'accuracy' => 0,
5025
        ],
5026
        [
5027
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10433',
5028
            'name' => 'SPCS83 California zone 3 (meter)',
5029
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5030
            'target_crs' => 'urn:ogc:def:crs:EPSG::26943',
5031
            'accuracy' => 0,
5032
        ],
5033
        [
5034
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10434',
5035
            'name' => 'SPCS83 California zone 4 (meter)',
5036
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5037
            'target_crs' => 'urn:ogc:def:crs:EPSG::26944',
5038
            'accuracy' => 0,
5039
        ],
5040
        [
5041
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10435',
5042
            'name' => 'SPCS83 California zone 5 (meter)',
5043
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5044
            'target_crs' => 'urn:ogc:def:crs:EPSG::26945',
5045
            'accuracy' => 0,
5046
        ],
5047
        [
5048
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10436',
5049
            'name' => 'SPCS83 California zone 6 (meter)',
5050
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5051
            'target_crs' => 'urn:ogc:def:crs:EPSG::26946',
5052
            'accuracy' => 0,
5053
        ],
5054
        [
5055
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10231',
5056
            'name' => 'SPCS83 Arizona East zone (meter)',
5057
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5058
            'target_crs' => 'urn:ogc:def:crs:EPSG::26948',
5059
            'accuracy' => 0,
5060
        ],
5061
        [
5062
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10232',
5063
            'name' => 'SPCS83 Arizona Central zone (meter)',
5064
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5065
            'target_crs' => 'urn:ogc:def:crs:EPSG::26949',
5066
            'accuracy' => 0,
5067
        ],
5068
        [
5069
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10233',
5070
            'name' => 'SPCS83 Arizona West zone (meter)',
5071
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5072
            'target_crs' => 'urn:ogc:def:crs:EPSG::26950',
5073
            'accuracy' => 0,
5074
        ],
5075
        [
5076
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10331',
5077
            'name' => 'SPCS83 Arkansas North zone (meter)',
5078
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5079
            'target_crs' => 'urn:ogc:def:crs:EPSG::26951',
5080
            'accuracy' => 0,
5081
        ],
5082
        [
5083
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10332',
5084
            'name' => 'SPCS83 Arkansas South zone (meter)',
5085
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5086
            'target_crs' => 'urn:ogc:def:crs:EPSG::26952',
5087
            'accuracy' => 0,
5088
        ],
5089
        [
5090
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10531',
5091
            'name' => 'SPCS83 Colorado North zone (meter)',
5092
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5093
            'target_crs' => 'urn:ogc:def:crs:EPSG::26953',
5094
            'accuracy' => 0,
5095
        ],
5096
        [
5097
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10532',
5098
            'name' => 'SPCS83 Colorado Central zone (meter)',
5099
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5100
            'target_crs' => 'urn:ogc:def:crs:EPSG::26954',
5101
            'accuracy' => 0,
5102
        ],
5103
        [
5104
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10533',
5105
            'name' => 'SPCS83 Colorado South zone (meter)',
5106
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5107
            'target_crs' => 'urn:ogc:def:crs:EPSG::26955',
5108
            'accuracy' => 0,
5109
        ],
5110
        [
5111
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10630',
5112
            'name' => 'SPCS83 Connecticut zone (meter)',
5113
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5114
            'target_crs' => 'urn:ogc:def:crs:EPSG::26956',
5115
            'accuracy' => 0,
5116
        ],
5117
        [
5118
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10730',
5119
            'name' => 'SPCS83 Delaware zone (meter)',
5120
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5121
            'target_crs' => 'urn:ogc:def:crs:EPSG::26957',
5122
            'accuracy' => 0,
5123
        ],
5124
        [
5125
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10931',
5126
            'name' => 'SPCS83 Florida East zone (meter)',
5127
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5128
            'target_crs' => 'urn:ogc:def:crs:EPSG::26958',
5129
            'accuracy' => 0,
5130
        ],
5131
        [
5132
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10932',
5133
            'name' => 'SPCS83 Florida West zone (meter)',
5134
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5135
            'target_crs' => 'urn:ogc:def:crs:EPSG::26959',
5136
            'accuracy' => 0,
5137
        ],
5138
        [
5139
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10933',
5140
            'name' => 'SPCS83 Florida North zone (meter)',
5141
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5142
            'target_crs' => 'urn:ogc:def:crs:EPSG::26960',
5143
            'accuracy' => 0,
5144
        ],
5145
        [
5146
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15131',
5147
            'name' => 'SPCS83 Hawaii zone 1 (meter)',
5148
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5149
            'target_crs' => 'urn:ogc:def:crs:EPSG::26961',
5150
            'accuracy' => 0,
5151
        ],
5152
        [
5153
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15132',
5154
            'name' => 'SPCS83 Hawaii zone 2 (meter)',
5155
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5156
            'target_crs' => 'urn:ogc:def:crs:EPSG::26962',
5157
            'accuracy' => 0,
5158
        ],
5159
        [
5160
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15133',
5161
            'name' => 'SPCS83 Hawaii zone 3 (meter)',
5162
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5163
            'target_crs' => 'urn:ogc:def:crs:EPSG::26963',
5164
            'accuracy' => 0,
5165
        ],
5166
        [
5167
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15134',
5168
            'name' => 'SPCS83 Hawaii zone 4 (meter)',
5169
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5170
            'target_crs' => 'urn:ogc:def:crs:EPSG::26964',
5171
            'accuracy' => 0,
5172
        ],
5173
        [
5174
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15135',
5175
            'name' => 'SPCS83 Hawaii zone 5 (meter)',
5176
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5177
            'target_crs' => 'urn:ogc:def:crs:EPSG::26965',
5178
            'accuracy' => 0,
5179
        ],
5180
        [
5181
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11031',
5182
            'name' => 'SPCS83 Georgia East zone (meter)',
5183
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5184
            'target_crs' => 'urn:ogc:def:crs:EPSG::26966',
5185
            'accuracy' => 0,
5186
        ],
5187
        [
5188
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11032',
5189
            'name' => 'SPCS83 Georgia West zone (meter)',
5190
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5191
            'target_crs' => 'urn:ogc:def:crs:EPSG::26967',
5192
            'accuracy' => 0,
5193
        ],
5194
        [
5195
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11131',
5196
            'name' => 'SPCS83 Idaho East zone (meter)',
5197
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5198
            'target_crs' => 'urn:ogc:def:crs:EPSG::26968',
5199
            'accuracy' => 0,
5200
        ],
5201
        [
5202
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11132',
5203
            'name' => 'SPCS83 Idaho Central zone (meter)',
5204
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5205
            'target_crs' => 'urn:ogc:def:crs:EPSG::26969',
5206
            'accuracy' => 0,
5207
        ],
5208
        [
5209
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11133',
5210
            'name' => 'SPCS83 Idaho West zone (meter)',
5211
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5212
            'target_crs' => 'urn:ogc:def:crs:EPSG::26970',
5213
            'accuracy' => 0,
5214
        ],
5215
        [
5216
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11231',
5217
            'name' => 'SPCS83 Illinois East zone (meter)',
5218
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5219
            'target_crs' => 'urn:ogc:def:crs:EPSG::26971',
5220
            'accuracy' => 0,
5221
        ],
5222
        [
5223
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11232',
5224
            'name' => 'SPCS83 Illinois West zone (meter)',
5225
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5226
            'target_crs' => 'urn:ogc:def:crs:EPSG::26972',
5227
            'accuracy' => 0,
5228
        ],
5229
        [
5230
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11331',
5231
            'name' => 'SPCS83 Indiana East zone (meter)',
5232
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5233
            'target_crs' => 'urn:ogc:def:crs:EPSG::26973',
5234
            'accuracy' => 0,
5235
        ],
5236
        [
5237
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11332',
5238
            'name' => 'SPCS83 Indiana West zone (meter)',
5239
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5240
            'target_crs' => 'urn:ogc:def:crs:EPSG::26974',
5241
            'accuracy' => 0,
5242
        ],
5243
        [
5244
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11431',
5245
            'name' => 'SPCS83 Iowa North zone (meter)',
5246
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5247
            'target_crs' => 'urn:ogc:def:crs:EPSG::26975',
5248
            'accuracy' => 0,
5249
        ],
5250
        [
5251
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11432',
5252
            'name' => 'SPCS83 Iowa South zone (meter)',
5253
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5254
            'target_crs' => 'urn:ogc:def:crs:EPSG::26976',
5255
            'accuracy' => 0,
5256
        ],
5257
        [
5258
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11531',
5259
            'name' => 'SPCS83 Kansas North zone (meter)',
5260
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5261
            'target_crs' => 'urn:ogc:def:crs:EPSG::26977',
5262
            'accuracy' => 0,
5263
        ],
5264
        [
5265
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11532',
5266
            'name' => 'SPCS83 Kansas South zone (meter)',
5267
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5268
            'target_crs' => 'urn:ogc:def:crs:EPSG::26978',
5269
            'accuracy' => 0,
5270
        ],
5271
        [
5272
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11632',
5273
            'name' => 'SPCS83 Kentucky South zone (meter)',
5274
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5275
            'target_crs' => 'urn:ogc:def:crs:EPSG::26980',
5276
            'accuracy' => 0,
5277
        ],
5278
        [
5279
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11731',
5280
            'name' => 'SPCS83 Louisiana North zone (meter)',
5281
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5282
            'target_crs' => 'urn:ogc:def:crs:EPSG::26981',
5283
            'accuracy' => 0,
5284
        ],
5285
        [
5286
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11732',
5287
            'name' => 'SPCS83 Louisiana South zone (meter)',
5288
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5289
            'target_crs' => 'urn:ogc:def:crs:EPSG::26982',
5290
            'accuracy' => 0,
5291
        ],
5292
        [
5293
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11831',
5294
            'name' => 'SPCS83 Maine East zone (meter)',
5295
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5296
            'target_crs' => 'urn:ogc:def:crs:EPSG::26983',
5297
            'accuracy' => 0,
5298
        ],
5299
        [
5300
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11832',
5301
            'name' => 'SPCS83 Maine West zone (meter)',
5302
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5303
            'target_crs' => 'urn:ogc:def:crs:EPSG::26984',
5304
            'accuracy' => 0,
5305
        ],
5306
        [
5307
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11930',
5308
            'name' => 'SPCS83 Maryland zone (meter)',
5309
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5310
            'target_crs' => 'urn:ogc:def:crs:EPSG::26985',
5311
            'accuracy' => 0,
5312
        ],
5313
        [
5314
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12031',
5315
            'name' => 'SPCS83 Massachusetts Mainland zone (meter)',
5316
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5317
            'target_crs' => 'urn:ogc:def:crs:EPSG::26986',
5318
            'accuracy' => 0,
5319
        ],
5320
        [
5321
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12032',
5322
            'name' => 'SPCS83 Massachusetts Island zone (meter)',
5323
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5324
            'target_crs' => 'urn:ogc:def:crs:EPSG::26987',
5325
            'accuracy' => 0,
5326
        ],
5327
        [
5328
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12141',
5329
            'name' => 'SPCS83 Michigan North zone (meter)',
5330
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5331
            'target_crs' => 'urn:ogc:def:crs:EPSG::26988',
5332
            'accuracy' => 0,
5333
        ],
5334
        [
5335
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12142',
5336
            'name' => 'SPCS83 Michigan Central zone (meter)',
5337
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5338
            'target_crs' => 'urn:ogc:def:crs:EPSG::26989',
5339
            'accuracy' => 0,
5340
        ],
5341
        [
5342
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12143',
5343
            'name' => 'SPCS83 Michigan South zone (meter)',
5344
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5345
            'target_crs' => 'urn:ogc:def:crs:EPSG::26990',
5346
            'accuracy' => 0,
5347
        ],
5348
        [
5349
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12231',
5350
            'name' => 'SPCS83 Minnesota North zone (meter)',
5351
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5352
            'target_crs' => 'urn:ogc:def:crs:EPSG::26991',
5353
            'accuracy' => 0,
5354
        ],
5355
        [
5356
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12232',
5357
            'name' => 'SPCS83 Minnesota Central zone (meter)',
5358
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5359
            'target_crs' => 'urn:ogc:def:crs:EPSG::26992',
5360
            'accuracy' => 0,
5361
        ],
5362
        [
5363
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12233',
5364
            'name' => 'SPCS83 Minnesota South zone (meter)',
5365
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5366
            'target_crs' => 'urn:ogc:def:crs:EPSG::26993',
5367
            'accuracy' => 0,
5368
        ],
5369
        [
5370
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12331',
5371
            'name' => 'SPCS83 Mississippi East zone (meter)',
5372
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5373
            'target_crs' => 'urn:ogc:def:crs:EPSG::26994',
5374
            'accuracy' => 0,
5375
        ],
5376
        [
5377
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12332',
5378
            'name' => 'SPCS83 Mississippi West zone (meter)',
5379
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5380
            'target_crs' => 'urn:ogc:def:crs:EPSG::26995',
5381
            'accuracy' => 0,
5382
        ],
5383
        [
5384
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12431',
5385
            'name' => 'SPCS83 Missouri East zone (meter)',
5386
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5387
            'target_crs' => 'urn:ogc:def:crs:EPSG::26996',
5388
            'accuracy' => 0,
5389
        ],
5390
        [
5391
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12432',
5392
            'name' => 'SPCS83 Missouri Central zone (meter)',
5393
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5394
            'target_crs' => 'urn:ogc:def:crs:EPSG::26997',
5395
            'accuracy' => 0,
5396
        ],
5397
        [
5398
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12433',
5399
            'name' => 'SPCS83 Missouri West zone (meter)',
5400
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5401
            'target_crs' => 'urn:ogc:def:crs:EPSG::26998',
5402
            'accuracy' => 0,
5403
        ],
5404
        [
5405
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15372',
5406
            'name' => 'SPCS83 Indiana East zone (US survey foot)',
5407
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5408
            'target_crs' => 'urn:ogc:def:crs:EPSG::2965',
5409
            'accuracy' => 0,
5410
        ],
5411
        [
5412
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15373',
5413
            'name' => 'SPCS83 Indiana West zone (US survey foot)',
5414
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5415
            'target_crs' => 'urn:ogc:def:crs:EPSG::2966',
5416
            'accuracy' => 0,
5417
        ],
5418
        [
5419
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13633',
5420
            'name' => 'Oregon Lambert (meter)',
5421
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5422
            'target_crs' => 'urn:ogc:def:crs:EPSG::2991',
5423
            'accuracy' => 0,
5424
        ],
5425
        [
5426
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15374',
5427
            'name' => 'Oregon GIC Lambert (international foot)',
5428
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5429
            'target_crs' => 'urn:ogc:def:crs:EPSG::2992',
5430
            'accuracy' => 0,
5431
        ],
5432
        [
5433
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19984',
5434
            'name' => 'British Columbia Albers',
5435
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5436
            'target_crs' => 'urn:ogc:def:crs:EPSG::3005',
5437
            'accuracy' => 0,
5438
        ],
5439
        [
5440
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14841',
5441
            'name' => 'Wisconsin Transverse Mercator 83',
5442
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5443
            'target_crs' => 'urn:ogc:def:crs:EPSG::3070',
5444
            'accuracy' => 0,
5445
        ],
5446
        [
5447
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11851',
5448
            'name' => 'Maine CS2000 East zone (meter)',
5449
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5450
            'target_crs' => 'urn:ogc:def:crs:EPSG::3072',
5451
            'accuracy' => 0,
5452
        ],
5453
        [
5454
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11853',
5455
            'name' => 'Maine CS2000 West zone (meter)',
5456
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5457
            'target_crs' => 'urn:ogc:def:crs:EPSG::3074',
5458
            'accuracy' => 0,
5459
        ],
5460
        [
5461
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12150',
5462
            'name' => 'Michigan Oblique Mercator (meter)',
5463
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5464
            'target_crs' => 'urn:ogc:def:crs:EPSG::3078',
5465
            'accuracy' => 0,
5466
        ],
5467
        [
5468
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14251',
5469
            'name' => 'Texas State Mapping System (meter)',
5470
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5471
            'target_crs' => 'urn:ogc:def:crs:EPSG::3081',
5472
            'accuracy' => 0,
5473
        ],
5474
        [
5475
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14253',
5476
            'name' => 'Texas Centric Lambert Conformal',
5477
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5478
            'target_crs' => 'urn:ogc:def:crs:EPSG::3082',
5479
            'accuracy' => 0,
5480
        ],
5481
        [
5482
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14254',
5483
            'name' => 'Texas Centric Albers Equal Area',
5484
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5485
            'target_crs' => 'urn:ogc:def:crs:EPSG::3083',
5486
            'accuracy' => 0,
5487
        ],
5488
        [
5489
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10934',
5490
            'name' => 'Florida GDL Albers (meter)',
5491
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5492
            'target_crs' => 'urn:ogc:def:crs:EPSG::3086',
5493
            'accuracy' => 0,
5494
        ],
5495
        [
5496
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11630',
5497
            'name' => 'SPCS83 Kentucky Single Zone (meter)',
5498
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5499
            'target_crs' => 'urn:ogc:def:crs:EPSG::3088',
5500
            'accuracy' => 0,
5501
        ],
5502
        [
5503
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15375',
5504
            'name' => 'SPCS83 Kentucky Single Zone (US survey foot)',
5505
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5506
            'target_crs' => 'urn:ogc:def:crs:EPSG::3089',
5507
            'accuracy' => 0,
5508
        ],
5509
        [
5510
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19875',
5511
            'name' => 'Ontario MNR Lambert',
5512
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5513
            'target_crs' => 'urn:ogc:def:crs:EPSG::3161',
5514
            'accuracy' => 0,
5515
        ],
5516
        [
5517
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15397',
5518
            'name' => 'Great Lakes Albers',
5519
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5520
            'target_crs' => 'urn:ogc:def:crs:EPSG::3174',
5521
            'accuracy' => 0,
5522
        ],
5523
        [
5524
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15398',
5525
            'name' => 'Great Lakes and St Lawrence Albers',
5526
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5527
            'target_crs' => 'urn:ogc:def:crs:EPSG::3175',
5528
            'accuracy' => 0,
5529
        ],
5530
        [
5531
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12530',
5532
            'name' => 'SPCS83 Montana zone (meter)',
5533
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5534
            'target_crs' => 'urn:ogc:def:crs:EPSG::32100',
5535
            'accuracy' => 0,
5536
        ],
5537
        [
5538
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12630',
5539
            'name' => 'SPCS83 Nebraska zone (meter)',
5540
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5541
            'target_crs' => 'urn:ogc:def:crs:EPSG::32104',
5542
            'accuracy' => 0,
5543
        ],
5544
        [
5545
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12731',
5546
            'name' => 'SPCS83 Nevada East zone (meter)',
5547
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5548
            'target_crs' => 'urn:ogc:def:crs:EPSG::32107',
5549
            'accuracy' => 0,
5550
        ],
5551
        [
5552
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12732',
5553
            'name' => 'SPCS83 Nevada Central zone (meter)',
5554
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5555
            'target_crs' => 'urn:ogc:def:crs:EPSG::32108',
5556
            'accuracy' => 0,
5557
        ],
5558
        [
5559
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12733',
5560
            'name' => 'SPCS83 Nevada West zone (meter)',
5561
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5562
            'target_crs' => 'urn:ogc:def:crs:EPSG::32109',
5563
            'accuracy' => 0,
5564
        ],
5565
        [
5566
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12830',
5567
            'name' => 'SPCS83 New Hampshire zone (meter)',
5568
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5569
            'target_crs' => 'urn:ogc:def:crs:EPSG::32110',
5570
            'accuracy' => 0,
5571
        ],
5572
        [
5573
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12930',
5574
            'name' => 'SPCS83 New Jersey zone (meter)',
5575
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5576
            'target_crs' => 'urn:ogc:def:crs:EPSG::32111',
5577
            'accuracy' => 0,
5578
        ],
5579
        [
5580
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13031',
5581
            'name' => 'SPCS83 New Mexico East zone (meter)',
5582
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5583
            'target_crs' => 'urn:ogc:def:crs:EPSG::32112',
5584
            'accuracy' => 0,
5585
        ],
5586
        [
5587
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13032',
5588
            'name' => 'SPCS83 New Mexico Central zone (meter)',
5589
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5590
            'target_crs' => 'urn:ogc:def:crs:EPSG::32113',
5591
            'accuracy' => 0,
5592
        ],
5593
        [
5594
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13033',
5595
            'name' => 'SPCS83 New Mexico West zone (meter)',
5596
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5597
            'target_crs' => 'urn:ogc:def:crs:EPSG::32114',
5598
            'accuracy' => 0,
5599
        ],
5600
        [
5601
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13131',
5602
            'name' => 'SPCS83 New York East zone (meter)',
5603
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5604
            'target_crs' => 'urn:ogc:def:crs:EPSG::32115',
5605
            'accuracy' => 0,
5606
        ],
5607
        [
5608
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13132',
5609
            'name' => 'SPCS83 New York Central zone (meter)',
5610
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5611
            'target_crs' => 'urn:ogc:def:crs:EPSG::32116',
5612
            'accuracy' => 0,
5613
        ],
5614
        [
5615
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13133',
5616
            'name' => 'SPCS83 New York West zone (meter)',
5617
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5618
            'target_crs' => 'urn:ogc:def:crs:EPSG::32117',
5619
            'accuracy' => 0,
5620
        ],
5621
        [
5622
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13134',
5623
            'name' => 'SPCS83 New York Long Island zone (meter)',
5624
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5625
            'target_crs' => 'urn:ogc:def:crs:EPSG::32118',
5626
            'accuracy' => 0,
5627
        ],
5628
        [
5629
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13230',
5630
            'name' => 'SPCS83 North Carolina zone (meter)',
5631
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5632
            'target_crs' => 'urn:ogc:def:crs:EPSG::32119',
5633
            'accuracy' => 0,
5634
        ],
5635
        [
5636
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13331',
5637
            'name' => 'SPCS83 North Dakota North zone (meter)',
5638
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5639
            'target_crs' => 'urn:ogc:def:crs:EPSG::32120',
5640
            'accuracy' => 0,
5641
        ],
5642
        [
5643
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13332',
5644
            'name' => 'SPCS83 North Dakota South zone (meter)',
5645
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5646
            'target_crs' => 'urn:ogc:def:crs:EPSG::32121',
5647
            'accuracy' => 0,
5648
        ],
5649
        [
5650
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13431',
5651
            'name' => 'SPCS83 Ohio North zone (meter)',
5652
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5653
            'target_crs' => 'urn:ogc:def:crs:EPSG::32122',
5654
            'accuracy' => 0,
5655
        ],
5656
        [
5657
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13432',
5658
            'name' => 'SPCS83 Ohio South zone (meter)',
5659
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5660
            'target_crs' => 'urn:ogc:def:crs:EPSG::32123',
5661
            'accuracy' => 0,
5662
        ],
5663
        [
5664
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13531',
5665
            'name' => 'SPCS83 Oklahoma North zone (meter)',
5666
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5667
            'target_crs' => 'urn:ogc:def:crs:EPSG::32124',
5668
            'accuracy' => 0,
5669
        ],
5670
        [
5671
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13532',
5672
            'name' => 'SPCS83 Oklahoma South zone (meter)',
5673
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5674
            'target_crs' => 'urn:ogc:def:crs:EPSG::32125',
5675
            'accuracy' => 0,
5676
        ],
5677
        [
5678
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13631',
5679
            'name' => 'SPCS83 Oregon North zone (meter)',
5680
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5681
            'target_crs' => 'urn:ogc:def:crs:EPSG::32126',
5682
            'accuracy' => 0,
5683
        ],
5684
        [
5685
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13632',
5686
            'name' => 'SPCS83 Oregon South zone (meter)',
5687
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5688
            'target_crs' => 'urn:ogc:def:crs:EPSG::32127',
5689
            'accuracy' => 0,
5690
        ],
5691
        [
5692
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13731',
5693
            'name' => 'SPCS83 Pennsylvania North zone (meter)',
5694
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5695
            'target_crs' => 'urn:ogc:def:crs:EPSG::32128',
5696
            'accuracy' => 0,
5697
        ],
5698
        [
5699
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13732',
5700
            'name' => 'SPCS83 Pennsylvania South zone (meter)',
5701
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5702
            'target_crs' => 'urn:ogc:def:crs:EPSG::32129',
5703
            'accuracy' => 0,
5704
        ],
5705
        [
5706
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13830',
5707
            'name' => 'SPCS83 Rhode Island zone (meter)',
5708
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5709
            'target_crs' => 'urn:ogc:def:crs:EPSG::32130',
5710
            'accuracy' => 0,
5711
        ],
5712
        [
5713
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13930',
5714
            'name' => 'SPCS83 South Carolina zone (meter)',
5715
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5716
            'target_crs' => 'urn:ogc:def:crs:EPSG::32133',
5717
            'accuracy' => 0,
5718
        ],
5719
        [
5720
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14031',
5721
            'name' => 'SPCS83 South Dakota North zone (meter)',
5722
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5723
            'target_crs' => 'urn:ogc:def:crs:EPSG::32134',
5724
            'accuracy' => 0,
5725
        ],
5726
        [
5727
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14032',
5728
            'name' => 'SPCS83 South Dakota South zone (meter)',
5729
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5730
            'target_crs' => 'urn:ogc:def:crs:EPSG::32135',
5731
            'accuracy' => 0,
5732
        ],
5733
        [
5734
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14130',
5735
            'name' => 'SPCS83 Tennessee zone (meter)',
5736
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5737
            'target_crs' => 'urn:ogc:def:crs:EPSG::32136',
5738
            'accuracy' => 0,
5739
        ],
5740
        [
5741
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14231',
5742
            'name' => 'SPCS83 Texas North zone (meter)',
5743
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5744
            'target_crs' => 'urn:ogc:def:crs:EPSG::32137',
5745
            'accuracy' => 0,
5746
        ],
5747
        [
5748
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14232',
5749
            'name' => 'SPCS83 Texas North Central zone (meter)',
5750
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5751
            'target_crs' => 'urn:ogc:def:crs:EPSG::32138',
5752
            'accuracy' => 0,
5753
        ],
5754
        [
5755
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14233',
5756
            'name' => 'SPCS83 Texas Central zone (meter)',
5757
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5758
            'target_crs' => 'urn:ogc:def:crs:EPSG::32139',
5759
            'accuracy' => 0,
5760
        ],
5761
        [
5762
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14234',
5763
            'name' => 'SPCS83 Texas South Central zone (meter)',
5764
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5765
            'target_crs' => 'urn:ogc:def:crs:EPSG::32140',
5766
            'accuracy' => 0,
5767
        ],
5768
        [
5769
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14235',
5770
            'name' => 'SPCS83 Texas South zone (meter)',
5771
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5772
            'target_crs' => 'urn:ogc:def:crs:EPSG::32141',
5773
            'accuracy' => 0,
5774
        ],
5775
        [
5776
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14331',
5777
            'name' => 'SPCS83 Utah North zone (meter)',
5778
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5779
            'target_crs' => 'urn:ogc:def:crs:EPSG::32142',
5780
            'accuracy' => 0,
5781
        ],
5782
        [
5783
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14332',
5784
            'name' => 'SPCS83 Utah Central zone (meter)',
5785
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5786
            'target_crs' => 'urn:ogc:def:crs:EPSG::32143',
5787
            'accuracy' => 0,
5788
        ],
5789
        [
5790
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14333',
5791
            'name' => 'SPCS83 Utah South zone (meter)',
5792
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5793
            'target_crs' => 'urn:ogc:def:crs:EPSG::32144',
5794
            'accuracy' => 0,
5795
        ],
5796
        [
5797
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14430',
5798
            'name' => 'SPCS83 Vermont zone (meter)',
5799
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5800
            'target_crs' => 'urn:ogc:def:crs:EPSG::32145',
5801
            'accuracy' => 0,
5802
        ],
5803
        [
5804
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14531',
5805
            'name' => 'SPCS83 Virginia North zone (meter)',
5806
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5807
            'target_crs' => 'urn:ogc:def:crs:EPSG::32146',
5808
            'accuracy' => 0,
5809
        ],
5810
        [
5811
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14532',
5812
            'name' => 'SPCS83 Virginia South zone (meter)',
5813
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5814
            'target_crs' => 'urn:ogc:def:crs:EPSG::32147',
5815
            'accuracy' => 0,
5816
        ],
5817
        [
5818
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14631',
5819
            'name' => 'SPCS83 Washington North zone (meter)',
5820
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5821
            'target_crs' => 'urn:ogc:def:crs:EPSG::32148',
5822
            'accuracy' => 0,
5823
        ],
5824
        [
5825
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14632',
5826
            'name' => 'SPCS83 Washington South zone (meter)',
5827
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5828
            'target_crs' => 'urn:ogc:def:crs:EPSG::32149',
5829
            'accuracy' => 0,
5830
        ],
5831
        [
5832
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14731',
5833
            'name' => 'SPCS83 West Virginia North zone (meter)',
5834
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5835
            'target_crs' => 'urn:ogc:def:crs:EPSG::32150',
5836
            'accuracy' => 0,
5837
        ],
5838
        [
5839
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14732',
5840
            'name' => 'SPCS83 West Virginia South zone (meter)',
5841
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5842
            'target_crs' => 'urn:ogc:def:crs:EPSG::32151',
5843
            'accuracy' => 0,
5844
        ],
5845
        [
5846
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14831',
5847
            'name' => 'SPCS83 Wisconsin North zone (meter)',
5848
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5849
            'target_crs' => 'urn:ogc:def:crs:EPSG::32152',
5850
            'accuracy' => 0,
5851
        ],
5852
        [
5853
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14832',
5854
            'name' => 'SPCS83 Wisconsin Central zone (meter)',
5855
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5856
            'target_crs' => 'urn:ogc:def:crs:EPSG::32153',
5857
            'accuracy' => 0,
5858
        ],
5859
        [
5860
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14833',
5861
            'name' => 'SPCS83 Wisconsin South zone (meter)',
5862
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5863
            'target_crs' => 'urn:ogc:def:crs:EPSG::32154',
5864
            'accuracy' => 0,
5865
        ],
5866
        [
5867
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14931',
5868
            'name' => 'SPCS83 Wyoming East zone (meter)',
5869
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5870
            'target_crs' => 'urn:ogc:def:crs:EPSG::32155',
5871
            'accuracy' => 0,
5872
        ],
5873
        [
5874
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14932',
5875
            'name' => 'SPCS83 Wyoming East Central zone (meter)',
5876
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5877
            'target_crs' => 'urn:ogc:def:crs:EPSG::32156',
5878
            'accuracy' => 0,
5879
        ],
5880
        [
5881
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14933',
5882
            'name' => 'SPCS83 Wyoming West Central zone (meter)',
5883
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5884
            'target_crs' => 'urn:ogc:def:crs:EPSG::32157',
5885
            'accuracy' => 0,
5886
        ],
5887
        [
5888
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14934',
5889
            'name' => 'SPCS83 Wyoming West zone (meter)',
5890
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5891
            'target_crs' => 'urn:ogc:def:crs:EPSG::32158',
5892
            'accuracy' => 0,
5893
        ],
5894
        [
5895
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14930',
5896
            'name' => 'Wyoming Lambert',
5897
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5898
            'target_crs' => 'urn:ogc:def:crs:EPSG::32159',
5899
            'accuracy' => 0,
5900
        ],
5901
        [
5902
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15230',
5903
            'name' => 'SPCS83 Puerto Rico & Virgin Islands zone (meter)',
5904
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5905
            'target_crs' => 'urn:ogc:def:crs:EPSG::32161',
5906
            'accuracy' => 0,
5907
        ],
5908
        [
5909
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15914',
5910
            'name' => 'BLM zone 14N (US survey foot)',
5911
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5912
            'target_crs' => 'urn:ogc:def:crs:EPSG::32164',
5913
            'accuracy' => 0,
5914
        ],
5915
        [
5916
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15915',
5917
            'name' => 'BLM zone 15N (US survey foot)',
5918
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5919
            'target_crs' => 'urn:ogc:def:crs:EPSG::32165',
5920
            'accuracy' => 0,
5921
        ],
5922
        [
5923
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15916',
5924
            'name' => 'BLM zone 16N (US survey foot)',
5925
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5926
            'target_crs' => 'urn:ogc:def:crs:EPSG::32166',
5927
            'accuracy' => 0,
5928
        ],
5929
        [
5930
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15917',
5931
            'name' => 'BLM zone 17N (US survey foot)',
5932
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5933
            'target_crs' => 'urn:ogc:def:crs:EPSG::32167',
5934
            'accuracy' => 0,
5935
        ],
5936
        [
5937
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17701',
5938
            'name' => 'MTM zone 1',
5939
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5940
            'target_crs' => 'urn:ogc:def:crs:EPSG::32181',
5941
            'accuracy' => 0,
5942
        ],
5943
        [
5944
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17702',
5945
            'name' => 'MTM zone 2',
5946
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5947
            'target_crs' => 'urn:ogc:def:crs:EPSG::32182',
5948
            'accuracy' => 0,
5949
        ],
5950
        [
5951
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17703',
5952
            'name' => 'MTM zone 3',
5953
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5954
            'target_crs' => 'urn:ogc:def:crs:EPSG::32183',
5955
            'accuracy' => 0,
5956
        ],
5957
        [
5958
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17704',
5959
            'name' => 'MTM zone 4',
5960
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5961
            'target_crs' => 'urn:ogc:def:crs:EPSG::32184',
5962
            'accuracy' => 0,
5963
        ],
5964
        [
5965
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17705',
5966
            'name' => 'MTM zone 5',
5967
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5968
            'target_crs' => 'urn:ogc:def:crs:EPSG::32185',
5969
            'accuracy' => 0,
5970
        ],
5971
        [
5972
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17706',
5973
            'name' => 'MTM zone 6',
5974
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5975
            'target_crs' => 'urn:ogc:def:crs:EPSG::32186',
5976
            'accuracy' => 0,
5977
        ],
5978
        [
5979
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17707',
5980
            'name' => 'MTM zone 7',
5981
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5982
            'target_crs' => 'urn:ogc:def:crs:EPSG::32187',
5983
            'accuracy' => 0,
5984
        ],
5985
        [
5986
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17708',
5987
            'name' => 'MTM zone 8',
5988
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5989
            'target_crs' => 'urn:ogc:def:crs:EPSG::32188',
5990
            'accuracy' => 0,
5991
        ],
5992
        [
5993
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17709',
5994
            'name' => 'MTM zone 9',
5995
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
5996
            'target_crs' => 'urn:ogc:def:crs:EPSG::32189',
5997
            'accuracy' => 0,
5998
        ],
5999
        [
6000
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17710',
6001
            'name' => 'MTM zone 10',
6002
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6003
            'target_crs' => 'urn:ogc:def:crs:EPSG::32190',
6004
            'accuracy' => 0,
6005
        ],
6006
        [
6007
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17711',
6008
            'name' => 'MTM zone 11',
6009
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6010
            'target_crs' => 'urn:ogc:def:crs:EPSG::32191',
6011
            'accuracy' => 0,
6012
        ],
6013
        [
6014
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17712',
6015
            'name' => 'MTM zone 12',
6016
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6017
            'target_crs' => 'urn:ogc:def:crs:EPSG::32192',
6018
            'accuracy' => 0,
6019
        ],
6020
        [
6021
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17713',
6022
            'name' => 'MTM zone 13',
6023
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6024
            'target_crs' => 'urn:ogc:def:crs:EPSG::32193',
6025
            'accuracy' => 0,
6026
        ],
6027
        [
6028
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17714',
6029
            'name' => 'MTM zone 14',
6030
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6031
            'target_crs' => 'urn:ogc:def:crs:EPSG::32194',
6032
            'accuracy' => 0,
6033
        ],
6034
        [
6035
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17715',
6036
            'name' => 'MTM zone 15',
6037
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6038
            'target_crs' => 'urn:ogc:def:crs:EPSG::32195',
6039
            'accuracy' => 0,
6040
        ],
6041
        [
6042
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17716',
6043
            'name' => 'MTM zone 16',
6044
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6045
            'target_crs' => 'urn:ogc:def:crs:EPSG::32196',
6046
            'accuracy' => 0,
6047
        ],
6048
        [
6049
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17717',
6050
            'name' => 'MTM zone 17',
6051
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6052
            'target_crs' => 'urn:ogc:def:crs:EPSG::32197',
6053
            'accuracy' => 0,
6054
        ],
6055
        [
6056
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19944',
6057
            'name' => 'Quebec Lambert Projection',
6058
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6059
            'target_crs' => 'urn:ogc:def:crs:EPSG::32198',
6060
            'accuracy' => 0,
6061
        ],
6062
        [
6063
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11733',
6064
            'name' => 'SPCS83 Louisiana Offshore zone (meter)',
6065
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6066
            'target_crs' => 'urn:ogc:def:crs:EPSG::32199',
6067
            'accuracy' => 0,
6068
        ],
6069
        [
6070
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10420',
6071
            'name' => 'California Albers',
6072
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6073
            'target_crs' => 'urn:ogc:def:crs:EPSG::3310',
6074
            'accuracy' => 0,
6075
        ],
6076
        [
6077
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15021',
6078
            'name' => 'Alaska Albers (meter)',
6079
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6080
            'target_crs' => 'urn:ogc:def:crs:EPSG::3338',
6081
            'accuracy' => 0,
6082
        ],
6083
        [
6084
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19897',
6085
            'name' => 'Statistics Canada Lambert',
6086
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6087
            'target_crs' => 'urn:ogc:def:crs:EPSG::3347',
6088
            'accuracy' => 0,
6089
        ],
6090
        [
6091
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19881',
6092
            'name' => 'Alberta 10-degree TM (Forest)',
6093
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6094
            'target_crs' => 'urn:ogc:def:crs:EPSG::3400',
6095
            'accuracy' => 0,
6096
        ],
6097
        [
6098
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19882',
6099
            'name' => 'Alberta 10-degree TM (Resource)',
6100
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6101
            'target_crs' => 'urn:ogc:def:crs:EPSG::3401',
6102
            'accuracy' => 0,
6103
        ],
6104
        [
6105
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15377',
6106
            'name' => 'SPCS83 Iowa North zone (US survey foot)',
6107
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6108
            'target_crs' => 'urn:ogc:def:crs:EPSG::3417',
6109
            'accuracy' => 0,
6110
        ],
6111
        [
6112
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15378',
6113
            'name' => 'SPCS83 Iowa South zone (US survey foot)',
6114
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6115
            'target_crs' => 'urn:ogc:def:crs:EPSG::3418',
6116
            'accuracy' => 0,
6117
        ],
6118
        [
6119
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15379',
6120
            'name' => 'SPCS83 Kansas North zone (US survey foot)',
6121
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6122
            'target_crs' => 'urn:ogc:def:crs:EPSG::3419',
6123
            'accuracy' => 0,
6124
        ],
6125
        [
6126
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15380',
6127
            'name' => 'SPCS83 Kansas South zone (US survey foot)',
6128
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6129
            'target_crs' => 'urn:ogc:def:crs:EPSG::3420',
6130
            'accuracy' => 0,
6131
        ],
6132
        [
6133
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15381',
6134
            'name' => 'SPCS83 Nevada East zone (US survey foot)',
6135
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6136
            'target_crs' => 'urn:ogc:def:crs:EPSG::3421',
6137
            'accuracy' => 0,
6138
        ],
6139
        [
6140
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15382',
6141
            'name' => 'SPCS83 Nevada Central zone (US survey foot)',
6142
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6143
            'target_crs' => 'urn:ogc:def:crs:EPSG::3422',
6144
            'accuracy' => 0,
6145
        ],
6146
        [
6147
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15383',
6148
            'name' => 'SPCS83 Nevada West zone (US survey foot)',
6149
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6150
            'target_crs' => 'urn:ogc:def:crs:EPSG::3423',
6151
            'accuracy' => 0,
6152
        ],
6153
        [
6154
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15384',
6155
            'name' => 'SPCS83 New Jersey zone (US survey foot)',
6156
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6157
            'target_crs' => 'urn:ogc:def:crs:EPSG::3424',
6158
            'accuracy' => 0,
6159
        ],
6160
        [
6161
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15385',
6162
            'name' => 'SPCS83 Arkansas North zone (US survey foot)',
6163
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6164
            'target_crs' => 'urn:ogc:def:crs:EPSG::3433',
6165
            'accuracy' => 0,
6166
        ],
6167
        [
6168
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15386',
6169
            'name' => 'SPCS83 Arkansas South zone (US survey foot)',
6170
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6171
            'target_crs' => 'urn:ogc:def:crs:EPSG::3434',
6172
            'accuracy' => 0,
6173
        ],
6174
        [
6175
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15387',
6176
            'name' => 'SPCS83 Illinois East zone (US survey foot)',
6177
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6178
            'target_crs' => 'urn:ogc:def:crs:EPSG::3435',
6179
            'accuracy' => 0,
6180
        ],
6181
        [
6182
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15388',
6183
            'name' => 'SPCS83 Illinois West zone (US survey foot)',
6184
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6185
            'target_crs' => 'urn:ogc:def:crs:EPSG::3436',
6186
            'accuracy' => 0,
6187
        ],
6188
        [
6189
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15389',
6190
            'name' => 'SPCS83 New Hampshire zone (US survey foot)',
6191
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6192
            'target_crs' => 'urn:ogc:def:crs:EPSG::3437',
6193
            'accuracy' => 0,
6194
        ],
6195
        [
6196
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15390',
6197
            'name' => 'SPCS83 Rhode Island zone (US survey foot)',
6198
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6199
            'target_crs' => 'urn:ogc:def:crs:EPSG::3438',
6200
            'accuracy' => 0,
6201
        ],
6202
        [
6203
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15391',
6204
            'name' => 'SPCS83 Louisiana North zone (US survey foot)',
6205
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6206
            'target_crs' => 'urn:ogc:def:crs:EPSG::3451',
6207
            'accuracy' => 0,
6208
        ],
6209
        [
6210
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15392',
6211
            'name' => 'SPCS83 Louisiana South zone (US survey foot)',
6212
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6213
            'target_crs' => 'urn:ogc:def:crs:EPSG::3452',
6214
            'accuracy' => 0,
6215
        ],
6216
        [
6217
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15393',
6218
            'name' => 'SPCS83 Louisiana Offshore zone (US survey foot)',
6219
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6220
            'target_crs' => 'urn:ogc:def:crs:EPSG::3453',
6221
            'accuracy' => 0,
6222
        ],
6223
        [
6224
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15395',
6225
            'name' => 'SPCS83 South Dakota South zone (US survey foot)',
6226
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6227
            'target_crs' => 'urn:ogc:def:crs:EPSG::3455',
6228
            'accuracy' => 0,
6229
        ],
6230
        [
6231
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11854',
6232
            'name' => 'Maine CS2000 Central zone (meter)',
6233
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6234
            'target_crs' => 'urn:ogc:def:crs:EPSG::3463',
6235
            'accuracy' => 0,
6236
        ],
6237
        [
6238
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15297',
6239
            'name' => 'SPCS83 Utah North zone (US survey foot)',
6240
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6241
            'target_crs' => 'urn:ogc:def:crs:EPSG::3560',
6242
            'accuracy' => 0,
6243
        ],
6244
        [
6245
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15298',
6246
            'name' => 'SPCS83 Utah Central zone (US survey foot)',
6247
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6248
            'target_crs' => 'urn:ogc:def:crs:EPSG::3566',
6249
            'accuracy' => 0,
6250
        ],
6251
        [
6252
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15299',
6253
            'name' => 'SPCS83 Utah South zone (US survey foot)',
6254
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6255
            'target_crs' => 'urn:ogc:def:crs:EPSG::3567',
6256
            'accuracy' => 0,
6257
        ],
6258
        [
6259
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19858',
6260
            'name' => 'Yukon Albers',
6261
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6262
            'target_crs' => 'urn:ogc:def:crs:EPSG::3578',
6263
            'accuracy' => 0,
6264
        ],
6265
        [
6266
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19857',
6267
            'name' => 'Northwest Territories Lambert',
6268
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6269
            'target_crs' => 'urn:ogc:def:crs:EPSG::3580',
6270
            'accuracy' => 0,
6271
        ],
6272
        [
6273
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13433',
6274
            'name' => 'SPCS83 Ohio North zone (US survey foot)',
6275
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6276
            'target_crs' => 'urn:ogc:def:crs:EPSG::3734',
6277
            'accuracy' => 0,
6278
        ],
6279
        [
6280
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13434',
6281
            'name' => 'SPCS83 Ohio South zone (US survey foot)',
6282
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6283
            'target_crs' => 'urn:ogc:def:crs:EPSG::3735',
6284
            'accuracy' => 0,
6285
        ],
6286
        [
6287
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14935',
6288
            'name' => 'SPCS83 Wyoming East zone (US survey foot)',
6289
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6290
            'target_crs' => 'urn:ogc:def:crs:EPSG::3736',
6291
            'accuracy' => 0,
6292
        ],
6293
        [
6294
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14936',
6295
            'name' => 'SPCS83 Wyoming East Central zone (US survey foot)',
6296
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6297
            'target_crs' => 'urn:ogc:def:crs:EPSG::3737',
6298
            'accuracy' => 0,
6299
        ],
6300
        [
6301
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14937',
6302
            'name' => 'SPCS83 Wyoming West Central zone (US survey foot)',
6303
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6304
            'target_crs' => 'urn:ogc:def:crs:EPSG::3738',
6305
            'accuracy' => 0,
6306
        ],
6307
        [
6308
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14938',
6309
            'name' => 'SPCS83 Wyoming West zone (US survey foot)',
6310
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6311
            'target_crs' => 'urn:ogc:def:crs:EPSG::3739',
6312
            'accuracy' => 0,
6313
        ],
6314
        [
6315
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15138',
6316
            'name' => 'SPCS83 Hawaii zone 3 (US survey foot)',
6317
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6318
            'target_crs' => 'urn:ogc:def:crs:EPSG::3759',
6319
            'accuracy' => 0,
6320
        ],
6321
        [
6322
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17722',
6323
            'name' => 'Alberta 3-degree TM reference meridian 111 W',
6324
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6325
            'target_crs' => 'urn:ogc:def:crs:EPSG::3775',
6326
            'accuracy' => 0,
6327
        ],
6328
        [
6329
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17723',
6330
            'name' => 'Alberta 3-degree TM reference meridian 114 W',
6331
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6332
            'target_crs' => 'urn:ogc:def:crs:EPSG::3776',
6333
            'accuracy' => 0,
6334
        ],
6335
        [
6336
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17724',
6337
            'name' => 'Alberta 3-degree TM reference meridian 117 W',
6338
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6339
            'target_crs' => 'urn:ogc:def:crs:EPSG::3777',
6340
            'accuracy' => 0,
6341
        ],
6342
        [
6343
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19844',
6344
            'name' => 'Ministry of Transport of Quebec Lambert',
6345
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6346
            'target_crs' => 'urn:ogc:def:crs:EPSG::3798',
6347
            'accuracy' => 0,
6348
        ],
6349
        [
6350
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17726',
6351
            'name' => 'Alberta 3-degree TM reference meridian 120 W',
6352
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6353
            'target_crs' => 'urn:ogc:def:crs:EPSG::3801',
6354
            'accuracy' => 0,
6355
        ],
6356
        [
6357
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::3813',
6358
            'name' => 'Mississippi Transverse Mercator',
6359
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6360
            'target_crs' => 'urn:ogc:def:crs:EPSG::3814',
6361
            'accuracy' => 0,
6362
        ],
6363
        [
6364
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::3967',
6365
            'name' => 'Virginia Lambert Conic Conformal',
6366
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6367
            'target_crs' => 'urn:ogc:def:crs:EPSG::3968',
6368
            'accuracy' => 0,
6369
        ],
6370
        [
6371
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::3977',
6372
            'name' => 'Canada Atlas Lambert',
6373
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6374
            'target_crs' => 'urn:ogc:def:crs:EPSG::3978',
6375
            'accuracy' => 0,
6376
        ],
6377
        [
6378
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8550',
6379
            'name' => 'NAD83 to NAD83(HARN) (48)',
6380
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6381
            'target_crs' => 'urn:ogc:def:crs:EPSG::4152',
6382
            'accuracy' => 0.15,
6383
        ],
6384
        [
6385
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8556',
6386
            'name' => 'NAD83 to NAD83(HARN) (47)',
6387
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6388
            'target_crs' => 'urn:ogc:def:crs:EPSG::4152',
6389
            'accuracy' => 0.05,
6390
        ],
6391
        [
6392
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8660',
6393
            'name' => 'NAD83 to NAD83(HARN) (49)',
6394
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6395
            'target_crs' => 'urn:ogc:def:crs:EPSG::4152',
6396
            'accuracy' => 0.05,
6397
        ],
6398
        [
6399
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8669',
6400
            'name' => 'NAD83 to NAD83(HARN) (50)',
6401
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6402
            'target_crs' => 'urn:ogc:def:crs:EPSG::4152',
6403
            'accuracy' => 0.15,
6404
        ],
6405
        [
6406
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4186',
6407
            'name' => 'BLM zone 59N (US survey foot)',
6408
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6409
            'target_crs' => 'urn:ogc:def:crs:EPSG::4217',
6410
            'accuracy' => 0,
6411
        ],
6412
        [
6413
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1188',
6414
            'name' => 'NAD83 to WGS 84 (1)',
6415
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6416
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6417
            'accuracy' => 4.0,
6418
        ],
6419
        [
6420
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1251',
6421
            'name' => 'NAD83 to WGS 84 (2)',
6422
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6423
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6424
            'accuracy' => 8.0,
6425
        ],
6426
        [
6427
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1252',
6428
            'name' => 'NAD83 to WGS 84 (3)',
6429
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6430
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6431
            'accuracy' => 4.0,
6432
        ],
6433
        [
6434
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1696',
6435
            'name' => 'NAD83 to WGS 84 (6)',
6436
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6437
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6438
            'accuracy' => 1.5,
6439
        ],
6440
        [
6441
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1697',
6442
            'name' => 'NAD83 to WGS 84 (7)',
6443
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6444
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6445
            'accuracy' => 1.5,
6446
        ],
6447
        [
6448
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1702',
6449
            'name' => 'NAD83 to WGS 84 (8)',
6450
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6451
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6452
            'accuracy' => 1.5,
6453
        ],
6454
        [
6455
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4187',
6456
            'name' => 'BLM zone 60N (US survey foot)',
6457
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6458
            'target_crs' => 'urn:ogc:def:crs:EPSG::4420',
6459
            'accuracy' => 0,
6460
        ],
6461
        [
6462
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4101',
6463
            'name' => 'BLM zone 1N (US survey foot)',
6464
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6465
            'target_crs' => 'urn:ogc:def:crs:EPSG::4421',
6466
            'accuracy' => 0,
6467
        ],
6468
        [
6469
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4102',
6470
            'name' => 'BLM zone 2N (US survey foot)',
6471
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6472
            'target_crs' => 'urn:ogc:def:crs:EPSG::4422',
6473
            'accuracy' => 0,
6474
        ],
6475
        [
6476
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4103',
6477
            'name' => 'BLM zone 3N (US survey foot)',
6478
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6479
            'target_crs' => 'urn:ogc:def:crs:EPSG::4423',
6480
            'accuracy' => 0,
6481
        ],
6482
        [
6483
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4104',
6484
            'name' => 'BLM zone 4N (US survey foot)',
6485
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6486
            'target_crs' => 'urn:ogc:def:crs:EPSG::4424',
6487
            'accuracy' => 0,
6488
        ],
6489
        [
6490
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4105',
6491
            'name' => 'BLM zone 5N (US survey foot)',
6492
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6493
            'target_crs' => 'urn:ogc:def:crs:EPSG::4425',
6494
            'accuracy' => 0,
6495
        ],
6496
        [
6497
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4106',
6498
            'name' => 'BLM zone 6N (US survey foot)',
6499
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6500
            'target_crs' => 'urn:ogc:def:crs:EPSG::4426',
6501
            'accuracy' => 0,
6502
        ],
6503
        [
6504
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4107',
6505
            'name' => 'BLM zone 7N (US survey foot)',
6506
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6507
            'target_crs' => 'urn:ogc:def:crs:EPSG::4427',
6508
            'accuracy' => 0,
6509
        ],
6510
        [
6511
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4108',
6512
            'name' => 'BLM zone 8N (US survey foot)',
6513
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6514
            'target_crs' => 'urn:ogc:def:crs:EPSG::4428',
6515
            'accuracy' => 0,
6516
        ],
6517
        [
6518
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4109',
6519
            'name' => 'BLM zone 9N (US survey foot)',
6520
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6521
            'target_crs' => 'urn:ogc:def:crs:EPSG::4429',
6522
            'accuracy' => 0,
6523
        ],
6524
        [
6525
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4110',
6526
            'name' => 'BLM zone 10N (US survey foot)',
6527
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6528
            'target_crs' => 'urn:ogc:def:crs:EPSG::4430',
6529
            'accuracy' => 0,
6530
        ],
6531
        [
6532
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4111',
6533
            'name' => 'BLM zone 11N (US survey foot)',
6534
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6535
            'target_crs' => 'urn:ogc:def:crs:EPSG::4431',
6536
            'accuracy' => 0,
6537
        ],
6538
        [
6539
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4112',
6540
            'name' => 'BLM zone 12N (US survey foot)',
6541
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6542
            'target_crs' => 'urn:ogc:def:crs:EPSG::4432',
6543
            'accuracy' => 0,
6544
        ],
6545
        [
6546
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4113',
6547
            'name' => 'BLM zone 13N (US survey foot)',
6548
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6549
            'target_crs' => 'urn:ogc:def:crs:EPSG::4433',
6550
            'accuracy' => 0,
6551
        ],
6552
        [
6553
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4118',
6554
            'name' => 'BLM zone 18N (US survey foot)',
6555
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6556
            'target_crs' => 'urn:ogc:def:crs:EPSG::4438',
6557
            'accuracy' => 0,
6558
        ],
6559
        [
6560
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4119',
6561
            'name' => 'BLM zone 19N (US survey foot)',
6562
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6563
            'target_crs' => 'urn:ogc:def:crs:EPSG::4439',
6564
            'accuracy' => 0,
6565
        ],
6566
        [
6567
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15394',
6568
            'name' => 'SPCS83 South Dakota North zone (US survey foot)',
6569
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6570
            'target_crs' => 'urn:ogc:def:crs:EPSG::4457',
6571
            'accuracy' => 0,
6572
        ],
6573
        [
6574
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1950',
6575
            'name' => 'NAD83 to NAD83(CSRS) (4)',
6576
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6577
            'target_crs' => 'urn:ogc:def:crs:EPSG::4617',
6578
            'accuracy' => 2.0,
6579
        ],
6580
        [
6581
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5068',
6582
            'name' => 'Conus Albers',
6583
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6584
            'target_crs' => 'urn:ogc:def:crs:EPSG::5070',
6585
            'accuracy' => 0,
6586
        ],
6587
        [
6588
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5319',
6589
            'name' => 'Teranet Ontario Lambert',
6590
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6591
            'target_crs' => 'urn:ogc:def:crs:EPSG::5320',
6592
            'accuracy' => 0,
6593
        ],
6594
        [
6595
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5645',
6596
            'name' => 'SPCS83 Vermont zone (US survey foot)',
6597
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6598
            'target_crs' => 'urn:ogc:def:crs:EPSG::5646',
6599
            'accuracy' => 0,
6600
        ],
6601
        [
6602
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8971',
6603
            'name' => 'NAD83 to NAD83(2011) (1)',
6604
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6605
            'target_crs' => 'urn:ogc:def:crs:EPSG::6318',
6606
            'accuracy' => 1.0,
6607
        ],
6608
        [
6609
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6645',
6610
            'name' => 'Quebec Albers Projection',
6611
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6612
            'target_crs' => 'urn:ogc:def:crs:EPSG::6623',
6613
            'accuracy' => 0,
6614
        ],
6615
        [
6616
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6920',
6617
            'name' => 'Kansas DOT Lambert (meter)',
6618
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6619
            'target_crs' => 'urn:ogc:def:crs:EPSG::6922',
6620
            'accuracy' => 0,
6621
        ],
6622
        [
6623
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6921',
6624
            'name' => 'Kansas DOT Lambert (US survey foot)',
6625
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6626
            'target_crs' => 'urn:ogc:def:crs:EPSG::6923',
6627
            'accuracy' => 0,
6628
        ],
6629
        [
6630
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9241',
6631
            'name' => 'NAD83 to NAD83(CSRS)v2 (1)',
6632
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6633
            'target_crs' => 'urn:ogc:def:crs:EPSG::8237',
6634
            'accuracy' => 1.5,
6635
        ],
6636
        [
6637
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9887',
6638
            'name' => 'NAD83 to NAD83(CSRS)v2 (2)',
6639
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6640
            'target_crs' => 'urn:ogc:def:crs:EPSG::8237',
6641
            'accuracy' => 1.5,
6642
        ],
6643
        [
6644
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9110',
6645
            'name' => 'NAD83 to NAD83(CSRS)v3 (5)',
6646
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6647
            'target_crs' => 'urn:ogc:def:crs:EPSG::8240',
6648
            'accuracy' => 0.1,
6649
        ],
6650
        [
6651
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9117',
6652
            'name' => 'NAD83 to NAD83(CSRS)v3 (7)',
6653
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6654
            'target_crs' => 'urn:ogc:def:crs:EPSG::8240',
6655
            'accuracy' => 0.1,
6656
        ],
6657
        [
6658
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9118',
6659
            'name' => 'NAD83 to NAD83(CSRS)v3 (8)',
6660
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6661
            'target_crs' => 'urn:ogc:def:crs:EPSG::8240',
6662
            'accuracy' => 0.1,
6663
        ],
6664
        [
6665
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9119',
6666
            'name' => 'NAD83 to NAD83(CSRS)v4 (9)',
6667
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6668
            'target_crs' => 'urn:ogc:def:crs:EPSG::8246',
6669
            'accuracy' => 0.1,
6670
        ],
6671
        [
6672
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9244',
6673
            'name' => 'NAD83 to NAD83(CSRS)v4 (3)',
6674
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6675
            'target_crs' => 'urn:ogc:def:crs:EPSG::8246',
6676
            'accuracy' => 1.5,
6677
        ],
6678
        [
6679
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9550',
6680
            'name' => 'NAD83 to NAD83(CSRS)v6 (10)',
6681
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6682
            'target_crs' => 'urn:ogc:def:crs:EPSG::8252',
6683
            'accuracy' => 0.1,
6684
        ],
6685
        [
6686
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9795',
6687
            'name' => 'NAD83 to NAD83(CSRS)v7 (1)',
6688
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6689
            'target_crs' => 'urn:ogc:def:crs:EPSG::8255',
6690
            'accuracy' => 0.1,
6691
        ],
6692
        [
6693
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8373',
6694
            'name' => 'NCRS Las Vegas zone (m)',
6695
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6696
            'target_crs' => 'urn:ogc:def:crs:EPSG::8379',
6697
            'accuracy' => 0,
6698
        ],
6699
        [
6700
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8374',
6701
            'name' => 'NCRS Las Vegas zone (ftUS)',
6702
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6703
            'target_crs' => 'urn:ogc:def:crs:EPSG::8380',
6704
            'accuracy' => 0,
6705
        ],
6706
        [
6707
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8375',
6708
            'name' => 'NCRS Las Vegas high elevation zone (m)',
6709
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6710
            'target_crs' => 'urn:ogc:def:crs:EPSG::8381',
6711
            'accuracy' => 0,
6712
        ],
6713
        [
6714
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8376',
6715
            'name' => 'NCRS Las Vegas high elevation zone (ftUS)',
6716
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6717
            'target_crs' => 'urn:ogc:def:crs:EPSG::8382',
6718
            'accuracy' => 0,
6719
        ],
6720
        [
6721
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8825',
6722
            'name' => 'Idaho Transverse Mercator',
6723
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6724
            'target_crs' => 'urn:ogc:def:crs:EPSG::8826',
6725
            'accuracy' => 0,
6726
        ],
6727
        [
6728
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9673',
6729
            'name' => 'US Forest Service region 6 Albers',
6730
            'source_crs' => 'urn:ogc:def:crs:EPSG::4269',
6731
            'target_crs' => 'urn:ogc:def:crs:EPSG::9674',
6732
            'accuracy' => 0,
6733
        ],
6734
        [
6735
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10597',
6736
            'name' => 'GLANCE projection - North America',
6737
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
6738
            'target_crs' => 'urn:ogc:def:crs:EPSG::10598',
6739
            'accuracy' => 0,
6740
        ],
6741
        [
6742
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15914',
6743
            'name' => 'BLM zone 14N (US survey foot)',
6744
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
6745
            'target_crs' => 'urn:ogc:def:crs:EPSG::32664',
6746
            'accuracy' => 0,
6747
        ],
6748
        [
6749
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15915',
6750
            'name' => 'BLM zone 15N (US survey foot)',
6751
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
6752
            'target_crs' => 'urn:ogc:def:crs:EPSG::32665',
6753
            'accuracy' => 0,
6754
        ],
6755
        [
6756
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15916',
6757
            'name' => 'BLM zone 16N (US survey foot)',
6758
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
6759
            'target_crs' => 'urn:ogc:def:crs:EPSG::32666',
6760
            'accuracy' => 0,
6761
        ],
6762
        [
6763
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15917',
6764
            'name' => 'BLM zone 17N (US survey foot)',
6765
            'source_crs' => 'urn:ogc:def:crs:EPSG::4326',
6766
            'target_crs' => 'urn:ogc:def:crs:EPSG::32667',
6767
            'accuracy' => 0,
6768
        ],
6769
        [
6770
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9228',
6771
            'name' => 'RGSPM06 to Danger 1950 height (2)',
6772
            'source_crs' => 'urn:ogc:def:crs:EPSG::4466',
6773
            'target_crs' => 'urn:ogc:def:crs:EPSG::5792',
6774
            'accuracy' => 0.05,
6775
        ],
6776
        [
6777
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9641',
6778
            'name' => 'RGSPM06 to RGSPM06 + Danger 1950 height (2)',
6779
            'source_crs' => 'urn:ogc:def:crs:EPSG::4466',
6780
            'target_crs' => 'urn:ogc:def:crs:EPSG::9541',
6781
            'accuracy' => 0.05,
6782
        ],
6783
        [
6784
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4832',
6785
            'name' => 'Mexico ITRF92 to WGS 84 (1)',
6786
            'source_crs' => 'urn:ogc:def:crs:EPSG::4483',
6787
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6788
            'accuracy' => 1.0,
6789
        ],
6790
        [
6791
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6361',
6792
            'name' => 'Mexico LCC',
6793
            'source_crs' => 'urn:ogc:def:crs:EPSG::4483',
6794
            'target_crs' => 'urn:ogc:def:crs:EPSG::6362',
6795
            'accuracy' => 0,
6796
        ],
6797
        [
6798
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9132',
6799
            'name' => 'RRAF 1991 to IGN 2008 LD height (1)',
6800
            'source_crs' => 'urn:ogc:def:crs:EPSG::4557',
6801
            'target_crs' => 'urn:ogc:def:crs:EPSG::9130',
6802
            'accuracy' => 0.2,
6803
        ],
6804
        [
6805
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9642',
6806
            'name' => 'RRAF 1991 to RRAF 1991 + IGN 2008 LD height (1)',
6807
            'source_crs' => 'urn:ogc:def:crs:EPSG::4557',
6808
            'target_crs' => 'urn:ogc:def:crs:EPSG::9542',
6809
            'accuracy' => 0.2,
6810
        ],
6811
        [
6812
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5494',
6813
            'name' => 'RRAF 1991 to RGAF09 (1)',
6814
            'source_crs' => 'urn:ogc:def:crs:EPSG::4558',
6815
            'target_crs' => 'urn:ogc:def:crs:EPSG::5489',
6816
            'accuracy' => 0.1,
6817
        ],
6818
        [
6819
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5495',
6820
            'name' => 'RRAF 1991 to RGAF09 (2)',
6821
            'source_crs' => 'urn:ogc:def:crs:EPSG::4558',
6822
            'target_crs' => 'urn:ogc:def:crs:EPSG::5489',
6823
            'accuracy' => 0.1,
6824
        ],
6825
        [
6826
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5496',
6827
            'name' => 'RRAF 1991 to RGAF09 (3)',
6828
            'source_crs' => 'urn:ogc:def:crs:EPSG::4558',
6829
            'target_crs' => 'urn:ogc:def:crs:EPSG::5489',
6830
            'accuracy' => 0.1,
6831
        ],
6832
        [
6833
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19942',
6834
            'name' => 'British West Indies Grid',
6835
            'source_crs' => 'urn:ogc:def:crs:EPSG::4600',
6836
            'target_crs' => 'urn:ogc:def:crs:EPSG::2000',
6837
            'accuracy' => 0,
6838
        ],
6839
        [
6840
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1447',
6841
            'name' => 'Anguilla 1957 to WGS 84 (1)',
6842
            'source_crs' => 'urn:ogc:def:crs:EPSG::4600',
6843
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6844
            'accuracy' => 10.0,
6845
        ],
6846
        [
6847
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19942',
6848
            'name' => 'British West Indies Grid',
6849
            'source_crs' => 'urn:ogc:def:crs:EPSG::4601',
6850
            'target_crs' => 'urn:ogc:def:crs:EPSG::2001',
6851
            'accuracy' => 0,
6852
        ],
6853
        [
6854
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1441',
6855
            'name' => 'Antigua 1943 to WGS 84 (1)',
6856
            'source_crs' => 'urn:ogc:def:crs:EPSG::4601',
6857
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6858
            'accuracy' => 10.0,
6859
        ],
6860
        [
6861
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19942',
6862
            'name' => 'British West Indies Grid',
6863
            'source_crs' => 'urn:ogc:def:crs:EPSG::4602',
6864
            'target_crs' => 'urn:ogc:def:crs:EPSG::2002',
6865
            'accuracy' => 0,
6866
        ],
6867
        [
6868
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1442',
6869
            'name' => 'Dominica 1945 to WGS 84 (1)',
6870
            'source_crs' => 'urn:ogc:def:crs:EPSG::4602',
6871
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6872
            'accuracy' => 10.0,
6873
        ],
6874
        [
6875
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19942',
6876
            'name' => 'British West Indies Grid',
6877
            'source_crs' => 'urn:ogc:def:crs:EPSG::4603',
6878
            'target_crs' => 'urn:ogc:def:crs:EPSG::2003',
6879
            'accuracy' => 0,
6880
        ],
6881
        [
6882
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1443',
6883
            'name' => 'Grenada 1953 to WGS 84 (1)',
6884
            'source_crs' => 'urn:ogc:def:crs:EPSG::4603',
6885
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6886
            'accuracy' => 10.0,
6887
        ],
6888
        [
6889
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19942',
6890
            'name' => 'British West Indies Grid',
6891
            'source_crs' => 'urn:ogc:def:crs:EPSG::4604',
6892
            'target_crs' => 'urn:ogc:def:crs:EPSG::2004',
6893
            'accuracy' => 0,
6894
        ],
6895
        [
6896
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1444',
6897
            'name' => 'Montserrat 1958 to WGS 84 (1)',
6898
            'source_crs' => 'urn:ogc:def:crs:EPSG::4604',
6899
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6900
            'accuracy' => 44.0,
6901
        ],
6902
        [
6903
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19942',
6904
            'name' => 'British West Indies Grid',
6905
            'source_crs' => 'urn:ogc:def:crs:EPSG::4605',
6906
            'target_crs' => 'urn:ogc:def:crs:EPSG::2005',
6907
            'accuracy' => 0,
6908
        ],
6909
        [
6910
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1445',
6911
            'name' => 'St. Kitts 1955 to WGS 84 (1)',
6912
            'source_crs' => 'urn:ogc:def:crs:EPSG::4605',
6913
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6914
            'accuracy' => 10.0,
6915
        ],
6916
        [
6917
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19942',
6918
            'name' => 'British West Indies Grid',
6919
            'source_crs' => 'urn:ogc:def:crs:EPSG::4606',
6920
            'target_crs' => 'urn:ogc:def:crs:EPSG::2006',
6921
            'accuracy' => 0,
6922
        ],
6923
        [
6924
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6897',
6925
            'name' => 'St. Lucia 1955 to WGS 84 (2)',
6926
            'source_crs' => 'urn:ogc:def:crs:EPSG::4606',
6927
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6928
            'accuracy' => 2.0,
6929
        ],
6930
        [
6931
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19942',
6932
            'name' => 'British West Indies Grid',
6933
            'source_crs' => 'urn:ogc:def:crs:EPSG::4607',
6934
            'target_crs' => 'urn:ogc:def:crs:EPSG::2007',
6935
            'accuracy' => 0,
6936
        ],
6937
        [
6938
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1959',
6939
            'name' => 'St. Vincent 1945 to WGS 84 (1)',
6940
            'source_crs' => 'urn:ogc:def:crs:EPSG::4607',
6941
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
6942
            'accuracy' => 1.0,
6943
        ],
6944
        [
6945
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17708',
6946
            'name' => 'MTM zone 8',
6947
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
6948
            'target_crs' => 'urn:ogc:def:crs:EPSG::2017',
6949
            'accuracy' => 0,
6950
        ],
6951
        [
6952
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17709',
6953
            'name' => 'MTM zone 9',
6954
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
6955
            'target_crs' => 'urn:ogc:def:crs:EPSG::2018',
6956
            'accuracy' => 0,
6957
        ],
6958
        [
6959
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17710',
6960
            'name' => 'MTM zone 10',
6961
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
6962
            'target_crs' => 'urn:ogc:def:crs:EPSG::2019',
6963
            'accuracy' => 0,
6964
        ],
6965
        [
6966
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17711',
6967
            'name' => 'MTM zone 11',
6968
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
6969
            'target_crs' => 'urn:ogc:def:crs:EPSG::2020',
6970
            'accuracy' => 0,
6971
        ],
6972
        [
6973
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17712',
6974
            'name' => 'MTM zone 12',
6975
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
6976
            'target_crs' => 'urn:ogc:def:crs:EPSG::2021',
6977
            'accuracy' => 0,
6978
        ],
6979
        [
6980
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17713',
6981
            'name' => 'MTM zone 13',
6982
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
6983
            'target_crs' => 'urn:ogc:def:crs:EPSG::2022',
6984
            'accuracy' => 0,
6985
        ],
6986
        [
6987
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17714',
6988
            'name' => 'MTM zone 14',
6989
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
6990
            'target_crs' => 'urn:ogc:def:crs:EPSG::2023',
6991
            'accuracy' => 0,
6992
        ],
6993
        [
6994
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17715',
6995
            'name' => 'MTM zone 15',
6996
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
6997
            'target_crs' => 'urn:ogc:def:crs:EPSG::2024',
6998
            'accuracy' => 0,
6999
        ],
7000
        [
7001
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17716',
7002
            'name' => 'MTM zone 16',
7003
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
7004
            'target_crs' => 'urn:ogc:def:crs:EPSG::2025',
7005
            'accuracy' => 0,
7006
        ],
7007
        [
7008
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17717',
7009
            'name' => 'MTM zone 17',
7010
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
7011
            'target_crs' => 'urn:ogc:def:crs:EPSG::2026',
7012
            'accuracy' => 0,
7013
        ],
7014
        [
7015
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1463',
7016
            'name' => 'NAD27(76) to NAD83 (1)',
7017
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
7018
            'target_crs' => 'urn:ogc:def:crs:EPSG::4269',
7019
            'accuracy' => 1.0,
7020
        ],
7021
        [
7022
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1690',
7023
            'name' => 'NAD27(76) to WGS 84 (1)',
7024
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
7025
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
7026
            'accuracy' => 2.0,
7027
        ],
7028
        [
7029
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9109',
7030
            'name' => 'NAD27(76) to NAD83(CSRS)v3 (1)',
7031
            'source_crs' => 'urn:ogc:def:crs:EPSG::4608',
7032
            'target_crs' => 'urn:ogc:def:crs:EPSG::8240',
7033
            'accuracy' => 1.0,
7034
        ],
7035
        [
7036
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17703',
7037
            'name' => 'MTM zone 3',
7038
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
7039
            'target_crs' => 'urn:ogc:def:crs:EPSG::2009',
7040
            'accuracy' => 0,
7041
        ],
7042
        [
7043
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17704',
7044
            'name' => 'MTM zone 4',
7045
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
7046
            'target_crs' => 'urn:ogc:def:crs:EPSG::2010',
7047
            'accuracy' => 0,
7048
        ],
7049
        [
7050
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17705',
7051
            'name' => 'MTM zone 5',
7052
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
7053
            'target_crs' => 'urn:ogc:def:crs:EPSG::2011',
7054
            'accuracy' => 0,
7055
        ],
7056
        [
7057
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17706',
7058
            'name' => 'MTM zone 6',
7059
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
7060
            'target_crs' => 'urn:ogc:def:crs:EPSG::2012',
7061
            'accuracy' => 0,
7062
        ],
7063
        [
7064
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17707',
7065
            'name' => 'MTM zone 7',
7066
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
7067
            'target_crs' => 'urn:ogc:def:crs:EPSG::2013',
7068
            'accuracy' => 0,
7069
        ],
7070
        [
7071
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17708',
7072
            'name' => 'MTM zone 8',
7073
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
7074
            'target_crs' => 'urn:ogc:def:crs:EPSG::2014',
7075
            'accuracy' => 0,
7076
        ],
7077
        [
7078
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17709',
7079
            'name' => 'MTM zone 9',
7080
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
7081
            'target_crs' => 'urn:ogc:def:crs:EPSG::2015',
7082
            'accuracy' => 0,
7083
        ],
7084
        [
7085
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17710',
7086
            'name' => 'MTM zone 10',
7087
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
7088
            'target_crs' => 'urn:ogc:def:crs:EPSG::2016',
7089
            'accuracy' => 0,
7090
        ],
7091
        [
7092
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19944',
7093
            'name' => 'Quebec Lambert Projection',
7094
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
7095
            'target_crs' => 'urn:ogc:def:crs:EPSG::2138',
7096
            'accuracy' => 0,
7097
        ],
7098
        [
7099
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1575',
7100
            'name' => 'NAD27(CGQ77) to NAD83 (2)',
7101
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
7102
            'target_crs' => 'urn:ogc:def:crs:EPSG::4269',
7103
            'accuracy' => 1.5,
7104
        ],
7105
        [
7106
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1691',
7107
            'name' => 'NAD27(CGQ77) to WGS 84 (3)',
7108
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
7109
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
7110
            'accuracy' => 1.5,
7111
        ],
7112
        [
7113
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9240',
7114
            'name' => 'NAD27(CGQ77) to NAD83(CSRS)v2 (1)',
7115
            'source_crs' => 'urn:ogc:def:crs:EPSG::4609',
7116
            'target_crs' => 'urn:ogc:def:crs:EPSG::8237',
7117
            'accuracy' => 1.5,
7118
        ],
7119
        [
7120
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17711',
7121
            'name' => 'MTM zone 11',
7122
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7123
            'target_crs' => 'urn:ogc:def:crs:EPSG::26891',
7124
            'accuracy' => 0,
7125
        ],
7126
        [
7127
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17712',
7128
            'name' => 'MTM zone 12',
7129
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7130
            'target_crs' => 'urn:ogc:def:crs:EPSG::26892',
7131
            'accuracy' => 0,
7132
        ],
7133
        [
7134
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17713',
7135
            'name' => 'MTM zone 13',
7136
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7137
            'target_crs' => 'urn:ogc:def:crs:EPSG::26893',
7138
            'accuracy' => 0,
7139
        ],
7140
        [
7141
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17714',
7142
            'name' => 'MTM zone 14',
7143
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7144
            'target_crs' => 'urn:ogc:def:crs:EPSG::26894',
7145
            'accuracy' => 0,
7146
        ],
7147
        [
7148
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17715',
7149
            'name' => 'MTM zone 15',
7150
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7151
            'target_crs' => 'urn:ogc:def:crs:EPSG::26895',
7152
            'accuracy' => 0,
7153
        ],
7154
        [
7155
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17716',
7156
            'name' => 'MTM zone 16',
7157
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7158
            'target_crs' => 'urn:ogc:def:crs:EPSG::26896',
7159
            'accuracy' => 0,
7160
        ],
7161
        [
7162
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17717',
7163
            'name' => 'MTM zone 17',
7164
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7165
            'target_crs' => 'urn:ogc:def:crs:EPSG::26897',
7166
            'accuracy' => 0,
7167
        ],
7168
        [
7169
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17701',
7170
            'name' => 'MTM zone 1',
7171
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7172
            'target_crs' => 'urn:ogc:def:crs:EPSG::26898',
7173
            'accuracy' => 0,
7174
        ],
7175
        [
7176
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17702',
7177
            'name' => 'MTM zone 2',
7178
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7179
            'target_crs' => 'urn:ogc:def:crs:EPSG::26899',
7180
            'accuracy' => 0,
7181
        ],
7182
        [
7183
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17703',
7184
            'name' => 'MTM zone 3',
7185
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7186
            'target_crs' => 'urn:ogc:def:crs:EPSG::2945',
7187
            'accuracy' => 0,
7188
        ],
7189
        [
7190
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17704',
7191
            'name' => 'MTM zone 4',
7192
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7193
            'target_crs' => 'urn:ogc:def:crs:EPSG::2946',
7194
            'accuracy' => 0,
7195
        ],
7196
        [
7197
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17705',
7198
            'name' => 'MTM zone 5',
7199
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7200
            'target_crs' => 'urn:ogc:def:crs:EPSG::2947',
7201
            'accuracy' => 0,
7202
        ],
7203
        [
7204
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17706',
7205
            'name' => 'MTM zone 6',
7206
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7207
            'target_crs' => 'urn:ogc:def:crs:EPSG::2948',
7208
            'accuracy' => 0,
7209
        ],
7210
        [
7211
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17707',
7212
            'name' => 'MTM zone 7',
7213
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7214
            'target_crs' => 'urn:ogc:def:crs:EPSG::2949',
7215
            'accuracy' => 0,
7216
        ],
7217
        [
7218
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17708',
7219
            'name' => 'MTM zone 8',
7220
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7221
            'target_crs' => 'urn:ogc:def:crs:EPSG::2950',
7222
            'accuracy' => 0,
7223
        ],
7224
        [
7225
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17709',
7226
            'name' => 'MTM zone 9',
7227
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7228
            'target_crs' => 'urn:ogc:def:crs:EPSG::2951',
7229
            'accuracy' => 0,
7230
        ],
7231
        [
7232
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17710',
7233
            'name' => 'MTM zone 10',
7234
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7235
            'target_crs' => 'urn:ogc:def:crs:EPSG::2952',
7236
            'accuracy' => 0,
7237
        ],
7238
        [
7239
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19946',
7240
            'name' => 'New Brunswick Stereographic (NAD83)',
7241
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7242
            'target_crs' => 'urn:ogc:def:crs:EPSG::2953',
7243
            'accuracy' => 0,
7244
        ],
7245
        [
7246
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19960',
7247
            'name' => 'Prince Edward Isl. Stereographic (NAD83)',
7248
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7249
            'target_crs' => 'urn:ogc:def:crs:EPSG::2954',
7250
            'accuracy' => 0,
7251
        ],
7252
        [
7253
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19984',
7254
            'name' => 'British Columbia Albers',
7255
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7256
            'target_crs' => 'urn:ogc:def:crs:EPSG::3153',
7257
            'accuracy' => 0,
7258
        ],
7259
        [
7260
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19875',
7261
            'name' => 'Ontario MNR Lambert',
7262
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7263
            'target_crs' => 'urn:ogc:def:crs:EPSG::3162',
7264
            'accuracy' => 0,
7265
        ],
7266
        [
7267
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19897',
7268
            'name' => 'Statistics Canada Lambert',
7269
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7270
            'target_crs' => 'urn:ogc:def:crs:EPSG::3348',
7271
            'accuracy' => 0,
7272
        ],
7273
        [
7274
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19881',
7275
            'name' => 'Alberta 10-degree TM (Forest)',
7276
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7277
            'target_crs' => 'urn:ogc:def:crs:EPSG::3402',
7278
            'accuracy' => 0,
7279
        ],
7280
        [
7281
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19882',
7282
            'name' => 'Alberta 10-degree TM (Resource)',
7283
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7284
            'target_crs' => 'urn:ogc:def:crs:EPSG::3403',
7285
            'accuracy' => 0,
7286
        ],
7287
        [
7288
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19858',
7289
            'name' => 'Yukon Albers',
7290
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7291
            'target_crs' => 'urn:ogc:def:crs:EPSG::3579',
7292
            'accuracy' => 0,
7293
        ],
7294
        [
7295
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19857',
7296
            'name' => 'Northwest Territories Lambert',
7297
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7298
            'target_crs' => 'urn:ogc:def:crs:EPSG::3581',
7299
            'accuracy' => 0,
7300
        ],
7301
        [
7302
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17722',
7303
            'name' => 'Alberta 3-degree TM reference meridian 111 W',
7304
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7305
            'target_crs' => 'urn:ogc:def:crs:EPSG::3779',
7306
            'accuracy' => 0,
7307
        ],
7308
        [
7309
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17723',
7310
            'name' => 'Alberta 3-degree TM reference meridian 114 W',
7311
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7312
            'target_crs' => 'urn:ogc:def:crs:EPSG::3780',
7313
            'accuracy' => 0,
7314
        ],
7315
        [
7316
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17724',
7317
            'name' => 'Alberta 3-degree TM reference meridian 117 W',
7318
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7319
            'target_crs' => 'urn:ogc:def:crs:EPSG::3781',
7320
            'accuracy' => 0,
7321
        ],
7322
        [
7323
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19844',
7324
            'name' => 'Ministry of Transport of Quebec Lambert',
7325
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7326
            'target_crs' => 'urn:ogc:def:crs:EPSG::3799',
7327
            'accuracy' => 0,
7328
        ],
7329
        [
7330
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17726',
7331
            'name' => 'Alberta 3-degree TM reference meridian 120 W',
7332
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7333
            'target_crs' => 'urn:ogc:def:crs:EPSG::3802',
7334
            'accuracy' => 0,
7335
        ],
7336
        [
7337
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::3977',
7338
            'name' => 'Canada Atlas Lambert',
7339
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7340
            'target_crs' => 'urn:ogc:def:crs:EPSG::3979',
7341
            'accuracy' => 0,
7342
        ],
7343
        [
7344
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1842',
7345
            'name' => 'NAD83(CSRS) to WGS 84 (1)',
7346
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7347
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
7348
            'accuracy' => 2.0,
7349
        ],
7350
        [
7351
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1946',
7352
            'name' => 'NAD83(CSRS) to WGS 84 (2)',
7353
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7354
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
7355
            'accuracy' => 1.0,
7356
        ],
7357
        [
7358
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5319',
7359
            'name' => 'Teranet Ontario Lambert',
7360
            'source_crs' => 'urn:ogc:def:crs:EPSG::4617',
7361
            'target_crs' => 'urn:ogc:def:crs:EPSG::5321',
7362
            'accuracy' => 0,
7363
        ],
7364
        [
7365
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5493',
7366
            'name' => 'Fort Marigot to RGAF09 (1)',
7367
            'source_crs' => 'urn:ogc:def:crs:EPSG::4621',
7368
            'target_crs' => 'urn:ogc:def:crs:EPSG::5489',
7369
            'accuracy' => 10.0,
7370
        ],
7371
        [
7372
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1905',
7373
            'name' => 'Guadeloupe 1948 to WGS 84 (2)',
7374
            'source_crs' => 'urn:ogc:def:crs:EPSG::4622',
7375
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
7376
            'accuracy' => 0.1,
7377
        ],
7378
        [
7379
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5492',
7380
            'name' => 'Guadeloupe 1948 to RGAF09 (1)',
7381
            'source_crs' => 'urn:ogc:def:crs:EPSG::4622',
7382
            'target_crs' => 'urn:ogc:def:crs:EPSG::5489',
7383
            'accuracy' => 10.0,
7384
        ],
7385
        [
7386
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5491',
7387
            'name' => 'Martinique 1938 to RGAF09 (1)',
7388
            'source_crs' => 'urn:ogc:def:crs:EPSG::4625',
7389
            'target_crs' => 'urn:ogc:def:crs:EPSG::5489',
7390
            'accuracy' => 0.1,
7391
        ],
7392
        [
7393
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8270',
7394
            'name' => 'Saint Pierre et Miquelon 1950 to WGS 84 (2)',
7395
            'source_crs' => 'urn:ogc:def:crs:EPSG::4638',
7396
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
7397
            'accuracy' => 1.0,
7398
        ],
7399
        [
7400
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15804',
7401
            'name' => 'Cape Canaveral to WGS 84 (1)',
7402
            'source_crs' => 'urn:ogc:def:crs:EPSG::4717',
7403
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
7404
            'accuracy' => 6.0,
7405
        ],
7406
        [
7407
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6127',
7408
            'name' => 'Cayman Islands TM (ft)',
7409
            'source_crs' => 'urn:ogc:def:crs:EPSG::4723',
7410
            'target_crs' => 'urn:ogc:def:crs:EPSG::6128',
7411
            'accuracy' => 0,
7412
        ],
7413
        [
7414
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6136',
7415
            'name' => 'GCGD59 to CIGD11 (1)',
7416
            'source_crs' => 'urn:ogc:def:crs:EPSG::4723',
7417
            'target_crs' => 'urn:ogc:def:crs:EPSG::6135',
7418
            'accuracy' => 0.3,
7419
        ],
7420
        [
7421
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6127',
7422
            'name' => 'Cayman Islands TM (ft)',
7423
            'source_crs' => 'urn:ogc:def:crs:EPSG::4726',
7424
            'target_crs' => 'urn:ogc:def:crs:EPSG::6129',
7425
            'accuracy' => 0,
7426
        ],
7427
        [
7428
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6137',
7429
            'name' => 'SIGD61 to CIGD11 (1)',
7430
            'source_crs' => 'urn:ogc:def:crs:EPSG::4726',
7431
            'target_crs' => 'urn:ogc:def:crs:EPSG::6135',
7432
            'accuracy' => 0.15,
7433
        ],
7434
        [
7435
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15879',
7436
            'name' => 'GR96 to WGS 84 (1)',
7437
            'source_crs' => 'urn:ogc:def:crs:EPSG::4747',
7438
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
7439
            'accuracy' => 1.0,
7440
        ],
7441
        [
7442
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19860',
7443
            'name' => 'Jamaica Metric Grid 2001',
7444
            'source_crs' => 'urn:ogc:def:crs:EPSG::4758',
7445
            'target_crs' => 'urn:ogc:def:crs:EPSG::3448',
7446
            'accuracy' => 0,
7447
        ],
7448
        [
7449
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15925',
7450
            'name' => 'JAD2001 to WGS 84 (1)',
7451
            'source_crs' => 'urn:ogc:def:crs:EPSG::4758',
7452
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
7453
            'accuracy' => 0.0,
7454
        ],
7455
        [
7456
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11833',
7457
            'name' => 'SPCS83 Maine East zone (US survey foot)',
7458
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7459
            'target_crs' => 'urn:ogc:def:crs:EPSG::26863',
7460
            'accuracy' => 0,
7461
        ],
7462
        [
7463
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11834',
7464
            'name' => 'SPCS83 Maine West zone (US survey foot)',
7465
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7466
            'target_crs' => 'urn:ogc:def:crs:EPSG::26864',
7467
            'accuracy' => 0,
7468
        ],
7469
        [
7470
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12234',
7471
            'name' => 'SPCS83 Minnesota North zone (US survey foot)',
7472
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7473
            'target_crs' => 'urn:ogc:def:crs:EPSG::26865',
7474
            'accuracy' => 0,
7475
        ],
7476
        [
7477
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12235',
7478
            'name' => 'SPCS83 Minnesota Central zone (US survey foot)',
7479
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7480
            'target_crs' => 'urn:ogc:def:crs:EPSG::26866',
7481
            'accuracy' => 0,
7482
        ],
7483
        [
7484
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12236',
7485
            'name' => 'SPCS83 Minnesota South zone (US survey foot)',
7486
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7487
            'target_crs' => 'urn:ogc:def:crs:EPSG::26867',
7488
            'accuracy' => 0,
7489
        ],
7490
        [
7491
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15396',
7492
            'name' => 'SPCS83 Nebraska zone (US survey foot)',
7493
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7494
            'target_crs' => 'urn:ogc:def:crs:EPSG::26868',
7495
            'accuracy' => 0,
7496
        ],
7497
        [
7498
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14735',
7499
            'name' => 'SPCS83 West Virginia North zone (US survey foot)',
7500
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7501
            'target_crs' => 'urn:ogc:def:crs:EPSG::26869',
7502
            'accuracy' => 0,
7503
        ],
7504
        [
7505
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14736',
7506
            'name' => 'SPCS83 West Virginia South zone (US survey foot)',
7507
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7508
            'target_crs' => 'urn:ogc:def:crs:EPSG::26870',
7509
            'accuracy' => 0,
7510
        ],
7511
        [
7512
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10131',
7513
            'name' => 'SPCS83 Alabama East zone (meter)',
7514
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7515
            'target_crs' => 'urn:ogc:def:crs:EPSG::3465',
7516
            'accuracy' => 0,
7517
        ],
7518
        [
7519
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10132',
7520
            'name' => 'SPCS83 Alabama West zone (meter)',
7521
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7522
            'target_crs' => 'urn:ogc:def:crs:EPSG::3466',
7523
            'accuracy' => 0,
7524
        ],
7525
        [
7526
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15021',
7527
            'name' => 'Alaska Albers (meter)',
7528
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7529
            'target_crs' => 'urn:ogc:def:crs:EPSG::3467',
7530
            'accuracy' => 0,
7531
        ],
7532
        [
7533
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15031',
7534
            'name' => 'SPCS83 Alaska zone 1 (meter)',
7535
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7536
            'target_crs' => 'urn:ogc:def:crs:EPSG::3468',
7537
            'accuracy' => 0,
7538
        ],
7539
        [
7540
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15032',
7541
            'name' => 'SPCS83 Alaska zone 2 (meter)',
7542
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7543
            'target_crs' => 'urn:ogc:def:crs:EPSG::3469',
7544
            'accuracy' => 0,
7545
        ],
7546
        [
7547
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15033',
7548
            'name' => 'SPCS83 Alaska zone 3 (meter)',
7549
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7550
            'target_crs' => 'urn:ogc:def:crs:EPSG::3470',
7551
            'accuracy' => 0,
7552
        ],
7553
        [
7554
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15034',
7555
            'name' => 'SPCS83 Alaska zone 4 (meter)',
7556
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7557
            'target_crs' => 'urn:ogc:def:crs:EPSG::3471',
7558
            'accuracy' => 0,
7559
        ],
7560
        [
7561
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15035',
7562
            'name' => 'SPCS83 Alaska zone 5 (meter)',
7563
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7564
            'target_crs' => 'urn:ogc:def:crs:EPSG::3472',
7565
            'accuracy' => 0,
7566
        ],
7567
        [
7568
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15036',
7569
            'name' => 'SPCS83 Alaska zone 6 (meter)',
7570
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7571
            'target_crs' => 'urn:ogc:def:crs:EPSG::3473',
7572
            'accuracy' => 0,
7573
        ],
7574
        [
7575
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15037',
7576
            'name' => 'SPCS83 Alaska zone 7 (meter)',
7577
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7578
            'target_crs' => 'urn:ogc:def:crs:EPSG::3474',
7579
            'accuracy' => 0,
7580
        ],
7581
        [
7582
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15038',
7583
            'name' => 'SPCS83 Alaska zone 8 (meter)',
7584
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7585
            'target_crs' => 'urn:ogc:def:crs:EPSG::3475',
7586
            'accuracy' => 0,
7587
        ],
7588
        [
7589
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15039',
7590
            'name' => 'SPCS83 Alaska zone 9 (meter)',
7591
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7592
            'target_crs' => 'urn:ogc:def:crs:EPSG::3476',
7593
            'accuracy' => 0,
7594
        ],
7595
        [
7596
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15040',
7597
            'name' => 'SPCS83 Alaska zone 10 (meter)',
7598
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7599
            'target_crs' => 'urn:ogc:def:crs:EPSG::3477',
7600
            'accuracy' => 0,
7601
        ],
7602
        [
7603
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10232',
7604
            'name' => 'SPCS83 Arizona Central zone (meter)',
7605
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7606
            'target_crs' => 'urn:ogc:def:crs:EPSG::3478',
7607
            'accuracy' => 0,
7608
        ],
7609
        [
7610
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15305',
7611
            'name' => 'SPCS83 Arizona Central zone (international foot)',
7612
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7613
            'target_crs' => 'urn:ogc:def:crs:EPSG::3479',
7614
            'accuracy' => 0,
7615
        ],
7616
        [
7617
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10231',
7618
            'name' => 'SPCS83 Arizona East zone (meter)',
7619
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7620
            'target_crs' => 'urn:ogc:def:crs:EPSG::3480',
7621
            'accuracy' => 0,
7622
        ],
7623
        [
7624
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15304',
7625
            'name' => 'SPCS83 Arizona East zone (international foot)',
7626
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7627
            'target_crs' => 'urn:ogc:def:crs:EPSG::3481',
7628
            'accuracy' => 0,
7629
        ],
7630
        [
7631
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10233',
7632
            'name' => 'SPCS83 Arizona West zone (meter)',
7633
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7634
            'target_crs' => 'urn:ogc:def:crs:EPSG::3482',
7635
            'accuracy' => 0,
7636
        ],
7637
        [
7638
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15306',
7639
            'name' => 'SPCS83 Arizona West zone (international foot)',
7640
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7641
            'target_crs' => 'urn:ogc:def:crs:EPSG::3483',
7642
            'accuracy' => 0,
7643
        ],
7644
        [
7645
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10331',
7646
            'name' => 'SPCS83 Arkansas North zone (meter)',
7647
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7648
            'target_crs' => 'urn:ogc:def:crs:EPSG::3484',
7649
            'accuracy' => 0,
7650
        ],
7651
        [
7652
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15385',
7653
            'name' => 'SPCS83 Arkansas North zone (US survey foot)',
7654
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7655
            'target_crs' => 'urn:ogc:def:crs:EPSG::3485',
7656
            'accuracy' => 0,
7657
        ],
7658
        [
7659
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10332',
7660
            'name' => 'SPCS83 Arkansas South zone (meter)',
7661
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7662
            'target_crs' => 'urn:ogc:def:crs:EPSG::3486',
7663
            'accuracy' => 0,
7664
        ],
7665
        [
7666
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15386',
7667
            'name' => 'SPCS83 Arkansas South zone (US survey foot)',
7668
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7669
            'target_crs' => 'urn:ogc:def:crs:EPSG::3487',
7670
            'accuracy' => 0,
7671
        ],
7672
        [
7673
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10420',
7674
            'name' => 'California Albers',
7675
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7676
            'target_crs' => 'urn:ogc:def:crs:EPSG::3488',
7677
            'accuracy' => 0,
7678
        ],
7679
        [
7680
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10431',
7681
            'name' => 'SPCS83 California zone 1 (meter)',
7682
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7683
            'target_crs' => 'urn:ogc:def:crs:EPSG::3489',
7684
            'accuracy' => 0,
7685
        ],
7686
        [
7687
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15307',
7688
            'name' => 'SPCS83 California zone 1 (US survey foot)',
7689
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7690
            'target_crs' => 'urn:ogc:def:crs:EPSG::3490',
7691
            'accuracy' => 0,
7692
        ],
7693
        [
7694
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10432',
7695
            'name' => 'SPCS83 California zone 2 (meter)',
7696
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7697
            'target_crs' => 'urn:ogc:def:crs:EPSG::3491',
7698
            'accuracy' => 0,
7699
        ],
7700
        [
7701
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15308',
7702
            'name' => 'SPCS83 California zone 2 (US survey foot)',
7703
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7704
            'target_crs' => 'urn:ogc:def:crs:EPSG::3492',
7705
            'accuracy' => 0,
7706
        ],
7707
        [
7708
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10433',
7709
            'name' => 'SPCS83 California zone 3 (meter)',
7710
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7711
            'target_crs' => 'urn:ogc:def:crs:EPSG::3493',
7712
            'accuracy' => 0,
7713
        ],
7714
        [
7715
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15309',
7716
            'name' => 'SPCS83 California zone 3 (US survey foot)',
7717
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7718
            'target_crs' => 'urn:ogc:def:crs:EPSG::3494',
7719
            'accuracy' => 0,
7720
        ],
7721
        [
7722
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10434',
7723
            'name' => 'SPCS83 California zone 4 (meter)',
7724
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7725
            'target_crs' => 'urn:ogc:def:crs:EPSG::3495',
7726
            'accuracy' => 0,
7727
        ],
7728
        [
7729
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15310',
7730
            'name' => 'SPCS83 California zone 4 (US survey foot)',
7731
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7732
            'target_crs' => 'urn:ogc:def:crs:EPSG::3496',
7733
            'accuracy' => 0,
7734
        ],
7735
        [
7736
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10435',
7737
            'name' => 'SPCS83 California zone 5 (meter)',
7738
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7739
            'target_crs' => 'urn:ogc:def:crs:EPSG::3497',
7740
            'accuracy' => 0,
7741
        ],
7742
        [
7743
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15311',
7744
            'name' => 'SPCS83 California zone 5 (US survey foot)',
7745
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7746
            'target_crs' => 'urn:ogc:def:crs:EPSG::3498',
7747
            'accuracy' => 0,
7748
        ],
7749
        [
7750
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10436',
7751
            'name' => 'SPCS83 California zone 6 (meter)',
7752
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7753
            'target_crs' => 'urn:ogc:def:crs:EPSG::3499',
7754
            'accuracy' => 0,
7755
        ],
7756
        [
7757
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15312',
7758
            'name' => 'SPCS83 California zone 6 (US survey foot)',
7759
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7760
            'target_crs' => 'urn:ogc:def:crs:EPSG::3500',
7761
            'accuracy' => 0,
7762
        ],
7763
        [
7764
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10532',
7765
            'name' => 'SPCS83 Colorado Central zone (meter)',
7766
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7767
            'target_crs' => 'urn:ogc:def:crs:EPSG::3501',
7768
            'accuracy' => 0,
7769
        ],
7770
        [
7771
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15314',
7772
            'name' => 'SPCS83 Colorado Central zone (US survey foot)',
7773
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7774
            'target_crs' => 'urn:ogc:def:crs:EPSG::3502',
7775
            'accuracy' => 0,
7776
        ],
7777
        [
7778
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10531',
7779
            'name' => 'SPCS83 Colorado North zone (meter)',
7780
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7781
            'target_crs' => 'urn:ogc:def:crs:EPSG::3503',
7782
            'accuracy' => 0,
7783
        ],
7784
        [
7785
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15313',
7786
            'name' => 'SPCS83 Colorado North zone (US survey foot)',
7787
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7788
            'target_crs' => 'urn:ogc:def:crs:EPSG::3504',
7789
            'accuracy' => 0,
7790
        ],
7791
        [
7792
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10533',
7793
            'name' => 'SPCS83 Colorado South zone (meter)',
7794
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7795
            'target_crs' => 'urn:ogc:def:crs:EPSG::3505',
7796
            'accuracy' => 0,
7797
        ],
7798
        [
7799
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15315',
7800
            'name' => 'SPCS83 Colorado South zone (US survey foot)',
7801
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7802
            'target_crs' => 'urn:ogc:def:crs:EPSG::3506',
7803
            'accuracy' => 0,
7804
        ],
7805
        [
7806
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10630',
7807
            'name' => 'SPCS83 Connecticut zone (meter)',
7808
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7809
            'target_crs' => 'urn:ogc:def:crs:EPSG::3507',
7810
            'accuracy' => 0,
7811
        ],
7812
        [
7813
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15316',
7814
            'name' => 'SPCS83 Connecticut zone (US survey foot)',
7815
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7816
            'target_crs' => 'urn:ogc:def:crs:EPSG::3508',
7817
            'accuracy' => 0,
7818
        ],
7819
        [
7820
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10730',
7821
            'name' => 'SPCS83 Delaware zone (meter)',
7822
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7823
            'target_crs' => 'urn:ogc:def:crs:EPSG::3509',
7824
            'accuracy' => 0,
7825
        ],
7826
        [
7827
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15317',
7828
            'name' => 'SPCS83 Delaware zone (US survey foot)',
7829
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7830
            'target_crs' => 'urn:ogc:def:crs:EPSG::3510',
7831
            'accuracy' => 0,
7832
        ],
7833
        [
7834
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10931',
7835
            'name' => 'SPCS83 Florida East zone (meter)',
7836
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7837
            'target_crs' => 'urn:ogc:def:crs:EPSG::3511',
7838
            'accuracy' => 0,
7839
        ],
7840
        [
7841
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15318',
7842
            'name' => 'SPCS83 Florida East zone (US survey foot)',
7843
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7844
            'target_crs' => 'urn:ogc:def:crs:EPSG::3512',
7845
            'accuracy' => 0,
7846
        ],
7847
        [
7848
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10934',
7849
            'name' => 'Florida GDL Albers (meter)',
7850
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7851
            'target_crs' => 'urn:ogc:def:crs:EPSG::3513',
7852
            'accuracy' => 0,
7853
        ],
7854
        [
7855
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10933',
7856
            'name' => 'SPCS83 Florida North zone (meter)',
7857
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7858
            'target_crs' => 'urn:ogc:def:crs:EPSG::3514',
7859
            'accuracy' => 0,
7860
        ],
7861
        [
7862
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15320',
7863
            'name' => 'SPCS83 Florida North zone (US survey foot)',
7864
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7865
            'target_crs' => 'urn:ogc:def:crs:EPSG::3515',
7866
            'accuracy' => 0,
7867
        ],
7868
        [
7869
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10932',
7870
            'name' => 'SPCS83 Florida West zone (meter)',
7871
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7872
            'target_crs' => 'urn:ogc:def:crs:EPSG::3516',
7873
            'accuracy' => 0,
7874
        ],
7875
        [
7876
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15319',
7877
            'name' => 'SPCS83 Florida West zone (US survey foot)',
7878
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7879
            'target_crs' => 'urn:ogc:def:crs:EPSG::3517',
7880
            'accuracy' => 0,
7881
        ],
7882
        [
7883
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11031',
7884
            'name' => 'SPCS83 Georgia East zone (meter)',
7885
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7886
            'target_crs' => 'urn:ogc:def:crs:EPSG::3518',
7887
            'accuracy' => 0,
7888
        ],
7889
        [
7890
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15321',
7891
            'name' => 'SPCS83 Georgia East zone (US survey foot)',
7892
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7893
            'target_crs' => 'urn:ogc:def:crs:EPSG::3519',
7894
            'accuracy' => 0,
7895
        ],
7896
        [
7897
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11032',
7898
            'name' => 'SPCS83 Georgia West zone (meter)',
7899
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7900
            'target_crs' => 'urn:ogc:def:crs:EPSG::3520',
7901
            'accuracy' => 0,
7902
        ],
7903
        [
7904
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15322',
7905
            'name' => 'SPCS83 Georgia West zone (US survey foot)',
7906
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7907
            'target_crs' => 'urn:ogc:def:crs:EPSG::3521',
7908
            'accuracy' => 0,
7909
        ],
7910
        [
7911
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11132',
7912
            'name' => 'SPCS83 Idaho Central zone (meter)',
7913
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7914
            'target_crs' => 'urn:ogc:def:crs:EPSG::3522',
7915
            'accuracy' => 0,
7916
        ],
7917
        [
7918
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15324',
7919
            'name' => 'SPCS83 Idaho Central zone (US survey foot)',
7920
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7921
            'target_crs' => 'urn:ogc:def:crs:EPSG::3523',
7922
            'accuracy' => 0,
7923
        ],
7924
        [
7925
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11131',
7926
            'name' => 'SPCS83 Idaho East zone (meter)',
7927
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7928
            'target_crs' => 'urn:ogc:def:crs:EPSG::3524',
7929
            'accuracy' => 0,
7930
        ],
7931
        [
7932
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15323',
7933
            'name' => 'SPCS83 Idaho East zone (US survey foot)',
7934
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7935
            'target_crs' => 'urn:ogc:def:crs:EPSG::3525',
7936
            'accuracy' => 0,
7937
        ],
7938
        [
7939
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11133',
7940
            'name' => 'SPCS83 Idaho West zone (meter)',
7941
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7942
            'target_crs' => 'urn:ogc:def:crs:EPSG::3526',
7943
            'accuracy' => 0,
7944
        ],
7945
        [
7946
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15325',
7947
            'name' => 'SPCS83 Idaho West zone (US survey foot)',
7948
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7949
            'target_crs' => 'urn:ogc:def:crs:EPSG::3527',
7950
            'accuracy' => 0,
7951
        ],
7952
        [
7953
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11231',
7954
            'name' => 'SPCS83 Illinois East zone (meter)',
7955
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7956
            'target_crs' => 'urn:ogc:def:crs:EPSG::3528',
7957
            'accuracy' => 0,
7958
        ],
7959
        [
7960
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15387',
7961
            'name' => 'SPCS83 Illinois East zone (US survey foot)',
7962
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7963
            'target_crs' => 'urn:ogc:def:crs:EPSG::3529',
7964
            'accuracy' => 0,
7965
        ],
7966
        [
7967
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11232',
7968
            'name' => 'SPCS83 Illinois West zone (meter)',
7969
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7970
            'target_crs' => 'urn:ogc:def:crs:EPSG::3530',
7971
            'accuracy' => 0,
7972
        ],
7973
        [
7974
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15388',
7975
            'name' => 'SPCS83 Illinois West zone (US survey foot)',
7976
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7977
            'target_crs' => 'urn:ogc:def:crs:EPSG::3531',
7978
            'accuracy' => 0,
7979
        ],
7980
        [
7981
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11331',
7982
            'name' => 'SPCS83 Indiana East zone (meter)',
7983
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7984
            'target_crs' => 'urn:ogc:def:crs:EPSG::3532',
7985
            'accuracy' => 0,
7986
        ],
7987
        [
7988
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15372',
7989
            'name' => 'SPCS83 Indiana East zone (US survey foot)',
7990
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7991
            'target_crs' => 'urn:ogc:def:crs:EPSG::3533',
7992
            'accuracy' => 0,
7993
        ],
7994
        [
7995
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11332',
7996
            'name' => 'SPCS83 Indiana West zone (meter)',
7997
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
7998
            'target_crs' => 'urn:ogc:def:crs:EPSG::3534',
7999
            'accuracy' => 0,
8000
        ],
8001
        [
8002
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15373',
8003
            'name' => 'SPCS83 Indiana West zone (US survey foot)',
8004
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8005
            'target_crs' => 'urn:ogc:def:crs:EPSG::3535',
8006
            'accuracy' => 0,
8007
        ],
8008
        [
8009
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11431',
8010
            'name' => 'SPCS83 Iowa North zone (meter)',
8011
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8012
            'target_crs' => 'urn:ogc:def:crs:EPSG::3536',
8013
            'accuracy' => 0,
8014
        ],
8015
        [
8016
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15377',
8017
            'name' => 'SPCS83 Iowa North zone (US survey foot)',
8018
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8019
            'target_crs' => 'urn:ogc:def:crs:EPSG::3537',
8020
            'accuracy' => 0,
8021
        ],
8022
        [
8023
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11432',
8024
            'name' => 'SPCS83 Iowa South zone (meter)',
8025
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8026
            'target_crs' => 'urn:ogc:def:crs:EPSG::3538',
8027
            'accuracy' => 0,
8028
        ],
8029
        [
8030
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15378',
8031
            'name' => 'SPCS83 Iowa South zone (US survey foot)',
8032
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8033
            'target_crs' => 'urn:ogc:def:crs:EPSG::3539',
8034
            'accuracy' => 0,
8035
        ],
8036
        [
8037
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11531',
8038
            'name' => 'SPCS83 Kansas North zone (meter)',
8039
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8040
            'target_crs' => 'urn:ogc:def:crs:EPSG::3540',
8041
            'accuracy' => 0,
8042
        ],
8043
        [
8044
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15379',
8045
            'name' => 'SPCS83 Kansas North zone (US survey foot)',
8046
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8047
            'target_crs' => 'urn:ogc:def:crs:EPSG::3541',
8048
            'accuracy' => 0,
8049
        ],
8050
        [
8051
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11532',
8052
            'name' => 'SPCS83 Kansas South zone (meter)',
8053
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8054
            'target_crs' => 'urn:ogc:def:crs:EPSG::3542',
8055
            'accuracy' => 0,
8056
        ],
8057
        [
8058
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15380',
8059
            'name' => 'SPCS83 Kansas South zone (US survey foot)',
8060
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8061
            'target_crs' => 'urn:ogc:def:crs:EPSG::3543',
8062
            'accuracy' => 0,
8063
        ],
8064
        [
8065
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15303',
8066
            'name' => 'SPCS83 Kentucky North zone (meter)',
8067
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8068
            'target_crs' => 'urn:ogc:def:crs:EPSG::3544',
8069
            'accuracy' => 0,
8070
        ],
8071
        [
8072
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15328',
8073
            'name' => 'SPCS83 Kentucky North zone (US survey foot)',
8074
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8075
            'target_crs' => 'urn:ogc:def:crs:EPSG::3545',
8076
            'accuracy' => 0,
8077
        ],
8078
        [
8079
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11630',
8080
            'name' => 'SPCS83 Kentucky Single Zone (meter)',
8081
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8082
            'target_crs' => 'urn:ogc:def:crs:EPSG::3546',
8083
            'accuracy' => 0,
8084
        ],
8085
        [
8086
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15375',
8087
            'name' => 'SPCS83 Kentucky Single Zone (US survey foot)',
8088
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8089
            'target_crs' => 'urn:ogc:def:crs:EPSG::3547',
8090
            'accuracy' => 0,
8091
        ],
8092
        [
8093
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11632',
8094
            'name' => 'SPCS83 Kentucky South zone (meter)',
8095
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8096
            'target_crs' => 'urn:ogc:def:crs:EPSG::3548',
8097
            'accuracy' => 0,
8098
        ],
8099
        [
8100
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15329',
8101
            'name' => 'SPCS83 Kentucky South zone (US survey foot)',
8102
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8103
            'target_crs' => 'urn:ogc:def:crs:EPSG::3549',
8104
            'accuracy' => 0,
8105
        ],
8106
        [
8107
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11731',
8108
            'name' => 'SPCS83 Louisiana North zone (meter)',
8109
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8110
            'target_crs' => 'urn:ogc:def:crs:EPSG::3550',
8111
            'accuracy' => 0,
8112
        ],
8113
        [
8114
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15391',
8115
            'name' => 'SPCS83 Louisiana North zone (US survey foot)',
8116
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8117
            'target_crs' => 'urn:ogc:def:crs:EPSG::3551',
8118
            'accuracy' => 0,
8119
        ],
8120
        [
8121
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11732',
8122
            'name' => 'SPCS83 Louisiana South zone (meter)',
8123
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8124
            'target_crs' => 'urn:ogc:def:crs:EPSG::3552',
8125
            'accuracy' => 0,
8126
        ],
8127
        [
8128
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15392',
8129
            'name' => 'SPCS83 Louisiana South zone (US survey foot)',
8130
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8131
            'target_crs' => 'urn:ogc:def:crs:EPSG::3553',
8132
            'accuracy' => 0,
8133
        ],
8134
        [
8135
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11854',
8136
            'name' => 'Maine CS2000 Central zone (meter)',
8137
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8138
            'target_crs' => 'urn:ogc:def:crs:EPSG::3554',
8139
            'accuracy' => 0,
8140
        ],
8141
        [
8142
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11851',
8143
            'name' => 'Maine CS2000 East zone (meter)',
8144
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8145
            'target_crs' => 'urn:ogc:def:crs:EPSG::3555',
8146
            'accuracy' => 0,
8147
        ],
8148
        [
8149
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11853',
8150
            'name' => 'Maine CS2000 West zone (meter)',
8151
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8152
            'target_crs' => 'urn:ogc:def:crs:EPSG::3556',
8153
            'accuracy' => 0,
8154
        ],
8155
        [
8156
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11831',
8157
            'name' => 'SPCS83 Maine East zone (meter)',
8158
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8159
            'target_crs' => 'urn:ogc:def:crs:EPSG::3557',
8160
            'accuracy' => 0,
8161
        ],
8162
        [
8163
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11832',
8164
            'name' => 'SPCS83 Maine West zone (meter)',
8165
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8166
            'target_crs' => 'urn:ogc:def:crs:EPSG::3558',
8167
            'accuracy' => 0,
8168
        ],
8169
        [
8170
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11930',
8171
            'name' => 'SPCS83 Maryland zone (meter)',
8172
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8173
            'target_crs' => 'urn:ogc:def:crs:EPSG::3559',
8174
            'accuracy' => 0,
8175
        ],
8176
        [
8177
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15330',
8178
            'name' => 'SPCS83 Maryland zone (US survey foot)',
8179
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8180
            'target_crs' => 'urn:ogc:def:crs:EPSG::3582',
8181
            'accuracy' => 0,
8182
        ],
8183
        [
8184
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12032',
8185
            'name' => 'SPCS83 Massachusetts Island zone (meter)',
8186
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8187
            'target_crs' => 'urn:ogc:def:crs:EPSG::3583',
8188
            'accuracy' => 0,
8189
        ],
8190
        [
8191
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15332',
8192
            'name' => 'SPCS83 Massachusetts Island zone (US survey foot)',
8193
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8194
            'target_crs' => 'urn:ogc:def:crs:EPSG::3584',
8195
            'accuracy' => 0,
8196
        ],
8197
        [
8198
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12031',
8199
            'name' => 'SPCS83 Massachusetts Mainland zone (meter)',
8200
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8201
            'target_crs' => 'urn:ogc:def:crs:EPSG::3585',
8202
            'accuracy' => 0,
8203
        ],
8204
        [
8205
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15331',
8206
            'name' => 'SPCS83 Massachusetts Mainland zone (US survey foot)',
8207
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8208
            'target_crs' => 'urn:ogc:def:crs:EPSG::3586',
8209
            'accuracy' => 0,
8210
        ],
8211
        [
8212
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12142',
8213
            'name' => 'SPCS83 Michigan Central zone (meter)',
8214
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8215
            'target_crs' => 'urn:ogc:def:crs:EPSG::3587',
8216
            'accuracy' => 0,
8217
        ],
8218
        [
8219
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15334',
8220
            'name' => 'SPCS83 Michigan Central zone (international foot)',
8221
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8222
            'target_crs' => 'urn:ogc:def:crs:EPSG::3588',
8223
            'accuracy' => 0,
8224
        ],
8225
        [
8226
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12141',
8227
            'name' => 'SPCS83 Michigan North zone (meter)',
8228
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8229
            'target_crs' => 'urn:ogc:def:crs:EPSG::3589',
8230
            'accuracy' => 0,
8231
        ],
8232
        [
8233
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15333',
8234
            'name' => 'SPCS83 Michigan North zone (international foot)',
8235
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8236
            'target_crs' => 'urn:ogc:def:crs:EPSG::3590',
8237
            'accuracy' => 0,
8238
        ],
8239
        [
8240
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12150',
8241
            'name' => 'Michigan Oblique Mercator (meter)',
8242
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8243
            'target_crs' => 'urn:ogc:def:crs:EPSG::3591',
8244
            'accuracy' => 0,
8245
        ],
8246
        [
8247
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12143',
8248
            'name' => 'SPCS83 Michigan South zone (meter)',
8249
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8250
            'target_crs' => 'urn:ogc:def:crs:EPSG::3592',
8251
            'accuracy' => 0,
8252
        ],
8253
        [
8254
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15335',
8255
            'name' => 'SPCS83 Michigan South zone (international foot)',
8256
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8257
            'target_crs' => 'urn:ogc:def:crs:EPSG::3593',
8258
            'accuracy' => 0,
8259
        ],
8260
        [
8261
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12232',
8262
            'name' => 'SPCS83 Minnesota Central zone (meter)',
8263
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8264
            'target_crs' => 'urn:ogc:def:crs:EPSG::3594',
8265
            'accuracy' => 0,
8266
        ],
8267
        [
8268
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12231',
8269
            'name' => 'SPCS83 Minnesota North zone (meter)',
8270
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8271
            'target_crs' => 'urn:ogc:def:crs:EPSG::3595',
8272
            'accuracy' => 0,
8273
        ],
8274
        [
8275
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12233',
8276
            'name' => 'SPCS83 Minnesota South zone (meter)',
8277
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8278
            'target_crs' => 'urn:ogc:def:crs:EPSG::3596',
8279
            'accuracy' => 0,
8280
        ],
8281
        [
8282
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12331',
8283
            'name' => 'SPCS83 Mississippi East zone (meter)',
8284
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8285
            'target_crs' => 'urn:ogc:def:crs:EPSG::3597',
8286
            'accuracy' => 0,
8287
        ],
8288
        [
8289
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15336',
8290
            'name' => 'SPCS83 Mississippi East zone (US survey foot)',
8291
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8292
            'target_crs' => 'urn:ogc:def:crs:EPSG::3598',
8293
            'accuracy' => 0,
8294
        ],
8295
        [
8296
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12332',
8297
            'name' => 'SPCS83 Mississippi West zone (meter)',
8298
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8299
            'target_crs' => 'urn:ogc:def:crs:EPSG::3599',
8300
            'accuracy' => 0,
8301
        ],
8302
        [
8303
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15337',
8304
            'name' => 'SPCS83 Mississippi West zone (US survey foot)',
8305
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8306
            'target_crs' => 'urn:ogc:def:crs:EPSG::3600',
8307
            'accuracy' => 0,
8308
        ],
8309
        [
8310
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12432',
8311
            'name' => 'SPCS83 Missouri Central zone (meter)',
8312
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8313
            'target_crs' => 'urn:ogc:def:crs:EPSG::3601',
8314
            'accuracy' => 0,
8315
        ],
8316
        [
8317
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12431',
8318
            'name' => 'SPCS83 Missouri East zone (meter)',
8319
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8320
            'target_crs' => 'urn:ogc:def:crs:EPSG::3602',
8321
            'accuracy' => 0,
8322
        ],
8323
        [
8324
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12433',
8325
            'name' => 'SPCS83 Missouri West zone (meter)',
8326
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8327
            'target_crs' => 'urn:ogc:def:crs:EPSG::3603',
8328
            'accuracy' => 0,
8329
        ],
8330
        [
8331
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12530',
8332
            'name' => 'SPCS83 Montana zone (meter)',
8333
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8334
            'target_crs' => 'urn:ogc:def:crs:EPSG::3604',
8335
            'accuracy' => 0,
8336
        ],
8337
        [
8338
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15338',
8339
            'name' => 'SPCS83 Montana zone (international foot)',
8340
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8341
            'target_crs' => 'urn:ogc:def:crs:EPSG::3605',
8342
            'accuracy' => 0,
8343
        ],
8344
        [
8345
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12630',
8346
            'name' => 'SPCS83 Nebraska zone (meter)',
8347
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8348
            'target_crs' => 'urn:ogc:def:crs:EPSG::3606',
8349
            'accuracy' => 0,
8350
        ],
8351
        [
8352
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12732',
8353
            'name' => 'SPCS83 Nevada Central zone (meter)',
8354
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8355
            'target_crs' => 'urn:ogc:def:crs:EPSG::3607',
8356
            'accuracy' => 0,
8357
        ],
8358
        [
8359
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15382',
8360
            'name' => 'SPCS83 Nevada Central zone (US survey foot)',
8361
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8362
            'target_crs' => 'urn:ogc:def:crs:EPSG::3608',
8363
            'accuracy' => 0,
8364
        ],
8365
        [
8366
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12731',
8367
            'name' => 'SPCS83 Nevada East zone (meter)',
8368
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8369
            'target_crs' => 'urn:ogc:def:crs:EPSG::3609',
8370
            'accuracy' => 0,
8371
        ],
8372
        [
8373
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15381',
8374
            'name' => 'SPCS83 Nevada East zone (US survey foot)',
8375
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8376
            'target_crs' => 'urn:ogc:def:crs:EPSG::3610',
8377
            'accuracy' => 0,
8378
        ],
8379
        [
8380
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12733',
8381
            'name' => 'SPCS83 Nevada West zone (meter)',
8382
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8383
            'target_crs' => 'urn:ogc:def:crs:EPSG::3611',
8384
            'accuracy' => 0,
8385
        ],
8386
        [
8387
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15383',
8388
            'name' => 'SPCS83 Nevada West zone (US survey foot)',
8389
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8390
            'target_crs' => 'urn:ogc:def:crs:EPSG::3612',
8391
            'accuracy' => 0,
8392
        ],
8393
        [
8394
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12830',
8395
            'name' => 'SPCS83 New Hampshire zone (meter)',
8396
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8397
            'target_crs' => 'urn:ogc:def:crs:EPSG::3613',
8398
            'accuracy' => 0,
8399
        ],
8400
        [
8401
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15389',
8402
            'name' => 'SPCS83 New Hampshire zone (US survey foot)',
8403
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8404
            'target_crs' => 'urn:ogc:def:crs:EPSG::3614',
8405
            'accuracy' => 0,
8406
        ],
8407
        [
8408
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12930',
8409
            'name' => 'SPCS83 New Jersey zone (meter)',
8410
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8411
            'target_crs' => 'urn:ogc:def:crs:EPSG::3615',
8412
            'accuracy' => 0,
8413
        ],
8414
        [
8415
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15384',
8416
            'name' => 'SPCS83 New Jersey zone (US survey foot)',
8417
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8418
            'target_crs' => 'urn:ogc:def:crs:EPSG::3616',
8419
            'accuracy' => 0,
8420
        ],
8421
        [
8422
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13032',
8423
            'name' => 'SPCS83 New Mexico Central zone (meter)',
8424
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8425
            'target_crs' => 'urn:ogc:def:crs:EPSG::3617',
8426
            'accuracy' => 0,
8427
        ],
8428
        [
8429
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15340',
8430
            'name' => 'SPCS83 New Mexico Central zone (US survey foot)',
8431
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8432
            'target_crs' => 'urn:ogc:def:crs:EPSG::3618',
8433
            'accuracy' => 0,
8434
        ],
8435
        [
8436
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13031',
8437
            'name' => 'SPCS83 New Mexico East zone (meter)',
8438
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8439
            'target_crs' => 'urn:ogc:def:crs:EPSG::3619',
8440
            'accuracy' => 0,
8441
        ],
8442
        [
8443
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15339',
8444
            'name' => 'SPCS83 New Mexico East zone (US survey foot)',
8445
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8446
            'target_crs' => 'urn:ogc:def:crs:EPSG::3620',
8447
            'accuracy' => 0,
8448
        ],
8449
        [
8450
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13033',
8451
            'name' => 'SPCS83 New Mexico West zone (meter)',
8452
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8453
            'target_crs' => 'urn:ogc:def:crs:EPSG::3621',
8454
            'accuracy' => 0,
8455
        ],
8456
        [
8457
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15341',
8458
            'name' => 'SPCS83 New Mexico West zone (US survey foot)',
8459
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8460
            'target_crs' => 'urn:ogc:def:crs:EPSG::3622',
8461
            'accuracy' => 0,
8462
        ],
8463
        [
8464
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13132',
8465
            'name' => 'SPCS83 New York Central zone (meter)',
8466
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8467
            'target_crs' => 'urn:ogc:def:crs:EPSG::3623',
8468
            'accuracy' => 0,
8469
        ],
8470
        [
8471
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15343',
8472
            'name' => 'SPCS83 New York Central zone (US survey foot)',
8473
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8474
            'target_crs' => 'urn:ogc:def:crs:EPSG::3624',
8475
            'accuracy' => 0,
8476
        ],
8477
        [
8478
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13131',
8479
            'name' => 'SPCS83 New York East zone (meter)',
8480
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8481
            'target_crs' => 'urn:ogc:def:crs:EPSG::3625',
8482
            'accuracy' => 0,
8483
        ],
8484
        [
8485
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15342',
8486
            'name' => 'SPCS83 New York East zone (US survey foot)',
8487
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8488
            'target_crs' => 'urn:ogc:def:crs:EPSG::3626',
8489
            'accuracy' => 0,
8490
        ],
8491
        [
8492
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13134',
8493
            'name' => 'SPCS83 New York Long Island zone (meter)',
8494
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8495
            'target_crs' => 'urn:ogc:def:crs:EPSG::3627',
8496
            'accuracy' => 0,
8497
        ],
8498
        [
8499
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15345',
8500
            'name' => 'SPCS83 New York Long Island zone (US survey foot)',
8501
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8502
            'target_crs' => 'urn:ogc:def:crs:EPSG::3628',
8503
            'accuracy' => 0,
8504
        ],
8505
        [
8506
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13133',
8507
            'name' => 'SPCS83 New York West zone (meter)',
8508
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8509
            'target_crs' => 'urn:ogc:def:crs:EPSG::3629',
8510
            'accuracy' => 0,
8511
        ],
8512
        [
8513
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15344',
8514
            'name' => 'SPCS83 New York West zone (US survey foot)',
8515
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8516
            'target_crs' => 'urn:ogc:def:crs:EPSG::3630',
8517
            'accuracy' => 0,
8518
        ],
8519
        [
8520
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13230',
8521
            'name' => 'SPCS83 North Carolina zone (meter)',
8522
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8523
            'target_crs' => 'urn:ogc:def:crs:EPSG::3631',
8524
            'accuracy' => 0,
8525
        ],
8526
        [
8527
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15346',
8528
            'name' => 'SPCS83 North Carolina zone (US survey foot)',
8529
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8530
            'target_crs' => 'urn:ogc:def:crs:EPSG::3632',
8531
            'accuracy' => 0,
8532
        ],
8533
        [
8534
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13331',
8535
            'name' => 'SPCS83 North Dakota North zone (meter)',
8536
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8537
            'target_crs' => 'urn:ogc:def:crs:EPSG::3633',
8538
            'accuracy' => 0,
8539
        ],
8540
        [
8541
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15347',
8542
            'name' => 'SPCS83 North Dakota North zone (international foot)',
8543
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8544
            'target_crs' => 'urn:ogc:def:crs:EPSG::3634',
8545
            'accuracy' => 0,
8546
        ],
8547
        [
8548
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13332',
8549
            'name' => 'SPCS83 North Dakota South zone (meter)',
8550
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8551
            'target_crs' => 'urn:ogc:def:crs:EPSG::3635',
8552
            'accuracy' => 0,
8553
        ],
8554
        [
8555
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15348',
8556
            'name' => 'SPCS83 North Dakota South zone (international foot)',
8557
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8558
            'target_crs' => 'urn:ogc:def:crs:EPSG::3636',
8559
            'accuracy' => 0,
8560
        ],
8561
        [
8562
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13431',
8563
            'name' => 'SPCS83 Ohio North zone (meter)',
8564
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8565
            'target_crs' => 'urn:ogc:def:crs:EPSG::3637',
8566
            'accuracy' => 0,
8567
        ],
8568
        [
8569
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13432',
8570
            'name' => 'SPCS83 Ohio South zone (meter)',
8571
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8572
            'target_crs' => 'urn:ogc:def:crs:EPSG::3638',
8573
            'accuracy' => 0,
8574
        ],
8575
        [
8576
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13531',
8577
            'name' => 'SPCS83 Oklahoma North zone (meter)',
8578
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8579
            'target_crs' => 'urn:ogc:def:crs:EPSG::3639',
8580
            'accuracy' => 0,
8581
        ],
8582
        [
8583
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15349',
8584
            'name' => 'SPCS83 Oklahoma North zone (US survey foot)',
8585
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8586
            'target_crs' => 'urn:ogc:def:crs:EPSG::3640',
8587
            'accuracy' => 0,
8588
        ],
8589
        [
8590
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13532',
8591
            'name' => 'SPCS83 Oklahoma South zone (meter)',
8592
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8593
            'target_crs' => 'urn:ogc:def:crs:EPSG::3641',
8594
            'accuracy' => 0,
8595
        ],
8596
        [
8597
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15350',
8598
            'name' => 'SPCS83 Oklahoma South zone (US survey foot)',
8599
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8600
            'target_crs' => 'urn:ogc:def:crs:EPSG::3642',
8601
            'accuracy' => 0,
8602
        ],
8603
        [
8604
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13633',
8605
            'name' => 'Oregon Lambert (meter)',
8606
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8607
            'target_crs' => 'urn:ogc:def:crs:EPSG::3643',
8608
            'accuracy' => 0,
8609
        ],
8610
        [
8611
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15374',
8612
            'name' => 'Oregon GIC Lambert (international foot)',
8613
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8614
            'target_crs' => 'urn:ogc:def:crs:EPSG::3644',
8615
            'accuracy' => 0,
8616
        ],
8617
        [
8618
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13631',
8619
            'name' => 'SPCS83 Oregon North zone (meter)',
8620
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8621
            'target_crs' => 'urn:ogc:def:crs:EPSG::3645',
8622
            'accuracy' => 0,
8623
        ],
8624
        [
8625
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15351',
8626
            'name' => 'SPCS83 Oregon North zone (international foot)',
8627
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8628
            'target_crs' => 'urn:ogc:def:crs:EPSG::3646',
8629
            'accuracy' => 0,
8630
        ],
8631
        [
8632
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13632',
8633
            'name' => 'SPCS83 Oregon South zone (meter)',
8634
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8635
            'target_crs' => 'urn:ogc:def:crs:EPSG::3647',
8636
            'accuracy' => 0,
8637
        ],
8638
        [
8639
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15352',
8640
            'name' => 'SPCS83 Oregon South zone (international foot)',
8641
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8642
            'target_crs' => 'urn:ogc:def:crs:EPSG::3648',
8643
            'accuracy' => 0,
8644
        ],
8645
        [
8646
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13731',
8647
            'name' => 'SPCS83 Pennsylvania North zone (meter)',
8648
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8649
            'target_crs' => 'urn:ogc:def:crs:EPSG::3649',
8650
            'accuracy' => 0,
8651
        ],
8652
        [
8653
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15353',
8654
            'name' => 'SPCS83 Pennsylvania North zone (US survey foot)',
8655
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8656
            'target_crs' => 'urn:ogc:def:crs:EPSG::3650',
8657
            'accuracy' => 0,
8658
        ],
8659
        [
8660
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13732',
8661
            'name' => 'SPCS83 Pennsylvania South zone (meter)',
8662
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8663
            'target_crs' => 'urn:ogc:def:crs:EPSG::3651',
8664
            'accuracy' => 0,
8665
        ],
8666
        [
8667
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15354',
8668
            'name' => 'SPCS83 Pennsylvania South zone (US survey foot)',
8669
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8670
            'target_crs' => 'urn:ogc:def:crs:EPSG::3652',
8671
            'accuracy' => 0,
8672
        ],
8673
        [
8674
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13830',
8675
            'name' => 'SPCS83 Rhode Island zone (meter)',
8676
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8677
            'target_crs' => 'urn:ogc:def:crs:EPSG::3653',
8678
            'accuracy' => 0,
8679
        ],
8680
        [
8681
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15390',
8682
            'name' => 'SPCS83 Rhode Island zone (US survey foot)',
8683
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8684
            'target_crs' => 'urn:ogc:def:crs:EPSG::3654',
8685
            'accuracy' => 0,
8686
        ],
8687
        [
8688
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13930',
8689
            'name' => 'SPCS83 South Carolina zone (meter)',
8690
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8691
            'target_crs' => 'urn:ogc:def:crs:EPSG::3655',
8692
            'accuracy' => 0,
8693
        ],
8694
        [
8695
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15355',
8696
            'name' => 'SPCS83 South Carolina zone (international foot)',
8697
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8698
            'target_crs' => 'urn:ogc:def:crs:EPSG::3656',
8699
            'accuracy' => 0,
8700
        ],
8701
        [
8702
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14031',
8703
            'name' => 'SPCS83 South Dakota North zone (meter)',
8704
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8705
            'target_crs' => 'urn:ogc:def:crs:EPSG::3657',
8706
            'accuracy' => 0,
8707
        ],
8708
        [
8709
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15394',
8710
            'name' => 'SPCS83 South Dakota North zone (US survey foot)',
8711
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8712
            'target_crs' => 'urn:ogc:def:crs:EPSG::3658',
8713
            'accuracy' => 0,
8714
        ],
8715
        [
8716
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14032',
8717
            'name' => 'SPCS83 South Dakota South zone (meter)',
8718
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8719
            'target_crs' => 'urn:ogc:def:crs:EPSG::3659',
8720
            'accuracy' => 0,
8721
        ],
8722
        [
8723
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15395',
8724
            'name' => 'SPCS83 South Dakota South zone (US survey foot)',
8725
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8726
            'target_crs' => 'urn:ogc:def:crs:EPSG::3660',
8727
            'accuracy' => 0,
8728
        ],
8729
        [
8730
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14130',
8731
            'name' => 'SPCS83 Tennessee zone (meter)',
8732
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8733
            'target_crs' => 'urn:ogc:def:crs:EPSG::3661',
8734
            'accuracy' => 0,
8735
        ],
8736
        [
8737
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15356',
8738
            'name' => 'SPCS83 Tennessee zone (US survey foot)',
8739
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8740
            'target_crs' => 'urn:ogc:def:crs:EPSG::3662',
8741
            'accuracy' => 0,
8742
        ],
8743
        [
8744
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14233',
8745
            'name' => 'SPCS83 Texas Central zone (meter)',
8746
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8747
            'target_crs' => 'urn:ogc:def:crs:EPSG::3663',
8748
            'accuracy' => 0,
8749
        ],
8750
        [
8751
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15359',
8752
            'name' => 'SPCS83 Texas Central zone (US survey foot)',
8753
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8754
            'target_crs' => 'urn:ogc:def:crs:EPSG::3664',
8755
            'accuracy' => 0,
8756
        ],
8757
        [
8758
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14254',
8759
            'name' => 'Texas Centric Albers Equal Area',
8760
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8761
            'target_crs' => 'urn:ogc:def:crs:EPSG::3665',
8762
            'accuracy' => 0,
8763
        ],
8764
        [
8765
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14253',
8766
            'name' => 'Texas Centric Lambert Conformal',
8767
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8768
            'target_crs' => 'urn:ogc:def:crs:EPSG::3666',
8769
            'accuracy' => 0,
8770
        ],
8771
        [
8772
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14231',
8773
            'name' => 'SPCS83 Texas North zone (meter)',
8774
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8775
            'target_crs' => 'urn:ogc:def:crs:EPSG::3667',
8776
            'accuracy' => 0,
8777
        ],
8778
        [
8779
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15357',
8780
            'name' => 'SPCS83 Texas North zone (US survey foot)',
8781
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8782
            'target_crs' => 'urn:ogc:def:crs:EPSG::3668',
8783
            'accuracy' => 0,
8784
        ],
8785
        [
8786
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14232',
8787
            'name' => 'SPCS83 Texas North Central zone (meter)',
8788
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8789
            'target_crs' => 'urn:ogc:def:crs:EPSG::3669',
8790
            'accuracy' => 0,
8791
        ],
8792
        [
8793
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15358',
8794
            'name' => 'SPCS83 Texas North Central zone (US survey foot)',
8795
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8796
            'target_crs' => 'urn:ogc:def:crs:EPSG::3670',
8797
            'accuracy' => 0,
8798
        ],
8799
        [
8800
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14235',
8801
            'name' => 'SPCS83 Texas South zone (meter)',
8802
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8803
            'target_crs' => 'urn:ogc:def:crs:EPSG::3671',
8804
            'accuracy' => 0,
8805
        ],
8806
        [
8807
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15361',
8808
            'name' => 'SPCS83 Texas South zone (US survey foot)',
8809
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8810
            'target_crs' => 'urn:ogc:def:crs:EPSG::3672',
8811
            'accuracy' => 0,
8812
        ],
8813
        [
8814
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14234',
8815
            'name' => 'SPCS83 Texas South Central zone (meter)',
8816
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8817
            'target_crs' => 'urn:ogc:def:crs:EPSG::3673',
8818
            'accuracy' => 0,
8819
        ],
8820
        [
8821
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15360',
8822
            'name' => 'SPCS83 Texas South Central zone (US survey foot)',
8823
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8824
            'target_crs' => 'urn:ogc:def:crs:EPSG::3674',
8825
            'accuracy' => 0,
8826
        ],
8827
        [
8828
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14332',
8829
            'name' => 'SPCS83 Utah Central zone (meter)',
8830
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8831
            'target_crs' => 'urn:ogc:def:crs:EPSG::3675',
8832
            'accuracy' => 0,
8833
        ],
8834
        [
8835
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15363',
8836
            'name' => 'SPCS83 Utah Central zone (international foot)',
8837
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8838
            'target_crs' => 'urn:ogc:def:crs:EPSG::3676',
8839
            'accuracy' => 0,
8840
        ],
8841
        [
8842
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15298',
8843
            'name' => 'SPCS83 Utah Central zone (US survey foot)',
8844
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8845
            'target_crs' => 'urn:ogc:def:crs:EPSG::3677',
8846
            'accuracy' => 0,
8847
        ],
8848
        [
8849
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14331',
8850
            'name' => 'SPCS83 Utah North zone (meter)',
8851
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8852
            'target_crs' => 'urn:ogc:def:crs:EPSG::3678',
8853
            'accuracy' => 0,
8854
        ],
8855
        [
8856
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15362',
8857
            'name' => 'SPCS83 Utah North zone (international foot)',
8858
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8859
            'target_crs' => 'urn:ogc:def:crs:EPSG::3679',
8860
            'accuracy' => 0,
8861
        ],
8862
        [
8863
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15297',
8864
            'name' => 'SPCS83 Utah North zone (US survey foot)',
8865
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8866
            'target_crs' => 'urn:ogc:def:crs:EPSG::3680',
8867
            'accuracy' => 0,
8868
        ],
8869
        [
8870
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14333',
8871
            'name' => 'SPCS83 Utah South zone (meter)',
8872
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8873
            'target_crs' => 'urn:ogc:def:crs:EPSG::3681',
8874
            'accuracy' => 0,
8875
        ],
8876
        [
8877
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15364',
8878
            'name' => 'SPCS83 Utah South zone (international foot)',
8879
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8880
            'target_crs' => 'urn:ogc:def:crs:EPSG::3682',
8881
            'accuracy' => 0,
8882
        ],
8883
        [
8884
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15299',
8885
            'name' => 'SPCS83 Utah South zone (US survey foot)',
8886
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8887
            'target_crs' => 'urn:ogc:def:crs:EPSG::3683',
8888
            'accuracy' => 0,
8889
        ],
8890
        [
8891
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14430',
8892
            'name' => 'SPCS83 Vermont zone (meter)',
8893
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8894
            'target_crs' => 'urn:ogc:def:crs:EPSG::3684',
8895
            'accuracy' => 0,
8896
        ],
8897
        [
8898
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14531',
8899
            'name' => 'SPCS83 Virginia North zone (meter)',
8900
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8901
            'target_crs' => 'urn:ogc:def:crs:EPSG::3685',
8902
            'accuracy' => 0,
8903
        ],
8904
        [
8905
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15365',
8906
            'name' => 'SPCS83 Virginia North zone (US survey foot)',
8907
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8908
            'target_crs' => 'urn:ogc:def:crs:EPSG::3686',
8909
            'accuracy' => 0,
8910
        ],
8911
        [
8912
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14532',
8913
            'name' => 'SPCS83 Virginia South zone (meter)',
8914
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8915
            'target_crs' => 'urn:ogc:def:crs:EPSG::3687',
8916
            'accuracy' => 0,
8917
        ],
8918
        [
8919
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15366',
8920
            'name' => 'SPCS83 Virginia South zone (US survey foot)',
8921
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8922
            'target_crs' => 'urn:ogc:def:crs:EPSG::3688',
8923
            'accuracy' => 0,
8924
        ],
8925
        [
8926
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14631',
8927
            'name' => 'SPCS83 Washington North zone (meter)',
8928
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8929
            'target_crs' => 'urn:ogc:def:crs:EPSG::3689',
8930
            'accuracy' => 0,
8931
        ],
8932
        [
8933
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15367',
8934
            'name' => 'SPCS83 Washington North zone (US survey foot)',
8935
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8936
            'target_crs' => 'urn:ogc:def:crs:EPSG::3690',
8937
            'accuracy' => 0,
8938
        ],
8939
        [
8940
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14632',
8941
            'name' => 'SPCS83 Washington South zone (meter)',
8942
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8943
            'target_crs' => 'urn:ogc:def:crs:EPSG::3691',
8944
            'accuracy' => 0,
8945
        ],
8946
        [
8947
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15368',
8948
            'name' => 'SPCS83 Washington South zone (US survey foot)',
8949
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8950
            'target_crs' => 'urn:ogc:def:crs:EPSG::3692',
8951
            'accuracy' => 0,
8952
        ],
8953
        [
8954
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14731',
8955
            'name' => 'SPCS83 West Virginia North zone (meter)',
8956
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8957
            'target_crs' => 'urn:ogc:def:crs:EPSG::3693',
8958
            'accuracy' => 0,
8959
        ],
8960
        [
8961
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14732',
8962
            'name' => 'SPCS83 West Virginia South zone (meter)',
8963
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8964
            'target_crs' => 'urn:ogc:def:crs:EPSG::3694',
8965
            'accuracy' => 0,
8966
        ],
8967
        [
8968
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14832',
8969
            'name' => 'SPCS83 Wisconsin Central zone (meter)',
8970
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8971
            'target_crs' => 'urn:ogc:def:crs:EPSG::3695',
8972
            'accuracy' => 0,
8973
        ],
8974
        [
8975
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15370',
8976
            'name' => 'SPCS83 Wisconsin Central zone (US survey foot)',
8977
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8978
            'target_crs' => 'urn:ogc:def:crs:EPSG::3696',
8979
            'accuracy' => 0,
8980
        ],
8981
        [
8982
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14831',
8983
            'name' => 'SPCS83 Wisconsin North zone (meter)',
8984
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8985
            'target_crs' => 'urn:ogc:def:crs:EPSG::3697',
8986
            'accuracy' => 0,
8987
        ],
8988
        [
8989
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15369',
8990
            'name' => 'SPCS83 Wisconsin North zone (US survey foot)',
8991
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8992
            'target_crs' => 'urn:ogc:def:crs:EPSG::3698',
8993
            'accuracy' => 0,
8994
        ],
8995
        [
8996
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14833',
8997
            'name' => 'SPCS83 Wisconsin South zone (meter)',
8998
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
8999
            'target_crs' => 'urn:ogc:def:crs:EPSG::3699',
9000
            'accuracy' => 0,
9001
        ],
9002
        [
9003
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15371',
9004
            'name' => 'SPCS83 Wisconsin South zone (US survey foot)',
9005
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9006
            'target_crs' => 'urn:ogc:def:crs:EPSG::3700',
9007
            'accuracy' => 0,
9008
        ],
9009
        [
9010
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14841',
9011
            'name' => 'Wisconsin Transverse Mercator 83',
9012
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9013
            'target_crs' => 'urn:ogc:def:crs:EPSG::3701',
9014
            'accuracy' => 0,
9015
        ],
9016
        [
9017
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14931',
9018
            'name' => 'SPCS83 Wyoming East zone (meter)',
9019
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9020
            'target_crs' => 'urn:ogc:def:crs:EPSG::3702',
9021
            'accuracy' => 0,
9022
        ],
9023
        [
9024
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14932',
9025
            'name' => 'SPCS83 Wyoming East Central zone (meter)',
9026
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9027
            'target_crs' => 'urn:ogc:def:crs:EPSG::3703',
9028
            'accuracy' => 0,
9029
        ],
9030
        [
9031
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14933',
9032
            'name' => 'SPCS83 Wyoming West Central zone (meter)',
9033
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9034
            'target_crs' => 'urn:ogc:def:crs:EPSG::3704',
9035
            'accuracy' => 0,
9036
        ],
9037
        [
9038
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14934',
9039
            'name' => 'SPCS83 Wyoming West zone (meter)',
9040
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9041
            'target_crs' => 'urn:ogc:def:crs:EPSG::3705',
9042
            'accuracy' => 0,
9043
        ],
9044
        [
9045
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13433',
9046
            'name' => 'SPCS83 Ohio North zone (US survey foot)',
9047
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9048
            'target_crs' => 'urn:ogc:def:crs:EPSG::3728',
9049
            'accuracy' => 0,
9050
        ],
9051
        [
9052
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13434',
9053
            'name' => 'SPCS83 Ohio South zone (US survey foot)',
9054
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9055
            'target_crs' => 'urn:ogc:def:crs:EPSG::3729',
9056
            'accuracy' => 0,
9057
        ],
9058
        [
9059
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14935',
9060
            'name' => 'SPCS83 Wyoming East zone (US survey foot)',
9061
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9062
            'target_crs' => 'urn:ogc:def:crs:EPSG::3730',
9063
            'accuracy' => 0,
9064
        ],
9065
        [
9066
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14936',
9067
            'name' => 'SPCS83 Wyoming East Central zone (US survey foot)',
9068
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9069
            'target_crs' => 'urn:ogc:def:crs:EPSG::3731',
9070
            'accuracy' => 0,
9071
        ],
9072
        [
9073
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14937',
9074
            'name' => 'SPCS83 Wyoming West Central zone (US survey foot)',
9075
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9076
            'target_crs' => 'urn:ogc:def:crs:EPSG::3732',
9077
            'accuracy' => 0,
9078
        ],
9079
        [
9080
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14938',
9081
            'name' => 'SPCS83 Wyoming West zone (US survey foot)',
9082
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9083
            'target_crs' => 'urn:ogc:def:crs:EPSG::3733',
9084
            'accuracy' => 0,
9085
        ],
9086
        [
9087
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::3813',
9088
            'name' => 'Mississippi Transverse Mercator',
9089
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9090
            'target_crs' => 'urn:ogc:def:crs:EPSG::3816',
9091
            'accuracy' => 0,
9092
        ],
9093
        [
9094
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::3967',
9095
            'name' => 'Virginia Lambert Conic Conformal',
9096
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9097
            'target_crs' => 'urn:ogc:def:crs:EPSG::3970',
9098
            'accuracy' => 0,
9099
        ],
9100
        [
9101
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15931',
9102
            'name' => 'NAD83(NSRS2007) to WGS 84 (1)',
9103
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9104
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
9105
            'accuracy' => 2.0,
9106
        ],
9107
        [
9108
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15230',
9109
            'name' => 'SPCS83 Puerto Rico & Virgin Islands zone (meter)',
9110
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9111
            'target_crs' => 'urn:ogc:def:crs:EPSG::4437',
9112
            'accuracy' => 0,
9113
        ],
9114
        [
9115
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5068',
9116
            'name' => 'Conus Albers',
9117
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9118
            'target_crs' => 'urn:ogc:def:crs:EPSG::5072',
9119
            'accuracy' => 0,
9120
        ],
9121
        [
9122
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5645',
9123
            'name' => 'SPCS83 Vermont zone (US survey foot)',
9124
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9125
            'target_crs' => 'urn:ogc:def:crs:EPSG::5655',
9126
            'accuracy' => 0,
9127
        ],
9128
        [
9129
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8552',
9130
            'name' => 'NAD83(NSRS2007) to NAD83(2011) (2)',
9131
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9132
            'target_crs' => 'urn:ogc:def:crs:EPSG::6318',
9133
            'accuracy' => 0.05,
9134
        ],
9135
        [
9136
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8559',
9137
            'name' => 'NAD83(NSRS2007) to NAD83(2011) (1)',
9138
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9139
            'target_crs' => 'urn:ogc:def:crs:EPSG::6318',
9140
            'accuracy' => 0.05,
9141
        ],
9142
        [
9143
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8673',
9144
            'name' => 'NAD83(NSRS2007) to NAD83(2011) (3)',
9145
            'source_crs' => 'urn:ogc:def:crs:EPSG::4759',
9146
            'target_crs' => 'urn:ogc:def:crs:EPSG::6318',
9147
            'accuracy' => 0.05,
9148
        ],
9149
        [
9150
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19849',
9151
            'name' => 'Bermuda 2000 National Grid',
9152
            'source_crs' => 'urn:ogc:def:crs:EPSG::4762',
9153
            'target_crs' => 'urn:ogc:def:crs:EPSG::3770',
9154
            'accuracy' => 0,
9155
        ],
9156
        [
9157
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15971',
9158
            'name' => 'BDA2000 to WGS 84 (1)',
9159
            'source_crs' => 'urn:ogc:def:crs:EPSG::4762',
9160
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
9161
            'accuracy' => 1.0,
9162
        ],
9163
        [
9164
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9227',
9165
            'name' => 'ITRF2005 to NAD83(CSRS)v5 (1)',
9166
            'source_crs' => 'urn:ogc:def:crs:EPSG::4896',
9167
            'target_crs' => 'urn:ogc:def:crs:EPSG::8247',
9168
            'accuracy' => 0.0,
9169
        ],
9170
        [
9171
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8256',
9172
            'name' => 'ITRF92 to NAD83(CSRS96) (1)',
9173
            'source_crs' => 'urn:ogc:def:crs:EPSG::4914',
9174
            'target_crs' => 'urn:ogc:def:crs:EPSG::8230',
9175
            'accuracy' => 0.0,
9176
        ],
9177
        [
9178
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8257',
9179
            'name' => 'ITRF93 to NAD83(CSRS96) (1)',
9180
            'source_crs' => 'urn:ogc:def:crs:EPSG::4915',
9181
            'target_crs' => 'urn:ogc:def:crs:EPSG::8230',
9182
            'accuracy' => 0.0,
9183
        ],
9184
        [
9185
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8258',
9186
            'name' => 'ITRF94 to NAD83(CSRS96) (1)',
9187
            'source_crs' => 'urn:ogc:def:crs:EPSG::4916',
9188
            'target_crs' => 'urn:ogc:def:crs:EPSG::8230',
9189
            'accuracy' => 0.0,
9190
        ],
9191
        [
9192
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6864',
9193
            'name' => 'ITRF96 to NAD83(CORS96) (1)',
9194
            'source_crs' => 'urn:ogc:def:crs:EPSG::4917',
9195
            'target_crs' => 'urn:ogc:def:crs:EPSG::6781',
9196
            'accuracy' => 0.0,
9197
        ],
9198
        [
9199
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8259',
9200
            'name' => 'ITRF96 to NAD83(CSRS)v2 (1)',
9201
            'source_crs' => 'urn:ogc:def:crs:EPSG::4917',
9202
            'target_crs' => 'urn:ogc:def:crs:EPSG::8233',
9203
            'accuracy' => 0.0,
9204
        ],
9205
        [
9206
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6865',
9207
            'name' => 'ITRF97 to NAD83(CORS96) (1)',
9208
            'source_crs' => 'urn:ogc:def:crs:EPSG::4918',
9209
            'target_crs' => 'urn:ogc:def:crs:EPSG::6781',
9210
            'accuracy' => 0.0,
9211
        ],
9212
        [
9213
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8260',
9214
            'name' => 'ITRF97 to NAD83(CSRS)v3 (1)',
9215
            'source_crs' => 'urn:ogc:def:crs:EPSG::4918',
9216
            'target_crs' => 'urn:ogc:def:crs:EPSG::8238',
9217
            'accuracy' => 0.0,
9218
        ],
9219
        [
9220
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6866',
9221
            'name' => 'ITRF2000 to NAD83(CORS96) (1)',
9222
            'source_crs' => 'urn:ogc:def:crs:EPSG::4919',
9223
            'target_crs' => 'urn:ogc:def:crs:EPSG::6781',
9224
            'accuracy' => 0.0,
9225
        ],
9226
        [
9227
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8261',
9228
            'name' => 'ITRF2000 to NAD83(CSRS)v4 (1)',
9229
            'source_crs' => 'urn:ogc:def:crs:EPSG::4919',
9230
            'target_crs' => 'urn:ogc:def:crs:EPSG::8242',
9231
            'accuracy' => 0.0,
9232
        ],
9233
        [
9234
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9077',
9235
            'name' => 'ITRF2000 to NAD83(MARP00) (1)',
9236
            'source_crs' => 'urn:ogc:def:crs:EPSG::4919',
9237
            'target_crs' => 'urn:ogc:def:crs:EPSG::9070',
9238
            'accuracy' => 0.0,
9239
        ],
9240
        [
9241
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9078',
9242
            'name' => 'ITRF2000 to NAD83(PACP00) (1)',
9243
            'source_crs' => 'urn:ogc:def:crs:EPSG::4919',
9244
            'target_crs' => 'urn:ogc:def:crs:EPSG::9073',
9245
            'accuracy' => 0.0,
9246
        ],
9247
        [
9248
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7807',
9249
            'name' => 'ITRF2008 to NAD83(2011) (1)',
9250
            'source_crs' => 'urn:ogc:def:crs:EPSG::5332',
9251
            'target_crs' => 'urn:ogc:def:crs:EPSG::6317',
9252
            'accuracy' => 0.0,
9253
        ],
9254
        [
9255
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7808',
9256
            'name' => 'ITRF2008 to NAD83(PA11) (1)',
9257
            'source_crs' => 'urn:ogc:def:crs:EPSG::5332',
9258
            'target_crs' => 'urn:ogc:def:crs:EPSG::6320',
9259
            'accuracy' => 0.0,
9260
        ],
9261
        [
9262
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7809',
9263
            'name' => 'ITRF2008 to NAD83(MA11) (1)',
9264
            'source_crs' => 'urn:ogc:def:crs:EPSG::5332',
9265
            'target_crs' => 'urn:ogc:def:crs:EPSG::6323',
9266
            'accuracy' => 0.0,
9267
        ],
9268
        [
9269
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8264',
9270
            'name' => 'ITRF2008 to NAD83(CSRS)v6 (1)',
9271
            'source_crs' => 'urn:ogc:def:crs:EPSG::5332',
9272
            'target_crs' => 'urn:ogc:def:crs:EPSG::8250',
9273
            'accuracy' => 0.0,
9274
        ],
9275
        [
9276
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9752',
9277
            'name' => 'CR05 to WGS 84 (2)',
9278
            'source_crs' => 'urn:ogc:def:crs:EPSG::5365',
9279
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
9280
            'accuracy' => 1.0,
9281
        ],
9282
        [
9283
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5366',
9284
            'name' => 'Costa Rica TM 2005',
9285
            'source_crs' => 'urn:ogc:def:crs:EPSG::5365',
9286
            'target_crs' => 'urn:ogc:def:crs:EPSG::5367',
9287
            'accuracy' => 0,
9288
        ],
9289
        [
9290
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9751',
9291
            'name' => 'CR05 to CR-SIRGAS (1)',
9292
            'source_crs' => 'urn:ogc:def:crs:EPSG::5365',
9293
            'target_crs' => 'urn:ogc:def:crs:EPSG::8907',
9294
            'accuracy' => 0.5,
9295
        ],
9296
        [
9297
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5377',
9298
            'name' => 'MACARIO SOLIS to WGS 84 (1)',
9299
            'source_crs' => 'urn:ogc:def:crs:EPSG::5371',
9300
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
9301
            'accuracy' => 1.0,
9302
        ],
9303
        [
9304
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5395',
9305
            'name' => 'SIRGAS_ES2007.8 to WGS 84 (1)',
9306
            'source_crs' => 'urn:ogc:def:crs:EPSG::5393',
9307
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
9308
            'accuracy' => 1.0,
9309
        ],
9310
        [
9311
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6888',
9312
            'name' => 'Ocotepeque 1935 to NAD27 (1)',
9313
            'source_crs' => 'urn:ogc:def:crs:EPSG::5451',
9314
            'target_crs' => 'urn:ogc:def:crs:EPSG::4267',
9315
            'accuracy' => 9.0,
9316
        ],
9317
        [
9318
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6890',
9319
            'name' => 'Ocotepeque 1935 to CR05 (1)',
9320
            'source_crs' => 'urn:ogc:def:crs:EPSG::5451',
9321
            'target_crs' => 'urn:ogc:def:crs:EPSG::5365',
9322
            'accuracy' => 8.0,
9323
        ],
9324
        [
9325
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5390',
9326
            'name' => 'Costa Rica Norte',
9327
            'source_crs' => 'urn:ogc:def:crs:EPSG::5451',
9328
            'target_crs' => 'urn:ogc:def:crs:EPSG::5456',
9329
            'accuracy' => 0,
9330
        ],
9331
        [
9332
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5394',
9333
            'name' => 'Costa Rica Sur',
9334
            'source_crs' => 'urn:ogc:def:crs:EPSG::5451',
9335
            'target_crs' => 'urn:ogc:def:crs:EPSG::5457',
9336
            'accuracy' => 0,
9337
        ],
9338
        [
9339
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18212',
9340
            'name' => 'Guatemala Sur',
9341
            'source_crs' => 'urn:ogc:def:crs:EPSG::5451',
9342
            'target_crs' => 'urn:ogc:def:crs:EPSG::5459',
9343
            'accuracy' => 0,
9344
        ],
9345
        [
9346
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5399',
9347
            'name' => 'El Salvador Lambert',
9348
            'source_crs' => 'urn:ogc:def:crs:EPSG::5451',
9349
            'target_crs' => 'urn:ogc:def:crs:EPSG::5460',
9350
            'accuracy' => 0,
9351
        ],
9352
        [
9353
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5439',
9354
            'name' => 'Nicaragua Norte',
9355
            'source_crs' => 'urn:ogc:def:crs:EPSG::5451',
9356
            'target_crs' => 'urn:ogc:def:crs:EPSG::5461',
9357
            'accuracy' => 0,
9358
        ],
9359
        [
9360
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5444',
9361
            'name' => 'Nicaragua Sur',
9362
            'source_crs' => 'urn:ogc:def:crs:EPSG::5451',
9363
            'target_crs' => 'urn:ogc:def:crs:EPSG::5462',
9364
            'accuracy' => 0,
9365
        ],
9366
        [
9367
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18211',
9368
            'name' => 'Guatemala Norte',
9369
            'source_crs' => 'urn:ogc:def:crs:EPSG::5451',
9370
            'target_crs' => 'urn:ogc:def:crs:EPSG::5559',
9371
            'accuracy' => 0,
9372
        ],
9373
        [
9374
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5465',
9375
            'name' => 'Belize Colony Grid',
9376
            'source_crs' => 'urn:ogc:def:crs:EPSG::5464',
9377
            'target_crs' => 'urn:ogc:def:crs:EPSG::5589',
9378
            'accuracy' => 0,
9379
        ],
9380
        [
9381
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5468',
9382
            'name' => 'Panama Lambert',
9383
            'source_crs' => 'urn:ogc:def:crs:EPSG::5467',
9384
            'target_crs' => 'urn:ogc:def:crs:EPSG::5469',
9385
            'accuracy' => 0,
9386
        ],
9387
        [
9388
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5471',
9389
            'name' => 'Panama Polyconic',
9390
            'source_crs' => 'urn:ogc:def:crs:EPSG::5467',
9391
            'target_crs' => 'urn:ogc:def:crs:EPSG::5472',
9392
            'accuracy' => 0,
9393
        ],
9394
        [
9395
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9134',
9396
            'name' => 'RGAF09 to IGN 1988 LS height (2)',
9397
            'source_crs' => 'urn:ogc:def:crs:EPSG::5488',
9398
            'target_crs' => 'urn:ogc:def:crs:EPSG::5616',
9399
            'accuracy' => 0.1,
9400
        ],
9401
        [
9402
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9135',
9403
            'name' => 'RGAF09 to IGN 1988 MG height (2)',
9404
            'source_crs' => 'urn:ogc:def:crs:EPSG::5488',
9405
            'target_crs' => 'urn:ogc:def:crs:EPSG::5617',
9406
            'accuracy' => 0.1,
9407
        ],
9408
        [
9409
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9187',
9410
            'name' => 'RGAF09 to IGN 1988 SB height (2)',
9411
            'source_crs' => 'urn:ogc:def:crs:EPSG::5488',
9412
            'target_crs' => 'urn:ogc:def:crs:EPSG::5619',
9413
            'accuracy' => 0.1,
9414
        ],
9415
        [
9416
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9188',
9417
            'name' => 'RGAF09 to IGN 1988 SM height (2)',
9418
            'source_crs' => 'urn:ogc:def:crs:EPSG::5488',
9419
            'target_crs' => 'urn:ogc:def:crs:EPSG::5620',
9420
            'accuracy' => 0.1,
9421
        ],
9422
        [
9423
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9136',
9424
            'name' => 'RGAF09 to Martinique 1987 height (2)',
9425
            'source_crs' => 'urn:ogc:def:crs:EPSG::5488',
9426
            'target_crs' => 'urn:ogc:def:crs:EPSG::5756',
9427
            'accuracy' => 0.05,
9428
        ],
9429
        [
9430
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9133',
9431
            'name' => 'RGAF09 to Guadeloupe 1988 height (2)',
9432
            'source_crs' => 'urn:ogc:def:crs:EPSG::5488',
9433
            'target_crs' => 'urn:ogc:def:crs:EPSG::5757',
9434
            'accuracy' => 0.05,
9435
        ],
9436
        [
9437
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9131',
9438
            'name' => 'RGAF09 to IGN 2008 LD height (1)',
9439
            'source_crs' => 'urn:ogc:def:crs:EPSG::5488',
9440
            'target_crs' => 'urn:ogc:def:crs:EPSG::9130',
9441
            'accuracy' => 0.2,
9442
        ],
9443
        [
9444
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9631',
9445
            'name' => 'RGAF09 to RGAF09 + Guadeloupe 1988 height (2)',
9446
            'source_crs' => 'urn:ogc:def:crs:EPSG::5488',
9447
            'target_crs' => 'urn:ogc:def:crs:EPSG::9531',
9448
            'accuracy' => 0.05,
9449
        ],
9450
        [
9451
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9632',
9452
            'name' => 'RGAF09 to RGAF09 + IGN 1988 LS height (2)',
9453
            'source_crs' => 'urn:ogc:def:crs:EPSG::5488',
9454
            'target_crs' => 'urn:ogc:def:crs:EPSG::9532',
9455
            'accuracy' => 0.1,
9456
        ],
9457
        [
9458
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9633',
9459
            'name' => 'RGAF09 to RGAF09 + IGN 1988 MG height (2)',
9460
            'source_crs' => 'urn:ogc:def:crs:EPSG::5488',
9461
            'target_crs' => 'urn:ogc:def:crs:EPSG::9533',
9462
            'accuracy' => 0.1,
9463
        ],
9464
        [
9465
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9634',
9466
            'name' => 'RGAF09 to RGAF09 + IGN 1988 SB height (2)',
9467
            'source_crs' => 'urn:ogc:def:crs:EPSG::5488',
9468
            'target_crs' => 'urn:ogc:def:crs:EPSG::9534',
9469
            'accuracy' => 0.1,
9470
        ],
9471
        [
9472
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9635',
9473
            'name' => 'RGAF09 to RGAF09 + IGN 1988 SM height (2)',
9474
            'source_crs' => 'urn:ogc:def:crs:EPSG::5488',
9475
            'target_crs' => 'urn:ogc:def:crs:EPSG::9535',
9476
            'accuracy' => 0.1,
9477
        ],
9478
        [
9479
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9636',
9480
            'name' => 'RGAF09 to RGAF09 + IGN 2008 LD height (1)',
9481
            'source_crs' => 'urn:ogc:def:crs:EPSG::5488',
9482
            'target_crs' => 'urn:ogc:def:crs:EPSG::9536',
9483
            'accuracy' => 0.2,
9484
        ],
9485
        [
9486
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9637',
9487
            'name' => 'RGAF09 to RGAF09 + Martinique 1987 height (2)',
9488
            'source_crs' => 'urn:ogc:def:crs:EPSG::5488',
9489
            'target_crs' => 'urn:ogc:def:crs:EPSG::9537',
9490
            'accuracy' => 0.05,
9491
        ],
9492
        [
9493
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5501',
9494
            'name' => 'RGAF09 to WGS 84 (1)',
9495
            'source_crs' => 'urn:ogc:def:crs:EPSG::5489',
9496
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
9497
            'accuracy' => 1.0,
9498
        ],
9499
        [
9500
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10620',
9501
            'name' => 'CGVD28 height to CGVD28(HTv2.0) height (1)',
9502
            'source_crs' => 'urn:ogc:def:crs:EPSG::5713',
9503
            'target_crs' => 'urn:ogc:def:crs:EPSG::10588',
9504
            'accuracy' => 0.05,
9505
        ],
9506
        [
9507
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10519',
9508
            'name' => 'CGVD28 height to CGVD2013a(2002) height (2)',
9509
            'source_crs' => 'urn:ogc:def:crs:EPSG::5713',
9510
            'target_crs' => 'urn:ogc:def:crs:EPSG::20034',
9511
            'accuracy' => 0.05,
9512
        ],
9513
        [
9514
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10518',
9515
            'name' => 'CGVD28 height to CGVD2013a(1997) height (2)',
9516
            'source_crs' => 'urn:ogc:def:crs:EPSG::5713',
9517
            'target_crs' => 'urn:ogc:def:crs:EPSG::20035',
9518
            'accuracy' => 0.05,
9519
        ],
9520
        [
9521
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10520',
9522
            'name' => 'CGVD28 height to CGVD2013a(2010) height (2)',
9523
            'source_crs' => 'urn:ogc:def:crs:EPSG::5713',
9524
            'target_crs' => 'urn:ogc:def:crs:EPSG::9245',
9525
            'accuracy' => 0.05,
9526
        ],
9527
        [
9528
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6177',
9529
            'name' => 'CIGD11 to WGS 84 (1)',
9530
            'source_crs' => 'urn:ogc:def:crs:EPSG::6135',
9531
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
9532
            'accuracy' => 1.0,
9533
        ],
9534
        [
9535
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6390',
9536
            'name' => 'Cayman Islands LCC (ft)',
9537
            'source_crs' => 'urn:ogc:def:crs:EPSG::6135',
9538
            'target_crs' => 'urn:ogc:def:crs:EPSG::6391',
9539
            'accuracy' => 0,
9540
        ],
9541
        [
9542
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10515',
9543
            'name' => 'WISCRS Adjusted Jackson County (ftUS)',
9544
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9545
            'target_crs' => 'urn:ogc:def:crs:EPSG::10516',
9546
            'accuracy' => 0,
9547
        ],
9548
        [
9549
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10621',
9550
            'name' => 'San Francisco International Airport B18 grid (ftUS)',
9551
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9552
            'target_crs' => 'urn:ogc:def:crs:EPSG::10622',
9553
            'accuracy' => 0,
9554
        ],
9555
        [
9556
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10148',
9557
            'name' => 'Amtrak North East Corridor Coordinate System 2021 (international foot)',
9558
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9559
            'target_crs' => 'urn:ogc:def:crs:EPSG::20050',
9560
            'accuracy' => 0,
9561
        ],
9562
        [
9563
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11264',
9564
            'name' => 'Illinois Coordinate System of 1983 Freeport zone (US survey foot)',
9565
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9566
            'target_crs' => 'urn:ogc:def:crs:EPSG::23301',
9567
            'accuracy' => 0,
9568
        ],
9569
        [
9570
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11265',
9571
            'name' => 'Illinois Coordinate System of 1983 Rockford zone (US survey foot)',
9572
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9573
            'target_crs' => 'urn:ogc:def:crs:EPSG::23302',
9574
            'accuracy' => 0,
9575
        ],
9576
        [
9577
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11233',
9578
            'name' => 'Illinois Coordinate System of 1983 Aurora zone (US survey foot)',
9579
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9580
            'target_crs' => 'urn:ogc:def:crs:EPSG::23303',
9581
            'accuracy' => 0,
9582
        ],
9583
        [
9584
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11234',
9585
            'name' => 'Illinois Coordinate System of 1983 Chicago zone (US survey foot)',
9586
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9587
            'target_crs' => 'urn:ogc:def:crs:EPSG::23304',
9588
            'accuracy' => 0,
9589
        ],
9590
        [
9591
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11235',
9592
            'name' => 'Illinois Coordinate System of 1983 Moline zone (US survey foot)',
9593
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9594
            'target_crs' => 'urn:ogc:def:crs:EPSG::23305',
9595
            'accuracy' => 0,
9596
        ],
9597
        [
9598
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11236',
9599
            'name' => 'Illinois Coordinate System of 1983 Sterling zone (US survey foot)',
9600
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9601
            'target_crs' => 'urn:ogc:def:crs:EPSG::23306',
9602
            'accuracy' => 0,
9603
        ],
9604
        [
9605
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11237',
9606
            'name' => 'Illinois Coordinate System of 1983 Ottawa zone (US survey foot)',
9607
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9608
            'target_crs' => 'urn:ogc:def:crs:EPSG::23307',
9609
            'accuracy' => 0,
9610
        ],
9611
        [
9612
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11238',
9613
            'name' => 'Illinois Coordinate System of 1983 Joliet zone (US survey foot)',
9614
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9615
            'target_crs' => 'urn:ogc:def:crs:EPSG::23308',
9616
            'accuracy' => 0,
9617
        ],
9618
        [
9619
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11239',
9620
            'name' => 'Illinois Coordinate System of 1983 Monmouth zone (US survey foot)',
9621
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9622
            'target_crs' => 'urn:ogc:def:crs:EPSG::23309',
9623
            'accuracy' => 0,
9624
        ],
9625
        [
9626
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11240',
9627
            'name' => 'Illinois Coordinate System of 1983 Galesburg zone (US survey foot)',
9628
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9629
            'target_crs' => 'urn:ogc:def:crs:EPSG::23310',
9630
            'accuracy' => 0,
9631
        ],
9632
        [
9633
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11241',
9634
            'name' => 'Illinois Coordinate System of 1983 Peoria zone (US survey foot)',
9635
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9636
            'target_crs' => 'urn:ogc:def:crs:EPSG::23311',
9637
            'accuracy' => 0,
9638
        ],
9639
        [
9640
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11242',
9641
            'name' => 'Illinois Coordinate System of 1983 Eureka zone (US survey foot)',
9642
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9643
            'target_crs' => 'urn:ogc:def:crs:EPSG::23312',
9644
            'accuracy' => 0,
9645
        ],
9646
        [
9647
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11243',
9648
            'name' => 'Illinois Coordinate System of 1983 Bloomington zone (US survey foot)',
9649
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9650
            'target_crs' => 'urn:ogc:def:crs:EPSG::23313',
9651
            'accuracy' => 0,
9652
        ],
9653
        [
9654
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11244',
9655
            'name' => 'Illinois Coordinate System of 1983 Pontiac zone (US survey foot)',
9656
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9657
            'target_crs' => 'urn:ogc:def:crs:EPSG::23314',
9658
            'accuracy' => 0,
9659
        ],
9660
        [
9661
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11245',
9662
            'name' => 'Illinois Coordinate System of 1983 Watseka zone (US survey foot)',
9663
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9664
            'target_crs' => 'urn:ogc:def:crs:EPSG::23315',
9665
            'accuracy' => 0,
9666
        ],
9667
        [
9668
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11246',
9669
            'name' => 'Illinois Coordinate System of 1983 Quincy zone (US survey foot)',
9670
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9671
            'target_crs' => 'urn:ogc:def:crs:EPSG::23316',
9672
            'accuracy' => 0,
9673
        ],
9674
        [
9675
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11247',
9676
            'name' => 'Illinois Coordinate System of 1983 Macomb zone (US survey foot)',
9677
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9678
            'target_crs' => 'urn:ogc:def:crs:EPSG::23317',
9679
            'accuracy' => 0,
9680
        ],
9681
        [
9682
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11248',
9683
            'name' => 'Illinois Coordinate System of 1983 Lincoln zone (US survey foot)',
9684
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9685
            'target_crs' => 'urn:ogc:def:crs:EPSG::23318',
9686
            'accuracy' => 0,
9687
        ],
9688
        [
9689
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11249',
9690
            'name' => 'Illinois Coordinate System of 1983 Decatur zone (US survey foot)',
9691
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9692
            'target_crs' => 'urn:ogc:def:crs:EPSG::23319',
9693
            'accuracy' => 0,
9694
        ],
9695
        [
9696
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11250',
9697
            'name' => 'Illinois Coordinate System of 1983 Champaign zone (US survey foot)',
9698
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9699
            'target_crs' => 'urn:ogc:def:crs:EPSG::23320',
9700
            'accuracy' => 0,
9701
        ],
9702
        [
9703
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11251',
9704
            'name' => 'Illinois Coordinate System of 1983 Jacksonville zone (US survey foot)',
9705
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9706
            'target_crs' => 'urn:ogc:def:crs:EPSG::23321',
9707
            'accuracy' => 0,
9708
        ],
9709
        [
9710
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11252',
9711
            'name' => 'Illinois Coordinate System of 1983 Springfield zone (US survey foot)',
9712
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9713
            'target_crs' => 'urn:ogc:def:crs:EPSG::23322',
9714
            'accuracy' => 0,
9715
        ],
9716
        [
9717
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11253',
9718
            'name' => 'Illinois Coordinate System of 1983 Charleston zone (US survey foot)',
9719
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9720
            'target_crs' => 'urn:ogc:def:crs:EPSG::23323',
9721
            'accuracy' => 0,
9722
        ],
9723
        [
9724
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11254',
9725
            'name' => 'Illinois Coordinate System of 1983 Jerseyville zone (US survey foot)',
9726
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9727
            'target_crs' => 'urn:ogc:def:crs:EPSG::23324',
9728
            'accuracy' => 0,
9729
        ],
9730
        [
9731
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11255',
9732
            'name' => 'Illinois Coordinate System of 1983 Carlinville zone (US survey foot)',
9733
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9734
            'target_crs' => 'urn:ogc:def:crs:EPSG::23325',
9735
            'accuracy' => 0,
9736
        ],
9737
        [
9738
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11256',
9739
            'name' => 'Illinois Coordinate System of 1983 Taylorville zone (US survey foot)',
9740
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9741
            'target_crs' => 'urn:ogc:def:crs:EPSG::23326',
9742
            'accuracy' => 0,
9743
        ],
9744
        [
9745
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11257',
9746
            'name' => 'Illinois Coordinate System of 1983 Effingham zone (US survey foot)',
9747
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9748
            'target_crs' => 'urn:ogc:def:crs:EPSG::23327',
9749
            'accuracy' => 0,
9750
        ],
9751
        [
9752
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11258',
9753
            'name' => 'Illinois Coordinate System of 1983 Robinson zone (US survey foot)',
9754
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9755
            'target_crs' => 'urn:ogc:def:crs:EPSG::23328',
9756
            'accuracy' => 0,
9757
        ],
9758
        [
9759
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11259',
9760
            'name' => 'Illinois Coordinate System of 1983 Belleville zone (US survey foot)',
9761
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9762
            'target_crs' => 'urn:ogc:def:crs:EPSG::23329',
9763
            'accuracy' => 0,
9764
        ],
9765
        [
9766
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11260',
9767
            'name' => 'Illinois Coordinate System of 1983 Mount Vernon zone (US survey foot)',
9768
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9769
            'target_crs' => 'urn:ogc:def:crs:EPSG::23330',
9770
            'accuracy' => 0,
9771
        ],
9772
        [
9773
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11261',
9774
            'name' => 'Illinois Coordinate System of 1983 Olney zone (US survey foot)',
9775
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9776
            'target_crs' => 'urn:ogc:def:crs:EPSG::23331',
9777
            'accuracy' => 0,
9778
        ],
9779
        [
9780
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11262',
9781
            'name' => 'Illinois Coordinate System of 1983 Carbondale zone (US survey foot)',
9782
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9783
            'target_crs' => 'urn:ogc:def:crs:EPSG::23332',
9784
            'accuracy' => 0,
9785
        ],
9786
        [
9787
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11263',
9788
            'name' => 'Illinois Coordinate System of 1983 Metropolis zone (US survey foot)',
9789
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9790
            'target_crs' => 'urn:ogc:def:crs:EPSG::23333',
9791
            'accuracy' => 0,
9792
        ],
9793
        [
9794
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9774',
9795
            'name' => 'NAD83(2011) to WGS 84 (1)',
9796
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9797
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
9798
            'accuracy' => 2.0,
9799
        ],
9800
        [
9801
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5068',
9802
            'name' => 'Conus Albers',
9803
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9804
            'target_crs' => 'urn:ogc:def:crs:EPSG::6350',
9805
            'accuracy' => 0,
9806
        ],
9807
        [
9808
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10131',
9809
            'name' => 'SPCS83 Alabama East zone (meter)',
9810
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9811
            'target_crs' => 'urn:ogc:def:crs:EPSG::6355',
9812
            'accuracy' => 0,
9813
        ],
9814
        [
9815
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10132',
9816
            'name' => 'SPCS83 Alabama West zone (meter)',
9817
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9818
            'target_crs' => 'urn:ogc:def:crs:EPSG::6356',
9819
            'accuracy' => 0,
9820
        ],
9821
        [
9822
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15021',
9823
            'name' => 'Alaska Albers (meter)',
9824
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9825
            'target_crs' => 'urn:ogc:def:crs:EPSG::6393',
9826
            'accuracy' => 0,
9827
        ],
9828
        [
9829
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15031',
9830
            'name' => 'SPCS83 Alaska zone 1 (meter)',
9831
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9832
            'target_crs' => 'urn:ogc:def:crs:EPSG::6394',
9833
            'accuracy' => 0,
9834
        ],
9835
        [
9836
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15032',
9837
            'name' => 'SPCS83 Alaska zone 2 (meter)',
9838
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9839
            'target_crs' => 'urn:ogc:def:crs:EPSG::6395',
9840
            'accuracy' => 0,
9841
        ],
9842
        [
9843
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15033',
9844
            'name' => 'SPCS83 Alaska zone 3 (meter)',
9845
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9846
            'target_crs' => 'urn:ogc:def:crs:EPSG::6396',
9847
            'accuracy' => 0,
9848
        ],
9849
        [
9850
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15034',
9851
            'name' => 'SPCS83 Alaska zone 4 (meter)',
9852
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9853
            'target_crs' => 'urn:ogc:def:crs:EPSG::6397',
9854
            'accuracy' => 0,
9855
        ],
9856
        [
9857
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15035',
9858
            'name' => 'SPCS83 Alaska zone 5 (meter)',
9859
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9860
            'target_crs' => 'urn:ogc:def:crs:EPSG::6398',
9861
            'accuracy' => 0,
9862
        ],
9863
        [
9864
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15036',
9865
            'name' => 'SPCS83 Alaska zone 6 (meter)',
9866
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9867
            'target_crs' => 'urn:ogc:def:crs:EPSG::6399',
9868
            'accuracy' => 0,
9869
        ],
9870
        [
9871
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15037',
9872
            'name' => 'SPCS83 Alaska zone 7 (meter)',
9873
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9874
            'target_crs' => 'urn:ogc:def:crs:EPSG::6400',
9875
            'accuracy' => 0,
9876
        ],
9877
        [
9878
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15038',
9879
            'name' => 'SPCS83 Alaska zone 8 (meter)',
9880
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9881
            'target_crs' => 'urn:ogc:def:crs:EPSG::6401',
9882
            'accuracy' => 0,
9883
        ],
9884
        [
9885
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15039',
9886
            'name' => 'SPCS83 Alaska zone 9 (meter)',
9887
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9888
            'target_crs' => 'urn:ogc:def:crs:EPSG::6402',
9889
            'accuracy' => 0,
9890
        ],
9891
        [
9892
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15040',
9893
            'name' => 'SPCS83 Alaska zone 10 (meter)',
9894
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9895
            'target_crs' => 'urn:ogc:def:crs:EPSG::6403',
9896
            'accuracy' => 0,
9897
        ],
9898
        [
9899
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10232',
9900
            'name' => 'SPCS83 Arizona Central zone (meter)',
9901
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9902
            'target_crs' => 'urn:ogc:def:crs:EPSG::6404',
9903
            'accuracy' => 0,
9904
        ],
9905
        [
9906
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15305',
9907
            'name' => 'SPCS83 Arizona Central zone (international foot)',
9908
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9909
            'target_crs' => 'urn:ogc:def:crs:EPSG::6405',
9910
            'accuracy' => 0,
9911
        ],
9912
        [
9913
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10231',
9914
            'name' => 'SPCS83 Arizona East zone (meter)',
9915
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9916
            'target_crs' => 'urn:ogc:def:crs:EPSG::6406',
9917
            'accuracy' => 0,
9918
        ],
9919
        [
9920
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15304',
9921
            'name' => 'SPCS83 Arizona East zone (international foot)',
9922
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9923
            'target_crs' => 'urn:ogc:def:crs:EPSG::6407',
9924
            'accuracy' => 0,
9925
        ],
9926
        [
9927
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10233',
9928
            'name' => 'SPCS83 Arizona West zone (meter)',
9929
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9930
            'target_crs' => 'urn:ogc:def:crs:EPSG::6408',
9931
            'accuracy' => 0,
9932
        ],
9933
        [
9934
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15306',
9935
            'name' => 'SPCS83 Arizona West zone (international foot)',
9936
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9937
            'target_crs' => 'urn:ogc:def:crs:EPSG::6409',
9938
            'accuracy' => 0,
9939
        ],
9940
        [
9941
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10331',
9942
            'name' => 'SPCS83 Arkansas North zone (meter)',
9943
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9944
            'target_crs' => 'urn:ogc:def:crs:EPSG::6410',
9945
            'accuracy' => 0,
9946
        ],
9947
        [
9948
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15385',
9949
            'name' => 'SPCS83 Arkansas North zone (US survey foot)',
9950
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9951
            'target_crs' => 'urn:ogc:def:crs:EPSG::6411',
9952
            'accuracy' => 0,
9953
        ],
9954
        [
9955
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10332',
9956
            'name' => 'SPCS83 Arkansas South zone (meter)',
9957
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9958
            'target_crs' => 'urn:ogc:def:crs:EPSG::6412',
9959
            'accuracy' => 0,
9960
        ],
9961
        [
9962
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15386',
9963
            'name' => 'SPCS83 Arkansas South zone (US survey foot)',
9964
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9965
            'target_crs' => 'urn:ogc:def:crs:EPSG::6413',
9966
            'accuracy' => 0,
9967
        ],
9968
        [
9969
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10420',
9970
            'name' => 'California Albers',
9971
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9972
            'target_crs' => 'urn:ogc:def:crs:EPSG::6414',
9973
            'accuracy' => 0,
9974
        ],
9975
        [
9976
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10431',
9977
            'name' => 'SPCS83 California zone 1 (meter)',
9978
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9979
            'target_crs' => 'urn:ogc:def:crs:EPSG::6415',
9980
            'accuracy' => 0,
9981
        ],
9982
        [
9983
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15307',
9984
            'name' => 'SPCS83 California zone 1 (US survey foot)',
9985
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9986
            'target_crs' => 'urn:ogc:def:crs:EPSG::6416',
9987
            'accuracy' => 0,
9988
        ],
9989
        [
9990
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10432',
9991
            'name' => 'SPCS83 California zone 2 (meter)',
9992
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
9993
            'target_crs' => 'urn:ogc:def:crs:EPSG::6417',
9994
            'accuracy' => 0,
9995
        ],
9996
        [
9997
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15308',
9998
            'name' => 'SPCS83 California zone 2 (US survey foot)',
9999
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10000
            'target_crs' => 'urn:ogc:def:crs:EPSG::6418',
10001
            'accuracy' => 0,
10002
        ],
10003
        [
10004
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10433',
10005
            'name' => 'SPCS83 California zone 3 (meter)',
10006
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10007
            'target_crs' => 'urn:ogc:def:crs:EPSG::6419',
10008
            'accuracy' => 0,
10009
        ],
10010
        [
10011
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15309',
10012
            'name' => 'SPCS83 California zone 3 (US survey foot)',
10013
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10014
            'target_crs' => 'urn:ogc:def:crs:EPSG::6420',
10015
            'accuracy' => 0,
10016
        ],
10017
        [
10018
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10434',
10019
            'name' => 'SPCS83 California zone 4 (meter)',
10020
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10021
            'target_crs' => 'urn:ogc:def:crs:EPSG::6421',
10022
            'accuracy' => 0,
10023
        ],
10024
        [
10025
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15310',
10026
            'name' => 'SPCS83 California zone 4 (US survey foot)',
10027
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10028
            'target_crs' => 'urn:ogc:def:crs:EPSG::6422',
10029
            'accuracy' => 0,
10030
        ],
10031
        [
10032
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10435',
10033
            'name' => 'SPCS83 California zone 5 (meter)',
10034
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10035
            'target_crs' => 'urn:ogc:def:crs:EPSG::6423',
10036
            'accuracy' => 0,
10037
        ],
10038
        [
10039
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15311',
10040
            'name' => 'SPCS83 California zone 5 (US survey foot)',
10041
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10042
            'target_crs' => 'urn:ogc:def:crs:EPSG::6424',
10043
            'accuracy' => 0,
10044
        ],
10045
        [
10046
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10436',
10047
            'name' => 'SPCS83 California zone 6 (meter)',
10048
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10049
            'target_crs' => 'urn:ogc:def:crs:EPSG::6425',
10050
            'accuracy' => 0,
10051
        ],
10052
        [
10053
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15312',
10054
            'name' => 'SPCS83 California zone 6 (US survey foot)',
10055
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10056
            'target_crs' => 'urn:ogc:def:crs:EPSG::6426',
10057
            'accuracy' => 0,
10058
        ],
10059
        [
10060
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10532',
10061
            'name' => 'SPCS83 Colorado Central zone (meter)',
10062
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10063
            'target_crs' => 'urn:ogc:def:crs:EPSG::6427',
10064
            'accuracy' => 0,
10065
        ],
10066
        [
10067
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15314',
10068
            'name' => 'SPCS83 Colorado Central zone (US survey foot)',
10069
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10070
            'target_crs' => 'urn:ogc:def:crs:EPSG::6428',
10071
            'accuracy' => 0,
10072
        ],
10073
        [
10074
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10531',
10075
            'name' => 'SPCS83 Colorado North zone (meter)',
10076
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10077
            'target_crs' => 'urn:ogc:def:crs:EPSG::6429',
10078
            'accuracy' => 0,
10079
        ],
10080
        [
10081
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15313',
10082
            'name' => 'SPCS83 Colorado North zone (US survey foot)',
10083
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10084
            'target_crs' => 'urn:ogc:def:crs:EPSG::6430',
10085
            'accuracy' => 0,
10086
        ],
10087
        [
10088
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10533',
10089
            'name' => 'SPCS83 Colorado South zone (meter)',
10090
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10091
            'target_crs' => 'urn:ogc:def:crs:EPSG::6431',
10092
            'accuracy' => 0,
10093
        ],
10094
        [
10095
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15315',
10096
            'name' => 'SPCS83 Colorado South zone (US survey foot)',
10097
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10098
            'target_crs' => 'urn:ogc:def:crs:EPSG::6432',
10099
            'accuracy' => 0,
10100
        ],
10101
        [
10102
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10630',
10103
            'name' => 'SPCS83 Connecticut zone (meter)',
10104
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10105
            'target_crs' => 'urn:ogc:def:crs:EPSG::6433',
10106
            'accuracy' => 0,
10107
        ],
10108
        [
10109
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15316',
10110
            'name' => 'SPCS83 Connecticut zone (US survey foot)',
10111
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10112
            'target_crs' => 'urn:ogc:def:crs:EPSG::6434',
10113
            'accuracy' => 0,
10114
        ],
10115
        [
10116
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10730',
10117
            'name' => 'SPCS83 Delaware zone (meter)',
10118
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10119
            'target_crs' => 'urn:ogc:def:crs:EPSG::6435',
10120
            'accuracy' => 0,
10121
        ],
10122
        [
10123
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15317',
10124
            'name' => 'SPCS83 Delaware zone (US survey foot)',
10125
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10126
            'target_crs' => 'urn:ogc:def:crs:EPSG::6436',
10127
            'accuracy' => 0,
10128
        ],
10129
        [
10130
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10931',
10131
            'name' => 'SPCS83 Florida East zone (meter)',
10132
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10133
            'target_crs' => 'urn:ogc:def:crs:EPSG::6437',
10134
            'accuracy' => 0,
10135
        ],
10136
        [
10137
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15318',
10138
            'name' => 'SPCS83 Florida East zone (US survey foot)',
10139
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10140
            'target_crs' => 'urn:ogc:def:crs:EPSG::6438',
10141
            'accuracy' => 0,
10142
        ],
10143
        [
10144
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10934',
10145
            'name' => 'Florida GDL Albers (meter)',
10146
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10147
            'target_crs' => 'urn:ogc:def:crs:EPSG::6439',
10148
            'accuracy' => 0,
10149
        ],
10150
        [
10151
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10933',
10152
            'name' => 'SPCS83 Florida North zone (meter)',
10153
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10154
            'target_crs' => 'urn:ogc:def:crs:EPSG::6440',
10155
            'accuracy' => 0,
10156
        ],
10157
        [
10158
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15320',
10159
            'name' => 'SPCS83 Florida North zone (US survey foot)',
10160
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10161
            'target_crs' => 'urn:ogc:def:crs:EPSG::6441',
10162
            'accuracy' => 0,
10163
        ],
10164
        [
10165
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10932',
10166
            'name' => 'SPCS83 Florida West zone (meter)',
10167
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10168
            'target_crs' => 'urn:ogc:def:crs:EPSG::6442',
10169
            'accuracy' => 0,
10170
        ],
10171
        [
10172
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15319',
10173
            'name' => 'SPCS83 Florida West zone (US survey foot)',
10174
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10175
            'target_crs' => 'urn:ogc:def:crs:EPSG::6443',
10176
            'accuracy' => 0,
10177
        ],
10178
        [
10179
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11031',
10180
            'name' => 'SPCS83 Georgia East zone (meter)',
10181
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10182
            'target_crs' => 'urn:ogc:def:crs:EPSG::6444',
10183
            'accuracy' => 0,
10184
        ],
10185
        [
10186
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15321',
10187
            'name' => 'SPCS83 Georgia East zone (US survey foot)',
10188
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10189
            'target_crs' => 'urn:ogc:def:crs:EPSG::6445',
10190
            'accuracy' => 0,
10191
        ],
10192
        [
10193
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11032',
10194
            'name' => 'SPCS83 Georgia West zone (meter)',
10195
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10196
            'target_crs' => 'urn:ogc:def:crs:EPSG::6446',
10197
            'accuracy' => 0,
10198
        ],
10199
        [
10200
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15322',
10201
            'name' => 'SPCS83 Georgia West zone (US survey foot)',
10202
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10203
            'target_crs' => 'urn:ogc:def:crs:EPSG::6447',
10204
            'accuracy' => 0,
10205
        ],
10206
        [
10207
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11132',
10208
            'name' => 'SPCS83 Idaho Central zone (meter)',
10209
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10210
            'target_crs' => 'urn:ogc:def:crs:EPSG::6448',
10211
            'accuracy' => 0,
10212
        ],
10213
        [
10214
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15324',
10215
            'name' => 'SPCS83 Idaho Central zone (US survey foot)',
10216
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10217
            'target_crs' => 'urn:ogc:def:crs:EPSG::6449',
10218
            'accuracy' => 0,
10219
        ],
10220
        [
10221
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11131',
10222
            'name' => 'SPCS83 Idaho East zone (meter)',
10223
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10224
            'target_crs' => 'urn:ogc:def:crs:EPSG::6450',
10225
            'accuracy' => 0,
10226
        ],
10227
        [
10228
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15323',
10229
            'name' => 'SPCS83 Idaho East zone (US survey foot)',
10230
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10231
            'target_crs' => 'urn:ogc:def:crs:EPSG::6451',
10232
            'accuracy' => 0,
10233
        ],
10234
        [
10235
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11133',
10236
            'name' => 'SPCS83 Idaho West zone (meter)',
10237
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10238
            'target_crs' => 'urn:ogc:def:crs:EPSG::6452',
10239
            'accuracy' => 0,
10240
        ],
10241
        [
10242
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15325',
10243
            'name' => 'SPCS83 Idaho West zone (US survey foot)',
10244
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10245
            'target_crs' => 'urn:ogc:def:crs:EPSG::6453',
10246
            'accuracy' => 0,
10247
        ],
10248
        [
10249
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11231',
10250
            'name' => 'SPCS83 Illinois East zone (meter)',
10251
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10252
            'target_crs' => 'urn:ogc:def:crs:EPSG::6454',
10253
            'accuracy' => 0,
10254
        ],
10255
        [
10256
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15387',
10257
            'name' => 'SPCS83 Illinois East zone (US survey foot)',
10258
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10259
            'target_crs' => 'urn:ogc:def:crs:EPSG::6455',
10260
            'accuracy' => 0,
10261
        ],
10262
        [
10263
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11232',
10264
            'name' => 'SPCS83 Illinois West zone (meter)',
10265
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10266
            'target_crs' => 'urn:ogc:def:crs:EPSG::6456',
10267
            'accuracy' => 0,
10268
        ],
10269
        [
10270
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15388',
10271
            'name' => 'SPCS83 Illinois West zone (US survey foot)',
10272
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10273
            'target_crs' => 'urn:ogc:def:crs:EPSG::6457',
10274
            'accuracy' => 0,
10275
        ],
10276
        [
10277
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11331',
10278
            'name' => 'SPCS83 Indiana East zone (meter)',
10279
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10280
            'target_crs' => 'urn:ogc:def:crs:EPSG::6458',
10281
            'accuracy' => 0,
10282
        ],
10283
        [
10284
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15372',
10285
            'name' => 'SPCS83 Indiana East zone (US survey foot)',
10286
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10287
            'target_crs' => 'urn:ogc:def:crs:EPSG::6459',
10288
            'accuracy' => 0,
10289
        ],
10290
        [
10291
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11332',
10292
            'name' => 'SPCS83 Indiana West zone (meter)',
10293
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10294
            'target_crs' => 'urn:ogc:def:crs:EPSG::6460',
10295
            'accuracy' => 0,
10296
        ],
10297
        [
10298
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15373',
10299
            'name' => 'SPCS83 Indiana West zone (US survey foot)',
10300
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10301
            'target_crs' => 'urn:ogc:def:crs:EPSG::6461',
10302
            'accuracy' => 0,
10303
        ],
10304
        [
10305
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11431',
10306
            'name' => 'SPCS83 Iowa North zone (meter)',
10307
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10308
            'target_crs' => 'urn:ogc:def:crs:EPSG::6462',
10309
            'accuracy' => 0,
10310
        ],
10311
        [
10312
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15377',
10313
            'name' => 'SPCS83 Iowa North zone (US survey foot)',
10314
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10315
            'target_crs' => 'urn:ogc:def:crs:EPSG::6463',
10316
            'accuracy' => 0,
10317
        ],
10318
        [
10319
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11432',
10320
            'name' => 'SPCS83 Iowa South zone (meter)',
10321
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10322
            'target_crs' => 'urn:ogc:def:crs:EPSG::6464',
10323
            'accuracy' => 0,
10324
        ],
10325
        [
10326
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15378',
10327
            'name' => 'SPCS83 Iowa South zone (US survey foot)',
10328
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10329
            'target_crs' => 'urn:ogc:def:crs:EPSG::6465',
10330
            'accuracy' => 0,
10331
        ],
10332
        [
10333
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11531',
10334
            'name' => 'SPCS83 Kansas North zone (meter)',
10335
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10336
            'target_crs' => 'urn:ogc:def:crs:EPSG::6466',
10337
            'accuracy' => 0,
10338
        ],
10339
        [
10340
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15379',
10341
            'name' => 'SPCS83 Kansas North zone (US survey foot)',
10342
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10343
            'target_crs' => 'urn:ogc:def:crs:EPSG::6467',
10344
            'accuracy' => 0,
10345
        ],
10346
        [
10347
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11532',
10348
            'name' => 'SPCS83 Kansas South zone (meter)',
10349
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10350
            'target_crs' => 'urn:ogc:def:crs:EPSG::6468',
10351
            'accuracy' => 0,
10352
        ],
10353
        [
10354
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15380',
10355
            'name' => 'SPCS83 Kansas South zone (US survey foot)',
10356
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10357
            'target_crs' => 'urn:ogc:def:crs:EPSG::6469',
10358
            'accuracy' => 0,
10359
        ],
10360
        [
10361
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15303',
10362
            'name' => 'SPCS83 Kentucky North zone (meter)',
10363
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10364
            'target_crs' => 'urn:ogc:def:crs:EPSG::6470',
10365
            'accuracy' => 0,
10366
        ],
10367
        [
10368
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15328',
10369
            'name' => 'SPCS83 Kentucky North zone (US survey foot)',
10370
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10371
            'target_crs' => 'urn:ogc:def:crs:EPSG::6471',
10372
            'accuracy' => 0,
10373
        ],
10374
        [
10375
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11630',
10376
            'name' => 'SPCS83 Kentucky Single Zone (meter)',
10377
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10378
            'target_crs' => 'urn:ogc:def:crs:EPSG::6472',
10379
            'accuracy' => 0,
10380
        ],
10381
        [
10382
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15375',
10383
            'name' => 'SPCS83 Kentucky Single Zone (US survey foot)',
10384
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10385
            'target_crs' => 'urn:ogc:def:crs:EPSG::6473',
10386
            'accuracy' => 0,
10387
        ],
10388
        [
10389
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11632',
10390
            'name' => 'SPCS83 Kentucky South zone (meter)',
10391
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10392
            'target_crs' => 'urn:ogc:def:crs:EPSG::6474',
10393
            'accuracy' => 0,
10394
        ],
10395
        [
10396
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15329',
10397
            'name' => 'SPCS83 Kentucky South zone (US survey foot)',
10398
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10399
            'target_crs' => 'urn:ogc:def:crs:EPSG::6475',
10400
            'accuracy' => 0,
10401
        ],
10402
        [
10403
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11731',
10404
            'name' => 'SPCS83 Louisiana North zone (meter)',
10405
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10406
            'target_crs' => 'urn:ogc:def:crs:EPSG::6476',
10407
            'accuracy' => 0,
10408
        ],
10409
        [
10410
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15391',
10411
            'name' => 'SPCS83 Louisiana North zone (US survey foot)',
10412
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10413
            'target_crs' => 'urn:ogc:def:crs:EPSG::6477',
10414
            'accuracy' => 0,
10415
        ],
10416
        [
10417
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11732',
10418
            'name' => 'SPCS83 Louisiana South zone (meter)',
10419
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10420
            'target_crs' => 'urn:ogc:def:crs:EPSG::6478',
10421
            'accuracy' => 0,
10422
        ],
10423
        [
10424
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15392',
10425
            'name' => 'SPCS83 Louisiana South zone (US survey foot)',
10426
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10427
            'target_crs' => 'urn:ogc:def:crs:EPSG::6479',
10428
            'accuracy' => 0,
10429
        ],
10430
        [
10431
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11854',
10432
            'name' => 'Maine CS2000 Central zone (meter)',
10433
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10434
            'target_crs' => 'urn:ogc:def:crs:EPSG::6480',
10435
            'accuracy' => 0,
10436
        ],
10437
        [
10438
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11851',
10439
            'name' => 'Maine CS2000 East zone (meter)',
10440
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10441
            'target_crs' => 'urn:ogc:def:crs:EPSG::6481',
10442
            'accuracy' => 0,
10443
        ],
10444
        [
10445
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11853',
10446
            'name' => 'Maine CS2000 West zone (meter)',
10447
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10448
            'target_crs' => 'urn:ogc:def:crs:EPSG::6482',
10449
            'accuracy' => 0,
10450
        ],
10451
        [
10452
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11831',
10453
            'name' => 'SPCS83 Maine East zone (meter)',
10454
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10455
            'target_crs' => 'urn:ogc:def:crs:EPSG::6483',
10456
            'accuracy' => 0,
10457
        ],
10458
        [
10459
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11833',
10460
            'name' => 'SPCS83 Maine East zone (US survey foot)',
10461
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10462
            'target_crs' => 'urn:ogc:def:crs:EPSG::6484',
10463
            'accuracy' => 0,
10464
        ],
10465
        [
10466
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11832',
10467
            'name' => 'SPCS83 Maine West zone (meter)',
10468
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10469
            'target_crs' => 'urn:ogc:def:crs:EPSG::6485',
10470
            'accuracy' => 0,
10471
        ],
10472
        [
10473
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11834',
10474
            'name' => 'SPCS83 Maine West zone (US survey foot)',
10475
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10476
            'target_crs' => 'urn:ogc:def:crs:EPSG::6486',
10477
            'accuracy' => 0,
10478
        ],
10479
        [
10480
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::11930',
10481
            'name' => 'SPCS83 Maryland zone (meter)',
10482
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10483
            'target_crs' => 'urn:ogc:def:crs:EPSG::6487',
10484
            'accuracy' => 0,
10485
        ],
10486
        [
10487
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15330',
10488
            'name' => 'SPCS83 Maryland zone (US survey foot)',
10489
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10490
            'target_crs' => 'urn:ogc:def:crs:EPSG::6488',
10491
            'accuracy' => 0,
10492
        ],
10493
        [
10494
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12032',
10495
            'name' => 'SPCS83 Massachusetts Island zone (meter)',
10496
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10497
            'target_crs' => 'urn:ogc:def:crs:EPSG::6489',
10498
            'accuracy' => 0,
10499
        ],
10500
        [
10501
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15332',
10502
            'name' => 'SPCS83 Massachusetts Island zone (US survey foot)',
10503
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10504
            'target_crs' => 'urn:ogc:def:crs:EPSG::6490',
10505
            'accuracy' => 0,
10506
        ],
10507
        [
10508
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12031',
10509
            'name' => 'SPCS83 Massachusetts Mainland zone (meter)',
10510
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10511
            'target_crs' => 'urn:ogc:def:crs:EPSG::6491',
10512
            'accuracy' => 0,
10513
        ],
10514
        [
10515
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15331',
10516
            'name' => 'SPCS83 Massachusetts Mainland zone (US survey foot)',
10517
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10518
            'target_crs' => 'urn:ogc:def:crs:EPSG::6492',
10519
            'accuracy' => 0,
10520
        ],
10521
        [
10522
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12142',
10523
            'name' => 'SPCS83 Michigan Central zone (meter)',
10524
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10525
            'target_crs' => 'urn:ogc:def:crs:EPSG::6493',
10526
            'accuracy' => 0,
10527
        ],
10528
        [
10529
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15334',
10530
            'name' => 'SPCS83 Michigan Central zone (international foot)',
10531
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10532
            'target_crs' => 'urn:ogc:def:crs:EPSG::6494',
10533
            'accuracy' => 0,
10534
        ],
10535
        [
10536
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12141',
10537
            'name' => 'SPCS83 Michigan North zone (meter)',
10538
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10539
            'target_crs' => 'urn:ogc:def:crs:EPSG::6495',
10540
            'accuracy' => 0,
10541
        ],
10542
        [
10543
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15333',
10544
            'name' => 'SPCS83 Michigan North zone (international foot)',
10545
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10546
            'target_crs' => 'urn:ogc:def:crs:EPSG::6496',
10547
            'accuracy' => 0,
10548
        ],
10549
        [
10550
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12150',
10551
            'name' => 'Michigan Oblique Mercator (meter)',
10552
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10553
            'target_crs' => 'urn:ogc:def:crs:EPSG::6497',
10554
            'accuracy' => 0,
10555
        ],
10556
        [
10557
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12143',
10558
            'name' => 'SPCS83 Michigan South zone (meter)',
10559
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10560
            'target_crs' => 'urn:ogc:def:crs:EPSG::6498',
10561
            'accuracy' => 0,
10562
        ],
10563
        [
10564
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15335',
10565
            'name' => 'SPCS83 Michigan South zone (international foot)',
10566
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10567
            'target_crs' => 'urn:ogc:def:crs:EPSG::6499',
10568
            'accuracy' => 0,
10569
        ],
10570
        [
10571
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12232',
10572
            'name' => 'SPCS83 Minnesota Central zone (meter)',
10573
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10574
            'target_crs' => 'urn:ogc:def:crs:EPSG::6500',
10575
            'accuracy' => 0,
10576
        ],
10577
        [
10578
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12235',
10579
            'name' => 'SPCS83 Minnesota Central zone (US survey foot)',
10580
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10581
            'target_crs' => 'urn:ogc:def:crs:EPSG::6501',
10582
            'accuracy' => 0,
10583
        ],
10584
        [
10585
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12231',
10586
            'name' => 'SPCS83 Minnesota North zone (meter)',
10587
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10588
            'target_crs' => 'urn:ogc:def:crs:EPSG::6502',
10589
            'accuracy' => 0,
10590
        ],
10591
        [
10592
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12234',
10593
            'name' => 'SPCS83 Minnesota North zone (US survey foot)',
10594
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10595
            'target_crs' => 'urn:ogc:def:crs:EPSG::6503',
10596
            'accuracy' => 0,
10597
        ],
10598
        [
10599
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12233',
10600
            'name' => 'SPCS83 Minnesota South zone (meter)',
10601
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10602
            'target_crs' => 'urn:ogc:def:crs:EPSG::6504',
10603
            'accuracy' => 0,
10604
        ],
10605
        [
10606
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12236',
10607
            'name' => 'SPCS83 Minnesota South zone (US survey foot)',
10608
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10609
            'target_crs' => 'urn:ogc:def:crs:EPSG::6505',
10610
            'accuracy' => 0,
10611
        ],
10612
        [
10613
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12331',
10614
            'name' => 'SPCS83 Mississippi East zone (meter)',
10615
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10616
            'target_crs' => 'urn:ogc:def:crs:EPSG::6506',
10617
            'accuracy' => 0,
10618
        ],
10619
        [
10620
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15336',
10621
            'name' => 'SPCS83 Mississippi East zone (US survey foot)',
10622
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10623
            'target_crs' => 'urn:ogc:def:crs:EPSG::6507',
10624
            'accuracy' => 0,
10625
        ],
10626
        [
10627
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::3813',
10628
            'name' => 'Mississippi Transverse Mercator',
10629
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10630
            'target_crs' => 'urn:ogc:def:crs:EPSG::6508',
10631
            'accuracy' => 0,
10632
        ],
10633
        [
10634
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12332',
10635
            'name' => 'SPCS83 Mississippi West zone (meter)',
10636
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10637
            'target_crs' => 'urn:ogc:def:crs:EPSG::6509',
10638
            'accuracy' => 0,
10639
        ],
10640
        [
10641
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15337',
10642
            'name' => 'SPCS83 Mississippi West zone (US survey foot)',
10643
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10644
            'target_crs' => 'urn:ogc:def:crs:EPSG::6510',
10645
            'accuracy' => 0,
10646
        ],
10647
        [
10648
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12432',
10649
            'name' => 'SPCS83 Missouri Central zone (meter)',
10650
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10651
            'target_crs' => 'urn:ogc:def:crs:EPSG::6511',
10652
            'accuracy' => 0,
10653
        ],
10654
        [
10655
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12431',
10656
            'name' => 'SPCS83 Missouri East zone (meter)',
10657
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10658
            'target_crs' => 'urn:ogc:def:crs:EPSG::6512',
10659
            'accuracy' => 0,
10660
        ],
10661
        [
10662
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12433',
10663
            'name' => 'SPCS83 Missouri West zone (meter)',
10664
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10665
            'target_crs' => 'urn:ogc:def:crs:EPSG::6513',
10666
            'accuracy' => 0,
10667
        ],
10668
        [
10669
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12530',
10670
            'name' => 'SPCS83 Montana zone (meter)',
10671
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10672
            'target_crs' => 'urn:ogc:def:crs:EPSG::6514',
10673
            'accuracy' => 0,
10674
        ],
10675
        [
10676
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15338',
10677
            'name' => 'SPCS83 Montana zone (international foot)',
10678
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10679
            'target_crs' => 'urn:ogc:def:crs:EPSG::6515',
10680
            'accuracy' => 0,
10681
        ],
10682
        [
10683
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12630',
10684
            'name' => 'SPCS83 Nebraska zone (meter)',
10685
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10686
            'target_crs' => 'urn:ogc:def:crs:EPSG::6516',
10687
            'accuracy' => 0,
10688
        ],
10689
        [
10690
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12732',
10691
            'name' => 'SPCS83 Nevada Central zone (meter)',
10692
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10693
            'target_crs' => 'urn:ogc:def:crs:EPSG::6518',
10694
            'accuracy' => 0,
10695
        ],
10696
        [
10697
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15382',
10698
            'name' => 'SPCS83 Nevada Central zone (US survey foot)',
10699
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10700
            'target_crs' => 'urn:ogc:def:crs:EPSG::6519',
10701
            'accuracy' => 0,
10702
        ],
10703
        [
10704
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12731',
10705
            'name' => 'SPCS83 Nevada East zone (meter)',
10706
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10707
            'target_crs' => 'urn:ogc:def:crs:EPSG::6520',
10708
            'accuracy' => 0,
10709
        ],
10710
        [
10711
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15381',
10712
            'name' => 'SPCS83 Nevada East zone (US survey foot)',
10713
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10714
            'target_crs' => 'urn:ogc:def:crs:EPSG::6521',
10715
            'accuracy' => 0,
10716
        ],
10717
        [
10718
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12733',
10719
            'name' => 'SPCS83 Nevada West zone (meter)',
10720
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10721
            'target_crs' => 'urn:ogc:def:crs:EPSG::6522',
10722
            'accuracy' => 0,
10723
        ],
10724
        [
10725
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15383',
10726
            'name' => 'SPCS83 Nevada West zone (US survey foot)',
10727
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10728
            'target_crs' => 'urn:ogc:def:crs:EPSG::6523',
10729
            'accuracy' => 0,
10730
        ],
10731
        [
10732
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12830',
10733
            'name' => 'SPCS83 New Hampshire zone (meter)',
10734
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10735
            'target_crs' => 'urn:ogc:def:crs:EPSG::6524',
10736
            'accuracy' => 0,
10737
        ],
10738
        [
10739
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15389',
10740
            'name' => 'SPCS83 New Hampshire zone (US survey foot)',
10741
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10742
            'target_crs' => 'urn:ogc:def:crs:EPSG::6525',
10743
            'accuracy' => 0,
10744
        ],
10745
        [
10746
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::12930',
10747
            'name' => 'SPCS83 New Jersey zone (meter)',
10748
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10749
            'target_crs' => 'urn:ogc:def:crs:EPSG::6526',
10750
            'accuracy' => 0,
10751
        ],
10752
        [
10753
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15384',
10754
            'name' => 'SPCS83 New Jersey zone (US survey foot)',
10755
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10756
            'target_crs' => 'urn:ogc:def:crs:EPSG::6527',
10757
            'accuracy' => 0,
10758
        ],
10759
        [
10760
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13032',
10761
            'name' => 'SPCS83 New Mexico Central zone (meter)',
10762
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10763
            'target_crs' => 'urn:ogc:def:crs:EPSG::6528',
10764
            'accuracy' => 0,
10765
        ],
10766
        [
10767
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15340',
10768
            'name' => 'SPCS83 New Mexico Central zone (US survey foot)',
10769
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10770
            'target_crs' => 'urn:ogc:def:crs:EPSG::6529',
10771
            'accuracy' => 0,
10772
        ],
10773
        [
10774
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13031',
10775
            'name' => 'SPCS83 New Mexico East zone (meter)',
10776
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10777
            'target_crs' => 'urn:ogc:def:crs:EPSG::6530',
10778
            'accuracy' => 0,
10779
        ],
10780
        [
10781
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15339',
10782
            'name' => 'SPCS83 New Mexico East zone (US survey foot)',
10783
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10784
            'target_crs' => 'urn:ogc:def:crs:EPSG::6531',
10785
            'accuracy' => 0,
10786
        ],
10787
        [
10788
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13033',
10789
            'name' => 'SPCS83 New Mexico West zone (meter)',
10790
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10791
            'target_crs' => 'urn:ogc:def:crs:EPSG::6532',
10792
            'accuracy' => 0,
10793
        ],
10794
        [
10795
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15341',
10796
            'name' => 'SPCS83 New Mexico West zone (US survey foot)',
10797
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10798
            'target_crs' => 'urn:ogc:def:crs:EPSG::6533',
10799
            'accuracy' => 0,
10800
        ],
10801
        [
10802
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13132',
10803
            'name' => 'SPCS83 New York Central zone (meter)',
10804
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10805
            'target_crs' => 'urn:ogc:def:crs:EPSG::6534',
10806
            'accuracy' => 0,
10807
        ],
10808
        [
10809
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15343',
10810
            'name' => 'SPCS83 New York Central zone (US survey foot)',
10811
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10812
            'target_crs' => 'urn:ogc:def:crs:EPSG::6535',
10813
            'accuracy' => 0,
10814
        ],
10815
        [
10816
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13131',
10817
            'name' => 'SPCS83 New York East zone (meter)',
10818
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10819
            'target_crs' => 'urn:ogc:def:crs:EPSG::6536',
10820
            'accuracy' => 0,
10821
        ],
10822
        [
10823
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15342',
10824
            'name' => 'SPCS83 New York East zone (US survey foot)',
10825
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10826
            'target_crs' => 'urn:ogc:def:crs:EPSG::6537',
10827
            'accuracy' => 0,
10828
        ],
10829
        [
10830
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13134',
10831
            'name' => 'SPCS83 New York Long Island zone (meter)',
10832
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10833
            'target_crs' => 'urn:ogc:def:crs:EPSG::6538',
10834
            'accuracy' => 0,
10835
        ],
10836
        [
10837
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15345',
10838
            'name' => 'SPCS83 New York Long Island zone (US survey foot)',
10839
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10840
            'target_crs' => 'urn:ogc:def:crs:EPSG::6539',
10841
            'accuracy' => 0,
10842
        ],
10843
        [
10844
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13133',
10845
            'name' => 'SPCS83 New York West zone (meter)',
10846
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10847
            'target_crs' => 'urn:ogc:def:crs:EPSG::6540',
10848
            'accuracy' => 0,
10849
        ],
10850
        [
10851
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15344',
10852
            'name' => 'SPCS83 New York West zone (US survey foot)',
10853
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10854
            'target_crs' => 'urn:ogc:def:crs:EPSG::6541',
10855
            'accuracy' => 0,
10856
        ],
10857
        [
10858
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13230',
10859
            'name' => 'SPCS83 North Carolina zone (meter)',
10860
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10861
            'target_crs' => 'urn:ogc:def:crs:EPSG::6542',
10862
            'accuracy' => 0,
10863
        ],
10864
        [
10865
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15346',
10866
            'name' => 'SPCS83 North Carolina zone (US survey foot)',
10867
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10868
            'target_crs' => 'urn:ogc:def:crs:EPSG::6543',
10869
            'accuracy' => 0,
10870
        ],
10871
        [
10872
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13331',
10873
            'name' => 'SPCS83 North Dakota North zone (meter)',
10874
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10875
            'target_crs' => 'urn:ogc:def:crs:EPSG::6544',
10876
            'accuracy' => 0,
10877
        ],
10878
        [
10879
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15347',
10880
            'name' => 'SPCS83 North Dakota North zone (international foot)',
10881
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10882
            'target_crs' => 'urn:ogc:def:crs:EPSG::6545',
10883
            'accuracy' => 0,
10884
        ],
10885
        [
10886
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13332',
10887
            'name' => 'SPCS83 North Dakota South zone (meter)',
10888
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10889
            'target_crs' => 'urn:ogc:def:crs:EPSG::6546',
10890
            'accuracy' => 0,
10891
        ],
10892
        [
10893
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15348',
10894
            'name' => 'SPCS83 North Dakota South zone (international foot)',
10895
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10896
            'target_crs' => 'urn:ogc:def:crs:EPSG::6547',
10897
            'accuracy' => 0,
10898
        ],
10899
        [
10900
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13431',
10901
            'name' => 'SPCS83 Ohio North zone (meter)',
10902
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10903
            'target_crs' => 'urn:ogc:def:crs:EPSG::6548',
10904
            'accuracy' => 0,
10905
        ],
10906
        [
10907
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13433',
10908
            'name' => 'SPCS83 Ohio North zone (US survey foot)',
10909
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10910
            'target_crs' => 'urn:ogc:def:crs:EPSG::6549',
10911
            'accuracy' => 0,
10912
        ],
10913
        [
10914
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13432',
10915
            'name' => 'SPCS83 Ohio South zone (meter)',
10916
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10917
            'target_crs' => 'urn:ogc:def:crs:EPSG::6550',
10918
            'accuracy' => 0,
10919
        ],
10920
        [
10921
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13434',
10922
            'name' => 'SPCS83 Ohio South zone (US survey foot)',
10923
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10924
            'target_crs' => 'urn:ogc:def:crs:EPSG::6551',
10925
            'accuracy' => 0,
10926
        ],
10927
        [
10928
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13531',
10929
            'name' => 'SPCS83 Oklahoma North zone (meter)',
10930
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10931
            'target_crs' => 'urn:ogc:def:crs:EPSG::6552',
10932
            'accuracy' => 0,
10933
        ],
10934
        [
10935
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15349',
10936
            'name' => 'SPCS83 Oklahoma North zone (US survey foot)',
10937
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10938
            'target_crs' => 'urn:ogc:def:crs:EPSG::6553',
10939
            'accuracy' => 0,
10940
        ],
10941
        [
10942
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13532',
10943
            'name' => 'SPCS83 Oklahoma South zone (meter)',
10944
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10945
            'target_crs' => 'urn:ogc:def:crs:EPSG::6554',
10946
            'accuracy' => 0,
10947
        ],
10948
        [
10949
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15350',
10950
            'name' => 'SPCS83 Oklahoma South zone (US survey foot)',
10951
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10952
            'target_crs' => 'urn:ogc:def:crs:EPSG::6555',
10953
            'accuracy' => 0,
10954
        ],
10955
        [
10956
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13633',
10957
            'name' => 'Oregon Lambert (meter)',
10958
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10959
            'target_crs' => 'urn:ogc:def:crs:EPSG::6556',
10960
            'accuracy' => 0,
10961
        ],
10962
        [
10963
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15374',
10964
            'name' => 'Oregon GIC Lambert (international foot)',
10965
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10966
            'target_crs' => 'urn:ogc:def:crs:EPSG::6557',
10967
            'accuracy' => 0,
10968
        ],
10969
        [
10970
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13631',
10971
            'name' => 'SPCS83 Oregon North zone (meter)',
10972
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10973
            'target_crs' => 'urn:ogc:def:crs:EPSG::6558',
10974
            'accuracy' => 0,
10975
        ],
10976
        [
10977
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15351',
10978
            'name' => 'SPCS83 Oregon North zone (international foot)',
10979
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10980
            'target_crs' => 'urn:ogc:def:crs:EPSG::6559',
10981
            'accuracy' => 0,
10982
        ],
10983
        [
10984
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13632',
10985
            'name' => 'SPCS83 Oregon South zone (meter)',
10986
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10987
            'target_crs' => 'urn:ogc:def:crs:EPSG::6560',
10988
            'accuracy' => 0,
10989
        ],
10990
        [
10991
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15352',
10992
            'name' => 'SPCS83 Oregon South zone (international foot)',
10993
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
10994
            'target_crs' => 'urn:ogc:def:crs:EPSG::6561',
10995
            'accuracy' => 0,
10996
        ],
10997
        [
10998
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13731',
10999
            'name' => 'SPCS83 Pennsylvania North zone (meter)',
11000
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11001
            'target_crs' => 'urn:ogc:def:crs:EPSG::6562',
11002
            'accuracy' => 0,
11003
        ],
11004
        [
11005
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15353',
11006
            'name' => 'SPCS83 Pennsylvania North zone (US survey foot)',
11007
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11008
            'target_crs' => 'urn:ogc:def:crs:EPSG::6563',
11009
            'accuracy' => 0,
11010
        ],
11011
        [
11012
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13732',
11013
            'name' => 'SPCS83 Pennsylvania South zone (meter)',
11014
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11015
            'target_crs' => 'urn:ogc:def:crs:EPSG::6564',
11016
            'accuracy' => 0,
11017
        ],
11018
        [
11019
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15354',
11020
            'name' => 'SPCS83 Pennsylvania South zone (US survey foot)',
11021
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11022
            'target_crs' => 'urn:ogc:def:crs:EPSG::6565',
11023
            'accuracy' => 0,
11024
        ],
11025
        [
11026
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15230',
11027
            'name' => 'SPCS83 Puerto Rico & Virgin Islands zone (meter)',
11028
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11029
            'target_crs' => 'urn:ogc:def:crs:EPSG::6566',
11030
            'accuracy' => 0,
11031
        ],
11032
        [
11033
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13830',
11034
            'name' => 'SPCS83 Rhode Island zone (meter)',
11035
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11036
            'target_crs' => 'urn:ogc:def:crs:EPSG::6567',
11037
            'accuracy' => 0,
11038
        ],
11039
        [
11040
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15390',
11041
            'name' => 'SPCS83 Rhode Island zone (US survey foot)',
11042
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11043
            'target_crs' => 'urn:ogc:def:crs:EPSG::6568',
11044
            'accuracy' => 0,
11045
        ],
11046
        [
11047
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13930',
11048
            'name' => 'SPCS83 South Carolina zone (meter)',
11049
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11050
            'target_crs' => 'urn:ogc:def:crs:EPSG::6569',
11051
            'accuracy' => 0,
11052
        ],
11053
        [
11054
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15355',
11055
            'name' => 'SPCS83 South Carolina zone (international foot)',
11056
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11057
            'target_crs' => 'urn:ogc:def:crs:EPSG::6570',
11058
            'accuracy' => 0,
11059
        ],
11060
        [
11061
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14031',
11062
            'name' => 'SPCS83 South Dakota North zone (meter)',
11063
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11064
            'target_crs' => 'urn:ogc:def:crs:EPSG::6571',
11065
            'accuracy' => 0,
11066
        ],
11067
        [
11068
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15394',
11069
            'name' => 'SPCS83 South Dakota North zone (US survey foot)',
11070
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11071
            'target_crs' => 'urn:ogc:def:crs:EPSG::6572',
11072
            'accuracy' => 0,
11073
        ],
11074
        [
11075
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14032',
11076
            'name' => 'SPCS83 South Dakota South zone (meter)',
11077
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11078
            'target_crs' => 'urn:ogc:def:crs:EPSG::6573',
11079
            'accuracy' => 0,
11080
        ],
11081
        [
11082
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15395',
11083
            'name' => 'SPCS83 South Dakota South zone (US survey foot)',
11084
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11085
            'target_crs' => 'urn:ogc:def:crs:EPSG::6574',
11086
            'accuracy' => 0,
11087
        ],
11088
        [
11089
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14130',
11090
            'name' => 'SPCS83 Tennessee zone (meter)',
11091
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11092
            'target_crs' => 'urn:ogc:def:crs:EPSG::6575',
11093
            'accuracy' => 0,
11094
        ],
11095
        [
11096
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15356',
11097
            'name' => 'SPCS83 Tennessee zone (US survey foot)',
11098
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11099
            'target_crs' => 'urn:ogc:def:crs:EPSG::6576',
11100
            'accuracy' => 0,
11101
        ],
11102
        [
11103
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14233',
11104
            'name' => 'SPCS83 Texas Central zone (meter)',
11105
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11106
            'target_crs' => 'urn:ogc:def:crs:EPSG::6577',
11107
            'accuracy' => 0,
11108
        ],
11109
        [
11110
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15359',
11111
            'name' => 'SPCS83 Texas Central zone (US survey foot)',
11112
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11113
            'target_crs' => 'urn:ogc:def:crs:EPSG::6578',
11114
            'accuracy' => 0,
11115
        ],
11116
        [
11117
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14254',
11118
            'name' => 'Texas Centric Albers Equal Area',
11119
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11120
            'target_crs' => 'urn:ogc:def:crs:EPSG::6579',
11121
            'accuracy' => 0,
11122
        ],
11123
        [
11124
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14253',
11125
            'name' => 'Texas Centric Lambert Conformal',
11126
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11127
            'target_crs' => 'urn:ogc:def:crs:EPSG::6580',
11128
            'accuracy' => 0,
11129
        ],
11130
        [
11131
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14231',
11132
            'name' => 'SPCS83 Texas North zone (meter)',
11133
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11134
            'target_crs' => 'urn:ogc:def:crs:EPSG::6581',
11135
            'accuracy' => 0,
11136
        ],
11137
        [
11138
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15357',
11139
            'name' => 'SPCS83 Texas North zone (US survey foot)',
11140
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11141
            'target_crs' => 'urn:ogc:def:crs:EPSG::6582',
11142
            'accuracy' => 0,
11143
        ],
11144
        [
11145
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14232',
11146
            'name' => 'SPCS83 Texas North Central zone (meter)',
11147
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11148
            'target_crs' => 'urn:ogc:def:crs:EPSG::6583',
11149
            'accuracy' => 0,
11150
        ],
11151
        [
11152
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15358',
11153
            'name' => 'SPCS83 Texas North Central zone (US survey foot)',
11154
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11155
            'target_crs' => 'urn:ogc:def:crs:EPSG::6584',
11156
            'accuracy' => 0,
11157
        ],
11158
        [
11159
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14235',
11160
            'name' => 'SPCS83 Texas South zone (meter)',
11161
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11162
            'target_crs' => 'urn:ogc:def:crs:EPSG::6585',
11163
            'accuracy' => 0,
11164
        ],
11165
        [
11166
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15361',
11167
            'name' => 'SPCS83 Texas South zone (US survey foot)',
11168
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11169
            'target_crs' => 'urn:ogc:def:crs:EPSG::6586',
11170
            'accuracy' => 0,
11171
        ],
11172
        [
11173
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14234',
11174
            'name' => 'SPCS83 Texas South Central zone (meter)',
11175
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11176
            'target_crs' => 'urn:ogc:def:crs:EPSG::6587',
11177
            'accuracy' => 0,
11178
        ],
11179
        [
11180
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15360',
11181
            'name' => 'SPCS83 Texas South Central zone (US survey foot)',
11182
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11183
            'target_crs' => 'urn:ogc:def:crs:EPSG::6588',
11184
            'accuracy' => 0,
11185
        ],
11186
        [
11187
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14430',
11188
            'name' => 'SPCS83 Vermont zone (meter)',
11189
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11190
            'target_crs' => 'urn:ogc:def:crs:EPSG::6589',
11191
            'accuracy' => 0,
11192
        ],
11193
        [
11194
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5645',
11195
            'name' => 'SPCS83 Vermont zone (US survey foot)',
11196
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11197
            'target_crs' => 'urn:ogc:def:crs:EPSG::6590',
11198
            'accuracy' => 0,
11199
        ],
11200
        [
11201
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::3967',
11202
            'name' => 'Virginia Lambert Conic Conformal',
11203
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11204
            'target_crs' => 'urn:ogc:def:crs:EPSG::6591',
11205
            'accuracy' => 0,
11206
        ],
11207
        [
11208
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14531',
11209
            'name' => 'SPCS83 Virginia North zone (meter)',
11210
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11211
            'target_crs' => 'urn:ogc:def:crs:EPSG::6592',
11212
            'accuracy' => 0,
11213
        ],
11214
        [
11215
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15365',
11216
            'name' => 'SPCS83 Virginia North zone (US survey foot)',
11217
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11218
            'target_crs' => 'urn:ogc:def:crs:EPSG::6593',
11219
            'accuracy' => 0,
11220
        ],
11221
        [
11222
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14532',
11223
            'name' => 'SPCS83 Virginia South zone (meter)',
11224
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11225
            'target_crs' => 'urn:ogc:def:crs:EPSG::6594',
11226
            'accuracy' => 0,
11227
        ],
11228
        [
11229
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15366',
11230
            'name' => 'SPCS83 Virginia South zone (US survey foot)',
11231
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11232
            'target_crs' => 'urn:ogc:def:crs:EPSG::6595',
11233
            'accuracy' => 0,
11234
        ],
11235
        [
11236
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14631',
11237
            'name' => 'SPCS83 Washington North zone (meter)',
11238
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11239
            'target_crs' => 'urn:ogc:def:crs:EPSG::6596',
11240
            'accuracy' => 0,
11241
        ],
11242
        [
11243
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15367',
11244
            'name' => 'SPCS83 Washington North zone (US survey foot)',
11245
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11246
            'target_crs' => 'urn:ogc:def:crs:EPSG::6597',
11247
            'accuracy' => 0,
11248
        ],
11249
        [
11250
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14632',
11251
            'name' => 'SPCS83 Washington South zone (meter)',
11252
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11253
            'target_crs' => 'urn:ogc:def:crs:EPSG::6598',
11254
            'accuracy' => 0,
11255
        ],
11256
        [
11257
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15368',
11258
            'name' => 'SPCS83 Washington South zone (US survey foot)',
11259
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11260
            'target_crs' => 'urn:ogc:def:crs:EPSG::6599',
11261
            'accuracy' => 0,
11262
        ],
11263
        [
11264
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14731',
11265
            'name' => 'SPCS83 West Virginia North zone (meter)',
11266
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11267
            'target_crs' => 'urn:ogc:def:crs:EPSG::6600',
11268
            'accuracy' => 0,
11269
        ],
11270
        [
11271
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14735',
11272
            'name' => 'SPCS83 West Virginia North zone (US survey foot)',
11273
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11274
            'target_crs' => 'urn:ogc:def:crs:EPSG::6601',
11275
            'accuracy' => 0,
11276
        ],
11277
        [
11278
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14732',
11279
            'name' => 'SPCS83 West Virginia South zone (meter)',
11280
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11281
            'target_crs' => 'urn:ogc:def:crs:EPSG::6602',
11282
            'accuracy' => 0,
11283
        ],
11284
        [
11285
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14736',
11286
            'name' => 'SPCS83 West Virginia South zone (US survey foot)',
11287
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11288
            'target_crs' => 'urn:ogc:def:crs:EPSG::6603',
11289
            'accuracy' => 0,
11290
        ],
11291
        [
11292
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15370',
11293
            'name' => 'SPCS83 Wisconsin Central zone (US survey foot)',
11294
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11295
            'target_crs' => 'urn:ogc:def:crs:EPSG::6605',
11296
            'accuracy' => 0,
11297
        ],
11298
        [
11299
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14831',
11300
            'name' => 'SPCS83 Wisconsin North zone (meter)',
11301
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11302
            'target_crs' => 'urn:ogc:def:crs:EPSG::6606',
11303
            'accuracy' => 0,
11304
        ],
11305
        [
11306
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15369',
11307
            'name' => 'SPCS83 Wisconsin North zone (US survey foot)',
11308
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11309
            'target_crs' => 'urn:ogc:def:crs:EPSG::6607',
11310
            'accuracy' => 0,
11311
        ],
11312
        [
11313
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14833',
11314
            'name' => 'SPCS83 Wisconsin South zone (meter)',
11315
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11316
            'target_crs' => 'urn:ogc:def:crs:EPSG::6608',
11317
            'accuracy' => 0,
11318
        ],
11319
        [
11320
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15371',
11321
            'name' => 'SPCS83 Wisconsin South zone (US survey foot)',
11322
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11323
            'target_crs' => 'urn:ogc:def:crs:EPSG::6609',
11324
            'accuracy' => 0,
11325
        ],
11326
        [
11327
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14841',
11328
            'name' => 'Wisconsin Transverse Mercator 83',
11329
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11330
            'target_crs' => 'urn:ogc:def:crs:EPSG::6610',
11331
            'accuracy' => 0,
11332
        ],
11333
        [
11334
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14931',
11335
            'name' => 'SPCS83 Wyoming East zone (meter)',
11336
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11337
            'target_crs' => 'urn:ogc:def:crs:EPSG::6611',
11338
            'accuracy' => 0,
11339
        ],
11340
        [
11341
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14935',
11342
            'name' => 'SPCS83 Wyoming East zone (US survey foot)',
11343
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11344
            'target_crs' => 'urn:ogc:def:crs:EPSG::6612',
11345
            'accuracy' => 0,
11346
        ],
11347
        [
11348
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14932',
11349
            'name' => 'SPCS83 Wyoming East Central zone (meter)',
11350
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11351
            'target_crs' => 'urn:ogc:def:crs:EPSG::6613',
11352
            'accuracy' => 0,
11353
        ],
11354
        [
11355
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14936',
11356
            'name' => 'SPCS83 Wyoming East Central zone (US survey foot)',
11357
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11358
            'target_crs' => 'urn:ogc:def:crs:EPSG::6614',
11359
            'accuracy' => 0,
11360
        ],
11361
        [
11362
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14934',
11363
            'name' => 'SPCS83 Wyoming West zone (meter)',
11364
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11365
            'target_crs' => 'urn:ogc:def:crs:EPSG::6615',
11366
            'accuracy' => 0,
11367
        ],
11368
        [
11369
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14938',
11370
            'name' => 'SPCS83 Wyoming West zone (US survey foot)',
11371
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11372
            'target_crs' => 'urn:ogc:def:crs:EPSG::6616',
11373
            'accuracy' => 0,
11374
        ],
11375
        [
11376
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14933',
11377
            'name' => 'SPCS83 Wyoming West Central zone (meter)',
11378
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11379
            'target_crs' => 'urn:ogc:def:crs:EPSG::6617',
11380
            'accuracy' => 0,
11381
        ],
11382
        [
11383
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14937',
11384
            'name' => 'SPCS83 Wyoming West Central zone (US survey foot)',
11385
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11386
            'target_crs' => 'urn:ogc:def:crs:EPSG::6618',
11387
            'accuracy' => 0,
11388
        ],
11389
        [
11390
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14332',
11391
            'name' => 'SPCS83 Utah Central zone (meter)',
11392
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11393
            'target_crs' => 'urn:ogc:def:crs:EPSG::6619',
11394
            'accuracy' => 0,
11395
        ],
11396
        [
11397
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14331',
11398
            'name' => 'SPCS83 Utah North zone (meter)',
11399
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11400
            'target_crs' => 'urn:ogc:def:crs:EPSG::6620',
11401
            'accuracy' => 0,
11402
        ],
11403
        [
11404
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14333',
11405
            'name' => 'SPCS83 Utah South zone (meter)',
11406
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11407
            'target_crs' => 'urn:ogc:def:crs:EPSG::6621',
11408
            'accuracy' => 0,
11409
        ],
11410
        [
11411
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15298',
11412
            'name' => 'SPCS83 Utah Central zone (US survey foot)',
11413
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11414
            'target_crs' => 'urn:ogc:def:crs:EPSG::6625',
11415
            'accuracy' => 0,
11416
        ],
11417
        [
11418
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15297',
11419
            'name' => 'SPCS83 Utah North zone (US survey foot)',
11420
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11421
            'target_crs' => 'urn:ogc:def:crs:EPSG::6626',
11422
            'accuracy' => 0,
11423
        ],
11424
        [
11425
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15299',
11426
            'name' => 'SPCS83 Utah South zone (US survey foot)',
11427
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11428
            'target_crs' => 'urn:ogc:def:crs:EPSG::6627',
11429
            'accuracy' => 0,
11430
        ],
11431
        [
11432
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6741',
11433
            'name' => 'Oregon Baker zone (meter)',
11434
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11435
            'target_crs' => 'urn:ogc:def:crs:EPSG::6786',
11436
            'accuracy' => 0,
11437
        ],
11438
        [
11439
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6742',
11440
            'name' => 'Oregon Baker zone (international foot)',
11441
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11442
            'target_crs' => 'urn:ogc:def:crs:EPSG::6787',
11443
            'accuracy' => 0,
11444
        ],
11445
        [
11446
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6743',
11447
            'name' => 'Oregon Bend-Klamath Falls zone (meter)',
11448
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11449
            'target_crs' => 'urn:ogc:def:crs:EPSG::6790',
11450
            'accuracy' => 0,
11451
        ],
11452
        [
11453
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6744',
11454
            'name' => 'Oregon Bend-Klamath Falls zone (international foot)',
11455
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11456
            'target_crs' => 'urn:ogc:def:crs:EPSG::6791',
11457
            'accuracy' => 0,
11458
        ],
11459
        [
11460
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6745',
11461
            'name' => 'Oregon Bend-Redmond-Prineville zone (meter)',
11462
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11463
            'target_crs' => 'urn:ogc:def:crs:EPSG::6794',
11464
            'accuracy' => 0,
11465
        ],
11466
        [
11467
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6746',
11468
            'name' => 'Oregon Bend-Redmond-Prineville zone (international foot)',
11469
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11470
            'target_crs' => 'urn:ogc:def:crs:EPSG::6795',
11471
            'accuracy' => 0,
11472
        ],
11473
        [
11474
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6747',
11475
            'name' => 'Oregon Bend-Burns zone (meter)',
11476
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11477
            'target_crs' => 'urn:ogc:def:crs:EPSG::6798',
11478
            'accuracy' => 0,
11479
        ],
11480
        [
11481
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6748',
11482
            'name' => 'Oregon Bend-Burns zone (international foot)',
11483
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11484
            'target_crs' => 'urn:ogc:def:crs:EPSG::6799',
11485
            'accuracy' => 0,
11486
        ],
11487
        [
11488
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6749',
11489
            'name' => 'Oregon Canyonville-Grants Pass zone (meter)',
11490
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11491
            'target_crs' => 'urn:ogc:def:crs:EPSG::6802',
11492
            'accuracy' => 0,
11493
        ],
11494
        [
11495
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6750',
11496
            'name' => 'Oregon Canyonville-Grants Pass zone (international foot)',
11497
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11498
            'target_crs' => 'urn:ogc:def:crs:EPSG::6803',
11499
            'accuracy' => 0,
11500
        ],
11501
        [
11502
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6751',
11503
            'name' => 'Oregon Columbia River East zone (meter)',
11504
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11505
            'target_crs' => 'urn:ogc:def:crs:EPSG::6806',
11506
            'accuracy' => 0,
11507
        ],
11508
        [
11509
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6752',
11510
            'name' => 'Oregon Columbia River East zone (international foot)',
11511
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11512
            'target_crs' => 'urn:ogc:def:crs:EPSG::6807',
11513
            'accuracy' => 0,
11514
        ],
11515
        [
11516
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6753',
11517
            'name' => 'Oregon Columbia River West zone (meter)',
11518
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11519
            'target_crs' => 'urn:ogc:def:crs:EPSG::6810',
11520
            'accuracy' => 0,
11521
        ],
11522
        [
11523
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6754',
11524
            'name' => 'Oregon Columbia River West zone (international foot)',
11525
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11526
            'target_crs' => 'urn:ogc:def:crs:EPSG::6811',
11527
            'accuracy' => 0,
11528
        ],
11529
        [
11530
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6755',
11531
            'name' => 'Oregon Cottage Grove-Canyonville zone (meter)',
11532
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11533
            'target_crs' => 'urn:ogc:def:crs:EPSG::6814',
11534
            'accuracy' => 0,
11535
        ],
11536
        [
11537
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6756',
11538
            'name' => 'Oregon Cottage Grove-Canyonville zone (international foot)',
11539
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11540
            'target_crs' => 'urn:ogc:def:crs:EPSG::6815',
11541
            'accuracy' => 0,
11542
        ],
11543
        [
11544
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6757',
11545
            'name' => 'Oregon Dufur-Madras zone (meter)',
11546
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11547
            'target_crs' => 'urn:ogc:def:crs:EPSG::6818',
11548
            'accuracy' => 0,
11549
        ],
11550
        [
11551
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6758',
11552
            'name' => 'Oregon Dufur-Madras zone (international foot)',
11553
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11554
            'target_crs' => 'urn:ogc:def:crs:EPSG::6819',
11555
            'accuracy' => 0,
11556
        ],
11557
        [
11558
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6759',
11559
            'name' => 'Oregon Eugene zone (meter)',
11560
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11561
            'target_crs' => 'urn:ogc:def:crs:EPSG::6822',
11562
            'accuracy' => 0,
11563
        ],
11564
        [
11565
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6760',
11566
            'name' => 'Oregon Eugene zone (international foot)',
11567
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11568
            'target_crs' => 'urn:ogc:def:crs:EPSG::6823',
11569
            'accuracy' => 0,
11570
        ],
11571
        [
11572
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6761',
11573
            'name' => 'Oregon Grants Pass-Ashland zone (meter)',
11574
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11575
            'target_crs' => 'urn:ogc:def:crs:EPSG::6826',
11576
            'accuracy' => 0,
11577
        ],
11578
        [
11579
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6762',
11580
            'name' => 'Oregon Grants Pass-Ashland zone (international foot)',
11581
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11582
            'target_crs' => 'urn:ogc:def:crs:EPSG::6827',
11583
            'accuracy' => 0,
11584
        ],
11585
        [
11586
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6763',
11587
            'name' => 'Oregon Gresham-Warm Springs zone (meter)',
11588
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11589
            'target_crs' => 'urn:ogc:def:crs:EPSG::6830',
11590
            'accuracy' => 0,
11591
        ],
11592
        [
11593
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6764',
11594
            'name' => 'Oregon Gresham-Warm Springs zone (international foot)',
11595
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11596
            'target_crs' => 'urn:ogc:def:crs:EPSG::6831',
11597
            'accuracy' => 0,
11598
        ],
11599
        [
11600
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6765',
11601
            'name' => 'Oregon La Grande zone (meter)',
11602
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11603
            'target_crs' => 'urn:ogc:def:crs:EPSG::6834',
11604
            'accuracy' => 0,
11605
        ],
11606
        [
11607
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6766',
11608
            'name' => 'Oregon La Grande zone (international foot)',
11609
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11610
            'target_crs' => 'urn:ogc:def:crs:EPSG::6835',
11611
            'accuracy' => 0,
11612
        ],
11613
        [
11614
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6767',
11615
            'name' => 'Oregon Ontario zone (meter)',
11616
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11617
            'target_crs' => 'urn:ogc:def:crs:EPSG::6838',
11618
            'accuracy' => 0,
11619
        ],
11620
        [
11621
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6768',
11622
            'name' => 'Oregon Ontario zone (international foot)',
11623
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11624
            'target_crs' => 'urn:ogc:def:crs:EPSG::6839',
11625
            'accuracy' => 0,
11626
        ],
11627
        [
11628
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6769',
11629
            'name' => 'Oregon Coast zone (meter)',
11630
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11631
            'target_crs' => 'urn:ogc:def:crs:EPSG::6842',
11632
            'accuracy' => 0,
11633
        ],
11634
        [
11635
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6770',
11636
            'name' => 'Oregon Coast zone (international foot)',
11637
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11638
            'target_crs' => 'urn:ogc:def:crs:EPSG::6843',
11639
            'accuracy' => 0,
11640
        ],
11641
        [
11642
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6771',
11643
            'name' => 'Oregon Pendleton zone (meter)',
11644
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11645
            'target_crs' => 'urn:ogc:def:crs:EPSG::6846',
11646
            'accuracy' => 0,
11647
        ],
11648
        [
11649
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6772',
11650
            'name' => 'Oregon Pendleton zone (international foot)',
11651
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11652
            'target_crs' => 'urn:ogc:def:crs:EPSG::6847',
11653
            'accuracy' => 0,
11654
        ],
11655
        [
11656
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6773',
11657
            'name' => 'Oregon Pendleton-La Grande zone (meter)',
11658
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11659
            'target_crs' => 'urn:ogc:def:crs:EPSG::6850',
11660
            'accuracy' => 0,
11661
        ],
11662
        [
11663
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6774',
11664
            'name' => 'Oregon Pendleton-La Grande zone (international foot)',
11665
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11666
            'target_crs' => 'urn:ogc:def:crs:EPSG::6851',
11667
            'accuracy' => 0,
11668
        ],
11669
        [
11670
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6775',
11671
            'name' => 'Oregon Portland zone (meter)',
11672
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11673
            'target_crs' => 'urn:ogc:def:crs:EPSG::6854',
11674
            'accuracy' => 0,
11675
        ],
11676
        [
11677
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6776',
11678
            'name' => 'Oregon Portland zone (international foot)',
11679
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11680
            'target_crs' => 'urn:ogc:def:crs:EPSG::6855',
11681
            'accuracy' => 0,
11682
        ],
11683
        [
11684
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6777',
11685
            'name' => 'Oregon Salem zone (meter)',
11686
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11687
            'target_crs' => 'urn:ogc:def:crs:EPSG::6858',
11688
            'accuracy' => 0,
11689
        ],
11690
        [
11691
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6778',
11692
            'name' => 'Oregon Salem zone (international foot)',
11693
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11694
            'target_crs' => 'urn:ogc:def:crs:EPSG::6859',
11695
            'accuracy' => 0,
11696
        ],
11697
        [
11698
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6779',
11699
            'name' => 'Oregon Santiam Pass zone (meter)',
11700
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11701
            'target_crs' => 'urn:ogc:def:crs:EPSG::6862',
11702
            'accuracy' => 0,
11703
        ],
11704
        [
11705
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6780',
11706
            'name' => 'Oregon Santiam Pass zone (international foot)',
11707
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11708
            'target_crs' => 'urn:ogc:def:crs:EPSG::6863',
11709
            'accuracy' => 0,
11710
        ],
11711
        [
11712
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::14832',
11713
            'name' => 'SPCS83 Wisconsin Central zone (meter)',
11714
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11715
            'target_crs' => 'urn:ogc:def:crs:EPSG::6879',
11716
            'accuracy' => 0,
11717
        ],
11718
        [
11719
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15396',
11720
            'name' => 'SPCS83 Nebraska zone (US survey foot)',
11721
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11722
            'target_crs' => 'urn:ogc:def:crs:EPSG::6880',
11723
            'accuracy' => 0,
11724
        ],
11725
        [
11726
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6920',
11727
            'name' => 'Kansas DOT Lambert (meter)',
11728
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11729
            'target_crs' => 'urn:ogc:def:crs:EPSG::6924',
11730
            'accuracy' => 0,
11731
        ],
11732
        [
11733
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6921',
11734
            'name' => 'Kansas DOT Lambert (US survey foot)',
11735
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11736
            'target_crs' => 'urn:ogc:def:crs:EPSG::6925',
11737
            'accuracy' => 0,
11738
        ],
11739
        [
11740
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7043',
11741
            'name' => 'Iowa regional zone 1 Spencer',
11742
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11743
            'target_crs' => 'urn:ogc:def:crs:EPSG::7057',
11744
            'accuracy' => 0,
11745
        ],
11746
        [
11747
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7044',
11748
            'name' => 'Iowa regional zone 2 Mason City',
11749
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11750
            'target_crs' => 'urn:ogc:def:crs:EPSG::7058',
11751
            'accuracy' => 0,
11752
        ],
11753
        [
11754
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7045',
11755
            'name' => 'Iowa regional zone 3 Elkader',
11756
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11757
            'target_crs' => 'urn:ogc:def:crs:EPSG::7059',
11758
            'accuracy' => 0,
11759
        ],
11760
        [
11761
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7046',
11762
            'name' => 'Iowa regional zone 4 Sioux City-Iowa Falls',
11763
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11764
            'target_crs' => 'urn:ogc:def:crs:EPSG::7060',
11765
            'accuracy' => 0,
11766
        ],
11767
        [
11768
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7047',
11769
            'name' => 'Iowa regional zone 5 Waterloo',
11770
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11771
            'target_crs' => 'urn:ogc:def:crs:EPSG::7061',
11772
            'accuracy' => 0,
11773
        ],
11774
        [
11775
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7048',
11776
            'name' => 'Iowa regional zone 6 Council Bluffs',
11777
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11778
            'target_crs' => 'urn:ogc:def:crs:EPSG::7062',
11779
            'accuracy' => 0,
11780
        ],
11781
        [
11782
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7049',
11783
            'name' => 'Iowa regional zone 7 Carroll-Atlantic',
11784
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11785
            'target_crs' => 'urn:ogc:def:crs:EPSG::7063',
11786
            'accuracy' => 0,
11787
        ],
11788
        [
11789
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7050',
11790
            'name' => 'Iowa regional zone 8 Ames-Des Moines',
11791
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11792
            'target_crs' => 'urn:ogc:def:crs:EPSG::7064',
11793
            'accuracy' => 0,
11794
        ],
11795
        [
11796
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7051',
11797
            'name' => 'Iowa regional zone 9 Newton',
11798
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11799
            'target_crs' => 'urn:ogc:def:crs:EPSG::7065',
11800
            'accuracy' => 0,
11801
        ],
11802
        [
11803
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7052',
11804
            'name' => 'Iowa regional zone 10 Cedar Rapids',
11805
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11806
            'target_crs' => 'urn:ogc:def:crs:EPSG::7066',
11807
            'accuracy' => 0,
11808
        ],
11809
        [
11810
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7053',
11811
            'name' => 'Iowa regional zone 11 Dubuque-Davenport',
11812
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11813
            'target_crs' => 'urn:ogc:def:crs:EPSG::7067',
11814
            'accuracy' => 0,
11815
        ],
11816
        [
11817
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7054',
11818
            'name' => 'Iowa regional zone 12 Red Oak-Ottumwa',
11819
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11820
            'target_crs' => 'urn:ogc:def:crs:EPSG::7068',
11821
            'accuracy' => 0,
11822
        ],
11823
        [
11824
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7055',
11825
            'name' => 'Iowa regional zone 13 Fairfield',
11826
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11827
            'target_crs' => 'urn:ogc:def:crs:EPSG::7069',
11828
            'accuracy' => 0,
11829
        ],
11830
        [
11831
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7056',
11832
            'name' => 'Iowa regional zone 14 Burlington',
11833
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11834
            'target_crs' => 'urn:ogc:def:crs:EPSG::7070',
11835
            'accuracy' => 0,
11836
        ],
11837
        [
11838
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7089',
11839
            'name' => 'Montana Blackfeet St Mary Valley (meter)',
11840
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11841
            'target_crs' => 'urn:ogc:def:crs:EPSG::7109',
11842
            'accuracy' => 0,
11843
        ],
11844
        [
11845
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7091',
11846
            'name' => 'Montana Blackfeet (meter)',
11847
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11848
            'target_crs' => 'urn:ogc:def:crs:EPSG::7110',
11849
            'accuracy' => 0,
11850
        ],
11851
        [
11852
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7093',
11853
            'name' => 'Montana Milk River (meter)',
11854
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11855
            'target_crs' => 'urn:ogc:def:crs:EPSG::7111',
11856
            'accuracy' => 0,
11857
        ],
11858
        [
11859
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7095',
11860
            'name' => 'Montana Fort Belknap (meter)',
11861
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11862
            'target_crs' => 'urn:ogc:def:crs:EPSG::7112',
11863
            'accuracy' => 0,
11864
        ],
11865
        [
11866
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7097',
11867
            'name' => 'Montana Fort Peck Assiniboine (meter)',
11868
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11869
            'target_crs' => 'urn:ogc:def:crs:EPSG::7113',
11870
            'accuracy' => 0,
11871
        ],
11872
        [
11873
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7099',
11874
            'name' => 'Montana Fort Peck Sioux (meter)',
11875
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11876
            'target_crs' => 'urn:ogc:def:crs:EPSG::7114',
11877
            'accuracy' => 0,
11878
        ],
11879
        [
11880
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7101',
11881
            'name' => 'Montana Crow (meter)',
11882
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11883
            'target_crs' => 'urn:ogc:def:crs:EPSG::7115',
11884
            'accuracy' => 0,
11885
        ],
11886
        [
11887
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7103',
11888
            'name' => 'Montana Bobcat (meter)',
11889
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11890
            'target_crs' => 'urn:ogc:def:crs:EPSG::7116',
11891
            'accuracy' => 0,
11892
        ],
11893
        [
11894
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7105',
11895
            'name' => 'Montana Billings (meter)',
11896
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11897
            'target_crs' => 'urn:ogc:def:crs:EPSG::7117',
11898
            'accuracy' => 0,
11899
        ],
11900
        [
11901
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7107',
11902
            'name' => 'Wyoming Wind River (meter)',
11903
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11904
            'target_crs' => 'urn:ogc:def:crs:EPSG::7118',
11905
            'accuracy' => 0,
11906
        ],
11907
        [
11908
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7090',
11909
            'name' => 'Montana Blackfeet St Mary Valley (international foot)',
11910
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11911
            'target_crs' => 'urn:ogc:def:crs:EPSG::7119',
11912
            'accuracy' => 0,
11913
        ],
11914
        [
11915
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7092',
11916
            'name' => 'Montana Blackfeet (international foot)',
11917
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11918
            'target_crs' => 'urn:ogc:def:crs:EPSG::7120',
11919
            'accuracy' => 0,
11920
        ],
11921
        [
11922
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7094',
11923
            'name' => 'Montana Milk River (international foot)',
11924
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11925
            'target_crs' => 'urn:ogc:def:crs:EPSG::7121',
11926
            'accuracy' => 0,
11927
        ],
11928
        [
11929
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7096',
11930
            'name' => 'Montana Fort Belknap (international foot)',
11931
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11932
            'target_crs' => 'urn:ogc:def:crs:EPSG::7122',
11933
            'accuracy' => 0,
11934
        ],
11935
        [
11936
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7098',
11937
            'name' => 'Montana Fort Peck Assiniboine (international foot)',
11938
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11939
            'target_crs' => 'urn:ogc:def:crs:EPSG::7123',
11940
            'accuracy' => 0,
11941
        ],
11942
        [
11943
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7100',
11944
            'name' => 'Montana Fort Peck Sioux (international foot)',
11945
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11946
            'target_crs' => 'urn:ogc:def:crs:EPSG::7124',
11947
            'accuracy' => 0,
11948
        ],
11949
        [
11950
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7102',
11951
            'name' => 'Montana Crow (international foot)',
11952
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11953
            'target_crs' => 'urn:ogc:def:crs:EPSG::7125',
11954
            'accuracy' => 0,
11955
        ],
11956
        [
11957
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7104',
11958
            'name' => 'Montana Bobcat (international foot)',
11959
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11960
            'target_crs' => 'urn:ogc:def:crs:EPSG::7126',
11961
            'accuracy' => 0,
11962
        ],
11963
        [
11964
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7106',
11965
            'name' => 'Montana Billings (international foot)',
11966
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11967
            'target_crs' => 'urn:ogc:def:crs:EPSG::7127',
11968
            'accuracy' => 0,
11969
        ],
11970
        [
11971
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7108',
11972
            'name' => 'Wyoming Wind River (US survey foot)',
11973
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11974
            'target_crs' => 'urn:ogc:def:crs:EPSG::7128',
11975
            'accuracy' => 0,
11976
        ],
11977
        [
11978
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7129',
11979
            'name' => 'City and County of San Francisco CS13 (meter)',
11980
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11981
            'target_crs' => 'urn:ogc:def:crs:EPSG::7131',
11982
            'accuracy' => 0,
11983
        ],
11984
        [
11985
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7130',
11986
            'name' => 'City and County of San Francisco CS13 (US survey foot)',
11987
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11988
            'target_crs' => 'urn:ogc:def:crs:EPSG::7132',
11989
            'accuracy' => 0,
11990
        ],
11991
        [
11992
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7143',
11993
            'name' => 'InGCS Adams (m)',
11994
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
11995
            'target_crs' => 'urn:ogc:def:crs:EPSG::7257',
11996
            'accuracy' => 0,
11997
        ],
11998
        [
11999
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7144',
12000
            'name' => 'InGCS Adams (ftUS)',
12001
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12002
            'target_crs' => 'urn:ogc:def:crs:EPSG::7258',
12003
            'accuracy' => 0,
12004
        ],
12005
        [
12006
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7145',
12007
            'name' => 'InGCS Allen (m)',
12008
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12009
            'target_crs' => 'urn:ogc:def:crs:EPSG::7259',
12010
            'accuracy' => 0,
12011
        ],
12012
        [
12013
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7146',
12014
            'name' => 'InGCS Allen (ftUS)',
12015
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12016
            'target_crs' => 'urn:ogc:def:crs:EPSG::7260',
12017
            'accuracy' => 0,
12018
        ],
12019
        [
12020
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7147',
12021
            'name' => 'InGCS Bartholomew (m)',
12022
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12023
            'target_crs' => 'urn:ogc:def:crs:EPSG::7261',
12024
            'accuracy' => 0,
12025
        ],
12026
        [
12027
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7148',
12028
            'name' => 'InGCS Bartholomew (ftUS)',
12029
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12030
            'target_crs' => 'urn:ogc:def:crs:EPSG::7262',
12031
            'accuracy' => 0,
12032
        ],
12033
        [
12034
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7149',
12035
            'name' => 'InGCS Benton (m)',
12036
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12037
            'target_crs' => 'urn:ogc:def:crs:EPSG::7263',
12038
            'accuracy' => 0,
12039
        ],
12040
        [
12041
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7150',
12042
            'name' => 'InGCS Benton (ftUS)',
12043
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12044
            'target_crs' => 'urn:ogc:def:crs:EPSG::7264',
12045
            'accuracy' => 0,
12046
        ],
12047
        [
12048
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7151',
12049
            'name' => 'InGCS Blackford-Delaware (m)',
12050
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12051
            'target_crs' => 'urn:ogc:def:crs:EPSG::7265',
12052
            'accuracy' => 0,
12053
        ],
12054
        [
12055
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7152',
12056
            'name' => 'InGCS Blackford-Delaware (ftUS)',
12057
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12058
            'target_crs' => 'urn:ogc:def:crs:EPSG::7266',
12059
            'accuracy' => 0,
12060
        ],
12061
        [
12062
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7153',
12063
            'name' => 'InGCS Boone-Hendricks (m)',
12064
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12065
            'target_crs' => 'urn:ogc:def:crs:EPSG::7267',
12066
            'accuracy' => 0,
12067
        ],
12068
        [
12069
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7154',
12070
            'name' => 'InGCS Boone-Hendricks (ftUS)',
12071
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12072
            'target_crs' => 'urn:ogc:def:crs:EPSG::7268',
12073
            'accuracy' => 0,
12074
        ],
12075
        [
12076
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7155',
12077
            'name' => 'InGCS Brown (m)',
12078
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12079
            'target_crs' => 'urn:ogc:def:crs:EPSG::7269',
12080
            'accuracy' => 0,
12081
        ],
12082
        [
12083
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7156',
12084
            'name' => 'InGCS Brown (ftUS)',
12085
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12086
            'target_crs' => 'urn:ogc:def:crs:EPSG::7270',
12087
            'accuracy' => 0,
12088
        ],
12089
        [
12090
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7157',
12091
            'name' => 'InGCS Carroll (m)',
12092
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12093
            'target_crs' => 'urn:ogc:def:crs:EPSG::7271',
12094
            'accuracy' => 0,
12095
        ],
12096
        [
12097
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7158',
12098
            'name' => 'InGCS Carroll (ftUS)',
12099
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12100
            'target_crs' => 'urn:ogc:def:crs:EPSG::7272',
12101
            'accuracy' => 0,
12102
        ],
12103
        [
12104
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7159',
12105
            'name' => 'InGCS Cass (m)',
12106
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12107
            'target_crs' => 'urn:ogc:def:crs:EPSG::7273',
12108
            'accuracy' => 0,
12109
        ],
12110
        [
12111
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7160',
12112
            'name' => 'InGCS Cass (ftUS)',
12113
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12114
            'target_crs' => 'urn:ogc:def:crs:EPSG::7274',
12115
            'accuracy' => 0,
12116
        ],
12117
        [
12118
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7161',
12119
            'name' => 'InGCS Clark-Floyd-Scott (m)',
12120
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12121
            'target_crs' => 'urn:ogc:def:crs:EPSG::7275',
12122
            'accuracy' => 0,
12123
        ],
12124
        [
12125
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7162',
12126
            'name' => 'InGCS Clark-Floyd-Scott (ftUS)',
12127
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12128
            'target_crs' => 'urn:ogc:def:crs:EPSG::7276',
12129
            'accuracy' => 0,
12130
        ],
12131
        [
12132
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7163',
12133
            'name' => 'InGCS Clay (m)',
12134
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12135
            'target_crs' => 'urn:ogc:def:crs:EPSG::7277',
12136
            'accuracy' => 0,
12137
        ],
12138
        [
12139
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7164',
12140
            'name' => 'InGCS Clay (ftUS)',
12141
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12142
            'target_crs' => 'urn:ogc:def:crs:EPSG::7278',
12143
            'accuracy' => 0,
12144
        ],
12145
        [
12146
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7165',
12147
            'name' => 'InGCS Clinton (m)',
12148
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12149
            'target_crs' => 'urn:ogc:def:crs:EPSG::7279',
12150
            'accuracy' => 0,
12151
        ],
12152
        [
12153
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7166',
12154
            'name' => 'InGCS Clinton (ftUS)',
12155
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12156
            'target_crs' => 'urn:ogc:def:crs:EPSG::7280',
12157
            'accuracy' => 0,
12158
        ],
12159
        [
12160
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7167',
12161
            'name' => 'InGCS Crawford-Lawrence-Orange (m)',
12162
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12163
            'target_crs' => 'urn:ogc:def:crs:EPSG::7281',
12164
            'accuracy' => 0,
12165
        ],
12166
        [
12167
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7168',
12168
            'name' => 'InGCS Crawford-Lawrence-Orange (ftUS)',
12169
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12170
            'target_crs' => 'urn:ogc:def:crs:EPSG::7282',
12171
            'accuracy' => 0,
12172
        ],
12173
        [
12174
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7169',
12175
            'name' => 'InGCS Daviess-Greene (m)',
12176
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12177
            'target_crs' => 'urn:ogc:def:crs:EPSG::7283',
12178
            'accuracy' => 0,
12179
        ],
12180
        [
12181
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7170',
12182
            'name' => 'InGCS Daviess-Greene (ftUS)',
12183
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12184
            'target_crs' => 'urn:ogc:def:crs:EPSG::7284',
12185
            'accuracy' => 0,
12186
        ],
12187
        [
12188
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7171',
12189
            'name' => 'InGCS Dearborn-Ohio-Switzerland (m)',
12190
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12191
            'target_crs' => 'urn:ogc:def:crs:EPSG::7285',
12192
            'accuracy' => 0,
12193
        ],
12194
        [
12195
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7172',
12196
            'name' => 'InGCS Dearborn-Ohio-Switzerland (ftUS)',
12197
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12198
            'target_crs' => 'urn:ogc:def:crs:EPSG::7286',
12199
            'accuracy' => 0,
12200
        ],
12201
        [
12202
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7173',
12203
            'name' => 'InGCS Decatur-Rush (m)',
12204
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12205
            'target_crs' => 'urn:ogc:def:crs:EPSG::7287',
12206
            'accuracy' => 0,
12207
        ],
12208
        [
12209
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7174',
12210
            'name' => 'InGCS Decatur-Rush (ftUS)',
12211
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12212
            'target_crs' => 'urn:ogc:def:crs:EPSG::7288',
12213
            'accuracy' => 0,
12214
        ],
12215
        [
12216
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7175',
12217
            'name' => 'InGCS DeKalb (m)',
12218
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12219
            'target_crs' => 'urn:ogc:def:crs:EPSG::7289',
12220
            'accuracy' => 0,
12221
        ],
12222
        [
12223
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7176',
12224
            'name' => 'InGCS DeKalb (ftUS)',
12225
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12226
            'target_crs' => 'urn:ogc:def:crs:EPSG::7290',
12227
            'accuracy' => 0,
12228
        ],
12229
        [
12230
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7177',
12231
            'name' => 'InGCS Dubois-Martin (m)',
12232
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12233
            'target_crs' => 'urn:ogc:def:crs:EPSG::7291',
12234
            'accuracy' => 0,
12235
        ],
12236
        [
12237
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7178',
12238
            'name' => 'InGCS Dubois-Martin (ftUS)',
12239
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12240
            'target_crs' => 'urn:ogc:def:crs:EPSG::7292',
12241
            'accuracy' => 0,
12242
        ],
12243
        [
12244
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7179',
12245
            'name' => 'InGCS Elkhart-Kosciusko-Wabash (m)',
12246
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12247
            'target_crs' => 'urn:ogc:def:crs:EPSG::7293',
12248
            'accuracy' => 0,
12249
        ],
12250
        [
12251
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7180',
12252
            'name' => 'InGCS Elkhart-Kosciusko-Wabash (ftUS)',
12253
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12254
            'target_crs' => 'urn:ogc:def:crs:EPSG::7294',
12255
            'accuracy' => 0,
12256
        ],
12257
        [
12258
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7181',
12259
            'name' => 'InGCS Fayette-Franklin-Union (m)',
12260
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12261
            'target_crs' => 'urn:ogc:def:crs:EPSG::7295',
12262
            'accuracy' => 0,
12263
        ],
12264
        [
12265
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7182',
12266
            'name' => 'InGCS Fayette-Franklin-Union (ftUS)',
12267
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12268
            'target_crs' => 'urn:ogc:def:crs:EPSG::7296',
12269
            'accuracy' => 0,
12270
        ],
12271
        [
12272
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7183',
12273
            'name' => 'InGCS Fountain-Warren (m)',
12274
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12275
            'target_crs' => 'urn:ogc:def:crs:EPSG::7297',
12276
            'accuracy' => 0,
12277
        ],
12278
        [
12279
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7184',
12280
            'name' => 'InGCS Fountain-Warren (ftUS)',
12281
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12282
            'target_crs' => 'urn:ogc:def:crs:EPSG::7298',
12283
            'accuracy' => 0,
12284
        ],
12285
        [
12286
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7185',
12287
            'name' => 'InGCS Fulton-Marshall-St. Joseph (m)',
12288
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12289
            'target_crs' => 'urn:ogc:def:crs:EPSG::7299',
12290
            'accuracy' => 0,
12291
        ],
12292
        [
12293
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7186',
12294
            'name' => 'InGCS Fulton-Marshall-St. Joseph (ftUS)',
12295
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12296
            'target_crs' => 'urn:ogc:def:crs:EPSG::7300',
12297
            'accuracy' => 0,
12298
        ],
12299
        [
12300
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7187',
12301
            'name' => 'InGCS Gibson (m)',
12302
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12303
            'target_crs' => 'urn:ogc:def:crs:EPSG::7301',
12304
            'accuracy' => 0,
12305
        ],
12306
        [
12307
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7188',
12308
            'name' => 'InGCS Gibson (ftUS)',
12309
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12310
            'target_crs' => 'urn:ogc:def:crs:EPSG::7302',
12311
            'accuracy' => 0,
12312
        ],
12313
        [
12314
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7189',
12315
            'name' => 'InGCS Grant (m)',
12316
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12317
            'target_crs' => 'urn:ogc:def:crs:EPSG::7303',
12318
            'accuracy' => 0,
12319
        ],
12320
        [
12321
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7190',
12322
            'name' => 'InGCS Grant (ftUS)',
12323
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12324
            'target_crs' => 'urn:ogc:def:crs:EPSG::7304',
12325
            'accuracy' => 0,
12326
        ],
12327
        [
12328
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7191',
12329
            'name' => 'InGCS Hamilton-Tipton (m)',
12330
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12331
            'target_crs' => 'urn:ogc:def:crs:EPSG::7305',
12332
            'accuracy' => 0,
12333
        ],
12334
        [
12335
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7192',
12336
            'name' => 'InGCS Hamilton-Tipton (ftUS)',
12337
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12338
            'target_crs' => 'urn:ogc:def:crs:EPSG::7306',
12339
            'accuracy' => 0,
12340
        ],
12341
        [
12342
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7193',
12343
            'name' => 'InGCS Hancock-Madison (m)',
12344
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12345
            'target_crs' => 'urn:ogc:def:crs:EPSG::7307',
12346
            'accuracy' => 0,
12347
        ],
12348
        [
12349
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7194',
12350
            'name' => 'InGCS Hancock-Madison (ftUS)',
12351
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12352
            'target_crs' => 'urn:ogc:def:crs:EPSG::7308',
12353
            'accuracy' => 0,
12354
        ],
12355
        [
12356
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7195',
12357
            'name' => 'InGCS Harrison-Washington (m)',
12358
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12359
            'target_crs' => 'urn:ogc:def:crs:EPSG::7309',
12360
            'accuracy' => 0,
12361
        ],
12362
        [
12363
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7196',
12364
            'name' => 'InGCS Harrison-Washington (ftUS)',
12365
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12366
            'target_crs' => 'urn:ogc:def:crs:EPSG::7310',
12367
            'accuracy' => 0,
12368
        ],
12369
        [
12370
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7197',
12371
            'name' => 'InGCS Henry (m)',
12372
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12373
            'target_crs' => 'urn:ogc:def:crs:EPSG::7311',
12374
            'accuracy' => 0,
12375
        ],
12376
        [
12377
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7198',
12378
            'name' => 'InGCS Henry (ftUS)',
12379
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12380
            'target_crs' => 'urn:ogc:def:crs:EPSG::7312',
12381
            'accuracy' => 0,
12382
        ],
12383
        [
12384
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7199',
12385
            'name' => 'InGCS Howard-Miami (m)',
12386
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12387
            'target_crs' => 'urn:ogc:def:crs:EPSG::7313',
12388
            'accuracy' => 0,
12389
        ],
12390
        [
12391
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7200',
12392
            'name' => 'InGCS Howard-Miami (ftUS)',
12393
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12394
            'target_crs' => 'urn:ogc:def:crs:EPSG::7314',
12395
            'accuracy' => 0,
12396
        ],
12397
        [
12398
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7201',
12399
            'name' => 'InGCS Huntington-Whitley (m)',
12400
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12401
            'target_crs' => 'urn:ogc:def:crs:EPSG::7315',
12402
            'accuracy' => 0,
12403
        ],
12404
        [
12405
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7202',
12406
            'name' => 'InGCS Huntington-Whitley (ftUS)',
12407
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12408
            'target_crs' => 'urn:ogc:def:crs:EPSG::7316',
12409
            'accuracy' => 0,
12410
        ],
12411
        [
12412
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7203',
12413
            'name' => 'InGCS Jackson (m)',
12414
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12415
            'target_crs' => 'urn:ogc:def:crs:EPSG::7317',
12416
            'accuracy' => 0,
12417
        ],
12418
        [
12419
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7204',
12420
            'name' => 'InGCS Jackson (ftUS)',
12421
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12422
            'target_crs' => 'urn:ogc:def:crs:EPSG::7318',
12423
            'accuracy' => 0,
12424
        ],
12425
        [
12426
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7205',
12427
            'name' => 'InGCS Jasper-Porter (m)',
12428
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12429
            'target_crs' => 'urn:ogc:def:crs:EPSG::7319',
12430
            'accuracy' => 0,
12431
        ],
12432
        [
12433
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7206',
12434
            'name' => 'InGCS Jasper-Porter (ftUS)',
12435
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12436
            'target_crs' => 'urn:ogc:def:crs:EPSG::7320',
12437
            'accuracy' => 0,
12438
        ],
12439
        [
12440
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7207',
12441
            'name' => 'InGCS Jay (m)',
12442
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12443
            'target_crs' => 'urn:ogc:def:crs:EPSG::7321',
12444
            'accuracy' => 0,
12445
        ],
12446
        [
12447
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7208',
12448
            'name' => 'InGCS Jay (ftUS)',
12449
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12450
            'target_crs' => 'urn:ogc:def:crs:EPSG::7322',
12451
            'accuracy' => 0,
12452
        ],
12453
        [
12454
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7209',
12455
            'name' => 'InGCS Jefferson (m)',
12456
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12457
            'target_crs' => 'urn:ogc:def:crs:EPSG::7323',
12458
            'accuracy' => 0,
12459
        ],
12460
        [
12461
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7210',
12462
            'name' => 'InGCS Jefferson (ftUS)',
12463
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12464
            'target_crs' => 'urn:ogc:def:crs:EPSG::7324',
12465
            'accuracy' => 0,
12466
        ],
12467
        [
12468
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7211',
12469
            'name' => 'InGCS Jennings (m)',
12470
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12471
            'target_crs' => 'urn:ogc:def:crs:EPSG::7325',
12472
            'accuracy' => 0,
12473
        ],
12474
        [
12475
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7212',
12476
            'name' => 'InGCS Jennings (ftUS)',
12477
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12478
            'target_crs' => 'urn:ogc:def:crs:EPSG::7326',
12479
            'accuracy' => 0,
12480
        ],
12481
        [
12482
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7213',
12483
            'name' => 'InGCS Johnson-Marion (m)',
12484
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12485
            'target_crs' => 'urn:ogc:def:crs:EPSG::7327',
12486
            'accuracy' => 0,
12487
        ],
12488
        [
12489
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7214',
12490
            'name' => 'InGCS Johnson-Marion (ftUS)',
12491
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12492
            'target_crs' => 'urn:ogc:def:crs:EPSG::7328',
12493
            'accuracy' => 0,
12494
        ],
12495
        [
12496
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7215',
12497
            'name' => 'InGCS Knox (m)',
12498
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12499
            'target_crs' => 'urn:ogc:def:crs:EPSG::7329',
12500
            'accuracy' => 0,
12501
        ],
12502
        [
12503
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7216',
12504
            'name' => 'InGCS Knox (ftUS)',
12505
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12506
            'target_crs' => 'urn:ogc:def:crs:EPSG::7330',
12507
            'accuracy' => 0,
12508
        ],
12509
        [
12510
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7217',
12511
            'name' => 'InGCS LaGrange-Noble (m)',
12512
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12513
            'target_crs' => 'urn:ogc:def:crs:EPSG::7331',
12514
            'accuracy' => 0,
12515
        ],
12516
        [
12517
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7218',
12518
            'name' => 'InGCS LaGrange-Noble (ftUS)',
12519
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12520
            'target_crs' => 'urn:ogc:def:crs:EPSG::7332',
12521
            'accuracy' => 0,
12522
        ],
12523
        [
12524
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7219',
12525
            'name' => 'InGCS Lake-Newton (m)',
12526
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12527
            'target_crs' => 'urn:ogc:def:crs:EPSG::7333',
12528
            'accuracy' => 0,
12529
        ],
12530
        [
12531
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7220',
12532
            'name' => 'InGCS Lake-Newton (ftUS)',
12533
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12534
            'target_crs' => 'urn:ogc:def:crs:EPSG::7334',
12535
            'accuracy' => 0,
12536
        ],
12537
        [
12538
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7221',
12539
            'name' => 'InGCS LaPorte-Pulaski-Starke (m)',
12540
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12541
            'target_crs' => 'urn:ogc:def:crs:EPSG::7335',
12542
            'accuracy' => 0,
12543
        ],
12544
        [
12545
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7222',
12546
            'name' => 'InGCS LaPorte-Pulaski-Starke (ftUS)',
12547
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12548
            'target_crs' => 'urn:ogc:def:crs:EPSG::7336',
12549
            'accuracy' => 0,
12550
        ],
12551
        [
12552
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7223',
12553
            'name' => 'InGCS Monroe-Morgan (m)',
12554
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12555
            'target_crs' => 'urn:ogc:def:crs:EPSG::7337',
12556
            'accuracy' => 0,
12557
        ],
12558
        [
12559
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7224',
12560
            'name' => 'InGCS Monroe-Morgan (ftUS)',
12561
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12562
            'target_crs' => 'urn:ogc:def:crs:EPSG::7338',
12563
            'accuracy' => 0,
12564
        ],
12565
        [
12566
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7225',
12567
            'name' => 'InGCS Montgomery-Putnam (m)',
12568
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12569
            'target_crs' => 'urn:ogc:def:crs:EPSG::7339',
12570
            'accuracy' => 0,
12571
        ],
12572
        [
12573
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7226',
12574
            'name' => 'InGCS Montgomery-Putnam (ftUS)',
12575
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12576
            'target_crs' => 'urn:ogc:def:crs:EPSG::7340',
12577
            'accuracy' => 0,
12578
        ],
12579
        [
12580
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7227',
12581
            'name' => 'InGCS Owen (m)',
12582
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12583
            'target_crs' => 'urn:ogc:def:crs:EPSG::7341',
12584
            'accuracy' => 0,
12585
        ],
12586
        [
12587
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7228',
12588
            'name' => 'InGCS Owen (ftUS)',
12589
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12590
            'target_crs' => 'urn:ogc:def:crs:EPSG::7342',
12591
            'accuracy' => 0,
12592
        ],
12593
        [
12594
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7229',
12595
            'name' => 'InGCS Parke-Vermillion (m)',
12596
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12597
            'target_crs' => 'urn:ogc:def:crs:EPSG::7343',
12598
            'accuracy' => 0,
12599
        ],
12600
        [
12601
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7230',
12602
            'name' => 'InGCS Parke-Vermillion (ftUS)',
12603
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12604
            'target_crs' => 'urn:ogc:def:crs:EPSG::7344',
12605
            'accuracy' => 0,
12606
        ],
12607
        [
12608
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7231',
12609
            'name' => 'InGCS Perry (m)',
12610
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12611
            'target_crs' => 'urn:ogc:def:crs:EPSG::7345',
12612
            'accuracy' => 0,
12613
        ],
12614
        [
12615
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7232',
12616
            'name' => 'InGCS Perry (ftUS)',
12617
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12618
            'target_crs' => 'urn:ogc:def:crs:EPSG::7346',
12619
            'accuracy' => 0,
12620
        ],
12621
        [
12622
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7233',
12623
            'name' => 'InGCS Pike-Warrick (m)',
12624
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12625
            'target_crs' => 'urn:ogc:def:crs:EPSG::7347',
12626
            'accuracy' => 0,
12627
        ],
12628
        [
12629
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7234',
12630
            'name' => 'InGCS Pike-Warrick (ftUS)',
12631
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12632
            'target_crs' => 'urn:ogc:def:crs:EPSG::7348',
12633
            'accuracy' => 0,
12634
        ],
12635
        [
12636
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7235',
12637
            'name' => 'InGCS Posey (m)',
12638
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12639
            'target_crs' => 'urn:ogc:def:crs:EPSG::7349',
12640
            'accuracy' => 0,
12641
        ],
12642
        [
12643
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7236',
12644
            'name' => 'InGCS Posey (ftUS)',
12645
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12646
            'target_crs' => 'urn:ogc:def:crs:EPSG::7350',
12647
            'accuracy' => 0,
12648
        ],
12649
        [
12650
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7237',
12651
            'name' => 'InGCS Randolph-Wayne (m)',
12652
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12653
            'target_crs' => 'urn:ogc:def:crs:EPSG::7351',
12654
            'accuracy' => 0,
12655
        ],
12656
        [
12657
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7238',
12658
            'name' => 'InGCS Randolph-Wayne (ftUS)',
12659
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12660
            'target_crs' => 'urn:ogc:def:crs:EPSG::7352',
12661
            'accuracy' => 0,
12662
        ],
12663
        [
12664
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7239',
12665
            'name' => 'InGCS Ripley (m)',
12666
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12667
            'target_crs' => 'urn:ogc:def:crs:EPSG::7353',
12668
            'accuracy' => 0,
12669
        ],
12670
        [
12671
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7240',
12672
            'name' => 'InGCS Ripley (ftUS)',
12673
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12674
            'target_crs' => 'urn:ogc:def:crs:EPSG::7354',
12675
            'accuracy' => 0,
12676
        ],
12677
        [
12678
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7241',
12679
            'name' => 'InGCS Shelby (m)',
12680
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12681
            'target_crs' => 'urn:ogc:def:crs:EPSG::7355',
12682
            'accuracy' => 0,
12683
        ],
12684
        [
12685
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7242',
12686
            'name' => 'InGCS Shelby (ftUS)',
12687
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12688
            'target_crs' => 'urn:ogc:def:crs:EPSG::7356',
12689
            'accuracy' => 0,
12690
        ],
12691
        [
12692
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7243',
12693
            'name' => 'InGCS Spencer (m)',
12694
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12695
            'target_crs' => 'urn:ogc:def:crs:EPSG::7357',
12696
            'accuracy' => 0,
12697
        ],
12698
        [
12699
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7244',
12700
            'name' => 'InGCS Spencer (ftUS)',
12701
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12702
            'target_crs' => 'urn:ogc:def:crs:EPSG::7358',
12703
            'accuracy' => 0,
12704
        ],
12705
        [
12706
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7245',
12707
            'name' => 'InGCS Steuben (m)',
12708
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12709
            'target_crs' => 'urn:ogc:def:crs:EPSG::7359',
12710
            'accuracy' => 0,
12711
        ],
12712
        [
12713
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7246',
12714
            'name' => 'InGCS Steuben (ftUS)',
12715
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12716
            'target_crs' => 'urn:ogc:def:crs:EPSG::7360',
12717
            'accuracy' => 0,
12718
        ],
12719
        [
12720
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7247',
12721
            'name' => 'InGCS Sullivan (m)',
12722
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12723
            'target_crs' => 'urn:ogc:def:crs:EPSG::7361',
12724
            'accuracy' => 0,
12725
        ],
12726
        [
12727
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7248',
12728
            'name' => 'InGCS Sullivan (ftUS)',
12729
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12730
            'target_crs' => 'urn:ogc:def:crs:EPSG::7362',
12731
            'accuracy' => 0,
12732
        ],
12733
        [
12734
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7249',
12735
            'name' => 'InGCS Tippecanoe-White (m)',
12736
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12737
            'target_crs' => 'urn:ogc:def:crs:EPSG::7363',
12738
            'accuracy' => 0,
12739
        ],
12740
        [
12741
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7250',
12742
            'name' => 'InGCS Tippecanoe-White (ftUS)',
12743
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12744
            'target_crs' => 'urn:ogc:def:crs:EPSG::7364',
12745
            'accuracy' => 0,
12746
        ],
12747
        [
12748
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7251',
12749
            'name' => 'InGCS Vanderburgh (m)',
12750
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12751
            'target_crs' => 'urn:ogc:def:crs:EPSG::7365',
12752
            'accuracy' => 0,
12753
        ],
12754
        [
12755
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7252',
12756
            'name' => 'InGCS Vanderburgh (ftUS)',
12757
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12758
            'target_crs' => 'urn:ogc:def:crs:EPSG::7366',
12759
            'accuracy' => 0,
12760
        ],
12761
        [
12762
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7253',
12763
            'name' => 'InGCS Vigo (m)',
12764
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12765
            'target_crs' => 'urn:ogc:def:crs:EPSG::7367',
12766
            'accuracy' => 0,
12767
        ],
12768
        [
12769
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7254',
12770
            'name' => 'InGCS Vigo (ftUS)',
12771
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12772
            'target_crs' => 'urn:ogc:def:crs:EPSG::7368',
12773
            'accuracy' => 0,
12774
        ],
12775
        [
12776
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7255',
12777
            'name' => 'InGCS Wells (m)',
12778
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12779
            'target_crs' => 'urn:ogc:def:crs:EPSG::7369',
12780
            'accuracy' => 0,
12781
        ],
12782
        [
12783
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7256',
12784
            'name' => 'InGCS Wells (ftUS)',
12785
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12786
            'target_crs' => 'urn:ogc:def:crs:EPSG::7370',
12787
            'accuracy' => 0,
12788
        ],
12789
        [
12790
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7484',
12791
            'name' => 'WISCRS Adams and Juneau Counties (m)',
12792
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12793
            'target_crs' => 'urn:ogc:def:crs:EPSG::7528',
12794
            'accuracy' => 0,
12795
        ],
12796
        [
12797
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7378',
12798
            'name' => 'WISCRS Ashland County (m)',
12799
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12800
            'target_crs' => 'urn:ogc:def:crs:EPSG::7529',
12801
            'accuracy' => 0,
12802
        ],
12803
        [
12804
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7426',
12805
            'name' => 'WISCRS Barron County (m)',
12806
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12807
            'target_crs' => 'urn:ogc:def:crs:EPSG::7530',
12808
            'accuracy' => 0,
12809
        ],
12810
        [
12811
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7380',
12812
            'name' => 'WISCRS Bayfield County (m)',
12813
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12814
            'target_crs' => 'urn:ogc:def:crs:EPSG::7531',
12815
            'accuracy' => 0,
12816
        ],
12817
        [
12818
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7428',
12819
            'name' => 'WISCRS Brown County (m)',
12820
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12821
            'target_crs' => 'urn:ogc:def:crs:EPSG::7532',
12822
            'accuracy' => 0,
12823
        ],
12824
        [
12825
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7430',
12826
            'name' => 'WISCRS Buffalo County (m)',
12827
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12828
            'target_crs' => 'urn:ogc:def:crs:EPSG::7533',
12829
            'accuracy' => 0,
12830
        ],
12831
        [
12832
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7382',
12833
            'name' => 'WISCRS Burnett County (m)',
12834
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12835
            'target_crs' => 'urn:ogc:def:crs:EPSG::7534',
12836
            'accuracy' => 0,
12837
        ],
12838
        [
12839
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7486',
12840
            'name' => 'WISCRS Calumet, Fond du Lac, Outagamie and Winnebago Counties (m)',
12841
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12842
            'target_crs' => 'urn:ogc:def:crs:EPSG::7535',
12843
            'accuracy' => 0,
12844
        ],
12845
        [
12846
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7432',
12847
            'name' => 'WISCRS Chippewa County (m)',
12848
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12849
            'target_crs' => 'urn:ogc:def:crs:EPSG::7536',
12850
            'accuracy' => 0,
12851
        ],
12852
        [
12853
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7434',
12854
            'name' => 'WISCRS Clark County (m)',
12855
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12856
            'target_crs' => 'urn:ogc:def:crs:EPSG::7537',
12857
            'accuracy' => 0,
12858
        ],
12859
        [
12860
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7488',
12861
            'name' => 'WISCRS Columbia County (m)',
12862
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12863
            'target_crs' => 'urn:ogc:def:crs:EPSG::7538',
12864
            'accuracy' => 0,
12865
        ],
12866
        [
12867
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7490',
12868
            'name' => 'WISCRS Crawford County (m)',
12869
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12870
            'target_crs' => 'urn:ogc:def:crs:EPSG::7539',
12871
            'accuracy' => 0,
12872
        ],
12873
        [
12874
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7492',
12875
            'name' => 'WISCRS Dane County (m)',
12876
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12877
            'target_crs' => 'urn:ogc:def:crs:EPSG::7540',
12878
            'accuracy' => 0,
12879
        ],
12880
        [
12881
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7494',
12882
            'name' => 'WISCRS Dodge and Jefferson Counties (m)',
12883
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12884
            'target_crs' => 'urn:ogc:def:crs:EPSG::7541',
12885
            'accuracy' => 0,
12886
        ],
12887
        [
12888
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7436',
12889
            'name' => 'WISCRS Door County (m)',
12890
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12891
            'target_crs' => 'urn:ogc:def:crs:EPSG::7542',
12892
            'accuracy' => 0,
12893
        ],
12894
        [
12895
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7384',
12896
            'name' => 'WISCRS Douglas County (m)',
12897
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12898
            'target_crs' => 'urn:ogc:def:crs:EPSG::7543',
12899
            'accuracy' => 0,
12900
        ],
12901
        [
12902
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7438',
12903
            'name' => 'WISCRS Dunn County (m)',
12904
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12905
            'target_crs' => 'urn:ogc:def:crs:EPSG::7544',
12906
            'accuracy' => 0,
12907
        ],
12908
        [
12909
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7440',
12910
            'name' => 'WISCRS Eau Claire County (m)',
12911
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12912
            'target_crs' => 'urn:ogc:def:crs:EPSG::7545',
12913
            'accuracy' => 0,
12914
        ],
12915
        [
12916
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7386',
12917
            'name' => 'WISCRS Florence County (m)',
12918
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12919
            'target_crs' => 'urn:ogc:def:crs:EPSG::7546',
12920
            'accuracy' => 0,
12921
        ],
12922
        [
12923
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7388',
12924
            'name' => 'WISCRS Forest County (m)',
12925
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12926
            'target_crs' => 'urn:ogc:def:crs:EPSG::7547',
12927
            'accuracy' => 0,
12928
        ],
12929
        [
12930
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7496',
12931
            'name' => 'WISCRS Grant County (m)',
12932
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12933
            'target_crs' => 'urn:ogc:def:crs:EPSG::7548',
12934
            'accuracy' => 0,
12935
        ],
12936
        [
12937
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7498',
12938
            'name' => 'WISCRS Green and Lafayette Counties (m)',
12939
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12940
            'target_crs' => 'urn:ogc:def:crs:EPSG::7549',
12941
            'accuracy' => 0,
12942
        ],
12943
        [
12944
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7500',
12945
            'name' => 'WISCRS Green Lake and Marquette Counties (m)',
12946
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12947
            'target_crs' => 'urn:ogc:def:crs:EPSG::7550',
12948
            'accuracy' => 0,
12949
        ],
12950
        [
12951
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7502',
12952
            'name' => 'WISCRS Iowa County (m)',
12953
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12954
            'target_crs' => 'urn:ogc:def:crs:EPSG::7551',
12955
            'accuracy' => 0,
12956
        ],
12957
        [
12958
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7390',
12959
            'name' => 'WISCRS Iron County (m)',
12960
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12961
            'target_crs' => 'urn:ogc:def:crs:EPSG::7552',
12962
            'accuracy' => 0,
12963
        ],
12964
        [
12965
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7450',
12966
            'name' => 'WISCRS Jackson County (m)',
12967
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12968
            'target_crs' => 'urn:ogc:def:crs:EPSG::7553',
12969
            'accuracy' => 0,
12970
        ],
12971
        [
12972
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7504',
12973
            'name' => 'WISCRS Kenosha, Milwaukee, Ozaukee and Racine Counties (m)',
12974
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12975
            'target_crs' => 'urn:ogc:def:crs:EPSG::7554',
12976
            'accuracy' => 0,
12977
        ],
12978
        [
12979
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7506',
12980
            'name' => 'WISCRS Kewaunee, Manitowoc and Sheboygan Counties (m)',
12981
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12982
            'target_crs' => 'urn:ogc:def:crs:EPSG::7555',
12983
            'accuracy' => 0,
12984
        ],
12985
        [
12986
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7508',
12987
            'name' => 'WISCRS La Crosse County (m)',
12988
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12989
            'target_crs' => 'urn:ogc:def:crs:EPSG::7556',
12990
            'accuracy' => 0,
12991
        ],
12992
        [
12993
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7452',
12994
            'name' => 'WISCRS Langlade County (m)',
12995
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
12996
            'target_crs' => 'urn:ogc:def:crs:EPSG::7557',
12997
            'accuracy' => 0,
12998
        ],
12999
        [
13000
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7454',
13001
            'name' => 'WISCRS Lincoln County (m)',
13002
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13003
            'target_crs' => 'urn:ogc:def:crs:EPSG::7558',
13004
            'accuracy' => 0,
13005
        ],
13006
        [
13007
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7456',
13008
            'name' => 'WISCRS Marathon County (m)',
13009
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13010
            'target_crs' => 'urn:ogc:def:crs:EPSG::7559',
13011
            'accuracy' => 0,
13012
        ],
13013
        [
13014
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7458',
13015
            'name' => 'WISCRS Marinette County (m)',
13016
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13017
            'target_crs' => 'urn:ogc:def:crs:EPSG::7560',
13018
            'accuracy' => 0,
13019
        ],
13020
        [
13021
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7460',
13022
            'name' => 'WISCRS Menominee County (m)',
13023
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13024
            'target_crs' => 'urn:ogc:def:crs:EPSG::7561',
13025
            'accuracy' => 0,
13026
        ],
13027
        [
13028
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7510',
13029
            'name' => 'WISCRS Monroe County (m)',
13030
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13031
            'target_crs' => 'urn:ogc:def:crs:EPSG::7562',
13032
            'accuracy' => 0,
13033
        ],
13034
        [
13035
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7462',
13036
            'name' => 'WISCRS Oconto County (m)',
13037
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13038
            'target_crs' => 'urn:ogc:def:crs:EPSG::7563',
13039
            'accuracy' => 0,
13040
        ],
13041
        [
13042
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7392',
13043
            'name' => 'WISCRS Oneida County (m)',
13044
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13045
            'target_crs' => 'urn:ogc:def:crs:EPSG::7564',
13046
            'accuracy' => 0,
13047
        ],
13048
        [
13049
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7464',
13050
            'name' => 'WISCRS Pepin and Pierce Counties (m)',
13051
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13052
            'target_crs' => 'urn:ogc:def:crs:EPSG::7565',
13053
            'accuracy' => 0,
13054
        ],
13055
        [
13056
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7466',
13057
            'name' => 'WISCRS Polk County (m)',
13058
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13059
            'target_crs' => 'urn:ogc:def:crs:EPSG::7566',
13060
            'accuracy' => 0,
13061
        ],
13062
        [
13063
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7468',
13064
            'name' => 'WISCRS Portage County (m)',
13065
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13066
            'target_crs' => 'urn:ogc:def:crs:EPSG::7567',
13067
            'accuracy' => 0,
13068
        ],
13069
        [
13070
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7394',
13071
            'name' => 'WISCRS Price County (m)',
13072
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13073
            'target_crs' => 'urn:ogc:def:crs:EPSG::7568',
13074
            'accuracy' => 0,
13075
        ],
13076
        [
13077
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7512',
13078
            'name' => 'WISCRS Richland County (m)',
13079
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13080
            'target_crs' => 'urn:ogc:def:crs:EPSG::7569',
13081
            'accuracy' => 0,
13082
        ],
13083
        [
13084
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7514',
13085
            'name' => 'WISCRS Rock County (m)',
13086
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13087
            'target_crs' => 'urn:ogc:def:crs:EPSG::7570',
13088
            'accuracy' => 0,
13089
        ],
13090
        [
13091
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7470',
13092
            'name' => 'WISCRS Rusk County (m)',
13093
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13094
            'target_crs' => 'urn:ogc:def:crs:EPSG::7571',
13095
            'accuracy' => 0,
13096
        ],
13097
        [
13098
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7516',
13099
            'name' => 'WISCRS Sauk County (m)',
13100
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13101
            'target_crs' => 'urn:ogc:def:crs:EPSG::7572',
13102
            'accuracy' => 0,
13103
        ],
13104
        [
13105
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7396',
13106
            'name' => 'WISCRS Sawyer County (m)',
13107
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13108
            'target_crs' => 'urn:ogc:def:crs:EPSG::7573',
13109
            'accuracy' => 0,
13110
        ],
13111
        [
13112
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7472',
13113
            'name' => 'WISCRS Shawano County (m)',
13114
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13115
            'target_crs' => 'urn:ogc:def:crs:EPSG::7574',
13116
            'accuracy' => 0,
13117
        ],
13118
        [
13119
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7474',
13120
            'name' => 'WISCRS St. Croix County (m)',
13121
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13122
            'target_crs' => 'urn:ogc:def:crs:EPSG::7575',
13123
            'accuracy' => 0,
13124
        ],
13125
        [
13126
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7476',
13127
            'name' => 'WISCRS Taylor County (m)',
13128
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13129
            'target_crs' => 'urn:ogc:def:crs:EPSG::7576',
13130
            'accuracy' => 0,
13131
        ],
13132
        [
13133
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7478',
13134
            'name' => 'WISCRS Trempealeau County (m)',
13135
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13136
            'target_crs' => 'urn:ogc:def:crs:EPSG::7577',
13137
            'accuracy' => 0,
13138
        ],
13139
        [
13140
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7518',
13141
            'name' => 'WISCRS Vernon County (m)',
13142
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13143
            'target_crs' => 'urn:ogc:def:crs:EPSG::7578',
13144
            'accuracy' => 0,
13145
        ],
13146
        [
13147
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7398',
13148
            'name' => 'WISCRS Vilas County (m)',
13149
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13150
            'target_crs' => 'urn:ogc:def:crs:EPSG::7579',
13151
            'accuracy' => 0,
13152
        ],
13153
        [
13154
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7520',
13155
            'name' => 'WISCRS Walworth County (m)',
13156
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13157
            'target_crs' => 'urn:ogc:def:crs:EPSG::7580',
13158
            'accuracy' => 0,
13159
        ],
13160
        [
13161
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7424',
13162
            'name' => 'WISCRS Washburn County (m)',
13163
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13164
            'target_crs' => 'urn:ogc:def:crs:EPSG::7581',
13165
            'accuracy' => 0,
13166
        ],
13167
        [
13168
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7522',
13169
            'name' => 'WISCRS Washington County (m)',
13170
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13171
            'target_crs' => 'urn:ogc:def:crs:EPSG::7582',
13172
            'accuracy' => 0,
13173
        ],
13174
        [
13175
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7524',
13176
            'name' => 'WISCRS Waukesha County (m)',
13177
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13178
            'target_crs' => 'urn:ogc:def:crs:EPSG::7583',
13179
            'accuracy' => 0,
13180
        ],
13181
        [
13182
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7480',
13183
            'name' => 'WISCRS Waupaca County (m)',
13184
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13185
            'target_crs' => 'urn:ogc:def:crs:EPSG::7584',
13186
            'accuracy' => 0,
13187
        ],
13188
        [
13189
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7526',
13190
            'name' => 'WISCRS Waushara County (m)',
13191
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13192
            'target_crs' => 'urn:ogc:def:crs:EPSG::7585',
13193
            'accuracy' => 0,
13194
        ],
13195
        [
13196
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7482',
13197
            'name' => 'WISCRS Wood County (m)',
13198
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13199
            'target_crs' => 'urn:ogc:def:crs:EPSG::7586',
13200
            'accuracy' => 0,
13201
        ],
13202
        [
13203
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7485',
13204
            'name' => 'WISCRS Adams and Juneau Counties (ftUS)',
13205
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13206
            'target_crs' => 'urn:ogc:def:crs:EPSG::7587',
13207
            'accuracy' => 0,
13208
        ],
13209
        [
13210
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7379',
13211
            'name' => 'WISCRS Ashland County (ftUS)',
13212
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13213
            'target_crs' => 'urn:ogc:def:crs:EPSG::7588',
13214
            'accuracy' => 0,
13215
        ],
13216
        [
13217
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7427',
13218
            'name' => 'WISCRS Barron County (ftUS)',
13219
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13220
            'target_crs' => 'urn:ogc:def:crs:EPSG::7589',
13221
            'accuracy' => 0,
13222
        ],
13223
        [
13224
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7381',
13225
            'name' => 'WISCRS Bayfield County (ftUS)',
13226
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13227
            'target_crs' => 'urn:ogc:def:crs:EPSG::7590',
13228
            'accuracy' => 0,
13229
        ],
13230
        [
13231
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7429',
13232
            'name' => 'WISCRS Brown County (ftUS)',
13233
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13234
            'target_crs' => 'urn:ogc:def:crs:EPSG::7591',
13235
            'accuracy' => 0,
13236
        ],
13237
        [
13238
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7431',
13239
            'name' => 'WISCRS Buffalo County (ftUS)',
13240
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13241
            'target_crs' => 'urn:ogc:def:crs:EPSG::7592',
13242
            'accuracy' => 0,
13243
        ],
13244
        [
13245
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7383',
13246
            'name' => 'WISCRS Burnett County (ftUS)',
13247
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13248
            'target_crs' => 'urn:ogc:def:crs:EPSG::7593',
13249
            'accuracy' => 0,
13250
        ],
13251
        [
13252
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7487',
13253
            'name' => 'WISCRS Calumet, Fond du Lac, Outagamie and Winnebago Counties (ftUS)',
13254
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13255
            'target_crs' => 'urn:ogc:def:crs:EPSG::7594',
13256
            'accuracy' => 0,
13257
        ],
13258
        [
13259
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7433',
13260
            'name' => 'WISCRS Chippewa County (ftUS)',
13261
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13262
            'target_crs' => 'urn:ogc:def:crs:EPSG::7595',
13263
            'accuracy' => 0,
13264
        ],
13265
        [
13266
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7435',
13267
            'name' => 'WISCRS Clark County (ftUS)',
13268
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13269
            'target_crs' => 'urn:ogc:def:crs:EPSG::7596',
13270
            'accuracy' => 0,
13271
        ],
13272
        [
13273
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7489',
13274
            'name' => 'WISCRS Columbia County (ftUS)',
13275
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13276
            'target_crs' => 'urn:ogc:def:crs:EPSG::7597',
13277
            'accuracy' => 0,
13278
        ],
13279
        [
13280
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7491',
13281
            'name' => 'WISCRS Crawford County (ftUS)',
13282
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13283
            'target_crs' => 'urn:ogc:def:crs:EPSG::7598',
13284
            'accuracy' => 0,
13285
        ],
13286
        [
13287
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7493',
13288
            'name' => 'WISCRS Dane County (ftUS)',
13289
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13290
            'target_crs' => 'urn:ogc:def:crs:EPSG::7599',
13291
            'accuracy' => 0,
13292
        ],
13293
        [
13294
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7495',
13295
            'name' => 'WISCRS Dodge and Jefferson Counties (ftUS)',
13296
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13297
            'target_crs' => 'urn:ogc:def:crs:EPSG::7600',
13298
            'accuracy' => 0,
13299
        ],
13300
        [
13301
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7437',
13302
            'name' => 'WISCRS Door County (ftUS)',
13303
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13304
            'target_crs' => 'urn:ogc:def:crs:EPSG::7601',
13305
            'accuracy' => 0,
13306
        ],
13307
        [
13308
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7385',
13309
            'name' => 'WISCRS Douglas County (ftUS)',
13310
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13311
            'target_crs' => 'urn:ogc:def:crs:EPSG::7602',
13312
            'accuracy' => 0,
13313
        ],
13314
        [
13315
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7439',
13316
            'name' => 'WISCRS Dunn County (ftUS)',
13317
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13318
            'target_crs' => 'urn:ogc:def:crs:EPSG::7603',
13319
            'accuracy' => 0,
13320
        ],
13321
        [
13322
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7441',
13323
            'name' => 'WISCRS Eau Claire County (ftUS)',
13324
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13325
            'target_crs' => 'urn:ogc:def:crs:EPSG::7604',
13326
            'accuracy' => 0,
13327
        ],
13328
        [
13329
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7387',
13330
            'name' => 'WISCRS Florence County (ftUS)',
13331
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13332
            'target_crs' => 'urn:ogc:def:crs:EPSG::7605',
13333
            'accuracy' => 0,
13334
        ],
13335
        [
13336
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7389',
13337
            'name' => 'WISCRS Forest County (ftUS)',
13338
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13339
            'target_crs' => 'urn:ogc:def:crs:EPSG::7606',
13340
            'accuracy' => 0,
13341
        ],
13342
        [
13343
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7497',
13344
            'name' => 'WISCRS Grant County (ftUS)',
13345
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13346
            'target_crs' => 'urn:ogc:def:crs:EPSG::7607',
13347
            'accuracy' => 0,
13348
        ],
13349
        [
13350
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7499',
13351
            'name' => 'WISCRS Green and Lafayette Counties (ftUS)',
13352
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13353
            'target_crs' => 'urn:ogc:def:crs:EPSG::7608',
13354
            'accuracy' => 0,
13355
        ],
13356
        [
13357
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7501',
13358
            'name' => 'WISCRS Green Lake and Marquette Counties (ftUS)',
13359
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13360
            'target_crs' => 'urn:ogc:def:crs:EPSG::7609',
13361
            'accuracy' => 0,
13362
        ],
13363
        [
13364
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7503',
13365
            'name' => 'WISCRS Iowa County (ftUS)',
13366
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13367
            'target_crs' => 'urn:ogc:def:crs:EPSG::7610',
13368
            'accuracy' => 0,
13369
        ],
13370
        [
13371
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7391',
13372
            'name' => 'WISCRS Iron County (ftUS)',
13373
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13374
            'target_crs' => 'urn:ogc:def:crs:EPSG::7611',
13375
            'accuracy' => 0,
13376
        ],
13377
        [
13378
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7451',
13379
            'name' => 'WISCRS Jackson County (ftUS)',
13380
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13381
            'target_crs' => 'urn:ogc:def:crs:EPSG::7612',
13382
            'accuracy' => 0,
13383
        ],
13384
        [
13385
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7505',
13386
            'name' => 'WISCRS Kenosha, Milwaukee, Ozaukee and Racine Counties (ftUS)',
13387
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13388
            'target_crs' => 'urn:ogc:def:crs:EPSG::7613',
13389
            'accuracy' => 0,
13390
        ],
13391
        [
13392
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7507',
13393
            'name' => 'WISCRS Kewaunee, Manitowoc and Sheboygan Counties (ftUS)',
13394
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13395
            'target_crs' => 'urn:ogc:def:crs:EPSG::7614',
13396
            'accuracy' => 0,
13397
        ],
13398
        [
13399
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7509',
13400
            'name' => 'WISCRS La Crosse County (ftUS)',
13401
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13402
            'target_crs' => 'urn:ogc:def:crs:EPSG::7615',
13403
            'accuracy' => 0,
13404
        ],
13405
        [
13406
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7453',
13407
            'name' => 'WISCRS Langlade County (ftUS)',
13408
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13409
            'target_crs' => 'urn:ogc:def:crs:EPSG::7616',
13410
            'accuracy' => 0,
13411
        ],
13412
        [
13413
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7455',
13414
            'name' => 'WISCRS Lincoln County (ftUS)',
13415
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13416
            'target_crs' => 'urn:ogc:def:crs:EPSG::7617',
13417
            'accuracy' => 0,
13418
        ],
13419
        [
13420
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7457',
13421
            'name' => 'WISCRS Marathon County (ftUS)',
13422
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13423
            'target_crs' => 'urn:ogc:def:crs:EPSG::7618',
13424
            'accuracy' => 0,
13425
        ],
13426
        [
13427
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7459',
13428
            'name' => 'WISCRS Marinette County (ftUS)',
13429
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13430
            'target_crs' => 'urn:ogc:def:crs:EPSG::7619',
13431
            'accuracy' => 0,
13432
        ],
13433
        [
13434
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7461',
13435
            'name' => 'WISCRS Menominee County (ftUS)',
13436
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13437
            'target_crs' => 'urn:ogc:def:crs:EPSG::7620',
13438
            'accuracy' => 0,
13439
        ],
13440
        [
13441
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7511',
13442
            'name' => 'WISCRS Monroe County (ftUS)',
13443
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13444
            'target_crs' => 'urn:ogc:def:crs:EPSG::7621',
13445
            'accuracy' => 0,
13446
        ],
13447
        [
13448
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7463',
13449
            'name' => 'WISCRS Oconto County (ftUS)',
13450
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13451
            'target_crs' => 'urn:ogc:def:crs:EPSG::7622',
13452
            'accuracy' => 0,
13453
        ],
13454
        [
13455
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7393',
13456
            'name' => 'WISCRS Oneida County (ftUS)',
13457
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13458
            'target_crs' => 'urn:ogc:def:crs:EPSG::7623',
13459
            'accuracy' => 0,
13460
        ],
13461
        [
13462
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7465',
13463
            'name' => 'WISCRS Pepin and Pierce Counties (ftUS)',
13464
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13465
            'target_crs' => 'urn:ogc:def:crs:EPSG::7624',
13466
            'accuracy' => 0,
13467
        ],
13468
        [
13469
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7467',
13470
            'name' => 'WISCRS Polk County (ftUS)',
13471
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13472
            'target_crs' => 'urn:ogc:def:crs:EPSG::7625',
13473
            'accuracy' => 0,
13474
        ],
13475
        [
13476
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7469',
13477
            'name' => 'WISCRS Portage County (ftUS)',
13478
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13479
            'target_crs' => 'urn:ogc:def:crs:EPSG::7626',
13480
            'accuracy' => 0,
13481
        ],
13482
        [
13483
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7395',
13484
            'name' => 'WISCRS Price County (ftUS)',
13485
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13486
            'target_crs' => 'urn:ogc:def:crs:EPSG::7627',
13487
            'accuracy' => 0,
13488
        ],
13489
        [
13490
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7513',
13491
            'name' => 'WISCRS Richland County (ftUS)',
13492
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13493
            'target_crs' => 'urn:ogc:def:crs:EPSG::7628',
13494
            'accuracy' => 0,
13495
        ],
13496
        [
13497
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7515',
13498
            'name' => 'WISCRS Rock County (ftUS)',
13499
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13500
            'target_crs' => 'urn:ogc:def:crs:EPSG::7629',
13501
            'accuracy' => 0,
13502
        ],
13503
        [
13504
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7471',
13505
            'name' => 'WISCRS Rusk County (ftUS)',
13506
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13507
            'target_crs' => 'urn:ogc:def:crs:EPSG::7630',
13508
            'accuracy' => 0,
13509
        ],
13510
        [
13511
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7517',
13512
            'name' => 'WISCRS Sauk County (ftUS)',
13513
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13514
            'target_crs' => 'urn:ogc:def:crs:EPSG::7631',
13515
            'accuracy' => 0,
13516
        ],
13517
        [
13518
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7397',
13519
            'name' => 'WISCRS Sawyer County (ftUS)',
13520
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13521
            'target_crs' => 'urn:ogc:def:crs:EPSG::7632',
13522
            'accuracy' => 0,
13523
        ],
13524
        [
13525
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7473',
13526
            'name' => 'WISCRS Shawano County (ftUS)',
13527
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13528
            'target_crs' => 'urn:ogc:def:crs:EPSG::7633',
13529
            'accuracy' => 0,
13530
        ],
13531
        [
13532
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7475',
13533
            'name' => 'WISCRS St. Croix County (ftUS)',
13534
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13535
            'target_crs' => 'urn:ogc:def:crs:EPSG::7634',
13536
            'accuracy' => 0,
13537
        ],
13538
        [
13539
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7477',
13540
            'name' => 'WISCRS Taylor County (ftUS)',
13541
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13542
            'target_crs' => 'urn:ogc:def:crs:EPSG::7635',
13543
            'accuracy' => 0,
13544
        ],
13545
        [
13546
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7479',
13547
            'name' => 'WISCRS Trempealeau County (ftUS)',
13548
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13549
            'target_crs' => 'urn:ogc:def:crs:EPSG::7636',
13550
            'accuracy' => 0,
13551
        ],
13552
        [
13553
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7519',
13554
            'name' => 'WISCRS Vernon County (ftUS)',
13555
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13556
            'target_crs' => 'urn:ogc:def:crs:EPSG::7637',
13557
            'accuracy' => 0,
13558
        ],
13559
        [
13560
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7399',
13561
            'name' => 'WISCRS Vilas County (ftUS)',
13562
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13563
            'target_crs' => 'urn:ogc:def:crs:EPSG::7638',
13564
            'accuracy' => 0,
13565
        ],
13566
        [
13567
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7521',
13568
            'name' => 'WISCRS Walworth County (ftUS)',
13569
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13570
            'target_crs' => 'urn:ogc:def:crs:EPSG::7639',
13571
            'accuracy' => 0,
13572
        ],
13573
        [
13574
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7425',
13575
            'name' => 'WISCRS Washburn County (ftUS)',
13576
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13577
            'target_crs' => 'urn:ogc:def:crs:EPSG::7640',
13578
            'accuracy' => 0,
13579
        ],
13580
        [
13581
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7523',
13582
            'name' => 'WISCRS Washington County (ftUS)',
13583
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13584
            'target_crs' => 'urn:ogc:def:crs:EPSG::7641',
13585
            'accuracy' => 0,
13586
        ],
13587
        [
13588
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7525',
13589
            'name' => 'WISCRS Waukesha County (ftUS)',
13590
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13591
            'target_crs' => 'urn:ogc:def:crs:EPSG::7642',
13592
            'accuracy' => 0,
13593
        ],
13594
        [
13595
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7481',
13596
            'name' => 'WISCRS Waupaca County (ftUS)',
13597
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13598
            'target_crs' => 'urn:ogc:def:crs:EPSG::7643',
13599
            'accuracy' => 0,
13600
        ],
13601
        [
13602
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7527',
13603
            'name' => 'WISCRS Waushara County (ftUS)',
13604
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13605
            'target_crs' => 'urn:ogc:def:crs:EPSG::7644',
13606
            'accuracy' => 0,
13607
        ],
13608
        [
13609
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7483',
13610
            'name' => 'WISCRS Wood County (ftUS)',
13611
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13612
            'target_crs' => 'urn:ogc:def:crs:EPSG::7645',
13613
            'accuracy' => 0,
13614
        ],
13615
        [
13616
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8061',
13617
            'name' => 'Pima County zone 1 East (ft)',
13618
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13619
            'target_crs' => 'urn:ogc:def:crs:EPSG::8065',
13620
            'accuracy' => 0,
13621
        ],
13622
        [
13623
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8062',
13624
            'name' => 'Pima County zone 2 Central (ft)',
13625
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13626
            'target_crs' => 'urn:ogc:def:crs:EPSG::8066',
13627
            'accuracy' => 0,
13628
        ],
13629
        [
13630
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8063',
13631
            'name' => 'Pima County zone 3 West (ft)',
13632
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13633
            'target_crs' => 'urn:ogc:def:crs:EPSG::8067',
13634
            'accuracy' => 0,
13635
        ],
13636
        [
13637
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8064',
13638
            'name' => 'Pima County zone 4 Mt. Lemmon (ft)',
13639
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13640
            'target_crs' => 'urn:ogc:def:crs:EPSG::8068',
13641
            'accuracy' => 0,
13642
        ],
13643
        [
13644
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8273',
13645
            'name' => 'Oregon Burns-Harper zone (meter)',
13646
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13647
            'target_crs' => 'urn:ogc:def:crs:EPSG::8311',
13648
            'accuracy' => 0,
13649
        ],
13650
        [
13651
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8274',
13652
            'name' => 'Oregon Burns-Harper zone (international foot)',
13653
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13654
            'target_crs' => 'urn:ogc:def:crs:EPSG::8312',
13655
            'accuracy' => 0,
13656
        ],
13657
        [
13658
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8275',
13659
            'name' => 'Oregon Canyon City-Burns zone (meter)',
13660
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13661
            'target_crs' => 'urn:ogc:def:crs:EPSG::8313',
13662
            'accuracy' => 0,
13663
        ],
13664
        [
13665
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8276',
13666
            'name' => 'Oregon Canyon City-Burns zone (international foot)',
13667
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13668
            'target_crs' => 'urn:ogc:def:crs:EPSG::8314',
13669
            'accuracy' => 0,
13670
        ],
13671
        [
13672
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8277',
13673
            'name' => 'Oregon Coast Range North zone (meter)',
13674
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13675
            'target_crs' => 'urn:ogc:def:crs:EPSG::8315',
13676
            'accuracy' => 0,
13677
        ],
13678
        [
13679
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8278',
13680
            'name' => 'Oregon Coast Range North zone (international foot)',
13681
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13682
            'target_crs' => 'urn:ogc:def:crs:EPSG::8316',
13683
            'accuracy' => 0,
13684
        ],
13685
        [
13686
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8279',
13687
            'name' => 'Oregon Dayville-Prairie City zone (meter)',
13688
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13689
            'target_crs' => 'urn:ogc:def:crs:EPSG::8317',
13690
            'accuracy' => 0,
13691
        ],
13692
        [
13693
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8280',
13694
            'name' => 'Oregon Dayville-Prairie City zone (international foot)',
13695
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13696
            'target_crs' => 'urn:ogc:def:crs:EPSG::8318',
13697
            'accuracy' => 0,
13698
        ],
13699
        [
13700
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8281',
13701
            'name' => 'Oregon Denio-Burns zone (meter)',
13702
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13703
            'target_crs' => 'urn:ogc:def:crs:EPSG::8319',
13704
            'accuracy' => 0,
13705
        ],
13706
        [
13707
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8282',
13708
            'name' => 'Oregon Denio-Burns zone (international foot)',
13709
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13710
            'target_crs' => 'urn:ogc:def:crs:EPSG::8320',
13711
            'accuracy' => 0,
13712
        ],
13713
        [
13714
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8283',
13715
            'name' => 'Oregon Halfway zone (meter)',
13716
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13717
            'target_crs' => 'urn:ogc:def:crs:EPSG::8321',
13718
            'accuracy' => 0,
13719
        ],
13720
        [
13721
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8284',
13722
            'name' => 'Oregon Halfway zone (international foot)',
13723
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13724
            'target_crs' => 'urn:ogc:def:crs:EPSG::8322',
13725
            'accuracy' => 0,
13726
        ],
13727
        [
13728
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8285',
13729
            'name' => 'Oregon Medford-Diamond Lake zone (meter)',
13730
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13731
            'target_crs' => 'urn:ogc:def:crs:EPSG::8323',
13732
            'accuracy' => 0,
13733
        ],
13734
        [
13735
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8286',
13736
            'name' => 'Oregon Medford-Diamond Lake zone (international foot)',
13737
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13738
            'target_crs' => 'urn:ogc:def:crs:EPSG::8324',
13739
            'accuracy' => 0,
13740
        ],
13741
        [
13742
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8287',
13743
            'name' => 'Oregon Mitchell zone (meter)',
13744
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13745
            'target_crs' => 'urn:ogc:def:crs:EPSG::8325',
13746
            'accuracy' => 0,
13747
        ],
13748
        [
13749
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8288',
13750
            'name' => 'Oregon Mitchell zone (international foot)',
13751
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13752
            'target_crs' => 'urn:ogc:def:crs:EPSG::8326',
13753
            'accuracy' => 0,
13754
        ],
13755
        [
13756
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8289',
13757
            'name' => 'Oregon North Central zone (meter)',
13758
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13759
            'target_crs' => 'urn:ogc:def:crs:EPSG::8327',
13760
            'accuracy' => 0,
13761
        ],
13762
        [
13763
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8290',
13764
            'name' => 'Oregon North Central zone (international foot)',
13765
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13766
            'target_crs' => 'urn:ogc:def:crs:EPSG::8328',
13767
            'accuracy' => 0,
13768
        ],
13769
        [
13770
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8291',
13771
            'name' => 'Oregon Ochoco Summit zone (meter)',
13772
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13773
            'target_crs' => 'urn:ogc:def:crs:EPSG::8329',
13774
            'accuracy' => 0,
13775
        ],
13776
        [
13777
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8292',
13778
            'name' => 'Oregon Ochoco Summit zone (international foot)',
13779
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13780
            'target_crs' => 'urn:ogc:def:crs:EPSG::8330',
13781
            'accuracy' => 0,
13782
        ],
13783
        [
13784
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8293',
13785
            'name' => 'Oregon Owyhee zone (meter)',
13786
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13787
            'target_crs' => 'urn:ogc:def:crs:EPSG::8331',
13788
            'accuracy' => 0,
13789
        ],
13790
        [
13791
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8294',
13792
            'name' => 'Oregon Owyhee zone (international foot)',
13793
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13794
            'target_crs' => 'urn:ogc:def:crs:EPSG::8332',
13795
            'accuracy' => 0,
13796
        ],
13797
        [
13798
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8295',
13799
            'name' => 'Oregon Pilot Rock-Ukiah zone (meter)',
13800
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13801
            'target_crs' => 'urn:ogc:def:crs:EPSG::8333',
13802
            'accuracy' => 0,
13803
        ],
13804
        [
13805
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8296',
13806
            'name' => 'Oregon Pilot Rock-Ukiah zone (international foot)',
13807
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13808
            'target_crs' => 'urn:ogc:def:crs:EPSG::8334',
13809
            'accuracy' => 0,
13810
        ],
13811
        [
13812
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8297',
13813
            'name' => 'Oregon Prairie City-Brogan zone (meter)',
13814
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13815
            'target_crs' => 'urn:ogc:def:crs:EPSG::8335',
13816
            'accuracy' => 0,
13817
        ],
13818
        [
13819
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8298',
13820
            'name' => 'Oregon Prairie City-Brogan zone (international foot)',
13821
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13822
            'target_crs' => 'urn:ogc:def:crs:EPSG::8336',
13823
            'accuracy' => 0,
13824
        ],
13825
        [
13826
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8299',
13827
            'name' => 'Oregon Riley-Lakeview zone (meter)',
13828
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13829
            'target_crs' => 'urn:ogc:def:crs:EPSG::8337',
13830
            'accuracy' => 0,
13831
        ],
13832
        [
13833
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8300',
13834
            'name' => 'Oregon Riley-Lakeview zone (international foot)',
13835
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13836
            'target_crs' => 'urn:ogc:def:crs:EPSG::8338',
13837
            'accuracy' => 0,
13838
        ],
13839
        [
13840
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8301',
13841
            'name' => 'Oregon Siskiyou Pass zone (meter)',
13842
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13843
            'target_crs' => 'urn:ogc:def:crs:EPSG::8339',
13844
            'accuracy' => 0,
13845
        ],
13846
        [
13847
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8302',
13848
            'name' => 'Oregon Siskiyou Pass zone (international foot)',
13849
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13850
            'target_crs' => 'urn:ogc:def:crs:EPSG::8340',
13851
            'accuracy' => 0,
13852
        ],
13853
        [
13854
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8303',
13855
            'name' => 'Oregon Ukiah-Fox zone (meter)',
13856
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13857
            'target_crs' => 'urn:ogc:def:crs:EPSG::8341',
13858
            'accuracy' => 0,
13859
        ],
13860
        [
13861
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8304',
13862
            'name' => 'Oregon Ukiah-Fox zone (international foot)',
13863
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13864
            'target_crs' => 'urn:ogc:def:crs:EPSG::8342',
13865
            'accuracy' => 0,
13866
        ],
13867
        [
13868
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8305',
13869
            'name' => 'Oregon Wallowa zone (meter)',
13870
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13871
            'target_crs' => 'urn:ogc:def:crs:EPSG::8343',
13872
            'accuracy' => 0,
13873
        ],
13874
        [
13875
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8306',
13876
            'name' => 'Oregon Wallowa zone (international foot)',
13877
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13878
            'target_crs' => 'urn:ogc:def:crs:EPSG::8344',
13879
            'accuracy' => 0,
13880
        ],
13881
        [
13882
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8307',
13883
            'name' => 'Oregon Warner Highway zone (meter)',
13884
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13885
            'target_crs' => 'urn:ogc:def:crs:EPSG::8345',
13886
            'accuracy' => 0,
13887
        ],
13888
        [
13889
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8308',
13890
            'name' => 'Oregon Warner Highway zone (international foot)',
13891
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13892
            'target_crs' => 'urn:ogc:def:crs:EPSG::8346',
13893
            'accuracy' => 0,
13894
        ],
13895
        [
13896
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8309',
13897
            'name' => 'Oregon Willamette Pass zone (meter)',
13898
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13899
            'target_crs' => 'urn:ogc:def:crs:EPSG::8347',
13900
            'accuracy' => 0,
13901
        ],
13902
        [
13903
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8310',
13904
            'name' => 'Oregon Willamette Pass zone (international foot)',
13905
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13906
            'target_crs' => 'urn:ogc:def:crs:EPSG::8348',
13907
            'accuracy' => 0,
13908
        ],
13909
        [
13910
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8373',
13911
            'name' => 'NCRS Las Vegas zone (m)',
13912
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13913
            'target_crs' => 'urn:ogc:def:crs:EPSG::8383',
13914
            'accuracy' => 0,
13915
        ],
13916
        [
13917
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8374',
13918
            'name' => 'NCRS Las Vegas zone (ftUS)',
13919
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13920
            'target_crs' => 'urn:ogc:def:crs:EPSG::8384',
13921
            'accuracy' => 0,
13922
        ],
13923
        [
13924
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8375',
13925
            'name' => 'NCRS Las Vegas high elevation zone (m)',
13926
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13927
            'target_crs' => 'urn:ogc:def:crs:EPSG::8385',
13928
            'accuracy' => 0,
13929
        ],
13930
        [
13931
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8376',
13932
            'name' => 'NCRS Las Vegas high elevation zone (ftUS)',
13933
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13934
            'target_crs' => 'urn:ogc:def:crs:EPSG::8387',
13935
            'accuracy' => 0,
13936
        ],
13937
        [
13938
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8458',
13939
            'name' => 'Kansas regional zone 1 Goodland (ftUS)',
13940
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13941
            'target_crs' => 'urn:ogc:def:crs:EPSG::8518',
13942
            'accuracy' => 0,
13943
        ],
13944
        [
13945
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8459',
13946
            'name' => 'Kansas regional zone 2 Colby (ftUS)',
13947
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13948
            'target_crs' => 'urn:ogc:def:crs:EPSG::8519',
13949
            'accuracy' => 0,
13950
        ],
13951
        [
13952
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8490',
13953
            'name' => 'Kansas regional zone 3 Oberlin (ftUS)',
13954
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13955
            'target_crs' => 'urn:ogc:def:crs:EPSG::8520',
13956
            'accuracy' => 0,
13957
        ],
13958
        [
13959
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8491',
13960
            'name' => 'Kansas regional zone 4 Hays (ftUS)',
13961
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13962
            'target_crs' => 'urn:ogc:def:crs:EPSG::8521',
13963
            'accuracy' => 0,
13964
        ],
13965
        [
13966
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8492',
13967
            'name' => 'Kansas regional zone 5 Great Bend (ftUS)',
13968
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13969
            'target_crs' => 'urn:ogc:def:crs:EPSG::8522',
13970
            'accuracy' => 0,
13971
        ],
13972
        [
13973
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8493',
13974
            'name' => 'Kansas regional zone 6 Beliot (ftUS)',
13975
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13976
            'target_crs' => 'urn:ogc:def:crs:EPSG::8523',
13977
            'accuracy' => 0,
13978
        ],
13979
        [
13980
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8494',
13981
            'name' => 'Kansas regional zone 7 Salina (ftUS)',
13982
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13983
            'target_crs' => 'urn:ogc:def:crs:EPSG::8524',
13984
            'accuracy' => 0,
13985
        ],
13986
        [
13987
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8495',
13988
            'name' => 'Kansas regional zone 8 Manhattan (ftUS)',
13989
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13990
            'target_crs' => 'urn:ogc:def:crs:EPSG::8525',
13991
            'accuracy' => 0,
13992
        ],
13993
        [
13994
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8498',
13995
            'name' => 'Kansas regional zone 9 Emporia (ftUS)',
13996
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
13997
            'target_crs' => 'urn:ogc:def:crs:EPSG::8526',
13998
            'accuracy' => 0,
13999
        ],
14000
        [
14001
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8499',
14002
            'name' => 'Kansas regional zone 10 Atchison (ftUS)',
14003
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
14004
            'target_crs' => 'urn:ogc:def:crs:EPSG::8527',
14005
            'accuracy' => 0,
14006
        ],
14007
        [
14008
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8500',
14009
            'name' => 'Kansas regional zone 11 Kansas City (ftUS)',
14010
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
14011
            'target_crs' => 'urn:ogc:def:crs:EPSG::8528',
14012
            'accuracy' => 0,
14013
        ],
14014
        [
14015
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8501',
14016
            'name' => 'Kansas regional zone 12 Ulysses (ftUS)',
14017
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
14018
            'target_crs' => 'urn:ogc:def:crs:EPSG::8529',
14019
            'accuracy' => 0,
14020
        ],
14021
        [
14022
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8502',
14023
            'name' => 'Kansas regional zone 13 Garden City (ftUS)',
14024
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
14025
            'target_crs' => 'urn:ogc:def:crs:EPSG::8531',
14026
            'accuracy' => 0,
14027
        ],
14028
        [
14029
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8503',
14030
            'name' => 'Kansas regional zone 14 Dodge City (ftUS)',
14031
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
14032
            'target_crs' => 'urn:ogc:def:crs:EPSG::8533',
14033
            'accuracy' => 0,
14034
        ],
14035
        [
14036
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8504',
14037
            'name' => 'Kansas regional zone 15 Larned (ftUS)',
14038
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
14039
            'target_crs' => 'urn:ogc:def:crs:EPSG::8534',
14040
            'accuracy' => 0,
14041
        ],
14042
        [
14043
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8505',
14044
            'name' => 'Kansas regional zone 16 Pratt (ftUS)',
14045
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
14046
            'target_crs' => 'urn:ogc:def:crs:EPSG::8535',
14047
            'accuracy' => 0,
14048
        ],
14049
        [
14050
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8506',
14051
            'name' => 'Kansas regional zone 17 Wichita (ftUS)',
14052
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
14053
            'target_crs' => 'urn:ogc:def:crs:EPSG::8536',
14054
            'accuracy' => 0,
14055
        ],
14056
        [
14057
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8507',
14058
            'name' => 'Kansas regional zone 18 Arkansas City (ftUS)',
14059
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
14060
            'target_crs' => 'urn:ogc:def:crs:EPSG::8538',
14061
            'accuracy' => 0,
14062
        ],
14063
        [
14064
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8515',
14065
            'name' => 'Kansas regional zone 19 Coffeyville (ftUS)',
14066
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
14067
            'target_crs' => 'urn:ogc:def:crs:EPSG::8539',
14068
            'accuracy' => 0,
14069
        ],
14070
        [
14071
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8516',
14072
            'name' => 'Kansas regional zone 20 Pittsburg (ftUS)',
14073
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
14074
            'target_crs' => 'urn:ogc:def:crs:EPSG::8540',
14075
            'accuracy' => 0,
14076
        ],
14077
        [
14078
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9746',
14079
            'name' => 'SPCS83 Alabama East zone (US survey foot)',
14080
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
14081
            'target_crs' => 'urn:ogc:def:crs:EPSG::9748',
14082
            'accuracy' => 0,
14083
        ],
14084
        [
14085
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9747',
14086
            'name' => 'SPCS83 Alabama West zone (US survey foot)',
14087
            'source_crs' => 'urn:ogc:def:crs:EPSG::6318',
14088
            'target_crs' => 'urn:ogc:def:crs:EPSG::9749',
14089
            'accuracy' => 0,
14090
        ],
14091
        [
14092
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6327',
14093
            'name' => 'NAD83(2011) to NAVD88 height (2)',
14094
            'source_crs' => 'urn:ogc:def:crs:EPSG::6319',
14095
            'target_crs' => 'urn:ogc:def:crs:EPSG::5703',
14096
            'accuracy' => 0.02,
14097
        ],
14098
        [
14099
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9229',
14100
            'name' => 'NAD83(2011) to NAVD88 height (3)',
14101
            'source_crs' => 'urn:ogc:def:crs:EPSG::6319',
14102
            'target_crs' => 'urn:ogc:def:crs:EPSG::5703',
14103
            'accuracy' => 0.015,
14104
        ],
14105
        [
14106
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9595',
14107
            'name' => 'NAD83(2011) to NAD83(2011) + NAVD88 height (3)',
14108
            'source_crs' => 'urn:ogc:def:crs:EPSG::6319',
14109
            'target_crs' => 'urn:ogc:def:crs:EPSG::6349',
14110
            'accuracy' => 0.015,
14111
        ],
14112
        [
14113
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9596',
14114
            'name' => 'NAD83(2011) to NAD83(2011) + NAVD88 height (2)',
14115
            'source_crs' => 'urn:ogc:def:crs:EPSG::6319',
14116
            'target_crs' => 'urn:ogc:def:crs:EPSG::6349',
14117
            'accuracy' => 0.02,
14118
        ],
14119
        [
14120
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9230',
14121
            'name' => 'NAD83(2011) to PRVD02 height (2)',
14122
            'source_crs' => 'urn:ogc:def:crs:EPSG::6319',
14123
            'target_crs' => 'urn:ogc:def:crs:EPSG::6641',
14124
            'accuracy' => 0.015,
14125
        ],
14126
        [
14127
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9231',
14128
            'name' => 'NAD83(2011) to VIVD09 height (2)',
14129
            'source_crs' => 'urn:ogc:def:crs:EPSG::6319',
14130
            'target_crs' => 'urn:ogc:def:crs:EPSG::6642',
14131
            'accuracy' => 0.015,
14132
        ],
14133
        [
14134
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9622',
14135
            'name' => 'NAD83(2011) to NAD83(2011) + PRVD02 height (2)',
14136
            'source_crs' => 'urn:ogc:def:crs:EPSG::6319',
14137
            'target_crs' => 'urn:ogc:def:crs:EPSG::9522',
14138
            'accuracy' => 0.015,
14139
        ],
14140
        [
14141
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9623',
14142
            'name' => 'NAD83(2011) to NAD83(2011) + VIVD09 height (2)',
14143
            'source_crs' => 'urn:ogc:def:crs:EPSG::6319',
14144
            'target_crs' => 'urn:ogc:def:crs:EPSG::9523',
14145
            'accuracy' => 0.015,
14146
        ],
14147
        [
14148
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15131',
14149
            'name' => 'SPCS83 Hawaii zone 1 (meter)',
14150
            'source_crs' => 'urn:ogc:def:crs:EPSG::6322',
14151
            'target_crs' => 'urn:ogc:def:crs:EPSG::6628',
14152
            'accuracy' => 0,
14153
        ],
14154
        [
14155
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15132',
14156
            'name' => 'SPCS83 Hawaii zone 2 (meter)',
14157
            'source_crs' => 'urn:ogc:def:crs:EPSG::6322',
14158
            'target_crs' => 'urn:ogc:def:crs:EPSG::6629',
14159
            'accuracy' => 0,
14160
        ],
14161
        [
14162
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15133',
14163
            'name' => 'SPCS83 Hawaii zone 3 (meter)',
14164
            'source_crs' => 'urn:ogc:def:crs:EPSG::6322',
14165
            'target_crs' => 'urn:ogc:def:crs:EPSG::6630',
14166
            'accuracy' => 0,
14167
        ],
14168
        [
14169
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15134',
14170
            'name' => 'SPCS83 Hawaii zone 4 (meter)',
14171
            'source_crs' => 'urn:ogc:def:crs:EPSG::6322',
14172
            'target_crs' => 'urn:ogc:def:crs:EPSG::6631',
14173
            'accuracy' => 0,
14174
        ],
14175
        [
14176
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15135',
14177
            'name' => 'SPCS83 Hawaii zone 5 (meter)',
14178
            'source_crs' => 'urn:ogc:def:crs:EPSG::6322',
14179
            'target_crs' => 'urn:ogc:def:crs:EPSG::6632',
14180
            'accuracy' => 0,
14181
        ],
14182
        [
14183
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15138',
14184
            'name' => 'SPCS83 Hawaii zone 3 (US survey foot)',
14185
            'source_crs' => 'urn:ogc:def:crs:EPSG::6322',
14186
            'target_crs' => 'urn:ogc:def:crs:EPSG::6633',
14187
            'accuracy' => 0,
14188
        ],
14189
        [
14190
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6373',
14191
            'name' => 'Mexico ITRF2008 to WGS 84 (1)',
14192
            'source_crs' => 'urn:ogc:def:crs:EPSG::6365',
14193
            'target_crs' => 'urn:ogc:def:crs:EPSG::4326',
14194
            'accuracy' => 1.0,
14195
        ],
14196
        [
14197
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6361',
14198
            'name' => 'Mexico LCC',
14199
            'source_crs' => 'urn:ogc:def:crs:EPSG::6365',
14200
            'target_crs' => 'urn:ogc:def:crs:EPSG::6372',
14201
            'accuracy' => 0,
14202
        ],
14203
        [
14204
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15230',
14205
            'name' => 'SPCS83 Puerto Rico & Virgin Islands zone (meter)',
14206
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14207
            'target_crs' => 'urn:ogc:def:crs:EPSG::6307',
14208
            'accuracy' => 0,
14209
        ],
14210
        [
14211
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6741',
14212
            'name' => 'Oregon Baker zone (meter)',
14213
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14214
            'target_crs' => 'urn:ogc:def:crs:EPSG::6784',
14215
            'accuracy' => 0,
14216
        ],
14217
        [
14218
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6742',
14219
            'name' => 'Oregon Baker zone (international foot)',
14220
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14221
            'target_crs' => 'urn:ogc:def:crs:EPSG::6785',
14222
            'accuracy' => 0,
14223
        ],
14224
        [
14225
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6743',
14226
            'name' => 'Oregon Bend-Klamath Falls zone (meter)',
14227
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14228
            'target_crs' => 'urn:ogc:def:crs:EPSG::6788',
14229
            'accuracy' => 0,
14230
        ],
14231
        [
14232
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6744',
14233
            'name' => 'Oregon Bend-Klamath Falls zone (international foot)',
14234
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14235
            'target_crs' => 'urn:ogc:def:crs:EPSG::6789',
14236
            'accuracy' => 0,
14237
        ],
14238
        [
14239
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6745',
14240
            'name' => 'Oregon Bend-Redmond-Prineville zone (meter)',
14241
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14242
            'target_crs' => 'urn:ogc:def:crs:EPSG::6792',
14243
            'accuracy' => 0,
14244
        ],
14245
        [
14246
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6746',
14247
            'name' => 'Oregon Bend-Redmond-Prineville zone (international foot)',
14248
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14249
            'target_crs' => 'urn:ogc:def:crs:EPSG::6793',
14250
            'accuracy' => 0,
14251
        ],
14252
        [
14253
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6747',
14254
            'name' => 'Oregon Bend-Burns zone (meter)',
14255
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14256
            'target_crs' => 'urn:ogc:def:crs:EPSG::6796',
14257
            'accuracy' => 0,
14258
        ],
14259
        [
14260
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6748',
14261
            'name' => 'Oregon Bend-Burns zone (international foot)',
14262
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14263
            'target_crs' => 'urn:ogc:def:crs:EPSG::6797',
14264
            'accuracy' => 0,
14265
        ],
14266
        [
14267
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6749',
14268
            'name' => 'Oregon Canyonville-Grants Pass zone (meter)',
14269
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14270
            'target_crs' => 'urn:ogc:def:crs:EPSG::6800',
14271
            'accuracy' => 0,
14272
        ],
14273
        [
14274
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6750',
14275
            'name' => 'Oregon Canyonville-Grants Pass zone (international foot)',
14276
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14277
            'target_crs' => 'urn:ogc:def:crs:EPSG::6801',
14278
            'accuracy' => 0,
14279
        ],
14280
        [
14281
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6751',
14282
            'name' => 'Oregon Columbia River East zone (meter)',
14283
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14284
            'target_crs' => 'urn:ogc:def:crs:EPSG::6804',
14285
            'accuracy' => 0,
14286
        ],
14287
        [
14288
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6752',
14289
            'name' => 'Oregon Columbia River East zone (international foot)',
14290
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14291
            'target_crs' => 'urn:ogc:def:crs:EPSG::6805',
14292
            'accuracy' => 0,
14293
        ],
14294
        [
14295
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6753',
14296
            'name' => 'Oregon Columbia River West zone (meter)',
14297
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14298
            'target_crs' => 'urn:ogc:def:crs:EPSG::6808',
14299
            'accuracy' => 0,
14300
        ],
14301
        [
14302
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6754',
14303
            'name' => 'Oregon Columbia River West zone (international foot)',
14304
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14305
            'target_crs' => 'urn:ogc:def:crs:EPSG::6809',
14306
            'accuracy' => 0,
14307
        ],
14308
        [
14309
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6755',
14310
            'name' => 'Oregon Cottage Grove-Canyonville zone (meter)',
14311
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14312
            'target_crs' => 'urn:ogc:def:crs:EPSG::6812',
14313
            'accuracy' => 0,
14314
        ],
14315
        [
14316
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6756',
14317
            'name' => 'Oregon Cottage Grove-Canyonville zone (international foot)',
14318
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14319
            'target_crs' => 'urn:ogc:def:crs:EPSG::6813',
14320
            'accuracy' => 0,
14321
        ],
14322
        [
14323
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6757',
14324
            'name' => 'Oregon Dufur-Madras zone (meter)',
14325
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14326
            'target_crs' => 'urn:ogc:def:crs:EPSG::6816',
14327
            'accuracy' => 0,
14328
        ],
14329
        [
14330
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6758',
14331
            'name' => 'Oregon Dufur-Madras zone (international foot)',
14332
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14333
            'target_crs' => 'urn:ogc:def:crs:EPSG::6817',
14334
            'accuracy' => 0,
14335
        ],
14336
        [
14337
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6759',
14338
            'name' => 'Oregon Eugene zone (meter)',
14339
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14340
            'target_crs' => 'urn:ogc:def:crs:EPSG::6820',
14341
            'accuracy' => 0,
14342
        ],
14343
        [
14344
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6760',
14345
            'name' => 'Oregon Eugene zone (international foot)',
14346
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14347
            'target_crs' => 'urn:ogc:def:crs:EPSG::6821',
14348
            'accuracy' => 0,
14349
        ],
14350
        [
14351
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6761',
14352
            'name' => 'Oregon Grants Pass-Ashland zone (meter)',
14353
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14354
            'target_crs' => 'urn:ogc:def:crs:EPSG::6824',
14355
            'accuracy' => 0,
14356
        ],
14357
        [
14358
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6762',
14359
            'name' => 'Oregon Grants Pass-Ashland zone (international foot)',
14360
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14361
            'target_crs' => 'urn:ogc:def:crs:EPSG::6825',
14362
            'accuracy' => 0,
14363
        ],
14364
        [
14365
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6763',
14366
            'name' => 'Oregon Gresham-Warm Springs zone (meter)',
14367
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14368
            'target_crs' => 'urn:ogc:def:crs:EPSG::6828',
14369
            'accuracy' => 0,
14370
        ],
14371
        [
14372
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6764',
14373
            'name' => 'Oregon Gresham-Warm Springs zone (international foot)',
14374
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14375
            'target_crs' => 'urn:ogc:def:crs:EPSG::6829',
14376
            'accuracy' => 0,
14377
        ],
14378
        [
14379
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6765',
14380
            'name' => 'Oregon La Grande zone (meter)',
14381
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14382
            'target_crs' => 'urn:ogc:def:crs:EPSG::6832',
14383
            'accuracy' => 0,
14384
        ],
14385
        [
14386
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6766',
14387
            'name' => 'Oregon La Grande zone (international foot)',
14388
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14389
            'target_crs' => 'urn:ogc:def:crs:EPSG::6833',
14390
            'accuracy' => 0,
14391
        ],
14392
        [
14393
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6767',
14394
            'name' => 'Oregon Ontario zone (meter)',
14395
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14396
            'target_crs' => 'urn:ogc:def:crs:EPSG::6836',
14397
            'accuracy' => 0,
14398
        ],
14399
        [
14400
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6768',
14401
            'name' => 'Oregon Ontario zone (international foot)',
14402
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14403
            'target_crs' => 'urn:ogc:def:crs:EPSG::6837',
14404
            'accuracy' => 0,
14405
        ],
14406
        [
14407
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6769',
14408
            'name' => 'Oregon Coast zone (meter)',
14409
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14410
            'target_crs' => 'urn:ogc:def:crs:EPSG::6840',
14411
            'accuracy' => 0,
14412
        ],
14413
        [
14414
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6770',
14415
            'name' => 'Oregon Coast zone (international foot)',
14416
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14417
            'target_crs' => 'urn:ogc:def:crs:EPSG::6841',
14418
            'accuracy' => 0,
14419
        ],
14420
        [
14421
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6771',
14422
            'name' => 'Oregon Pendleton zone (meter)',
14423
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14424
            'target_crs' => 'urn:ogc:def:crs:EPSG::6844',
14425
            'accuracy' => 0,
14426
        ],
14427
        [
14428
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6772',
14429
            'name' => 'Oregon Pendleton zone (international foot)',
14430
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14431
            'target_crs' => 'urn:ogc:def:crs:EPSG::6845',
14432
            'accuracy' => 0,
14433
        ],
14434
        [
14435
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6773',
14436
            'name' => 'Oregon Pendleton-La Grande zone (meter)',
14437
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14438
            'target_crs' => 'urn:ogc:def:crs:EPSG::6848',
14439
            'accuracy' => 0,
14440
        ],
14441
        [
14442
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6774',
14443
            'name' => 'Oregon Pendleton-La Grande zone (international foot)',
14444
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14445
            'target_crs' => 'urn:ogc:def:crs:EPSG::6849',
14446
            'accuracy' => 0,
14447
        ],
14448
        [
14449
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6775',
14450
            'name' => 'Oregon Portland zone (meter)',
14451
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14452
            'target_crs' => 'urn:ogc:def:crs:EPSG::6852',
14453
            'accuracy' => 0,
14454
        ],
14455
        [
14456
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6776',
14457
            'name' => 'Oregon Portland zone (international foot)',
14458
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14459
            'target_crs' => 'urn:ogc:def:crs:EPSG::6853',
14460
            'accuracy' => 0,
14461
        ],
14462
        [
14463
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6777',
14464
            'name' => 'Oregon Salem zone (meter)',
14465
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14466
            'target_crs' => 'urn:ogc:def:crs:EPSG::6856',
14467
            'accuracy' => 0,
14468
        ],
14469
        [
14470
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6778',
14471
            'name' => 'Oregon Salem zone (international foot)',
14472
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14473
            'target_crs' => 'urn:ogc:def:crs:EPSG::6857',
14474
            'accuracy' => 0,
14475
        ],
14476
        [
14477
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6779',
14478
            'name' => 'Oregon Santiam Pass zone (meter)',
14479
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14480
            'target_crs' => 'urn:ogc:def:crs:EPSG::6860',
14481
            'accuracy' => 0,
14482
        ],
14483
        [
14484
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6780',
14485
            'name' => 'Oregon Santiam Pass zone (international foot)',
14486
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14487
            'target_crs' => 'urn:ogc:def:crs:EPSG::6861',
14488
            'accuracy' => 0,
14489
        ],
14490
        [
14491
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13633',
14492
            'name' => 'Oregon Lambert (meter)',
14493
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14494
            'target_crs' => 'urn:ogc:def:crs:EPSG::6867',
14495
            'accuracy' => 0,
14496
        ],
14497
        [
14498
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15374',
14499
            'name' => 'Oregon GIC Lambert (international foot)',
14500
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14501
            'target_crs' => 'urn:ogc:def:crs:EPSG::6868',
14502
            'accuracy' => 0,
14503
        ],
14504
        [
14505
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13631',
14506
            'name' => 'SPCS83 Oregon North zone (meter)',
14507
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14508
            'target_crs' => 'urn:ogc:def:crs:EPSG::6884',
14509
            'accuracy' => 0,
14510
        ],
14511
        [
14512
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15351',
14513
            'name' => 'SPCS83 Oregon North zone (international foot)',
14514
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14515
            'target_crs' => 'urn:ogc:def:crs:EPSG::6885',
14516
            'accuracy' => 0,
14517
        ],
14518
        [
14519
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::13632',
14520
            'name' => 'SPCS83 Oregon South zone (meter)',
14521
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14522
            'target_crs' => 'urn:ogc:def:crs:EPSG::6886',
14523
            'accuracy' => 0,
14524
        ],
14525
        [
14526
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15352',
14527
            'name' => 'SPCS83 Oregon South zone (international foot)',
14528
            'source_crs' => 'urn:ogc:def:crs:EPSG::6783',
14529
            'target_crs' => 'urn:ogc:def:crs:EPSG::6887',
14530
            'accuracy' => 0,
14531
        ],
14532
        [
14533
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8970',
14534
            'name' => 'ITRF2014 to NAD83(2011) (1)',
14535
            'source_crs' => 'urn:ogc:def:crs:EPSG::7789',
14536
            'target_crs' => 'urn:ogc:def:crs:EPSG::6317',
14537
            'accuracy' => 0.0,
14538
        ],
14539
        [
14540
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10335',
14541
            'name' => 'ITRF2014 to NAD83(PA11) (1)',
14542
            'source_crs' => 'urn:ogc:def:crs:EPSG::7789',
14543
            'target_crs' => 'urn:ogc:def:crs:EPSG::6320',
14544
            'accuracy' => 0.0,
14545
        ],
14546
        [
14547
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10337',
14548
            'name' => 'ITRF2014 to NAD83(MA11) (1)',
14549
            'source_crs' => 'urn:ogc:def:crs:EPSG::7789',
14550
            'target_crs' => 'urn:ogc:def:crs:EPSG::6323',
14551
            'accuracy' => 0.0,
14552
        ],
14553
        [
14554
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8265',
14555
            'name' => 'ITRF2014 to NAD83(CSRS)v7 (1)',
14556
            'source_crs' => 'urn:ogc:def:crs:EPSG::7789',
14557
            'target_crs' => 'urn:ogc:def:crs:EPSG::8253',
14558
            'accuracy' => 0.0,
14559
        ],
14560
        [
14561
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9125',
14562
            'name' => 'ITRF2008 to CGVD2013a(2010) height (2)',
14563
            'source_crs' => 'urn:ogc:def:crs:EPSG::7911',
14564
            'target_crs' => 'urn:ogc:def:crs:EPSG::9245',
14565
            'accuracy' => 0.03,
14566
        ],
14567
        [
14568
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7969',
14569
            'name' => 'NGVD29 height (m) to NAVD88 height (1)',
14570
            'source_crs' => 'urn:ogc:def:crs:EPSG::7968',
14571
            'target_crs' => 'urn:ogc:def:crs:EPSG::5703',
14572
            'accuracy' => 0.02,
14573
        ],
14574
        [
14575
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7970',
14576
            'name' => 'NGVD29 height (m) to NAVD88 height (2)',
14577
            'source_crs' => 'urn:ogc:def:crs:EPSG::7968',
14578
            'target_crs' => 'urn:ogc:def:crs:EPSG::5703',
14579
            'accuracy' => 0.02,
14580
        ],
14581
        [
14582
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7971',
14583
            'name' => 'NGVD29 height (m) to NAVD88 height (3)',
14584
            'source_crs' => 'urn:ogc:def:crs:EPSG::7968',
14585
            'target_crs' => 'urn:ogc:def:crs:EPSG::5703',
14586
            'accuracy' => 0.02,
14587
        ],
14588
        [
14589
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9126',
14590
            'name' => 'NAD83(CSRS)v2 to NAD83(CORS96) (1)',
14591
            'source_crs' => 'urn:ogc:def:crs:EPSG::8233',
14592
            'target_crs' => 'urn:ogc:def:crs:EPSG::6781',
14593
            'accuracy' => 0.0,
14594
        ],
14595
        [
14596
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10511',
14597
            'name' => 'NAD83(CSRS)v2 to NAD83(CSRS)v3 (3)',
14598
            'source_crs' => 'urn:ogc:def:crs:EPSG::8233',
14599
            'target_crs' => 'urn:ogc:def:crs:EPSG::8238',
14600
            'accuracy' => 0.01,
14601
        ],
14602
        [
14603
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10590',
14604
            'name' => 'NAD83(CSRS)v2 to CGVD28(HTv2.0) height (1)',
14605
            'source_crs' => 'urn:ogc:def:crs:EPSG::8235',
14606
            'target_crs' => 'urn:ogc:def:crs:EPSG::10588',
14607
            'accuracy' => 0.01,
14608
        ],
14609
        [
14610
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10112',
14611
            'name' => 'NAD83(CSRS)v2 to CGVD2013a(1997) height (1)',
14612
            'source_crs' => 'urn:ogc:def:crs:EPSG::8235',
14613
            'target_crs' => 'urn:ogc:def:crs:EPSG::20035',
14614
            'accuracy' => 0.05,
14615
        ],
14616
        [
14617
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9984',
14618
            'name' => 'NAD83(CSRS)v2 to CGVD28 height (1)',
14619
            'source_crs' => 'urn:ogc:def:crs:EPSG::8235',
14620
            'target_crs' => 'urn:ogc:def:crs:EPSG::5713',
14621
            'accuracy' => 0.05,
14622
        ],
14623
        [
14624
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19960',
14625
            'name' => 'Prince Edward Isl. Stereographic (NAD83)',
14626
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
14627
            'target_crs' => 'urn:ogc:def:crs:EPSG::22239',
14628
            'accuracy' => 0,
14629
        ],
14630
        [
14631
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19946',
14632
            'name' => 'New Brunswick Stereographic (NAD83)',
14633
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
14634
            'target_crs' => 'urn:ogc:def:crs:EPSG::22240',
14635
            'accuracy' => 0,
14636
        ],
14637
        [
14638
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17703',
14639
            'name' => 'MTM zone 3',
14640
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
14641
            'target_crs' => 'urn:ogc:def:crs:EPSG::22243',
14642
            'accuracy' => 0,
14643
        ],
14644
        [
14645
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17704',
14646
            'name' => 'MTM zone 4',
14647
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
14648
            'target_crs' => 'urn:ogc:def:crs:EPSG::22244',
14649
            'accuracy' => 0,
14650
        ],
14651
        [
14652
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17705',
14653
            'name' => 'MTM zone 5',
14654
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
14655
            'target_crs' => 'urn:ogc:def:crs:EPSG::22245',
14656
            'accuracy' => 0,
14657
        ],
14658
        [
14659
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17706',
14660
            'name' => 'MTM zone 6',
14661
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
14662
            'target_crs' => 'urn:ogc:def:crs:EPSG::22246',
14663
            'accuracy' => 0,
14664
        ],
14665
        [
14666
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17707',
14667
            'name' => 'MTM zone 7',
14668
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
14669
            'target_crs' => 'urn:ogc:def:crs:EPSG::22247',
14670
            'accuracy' => 0,
14671
        ],
14672
        [
14673
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17708',
14674
            'name' => 'MTM zone 8',
14675
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
14676
            'target_crs' => 'urn:ogc:def:crs:EPSG::22248',
14677
            'accuracy' => 0,
14678
        ],
14679
        [
14680
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17709',
14681
            'name' => 'MTM zone 9',
14682
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
14683
            'target_crs' => 'urn:ogc:def:crs:EPSG::22249',
14684
            'accuracy' => 0,
14685
        ],
14686
        [
14687
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17710',
14688
            'name' => 'MTM zone 10',
14689
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
14690
            'target_crs' => 'urn:ogc:def:crs:EPSG::22250',
14691
            'accuracy' => 0,
14692
        ],
14693
        [
14694
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17722',
14695
            'name' => 'Alberta 3-degree TM reference meridian 111 W',
14696
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
14697
            'target_crs' => 'urn:ogc:def:crs:EPSG::22262',
14698
            'accuracy' => 0,
14699
        ],
14700
        [
14701
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17723',
14702
            'name' => 'Alberta 3-degree TM reference meridian 114 W',
14703
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
14704
            'target_crs' => 'urn:ogc:def:crs:EPSG::22263',
14705
            'accuracy' => 0,
14706
        ],
14707
        [
14708
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17724',
14709
            'name' => 'Alberta 3-degree TM reference meridian 117 W',
14710
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
14711
            'target_crs' => 'urn:ogc:def:crs:EPSG::22264',
14712
            'accuracy' => 0,
14713
        ],
14714
        [
14715
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17726',
14716
            'name' => 'Alberta 3-degree TM reference meridian 120 W',
14717
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
14718
            'target_crs' => 'urn:ogc:def:crs:EPSG::22265',
14719
            'accuracy' => 0,
14720
        ],
14721
        [
14722
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19944',
14723
            'name' => 'Quebec Lambert Projection',
14724
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
14725
            'target_crs' => 'urn:ogc:def:crs:EPSG::6622',
14726
            'accuracy' => 0,
14727
        ],
14728
        [
14729
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6645',
14730
            'name' => 'Quebec Albers Projection',
14731
            'source_crs' => 'urn:ogc:def:crs:EPSG::8237',
14732
            'target_crs' => 'urn:ogc:def:crs:EPSG::6624',
14733
            'accuracy' => 0,
14734
        ],
14735
        [
14736
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9127',
14737
            'name' => 'NAD83(CSRS)v3 to NAD83(CORS96) (1)',
14738
            'source_crs' => 'urn:ogc:def:crs:EPSG::8238',
14739
            'target_crs' => 'urn:ogc:def:crs:EPSG::6781',
14740
            'accuracy' => 0.0,
14741
        ],
14742
        [
14743
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10609',
14744
            'name' => 'NAD83(CSRS)v3 to CGVD28(HTv2.0) height (1)',
14745
            'source_crs' => 'urn:ogc:def:crs:EPSG::8239',
14746
            'target_crs' => 'urn:ogc:def:crs:EPSG::10588',
14747
            'accuracy' => 0.0,
14748
        ],
14749
        [
14750
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10111',
14751
            'name' => 'NAD83(CSRS)v3 to CGVD2013a(1997) height (1)',
14752
            'source_crs' => 'urn:ogc:def:crs:EPSG::8239',
14753
            'target_crs' => 'urn:ogc:def:crs:EPSG::20035',
14754
            'accuracy' => 0.05,
14755
        ],
14756
        [
14757
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10129',
14758
            'name' => 'NAD83(CSRS)v3 to NAD83(CSRS)v3 + CGVD2013a(1997) height (1)',
14759
            'source_crs' => 'urn:ogc:def:crs:EPSG::8239',
14760
            'target_crs' => 'urn:ogc:def:crs:EPSG::20038',
14761
            'accuracy' => 0.05,
14762
        ],
14763
        [
14764
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9983',
14765
            'name' => 'NAD83(CSRS)v3 to CGVD28 height (1)',
14766
            'source_crs' => 'urn:ogc:def:crs:EPSG::8239',
14767
            'target_crs' => 'urn:ogc:def:crs:EPSG::5713',
14768
            'accuracy' => 0.05,
14769
        ],
14770
        [
14771
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9982',
14772
            'name' => 'MTM Nova Scotia 1997 zone 5',
14773
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
14774
            'target_crs' => 'urn:ogc:def:crs:EPSG::22337',
14775
            'accuracy' => 0,
14776
        ],
14777
        [
14778
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9981',
14779
            'name' => 'MTM Nova Scotia 1997 zone 4',
14780
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
14781
            'target_crs' => 'urn:ogc:def:crs:EPSG::22338',
14782
            'accuracy' => 0,
14783
        ],
14784
        [
14785
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17708',
14786
            'name' => 'MTM zone 8',
14787
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
14788
            'target_crs' => 'urn:ogc:def:crs:EPSG::22348',
14789
            'accuracy' => 0,
14790
        ],
14791
        [
14792
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17709',
14793
            'name' => 'MTM zone 9',
14794
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
14795
            'target_crs' => 'urn:ogc:def:crs:EPSG::22349',
14796
            'accuracy' => 0,
14797
        ],
14798
        [
14799
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17710',
14800
            'name' => 'MTM zone 10',
14801
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
14802
            'target_crs' => 'urn:ogc:def:crs:EPSG::22350',
14803
            'accuracy' => 0,
14804
        ],
14805
        [
14806
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17711',
14807
            'name' => 'MTM zone 11',
14808
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
14809
            'target_crs' => 'urn:ogc:def:crs:EPSG::22351',
14810
            'accuracy' => 0,
14811
        ],
14812
        [
14813
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17712',
14814
            'name' => 'MTM zone 12',
14815
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
14816
            'target_crs' => 'urn:ogc:def:crs:EPSG::22352',
14817
            'accuracy' => 0,
14818
        ],
14819
        [
14820
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17713',
14821
            'name' => 'MTM zone 13',
14822
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
14823
            'target_crs' => 'urn:ogc:def:crs:EPSG::22353',
14824
            'accuracy' => 0,
14825
        ],
14826
        [
14827
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17714',
14828
            'name' => 'MTM zone 14',
14829
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
14830
            'target_crs' => 'urn:ogc:def:crs:EPSG::22354',
14831
            'accuracy' => 0,
14832
        ],
14833
        [
14834
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17715',
14835
            'name' => 'MTM zone 15',
14836
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
14837
            'target_crs' => 'urn:ogc:def:crs:EPSG::22355',
14838
            'accuracy' => 0,
14839
        ],
14840
        [
14841
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17716',
14842
            'name' => 'MTM zone 16',
14843
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
14844
            'target_crs' => 'urn:ogc:def:crs:EPSG::22356',
14845
            'accuracy' => 0,
14846
        ],
14847
        [
14848
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17717',
14849
            'name' => 'MTM zone 17',
14850
            'source_crs' => 'urn:ogc:def:crs:EPSG::8240',
14851
            'target_crs' => 'urn:ogc:def:crs:EPSG::22357',
14852
            'accuracy' => 0,
14853
        ],
14854
        [
14855
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9128',
14856
            'name' => 'NAD83(CSRS)v4 to NAD83(CORS96) (1)',
14857
            'source_crs' => 'urn:ogc:def:crs:EPSG::8242',
14858
            'target_crs' => 'urn:ogc:def:crs:EPSG::6781',
14859
            'accuracy' => 0.0,
14860
        ],
14861
        [
14862
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10610',
14863
            'name' => 'NAD83(CSRS)v4 to CGVD28(HTv2.0) height (1)',
14864
            'source_crs' => 'urn:ogc:def:crs:EPSG::8244',
14865
            'target_crs' => 'urn:ogc:def:crs:EPSG::10588',
14866
            'accuracy' => 0.02,
14867
        ],
14868
        [
14869
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10110',
14870
            'name' => 'NAD83(CSRS)v4 to CGVD2013a(2002) height (1)',
14871
            'source_crs' => 'urn:ogc:def:crs:EPSG::8244',
14872
            'target_crs' => 'urn:ogc:def:crs:EPSG::20034',
14873
            'accuracy' => 0.05,
14874
        ],
14875
        [
14876
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10128',
14877
            'name' => 'NAD83(CSRS)v4 to NAD83(CSRS)v4 + CGVD2013a(2002) height (1)',
14878
            'source_crs' => 'urn:ogc:def:crs:EPSG::8244',
14879
            'target_crs' => 'urn:ogc:def:crs:EPSG::20037',
14880
            'accuracy' => 0.05,
14881
        ],
14882
        [
14883
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9985',
14884
            'name' => 'NAD83(CSRS)v4 to CGVD28 height (1)',
14885
            'source_crs' => 'urn:ogc:def:crs:EPSG::8244',
14886
            'target_crs' => 'urn:ogc:def:crs:EPSG::5713',
14887
            'accuracy' => 0.05,
14888
        ],
14889
        [
14890
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17722',
14891
            'name' => 'Alberta 3-degree TM reference meridian 111 W',
14892
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
14893
            'target_crs' => 'urn:ogc:def:crs:EPSG::22462',
14894
            'accuracy' => 0,
14895
        ],
14896
        [
14897
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17723',
14898
            'name' => 'Alberta 3-degree TM reference meridian 114 W',
14899
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
14900
            'target_crs' => 'urn:ogc:def:crs:EPSG::22463',
14901
            'accuracy' => 0,
14902
        ],
14903
        [
14904
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17724',
14905
            'name' => 'Alberta 3-degree TM reference meridian 117 W',
14906
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
14907
            'target_crs' => 'urn:ogc:def:crs:EPSG::22464',
14908
            'accuracy' => 0,
14909
        ],
14910
        [
14911
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17726',
14912
            'name' => 'Alberta 3-degree TM reference meridian 120 W',
14913
            'source_crs' => 'urn:ogc:def:crs:EPSG::8246',
14914
            'target_crs' => 'urn:ogc:def:crs:EPSG::22465',
14915
            'accuracy' => 0,
14916
        ],
14917
        [
14918
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10513',
14919
            'name' => 'NAD83(CSRS)v6 to NAD83(CSRS)v8 (1)',
14920
            'source_crs' => 'urn:ogc:def:crs:EPSG::8250',
14921
            'target_crs' => 'urn:ogc:def:crs:EPSG::10412',
14922
            'accuracy' => 0.01,
14923
        ],
14924
        [
14925
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9129',
14926
            'name' => 'NAD83(CSRS)v6 to NAD83(2011) (1)',
14927
            'source_crs' => 'urn:ogc:def:crs:EPSG::8250',
14928
            'target_crs' => 'urn:ogc:def:crs:EPSG::6317',
14929
            'accuracy' => 0.0,
14930
        ],
14931
        [
14932
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10512',
14933
            'name' => 'NAD83(CSRS)v6 to NAD83(CSRS)v7 (1)',
14934
            'source_crs' => 'urn:ogc:def:crs:EPSG::8250',
14935
            'target_crs' => 'urn:ogc:def:crs:EPSG::8253',
14936
            'accuracy' => 0.01,
14937
        ],
14938
        [
14939
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10611',
14940
            'name' => 'NAD83(CSRS)v6 to CGVD28(HTv2.0) height (1)',
14941
            'source_crs' => 'urn:ogc:def:crs:EPSG::8251',
14942
            'target_crs' => 'urn:ogc:def:crs:EPSG::5713',
14943
            'accuracy' => 0.03,
14944
        ],
14945
        [
14946
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9986',
14947
            'name' => 'NAD83(CSRS)v6 to CGVD28 height (1)',
14948
            'source_crs' => 'urn:ogc:def:crs:EPSG::8251',
14949
            'target_crs' => 'urn:ogc:def:crs:EPSG::5713',
14950
            'accuracy' => 0.05,
14951
        ],
14952
        [
14953
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9247',
14954
            'name' => 'NAD83(CSRS)v6 to CGVD2013a(2010) height (1)',
14955
            'source_crs' => 'urn:ogc:def:crs:EPSG::8251',
14956
            'target_crs' => 'urn:ogc:def:crs:EPSG::9245',
14957
            'accuracy' => 0.03,
14958
        ],
14959
        [
14960
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9644',
14961
            'name' => 'NAD83(CSRS)v6 to NAD83(CSRS)v6 + CGVD2013a(2010) height (1)',
14962
            'source_crs' => 'urn:ogc:def:crs:EPSG::8251',
14963
            'target_crs' => 'urn:ogc:def:crs:EPSG::9544',
14964
            'accuracy' => 0.03,
14965
        ],
14966
        [
14967
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19960',
14968
            'name' => 'Prince Edward Isl. Stereographic (NAD83)',
14969
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
14970
            'target_crs' => 'urn:ogc:def:crs:EPSG::22639',
14971
            'accuracy' => 0,
14972
        ],
14973
        [
14974
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17701',
14975
            'name' => 'MTM zone 1',
14976
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
14977
            'target_crs' => 'urn:ogc:def:crs:EPSG::22641',
14978
            'accuracy' => 0,
14979
        ],
14980
        [
14981
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17702',
14982
            'name' => 'MTM zone 2',
14983
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
14984
            'target_crs' => 'urn:ogc:def:crs:EPSG::22642',
14985
            'accuracy' => 0,
14986
        ],
14987
        [
14988
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17703',
14989
            'name' => 'MTM zone 3',
14990
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
14991
            'target_crs' => 'urn:ogc:def:crs:EPSG::22643',
14992
            'accuracy' => 0,
14993
        ],
14994
        [
14995
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17704',
14996
            'name' => 'MTM zone 4',
14997
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
14998
            'target_crs' => 'urn:ogc:def:crs:EPSG::22644',
14999
            'accuracy' => 0,
15000
        ],
15001
        [
15002
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17705',
15003
            'name' => 'MTM zone 5',
15004
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15005
            'target_crs' => 'urn:ogc:def:crs:EPSG::22645',
15006
            'accuracy' => 0,
15007
        ],
15008
        [
15009
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17706',
15010
            'name' => 'MTM zone 6',
15011
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15012
            'target_crs' => 'urn:ogc:def:crs:EPSG::22646',
15013
            'accuracy' => 0,
15014
        ],
15015
        [
15016
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17708',
15017
            'name' => 'MTM zone 8',
15018
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15019
            'target_crs' => 'urn:ogc:def:crs:EPSG::22648',
15020
            'accuracy' => 0,
15021
        ],
15022
        [
15023
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17709',
15024
            'name' => 'MTM zone 9',
15025
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15026
            'target_crs' => 'urn:ogc:def:crs:EPSG::22649',
15027
            'accuracy' => 0,
15028
        ],
15029
        [
15030
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17710',
15031
            'name' => 'MTM zone 10',
15032
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15033
            'target_crs' => 'urn:ogc:def:crs:EPSG::22650',
15034
            'accuracy' => 0,
15035
        ],
15036
        [
15037
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17711',
15038
            'name' => 'MTM zone 11',
15039
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15040
            'target_crs' => 'urn:ogc:def:crs:EPSG::22651',
15041
            'accuracy' => 0,
15042
        ],
15043
        [
15044
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17712',
15045
            'name' => 'MTM zone 12',
15046
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15047
            'target_crs' => 'urn:ogc:def:crs:EPSG::22652',
15048
            'accuracy' => 0,
15049
        ],
15050
        [
15051
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17713',
15052
            'name' => 'MTM zone 13',
15053
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15054
            'target_crs' => 'urn:ogc:def:crs:EPSG::22653',
15055
            'accuracy' => 0,
15056
        ],
15057
        [
15058
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17714',
15059
            'name' => 'MTM zone 14',
15060
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15061
            'target_crs' => 'urn:ogc:def:crs:EPSG::22654',
15062
            'accuracy' => 0,
15063
        ],
15064
        [
15065
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17715',
15066
            'name' => 'MTM zone 15',
15067
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15068
            'target_crs' => 'urn:ogc:def:crs:EPSG::22655',
15069
            'accuracy' => 0,
15070
        ],
15071
        [
15072
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17716',
15073
            'name' => 'MTM zone 16',
15074
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15075
            'target_crs' => 'urn:ogc:def:crs:EPSG::22656',
15076
            'accuracy' => 0,
15077
        ],
15078
        [
15079
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17717',
15080
            'name' => 'MTM zone 17',
15081
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15082
            'target_crs' => 'urn:ogc:def:crs:EPSG::22657',
15083
            'accuracy' => 0,
15084
        ],
15085
        [
15086
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8080',
15087
            'name' => 'MTM Nova Scotia 2010 zone 4',
15088
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15089
            'target_crs' => 'urn:ogc:def:crs:EPSG::8082',
15090
            'accuracy' => 0,
15091
        ],
15092
        [
15093
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8081',
15094
            'name' => 'MTM Nova Scotia 2010 zone 5',
15095
            'source_crs' => 'urn:ogc:def:crs:EPSG::8252',
15096
            'target_crs' => 'urn:ogc:def:crs:EPSG::8083',
15097
            'accuracy' => 0,
15098
        ],
15099
        [
15100
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10514',
15101
            'name' => 'NAD83(CSRS)v7 to NAD83(CSRS)v8 (1)',
15102
            'source_crs' => 'urn:ogc:def:crs:EPSG::8253',
15103
            'target_crs' => 'urn:ogc:def:crs:EPSG::10412',
15104
            'accuracy' => 0.01,
15105
        ],
15106
        [
15107
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10416',
15108
            'name' => 'NAD83(CSRS)v7 to NAD83(2011) (1)',
15109
            'source_crs' => 'urn:ogc:def:crs:EPSG::8253',
15110
            'target_crs' => 'urn:ogc:def:crs:EPSG::6317',
15111
            'accuracy' => 0.0,
15112
        ],
15113
        [
15114
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10612',
15115
            'name' => 'NAD83(CSRS)v7 to CGVD28(HTv2.0) height (1)',
15116
            'source_crs' => 'urn:ogc:def:crs:EPSG::8254',
15117
            'target_crs' => 'urn:ogc:def:crs:EPSG::10588',
15118
            'accuracy' => 0.03,
15119
        ],
15120
        [
15121
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9987',
15122
            'name' => 'NAD83(CSRS)v7 to CGVD28 height (1)',
15123
            'source_crs' => 'urn:ogc:def:crs:EPSG::8254',
15124
            'target_crs' => 'urn:ogc:def:crs:EPSG::5713',
15125
            'accuracy' => 0.05,
15126
        ],
15127
        [
15128
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10109',
15129
            'name' => 'NAD83(CSRS)v7 to CGVD2013a(2010) height (1)',
15130
            'source_crs' => 'urn:ogc:def:crs:EPSG::8254',
15131
            'target_crs' => 'urn:ogc:def:crs:EPSG::9245',
15132
            'accuracy' => 0.03,
15133
        ],
15134
        [
15135
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19960',
15136
            'name' => 'Prince Edward Isl. Stereographic (NAD83)',
15137
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
15138
            'target_crs' => 'urn:ogc:def:crs:EPSG::22739',
15139
            'accuracy' => 0,
15140
        ],
15141
        [
15142
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17722',
15143
            'name' => 'Alberta 3-degree TM reference meridian 111 W',
15144
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
15145
            'target_crs' => 'urn:ogc:def:crs:EPSG::22762',
15146
            'accuracy' => 0,
15147
        ],
15148
        [
15149
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17723',
15150
            'name' => 'Alberta 3-degree TM reference meridian 114 W',
15151
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
15152
            'target_crs' => 'urn:ogc:def:crs:EPSG::22763',
15153
            'accuracy' => 0,
15154
        ],
15155
        [
15156
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17724',
15157
            'name' => 'Alberta 3-degree TM reference meridian 117 W',
15158
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
15159
            'target_crs' => 'urn:ogc:def:crs:EPSG::22764',
15160 39
            'accuracy' => 0,
15161
        ],
15162 39
        [
15163
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17726',
15164
            'name' => 'Alberta 3-degree TM reference meridian 120 W',
15165
            'source_crs' => 'urn:ogc:def:crs:EPSG::8255',
15166
            'target_crs' => 'urn:ogc:def:crs:EPSG::22765',
15167
            'accuracy' => 0,
15168
        ],
15169
        [
15170
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8867',
15171
            'name' => 'NAD83(HARN Corrected) to NAD83(FBN) (1)',
15172
            'source_crs' => 'urn:ogc:def:crs:EPSG::8545',
15173
            'target_crs' => 'urn:ogc:def:crs:EPSG::8860',
15174
            'accuracy' => 0.05,
15175
        ],
15176
        [
15177
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8862',
15178
            'name' => 'NAD83(FBN) to NAD83(NSRS2007) (1)',
15179
            'source_crs' => 'urn:ogc:def:crs:EPSG::8860',
15180
            'target_crs' => 'urn:ogc:def:crs:EPSG::4759',
15181
            'accuracy' => 0.05,
15182
        ],
15183
        [
15184
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8868',
15185
            'name' => 'NAD83(FBN) to NAD83(NSRS2007) (2)',
15186
            'source_crs' => 'urn:ogc:def:crs:EPSG::8860',
15187
            'target_crs' => 'urn:ogc:def:crs:EPSG::4759',
15188
            'accuracy' => 0.05,
15189
        ],
15190
        [
15191
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5366',
15192
            'name' => 'Costa Rica TM 2005',
15193
            'source_crs' => 'urn:ogc:def:crs:EPSG::8907',
15194
            'target_crs' => 'urn:ogc:def:crs:EPSG::8908',
15195
            'accuracy' => 0,
15196
        ],
15197
        [
15198
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10415',
15199
            'name' => 'ITRF2020 to NAD83(CSRS)v8 (1)',
15200
            'source_crs' => 'urn:ogc:def:crs:EPSG::9988',
15201
            'target_crs' => 'urn:ogc:def:crs:EPSG::10412',
15202
            'accuracy' => 0.0,
15203
        ],
15204
        [
15205
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10334',
15206
            'name' => 'ITRF2020 to NAD83(2011) (1)',
15207
            'source_crs' => 'urn:ogc:def:crs:EPSG::9988',
15208
            'target_crs' => 'urn:ogc:def:crs:EPSG::6317',
15209
            'accuracy' => 0.0,
15210
        ],
15211
        [
15212
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10336',
15213
            'name' => 'ITRF2020 to NAD83(PA11) (1)',
15214
            'source_crs' => 'urn:ogc:def:crs:EPSG::9988',
15215
            'target_crs' => 'urn:ogc:def:crs:EPSG::6320',
15216
            'accuracy' => 0.0,
15217
        ],
15218
        [
15219
            'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10338',
15220
            'name' => 'ITRF2020 to NAD83(MA11) (1)',
15221
            'source_crs' => 'urn:ogc:def:crs:EPSG::9988',
15222
            'target_crs' => 'urn:ogc:def:crs:EPSG::6323',
15223
            'accuracy' => 0.0,
15224
        ],
15225
    ];
15226
15227
    /**
15228
     * @return array<array{operation: string, name: string, source_crs: string, target_crs: string, accuracy: float}>
15229
     */
15230
    public static function getSupportedTransformations(): array
15231
    {
15232
        return static::$sridData;
15233
    }
15234
}
15235