|
1
|
|
|
<?php |
|
2
|
|
|
|
|
3
|
|
|
/** |
|
4
|
|
|
* PHPCoord. |
|
5
|
|
|
* |
|
6
|
|
|
* @author Doug Wright |
|
7
|
|
|
*/ |
|
8
|
|
|
declare(strict_types=1); |
|
9
|
|
|
|
|
10
|
|
|
namespace PHPCoord\CoordinateOperation; |
|
11
|
|
|
|
|
12
|
|
|
use PHPCoord\Exception\UnknownCoordinateOperationException; |
|
13
|
|
|
use function str_replace; |
|
14
|
|
|
|
|
15
|
|
|
/** |
|
16
|
|
|
* @internal |
|
17
|
|
|
*/ |
|
18
|
|
|
class CoordinateOperations |
|
19
|
|
|
{ |
|
20
|
|
|
protected static array $sridData = [ |
|
21
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1027' => [ |
|
22
|
|
|
'name' => 'Madrid 1870 (Madrid) to ED50 (2)', |
|
23
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9617', |
|
24
|
|
|
'extent_code' => ['2367'], |
|
25
|
|
|
], |
|
26
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1028' => [ |
|
27
|
|
|
'name' => 'Madrid 1870 (Madrid) to ED50 (3)', |
|
28
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9617', |
|
29
|
|
|
'extent_code' => ['2368'], |
|
30
|
|
|
], |
|
31
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1041' => [ |
|
32
|
|
|
'name' => 'TM75 to ETRS89 (1)', |
|
33
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9648', |
|
34
|
|
|
'extent_code' => ['1305'], |
|
35
|
|
|
], |
|
36
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1057' => [ |
|
37
|
|
|
'name' => 'Ain el Abd to WGS 84 (5)', |
|
38
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
39
|
|
|
'extent_code' => ['2956'], |
|
40
|
|
|
], |
|
41
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1058' => [ |
|
42
|
|
|
'name' => 'Ain el Abd to WGS 84 (6)', |
|
43
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
44
|
|
|
'extent_code' => ['2957'], |
|
45
|
|
|
], |
|
46
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1059' => [ |
|
47
|
|
|
'name' => 'KOC to WGS 84 (1)', |
|
48
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
49
|
|
|
'extent_code' => ['3267'], |
|
50
|
|
|
], |
|
51
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1060' => [ |
|
52
|
|
|
'name' => 'NGN to WGS 84 (1)', |
|
53
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
54
|
|
|
'extent_code' => ['3267'], |
|
55
|
|
|
], |
|
56
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1062' => [ |
|
57
|
|
|
'name' => 'Kudams to WGS 84 (2)', |
|
58
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
59
|
|
|
'extent_code' => ['1310'], |
|
60
|
|
|
], |
|
61
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1063' => [ |
|
62
|
|
|
'name' => 'Vientiane 1982 to Lao 1997 (1)', |
|
63
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
64
|
|
|
'extent_code' => ['1138'], |
|
65
|
|
|
], |
|
66
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1064' => [ |
|
67
|
|
|
'name' => 'Lao 1993 to Lao 1997 (1)', |
|
68
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
69
|
|
|
'extent_code' => ['1138'], |
|
70
|
|
|
], |
|
71
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1065' => [ |
|
72
|
|
|
'name' => 'Lao 1997 to WGS 84 (1)', |
|
73
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
74
|
|
|
'extent_code' => ['1138'], |
|
75
|
|
|
], |
|
76
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1070' => [ |
|
77
|
|
|
'name' => 'Guam 1963 to WGS 84 (1)', |
|
78
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
79
|
|
|
'extent_code' => ['3255'], |
|
80
|
|
|
], |
|
81
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1071' => [ |
|
82
|
|
|
'name' => 'Palestine 1923 to Israel 1993 (1)', |
|
83
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
84
|
|
|
'extent_code' => ['2603'], |
|
85
|
|
|
], |
|
86
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1074' => [ |
|
87
|
|
|
'name' => 'Palestine 1923 to WGS 84 (1)', |
|
88
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
89
|
|
|
'extent_code' => ['2603'], |
|
90
|
|
|
], |
|
91
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1080' => [ |
|
92
|
|
|
'name' => 'CI1971 to WGS 84 (1)', |
|
93
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
94
|
|
|
'extent_code' => ['2889'], |
|
95
|
|
|
], |
|
96
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1082' => [ |
|
97
|
|
|
'name' => 'CI1979 to NZGD2000 (1)', |
|
98
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
99
|
|
|
'extent_code' => ['2889'], |
|
100
|
|
|
], |
|
101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1087' => [ |
|
102
|
|
|
'name' => 'ED50 to WGS 84 (37)', |
|
103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
104
|
|
|
'extent_code' => ['1130'], |
|
105
|
|
|
], |
|
106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1095' => [ |
|
107
|
|
|
'name' => 'PSAD56 to WGS 84 (13)', |
|
108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
109
|
|
|
'extent_code' => ['3327'], |
|
110
|
|
|
], |
|
111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1096' => [ |
|
112
|
|
|
'name' => 'La Canoa to WGS 84 (13)', |
|
113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
114
|
|
|
'extent_code' => ['3327'], |
|
115
|
|
|
], |
|
116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1098' => [ |
|
117
|
|
|
'name' => 'IGM95 to ETRS89 (1)', |
|
118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
119
|
|
|
'extent_code' => ['3343'], |
|
120
|
|
|
], |
|
121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1100' => [ |
|
122
|
|
|
'name' => 'Adindan to WGS 84 (1)', |
|
123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
124
|
|
|
'extent_code' => ['1271'], |
|
125
|
|
|
], |
|
126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1101' => [ |
|
127
|
|
|
'name' => 'Adindan to WGS 84 (2)', |
|
128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
129
|
|
|
'extent_code' => ['1057'], |
|
130
|
|
|
], |
|
131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1102' => [ |
|
132
|
|
|
'name' => 'Adindan to WGS 84 (3)', |
|
133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
134
|
|
|
'extent_code' => ['3226'], |
|
135
|
|
|
], |
|
136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1103' => [ |
|
137
|
|
|
'name' => 'Adindan to WGS 84 (4)', |
|
138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
139
|
|
|
'extent_code' => ['1091'], |
|
140
|
|
|
], |
|
141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1104' => [ |
|
142
|
|
|
'name' => 'Adindan to WGS 84 (5)', |
|
143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
144
|
|
|
'extent_code' => ['1153'], |
|
145
|
|
|
], |
|
146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1105' => [ |
|
147
|
|
|
'name' => 'Adindan to WGS 84 (6)', |
|
148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
149
|
|
|
'extent_code' => ['3304'], |
|
150
|
|
|
], |
|
151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1106' => [ |
|
152
|
|
|
'name' => 'Adindan to WGS 84 (7)', |
|
153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
154
|
|
|
'extent_code' => ['3311'], |
|
155
|
|
|
], |
|
156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1107' => [ |
|
157
|
|
|
'name' => 'Afgooye to WGS 84 (1)', |
|
158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
159
|
|
|
'extent_code' => ['3308'], |
|
160
|
|
|
], |
|
161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1110' => [ |
|
162
|
|
|
'name' => 'Ain el Abd to WGS 84 (1)', |
|
163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
164
|
|
|
'extent_code' => ['3943'], |
|
165
|
|
|
], |
|
166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1111' => [ |
|
167
|
|
|
'name' => 'Ain el Abd to WGS 84 (2)', |
|
168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
169
|
|
|
'extent_code' => ['3303'], |
|
170
|
|
|
], |
|
171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1114' => [ |
|
172
|
|
|
'name' => 'Arc 1950 to WGS 84 (2)', |
|
173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
174
|
|
|
'extent_code' => ['1051'], |
|
175
|
|
|
], |
|
176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1116' => [ |
|
177
|
|
|
'name' => 'Arc 1950 to WGS 84 (4)', |
|
178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
179
|
|
|
'extent_code' => ['1141'], |
|
180
|
|
|
], |
|
181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1117' => [ |
|
182
|
|
|
'name' => 'Arc 1950 to WGS 84 (5)', |
|
183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
184
|
|
|
'extent_code' => ['1150'], |
|
185
|
|
|
], |
|
186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1118' => [ |
|
187
|
|
|
'name' => 'Arc 1950 to WGS 84 (6)', |
|
188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
189
|
|
|
'extent_code' => ['1224'], |
|
190
|
|
|
], |
|
191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1120' => [ |
|
192
|
|
|
'name' => 'Arc 1950 to WGS 84 (8)', |
|
193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
194
|
|
|
'extent_code' => ['1260'], |
|
195
|
|
|
], |
|
196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1122' => [ |
|
197
|
|
|
'name' => 'Arc 1960 to WGS 84 (1)', |
|
198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
199
|
|
|
'extent_code' => ['2311'], |
|
200
|
|
|
], |
|
201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1126' => [ |
|
202
|
|
|
'name' => 'Bukit Rimpah to WGS 84 (1)', |
|
203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
204
|
|
|
'extent_code' => ['1287'], |
|
205
|
|
|
], |
|
206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1129' => [ |
|
207
|
|
|
'name' => 'Cape to WGS 84 (2)', |
|
208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
209
|
|
|
'extent_code' => ['3309'], |
|
210
|
|
|
], |
|
211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1130' => [ |
|
212
|
|
|
'name' => 'Carthage to WGS 84 (1)', |
|
213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
214
|
|
|
'extent_code' => ['1236'], |
|
215
|
|
|
], |
|
216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1132' => [ |
|
217
|
|
|
'name' => 'Corrego Alegre 1970-72 to WGS 84 (1)', |
|
218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
219
|
|
|
'extent_code' => ['1293'], |
|
220
|
|
|
], |
|
221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1133' => [ |
|
222
|
|
|
'name' => 'ED50 to WGS 84 (1)', |
|
223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
224
|
|
|
'extent_code' => ['2420'], |
|
225
|
|
|
], |
|
226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1134' => [ |
|
227
|
|
|
'name' => 'ED50 to WGS 84 (2)', |
|
228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
229
|
|
|
'extent_code' => ['2421'], |
|
230
|
|
|
], |
|
231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1135' => [ |
|
232
|
|
|
'name' => 'ED50 to WGS 84 (3)', |
|
233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
234
|
|
|
'extent_code' => ['2345'], |
|
235
|
|
|
], |
|
236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1136' => [ |
|
237
|
|
|
'name' => 'ED50 to WGS 84 (4)', |
|
238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
239
|
|
|
'extent_code' => ['1078'], |
|
240
|
|
|
], |
|
241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1137' => [ |
|
242
|
|
|
'name' => 'ED50 to WGS 84 (5)', |
|
243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
244
|
|
|
'extent_code' => ['2595'], |
|
245
|
|
|
], |
|
246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1138' => [ |
|
247
|
|
|
'name' => 'ED50 to WGS 84 (6)', |
|
248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
249
|
|
|
'extent_code' => ['2343'], |
|
250
|
|
|
], |
|
251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1139' => [ |
|
252
|
|
|
'name' => 'ED50 to WGS 84 (7)', |
|
253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
254
|
|
|
'extent_code' => ['2344'], |
|
255
|
|
|
], |
|
256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1140' => [ |
|
257
|
|
|
'name' => 'ED50 to WGS 84 (8)', |
|
258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
259
|
|
|
'extent_code' => ['3254'], |
|
260
|
|
|
], |
|
261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1141' => [ |
|
262
|
|
|
'name' => 'ED50(ED77) to WGS 84 (2)', |
|
263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
264
|
|
|
'extent_code' => ['1123'], |
|
265
|
|
|
], |
|
266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1142' => [ |
|
267
|
|
|
'name' => 'ED50 to WGS 84 (10)', |
|
268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
269
|
|
|
'extent_code' => ['2339'], |
|
270
|
|
|
], |
|
271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1143' => [ |
|
272
|
|
|
'name' => 'ED50 to WGS 84 (11)', |
|
273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
274
|
|
|
'extent_code' => ['2340'], |
|
275
|
|
|
], |
|
276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1144' => [ |
|
277
|
|
|
'name' => 'ED50 to WGS 84 (12)', |
|
278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
279
|
|
|
'extent_code' => ['3275'], |
|
280
|
|
|
], |
|
281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1145' => [ |
|
282
|
|
|
'name' => 'ED50 to WGS 84 (13)', |
|
283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
284
|
|
|
'extent_code' => ['2338'], |
|
285
|
|
|
], |
|
286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1146' => [ |
|
287
|
|
|
'name' => 'ED87 to WGS 84 (1)', |
|
288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
289
|
|
|
'extent_code' => ['2330'], |
|
290
|
|
|
], |
|
291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1147' => [ |
|
292
|
|
|
'name' => 'ED50 to ED87 (2)', |
|
293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
294
|
|
|
'extent_code' => ['2332'], |
|
295
|
|
|
], |
|
296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1149' => [ |
|
297
|
|
|
'name' => 'ETRS89 to WGS 84 (1)', |
|
298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
299
|
|
|
'extent_code' => ['1298'], |
|
300
|
|
|
], |
|
301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1151' => [ |
|
302
|
|
|
'name' => 'NZGD49 to WGS 84 (1)', |
|
303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
304
|
|
|
'extent_code' => ['3285'], |
|
305
|
|
|
], |
|
306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1152' => [ |
|
307
|
|
|
'name' => 'Hu Tzu Shan 1950 to WGS 84 (1)', |
|
308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
309
|
|
|
'extent_code' => ['3315'], |
|
310
|
|
|
], |
|
311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1153' => [ |
|
312
|
|
|
'name' => 'Indian 1954 to WGS 84 (1)', |
|
313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
314
|
|
|
'extent_code' => ['3317'], |
|
315
|
|
|
], |
|
316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1155' => [ |
|
317
|
|
|
'name' => 'Kalianpur 1937 to WGS 84 (1)', |
|
318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
319
|
|
|
'extent_code' => ['3217'], |
|
320
|
|
|
], |
|
321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1157' => [ |
|
322
|
|
|
'name' => 'Kandawala to WGS 84 (1)', |
|
323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
324
|
|
|
'extent_code' => ['3310'], |
|
325
|
|
|
], |
|
326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1158' => [ |
|
327
|
|
|
'name' => 'Kertau 1968 to WGS 84 (1)', |
|
328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
329
|
|
|
'extent_code' => ['4223'], |
|
330
|
|
|
], |
|
331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1159' => [ |
|
332
|
|
|
'name' => 'Leigon to WGS 84 (1)', |
|
333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
334
|
|
|
'extent_code' => ['1104'], |
|
335
|
|
|
], |
|
336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1160' => [ |
|
337
|
|
|
'name' => 'Liberia 1964 to WGS 84 (1)', |
|
338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
339
|
|
|
'extent_code' => ['3270'], |
|
340
|
|
|
], |
|
341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1161' => [ |
|
342
|
|
|
'name' => 'Luzon 1911 to WGS 84 (1)', |
|
343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
344
|
|
|
'extent_code' => ['2364'], |
|
345
|
|
|
], |
|
346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1162' => [ |
|
347
|
|
|
'name' => 'Luzon 1911 to WGS 84 (2)', |
|
348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
349
|
|
|
'extent_code' => ['2365'], |
|
350
|
|
|
], |
|
351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1164' => [ |
|
352
|
|
|
'name' => 'Mahe 1971 to WGS 84 (1)', |
|
353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
354
|
|
|
'extent_code' => ['2369'], |
|
355
|
|
|
], |
|
356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1165' => [ |
|
357
|
|
|
'name' => 'Massawa to WGS 84 (1)', |
|
358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
359
|
|
|
'extent_code' => ['1089'], |
|
360
|
|
|
], |
|
361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1166' => [ |
|
362
|
|
|
'name' => 'Merchich to WGS 84 (1)', |
|
363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
364
|
|
|
'extent_code' => ['3280'], |
|
365
|
|
|
], |
|
366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1167' => [ |
|
367
|
|
|
'name' => 'Minna to WGS 84 (1)', |
|
368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
369
|
|
|
'extent_code' => ['3226'], |
|
370
|
|
|
], |
|
371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1168' => [ |
|
372
|
|
|
'name' => 'Minna to WGS 84 (2)', |
|
373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
374
|
|
|
'extent_code' => ['1178'], |
|
375
|
|
|
], |
|
376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1170' => [ |
|
377
|
|
|
'name' => 'NAD27 to WGS 84 (1)', |
|
378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
379
|
|
|
'extent_code' => ['2418'], |
|
380
|
|
|
], |
|
381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1171' => [ |
|
382
|
|
|
'name' => 'NAD27 to WGS 84 (2)', |
|
383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
384
|
|
|
'extent_code' => ['2419'], |
|
385
|
|
|
], |
|
386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1172' => [ |
|
387
|
|
|
'name' => 'NAD27 to WGS 84 (3)', |
|
388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
389
|
|
|
'extent_code' => ['4517'], |
|
390
|
|
|
], |
|
391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1173' => [ |
|
392
|
|
|
'name' => 'NAD27 to WGS 84 (4)', |
|
393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
394
|
|
|
'extent_code' => ['1323'], |
|
395
|
|
|
], |
|
396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1174' => [ |
|
397
|
|
|
'name' => 'NAD27 to WGS 84 (5)', |
|
398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
399
|
|
|
'extent_code' => ['2389'], |
|
400
|
|
|
], |
|
401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1175' => [ |
|
402
|
|
|
'name' => 'NAD27 to WGS 84 (6)', |
|
403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
404
|
|
|
'extent_code' => ['2390'], |
|
405
|
|
|
], |
|
406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1176' => [ |
|
407
|
|
|
'name' => 'NAD27 to WGS 84 (7)', |
|
408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
409
|
|
|
'extent_code' => ['2412'], |
|
410
|
|
|
], |
|
411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1177' => [ |
|
412
|
|
|
'name' => 'NAD27 to WGS 84 (8)', |
|
413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
414
|
|
|
'extent_code' => ['2413'], |
|
415
|
|
|
], |
|
416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1178' => [ |
|
417
|
|
|
'name' => 'NAD27 to WGS 84 (9)', |
|
418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
419
|
|
|
'extent_code' => ['2414'], |
|
420
|
|
|
], |
|
421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1179' => [ |
|
422
|
|
|
'name' => 'NAD27 to WGS 84 (10)', |
|
423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
424
|
|
|
'extent_code' => ['2384'], |
|
425
|
|
|
], |
|
426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1180' => [ |
|
427
|
|
|
'name' => 'NAD27 to WGS 84 (11)', |
|
428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
429
|
|
|
'extent_code' => ['2415'], |
|
430
|
|
|
], |
|
431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1181' => [ |
|
432
|
|
|
'name' => 'NAD27 to WGS 84 (12)', |
|
433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
434
|
|
|
'extent_code' => ['2416'], |
|
435
|
|
|
], |
|
436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1182' => [ |
|
437
|
|
|
'name' => 'NAD27 to WGS 84 (13)', |
|
438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
439
|
|
|
'extent_code' => ['2410'], |
|
440
|
|
|
], |
|
441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1183' => [ |
|
442
|
|
|
'name' => 'NAD27 to WGS 84 (14)', |
|
443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
444
|
|
|
'extent_code' => ['2417'], |
|
445
|
|
|
], |
|
446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1184' => [ |
|
447
|
|
|
'name' => 'NAD27 to WGS 84 (15)', |
|
448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
449
|
|
|
'extent_code' => ['2385'], |
|
450
|
|
|
], |
|
451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1185' => [ |
|
452
|
|
|
'name' => 'NAD27 to WGS 84 (16)', |
|
453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
454
|
|
|
'extent_code' => ['3235'], |
|
455
|
|
|
], |
|
456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1186' => [ |
|
457
|
|
|
'name' => 'NAD27 to WGS 84 (17)', |
|
458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
459
|
|
|
'extent_code' => ['2386'], |
|
460
|
|
|
], |
|
461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1187' => [ |
|
462
|
|
|
'name' => 'NAD27 to WGS 84 (18)', |
|
463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
464
|
|
|
'extent_code' => ['3278'], |
|
465
|
|
|
], |
|
466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1188' => [ |
|
467
|
|
|
'name' => 'NAD83 to WGS 84 (1)', |
|
468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
469
|
|
|
'extent_code' => ['1325'], |
|
470
|
|
|
], |
|
471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1190' => [ |
|
472
|
|
|
'name' => 'Nahrwan 1967 to WGS 84 (2)', |
|
473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
474
|
|
|
'extent_code' => ['3968'], |
|
475
|
|
|
], |
|
476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1191' => [ |
|
477
|
|
|
'name' => 'Nahrwan 1967 to WGS 84 (3)', |
|
478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
479
|
|
|
'extent_code' => ['1243'], |
|
480
|
|
|
], |
|
481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1194' => [ |
|
482
|
|
|
'name' => 'MGI to WGS 84 (8)', |
|
483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
484
|
|
|
'extent_code' => ['1543'], |
|
485
|
|
|
], |
|
486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1200' => [ |
|
487
|
|
|
'name' => 'Pointe Noire to WGS 84 (1)', |
|
488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
489
|
|
|
'extent_code' => ['1072'], |
|
490
|
|
|
], |
|
491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1201' => [ |
|
492
|
|
|
'name' => 'PSAD56 to WGS 84 (1)', |
|
493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
494
|
|
|
'extent_code' => ['2399'], |
|
495
|
|
|
], |
|
496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1202' => [ |
|
497
|
|
|
'name' => 'PSAD56 to WGS 84 (2)', |
|
498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
499
|
|
|
'extent_code' => ['1049'], |
|
500
|
|
|
], |
|
501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1205' => [ |
|
502
|
|
|
'name' => 'PSAD56 to WGS 84 (5)', |
|
503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
504
|
|
|
'extent_code' => ['3229'], |
|
505
|
|
|
], |
|
506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1206' => [ |
|
507
|
|
|
'name' => 'PSAD56 to WGS 84 (6)', |
|
508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
509
|
|
|
'extent_code' => ['3241'], |
|
510
|
|
|
], |
|
511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1207' => [ |
|
512
|
|
|
'name' => 'PSAD56 to WGS 84 (7)', |
|
513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
514
|
|
|
'extent_code' => ['1114'], |
|
515
|
|
|
], |
|
516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1208' => [ |
|
517
|
|
|
'name' => 'PSAD56 to WGS 84 (8)', |
|
518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
519
|
|
|
'extent_code' => ['3292'], |
|
520
|
|
|
], |
|
521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1209' => [ |
|
522
|
|
|
'name' => 'PSAD56 to WGS 84 (9)', |
|
523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
524
|
|
|
'extent_code' => ['3327'], |
|
525
|
|
|
], |
|
526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1210' => [ |
|
527
|
|
|
'name' => 'POSGAR 94 to WGS 84 (1)', |
|
528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
529
|
|
|
'extent_code' => ['1033'], |
|
530
|
|
|
], |
|
531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1225' => [ |
|
532
|
|
|
'name' => 'Sapper Hill 1943 to WGS 84 (1)', |
|
533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
534
|
|
|
'extent_code' => ['2355'], |
|
535
|
|
|
], |
|
536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1231' => [ |
|
537
|
|
|
'name' => 'Tokyo to WGS 84 (2)', |
|
538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
539
|
|
|
'extent_code' => ['3995'], |
|
540
|
|
|
], |
|
541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1233' => [ |
|
542
|
|
|
'name' => 'Tokyo to WGS 84 (4)', |
|
543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
544
|
|
|
'extent_code' => ['2408'], |
|
545
|
|
|
], |
|
546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1235' => [ |
|
547
|
|
|
'name' => 'Zanderij to WGS 84 (1)', |
|
548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
549
|
|
|
'extent_code' => ['1222'], |
|
550
|
|
|
], |
|
551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1237' => [ |
|
552
|
|
|
'name' => 'WGS 72 to WGS 84 (1)', |
|
553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
554
|
|
|
'extent_code' => ['1262'], |
|
555
|
|
|
], |
|
556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1238' => [ |
|
557
|
|
|
'name' => 'WGS 72 to WGS 84 (2)', |
|
558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
559
|
|
|
'extent_code' => ['1262'], |
|
560
|
|
|
], |
|
561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1239' => [ |
|
562
|
|
|
'name' => 'WGS 72BE to WGS 72 (1)', |
|
563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
564
|
|
|
'extent_code' => ['1262'], |
|
565
|
|
|
], |
|
566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1240' => [ |
|
567
|
|
|
'name' => 'WGS 72BE to WGS 84 (1)', |
|
568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
569
|
|
|
'extent_code' => ['2346'], |
|
570
|
|
|
], |
|
571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1244' => [ |
|
572
|
|
|
'name' => 'PZ-90 to WGS 84 (2)', |
|
573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
574
|
|
|
'extent_code' => ['1198'], |
|
575
|
|
|
], |
|
576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1245' => [ |
|
577
|
|
|
'name' => 'ED50 to WGS 84 (16)', |
|
578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
579
|
|
|
'extent_code' => ['1236'], |
|
580
|
|
|
], |
|
581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1246' => [ |
|
582
|
|
|
'name' => 'Herat North to WGS 84 (1)', |
|
583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
584
|
|
|
'extent_code' => ['1024'], |
|
585
|
|
|
], |
|
586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1249' => [ |
|
587
|
|
|
'name' => 'NAD27 to WGS 84 (21)', |
|
588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
589
|
|
|
'extent_code' => ['2387'], |
|
590
|
|
|
], |
|
591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1250' => [ |
|
592
|
|
|
'name' => 'NAD27 to WGS 84 (22)', |
|
593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
594
|
|
|
'extent_code' => ['2388'], |
|
595
|
|
|
], |
|
596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1251' => [ |
|
597
|
|
|
'name' => 'NAD83 to WGS 84 (2)', |
|
598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
599
|
|
|
'extent_code' => ['2157'], |
|
600
|
|
|
], |
|
601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1252' => [ |
|
602
|
|
|
'name' => 'NAD83 to WGS 84 (3)', |
|
603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
604
|
|
|
'extent_code' => ['3883'], |
|
605
|
|
|
], |
|
606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1254' => [ |
|
607
|
|
|
'name' => 'Pulkovo 1942 to WGS 84 (1)', |
|
608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
609
|
|
|
'extent_code' => ['3296'], |
|
610
|
|
|
], |
|
611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1257' => [ |
|
612
|
|
|
'name' => 'Pulkovo 1995 to PZ-90 (1)', |
|
613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
614
|
|
|
'extent_code' => ['1198'], |
|
615
|
|
|
], |
|
616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1260' => [ |
|
617
|
|
|
'name' => 'Makassar (Jakarta) to Makassar (1)', |
|
618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
619
|
|
|
'extent_code' => ['1316'], |
|
620
|
|
|
], |
|
621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1262' => [ |
|
622
|
|
|
'name' => 'Monte Mario (Rome) to Monte Mario (1)', |
|
623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
624
|
|
|
'extent_code' => ['3343'], |
|
625
|
|
|
], |
|
626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1264' => [ |
|
627
|
|
|
'name' => 'BD50 (Brussels) to BD50 (1)', |
|
628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
629
|
|
|
'extent_code' => ['1347'], |
|
630
|
|
|
], |
|
631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1265' => [ |
|
632
|
|
|
'name' => 'Tananarive (Paris) to Tananarive (1)', |
|
633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
634
|
|
|
'extent_code' => ['3273'], |
|
635
|
|
|
], |
|
636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1266' => [ |
|
637
|
|
|
'name' => 'Voirol 1875 (Paris) to Voirol 1875 (1)', |
|
638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
639
|
|
|
'extent_code' => ['1365'], |
|
640
|
|
|
], |
|
641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1271' => [ |
|
642
|
|
|
'name' => 'Schwarzeck to WGS 84 (2)', |
|
643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
644
|
|
|
'extent_code' => ['1169'], |
|
645
|
|
|
], |
|
646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1272' => [ |
|
647
|
|
|
'name' => 'GGRS87 to WGS 84 (1)', |
|
648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
649
|
|
|
'extent_code' => ['3254'], |
|
650
|
|
|
], |
|
651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1274' => [ |
|
652
|
|
|
'name' => 'Pulkovo 1942 to LKS94 (1)', |
|
653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
654
|
|
|
'extent_code' => ['3272'], |
|
655
|
|
|
], |
|
656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1276' => [ |
|
657
|
|
|
'name' => 'NTF to ED50 (1)', |
|
658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
659
|
|
|
'extent_code' => ['3694'], |
|
660
|
|
|
], |
|
661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1278' => [ |
|
662
|
|
|
'name' => 'AGD66 to GDA94 (1)', |
|
663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
664
|
|
|
'extent_code' => ['2575'], |
|
665
|
|
|
], |
|
666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1280' => [ |
|
667
|
|
|
'name' => 'AGD84 to GDA94 (2)', |
|
668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
669
|
|
|
'extent_code' => ['2576'], |
|
670
|
|
|
], |
|
671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1284' => [ |
|
672
|
|
|
'name' => 'Arc 1960 to WGS 84 (2)', |
|
673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
674
|
|
|
'extent_code' => ['3264'], |
|
675
|
|
|
], |
|
676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1285' => [ |
|
677
|
|
|
'name' => 'Arc 1960 to WGS 84 (3)', |
|
678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
679
|
|
|
'extent_code' => ['3316'], |
|
680
|
|
|
], |
|
681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1290' => [ |
|
682
|
|
|
'name' => 'Pulkovo 1942 to WGS 84 (6)', |
|
683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
684
|
|
|
'extent_code' => ['3268'], |
|
685
|
|
|
], |
|
686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1291' => [ |
|
687
|
|
|
'name' => 'Pulkovo 1942 to WGS 84 (7)', |
|
688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
689
|
|
|
'extent_code' => ['1131'], |
|
690
|
|
|
], |
|
691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1294' => [ |
|
692
|
|
|
'name' => 'Voirol 1875 to WGS 84 (1)', |
|
693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
694
|
|
|
'extent_code' => ['1365'], |
|
695
|
|
|
], |
|
696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1296' => [ |
|
697
|
|
|
'name' => 'Trinidad 1903 to WGS 84 (1)', |
|
698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
699
|
|
|
'extent_code' => ['1339'], |
|
700
|
|
|
], |
|
701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1298' => [ |
|
702
|
|
|
'name' => 'Tete to Moznet (2)', |
|
703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
704
|
|
|
'extent_code' => ['2350'], |
|
705
|
|
|
], |
|
706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1299' => [ |
|
707
|
|
|
'name' => 'Tete to Moznet (3)', |
|
708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
709
|
|
|
'extent_code' => ['2351'], |
|
710
|
|
|
], |
|
711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1300' => [ |
|
712
|
|
|
'name' => 'Tete to Moznet (4)', |
|
713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
714
|
|
|
'extent_code' => ['2352'], |
|
715
|
|
|
], |
|
716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1301' => [ |
|
717
|
|
|
'name' => 'Tete to Moznet (5)', |
|
718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
719
|
|
|
'extent_code' => ['2353'], |
|
720
|
|
|
], |
|
721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1302' => [ |
|
722
|
|
|
'name' => 'Moznet to WGS 84 (1)', |
|
723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
724
|
|
|
'extent_code' => ['1167'], |
|
725
|
|
|
], |
|
726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1303' => [ |
|
727
|
|
|
'name' => 'Pulkovo 1942 to WGS 84 (10)', |
|
728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
729
|
|
|
'extent_code' => ['2405'], |
|
730
|
|
|
], |
|
731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1304' => [ |
|
732
|
|
|
'name' => 'Indian 1975 to WGS 84 (2)', |
|
733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
734
|
|
|
'extent_code' => ['3741'], |
|
735
|
|
|
], |
|
736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1305' => [ |
|
737
|
|
|
'name' => 'Tokyo to WGS 84 (5)', |
|
738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
739
|
|
|
'extent_code' => ['3266'], |
|
740
|
|
|
], |
|
741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1307' => [ |
|
742
|
|
|
'name' => 'Naparima 1972 to WGS 84 (3)', |
|
743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
744
|
|
|
'extent_code' => ['1322'], |
|
745
|
|
|
], |
|
746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1311' => [ |
|
747
|
|
|
'name' => 'ED50 to WGS 84 (18)', |
|
748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
749
|
|
|
'extent_code' => ['2342'], |
|
750
|
|
|
], |
|
751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1313' => [ |
|
752
|
|
|
'name' => 'NAD27 to NAD83 (4)', |
|
753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
754
|
|
|
'extent_code' => ['4517'], |
|
755
|
|
|
], |
|
756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1314' => [ |
|
757
|
|
|
'name' => 'OSGB36 to WGS 84 (6)', |
|
758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
759
|
|
|
'extent_code' => ['1264'], |
|
760
|
|
|
], |
|
761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1317' => [ |
|
762
|
|
|
'name' => 'Camacupa 1948 to WGS 72BE (1)', |
|
763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
764
|
|
|
'extent_code' => ['1604'], |
|
765
|
|
|
], |
|
766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1331' => [ |
|
767
|
|
|
'name' => 'EST92 to ETRS89 (1)', |
|
768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
769
|
|
|
'extent_code' => ['3246'], |
|
770
|
|
|
], |
|
771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1332' => [ |
|
772
|
|
|
'name' => 'Pulkovo 1942 to EST92 (1)', |
|
773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
774
|
|
|
'extent_code' => ['3246'], |
|
775
|
|
|
], |
|
776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1334' => [ |
|
777
|
|
|
'name' => 'Pulkovo 1942 to WGS 84 (12)', |
|
778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
779
|
|
|
'extent_code' => ['3246'], |
|
780
|
|
|
], |
|
781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1439' => [ |
|
782
|
|
|
'name' => 'PSD93 to WGS 84 (1)', |
|
783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
784
|
|
|
'extent_code' => ['3288'], |
|
785
|
|
|
], |
|
786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1440' => [ |
|
787
|
|
|
'name' => 'ED50 to WGS 84 (19)', |
|
788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
789
|
|
|
'extent_code' => ['3254'], |
|
790
|
|
|
], |
|
791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1441' => [ |
|
792
|
|
|
'name' => 'Antigua 1943 to WGS 84 (1)', |
|
793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
794
|
|
|
'extent_code' => ['1273'], |
|
795
|
|
|
], |
|
796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1442' => [ |
|
797
|
|
|
'name' => 'Dominica 1945 to WGS 84 (1)', |
|
798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
799
|
|
|
'extent_code' => ['3239'], |
|
800
|
|
|
], |
|
801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1443' => [ |
|
802
|
|
|
'name' => 'Grenada 1953 to WGS 84 (1)', |
|
803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
804
|
|
|
'extent_code' => ['3118'], |
|
805
|
|
|
], |
|
806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1444' => [ |
|
807
|
|
|
'name' => 'Montserrat 1958 to WGS 84 (1)', |
|
808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
809
|
|
|
'extent_code' => ['3279'], |
|
810
|
|
|
], |
|
811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1445' => [ |
|
812
|
|
|
'name' => 'St. Kitts 1955 to WGS 84 (1)', |
|
813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
814
|
|
|
'extent_code' => ['3297'], |
|
815
|
|
|
], |
|
816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1447' => [ |
|
817
|
|
|
'name' => 'Anguilla 1957 to WGS 84 (1)', |
|
818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9619', |
|
819
|
|
|
'extent_code' => ['3214'], |
|
820
|
|
|
], |
|
821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1449' => [ |
|
822
|
|
|
'name' => 'HD72 to ETRS89 (2)', |
|
823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
824
|
|
|
'extent_code' => ['1119'], |
|
825
|
|
|
], |
|
826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1460' => [ |
|
827
|
|
|
'name' => 'AGD66 to GDA94 (4)', |
|
828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
829
|
|
|
'extent_code' => ['2286'], |
|
830
|
|
|
], |
|
831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1463' => [ |
|
832
|
|
|
'name' => 'NAD27(76) to NAD83 (1)', |
|
833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
834
|
|
|
'extent_code' => ['1367'], |
|
835
|
|
|
], |
|
836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1469' => [ |
|
837
|
|
|
'name' => 'Locodjo 1965 to WGS 84 (1)', |
|
838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
839
|
|
|
'extent_code' => ['2282'], |
|
840
|
|
|
], |
|
841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1470' => [ |
|
842
|
|
|
'name' => 'Abidjan 1987 to WGS 84 (1)', |
|
843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
844
|
|
|
'extent_code' => ['1075'], |
|
845
|
|
|
], |
|
846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1504' => [ |
|
847
|
|
|
'name' => 'Cape to Hartebeesthoek94 (1)', |
|
848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
849
|
|
|
'extent_code' => ['3309'], |
|
850
|
|
|
], |
|
851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1505' => [ |
|
852
|
|
|
'name' => 'Hartebeesthoek94 to WGS 84 (1)', |
|
853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
854
|
|
|
'extent_code' => ['4540'], |
|
855
|
|
|
], |
|
856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1509' => [ |
|
857
|
|
|
'name' => 'CH1903+ to CHTRS95 (1)', |
|
858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
859
|
|
|
'extent_code' => ['1286'], |
|
860
|
|
|
], |
|
861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1512' => [ |
|
862
|
|
|
'name' => 'Rassadiran to WGS 84 (1)', |
|
863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
864
|
|
|
'extent_code' => ['1338'], |
|
865
|
|
|
], |
|
866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1513' => [ |
|
867
|
|
|
'name' => 'FD58 to WGS 84 (1)', |
|
868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
869
|
|
|
'extent_code' => ['2362'], |
|
870
|
|
|
], |
|
871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1514' => [ |
|
872
|
|
|
'name' => 'ED50(ED77) to WGS 84 (1)', |
|
873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
874
|
|
|
'extent_code' => ['1123'], |
|
875
|
|
|
], |
|
876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1516' => [ |
|
877
|
|
|
'name' => 'La Canoa to WGS 84 (18)', |
|
878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
879
|
|
|
'extent_code' => ['2363'], |
|
880
|
|
|
], |
|
881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1517' => [ |
|
882
|
|
|
'name' => 'Conakry 1905 to WGS 84 (1)', |
|
883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
884
|
|
|
'extent_code' => ['3257'], |
|
885
|
|
|
], |
|
886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1518' => [ |
|
887
|
|
|
'name' => 'Dabola 1981 to WGS 84 (1)', |
|
888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
889
|
|
|
'extent_code' => ['3257'], |
|
890
|
|
|
], |
|
891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1527' => [ |
|
892
|
|
|
'name' => 'Campo Inchauspe to WGS 84 (2)', |
|
893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
894
|
|
|
'extent_code' => ['2325'], |
|
895
|
|
|
], |
|
896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1528' => [ |
|
897
|
|
|
'name' => 'Chos Malal 1914 to Campo Inchauspe (1)', |
|
898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
899
|
|
|
'extent_code' => ['2325'], |
|
900
|
|
|
], |
|
901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1529' => [ |
|
902
|
|
|
'name' => 'Hito XVIII to WGS 84 (1)', |
|
903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
904
|
|
|
'extent_code' => ['2357'], |
|
905
|
|
|
], |
|
906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1530' => [ |
|
907
|
|
|
'name' => 'NAD27 to WGS 84 (30)', |
|
908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
909
|
|
|
'extent_code' => ['1077'], |
|
910
|
|
|
], |
|
911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1531' => [ |
|
912
|
|
|
'name' => 'Nahrwan 1967 to WGS 84 (4)', |
|
913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
914
|
|
|
'extent_code' => ['2392'], |
|
915
|
|
|
], |
|
916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1532' => [ |
|
917
|
|
|
'name' => 'M\'poraloko to WGS 84 (2)', |
|
918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
919
|
|
|
'extent_code' => ['1100'], |
|
920
|
|
|
], |
|
921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1533' => [ |
|
922
|
|
|
'name' => 'Kalianpur 1937 to WGS 84 (2)', |
|
923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
924
|
|
|
'extent_code' => ['2361'], |
|
925
|
|
|
], |
|
926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1539' => [ |
|
927
|
|
|
'name' => 'South Yemen to Yemen NGN96 (1)', |
|
928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
929
|
|
|
'extent_code' => ['1340'], |
|
930
|
|
|
], |
|
931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1540' => [ |
|
932
|
|
|
'name' => 'Yemen NGN96 to WGS 84 (1)', |
|
933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
934
|
|
|
'extent_code' => ['1257'], |
|
935
|
|
|
], |
|
936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1541' => [ |
|
937
|
|
|
'name' => 'Indian 1960 to WGS 72BE (1)', |
|
938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
939
|
|
|
'extent_code' => ['1495'], |
|
940
|
|
|
], |
|
941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1542' => [ |
|
942
|
|
|
'name' => 'Indian 1960 to WGS 84 (2)', |
|
943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
944
|
|
|
'extent_code' => ['2359'], |
|
945
|
|
|
], |
|
946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1543' => [ |
|
947
|
|
|
'name' => 'Indian 1960 to WGS 84 (3)', |
|
948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
949
|
|
|
'extent_code' => ['2360'], |
|
950
|
|
|
], |
|
951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1544' => [ |
|
952
|
|
|
'name' => 'Hanoi 1972 to WGS 84 (1)', |
|
953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
954
|
|
|
'extent_code' => ['1494'], |
|
955
|
|
|
], |
|
956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1545' => [ |
|
957
|
|
|
'name' => 'Egypt 1907 to WGS 72 (1)', |
|
958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
959
|
|
|
'extent_code' => ['1086'], |
|
960
|
|
|
], |
|
961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1547' => [ |
|
962
|
|
|
'name' => 'Bissau to WGS 84 (1)', |
|
963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
964
|
|
|
'extent_code' => ['3258'], |
|
965
|
|
|
], |
|
966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1555' => [ |
|
967
|
|
|
'name' => 'Naparima 1955 to WGS 84 (2)', |
|
968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
969
|
|
|
'extent_code' => ['3143'], |
|
970
|
|
|
], |
|
971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1557' => [ |
|
972
|
|
|
'name' => 'Malongo 1987 to WGS 84 (2)', |
|
973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
974
|
|
|
'extent_code' => ['3180'], |
|
975
|
|
|
], |
|
976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1558' => [ |
|
977
|
|
|
'name' => 'Korean 1995 to WGS 84 (1)', |
|
978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
979
|
|
|
'extent_code' => ['3266'], |
|
980
|
|
|
], |
|
981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1560' => [ |
|
982
|
|
|
'name' => 'Nord Sahara 1959 to WGS 72BE (1)', |
|
983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
984
|
|
|
'extent_code' => ['2393'], |
|
985
|
|
|
], |
|
986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1563' => [ |
|
987
|
|
|
'name' => 'Qatar 1974 to WGS 84 (3)', |
|
988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
989
|
|
|
'extent_code' => ['1346'], |
|
990
|
|
|
], |
|
991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1565' => [ |
|
992
|
|
|
'name' => 'NZGD2000 to WGS 84 (1)', |
|
993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
994
|
|
|
'extent_code' => ['1175'], |
|
995
|
|
|
], |
|
996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1566' => [ |
|
997
|
|
|
'name' => 'NZGD49 to NZGD2000 (1)', |
|
998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
999
|
|
|
'extent_code' => ['3285'], |
|
1000
|
|
|
], |
|
1001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1568' => [ |
|
1002
|
|
|
'name' => 'NZGD49 to NZGD2000 (3)', |
|
1003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
1004
|
|
|
'extent_code' => ['3285'], |
|
1005
|
|
|
], |
|
1006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1570' => [ |
|
1007
|
|
|
'name' => 'Accra to WGS 72BE (1)', |
|
1008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1009
|
|
|
'extent_code' => ['1505'], |
|
1010
|
|
|
], |
|
1011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1573' => [ |
|
1012
|
|
|
'name' => 'NAD27 to NAD83 (6)', |
|
1013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
1014
|
|
|
'extent_code' => ['1368'], |
|
1015
|
|
|
], |
|
1016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1575' => [ |
|
1017
|
|
|
'name' => 'NAD27(CGQ77) to NAD83 (2)', |
|
1018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
1019
|
|
|
'extent_code' => ['1368'], |
|
1020
|
|
|
], |
|
1021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1577' => [ |
|
1022
|
|
|
'name' => 'American Samoa 1962 to WGS 84 (1)', |
|
1023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1024
|
|
|
'extent_code' => ['3109'], |
|
1025
|
|
|
], |
|
1026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1580' => [ |
|
1027
|
|
|
'name' => 'NAD83(HARN) to WGS 84 (1)', |
|
1028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1029
|
|
|
'extent_code' => ['1337'], |
|
1030
|
|
|
], |
|
1031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1581' => [ |
|
1032
|
|
|
'name' => 'SIRGAS 1995 to WGS 84 (1)', |
|
1033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1034
|
|
|
'extent_code' => ['3448'], |
|
1035
|
|
|
], |
|
1036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1582' => [ |
|
1037
|
|
|
'name' => 'PSAD56 to WGS 84 (10)', |
|
1038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1039
|
|
|
'extent_code' => ['2400'], |
|
1040
|
|
|
], |
|
1041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1583' => [ |
|
1042
|
|
|
'name' => 'PSAD56 to WGS 84 (11)', |
|
1043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1044
|
|
|
'extent_code' => ['2401'], |
|
1045
|
|
|
], |
|
1046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1584' => [ |
|
1047
|
|
|
'name' => 'Deir ez Zor to WGS 72BE (1)', |
|
1048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1049
|
|
|
'extent_code' => ['2329'], |
|
1050
|
|
|
], |
|
1051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1587' => [ |
|
1052
|
|
|
'name' => 'Deir ez Zor to WGS 84 (4)', |
|
1053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1054
|
|
|
'extent_code' => ['2328'], |
|
1055
|
|
|
], |
|
1056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1588' => [ |
|
1057
|
|
|
'name' => 'ED50 to ETRS89 (1)', |
|
1058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1059
|
|
|
'extent_code' => ['2332'], |
|
1060
|
|
|
], |
|
1061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1591' => [ |
|
1062
|
|
|
'name' => 'RGF93 v1 to ETRS89 (1)', |
|
1063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1064
|
|
|
'extent_code' => ['1096'], |
|
1065
|
|
|
], |
|
1066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1594' => [ |
|
1067
|
|
|
'name' => 'AGD66 to GDA94 (8)', |
|
1068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1069
|
|
|
'extent_code' => ['1282'], |
|
1070
|
|
|
], |
|
1071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1595' => [ |
|
1072
|
|
|
'name' => 'AGD66 to GDA94 (9)', |
|
1073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1074
|
|
|
'extent_code' => ['2284'], |
|
1075
|
|
|
], |
|
1076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1610' => [ |
|
1077
|
|
|
'name' => 'BD72 to WGS 84 (2)', |
|
1078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1079
|
|
|
'extent_code' => ['1347'], |
|
1080
|
|
|
], |
|
1081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1611' => [ |
|
1082
|
|
|
'name' => 'IRENET95 to ETRS89 (1)', |
|
1083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1084
|
|
|
'extent_code' => ['1305'], |
|
1085
|
|
|
], |
|
1086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1613' => [ |
|
1087
|
|
|
'name' => 'ED50 to WGS 84 (24)', |
|
1088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1089
|
|
|
'extent_code' => ['2334'], |
|
1090
|
|
|
], |
|
1091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1614' => [ |
|
1092
|
|
|
'name' => 'Sierra Leone 1968 to WGS 84 (1)', |
|
1093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1094
|
|
|
'extent_code' => ['3306'], |
|
1095
|
|
|
], |
|
1096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1616' => [ |
|
1097
|
|
|
'name' => 'PSD93 to WGS 72 (1)', |
|
1098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1099
|
|
|
'extent_code' => ['3288'], |
|
1100
|
|
|
], |
|
1101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1617' => [ |
|
1102
|
|
|
'name' => 'PSD93 to WGS 84 (3)', |
|
1103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1104
|
|
|
'extent_code' => ['2404'], |
|
1105
|
|
|
], |
|
1106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1619' => [ |
|
1107
|
|
|
'name' => 'MGI to ETRS89 (1)', |
|
1108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1109
|
|
|
'extent_code' => ['1037'], |
|
1110
|
|
|
], |
|
1111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1626' => [ |
|
1112
|
|
|
'name' => 'ED50 to ETRS89 (4)', |
|
1113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1114
|
|
|
'extent_code' => ['3237'], |
|
1115
|
|
|
], |
|
1116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1628' => [ |
|
1117
|
|
|
'name' => 'ED50 to ETRS89 (5)', |
|
1118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1119
|
|
|
'extent_code' => ['1105'], |
|
1120
|
|
|
], |
|
1121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1630' => [ |
|
1122
|
|
|
'name' => 'ED50 to ETRS89 (6)', |
|
1123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1124
|
|
|
'extent_code' => ['2335'], |
|
1125
|
|
|
], |
|
1126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1632' => [ |
|
1127
|
|
|
'name' => 'ED50 to ETRS89 (7)', |
|
1128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1129
|
|
|
'extent_code' => ['2336'], |
|
1130
|
|
|
], |
|
1131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1634' => [ |
|
1132
|
|
|
'name' => 'ED50 to ETRS89 (8)', |
|
1133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1134
|
|
|
'extent_code' => ['2337'], |
|
1135
|
|
|
], |
|
1136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1644' => [ |
|
1137
|
|
|
'name' => 'Pulkovo 1942(58) to ETRS89 (1)', |
|
1138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1139
|
|
|
'extent_code' => ['3293'], |
|
1140
|
|
|
], |
|
1141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1647' => [ |
|
1142
|
|
|
'name' => 'CH1903+ to ETRS89 (1)', |
|
1143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1144
|
|
|
'extent_code' => ['1286'], |
|
1145
|
|
|
], |
|
1146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1648' => [ |
|
1147
|
|
|
'name' => 'EST97 to ETRS89 (1)', |
|
1148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1149
|
|
|
'extent_code' => ['1090'], |
|
1150
|
|
|
], |
|
1151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1650' => [ |
|
1152
|
|
|
'name' => 'ED50 to ETRS89 (10)', |
|
1153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1154
|
|
|
'extent_code' => ['1096'], |
|
1155
|
|
|
], |
|
1156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1651' => [ |
|
1157
|
|
|
'name' => 'NTF to ETRS89 (1)', |
|
1158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1159
|
|
|
'extent_code' => ['3694'], |
|
1160
|
|
|
], |
|
1161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1653' => [ |
|
1162
|
|
|
'name' => 'NGO 1948 to ETRS89 (1)', |
|
1163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1164
|
|
|
'extent_code' => ['1352'], |
|
1165
|
|
|
], |
|
1166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1659' => [ |
|
1167
|
|
|
'name' => 'Monte Mario to ETRS89 (1)', |
|
1168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1169
|
|
|
'extent_code' => ['2372'], |
|
1170
|
|
|
], |
|
1171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1661' => [ |
|
1172
|
|
|
'name' => 'Monte Mario to ETRS89 (2)', |
|
1173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1174
|
|
|
'extent_code' => ['2339'], |
|
1175
|
|
|
], |
|
1176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1663' => [ |
|
1177
|
|
|
'name' => 'Monte Mario to ETRS89 (3)', |
|
1178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1179
|
|
|
'extent_code' => ['2340'], |
|
1180
|
|
|
], |
|
1181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1688' => [ |
|
1182
|
|
|
'name' => 'ATS77 to WGS 84 (1)', |
|
1183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
1184
|
|
|
'extent_code' => ['1447'], |
|
1185
|
|
|
], |
|
1186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1689' => [ |
|
1187
|
|
|
'name' => 'ATS77 to WGS 84 (2)', |
|
1188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
1189
|
|
|
'extent_code' => ['1533'], |
|
1190
|
|
|
], |
|
1191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1690' => [ |
|
1192
|
|
|
'name' => 'NAD27(76) to WGS 84 (1)', |
|
1193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
1194
|
|
|
'extent_code' => ['1367'], |
|
1195
|
|
|
], |
|
1196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1691' => [ |
|
1197
|
|
|
'name' => 'NAD27(CGQ77) to WGS 84 (3)', |
|
1198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
1199
|
|
|
'extent_code' => ['1368'], |
|
1200
|
|
|
], |
|
1201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1692' => [ |
|
1202
|
|
|
'name' => 'NAD27 to WGS 84 (34)', |
|
1203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
1204
|
|
|
'extent_code' => ['1368'], |
|
1205
|
|
|
], |
|
1206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1693' => [ |
|
1207
|
|
|
'name' => 'NAD27 to WGS 84 (33)', |
|
1208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
1209
|
|
|
'extent_code' => ['4517'], |
|
1210
|
|
|
], |
|
1211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1696' => [ |
|
1212
|
|
|
'name' => 'NAD83 to WGS 84 (6)', |
|
1213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
1214
|
|
|
'extent_code' => ['1368'], |
|
1215
|
|
|
], |
|
1216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1697' => [ |
|
1217
|
|
|
'name' => 'NAD83 to WGS 84 (7)', |
|
1218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
1219
|
|
|
'extent_code' => ['2375'], |
|
1220
|
|
|
], |
|
1221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1701' => [ |
|
1222
|
|
|
'name' => 'NZGD49 to NZGD2000 (2)', |
|
1223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1224
|
|
|
'extent_code' => ['3285'], |
|
1225
|
|
|
], |
|
1226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1702' => [ |
|
1227
|
|
|
'name' => 'NAD83 to WGS 84 (8)', |
|
1228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
1229
|
|
|
'extent_code' => ['2376'], |
|
1230
|
|
|
], |
|
1231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1703' => [ |
|
1232
|
|
|
'name' => 'NAD27 to WGS 84 (32)', |
|
1233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
1234
|
|
|
'extent_code' => ['2375'], |
|
1235
|
|
|
], |
|
1236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1754' => [ |
|
1237
|
|
|
'name' => 'Minna to WGS 84 (3)', |
|
1238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1239
|
|
|
'extent_code' => ['2371'], |
|
1240
|
|
|
], |
|
1241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1755' => [ |
|
1242
|
|
|
'name' => 'Bogota 1975 (Bogota) to Bogota 1975 (1)', |
|
1243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
1244
|
|
|
'extent_code' => ['3229'], |
|
1245
|
|
|
], |
|
1246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1756' => [ |
|
1247
|
|
|
'name' => 'Lisbon (Lisbon) to Lisbon (1)', |
|
1248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
1249
|
|
|
'extent_code' => ['1294'], |
|
1250
|
|
|
], |
|
1251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1759' => [ |
|
1252
|
|
|
'name' => 'Batavia (Jakarta) to Batavia (1)', |
|
1253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
1254
|
|
|
'extent_code' => ['1285'], |
|
1255
|
|
|
], |
|
1256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1760' => [ |
|
1257
|
|
|
'name' => 'RT38 (Stockholm) to RT38 (1)', |
|
1258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
1259
|
|
|
'extent_code' => ['3313'], |
|
1260
|
|
|
], |
|
1261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1761' => [ |
|
1262
|
|
|
'name' => 'Greek (Athens) to Greek (1)', |
|
1263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
1264
|
|
|
'extent_code' => ['3254'], |
|
1265
|
|
|
], |
|
1266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1762' => [ |
|
1267
|
|
|
'name' => 'NGO 1948 (Oslo) to NGO1948 (1)', |
|
1268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
1269
|
|
|
'extent_code' => ['1352'], |
|
1270
|
|
|
], |
|
1271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1763' => [ |
|
1272
|
|
|
'name' => 'NTF (Paris) to NTF (1)', |
|
1273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
1274
|
|
|
'extent_code' => ['3694'], |
|
1275
|
|
|
], |
|
1276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1765' => [ |
|
1277
|
|
|
'name' => 'Bern 1898 (Bern) to CH1903 (1)', |
|
1278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
1279
|
|
|
'extent_code' => ['1286'], |
|
1280
|
|
|
], |
|
1281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1767' => [ |
|
1282
|
|
|
'name' => 'REGVEN to SIRGAS 1995 (1)', |
|
1283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1284
|
|
|
'extent_code' => ['1251'], |
|
1285
|
|
|
], |
|
1286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1768' => [ |
|
1287
|
|
|
'name' => 'REGVEN to WGS 84 (1)', |
|
1288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1289
|
|
|
'extent_code' => ['1251'], |
|
1290
|
|
|
], |
|
1291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1769' => [ |
|
1292
|
|
|
'name' => 'PSAD56 to REGVEN (1)', |
|
1293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
1294
|
|
|
'extent_code' => ['3327'], |
|
1295
|
|
|
], |
|
1296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1771' => [ |
|
1297
|
|
|
'name' => 'La Canoa to REGVEN (1)', |
|
1298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
1299
|
|
|
'extent_code' => ['3327'], |
|
1300
|
|
|
], |
|
1301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1773' => [ |
|
1302
|
|
|
'name' => 'POSGAR 98 to WGS 84 (1)', |
|
1303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1304
|
|
|
'extent_code' => ['1033'], |
|
1305
|
|
|
], |
|
1306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1774' => [ |
|
1307
|
|
|
'name' => 'POSGAR 98 to SIRGAS 1995 (1)', |
|
1308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1309
|
|
|
'extent_code' => ['1033'], |
|
1310
|
|
|
], |
|
1311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1775' => [ |
|
1312
|
|
|
'name' => 'Pulkovo 1942(83) to ETRS89 (2)', |
|
1313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1314
|
|
|
'extent_code' => ['1343'], |
|
1315
|
|
|
], |
|
1316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1778' => [ |
|
1317
|
|
|
'name' => 'DHDN to ETRS89 (3)', |
|
1318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1319
|
|
|
'extent_code' => ['2543'], |
|
1320
|
|
|
], |
|
1321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1779' => [ |
|
1322
|
|
|
'name' => 'DHDN to ETRS89 (4)', |
|
1323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1324
|
|
|
'extent_code' => ['2542'], |
|
1325
|
|
|
], |
|
1326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1780' => [ |
|
1327
|
|
|
'name' => 'DHDN to ETRS89 (5)', |
|
1328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1329
|
|
|
'extent_code' => ['2541'], |
|
1330
|
|
|
], |
|
1331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1783' => [ |
|
1332
|
|
|
'name' => 'ED50 to ETRS89 (9)', |
|
1333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1334
|
|
|
'extent_code' => ['1237'], |
|
1335
|
|
|
], |
|
1336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1796' => [ |
|
1337
|
|
|
'name' => 'Manoca 1962 to WGS 84 (1)', |
|
1338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1339
|
|
|
'extent_code' => ['2555'], |
|
1340
|
|
|
], |
|
1341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1798' => [ |
|
1342
|
|
|
'name' => 'Qornoq 1927 to WGS 84 (2)', |
|
1343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1344
|
|
|
'extent_code' => ['3362'], |
|
1345
|
|
|
], |
|
1346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1799' => [ |
|
1347
|
|
|
'name' => 'Scoresbysund 1952 to WGS 84 (1)', |
|
1348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1349
|
|
|
'extent_code' => ['2570'], |
|
1350
|
|
|
], |
|
1351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1800' => [ |
|
1352
|
|
|
'name' => 'Ammassalik 1958 to WGS 84 (1)', |
|
1353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1354
|
|
|
'extent_code' => ['2571'], |
|
1355
|
|
|
], |
|
1356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1802' => [ |
|
1357
|
|
|
'name' => 'Pointe Noire to WGS 84 (3)', |
|
1358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1359
|
|
|
'extent_code' => ['2574'], |
|
1360
|
|
|
], |
|
1361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1803' => [ |
|
1362
|
|
|
'name' => 'AGD66 to GDA94 (11)', |
|
1363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
1364
|
|
|
'extent_code' => ['2575'], |
|
1365
|
|
|
], |
|
1366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1804' => [ |
|
1367
|
|
|
'name' => 'AGD84 to GDA94 (5)', |
|
1368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
1369
|
|
|
'extent_code' => ['2576'], |
|
1370
|
|
|
], |
|
1371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1805' => [ |
|
1372
|
|
|
'name' => 'Garoua to WGS 72BE (1)', |
|
1373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1374
|
|
|
'extent_code' => ['2590'], |
|
1375
|
|
|
], |
|
1376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1806' => [ |
|
1377
|
|
|
'name' => 'Kousseri to WGS 72BE (1)', |
|
1378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1379
|
|
|
'extent_code' => ['2591'], |
|
1380
|
|
|
], |
|
1381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1808' => [ |
|
1382
|
|
|
'name' => 'Pulkovo 1942 to WGS 84 (14)', |
|
1383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1384
|
|
|
'extent_code' => ['2593'], |
|
1385
|
|
|
], |
|
1386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1809' => [ |
|
1387
|
|
|
'name' => 'Pulkovo 1942 to WGS 84 (15)', |
|
1388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1389
|
|
|
'extent_code' => ['2594'], |
|
1390
|
|
|
], |
|
1391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1810' => [ |
|
1392
|
|
|
'name' => 'ED50 to WGS 84 (31)', |
|
1393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1394
|
|
|
'extent_code' => ['2595'], |
|
1395
|
|
|
], |
|
1396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1811' => [ |
|
1397
|
|
|
'name' => 'PSAD56 to WGS 84 (12)', |
|
1398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1399
|
|
|
'extent_code' => ['1754'], |
|
1400
|
|
|
], |
|
1401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1812' => [ |
|
1402
|
|
|
'name' => 'Indian 1975 to WGS 84 (4)', |
|
1403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1404
|
|
|
'extent_code' => ['3317'], |
|
1405
|
|
|
], |
|
1406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1826' => [ |
|
1407
|
|
|
'name' => 'JGD2000 to WGS 84 (1)', |
|
1408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1409
|
|
|
'extent_code' => ['4163'], |
|
1410
|
|
|
], |
|
1411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1828' => [ |
|
1412
|
|
|
'name' => 'Yoff to WGS 72 (1)', |
|
1413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1414
|
|
|
'extent_code' => ['1207'], |
|
1415
|
|
|
], |
|
1416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1837' => [ |
|
1417
|
|
|
'name' => 'Makassar to WGS 84 (1)', |
|
1418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1419
|
|
|
'extent_code' => ['1316'], |
|
1420
|
|
|
], |
|
1421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1838' => [ |
|
1422
|
|
|
'name' => 'Segara to WGS 84 (4)', |
|
1423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1424
|
|
|
'extent_code' => ['1328'], |
|
1425
|
|
|
], |
|
1426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1839' => [ |
|
1427
|
|
|
'name' => 'Beduaram to WGS 72BE (1)', |
|
1428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1429
|
|
|
'extent_code' => ['2771'], |
|
1430
|
|
|
], |
|
1431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1840' => [ |
|
1432
|
|
|
'name' => 'QND95 to WGS 84 (1)', |
|
1433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1434
|
|
|
'extent_code' => ['1346'], |
|
1435
|
|
|
], |
|
1436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1842' => [ |
|
1437
|
|
|
'name' => 'NAD83(CSRS) to WGS 84 (1)', |
|
1438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1439
|
|
|
'extent_code' => ['1061'], |
|
1440
|
|
|
], |
|
1441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1853' => [ |
|
1442
|
|
|
'name' => 'ED50 to WGS 84 (39)', |
|
1443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1444
|
|
|
'extent_code' => ['2961'], |
|
1445
|
|
|
], |
|
1446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1854' => [ |
|
1447
|
|
|
'name' => 'FD58 to WGS 84 (2)', |
|
1448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1449
|
|
|
'extent_code' => ['2782'], |
|
1450
|
|
|
], |
|
1451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1855' => [ |
|
1452
|
|
|
'name' => 'FD58 to WGS 84 (3)', |
|
1453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1454
|
|
|
'extent_code' => ['2781'], |
|
1455
|
|
|
], |
|
1456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1856' => [ |
|
1457
|
|
|
'name' => 'ED50(ED77) to WGS 84 (3)', |
|
1458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1459
|
|
|
'extent_code' => ['2783'], |
|
1460
|
|
|
], |
|
1461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1857' => [ |
|
1462
|
|
|
'name' => 'ED50(ED77) to WGS 84 (4)', |
|
1463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1464
|
|
|
'extent_code' => ['2782'], |
|
1465
|
|
|
], |
|
1466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1858' => [ |
|
1467
|
|
|
'name' => 'ED50(ED77) to WGS 84 (5)', |
|
1468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1469
|
|
|
'extent_code' => ['2781'], |
|
1470
|
|
|
], |
|
1471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1860' => [ |
|
1472
|
|
|
'name' => 'ELD79 to WGS 84 (2)', |
|
1473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1474
|
|
|
'extent_code' => ['2785'], |
|
1475
|
|
|
], |
|
1476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1862' => [ |
|
1477
|
|
|
'name' => 'ELD79 to WGS 84 (4)', |
|
1478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1479
|
|
|
'extent_code' => ['2786'], |
|
1480
|
|
|
], |
|
1481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1864' => [ |
|
1482
|
|
|
'name' => 'SAD69 to WGS 84 (1)', |
|
1483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1484
|
|
|
'extent_code' => ['4016'], |
|
1485
|
|
|
], |
|
1486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1865' => [ |
|
1487
|
|
|
'name' => 'SAD69 to WGS 84 (2)', |
|
1488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1489
|
|
|
'extent_code' => ['3215'], |
|
1490
|
|
|
], |
|
1491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1866' => [ |
|
1492
|
|
|
'name' => 'SAD69 to WGS 84 (3)', |
|
1493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1494
|
|
|
'extent_code' => ['1049'], |
|
1495
|
|
|
], |
|
1496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1867' => [ |
|
1497
|
|
|
'name' => 'SAD69 to WGS 84 (4)', |
|
1498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1499
|
|
|
'extent_code' => ['3887'], |
|
1500
|
|
|
], |
|
1501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1869' => [ |
|
1502
|
|
|
'name' => 'SAD69 to WGS 84 (6)', |
|
1503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1504
|
|
|
'extent_code' => ['3229'], |
|
1505
|
|
|
], |
|
1506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1870' => [ |
|
1507
|
|
|
'name' => 'SAD69 to WGS 84 (7)', |
|
1508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1509
|
|
|
'extent_code' => ['3241'], |
|
1510
|
|
|
], |
|
1511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1871' => [ |
|
1512
|
|
|
'name' => 'SAD69 to WGS 84 (8)', |
|
1513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1514
|
|
|
'extent_code' => ['2356'], |
|
1515
|
|
|
], |
|
1516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1872' => [ |
|
1517
|
|
|
'name' => 'SAD69 to WGS 84 (9)', |
|
1518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1519
|
|
|
'extent_code' => ['3259'], |
|
1520
|
|
|
], |
|
1521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1873' => [ |
|
1522
|
|
|
'name' => 'SAD69 to WGS 84 (10)', |
|
1523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1524
|
|
|
'extent_code' => ['1188'], |
|
1525
|
|
|
], |
|
1526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1874' => [ |
|
1527
|
|
|
'name' => 'SAD69 to WGS 84 (11)', |
|
1528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1529
|
|
|
'extent_code' => ['3292'], |
|
1530
|
|
|
], |
|
1531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1875' => [ |
|
1532
|
|
|
'name' => 'SAD69 to WGS 84 (12)', |
|
1533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1534
|
|
|
'extent_code' => ['3143'], |
|
1535
|
|
|
], |
|
1536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1876' => [ |
|
1537
|
|
|
'name' => 'SAD69 to WGS 84 (13)', |
|
1538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1539
|
|
|
'extent_code' => ['3327'], |
|
1540
|
|
|
], |
|
1541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1877' => [ |
|
1542
|
|
|
'name' => 'SAD69 to WGS 84 (14)', |
|
1543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1544
|
|
|
'extent_code' => ['1053'], |
|
1545
|
|
|
], |
|
1546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1878' => [ |
|
1547
|
|
|
'name' => 'SWEREF99 to ETRS89 (1)', |
|
1548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1549
|
|
|
'extent_code' => ['1225'], |
|
1550
|
|
|
], |
|
1551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1880' => [ |
|
1552
|
|
|
'name' => 'Point 58 to WGS 84 (1)', |
|
1553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1554
|
|
|
'extent_code' => ['2791'], |
|
1555
|
|
|
], |
|
1556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1881' => [ |
|
1557
|
|
|
'name' => 'Carthage (Paris) to Carthage (1)', |
|
1558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
1559
|
|
|
'extent_code' => ['1618'], |
|
1560
|
|
|
], |
|
1561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1883' => [ |
|
1562
|
|
|
'name' => 'Segara (Jakarta) to Segara (1)', |
|
1563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
1564
|
|
|
'extent_code' => ['1360'], |
|
1565
|
|
|
], |
|
1566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1884' => [ |
|
1567
|
|
|
'name' => 'S-JTSK (Ferro) to S-JTSK (1)', |
|
1568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
1569
|
|
|
'extent_code' => ['1306'], |
|
1570
|
|
|
], |
|
1571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1885' => [ |
|
1572
|
|
|
'name' => 'Azores Oriental 1940 to WGS 84 (1)', |
|
1573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1574
|
|
|
'extent_code' => ['1345'], |
|
1575
|
|
|
], |
|
1576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1886' => [ |
|
1577
|
|
|
'name' => 'Azores Central 1948 to WGS 84 (1)', |
|
1578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1579
|
|
|
'extent_code' => ['1301'], |
|
1580
|
|
|
], |
|
1581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1888' => [ |
|
1582
|
|
|
'name' => 'Porto Santo to WGS 84 (1)', |
|
1583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1584
|
|
|
'extent_code' => ['1314'], |
|
1585
|
|
|
], |
|
1586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1890' => [ |
|
1587
|
|
|
'name' => 'Australian Antarctic to WGS 84 (1)', |
|
1588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1589
|
|
|
'extent_code' => ['1278'], |
|
1590
|
|
|
], |
|
1591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1891' => [ |
|
1592
|
|
|
'name' => 'Greek to GGRS87 (1)', |
|
1593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9619', |
|
1594
|
|
|
'extent_code' => ['3254'], |
|
1595
|
|
|
], |
|
1596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1892' => [ |
|
1597
|
|
|
'name' => 'Hito XVIII 1963 to WGS 84 (2)', |
|
1598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1599
|
|
|
'extent_code' => ['2805'], |
|
1600
|
|
|
], |
|
1601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1893' => [ |
|
1602
|
|
|
'name' => 'Puerto Rico to WGS 84 (3)', |
|
1603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1604
|
|
|
'extent_code' => ['1335'], |
|
1605
|
|
|
], |
|
1606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1895' => [ |
|
1607
|
|
|
'name' => 'RT90 to SWEREF99 (1)', |
|
1608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1609
|
|
|
'extent_code' => ['1225'], |
|
1610
|
|
|
], |
|
1611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1897' => [ |
|
1612
|
|
|
'name' => 'Segara to WGS 84 (1)', |
|
1613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1614
|
|
|
'extent_code' => ['1360'], |
|
1615
|
|
|
], |
|
1616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1898' => [ |
|
1617
|
|
|
'name' => 'Segara to WGS 84 (2)', |
|
1618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1619
|
|
|
'extent_code' => ['1359'], |
|
1620
|
|
|
], |
|
1621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1899' => [ |
|
1622
|
|
|
'name' => 'Segara to WGS 84 (3)', |
|
1623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1624
|
|
|
'extent_code' => ['2770'], |
|
1625
|
|
|
], |
|
1626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1901' => [ |
|
1627
|
|
|
'name' => 'NAD83(HARN) to WGS 84 (3)', |
|
1628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1629
|
|
|
'extent_code' => ['1323'], |
|
1630
|
|
|
], |
|
1631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1902' => [ |
|
1632
|
|
|
'name' => 'Manoca 1962 to WGS 72BE (1)', |
|
1633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1634
|
|
|
'extent_code' => ['2555'], |
|
1635
|
|
|
], |
|
1636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1905' => [ |
|
1637
|
|
|
'name' => 'Guadeloupe 1948 to WGS 84 (2)', |
|
1638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1639
|
|
|
'extent_code' => ['2829'], |
|
1640
|
|
|
], |
|
1641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1906' => [ |
|
1642
|
|
|
'name' => 'CSG67 to WGS 84 (1)', |
|
1643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1644
|
|
|
'extent_code' => ['3105'], |
|
1645
|
|
|
], |
|
1646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1908' => [ |
|
1647
|
|
|
'name' => 'CSG67 to RGFG95 (1)', |
|
1648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1649
|
|
|
'extent_code' => ['3105'], |
|
1650
|
|
|
], |
|
1651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1912' => [ |
|
1652
|
|
|
'name' => 'RGR92 to WGS 84 (1)', |
|
1653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1654
|
|
|
'extent_code' => ['3902'], |
|
1655
|
|
|
], |
|
1656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1921' => [ |
|
1657
|
|
|
'name' => 'Petrels 1972 to WGS 84 (1)', |
|
1658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1659
|
|
|
'extent_code' => ['2817'], |
|
1660
|
|
|
], |
|
1661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1922' => [ |
|
1662
|
|
|
'name' => 'Perroud 1950 to WGS 84 (1)', |
|
1663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1664
|
|
|
'extent_code' => ['2818'], |
|
1665
|
|
|
], |
|
1666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1924' => [ |
|
1667
|
|
|
'name' => 'Tahiti 52 to WGS 84 (1)', |
|
1668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1669
|
|
|
'extent_code' => ['2811'], |
|
1670
|
|
|
], |
|
1671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1926' => [ |
|
1672
|
|
|
'name' => 'Reunion 1947 to RGR92 (1)', |
|
1673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1674
|
|
|
'extent_code' => ['3337'], |
|
1675
|
|
|
], |
|
1676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1931' => [ |
|
1677
|
|
|
'name' => 'ST71 Belep to WGS 84 (1)', |
|
1678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1679
|
|
|
'extent_code' => ['2821'], |
|
1680
|
|
|
], |
|
1681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1946' => [ |
|
1682
|
|
|
'name' => 'NAD83(CSRS) to WGS 84 (2)', |
|
1683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1684
|
|
|
'extent_code' => ['1061'], |
|
1685
|
|
|
], |
|
1686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1950' => [ |
|
1687
|
|
|
'name' => 'NAD83 to NAD83(CSRS) (4)', |
|
1688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1689
|
|
|
'extent_code' => ['2831'], |
|
1690
|
|
|
], |
|
1691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1952' => [ |
|
1692
|
|
|
'name' => 'ISN93 to WGS 84 (1)', |
|
1693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1694
|
|
|
'extent_code' => ['1120'], |
|
1695
|
|
|
], |
|
1696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1953' => [ |
|
1697
|
|
|
'name' => 'TM75 to ETRS89 (2)', |
|
1698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1699
|
|
|
'extent_code' => ['1305'], |
|
1700
|
|
|
], |
|
1701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1955' => [ |
|
1702
|
|
|
'name' => 'OSNI 1952 to WGS 84 (1)', |
|
1703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1704
|
|
|
'extent_code' => ['2530'], |
|
1705
|
|
|
], |
|
1706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1957' => [ |
|
1707
|
|
|
'name' => 'Helle 1954 to WGS 84 (1)', |
|
1708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1709
|
|
|
'extent_code' => ['2869'], |
|
1710
|
|
|
], |
|
1711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1959' => [ |
|
1712
|
|
|
'name' => 'St. Vincent 1945 to WGS 84 (1)', |
|
1713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1714
|
|
|
'extent_code' => ['3300'], |
|
1715
|
|
|
], |
|
1716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1964' => [ |
|
1717
|
|
|
'name' => 'RGR92 to Reunion 1947 (1)', |
|
1718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1719
|
|
|
'extent_code' => ['3337'], |
|
1720
|
|
|
], |
|
1721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1965' => [ |
|
1722
|
|
|
'name' => 'Selvagem Grande to WGS 84 (1)', |
|
1723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1724
|
|
|
'extent_code' => ['2779'], |
|
1725
|
|
|
], |
|
1726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1966' => [ |
|
1727
|
|
|
'name' => 'Porto Santo 1995 to WGS 84 (2)', |
|
1728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1729
|
|
|
'extent_code' => ['2870'], |
|
1730
|
|
|
], |
|
1731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1967' => [ |
|
1732
|
|
|
'name' => 'Porto Santo 1995 to WGS 84 (3)', |
|
1733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1734
|
|
|
'extent_code' => ['2870'], |
|
1735
|
|
|
], |
|
1736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1985' => [ |
|
1737
|
|
|
'name' => 'ED50 to WGS 84 (33)', |
|
1738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1739
|
|
|
'extent_code' => ['1294'], |
|
1740
|
|
|
], |
|
1741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1987' => [ |
|
1742
|
|
|
'name' => 'Datum 73 to WGS 84 (4)', |
|
1743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1744
|
|
|
'extent_code' => ['1294'], |
|
1745
|
|
|
], |
|
1746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1988' => [ |
|
1747
|
|
|
'name' => 'Lisbon to WGS 84 (4)', |
|
1748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1749
|
|
|
'extent_code' => ['1294'], |
|
1750
|
|
|
], |
|
1751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1989' => [ |
|
1752
|
|
|
'name' => 'ED50 to WGS 84 (34)', |
|
1753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1754
|
|
|
'extent_code' => ['1294'], |
|
1755
|
|
|
], |
|
1756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1991' => [ |
|
1757
|
|
|
'name' => 'Lisbon 1890 (Lisbon) to Lisbon 1890 (1)', |
|
1758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
1759
|
|
|
'extent_code' => ['1294'], |
|
1760
|
|
|
], |
|
1761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1993' => [ |
|
1762
|
|
|
'name' => 'IKBD-92 to WGS 84 (4)', |
|
1763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1764
|
|
|
'extent_code' => ['2876'], |
|
1765
|
|
|
], |
|
1766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1994' => [ |
|
1767
|
|
|
'name' => 'Reykjavik 1900 to WGS 84 (1)', |
|
1768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1769
|
|
|
'extent_code' => ['3262'], |
|
1770
|
|
|
], |
|
1771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1995' => [ |
|
1772
|
|
|
'name' => 'Dealul Piscului 1930 to WGS 84 (1)', |
|
1773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1774
|
|
|
'extent_code' => ['3295'], |
|
1775
|
|
|
], |
|
1776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::1998' => [ |
|
1777
|
|
|
'name' => 'ED50 to WGS 84 (36)', |
|
1778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1779
|
|
|
'extent_code' => ['2879'], |
|
1780
|
|
|
], |
|
1781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3811' => [ |
|
1782
|
|
|
'name' => 'Belgian Lambert 2008', |
|
1783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
1784
|
|
|
'extent_code' => ['1347'], |
|
1785
|
|
|
], |
|
1786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3813' => [ |
|
1787
|
|
|
'name' => 'Mississippi Transverse Mercator', |
|
1788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1789
|
|
|
'extent_code' => ['1393'], |
|
1790
|
|
|
], |
|
1791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3817' => [ |
|
1792
|
|
|
'name' => 'HD1909 to WGS 84 (1)', |
|
1793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1794
|
|
|
'extent_code' => ['1119'], |
|
1795
|
|
|
], |
|
1796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3818' => [ |
|
1797
|
|
|
'name' => 'Taiwan 2-degree TM zone 119', |
|
1798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1799
|
|
|
'extent_code' => ['3563'], |
|
1800
|
|
|
], |
|
1801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3820' => [ |
|
1802
|
|
|
'name' => 'Taiwan 2-degree TM zone 121', |
|
1803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1804
|
|
|
'extent_code' => ['3562'], |
|
1805
|
|
|
], |
|
1806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3830' => [ |
|
1807
|
|
|
'name' => 'TWD97 to WGS 84 (1)', |
|
1808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1809
|
|
|
'extent_code' => ['1228'], |
|
1810
|
|
|
], |
|
1811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3831' => [ |
|
1812
|
|
|
'name' => 'Pacific Disaster Center Mercator', |
|
1813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9804', |
|
1814
|
|
|
'extent_code' => ['3172'], |
|
1815
|
|
|
], |
|
1816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3853' => [ |
|
1817
|
|
|
'name' => 'County ST74', |
|
1818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1819
|
|
|
'extent_code' => ['3608'], |
|
1820
|
|
|
], |
|
1821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3856' => [ |
|
1822
|
|
|
'name' => 'Popular Visualisation Pseudo-Mercator', |
|
1823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1024', |
|
1824
|
|
|
'extent_code' => ['1262'], |
|
1825
|
|
|
], |
|
1826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3860' => [ |
|
1827
|
|
|
'name' => 'Finland Gauss-Kruger zone 19', |
|
1828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1829
|
|
|
'extent_code' => ['3595'], |
|
1830
|
|
|
], |
|
1831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3861' => [ |
|
1832
|
|
|
'name' => 'Finland Gauss-Kruger zone 20', |
|
1833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1834
|
|
|
'extent_code' => ['3596'], |
|
1835
|
|
|
], |
|
1836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3862' => [ |
|
1837
|
|
|
'name' => 'Finland Gauss-Kruger zone 21', |
|
1838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1839
|
|
|
'extent_code' => ['3597'], |
|
1840
|
|
|
], |
|
1841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3863' => [ |
|
1842
|
|
|
'name' => 'Finland Gauss-Kruger zone 22', |
|
1843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1844
|
|
|
'extent_code' => ['3598'], |
|
1845
|
|
|
], |
|
1846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3864' => [ |
|
1847
|
|
|
'name' => 'Finland Gauss-Kruger zone 23', |
|
1848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1849
|
|
|
'extent_code' => ['3599'], |
|
1850
|
|
|
], |
|
1851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3865' => [ |
|
1852
|
|
|
'name' => 'Finland Gauss-Kruger zone 24', |
|
1853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1854
|
|
|
'extent_code' => ['3600'], |
|
1855
|
|
|
], |
|
1856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3866' => [ |
|
1857
|
|
|
'name' => 'Finland Gauss-Kruger zone 25', |
|
1858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1859
|
|
|
'extent_code' => ['3601'], |
|
1860
|
|
|
], |
|
1861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3867' => [ |
|
1862
|
|
|
'name' => 'Finland Gauss-Kruger zone 26', |
|
1863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1864
|
|
|
'extent_code' => ['3602'], |
|
1865
|
|
|
], |
|
1866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3868' => [ |
|
1867
|
|
|
'name' => 'Finland Gauss-Kruger zone 27', |
|
1868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1869
|
|
|
'extent_code' => ['3603'], |
|
1870
|
|
|
], |
|
1871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3869' => [ |
|
1872
|
|
|
'name' => 'Finland Gauss-Kruger zone 28', |
|
1873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1874
|
|
|
'extent_code' => ['3604'], |
|
1875
|
|
|
], |
|
1876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3870' => [ |
|
1877
|
|
|
'name' => 'Finland Gauss-Kruger zone 29', |
|
1878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1879
|
|
|
'extent_code' => ['3605'], |
|
1880
|
|
|
], |
|
1881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3871' => [ |
|
1882
|
|
|
'name' => 'Finland Gauss-Kruger zone 30', |
|
1883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1884
|
|
|
'extent_code' => ['3606'], |
|
1885
|
|
|
], |
|
1886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3872' => [ |
|
1887
|
|
|
'name' => 'Finland Gauss-Kruger zone 31', |
|
1888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1889
|
|
|
'extent_code' => ['3607'], |
|
1890
|
|
|
], |
|
1891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3894' => [ |
|
1892
|
|
|
'name' => 'IGRS to WGS 84 (1)', |
|
1893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1894
|
|
|
'extent_code' => ['1124'], |
|
1895
|
|
|
], |
|
1896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3895' => [ |
|
1897
|
|
|
'name' => 'MGI (Ferro) to MGI (1)', |
|
1898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
1899
|
|
|
'extent_code' => ['1037'], |
|
1900
|
|
|
], |
|
1901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3899' => [ |
|
1902
|
|
|
'name' => 'US National Atlas Equal Area', |
|
1903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1027', |
|
1904
|
|
|
'extent_code' => ['1245'], |
|
1905
|
|
|
], |
|
1906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3913' => [ |
|
1907
|
|
|
'name' => 'MGI (Ferro) to MGI 1901 (1)', |
|
1908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
1909
|
|
|
'extent_code' => ['2370'], |
|
1910
|
|
|
], |
|
1911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3918' => [ |
|
1912
|
|
|
'name' => 'MGI 1901 to Slovenia 1996 (2)', |
|
1913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1914
|
|
|
'extent_code' => ['3564'], |
|
1915
|
|
|
], |
|
1916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3919' => [ |
|
1917
|
|
|
'name' => 'MGI 1901 to Slovenia 1996 (3)', |
|
1918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1919
|
|
|
'extent_code' => ['3565'], |
|
1920
|
|
|
], |
|
1921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3921' => [ |
|
1922
|
|
|
'name' => 'MGI 1901 to Slovenia 1996 (4)', |
|
1923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1924
|
|
|
'extent_code' => ['3566'], |
|
1925
|
|
|
], |
|
1926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3922' => [ |
|
1927
|
|
|
'name' => 'MGI 1901 to Slovenia 1996 (5)', |
|
1928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1929
|
|
|
'extent_code' => ['3567'], |
|
1930
|
|
|
], |
|
1931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3923' => [ |
|
1932
|
|
|
'name' => 'MGI 1901 to Slovenia 1996 (6)', |
|
1933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1934
|
|
|
'extent_code' => ['3568'], |
|
1935
|
|
|
], |
|
1936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3924' => [ |
|
1937
|
|
|
'name' => 'MGI 1901 to Slovenia 1996 (7)', |
|
1938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1939
|
|
|
'extent_code' => ['3569'], |
|
1940
|
|
|
], |
|
1941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3925' => [ |
|
1942
|
|
|
'name' => 'MGI 1901 to Slovenia 1996 (8)', |
|
1943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1944
|
|
|
'extent_code' => ['3570'], |
|
1945
|
|
|
], |
|
1946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3926' => [ |
|
1947
|
|
|
'name' => 'MGI 1901 to Slovenia 1996 (9)', |
|
1948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1949
|
|
|
'extent_code' => ['3571'], |
|
1950
|
|
|
], |
|
1951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3927' => [ |
|
1952
|
|
|
'name' => 'MGI 1901 to Slovenia 1996 (10)', |
|
1953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1954
|
|
|
'extent_code' => ['3572'], |
|
1955
|
|
|
], |
|
1956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3928' => [ |
|
1957
|
|
|
'name' => 'MGI 1901 to Slovenia 1996 (11)', |
|
1958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1959
|
|
|
'extent_code' => ['3573'], |
|
1960
|
|
|
], |
|
1961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3962' => [ |
|
1962
|
|
|
'name' => 'MGI 1901 to WGS 84 (1)', |
|
1963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1964
|
|
|
'extent_code' => ['2370'], |
|
1965
|
|
|
], |
|
1966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3963' => [ |
|
1967
|
|
|
'name' => 'MGI 1901 to ETRS89 (2)', |
|
1968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
1969
|
|
|
'extent_code' => ['3234'], |
|
1970
|
|
|
], |
|
1971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3965' => [ |
|
1972
|
|
|
'name' => 'MGI 1901 to WGS 84 (6)', |
|
1973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
1974
|
|
|
'extent_code' => ['3536'], |
|
1975
|
|
|
], |
|
1976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3967' => [ |
|
1977
|
|
|
'name' => 'Virginia Lambert Conic Conformal', |
|
1978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
1979
|
|
|
'extent_code' => ['1415'], |
|
1980
|
|
|
], |
|
1981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3971' => [ |
|
1982
|
|
|
'name' => 'PSAD56 to SIRGAS 1995 (1)', |
|
1983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
1984
|
|
|
'extent_code' => ['3241'], |
|
1985
|
|
|
], |
|
1986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3977' => [ |
|
1987
|
|
|
'name' => 'Canada Atlas Lambert', |
|
1988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
1989
|
|
|
'extent_code' => ['1061'], |
|
1990
|
|
|
], |
|
1991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3981' => [ |
|
1992
|
|
|
'name' => 'Katanga Gauss zone A', |
|
1993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1994
|
|
|
'extent_code' => ['3612'], |
|
1995
|
|
|
], |
|
1996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3982' => [ |
|
1997
|
|
|
'name' => 'Katanga Gauss zone B', |
|
1998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
1999
|
|
|
'extent_code' => ['3611'], |
|
2000
|
|
|
], |
|
2001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3983' => [ |
|
2002
|
|
|
'name' => 'Katanga Gauss zone C', |
|
2003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2004
|
|
|
'extent_code' => ['3610'], |
|
2005
|
|
|
], |
|
2006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3984' => [ |
|
2007
|
|
|
'name' => 'Katanga Gauss zone D', |
|
2008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2009
|
|
|
'extent_code' => ['3609'], |
|
2010
|
|
|
], |
|
2011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3990' => [ |
|
2012
|
|
|
'name' => 'PSAD56 to WGS 84 (14)', |
|
2013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
2014
|
|
|
'extent_code' => ['3241'], |
|
2015
|
|
|
], |
|
2016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3998' => [ |
|
2017
|
|
|
'name' => 'Arc 1960 to WGS 84 (4)', |
|
2018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2019
|
|
|
'extent_code' => ['1058'], |
|
2020
|
|
|
], |
|
2021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::3999' => [ |
|
2022
|
|
|
'name' => 'Moldova Transverse Mercator', |
|
2023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2024
|
|
|
'extent_code' => ['1162'], |
|
2025
|
|
|
], |
|
2026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4067' => [ |
|
2027
|
|
|
'name' => 'Katanga 1955 to RGRDC 2005 (2)', |
|
2028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
2029
|
|
|
'extent_code' => ['3614'], |
|
2030
|
|
|
], |
|
2031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4069' => [ |
|
2032
|
|
|
'name' => 'Chua to SIRGAS 2000 (1)', |
|
2033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2034
|
|
|
'extent_code' => ['3619'], |
|
2035
|
|
|
], |
|
2036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4076' => [ |
|
2037
|
|
|
'name' => 'SREF98 to ETRS89 (1)', |
|
2038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2039
|
|
|
'extent_code' => ['4543'], |
|
2040
|
|
|
], |
|
2041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4078' => [ |
|
2042
|
|
|
'name' => 'ED87 to ETRS89 (1)', |
|
2043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
2044
|
|
|
'extent_code' => ['1297'], |
|
2045
|
|
|
], |
|
2046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4084' => [ |
|
2047
|
|
|
'name' => 'REGCAN95 to WGS 84 (1)', |
|
2048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2049
|
|
|
'extent_code' => ['3199'], |
|
2050
|
|
|
], |
|
2051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4085' => [ |
|
2052
|
|
|
'name' => 'World Equidistant Cylindrical', |
|
2053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1028', |
|
2054
|
|
|
'extent_code' => ['1262'], |
|
2055
|
|
|
], |
|
2056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4089' => [ |
|
2057
|
|
|
'name' => 'DKTM1', |
|
2058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2059
|
|
|
'extent_code' => ['3631'], |
|
2060
|
|
|
], |
|
2061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4090' => [ |
|
2062
|
|
|
'name' => 'DKTM2', |
|
2063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2064
|
|
|
'extent_code' => ['3632'], |
|
2065
|
|
|
], |
|
2066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4091' => [ |
|
2067
|
|
|
'name' => 'DKTM3', |
|
2068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2069
|
|
|
'extent_code' => ['2532'], |
|
2070
|
|
|
], |
|
2071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4092' => [ |
|
2072
|
|
|
'name' => 'DKTM4', |
|
2073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2074
|
|
|
'extent_code' => ['2533'], |
|
2075
|
|
|
], |
|
2076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4101' => [ |
|
2077
|
|
|
'name' => 'BLM zone 1N (US survey feet)', |
|
2078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2079
|
|
|
'extent_code' => ['3374'], |
|
2080
|
|
|
], |
|
2081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4102' => [ |
|
2082
|
|
|
'name' => 'BLM zone 2N (US survey feet)', |
|
2083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2084
|
|
|
'extent_code' => ['3375'], |
|
2085
|
|
|
], |
|
2086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4103' => [ |
|
2087
|
|
|
'name' => 'BLM zone 3N (US survey feet)', |
|
2088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2089
|
|
|
'extent_code' => ['2133'], |
|
2090
|
|
|
], |
|
2091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4104' => [ |
|
2092
|
|
|
'name' => 'BLM zone 4N (US survey feet)', |
|
2093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2094
|
|
|
'extent_code' => ['2134'], |
|
2095
|
|
|
], |
|
2096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4105' => [ |
|
2097
|
|
|
'name' => 'BLM zone 5N (US survey feet)', |
|
2098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2099
|
|
|
'extent_code' => ['2135'], |
|
2100
|
|
|
], |
|
2101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4106' => [ |
|
2102
|
|
|
'name' => 'BLM zone 6N (US survey feet)', |
|
2103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2104
|
|
|
'extent_code' => ['2136'], |
|
2105
|
|
|
], |
|
2106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4107' => [ |
|
2107
|
|
|
'name' => 'BLM zone 7N (US survey feet)', |
|
2108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2109
|
|
|
'extent_code' => ['3494'], |
|
2110
|
|
|
], |
|
2111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4108' => [ |
|
2112
|
|
|
'name' => 'BLM zone 8N (US survey feet)', |
|
2113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2114
|
|
|
'extent_code' => ['3495'], |
|
2115
|
|
|
], |
|
2116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4109' => [ |
|
2117
|
|
|
'name' => 'BLM zone 9N (US survey feet)', |
|
2118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2119
|
|
|
'extent_code' => ['3496'], |
|
2120
|
|
|
], |
|
2121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4110' => [ |
|
2122
|
|
|
'name' => 'BLM zone 10N (US survey feet)', |
|
2123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2124
|
|
|
'extent_code' => ['3497'], |
|
2125
|
|
|
], |
|
2126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4111' => [ |
|
2127
|
|
|
'name' => 'BLM zone 11N (US survey feet)', |
|
2128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2129
|
|
|
'extent_code' => ['3498'], |
|
2130
|
|
|
], |
|
2131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4112' => [ |
|
2132
|
|
|
'name' => 'BLM zone 12N (US survey feet)', |
|
2133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2134
|
|
|
'extent_code' => ['3499'], |
|
2135
|
|
|
], |
|
2136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4113' => [ |
|
2137
|
|
|
'name' => 'BLM zone 13N (US survey feet)', |
|
2138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2139
|
|
|
'extent_code' => ['3500'], |
|
2140
|
|
|
], |
|
2141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4114' => [ |
|
2142
|
|
|
'name' => 'Johor Cassini Grid', |
|
2143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
2144
|
|
|
'extent_code' => ['3376'], |
|
2145
|
|
|
], |
|
2146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4115' => [ |
|
2147
|
|
|
'name' => 'Sembilan and Melaka Cassini Grid', |
|
2148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
2149
|
|
|
'extent_code' => ['3377'], |
|
2150
|
|
|
], |
|
2151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4116' => [ |
|
2152
|
|
|
'name' => 'Pahang Cassini Grid', |
|
2153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
2154
|
|
|
'extent_code' => ['3378'], |
|
2155
|
|
|
], |
|
2156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4117' => [ |
|
2157
|
|
|
'name' => 'Selangor Cassini Grid', |
|
2158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
2159
|
|
|
'extent_code' => ['3379'], |
|
2160
|
|
|
], |
|
2161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4118' => [ |
|
2162
|
|
|
'name' => 'BLM zone 18N (US survey feet)', |
|
2163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2164
|
|
|
'extent_code' => ['3505'], |
|
2165
|
|
|
], |
|
2166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4119' => [ |
|
2167
|
|
|
'name' => 'BLM zone 19N (US survey feet)', |
|
2168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2169
|
|
|
'extent_code' => ['3506'], |
|
2170
|
|
|
], |
|
2171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4177' => [ |
|
2172
|
|
|
'name' => 'Terengganu Cassini Grid', |
|
2173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
2174
|
|
|
'extent_code' => ['3380'], |
|
2175
|
|
|
], |
|
2176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4186' => [ |
|
2177
|
|
|
'name' => 'BLM zone 59N (US survey feet)', |
|
2178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2179
|
|
|
'extent_code' => ['3372'], |
|
2180
|
|
|
], |
|
2181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4187' => [ |
|
2182
|
|
|
'name' => 'BLM zone 60N (US survey feet)', |
|
2183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2184
|
|
|
'extent_code' => ['3373'], |
|
2185
|
|
|
], |
|
2186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4305' => [ |
|
2187
|
|
|
'name' => 'Pinang Cassini Grid', |
|
2188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
2189
|
|
|
'extent_code' => ['3381'], |
|
2190
|
|
|
], |
|
2191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4320' => [ |
|
2192
|
|
|
'name' => 'Kedah and Perlis Cassini Grid', |
|
2193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
2194
|
|
|
'extent_code' => ['3382'], |
|
2195
|
|
|
], |
|
2196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4321' => [ |
|
2197
|
|
|
'name' => 'Perak Revised Cassini Grid', |
|
2198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
2199
|
|
|
'extent_code' => ['3383'], |
|
2200
|
|
|
], |
|
2201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4323' => [ |
|
2202
|
|
|
'name' => 'Kelantan Cassini Grid', |
|
2203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
2204
|
|
|
'extent_code' => ['3384'], |
|
2205
|
|
|
], |
|
2206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4325' => [ |
|
2207
|
|
|
'name' => 'Guam Map Grid', |
|
2208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2209
|
|
|
'extent_code' => ['3255'], |
|
2210
|
|
|
], |
|
2211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4416' => [ |
|
2212
|
|
|
'name' => 'Katanga Lambert', |
|
2213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
2214
|
|
|
'extent_code' => ['3147'], |
|
2215
|
|
|
], |
|
2216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4436' => [ |
|
2217
|
|
|
'name' => 'Pennsylvania CS27 South zone', |
|
2218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
2219
|
|
|
'extent_code' => ['2246'], |
|
2220
|
|
|
], |
|
2221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4441' => [ |
|
2222
|
|
|
'name' => 'NZVD2009 height to One Tree Point 1964 height (1)', |
|
2223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
2224
|
|
|
'extent_code' => ['3762'], |
|
2225
|
|
|
], |
|
2226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4442' => [ |
|
2227
|
|
|
'name' => 'NZVD2009 height to Auckland 1946 height (1)', |
|
2228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
2229
|
|
|
'extent_code' => ['3764'], |
|
2230
|
|
|
], |
|
2231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4443' => [ |
|
2232
|
|
|
'name' => 'NZVD2009 height to Moturiki 1953 height (1)', |
|
2233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
2234
|
|
|
'extent_code' => ['3768'], |
|
2235
|
|
|
], |
|
2236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4444' => [ |
|
2237
|
|
|
'name' => 'NZVD2009 height to Nelson 1955 height (1)', |
|
2238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
2239
|
|
|
'extent_code' => ['3802'], |
|
2240
|
|
|
], |
|
2241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4445' => [ |
|
2242
|
|
|
'name' => 'NZVD2009 height to Gisborne 1926 height (1)', |
|
2243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
2244
|
|
|
'extent_code' => ['3771'], |
|
2245
|
|
|
], |
|
2246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4446' => [ |
|
2247
|
|
|
'name' => 'NZVD2009 height to Napier 1962 height (1)', |
|
2248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
2249
|
|
|
'extent_code' => ['3772'], |
|
2250
|
|
|
], |
|
2251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4447' => [ |
|
2252
|
|
|
'name' => 'NZVD2009 height to Taranaki 1970 height (1)', |
|
2253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
2254
|
|
|
'extent_code' => ['3769'], |
|
2255
|
|
|
], |
|
2256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4448' => [ |
|
2257
|
|
|
'name' => 'NZVD2009 height to Wellington 1953 height (1)', |
|
2258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
2259
|
|
|
'extent_code' => ['3773'], |
|
2260
|
|
|
], |
|
2261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4449' => [ |
|
2262
|
|
|
'name' => 'NZVD2009 height to Lyttelton 1937 height (1)', |
|
2263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
2264
|
|
|
'extent_code' => ['3804'], |
|
2265
|
|
|
], |
|
2266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4450' => [ |
|
2267
|
|
|
'name' => 'NZVD2009 height to Dunedin 1958 height (1)', |
|
2268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
2269
|
|
|
'extent_code' => ['3803'], |
|
2270
|
|
|
], |
|
2271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4451' => [ |
|
2272
|
|
|
'name' => 'NZVD2009 height to Bluff 1955 height (1)', |
|
2273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
2274
|
|
|
'extent_code' => ['3801'], |
|
2275
|
|
|
], |
|
2276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4452' => [ |
|
2277
|
|
|
'name' => 'NZVD2009 height to Stewart Island 1977 height (1)', |
|
2278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
2279
|
|
|
'extent_code' => ['3338'], |
|
2280
|
|
|
], |
|
2281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4453' => [ |
|
2282
|
|
|
'name' => 'NZVD2009 height to Dunedin-Bluff 1960 height (1)', |
|
2283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
2284
|
|
|
'extent_code' => ['3806'], |
|
2285
|
|
|
], |
|
2286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4454' => [ |
|
2287
|
|
|
'name' => 'New York CS27 Long Island zone', |
|
2288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
2289
|
|
|
'extent_code' => ['2235'], |
|
2290
|
|
|
], |
|
2291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4460' => [ |
|
2292
|
|
|
'name' => 'Australian Centre for Remote Sensing Lambert Conformal Projection', |
|
2293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
2294
|
|
|
'extent_code' => ['2575'], |
|
2295
|
|
|
], |
|
2296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4461' => [ |
|
2297
|
|
|
'name' => 'NAD83(HARN) to NAD83(NSRS2007) (1)', |
|
2298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2299
|
|
|
'extent_code' => ['1323'], |
|
2300
|
|
|
], |
|
2301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4476' => [ |
|
2302
|
|
|
'name' => 'RGM04 to WGS 84 (1)', |
|
2303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2304
|
|
|
'extent_code' => ['1159'], |
|
2305
|
|
|
], |
|
2306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4478' => [ |
|
2307
|
|
|
'name' => 'Cadastre 1997 to RGM04 (1)', |
|
2308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2309
|
|
|
'extent_code' => ['3340'], |
|
2310
|
|
|
], |
|
2311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4648' => [ |
|
2312
|
|
|
'name' => 'UTM zone 32N with prefix', |
|
2313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2314
|
|
|
'extent_code' => ['2861'], |
|
2315
|
|
|
], |
|
2316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4651' => [ |
|
2317
|
|
|
'name' => 'ODN height to EVRF2000 height (1)', |
|
2318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2319
|
|
|
'extent_code' => ['2792'], |
|
2320
|
|
|
], |
|
2321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4825' => [ |
|
2322
|
|
|
'name' => 'Cape Verde National', |
|
2323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
2324
|
|
|
'extent_code' => ['1062'], |
|
2325
|
|
|
], |
|
2326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4832' => [ |
|
2327
|
|
|
'name' => 'Mexico ITRF92 to WGS 84 (1)', |
|
2328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2329
|
|
|
'extent_code' => ['1160'], |
|
2330
|
|
|
], |
|
2331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4838' => [ |
|
2332
|
|
|
'name' => 'LCC Germany', |
|
2333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
2334
|
|
|
'extent_code' => ['3339'], |
|
2335
|
|
|
], |
|
2336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4840' => [ |
|
2337
|
|
|
'name' => 'RGFG95 to WGS 84 (2)', |
|
2338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2339
|
|
|
'extent_code' => ['1097'], |
|
2340
|
|
|
], |
|
2341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::4905' => [ |
|
2342
|
|
|
'name' => 'PTRA08 to WGS 84 (1)', |
|
2343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2344
|
|
|
'extent_code' => ['3670'], |
|
2345
|
|
|
], |
|
2346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5019' => [ |
|
2347
|
|
|
'name' => 'Portugal Bonne New', |
|
2348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9828', |
|
2349
|
|
|
'extent_code' => ['1294'], |
|
2350
|
|
|
], |
|
2351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5020' => [ |
|
2352
|
|
|
'name' => 'Portuguese Grid New', |
|
2353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2354
|
|
|
'extent_code' => ['1294'], |
|
2355
|
|
|
], |
|
2356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5021' => [ |
|
2357
|
|
|
'name' => 'Porto Santo 1995 to PTRA08 (1)', |
|
2358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2359
|
|
|
'extent_code' => ['1314'], |
|
2360
|
|
|
], |
|
2361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5022' => [ |
|
2362
|
|
|
'name' => 'Porto Santo 1995 to PTRA08 (2)', |
|
2363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
2364
|
|
|
'extent_code' => ['3679'], |
|
2365
|
|
|
], |
|
2366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5023' => [ |
|
2367
|
|
|
'name' => 'Porto Santo 1995 to PTRA08 (3)', |
|
2368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2369
|
|
|
'extent_code' => ['3680'], |
|
2370
|
|
|
], |
|
2371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5025' => [ |
|
2372
|
|
|
'name' => 'Azores Oriental 1995 to PTRA08 (2)', |
|
2373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2374
|
|
|
'extent_code' => ['2871'], |
|
2375
|
|
|
], |
|
2376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5026' => [ |
|
2377
|
|
|
'name' => 'Azores Oriental 1995 to PTRA08 (3)', |
|
2378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2379
|
|
|
'extent_code' => ['3683'], |
|
2380
|
|
|
], |
|
2381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5028' => [ |
|
2382
|
|
|
'name' => 'Azores Central 1995 to PTRA08 (2)', |
|
2383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2384
|
|
|
'extent_code' => ['2873'], |
|
2385
|
|
|
], |
|
2386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5029' => [ |
|
2387
|
|
|
'name' => 'Azores Central 1995 to PTRA08 (3)', |
|
2388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2389
|
|
|
'extent_code' => ['3681'], |
|
2390
|
|
|
], |
|
2391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5030' => [ |
|
2392
|
|
|
'name' => 'Azores Central 1995 to PTRA08 (4)', |
|
2393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2394
|
|
|
'extent_code' => ['2874'], |
|
2395
|
|
|
], |
|
2396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5031' => [ |
|
2397
|
|
|
'name' => 'Azores Central 1995 to PTRA08 (5)', |
|
2398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2399
|
|
|
'extent_code' => ['2875'], |
|
2400
|
|
|
], |
|
2401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5032' => [ |
|
2402
|
|
|
'name' => 'Azores Central 1995 to PTRA08 (6)', |
|
2403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2404
|
|
|
'extent_code' => ['2872'], |
|
2405
|
|
|
], |
|
2406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5034' => [ |
|
2407
|
|
|
'name' => 'Azores Occidental 1939 to PTRA08 (2)', |
|
2408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2409
|
|
|
'extent_code' => ['3684'], |
|
2410
|
|
|
], |
|
2411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5035' => [ |
|
2412
|
|
|
'name' => 'Azores Occidental 1939 to PTRA08 (3)', |
|
2413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2414
|
|
|
'extent_code' => ['3685'], |
|
2415
|
|
|
], |
|
2416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5037' => [ |
|
2417
|
|
|
'name' => 'Datum 73 to ETRS89 (5)', |
|
2418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
2419
|
|
|
'extent_code' => ['1294'], |
|
2420
|
|
|
], |
|
2421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5038' => [ |
|
2422
|
|
|
'name' => 'Lisbon to ETRS89 (3)', |
|
2423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2424
|
|
|
'extent_code' => ['1294'], |
|
2425
|
|
|
], |
|
2426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5039' => [ |
|
2427
|
|
|
'name' => 'Lisbon 1890 to ETRS89 (1)', |
|
2428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2429
|
|
|
'extent_code' => ['1294'], |
|
2430
|
|
|
], |
|
2431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5040' => [ |
|
2432
|
|
|
'name' => 'ED50 to ETRS89 (13)', |
|
2433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2434
|
|
|
'extent_code' => ['1294'], |
|
2435
|
|
|
], |
|
2436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5043' => [ |
|
2437
|
|
|
'name' => 'Pulkovo 1995 to WGS 84 (2)', |
|
2438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
2439
|
|
|
'extent_code' => ['1198'], |
|
2440
|
|
|
], |
|
2441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5044' => [ |
|
2442
|
|
|
'name' => 'Pulkovo 1942 to WGS 84 (20)', |
|
2443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
2444
|
|
|
'extent_code' => ['3296'], |
|
2445
|
|
|
], |
|
2446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5049' => [ |
|
2447
|
|
|
'name' => 'Korea East Sea Belt', |
|
2448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2449
|
|
|
'extent_code' => ['3727'], |
|
2450
|
|
|
], |
|
2451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5050' => [ |
|
2452
|
|
|
'name' => 'Aratu to SIRGAS 2000 (1)', |
|
2453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2454
|
|
|
'extent_code' => ['3700'], |
|
2455
|
|
|
], |
|
2456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5052' => [ |
|
2457
|
|
|
'name' => 'Aratu to SIRGAS 2000 (2)', |
|
2458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2459
|
|
|
'extent_code' => ['2963'], |
|
2460
|
|
|
], |
|
2461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5054' => [ |
|
2462
|
|
|
'name' => 'Aratu to SIRGAS 2000 (3)', |
|
2463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2464
|
|
|
'extent_code' => ['2964'], |
|
2465
|
|
|
], |
|
2466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5056' => [ |
|
2467
|
|
|
'name' => 'Aratu to SIRGAS 2000 (4)', |
|
2468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2469
|
|
|
'extent_code' => ['3699'], |
|
2470
|
|
|
], |
|
2471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5058' => [ |
|
2472
|
|
|
'name' => 'Aratu to SIRGAS 2000 (5)', |
|
2473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2474
|
|
|
'extent_code' => ['3692'], |
|
2475
|
|
|
], |
|
2476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5060' => [ |
|
2477
|
|
|
'name' => 'Aratu to SIRGAS 2000 (6)', |
|
2478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2479
|
|
|
'extent_code' => ['3693'], |
|
2480
|
|
|
], |
|
2481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5062' => [ |
|
2482
|
|
|
'name' => 'Aratu to SIRGAS 2000 (7)', |
|
2483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2484
|
|
|
'extent_code' => ['3696'], |
|
2485
|
|
|
], |
|
2486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5064' => [ |
|
2487
|
|
|
'name' => 'Aratu to SIRGAS 2000 (8)', |
|
2488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2489
|
|
|
'extent_code' => ['3697'], |
|
2490
|
|
|
], |
|
2491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5066' => [ |
|
2492
|
|
|
'name' => 'Aratu to SIRGAS 2000 (9)', |
|
2493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2494
|
|
|
'extent_code' => ['3698'], |
|
2495
|
|
|
], |
|
2496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5068' => [ |
|
2497
|
|
|
'name' => 'Conus Albers', |
|
2498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9822', |
|
2499
|
|
|
'extent_code' => ['1323'], |
|
2500
|
|
|
], |
|
2501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5077' => [ |
|
2502
|
|
|
'name' => 'Karbala 1979 to IGRS (1)', |
|
2503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2504
|
|
|
'extent_code' => ['3625'], |
|
2505
|
|
|
], |
|
2506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5100' => [ |
|
2507
|
|
|
'name' => 'Korea Unified Belt', |
|
2508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2509
|
|
|
'extent_code' => ['1135'], |
|
2510
|
|
|
], |
|
2511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5101' => [ |
|
2512
|
|
|
'name' => 'Korea West Belt 2010', |
|
2513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2514
|
|
|
'extent_code' => ['1498'], |
|
2515
|
|
|
], |
|
2516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5102' => [ |
|
2517
|
|
|
'name' => 'Korea Central Belt 2010', |
|
2518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2519
|
|
|
'extent_code' => ['1497'], |
|
2520
|
|
|
], |
|
2521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5103' => [ |
|
2522
|
|
|
'name' => 'Korea East Belt 2010', |
|
2523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2524
|
|
|
'extent_code' => ['1496'], |
|
2525
|
|
|
], |
|
2526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5104' => [ |
|
2527
|
|
|
'name' => 'Korea East Sea Belt 2010', |
|
2528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2529
|
|
|
'extent_code' => ['3720'], |
|
2530
|
|
|
], |
|
2531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5131' => [ |
|
2532
|
|
|
'name' => 'Korea Central Belt Jeju', |
|
2533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2534
|
|
|
'extent_code' => ['3721'], |
|
2535
|
|
|
], |
|
2536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5133' => [ |
|
2537
|
|
|
'name' => 'Tokyo 1892 to Tokyo (1)', |
|
2538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
2539
|
|
|
'extent_code' => ['1364'], |
|
2540
|
|
|
], |
|
2541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5134' => [ |
|
2542
|
|
|
'name' => 'Tokyo 1892 to Korean 1985 (1)', |
|
2543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
2544
|
|
|
'extent_code' => ['3266'], |
|
2545
|
|
|
], |
|
2546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5135' => [ |
|
2547
|
|
|
'name' => 'Norway TM zone 5', |
|
2548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2549
|
|
|
'extent_code' => ['3636'], |
|
2550
|
|
|
], |
|
2551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5136' => [ |
|
2552
|
|
|
'name' => 'Norway TM zone 6', |
|
2553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2554
|
|
|
'extent_code' => ['3639'], |
|
2555
|
|
|
], |
|
2556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5137' => [ |
|
2557
|
|
|
'name' => 'Norway TM zone 7', |
|
2558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2559
|
|
|
'extent_code' => ['3647'], |
|
2560
|
|
|
], |
|
2561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5138' => [ |
|
2562
|
|
|
'name' => 'Norway TM zone 8', |
|
2563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2564
|
|
|
'extent_code' => ['3648'], |
|
2565
|
|
|
], |
|
2566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5139' => [ |
|
2567
|
|
|
'name' => 'Norway TM zone 9', |
|
2568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2569
|
|
|
'extent_code' => ['3649'], |
|
2570
|
|
|
], |
|
2571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5140' => [ |
|
2572
|
|
|
'name' => 'Norway TM zone 10', |
|
2573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2574
|
|
|
'extent_code' => ['3650'], |
|
2575
|
|
|
], |
|
2576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5141' => [ |
|
2577
|
|
|
'name' => 'Norway TM zone 11', |
|
2578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2579
|
|
|
'extent_code' => ['3651'], |
|
2580
|
|
|
], |
|
2581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5142' => [ |
|
2582
|
|
|
'name' => 'Norway TM zone 12', |
|
2583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2584
|
|
|
'extent_code' => ['3653'], |
|
2585
|
|
|
], |
|
2586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5143' => [ |
|
2587
|
|
|
'name' => 'Norway TM zone 13', |
|
2588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2589
|
|
|
'extent_code' => ['3654'], |
|
2590
|
|
|
], |
|
2591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5144' => [ |
|
2592
|
|
|
'name' => 'Norway TM zone 14', |
|
2593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2594
|
|
|
'extent_code' => ['3655'], |
|
2595
|
|
|
], |
|
2596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5145' => [ |
|
2597
|
|
|
'name' => 'Norway TM zone 15', |
|
2598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2599
|
|
|
'extent_code' => ['3656'], |
|
2600
|
|
|
], |
|
2601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5146' => [ |
|
2602
|
|
|
'name' => 'Norway TM zone 16', |
|
2603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2604
|
|
|
'extent_code' => ['3657'], |
|
2605
|
|
|
], |
|
2606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5147' => [ |
|
2607
|
|
|
'name' => 'Norway TM zone 17', |
|
2608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2609
|
|
|
'extent_code' => ['3658'], |
|
2610
|
|
|
], |
|
2611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5148' => [ |
|
2612
|
|
|
'name' => 'Norway TM zone 18', |
|
2613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2614
|
|
|
'extent_code' => ['3660'], |
|
2615
|
|
|
], |
|
2616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5149' => [ |
|
2617
|
|
|
'name' => 'Norway TM zone 19', |
|
2618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2619
|
|
|
'extent_code' => ['3661'], |
|
2620
|
|
|
], |
|
2621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5150' => [ |
|
2622
|
|
|
'name' => 'Norway TM zone 20', |
|
2623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2624
|
|
|
'extent_code' => ['3662'], |
|
2625
|
|
|
], |
|
2626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5151' => [ |
|
2627
|
|
|
'name' => 'Norway TM zone 21', |
|
2628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2629
|
|
|
'extent_code' => ['3663'], |
|
2630
|
|
|
], |
|
2631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5152' => [ |
|
2632
|
|
|
'name' => 'Norway TM zone 22', |
|
2633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2634
|
|
|
'extent_code' => ['3665'], |
|
2635
|
|
|
], |
|
2636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5153' => [ |
|
2637
|
|
|
'name' => 'Norway TM zone 23', |
|
2638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2639
|
|
|
'extent_code' => ['3667'], |
|
2640
|
|
|
], |
|
2641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5154' => [ |
|
2642
|
|
|
'name' => 'Norway TM zone 24', |
|
2643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2644
|
|
|
'extent_code' => ['3668'], |
|
2645
|
|
|
], |
|
2646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5155' => [ |
|
2647
|
|
|
'name' => 'Norway TM zone 25', |
|
2648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2649
|
|
|
'extent_code' => ['3669'], |
|
2650
|
|
|
], |
|
2651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5156' => [ |
|
2652
|
|
|
'name' => 'Norway TM zone 26', |
|
2653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2654
|
|
|
'extent_code' => ['3671'], |
|
2655
|
|
|
], |
|
2656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5157' => [ |
|
2657
|
|
|
'name' => 'Norway TM zone 27', |
|
2658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2659
|
|
|
'extent_code' => ['3672'], |
|
2660
|
|
|
], |
|
2661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5158' => [ |
|
2662
|
|
|
'name' => 'Norway TM zone 28', |
|
2663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2664
|
|
|
'extent_code' => ['3673'], |
|
2665
|
|
|
], |
|
2666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5159' => [ |
|
2667
|
|
|
'name' => 'Norway TM zone 29', |
|
2668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2669
|
|
|
'extent_code' => ['3674'], |
|
2670
|
|
|
], |
|
2671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5160' => [ |
|
2672
|
|
|
'name' => 'Norway TM zone 30', |
|
2673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2674
|
|
|
'extent_code' => ['3676'], |
|
2675
|
|
|
], |
|
2676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5161' => [ |
|
2677
|
|
|
'name' => 'Korea Modified West Belt', |
|
2678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2679
|
|
|
'extent_code' => ['1498'], |
|
2680
|
|
|
], |
|
2681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5162' => [ |
|
2682
|
|
|
'name' => 'Korea Modified Central Belt', |
|
2683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2684
|
|
|
'extent_code' => ['1497'], |
|
2685
|
|
|
], |
|
2686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5163' => [ |
|
2687
|
|
|
'name' => 'Korea Modified Central Belt Jeju', |
|
2688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2689
|
|
|
'extent_code' => ['3721'], |
|
2690
|
|
|
], |
|
2691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5164' => [ |
|
2692
|
|
|
'name' => 'Korea Modified East Belt', |
|
2693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2694
|
|
|
'extent_code' => ['1496'], |
|
2695
|
|
|
], |
|
2696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5165' => [ |
|
2697
|
|
|
'name' => 'Korea Modified East Sea Belt', |
|
2698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2699
|
|
|
'extent_code' => ['3720'], |
|
2700
|
|
|
], |
|
2701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5189' => [ |
|
2702
|
|
|
'name' => 'Korean 1985 to Korea 2000 (1)', |
|
2703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
2704
|
|
|
'extent_code' => ['3266'], |
|
2705
|
|
|
], |
|
2706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5196' => [ |
|
2707
|
|
|
'name' => 'HVRS71 height to EVRF2000 height (1)', |
|
2708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2709
|
|
|
'extent_code' => ['3234'], |
|
2710
|
|
|
], |
|
2711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5197' => [ |
|
2712
|
|
|
'name' => 'HVRS71 height to EVRF2007 height (1)', |
|
2713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2714
|
|
|
'extent_code' => ['3234'], |
|
2715
|
|
|
], |
|
2716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5198' => [ |
|
2717
|
|
|
'name' => 'Ostend height to EVRF2000 height (1)', |
|
2718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2719
|
|
|
'extent_code' => ['1347'], |
|
2720
|
|
|
], |
|
2721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5199' => [ |
|
2722
|
|
|
'name' => 'Ostend height to EVRF2007 height (1)', |
|
2723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2724
|
|
|
'extent_code' => ['1347'], |
|
2725
|
|
|
], |
|
2726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5200' => [ |
|
2727
|
|
|
'name' => 'Baltic 1982 height to EVRF2007 height (1)', |
|
2728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2729
|
|
|
'extent_code' => ['3224'], |
|
2730
|
|
|
], |
|
2731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5201' => [ |
|
2732
|
|
|
'name' => 'Baltic 1957 height to EVRF2000 height (4)', |
|
2733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2734
|
|
|
'extent_code' => ['1079'], |
|
2735
|
|
|
], |
|
2736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5202' => [ |
|
2737
|
|
|
'name' => 'Baltic 1957 height to EVRF2007 height (1)', |
|
2738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2739
|
|
|
'extent_code' => ['1079'], |
|
2740
|
|
|
], |
|
2741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5203' => [ |
|
2742
|
|
|
'name' => 'Baltic 1977 height to EVRF2007 height (2)', |
|
2743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2744
|
|
|
'extent_code' => ['3246'], |
|
2745
|
|
|
], |
|
2746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5204' => [ |
|
2747
|
|
|
'name' => 'Baltic 1977 height to EVRF2007 height (3)', |
|
2748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2749
|
|
|
'extent_code' => ['3272'], |
|
2750
|
|
|
], |
|
2751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5205' => [ |
|
2752
|
|
|
'name' => 'Constanta height to EVRF2000 height (1)', |
|
2753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2754
|
|
|
'extent_code' => ['3295'], |
|
2755
|
|
|
], |
|
2756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5206' => [ |
|
2757
|
|
|
'name' => 'Constanta height to EVRF2007 height (1)', |
|
2758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2759
|
|
|
'extent_code' => ['3295'], |
|
2760
|
|
|
], |
|
2761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5207' => [ |
|
2762
|
|
|
'name' => 'LN02 height to EVRF2007 height (1)', |
|
2763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2764
|
|
|
'extent_code' => ['1286'], |
|
2765
|
|
|
], |
|
2766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5208' => [ |
|
2767
|
|
|
'name' => 'RH2000 height to EVRF2007 height (1)', |
|
2768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2769
|
|
|
'extent_code' => ['3313'], |
|
2770
|
|
|
], |
|
2771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5209' => [ |
|
2772
|
|
|
'name' => 'Baltic 1977 height to EVRF2000 height (5)', |
|
2773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2774
|
|
|
'extent_code' => ['3268'], |
|
2775
|
|
|
], |
|
2776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5210' => [ |
|
2777
|
|
|
'name' => 'Baltic 1977 height to EVRF2007 height (4)', |
|
2778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2779
|
|
|
'extent_code' => ['3268'], |
|
2780
|
|
|
], |
|
2781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5211' => [ |
|
2782
|
|
|
'name' => 'DHHN92 height to EVRF2007 height (1)', |
|
2783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2784
|
|
|
'extent_code' => ['3339'], |
|
2785
|
|
|
], |
|
2786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5212' => [ |
|
2787
|
|
|
'name' => 'DHHN85 height to EVRF2007 height (1)', |
|
2788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2789
|
|
|
'extent_code' => ['2326'], |
|
2790
|
|
|
], |
|
2791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5213' => [ |
|
2792
|
|
|
'name' => 'Genoa 1942 height to EVRF2000 height (1)', |
|
2793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2794
|
|
|
'extent_code' => ['2372'], |
|
2795
|
|
|
], |
|
2796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5215' => [ |
|
2797
|
|
|
'name' => 'Genoa 1942 height to EVRF2007 height (1)', |
|
2798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2799
|
|
|
'extent_code' => ['2372'], |
|
2800
|
|
|
], |
|
2801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5216' => [ |
|
2802
|
|
|
'name' => 'Genoa 1942 height to EVRF2000 height (2)', |
|
2803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2804
|
|
|
'extent_code' => ['2340'], |
|
2805
|
|
|
], |
|
2806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5217' => [ |
|
2807
|
|
|
'name' => 'Genoa 1942 height to EVRF2007 height (2)', |
|
2808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
2809
|
|
|
'extent_code' => ['2340'], |
|
2810
|
|
|
], |
|
2811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5218' => [ |
|
2812
|
|
|
'name' => 'Krovak East North', |
|
2813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1041', |
|
2814
|
|
|
'extent_code' => ['1306'], |
|
2815
|
|
|
], |
|
2816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5219' => [ |
|
2817
|
|
|
'name' => 'Modified Krovak', |
|
2818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1042', |
|
2819
|
|
|
'extent_code' => ['1079'], |
|
2820
|
|
|
], |
|
2821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5220' => [ |
|
2822
|
|
|
'name' => 'Modified Krovak East North', |
|
2823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1043', |
|
2824
|
|
|
'extent_code' => ['1079'], |
|
2825
|
|
|
], |
|
2826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5222' => [ |
|
2827
|
|
|
'name' => 'Gabon Transverse Mercator', |
|
2828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2829
|
|
|
'extent_code' => ['3249'], |
|
2830
|
|
|
], |
|
2831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5226' => [ |
|
2832
|
|
|
'name' => 'S-JTSK/05 to ETRS89 (1)', |
|
2833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
2834
|
|
|
'extent_code' => ['1079'], |
|
2835
|
|
|
], |
|
2836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5231' => [ |
|
2837
|
|
|
'name' => 'Sri Lanka Grid', |
|
2838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2839
|
|
|
'extent_code' => ['3310'], |
|
2840
|
|
|
], |
|
2841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5232' => [ |
|
2842
|
|
|
'name' => 'Sri Lanka Grid 1999', |
|
2843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2844
|
|
|
'extent_code' => ['3310'], |
|
2845
|
|
|
], |
|
2846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5236' => [ |
|
2847
|
|
|
'name' => 'SLD99 to WGS 84 (1)', |
|
2848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
2849
|
|
|
'extent_code' => ['3310'], |
|
2850
|
|
|
], |
|
2851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5238' => [ |
|
2852
|
|
|
'name' => 'S-JTSK/05 (Ferro) to S-JTSK/05 (1)', |
|
2853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9601', |
|
2854
|
|
|
'extent_code' => ['1079'], |
|
2855
|
|
|
], |
|
2856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5241' => [ |
|
2857
|
|
|
'name' => 'S-JTSK to S-JTSK/05 (1)', |
|
2858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9619', |
|
2859
|
|
|
'extent_code' => ['1079'], |
|
2860
|
|
|
], |
|
2861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5260' => [ |
|
2862
|
|
|
'name' => 'TUREF to ETRS89 (1)', |
|
2863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
2864
|
|
|
'extent_code' => ['1237'], |
|
2865
|
|
|
], |
|
2866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5265' => [ |
|
2867
|
|
|
'name' => 'Bhutan National Grid', |
|
2868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2869
|
|
|
'extent_code' => ['1048'], |
|
2870
|
|
|
], |
|
2871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5267' => [ |
|
2872
|
|
|
'name' => 'DRUKREF 03 to WGS 84 (1)', |
|
2873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2874
|
|
|
'extent_code' => ['1048'], |
|
2875
|
|
|
], |
|
2876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5268' => [ |
|
2877
|
|
|
'name' => 'Bumthang TM', |
|
2878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2879
|
|
|
'extent_code' => ['3734'], |
|
2880
|
|
|
], |
|
2881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5276' => [ |
|
2882
|
|
|
'name' => 'Chhukha TM', |
|
2883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2884
|
|
|
'extent_code' => ['3737'], |
|
2885
|
|
|
], |
|
2886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5277' => [ |
|
2887
|
|
|
'name' => 'Dagana TM', |
|
2888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2889
|
|
|
'extent_code' => ['3738'], |
|
2890
|
|
|
], |
|
2891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5278' => [ |
|
2892
|
|
|
'name' => 'Gasa TM', |
|
2893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2894
|
|
|
'extent_code' => ['3740'], |
|
2895
|
|
|
], |
|
2896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5279' => [ |
|
2897
|
|
|
'name' => 'Ha TM', |
|
2898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2899
|
|
|
'extent_code' => ['3742'], |
|
2900
|
|
|
], |
|
2901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5280' => [ |
|
2902
|
|
|
'name' => 'Lhuentse TM', |
|
2903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2904
|
|
|
'extent_code' => ['3743'], |
|
2905
|
|
|
], |
|
2906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5281' => [ |
|
2907
|
|
|
'name' => 'Mongar TM', |
|
2908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2909
|
|
|
'extent_code' => ['3745'], |
|
2910
|
|
|
], |
|
2911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5282' => [ |
|
2912
|
|
|
'name' => 'Paro TM', |
|
2913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2914
|
|
|
'extent_code' => ['3746'], |
|
2915
|
|
|
], |
|
2916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5283' => [ |
|
2917
|
|
|
'name' => 'Pemagatshel TM', |
|
2918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2919
|
|
|
'extent_code' => ['3747'], |
|
2920
|
|
|
], |
|
2921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5284' => [ |
|
2922
|
|
|
'name' => 'Tsirang TM', |
|
2923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2924
|
|
|
'extent_code' => ['3757'], |
|
2925
|
|
|
], |
|
2926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5285' => [ |
|
2927
|
|
|
'name' => 'Samdrup Jongkhar TM', |
|
2928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2929
|
|
|
'extent_code' => ['3750'], |
|
2930
|
|
|
], |
|
2931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5286' => [ |
|
2932
|
|
|
'name' => 'Samtse TM', |
|
2933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2934
|
|
|
'extent_code' => ['3751'], |
|
2935
|
|
|
], |
|
2936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5287' => [ |
|
2937
|
|
|
'name' => 'Sarpang TM', |
|
2938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2939
|
|
|
'extent_code' => ['3752'], |
|
2940
|
|
|
], |
|
2941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5288' => [ |
|
2942
|
|
|
'name' => 'Wangdue Phodrang TM', |
|
2943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2944
|
|
|
'extent_code' => ['3758'], |
|
2945
|
|
|
], |
|
2946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5289' => [ |
|
2947
|
|
|
'name' => 'Trashigang TM', |
|
2948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2949
|
|
|
'extent_code' => ['3754'], |
|
2950
|
|
|
], |
|
2951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5290' => [ |
|
2952
|
|
|
'name' => 'Trongsa TM', |
|
2953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2954
|
|
|
'extent_code' => ['3755'], |
|
2955
|
|
|
], |
|
2956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5291' => [ |
|
2957
|
|
|
'name' => 'Zhemgang TM', |
|
2958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2959
|
|
|
'extent_code' => ['3761'], |
|
2960
|
|
|
], |
|
2961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5312' => [ |
|
2962
|
|
|
'name' => 'Thimphu TM', |
|
2963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2964
|
|
|
'extent_code' => ['3753'], |
|
2965
|
|
|
], |
|
2966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5313' => [ |
|
2967
|
|
|
'name' => 'Punakha TM', |
|
2968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2969
|
|
|
'extent_code' => ['3749'], |
|
2970
|
|
|
], |
|
2971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5314' => [ |
|
2972
|
|
|
'name' => 'Yangtse TM', |
|
2973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2974
|
|
|
'extent_code' => ['3760'], |
|
2975
|
|
|
], |
|
2976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5315' => [ |
|
2977
|
|
|
'name' => 'Faroe Transverse Mercator', |
|
2978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
2979
|
|
|
'extent_code' => ['1093'], |
|
2980
|
|
|
], |
|
2981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5319' => [ |
|
2982
|
|
|
'name' => 'Teranet Ontario Lambert', |
|
2983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
2984
|
|
|
'extent_code' => ['1367'], |
|
2985
|
|
|
], |
|
2986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5326' => [ |
|
2987
|
|
|
'name' => 'Iceland Lambert 2004', |
|
2988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
2989
|
|
|
'extent_code' => ['1120'], |
|
2990
|
|
|
], |
|
2991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5327' => [ |
|
2992
|
|
|
'name' => 'ISN2004 to WGS 84 (1)', |
|
2993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
2994
|
|
|
'extent_code' => ['1120'], |
|
2995
|
|
|
], |
|
2996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5328' => [ |
|
2997
|
|
|
'name' => 'Netherlands East Indies Equatorial Zone (Jkt)', |
|
2998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9804', |
|
2999
|
|
|
'extent_code' => ['4020'], |
|
3000
|
|
|
], |
|
3001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5350' => [ |
|
3002
|
|
|
'name' => 'Campo Inchauspe to POSGAR 2007 (1)', |
|
3003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
3004
|
|
|
'extent_code' => ['3215'], |
|
3005
|
|
|
], |
|
3006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5366' => [ |
|
3007
|
|
|
'name' => 'Costa Rica TM 2005', |
|
3008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3009
|
|
|
'extent_code' => ['3849'], |
|
3010
|
|
|
], |
|
3011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5374' => [ |
|
3012
|
|
|
'name' => 'MARGEN to WGS 84 (1)', |
|
3013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
3014
|
|
|
'extent_code' => ['1049'], |
|
3015
|
|
|
], |
|
3016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5377' => [ |
|
3017
|
|
|
'name' => 'MACARIO SOLIS to WGS 84 (1)', |
|
3018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
3019
|
|
|
'extent_code' => ['1186'], |
|
3020
|
|
|
], |
|
3021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5378' => [ |
|
3022
|
|
|
'name' => 'Peru96 to WGS 84 (1)', |
|
3023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
3024
|
|
|
'extent_code' => ['1189'], |
|
3025
|
|
|
], |
|
3026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5384' => [ |
|
3027
|
|
|
'name' => 'SIRGAS-ROU98 to WGS 84 (1)', |
|
3028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
3029
|
|
|
'extent_code' => ['1247'], |
|
3030
|
|
|
], |
|
3031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5385' => [ |
|
3032
|
|
|
'name' => 'Yacare to SIRGAS-ROU98 (1)', |
|
3033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
3034
|
|
|
'extent_code' => ['3326'], |
|
3035
|
|
|
], |
|
3036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5386' => [ |
|
3037
|
|
|
'name' => 'Yacare to WGS 84 (2)', |
|
3038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
3039
|
|
|
'extent_code' => ['3326'], |
|
3040
|
|
|
], |
|
3041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5390' => [ |
|
3042
|
|
|
'name' => 'Costa Rica Norte', |
|
3043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
3044
|
|
|
'extent_code' => ['3869'], |
|
3045
|
|
|
], |
|
3046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5394' => [ |
|
3047
|
|
|
'name' => 'Costa Rica Sur', |
|
3048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
3049
|
|
|
'extent_code' => ['3870'], |
|
3050
|
|
|
], |
|
3051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5395' => [ |
|
3052
|
|
|
'name' => 'SIRGAS_ES2007.8 to WGS 84 (1)', |
|
3053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
3054
|
|
|
'extent_code' => ['1087'], |
|
3055
|
|
|
], |
|
3056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5399' => [ |
|
3057
|
|
|
'name' => 'El Salvador Lambert', |
|
3058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
3059
|
|
|
'extent_code' => ['3243'], |
|
3060
|
|
|
], |
|
3061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5403' => [ |
|
3062
|
|
|
'name' => 'AIOC95 depth to Caspian depth (1)', |
|
3063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
3064
|
|
|
'extent_code' => ['2592'], |
|
3065
|
|
|
], |
|
3066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5415' => [ |
|
3067
|
|
|
'name' => 'GHA height to EVRF2000 height (1)', |
|
3068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
3069
|
|
|
'extent_code' => ['1037'], |
|
3070
|
|
|
], |
|
3071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5416' => [ |
|
3072
|
|
|
'name' => 'Baltic 1982 height to EVRF2000 height (1)', |
|
3073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
3074
|
|
|
'extent_code' => ['3224'], |
|
3075
|
|
|
], |
|
3076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5417' => [ |
|
3077
|
|
|
'name' => 'DNN height to EVRF2000 height (1)', |
|
3078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
3079
|
|
|
'extent_code' => ['3237'], |
|
3080
|
|
|
], |
|
3081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5419' => [ |
|
3082
|
|
|
'name' => 'NGF IGN69 height to EVRF2000 height (1)', |
|
3083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
3084
|
|
|
'extent_code' => ['1326'], |
|
3085
|
|
|
], |
|
3086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5420' => [ |
|
3087
|
|
|
'name' => 'DHHN92 height to EVRF2000 height (1)', |
|
3088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
3089
|
|
|
'extent_code' => ['3339'], |
|
3090
|
|
|
], |
|
3091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5421' => [ |
|
3092
|
|
|
'name' => 'DHHN85 height to EVRF2000 height (1)', |
|
3093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
3094
|
|
|
'extent_code' => ['2326'], |
|
3095
|
|
|
], |
|
3096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5422' => [ |
|
3097
|
|
|
'name' => 'SNN76 height to EVRF2000 height (1)', |
|
3098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
3099
|
|
|
'extent_code' => ['1343'], |
|
3100
|
|
|
], |
|
3101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5424' => [ |
|
3102
|
|
|
'name' => 'EOMA height 1980 to EVRF2000 height (1)', |
|
3103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
3104
|
|
|
'extent_code' => ['1119'], |
|
3105
|
|
|
], |
|
3106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5425' => [ |
|
3107
|
|
|
'name' => 'NAP height to EVRF2000 height (1)', |
|
3108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
3109
|
|
|
'extent_code' => ['1275'], |
|
3110
|
|
|
], |
|
3111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5426' => [ |
|
3112
|
|
|
'name' => 'NN54 height to EVRF2000 height (1)', |
|
3113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
3114
|
|
|
'extent_code' => ['1352'], |
|
3115
|
|
|
], |
|
3116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5427' => [ |
|
3117
|
|
|
'name' => 'Cascais height to EVRF2000 height (1)', |
|
3118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
3119
|
|
|
'extent_code' => ['1294'], |
|
3120
|
|
|
], |
|
3121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5428' => [ |
|
3122
|
|
|
'name' => 'NVN99 height to EVRF2000 height (1)', |
|
3123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
3124
|
|
|
'extent_code' => ['3307'], |
|
3125
|
|
|
], |
|
3126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5429' => [ |
|
3127
|
|
|
'name' => 'Alicante height to EVRF2000 height (1)', |
|
3128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
3129
|
|
|
'extent_code' => ['4188'], |
|
3130
|
|
|
], |
|
3131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5430' => [ |
|
3132
|
|
|
'name' => 'RH70 height to EVRF2000 height (1)', |
|
3133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
3134
|
|
|
'extent_code' => ['3313'], |
|
3135
|
|
|
], |
|
3136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5431' => [ |
|
3137
|
|
|
'name' => 'LN02 height to EVRF2000 height (1)', |
|
3138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
3139
|
|
|
'extent_code' => ['1286'], |
|
3140
|
|
|
], |
|
3141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5432' => [ |
|
3142
|
|
|
'name' => 'N60 height to EVRF2000 height (1)', |
|
3143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
3144
|
|
|
'extent_code' => ['3333'], |
|
3145
|
|
|
], |
|
3146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5435' => [ |
|
3147
|
|
|
'name' => 'Baltic 1957 height to EVRF2000 height (3)', |
|
3148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
3149
|
|
|
'extent_code' => ['1211'], |
|
3150
|
|
|
], |
|
3151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5436' => [ |
|
3152
|
|
|
'name' => 'Baltic 1977 height to EVRF2000 height (1)', |
|
3153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
3154
|
|
|
'extent_code' => ['3246'], |
|
3155
|
|
|
], |
|
3156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5437' => [ |
|
3157
|
|
|
'name' => 'Baltic 1977 height to EVRF2000 height (2)', |
|
3158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
3159
|
|
|
'extent_code' => ['3272'], |
|
3160
|
|
|
], |
|
3161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5438' => [ |
|
3162
|
|
|
'name' => 'Baltic 1977 height to Caspian height (1)', |
|
3163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
3164
|
|
|
'extent_code' => ['1291'], |
|
3165
|
|
|
], |
|
3166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5439' => [ |
|
3167
|
|
|
'name' => 'Nicaragua Norte', |
|
3168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
3169
|
|
|
'extent_code' => ['3844'], |
|
3170
|
|
|
], |
|
3171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5440' => [ |
|
3172
|
|
|
'name' => 'Baltic 1977 depth to Caspian depth (1)', |
|
3173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
3174
|
|
|
'extent_code' => ['1291'], |
|
3175
|
|
|
], |
|
3176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5443' => [ |
|
3177
|
|
|
'name' => 'Baltic 1977 height to AIOC95 height (1)', |
|
3178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
3179
|
|
|
'extent_code' => ['2592'], |
|
3180
|
|
|
], |
|
3181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5444' => [ |
|
3182
|
|
|
'name' => 'Nicaragua Sur', |
|
3183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
3184
|
|
|
'extent_code' => ['3847'], |
|
3185
|
|
|
], |
|
3186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5445' => [ |
|
3187
|
|
|
'name' => 'Baltic 1977 depth to AIOC95 depth (1)', |
|
3188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
3189
|
|
|
'extent_code' => ['2592'], |
|
3190
|
|
|
], |
|
3191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5447' => [ |
|
3192
|
|
|
'name' => 'Baltic 1977 height to Black Sea height (1)', |
|
3193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
3194
|
|
|
'extent_code' => ['3251'], |
|
3195
|
|
|
], |
|
3196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5450' => [ |
|
3197
|
|
|
'name' => 'KOC CD height to Kuwait PWD height (1)', |
|
3198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
3199
|
|
|
'extent_code' => ['3267'], |
|
3200
|
|
|
], |
|
3201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5452' => [ |
|
3202
|
|
|
'name' => 'Belfast height to Malin Head height (1)', |
|
3203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
3204
|
|
|
'extent_code' => ['2530'], |
|
3205
|
|
|
], |
|
3206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5465' => [ |
|
3207
|
|
|
'name' => 'Belize Colony Grid', |
|
3208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3209
|
|
|
'extent_code' => ['3219'], |
|
3210
|
|
|
], |
|
3211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5468' => [ |
|
3212
|
|
|
'name' => 'Panama Lambert', |
|
3213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
3214
|
|
|
'extent_code' => ['3290'], |
|
3215
|
|
|
], |
|
3216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5471' => [ |
|
3217
|
|
|
'name' => 'Panama Polyconic', |
|
3218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9818', |
|
3219
|
|
|
'extent_code' => ['3290'], |
|
3220
|
|
|
], |
|
3221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5475' => [ |
|
3222
|
|
|
'name' => 'McMurdo Sound Lambert Conformal 2000', |
|
3223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3224
|
|
|
'extent_code' => ['3853'], |
|
3225
|
|
|
], |
|
3226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5476' => [ |
|
3227
|
|
|
'name' => 'Borchgrevink Coast Lambert Conformal 2000', |
|
3228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3229
|
|
|
'extent_code' => ['3854'], |
|
3230
|
|
|
], |
|
3231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5477' => [ |
|
3232
|
|
|
'name' => 'Pennell Coast Lambert Conformal 2000', |
|
3233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3234
|
|
|
'extent_code' => ['3855'], |
|
3235
|
|
|
], |
|
3236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5478' => [ |
|
3237
|
|
|
'name' => 'Ross Sea Polar Stereographic 2000', |
|
3238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9810', |
|
3239
|
|
|
'extent_code' => ['3856'], |
|
3240
|
|
|
], |
|
3241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5491' => [ |
|
3242
|
|
|
'name' => 'Martinique 1938 to RGAF09 (1)', |
|
3243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
3244
|
|
|
'extent_code' => ['3276'], |
|
3245
|
|
|
], |
|
3246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5492' => [ |
|
3247
|
|
|
'name' => 'Guadeloupe 1948 to RGAF09 (1)', |
|
3248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
3249
|
|
|
'extent_code' => ['2829'], |
|
3250
|
|
|
], |
|
3251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5493' => [ |
|
3252
|
|
|
'name' => 'Fort Marigot to RGAF09 (1)', |
|
3253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
3254
|
|
|
'extent_code' => ['2828'], |
|
3255
|
|
|
], |
|
3256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5494' => [ |
|
3257
|
|
|
'name' => 'RRAF 1991 to RGAF09 (1)', |
|
3258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
3259
|
|
|
'extent_code' => ['1156'], |
|
3260
|
|
|
], |
|
3261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5495' => [ |
|
3262
|
|
|
'name' => 'RRAF 1991 to RGAF09 (2)', |
|
3263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
3264
|
|
|
'extent_code' => ['2829'], |
|
3265
|
|
|
], |
|
3266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5496' => [ |
|
3267
|
|
|
'name' => 'RRAF 1991 to RGAF09 (3)', |
|
3268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
3269
|
|
|
'extent_code' => ['2828'], |
|
3270
|
|
|
], |
|
3271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5497' => [ |
|
3272
|
|
|
'name' => 'POSGAR 2007 to SIRGAS 2000 (1)', |
|
3273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
3274
|
|
|
'extent_code' => ['1033'], |
|
3275
|
|
|
], |
|
3276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5501' => [ |
|
3277
|
|
|
'name' => 'RGAF09 to WGS 84 (1)', |
|
3278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
3279
|
|
|
'extent_code' => ['2824'], |
|
3280
|
|
|
], |
|
3281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5509' => [ |
|
3282
|
|
|
'name' => 'Krovak (Greenwich)', |
|
3283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9819', |
|
3284
|
|
|
'extent_code' => ['1306'], |
|
3285
|
|
|
], |
|
3286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5510' => [ |
|
3287
|
|
|
'name' => 'Krovak East North (Greenwich)', |
|
3288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1041', |
|
3289
|
|
|
'extent_code' => ['1306'], |
|
3290
|
|
|
], |
|
3291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5511' => [ |
|
3292
|
|
|
'name' => 'Modified Krovak (Greenwich)', |
|
3293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1042', |
|
3294
|
|
|
'extent_code' => ['1079'], |
|
3295
|
|
|
], |
|
3296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5512' => [ |
|
3297
|
|
|
'name' => 'Modified Krovak East North (Greenwich)', |
|
3298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1043', |
|
3299
|
|
|
'extent_code' => ['1079'], |
|
3300
|
|
|
], |
|
3301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5517' => [ |
|
3302
|
|
|
'name' => 'Chatham Islands Map Grid', |
|
3303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3304
|
|
|
'extent_code' => ['2889'], |
|
3305
|
|
|
], |
|
3306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5521' => [ |
|
3307
|
|
|
'name' => 'Grand Comoros to WGS 84 (1)', |
|
3308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
3309
|
|
|
'extent_code' => ['2807'], |
|
3310
|
|
|
], |
|
3311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5522' => [ |
|
3312
|
|
|
'name' => 'Gabon Transverse Mercator 2011', |
|
3313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3314
|
|
|
'extent_code' => ['1100'], |
|
3315
|
|
|
], |
|
3316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5525' => [ |
|
3317
|
|
|
'name' => 'Corrego Alegre 1961 to SIRGAS 2000 (1)', |
|
3318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
3319
|
|
|
'extent_code' => ['3874'], |
|
3320
|
|
|
], |
|
3321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5526' => [ |
|
3322
|
|
|
'name' => 'Corrego Alegre 1970-72 to SIRGAS 2000 (1)', |
|
3323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
3324
|
|
|
'extent_code' => ['1293'], |
|
3325
|
|
|
], |
|
3326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5528' => [ |
|
3327
|
|
|
'name' => 'SAD69 to SIRGAS 2000 (2)', |
|
3328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
3329
|
|
|
'extent_code' => ['3887'], |
|
3330
|
|
|
], |
|
3331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5529' => [ |
|
3332
|
|
|
'name' => 'SAD69(96) to SIRGAS 2000 (1)', |
|
3333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
3334
|
|
|
'extent_code' => ['3887'], |
|
3335
|
|
|
], |
|
3336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5547' => [ |
|
3337
|
|
|
'name' => 'Papua New Guinea Map Grid 1994 zone 54', |
|
3338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3339
|
|
|
'extent_code' => ['3882'], |
|
3340
|
|
|
], |
|
3341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5548' => [ |
|
3342
|
|
|
'name' => 'Papua New Guinea Map Grid 1994 zone 55', |
|
3343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3344
|
|
|
'extent_code' => ['3885'], |
|
3345
|
|
|
], |
|
3346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5549' => [ |
|
3347
|
|
|
'name' => 'Papua New Guinea Map Grid 1994 zone 56', |
|
3348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3349
|
|
|
'extent_code' => ['3885'], |
|
3350
|
|
|
], |
|
3351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5553' => [ |
|
3352
|
|
|
'name' => 'PNG94 to WGS 84 (1)', |
|
3353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
3354
|
|
|
'extent_code' => ['1187'], |
|
3355
|
|
|
], |
|
3356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5557' => [ |
|
3357
|
|
|
'name' => 'GHA height to EVRF2007 height (1)', |
|
3358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
3359
|
|
|
'extent_code' => ['1037'], |
|
3360
|
|
|
], |
|
3361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5584' => [ |
|
3362
|
|
|
'name' => 'MOLDREF99 to ETRS89 (1)', |
|
3363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
3364
|
|
|
'extent_code' => ['1162'], |
|
3365
|
|
|
], |
|
3366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5586' => [ |
|
3367
|
|
|
'name' => 'Pulkovo 1942 to UCS-2000 (1)', |
|
3368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
3369
|
|
|
'extent_code' => ['1242'], |
|
3370
|
|
|
], |
|
3371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5587' => [ |
|
3372
|
|
|
'name' => 'New Brunswick Stereographic (NAD27)', |
|
3373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9809', |
|
3374
|
|
|
'extent_code' => ['1447'], |
|
3375
|
|
|
], |
|
3376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5595' => [ |
|
3377
|
|
|
'name' => 'Fehmarnbelt TM', |
|
3378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3379
|
|
|
'extent_code' => ['3889'], |
|
3380
|
|
|
], |
|
3381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5599' => [ |
|
3382
|
|
|
'name' => 'FEH2010 to WGS 84 (1)', |
|
3383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
3384
|
|
|
'extent_code' => ['3889'], |
|
3385
|
|
|
], |
|
3386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5640' => [ |
|
3387
|
|
|
'name' => 'Petrobras Mercator', |
|
3388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9805', |
|
3389
|
|
|
'extent_code' => ['3896'], |
|
3390
|
|
|
], |
|
3391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5642' => [ |
|
3392
|
|
|
'name' => 'Southern Permian Basin Atlas Lambert', |
|
3393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3394
|
|
|
'extent_code' => ['3899'], |
|
3395
|
|
|
], |
|
3396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5645' => [ |
|
3397
|
|
|
'name' => 'SPCS83 Vermont zone (US Survey feet)', |
|
3398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3399
|
|
|
'extent_code' => ['1414'], |
|
3400
|
|
|
], |
|
3401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5647' => [ |
|
3402
|
|
|
'name' => 'UTM zone 31N with prefix', |
|
3403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3404
|
|
|
'extent_code' => ['2860'], |
|
3405
|
|
|
], |
|
3406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5648' => [ |
|
3407
|
|
|
'name' => 'UTM zone 33N with prefix', |
|
3408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3409
|
|
|
'extent_code' => ['2862'], |
|
3410
|
|
|
], |
|
3411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5658' => [ |
|
3412
|
|
|
'name' => 'TM Emilia-Romagna', |
|
3413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3414
|
|
|
'extent_code' => ['4035'], |
|
3415
|
|
|
], |
|
3416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5660' => [ |
|
3417
|
|
|
'name' => 'Nord Sahara 1959 to WGS 84 (9)', |
|
3418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
3419
|
|
|
'extent_code' => ['1026'], |
|
3420
|
|
|
], |
|
3421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5661' => [ |
|
3422
|
|
|
'name' => 'ED50 to ETRS89 (14)', |
|
3423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
3424
|
|
|
'extent_code' => ['3732'], |
|
3425
|
|
|
], |
|
3426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5824' => [ |
|
3427
|
|
|
'name' => 'ACT Standard Grid', |
|
3428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3429
|
|
|
'extent_code' => ['2283'], |
|
3430
|
|
|
], |
|
3431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5826' => [ |
|
3432
|
|
|
'name' => 'DB_REF to ETRS89 (1)', |
|
3433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
3434
|
|
|
'extent_code' => ['3339'], |
|
3435
|
|
|
], |
|
3436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5827' => [ |
|
3437
|
|
|
'name' => 'AGD66 to GDA94 (19)', |
|
3438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
3439
|
|
|
'extent_code' => ['2283'], |
|
3440
|
|
|
], |
|
3441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5841' => [ |
|
3442
|
|
|
'name' => 'AGD66 to WGS 84 (19)', |
|
3443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
3444
|
|
|
'extent_code' => ['4013'], |
|
3445
|
|
|
], |
|
3446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5878' => [ |
|
3447
|
|
|
'name' => 'Timbalai 1948 to GDBD2009 (1)', |
|
3448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
3449
|
|
|
'extent_code' => ['1055'], |
|
3450
|
|
|
], |
|
3451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5881' => [ |
|
3452
|
|
|
'name' => 'SAD69(96) to SIRGAS 2000 (2)', |
|
3453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
3454
|
|
|
'extent_code' => ['1053'], |
|
3455
|
|
|
], |
|
3456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5883' => [ |
|
3457
|
|
|
'name' => 'Tonga Map Grid', |
|
3458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3459
|
|
|
'extent_code' => ['1234'], |
|
3460
|
|
|
], |
|
3461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5888' => [ |
|
3462
|
|
|
'name' => 'Combani 1950 to RGM04 (1)', |
|
3463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
3464
|
|
|
'extent_code' => ['3340'], |
|
3465
|
|
|
], |
|
3466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5891' => [ |
|
3467
|
|
|
'name' => 'MGI to ETRS89 (5)', |
|
3468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
3469
|
|
|
'extent_code' => ['1037'], |
|
3470
|
|
|
], |
|
3471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5892' => [ |
|
3472
|
|
|
'name' => 'Vietnam TM-3 zone 481', |
|
3473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3474
|
|
|
'extent_code' => ['4193'], |
|
3475
|
|
|
], |
|
3476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5893' => [ |
|
3477
|
|
|
'name' => 'Vietnam TM-3 zone 482', |
|
3478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3479
|
|
|
'extent_code' => ['4215', '4547'], |
|
3480
|
|
|
], |
|
3481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5894' => [ |
|
3482
|
|
|
'name' => 'Vietnam TM-3 zone 491', |
|
3483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3484
|
|
|
'extent_code' => ['4217', '4558'], |
|
3485
|
|
|
], |
|
3486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5895' => [ |
|
3487
|
|
|
'name' => 'Vietnam TM-3 107-45', |
|
3488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3489
|
|
|
'extent_code' => ['4218'], |
|
3490
|
|
|
], |
|
3491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5900' => [ |
|
3492
|
|
|
'name' => 'ITRF2005 to ETRF2005 (1)', |
|
3493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
3494
|
|
|
'extent_code' => ['1298'], |
|
3495
|
|
|
], |
|
3496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5901' => [ |
|
3497
|
|
|
'name' => 'EPSG Alaska Polar Stereographic', |
|
3498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9810', |
|
3499
|
|
|
'extent_code' => ['1996'], |
|
3500
|
|
|
], |
|
3501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5902' => [ |
|
3502
|
|
|
'name' => 'EPSG Canada Polar Stereographic', |
|
3503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9810', |
|
3504
|
|
|
'extent_code' => ['1996'], |
|
3505
|
|
|
], |
|
3506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5903' => [ |
|
3507
|
|
|
'name' => 'EPSG Greenland Polar Stereographic', |
|
3508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9810', |
|
3509
|
|
|
'extent_code' => ['1996'], |
|
3510
|
|
|
], |
|
3511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5904' => [ |
|
3512
|
|
|
'name' => 'EPSG Norway Polar Stereographic', |
|
3513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9810', |
|
3514
|
|
|
'extent_code' => ['1996'], |
|
3515
|
|
|
], |
|
3516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5905' => [ |
|
3517
|
|
|
'name' => 'EPSG Russia Polar Stereographic', |
|
3518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9810', |
|
3519
|
|
|
'extent_code' => ['1996'], |
|
3520
|
|
|
], |
|
3521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5906' => [ |
|
3522
|
|
|
'name' => 'EPSG Arctic Regional LCC zone A1', |
|
3523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3524
|
|
|
'extent_code' => ['4019'], |
|
3525
|
|
|
], |
|
3526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5907' => [ |
|
3527
|
|
|
'name' => 'EPSG Arctic Regional LCC zone A2', |
|
3528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3529
|
|
|
'extent_code' => ['4027'], |
|
3530
|
|
|
], |
|
3531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5908' => [ |
|
3532
|
|
|
'name' => 'EPSG Arctic Regional LCC zone A3', |
|
3533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3534
|
|
|
'extent_code' => ['4028'], |
|
3535
|
|
|
], |
|
3536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5909' => [ |
|
3537
|
|
|
'name' => 'EPSG Arctic Regional LCC zone A4', |
|
3538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3539
|
|
|
'extent_code' => ['4029'], |
|
3540
|
|
|
], |
|
3541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5910' => [ |
|
3542
|
|
|
'name' => 'EPSG Arctic Regional LCC zone A5', |
|
3543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3544
|
|
|
'extent_code' => ['4031'], |
|
3545
|
|
|
], |
|
3546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5911' => [ |
|
3547
|
|
|
'name' => 'EPSG Arctic Regional LCC zone B1', |
|
3548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3549
|
|
|
'extent_code' => ['4032'], |
|
3550
|
|
|
], |
|
3551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5912' => [ |
|
3552
|
|
|
'name' => 'EPSG Arctic Regional LCC zone B2', |
|
3553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3554
|
|
|
'extent_code' => ['4033'], |
|
3555
|
|
|
], |
|
3556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5913' => [ |
|
3557
|
|
|
'name' => 'EPSG Arctic Regional LCC zone B3', |
|
3558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3559
|
|
|
'extent_code' => ['4034'], |
|
3560
|
|
|
], |
|
3561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5914' => [ |
|
3562
|
|
|
'name' => 'EPSG Arctic Regional LCC zone B4', |
|
3563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3564
|
|
|
'extent_code' => ['4037'], |
|
3565
|
|
|
], |
|
3566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5915' => [ |
|
3567
|
|
|
'name' => 'EPSG Arctic Regional LCC zone B5', |
|
3568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3569
|
|
|
'extent_code' => ['4038'], |
|
3570
|
|
|
], |
|
3571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5916' => [ |
|
3572
|
|
|
'name' => 'EPSG Arctic Regional LCC zone C1', |
|
3573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3574
|
|
|
'extent_code' => ['4040'], |
|
3575
|
|
|
], |
|
3576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5917' => [ |
|
3577
|
|
|
'name' => 'EPSG Arctic Regional LCC zone C2', |
|
3578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3579
|
|
|
'extent_code' => ['4041'], |
|
3580
|
|
|
], |
|
3581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5918' => [ |
|
3582
|
|
|
'name' => 'EPSG Arctic Regional LCC zone C3', |
|
3583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3584
|
|
|
'extent_code' => ['4042'], |
|
3585
|
|
|
], |
|
3586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5919' => [ |
|
3587
|
|
|
'name' => 'EPSG Arctic Regional LCC zone C4', |
|
3588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3589
|
|
|
'extent_code' => ['4043'], |
|
3590
|
|
|
], |
|
3591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5920' => [ |
|
3592
|
|
|
'name' => 'EPSG Arctic Regional LCC zone C5', |
|
3593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3594
|
|
|
'extent_code' => ['4045'], |
|
3595
|
|
|
], |
|
3596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5943' => [ |
|
3597
|
|
|
'name' => 'EPSG Arctic LCC zone 8-20', |
|
3598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3599
|
|
|
'extent_code' => ['4123'], |
|
3600
|
|
|
], |
|
3601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5944' => [ |
|
3602
|
|
|
'name' => 'EPSG Arctic LCC zone 8-22', |
|
3603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3604
|
|
|
'extent_code' => ['4124'], |
|
3605
|
|
|
], |
|
3606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5977' => [ |
|
3607
|
|
|
'name' => 'EPSG Arctic LCC zone 1-21', |
|
3608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3609
|
|
|
'extent_code' => ['4044'], |
|
3610
|
|
|
], |
|
3611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5978' => [ |
|
3612
|
|
|
'name' => 'EPSG Arctic LCC zone 1-23', |
|
3613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3614
|
|
|
'extent_code' => ['4047'], |
|
3615
|
|
|
], |
|
3616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5979' => [ |
|
3617
|
|
|
'name' => 'EPSG Arctic LCC zone 1-25', |
|
3618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3619
|
|
|
'extent_code' => ['4048'], |
|
3620
|
|
|
], |
|
3621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5980' => [ |
|
3622
|
|
|
'name' => 'EPSG Arctic LCC zone 1-27', |
|
3623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3624
|
|
|
'extent_code' => ['4049'], |
|
3625
|
|
|
], |
|
3626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5981' => [ |
|
3627
|
|
|
'name' => 'EPSG Arctic LCC zone 1-29', |
|
3628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3629
|
|
|
'extent_code' => ['4050'], |
|
3630
|
|
|
], |
|
3631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5982' => [ |
|
3632
|
|
|
'name' => 'EPSG Arctic LCC zone 1-31', |
|
3633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3634
|
|
|
'extent_code' => ['4051'], |
|
3635
|
|
|
], |
|
3636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5983' => [ |
|
3637
|
|
|
'name' => 'EPSG Arctic LCC zone 2-10', |
|
3638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3639
|
|
|
'extent_code' => ['4057'], |
|
3640
|
|
|
], |
|
3641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5984' => [ |
|
3642
|
|
|
'name' => 'EPSG Arctic LCC zone 2-12', |
|
3643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3644
|
|
|
'extent_code' => ['4052'], |
|
3645
|
|
|
], |
|
3646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5985' => [ |
|
3647
|
|
|
'name' => 'EPSG Arctic LCC zone 2-14', |
|
3648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3649
|
|
|
'extent_code' => ['4030'], |
|
3650
|
|
|
], |
|
3651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5986' => [ |
|
3652
|
|
|
'name' => 'EPSG Arctic LCC zone 2-16', |
|
3653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3654
|
|
|
'extent_code' => ['4036'], |
|
3655
|
|
|
], |
|
3656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5987' => [ |
|
3657
|
|
|
'name' => 'EPSG Arctic LCC zone 2-18', |
|
3658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3659
|
|
|
'extent_code' => ['4039'], |
|
3660
|
|
|
], |
|
3661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5988' => [ |
|
3662
|
|
|
'name' => 'EPSG Arctic LCC zone 2-20', |
|
3663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3664
|
|
|
'extent_code' => ['4046'], |
|
3665
|
|
|
], |
|
3666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5989' => [ |
|
3667
|
|
|
'name' => 'EPSG Arctic LCC zone 2-22', |
|
3668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3669
|
|
|
'extent_code' => ['4053'], |
|
3670
|
|
|
], |
|
3671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5990' => [ |
|
3672
|
|
|
'name' => 'EPSG Arctic LCC zone 2-24', |
|
3673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3674
|
|
|
'extent_code' => ['4054'], |
|
3675
|
|
|
], |
|
3676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5991' => [ |
|
3677
|
|
|
'name' => 'EPSG Arctic LCC zone 2-26', |
|
3678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3679
|
|
|
'extent_code' => ['4055'], |
|
3680
|
|
|
], |
|
3681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5992' => [ |
|
3682
|
|
|
'name' => 'EPSG Arctic LCC zone 2-28', |
|
3683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3684
|
|
|
'extent_code' => ['4056'], |
|
3685
|
|
|
], |
|
3686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5993' => [ |
|
3687
|
|
|
'name' => 'EPSG Arctic LCC zone 3-11', |
|
3688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3689
|
|
|
'extent_code' => ['4058'], |
|
3690
|
|
|
], |
|
3691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5994' => [ |
|
3692
|
|
|
'name' => 'EPSG Arctic LCC zone 3-13', |
|
3693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3694
|
|
|
'extent_code' => ['4059'], |
|
3695
|
|
|
], |
|
3696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5995' => [ |
|
3697
|
|
|
'name' => 'EPSG Arctic LCC zone 3-15', |
|
3698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3699
|
|
|
'extent_code' => ['4060'], |
|
3700
|
|
|
], |
|
3701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5996' => [ |
|
3702
|
|
|
'name' => 'EPSG Arctic LCC zone 3-17', |
|
3703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3704
|
|
|
'extent_code' => ['4061'], |
|
3705
|
|
|
], |
|
3706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5997' => [ |
|
3707
|
|
|
'name' => 'EPSG Arctic LCC zone 3-19', |
|
3708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3709
|
|
|
'extent_code' => ['4062'], |
|
3710
|
|
|
], |
|
3711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5998' => [ |
|
3712
|
|
|
'name' => 'EPSG Arctic LCC zone 3-21', |
|
3713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3714
|
|
|
'extent_code' => ['4063'], |
|
3715
|
|
|
], |
|
3716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::5999' => [ |
|
3717
|
|
|
'name' => 'EPSG Arctic LCC zone 3-23', |
|
3718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3719
|
|
|
'extent_code' => ['4064'], |
|
3720
|
|
|
], |
|
3721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6000' => [ |
|
3722
|
|
|
'name' => 'EPSG Arctic LCC zone 3-25', |
|
3723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3724
|
|
|
'extent_code' => ['4065'], |
|
3725
|
|
|
], |
|
3726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6001' => [ |
|
3727
|
|
|
'name' => 'EPSG Arctic LCC zone 3-27', |
|
3728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3729
|
|
|
'extent_code' => ['4070'], |
|
3730
|
|
|
], |
|
3731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6002' => [ |
|
3732
|
|
|
'name' => 'EPSG Arctic LCC zone 3-29', |
|
3733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3734
|
|
|
'extent_code' => ['4071'], |
|
3735
|
|
|
], |
|
3736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6003' => [ |
|
3737
|
|
|
'name' => 'EPSG Arctic LCC zone 3-31', |
|
3738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3739
|
|
|
'extent_code' => ['4074'], |
|
3740
|
|
|
], |
|
3741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6004' => [ |
|
3742
|
|
|
'name' => 'EPSG Arctic LCC zone 3-33', |
|
3743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3744
|
|
|
'extent_code' => ['4075'], |
|
3745
|
|
|
], |
|
3746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6005' => [ |
|
3747
|
|
|
'name' => 'EPSG Arctic LCC zone 4-12', |
|
3748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3749
|
|
|
'extent_code' => ['4076'], |
|
3750
|
|
|
], |
|
3751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6006' => [ |
|
3752
|
|
|
'name' => 'EPSG Arctic LCC zone 4-14', |
|
3753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3754
|
|
|
'extent_code' => ['4077'], |
|
3755
|
|
|
], |
|
3756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6007' => [ |
|
3757
|
|
|
'name' => 'EPSG Arctic LCC zone 4-16', |
|
3758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3759
|
|
|
'extent_code' => ['4078'], |
|
3760
|
|
|
], |
|
3761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6008' => [ |
|
3762
|
|
|
'name' => 'EPSG Arctic LCC zone 4-18', |
|
3763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3764
|
|
|
'extent_code' => ['4079'], |
|
3765
|
|
|
], |
|
3766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6009' => [ |
|
3767
|
|
|
'name' => 'EPSG Arctic LCC zone 4-20', |
|
3768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3769
|
|
|
'extent_code' => ['4080'], |
|
3770
|
|
|
], |
|
3771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6010' => [ |
|
3772
|
|
|
'name' => 'EPSG Arctic LCC zone 4-22', |
|
3773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3774
|
|
|
'extent_code' => ['4081'], |
|
3775
|
|
|
], |
|
3776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6011' => [ |
|
3777
|
|
|
'name' => 'EPSG Arctic LCC zone 4-24', |
|
3778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3779
|
|
|
'extent_code' => ['4082'], |
|
3780
|
|
|
], |
|
3781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6012' => [ |
|
3782
|
|
|
'name' => 'EPSG Arctic LCC zone 4-26', |
|
3783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3784
|
|
|
'extent_code' => ['4083'], |
|
3785
|
|
|
], |
|
3786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6013' => [ |
|
3787
|
|
|
'name' => 'EPSG Arctic LCC zone 4-28', |
|
3788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3789
|
|
|
'extent_code' => ['4084'], |
|
3790
|
|
|
], |
|
3791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6014' => [ |
|
3792
|
|
|
'name' => 'EPSG Arctic LCC zone 4-30', |
|
3793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3794
|
|
|
'extent_code' => ['4085'], |
|
3795
|
|
|
], |
|
3796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6015' => [ |
|
3797
|
|
|
'name' => 'EPSG Arctic LCC zone 4-32', |
|
3798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3799
|
|
|
'extent_code' => ['4086'], |
|
3800
|
|
|
], |
|
3801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6016' => [ |
|
3802
|
|
|
'name' => 'EPSG Arctic LCC zone 4-34', |
|
3803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3804
|
|
|
'extent_code' => ['4087'], |
|
3805
|
|
|
], |
|
3806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6017' => [ |
|
3807
|
|
|
'name' => 'EPSG Arctic LCC zone 4-36', |
|
3808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3809
|
|
|
'extent_code' => ['4088'], |
|
3810
|
|
|
], |
|
3811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6018' => [ |
|
3812
|
|
|
'name' => 'EPSG Arctic LCC zone 4-38', |
|
3813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3814
|
|
|
'extent_code' => ['4089'], |
|
3815
|
|
|
], |
|
3816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6019' => [ |
|
3817
|
|
|
'name' => 'EPSG Arctic LCC zone 4-40', |
|
3818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3819
|
|
|
'extent_code' => ['4090'], |
|
3820
|
|
|
], |
|
3821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6020' => [ |
|
3822
|
|
|
'name' => 'EPSG Arctic LCC zone 5-11', |
|
3823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3824
|
|
|
'extent_code' => ['4091'], |
|
3825
|
|
|
], |
|
3826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6021' => [ |
|
3827
|
|
|
'name' => 'EPSG Arctic LCC zone 5-13', |
|
3828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3829
|
|
|
'extent_code' => ['4092'], |
|
3830
|
|
|
], |
|
3831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6022' => [ |
|
3832
|
|
|
'name' => 'EPSG Arctic LCC zone 5-15', |
|
3833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3834
|
|
|
'extent_code' => ['4093'], |
|
3835
|
|
|
], |
|
3836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6023' => [ |
|
3837
|
|
|
'name' => 'EPSG Arctic LCC zone 5-17', |
|
3838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3839
|
|
|
'extent_code' => ['4094'], |
|
3840
|
|
|
], |
|
3841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6024' => [ |
|
3842
|
|
|
'name' => 'EPSG Arctic LCC zone 5-19', |
|
3843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3844
|
|
|
'extent_code' => ['4095'], |
|
3845
|
|
|
], |
|
3846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6025' => [ |
|
3847
|
|
|
'name' => 'EPSG Arctic LCC zone 5-21', |
|
3848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3849
|
|
|
'extent_code' => ['4096'], |
|
3850
|
|
|
], |
|
3851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6026' => [ |
|
3852
|
|
|
'name' => 'EPSG Arctic LCC zone 5-23', |
|
3853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3854
|
|
|
'extent_code' => ['4097'], |
|
3855
|
|
|
], |
|
3856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6027' => [ |
|
3857
|
|
|
'name' => 'EPSG Arctic LCC zone 5-25', |
|
3858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3859
|
|
|
'extent_code' => ['4098'], |
|
3860
|
|
|
], |
|
3861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6028' => [ |
|
3862
|
|
|
'name' => 'EPSG Arctic LCC zone 5-27', |
|
3863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3864
|
|
|
'extent_code' => ['4099'], |
|
3865
|
|
|
], |
|
3866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6029' => [ |
|
3867
|
|
|
'name' => 'EPSG Arctic LCC zone 5-29', |
|
3868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3869
|
|
|
'extent_code' => ['4100'], |
|
3870
|
|
|
], |
|
3871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6030' => [ |
|
3872
|
|
|
'name' => 'EPSG Arctic LCC zone 5-31', |
|
3873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3874
|
|
|
'extent_code' => ['4101'], |
|
3875
|
|
|
], |
|
3876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6031' => [ |
|
3877
|
|
|
'name' => 'EPSG Arctic LCC zone 5-33', |
|
3878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3879
|
|
|
'extent_code' => ['4102'], |
|
3880
|
|
|
], |
|
3881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6032' => [ |
|
3882
|
|
|
'name' => 'EPSG Arctic LCC zone 5-35', |
|
3883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3884
|
|
|
'extent_code' => ['4103'], |
|
3885
|
|
|
], |
|
3886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6033' => [ |
|
3887
|
|
|
'name' => 'EPSG Arctic LCC zone 5-37', |
|
3888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3889
|
|
|
'extent_code' => ['4104'], |
|
3890
|
|
|
], |
|
3891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6034' => [ |
|
3892
|
|
|
'name' => 'EPSG Arctic LCC zone 5-39', |
|
3893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3894
|
|
|
'extent_code' => ['4105'], |
|
3895
|
|
|
], |
|
3896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6035' => [ |
|
3897
|
|
|
'name' => 'EPSG Arctic LCC zone 5-41', |
|
3898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3899
|
|
|
'extent_code' => ['4106'], |
|
3900
|
|
|
], |
|
3901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6036' => [ |
|
3902
|
|
|
'name' => 'EPSG Arctic LCC zone 5-43', |
|
3903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3904
|
|
|
'extent_code' => ['4107'], |
|
3905
|
|
|
], |
|
3906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6037' => [ |
|
3907
|
|
|
'name' => 'EPSG Arctic LCC zone 5-45', |
|
3908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3909
|
|
|
'extent_code' => ['4108'], |
|
3910
|
|
|
], |
|
3911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6038' => [ |
|
3912
|
|
|
'name' => 'EPSG Arctic LCC zone 5-47', |
|
3913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3914
|
|
|
'extent_code' => ['4109'], |
|
3915
|
|
|
], |
|
3916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6039' => [ |
|
3917
|
|
|
'name' => 'EPSG Arctic LCC zone 6-14', |
|
3918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3919
|
|
|
'extent_code' => ['4110'], |
|
3920
|
|
|
], |
|
3921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6040' => [ |
|
3922
|
|
|
'name' => 'EPSG Arctic LCC zone 6-16', |
|
3923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3924
|
|
|
'extent_code' => ['4111'], |
|
3925
|
|
|
], |
|
3926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6041' => [ |
|
3927
|
|
|
'name' => 'EPSG Arctic LCC zone 6-18', |
|
3928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3929
|
|
|
'extent_code' => ['4112'], |
|
3930
|
|
|
], |
|
3931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6042' => [ |
|
3932
|
|
|
'name' => 'EPSG Arctic LCC zone 6-20', |
|
3933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3934
|
|
|
'extent_code' => ['4113'], |
|
3935
|
|
|
], |
|
3936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6043' => [ |
|
3937
|
|
|
'name' => 'EPSG Arctic LCC zone 6-22', |
|
3938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3939
|
|
|
'extent_code' => ['4114'], |
|
3940
|
|
|
], |
|
3941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6044' => [ |
|
3942
|
|
|
'name' => 'EPSG Arctic LCC zone 6-24', |
|
3943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3944
|
|
|
'extent_code' => ['4115'], |
|
3945
|
|
|
], |
|
3946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6045' => [ |
|
3947
|
|
|
'name' => 'EPSG Arctic LCC zone 6-26', |
|
3948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3949
|
|
|
'extent_code' => ['4116'], |
|
3950
|
|
|
], |
|
3951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6046' => [ |
|
3952
|
|
|
'name' => 'EPSG Arctic LCC zone 6-28', |
|
3953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3954
|
|
|
'extent_code' => ['4117'], |
|
3955
|
|
|
], |
|
3956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6047' => [ |
|
3957
|
|
|
'name' => 'EPSG Arctic LCC zone 6-30', |
|
3958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3959
|
|
|
'extent_code' => ['4118'], |
|
3960
|
|
|
], |
|
3961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6048' => [ |
|
3962
|
|
|
'name' => 'EPSG Arctic LCC zone 7-11', |
|
3963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3964
|
|
|
'extent_code' => ['4119'], |
|
3965
|
|
|
], |
|
3966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6049' => [ |
|
3967
|
|
|
'name' => 'EPSG Arctic LCC zone 7-13', |
|
3968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
3969
|
|
|
'extent_code' => ['4120'], |
|
3970
|
|
|
], |
|
3971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6127' => [ |
|
3972
|
|
|
'name' => 'Cayman Islands TM (ft)', |
|
3973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
3974
|
|
|
'extent_code' => ['1063'], |
|
3975
|
|
|
], |
|
3976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6136' => [ |
|
3977
|
|
|
'name' => 'GCGD59 to CIGD11 (1)', |
|
3978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
3979
|
|
|
'extent_code' => ['3185'], |
|
3980
|
|
|
], |
|
3981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6137' => [ |
|
3982
|
|
|
'name' => 'SIGD61 to CIGD11 (1)', |
|
3983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
3984
|
|
|
'extent_code' => ['3186'], |
|
3985
|
|
|
], |
|
3986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6177' => [ |
|
3987
|
|
|
'name' => 'CIGD11 to WGS 84 (1)', |
|
3988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
3989
|
|
|
'extent_code' => ['1063'], |
|
3990
|
|
|
], |
|
3991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6188' => [ |
|
3992
|
|
|
'name' => 'Lisbon to ETRS89 (4)', |
|
3993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
3994
|
|
|
'extent_code' => ['1294'], |
|
3995
|
|
|
], |
|
3996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6189' => [ |
|
3997
|
|
|
'name' => 'Datum 73 to ETRS89 (6)', |
|
3998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
3999
|
|
|
'extent_code' => ['1294'], |
|
4000
|
|
|
], |
|
4001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6191' => [ |
|
4002
|
|
|
'name' => 'Corrego Alegre 1970-72 to SAD69 (1)', |
|
4003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4004
|
|
|
'extent_code' => ['1293'], |
|
4005
|
|
|
], |
|
4006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6193' => [ |
|
4007
|
|
|
'name' => 'Corrego Alegre 1970-72 to SIRGAS 2000 (2)', |
|
4008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4009
|
|
|
'extent_code' => ['1293'], |
|
4010
|
|
|
], |
|
4011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6198' => [ |
|
4012
|
|
|
'name' => 'Michigan CS27 Central zone', |
|
4013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1051', |
|
4014
|
|
|
'extent_code' => ['1724'], |
|
4015
|
|
|
], |
|
4016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6199' => [ |
|
4017
|
|
|
'name' => 'Michigan CS27 South zone', |
|
4018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1051', |
|
4019
|
|
|
'extent_code' => ['1725'], |
|
4020
|
|
|
], |
|
4021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6203' => [ |
|
4022
|
|
|
'name' => 'Macedonia Gauss-Kruger', |
|
4023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4024
|
|
|
'extent_code' => ['1148'], |
|
4025
|
|
|
], |
|
4026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6205' => [ |
|
4027
|
|
|
'name' => 'MGI 1901 to ETRS89 (5)', |
|
4028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
4029
|
|
|
'extent_code' => ['1148'], |
|
4030
|
|
|
], |
|
4031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6206' => [ |
|
4032
|
|
|
'name' => 'MGI 1901 to WGS 84 (10)', |
|
4033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
4034
|
|
|
'extent_code' => ['1148'], |
|
4035
|
|
|
], |
|
4036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6208' => [ |
|
4037
|
|
|
'name' => 'Nepal 1981 to WGS 84 (1)', |
|
4038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4039
|
|
|
'extent_code' => ['1171'], |
|
4040
|
|
|
], |
|
4041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6212' => [ |
|
4042
|
|
|
'name' => 'Arauca urban grid', |
|
4043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4044
|
|
|
'extent_code' => ['4122'], |
|
4045
|
|
|
], |
|
4046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6213' => [ |
|
4047
|
|
|
'name' => 'Armenia urban grid', |
|
4048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4049
|
|
|
'extent_code' => ['4132'], |
|
4050
|
|
|
], |
|
4051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6214' => [ |
|
4052
|
|
|
'name' => 'Barranquilla urban grid', |
|
4053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4054
|
|
|
'extent_code' => ['4134'], |
|
4055
|
|
|
], |
|
4056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6215' => [ |
|
4057
|
|
|
'name' => 'Bogota urban grid', |
|
4058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4059
|
|
|
'extent_code' => ['4135'], |
|
4060
|
|
|
], |
|
4061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6216' => [ |
|
4062
|
|
|
'name' => 'Bucaramanga urban grid', |
|
4063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4064
|
|
|
'extent_code' => ['4136'], |
|
4065
|
|
|
], |
|
4066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6217' => [ |
|
4067
|
|
|
'name' => 'Cali urban grid', |
|
4068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4069
|
|
|
'extent_code' => ['4137'], |
|
4070
|
|
|
], |
|
4071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6218' => [ |
|
4072
|
|
|
'name' => 'Cartagena urban grid', |
|
4073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4074
|
|
|
'extent_code' => ['4138'], |
|
4075
|
|
|
], |
|
4076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6219' => [ |
|
4077
|
|
|
'name' => 'Cucuta urban grid', |
|
4078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4079
|
|
|
'extent_code' => ['4139'], |
|
4080
|
|
|
], |
|
4081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6220' => [ |
|
4082
|
|
|
'name' => 'Florencia urban grid', |
|
4083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4084
|
|
|
'extent_code' => ['4140'], |
|
4085
|
|
|
], |
|
4086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6221' => [ |
|
4087
|
|
|
'name' => 'Ibague urban grid', |
|
4088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4089
|
|
|
'extent_code' => ['4141'], |
|
4090
|
|
|
], |
|
4091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6222' => [ |
|
4092
|
|
|
'name' => 'Inirida urban grid', |
|
4093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4094
|
|
|
'extent_code' => ['4142'], |
|
4095
|
|
|
], |
|
4096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6223' => [ |
|
4097
|
|
|
'name' => 'Leticia urban grid', |
|
4098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4099
|
|
|
'extent_code' => ['4143'], |
|
4100
|
|
|
], |
|
4101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6224' => [ |
|
4102
|
|
|
'name' => 'Manizales urban grid', |
|
4103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4104
|
|
|
'extent_code' => ['4144'], |
|
4105
|
|
|
], |
|
4106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6225' => [ |
|
4107
|
|
|
'name' => 'Medellin urban grid', |
|
4108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4109
|
|
|
'extent_code' => ['4145'], |
|
4110
|
|
|
], |
|
4111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6226' => [ |
|
4112
|
|
|
'name' => 'Mitu urban grid', |
|
4113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4114
|
|
|
'extent_code' => ['4146'], |
|
4115
|
|
|
], |
|
4116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6227' => [ |
|
4117
|
|
|
'name' => 'Mocoa urban grid', |
|
4118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4119
|
|
|
'extent_code' => ['4147'], |
|
4120
|
|
|
], |
|
4121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6228' => [ |
|
4122
|
|
|
'name' => 'Monteria urban grid', |
|
4123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4124
|
|
|
'extent_code' => ['4148'], |
|
4125
|
|
|
], |
|
4126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6229' => [ |
|
4127
|
|
|
'name' => 'Neiva urban grid', |
|
4128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4129
|
|
|
'extent_code' => ['4149'], |
|
4130
|
|
|
], |
|
4131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6230' => [ |
|
4132
|
|
|
'name' => 'Pasto urban grid', |
|
4133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4134
|
|
|
'extent_code' => ['4150'], |
|
4135
|
|
|
], |
|
4136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6231' => [ |
|
4137
|
|
|
'name' => 'Pereira urban grid', |
|
4138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4139
|
|
|
'extent_code' => ['4151'], |
|
4140
|
|
|
], |
|
4141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6232' => [ |
|
4142
|
|
|
'name' => 'Popayan urban grid', |
|
4143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4144
|
|
|
'extent_code' => ['4152'], |
|
4145
|
|
|
], |
|
4146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6233' => [ |
|
4147
|
|
|
'name' => 'Puerto Carreno urban grid', |
|
4148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4149
|
|
|
'extent_code' => ['4153'], |
|
4150
|
|
|
], |
|
4151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6234' => [ |
|
4152
|
|
|
'name' => 'Quibdo urban grid', |
|
4153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4154
|
|
|
'extent_code' => ['4154'], |
|
4155
|
|
|
], |
|
4156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6235' => [ |
|
4157
|
|
|
'name' => 'Riohacha urban grid', |
|
4158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4159
|
|
|
'extent_code' => ['4155'], |
|
4160
|
|
|
], |
|
4161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6236' => [ |
|
4162
|
|
|
'name' => 'San Andres urban grid', |
|
4163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4164
|
|
|
'extent_code' => ['4156'], |
|
4165
|
|
|
], |
|
4166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6237' => [ |
|
4167
|
|
|
'name' => 'San Jose del Guaviare urban grid', |
|
4168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4169
|
|
|
'extent_code' => ['4157'], |
|
4170
|
|
|
], |
|
4171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6238' => [ |
|
4172
|
|
|
'name' => 'Santa Marta urban grid', |
|
4173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4174
|
|
|
'extent_code' => ['4128'], |
|
4175
|
|
|
], |
|
4176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6239' => [ |
|
4177
|
|
|
'name' => 'Sucre urban grid', |
|
4178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4179
|
|
|
'extent_code' => ['4130'], |
|
4180
|
|
|
], |
|
4181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6240' => [ |
|
4182
|
|
|
'name' => 'Tunja urban grid', |
|
4183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4184
|
|
|
'extent_code' => ['4131'], |
|
4185
|
|
|
], |
|
4186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6241' => [ |
|
4187
|
|
|
'name' => 'Valledupar urban grid', |
|
4188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4189
|
|
|
'extent_code' => ['4158'], |
|
4190
|
|
|
], |
|
4191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6242' => [ |
|
4192
|
|
|
'name' => 'Villavicencio urban grid', |
|
4193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4194
|
|
|
'extent_code' => ['4159'], |
|
4195
|
|
|
], |
|
4196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6243' => [ |
|
4197
|
|
|
'name' => 'Yopal urban grid', |
|
4198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1052', |
|
4199
|
|
|
'extent_code' => ['4160'], |
|
4200
|
|
|
], |
|
4201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6276' => [ |
|
4202
|
|
|
'name' => 'ITRF2008 to GDA94 (1)', |
|
4203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
4204
|
|
|
'extent_code' => ['1036'], |
|
4205
|
|
|
], |
|
4206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6277' => [ |
|
4207
|
|
|
'name' => 'ITRF2005 to GDA94 (1)', |
|
4208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
4209
|
|
|
'extent_code' => ['1036'], |
|
4210
|
|
|
], |
|
4211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6278' => [ |
|
4212
|
|
|
'name' => 'ITRF2000 to GDA94 (2)', |
|
4213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
4214
|
|
|
'extent_code' => ['1036'], |
|
4215
|
|
|
], |
|
4216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6279' => [ |
|
4217
|
|
|
'name' => 'ITRF97 to GDA94 (2)', |
|
4218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
4219
|
|
|
'extent_code' => ['1036'], |
|
4220
|
|
|
], |
|
4221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6280' => [ |
|
4222
|
|
|
'name' => 'ITRF96 to GDA94 (2)', |
|
4223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
4224
|
|
|
'extent_code' => ['1036'], |
|
4225
|
|
|
], |
|
4226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6308' => [ |
|
4227
|
|
|
'name' => 'Cyprus Transverse Mercator', |
|
4228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4229
|
|
|
'extent_code' => ['3236'], |
|
4230
|
|
|
], |
|
4231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6327' => [ |
|
4232
|
|
|
'name' => 'NAD83(2011) to NAVD88 height (2)', |
|
4233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9665', |
|
4234
|
|
|
'extent_code' => ['1330'], |
|
4235
|
|
|
], |
|
4236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6361' => [ |
|
4237
|
|
|
'name' => 'Mexico LCC', |
|
4238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
4239
|
|
|
'extent_code' => ['1160'], |
|
4240
|
|
|
], |
|
4241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6373' => [ |
|
4242
|
|
|
'name' => 'Mexico ITRF2008 to WGS 84 (1)', |
|
4243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4244
|
|
|
'extent_code' => ['1160'], |
|
4245
|
|
|
], |
|
4246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6374' => [ |
|
4247
|
|
|
'name' => 'Ukraine TM zone 7', |
|
4248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4249
|
|
|
'extent_code' => ['3906'], |
|
4250
|
|
|
], |
|
4251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6375' => [ |
|
4252
|
|
|
'name' => 'Ukraine TM zone 8', |
|
4253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4254
|
|
|
'extent_code' => ['3907'], |
|
4255
|
|
|
], |
|
4256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6376' => [ |
|
4257
|
|
|
'name' => 'Ukraine TM zone 9', |
|
4258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4259
|
|
|
'extent_code' => ['3908'], |
|
4260
|
|
|
], |
|
4261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6377' => [ |
|
4262
|
|
|
'name' => 'Ukraine TM zone 10', |
|
4263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4264
|
|
|
'extent_code' => ['3909'], |
|
4265
|
|
|
], |
|
4266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6378' => [ |
|
4267
|
|
|
'name' => 'Ukraine TM zone 11', |
|
4268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4269
|
|
|
'extent_code' => ['3910'], |
|
4270
|
|
|
], |
|
4271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6379' => [ |
|
4272
|
|
|
'name' => 'Ukraine TM zone 12', |
|
4273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4274
|
|
|
'extent_code' => ['3912'], |
|
4275
|
|
|
], |
|
4276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6380' => [ |
|
4277
|
|
|
'name' => 'Ukraine TM zone 13', |
|
4278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4279
|
|
|
'extent_code' => ['3913'], |
|
4280
|
|
|
], |
|
4281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6390' => [ |
|
4282
|
|
|
'name' => 'Cayman Islands LCC (ft)', |
|
4283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
4284
|
|
|
'extent_code' => ['1063'], |
|
4285
|
|
|
], |
|
4286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6645' => [ |
|
4287
|
|
|
'name' => 'Quebec Albers Projection', |
|
4288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9822', |
|
4289
|
|
|
'extent_code' => ['1368'], |
|
4290
|
|
|
], |
|
4291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6698' => [ |
|
4292
|
|
|
'name' => 'JGD2000 to JGD2011 (2)', |
|
4293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4294
|
|
|
'extent_code' => ['4163'], |
|
4295
|
|
|
], |
|
4296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6699' => [ |
|
4297
|
|
|
'name' => 'JGD2000 (vertical) height to JGD2011 (vertical) height (1)', |
|
4298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
4299
|
|
|
'extent_code' => ['4165'], |
|
4300
|
|
|
], |
|
4301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6701' => [ |
|
4302
|
|
|
'name' => 'GDBD2009 to WGS 84 (1)', |
|
4303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4304
|
|
|
'extent_code' => ['1055'], |
|
4305
|
|
|
], |
|
4306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6702' => [ |
|
4307
|
|
|
'name' => 'TM 60 SW', |
|
4308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4309
|
|
|
'extent_code' => ['4172'], |
|
4310
|
|
|
], |
|
4311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6710' => [ |
|
4312
|
|
|
'name' => 'RDN2008 to ETRS89 (1)', |
|
4313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4314
|
|
|
'extent_code' => ['3343'], |
|
4315
|
|
|
], |
|
4316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6712' => [ |
|
4317
|
|
|
'name' => 'Tokyo to JGD2000 (2)', |
|
4318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
4319
|
|
|
'extent_code' => ['3957'], |
|
4320
|
|
|
], |
|
4321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6713' => [ |
|
4322
|
|
|
'name' => 'JGD2000 to JGD2011 (1)', |
|
4323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
4324
|
|
|
'extent_code' => ['4170'], |
|
4325
|
|
|
], |
|
4326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6716' => [ |
|
4327
|
|
|
'name' => 'Christmas Island Grid 1992', |
|
4328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4329
|
|
|
'extent_code' => ['4169'], |
|
4330
|
|
|
], |
|
4331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6717' => [ |
|
4332
|
|
|
'name' => 'Christmas Island Grid 1994', |
|
4333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4334
|
|
|
'extent_code' => ['4169'], |
|
4335
|
|
|
], |
|
4336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6718' => [ |
|
4337
|
|
|
'name' => 'Cocos Island Grid 1992', |
|
4338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4339
|
|
|
'extent_code' => ['1069'], |
|
4340
|
|
|
], |
|
4341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6719' => [ |
|
4342
|
|
|
'name' => 'Cocos Island Grid 1994', |
|
4343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4344
|
|
|
'extent_code' => ['1069'], |
|
4345
|
|
|
], |
|
4346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6729' => [ |
|
4347
|
|
|
'name' => 'Map Grid of Australia zone 46', |
|
4348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4349
|
|
|
'extent_code' => ['4189'], |
|
4350
|
|
|
], |
|
4351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6730' => [ |
|
4352
|
|
|
'name' => 'Map Grid of Australia zone 47', |
|
4353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4354
|
|
|
'extent_code' => ['4190'], |
|
4355
|
|
|
], |
|
4356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6731' => [ |
|
4357
|
|
|
'name' => 'Map Grid of Australia zone 59', |
|
4358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4359
|
|
|
'extent_code' => ['4179'], |
|
4360
|
|
|
], |
|
4361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6740' => [ |
|
4362
|
|
|
'name' => 'Tokyo to JGD2011 (2)', |
|
4363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
4364
|
|
|
'extent_code' => ['4194'], |
|
4365
|
|
|
], |
|
4366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6741' => [ |
|
4367
|
|
|
'name' => 'Oregon Baker zone (meters)', |
|
4368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4369
|
|
|
'extent_code' => ['4180'], |
|
4370
|
|
|
], |
|
4371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6742' => [ |
|
4372
|
|
|
'name' => 'Oregon Baker zone (International feet)', |
|
4373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4374
|
|
|
'extent_code' => ['4180'], |
|
4375
|
|
|
], |
|
4376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6743' => [ |
|
4377
|
|
|
'name' => 'Oregon Bend-Klamath Falls zone (meters)', |
|
4378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4379
|
|
|
'extent_code' => ['4192'], |
|
4380
|
|
|
], |
|
4381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6744' => [ |
|
4382
|
|
|
'name' => 'Oregon Bend-Klamath Falls zone (International feet)', |
|
4383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4384
|
|
|
'extent_code' => ['4192'], |
|
4385
|
|
|
], |
|
4386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6745' => [ |
|
4387
|
|
|
'name' => 'Oregon Bend-Redmond-Prineville zone (meters)', |
|
4388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4389
|
|
|
'extent_code' => ['4195'], |
|
4390
|
|
|
], |
|
4391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6746' => [ |
|
4392
|
|
|
'name' => 'Oregon Bend-Redmond-Prineville zone (International feet)', |
|
4393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4394
|
|
|
'extent_code' => ['4195'], |
|
4395
|
|
|
], |
|
4396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6747' => [ |
|
4397
|
|
|
'name' => 'Oregon Bend-Burns zone (meters)', |
|
4398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4399
|
|
|
'extent_code' => ['4182'], |
|
4400
|
|
|
], |
|
4401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6748' => [ |
|
4402
|
|
|
'name' => 'Oregon Bend-Burns zone (International feet)', |
|
4403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4404
|
|
|
'extent_code' => ['4182'], |
|
4405
|
|
|
], |
|
4406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6749' => [ |
|
4407
|
|
|
'name' => 'Oregon Canyonville-Grants Pass zone (meters)', |
|
4408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4409
|
|
|
'extent_code' => ['4199'], |
|
4410
|
|
|
], |
|
4411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6750' => [ |
|
4412
|
|
|
'name' => 'Oregon Canyonville-Grants Pass zone (International feet)', |
|
4413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4414
|
|
|
'extent_code' => ['4199'], |
|
4415
|
|
|
], |
|
4416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6751' => [ |
|
4417
|
|
|
'name' => 'Oregon Columbia River East zone (meters)', |
|
4418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4419
|
|
|
'extent_code' => ['4200'], |
|
4420
|
|
|
], |
|
4421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6752' => [ |
|
4422
|
|
|
'name' => 'Oregon Columbia River East zone (International feet)', |
|
4423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4424
|
|
|
'extent_code' => ['4200'], |
|
4425
|
|
|
], |
|
4426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6753' => [ |
|
4427
|
|
|
'name' => 'Oregon Columbia River West zone (meters)', |
|
4428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9812', |
|
4429
|
|
|
'extent_code' => ['4202'], |
|
4430
|
|
|
], |
|
4431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6754' => [ |
|
4432
|
|
|
'name' => 'Oregon Columbia River West zone (International feet)', |
|
4433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9812', |
|
4434
|
|
|
'extent_code' => ['4202'], |
|
4435
|
|
|
], |
|
4436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6755' => [ |
|
4437
|
|
|
'name' => 'Oregon Cottage Grove-Canyonville zone (meters)', |
|
4438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4439
|
|
|
'extent_code' => ['4203'], |
|
4440
|
|
|
], |
|
4441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6756' => [ |
|
4442
|
|
|
'name' => 'Oregon Cottage Grove-Canyonville zone (International feet)', |
|
4443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4444
|
|
|
'extent_code' => ['4203'], |
|
4445
|
|
|
], |
|
4446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6757' => [ |
|
4447
|
|
|
'name' => 'Oregon Dufur-Madras zone (meters)', |
|
4448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4449
|
|
|
'extent_code' => ['4204'], |
|
4450
|
|
|
], |
|
4451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6758' => [ |
|
4452
|
|
|
'name' => 'Oregon Dufur-Madras zone (International feet)', |
|
4453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4454
|
|
|
'extent_code' => ['4204'], |
|
4455
|
|
|
], |
|
4456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6759' => [ |
|
4457
|
|
|
'name' => 'Oregon Eugene zone (meters)', |
|
4458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4459
|
|
|
'extent_code' => ['4197'], |
|
4460
|
|
|
], |
|
4461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6760' => [ |
|
4462
|
|
|
'name' => 'Oregon Eugene zone (International feet)', |
|
4463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4464
|
|
|
'extent_code' => ['4197'], |
|
4465
|
|
|
], |
|
4466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6761' => [ |
|
4467
|
|
|
'name' => 'Oregon Grants Pass-Ashland zone (meters)', |
|
4468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4469
|
|
|
'extent_code' => ['4198'], |
|
4470
|
|
|
], |
|
4471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6762' => [ |
|
4472
|
|
|
'name' => 'Oregon Grants Pass-Ashland zone (International feet)', |
|
4473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4474
|
|
|
'extent_code' => ['4198'], |
|
4475
|
|
|
], |
|
4476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6763' => [ |
|
4477
|
|
|
'name' => 'Oregon Gresham-Warm Springs zone (meters)', |
|
4478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4479
|
|
|
'extent_code' => ['4201'], |
|
4480
|
|
|
], |
|
4481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6764' => [ |
|
4482
|
|
|
'name' => 'Oregon Gresham-Warm Springs zone (International feet)', |
|
4483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4484
|
|
|
'extent_code' => ['4201'], |
|
4485
|
|
|
], |
|
4486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6765' => [ |
|
4487
|
|
|
'name' => 'Oregon La Grande zone (meters)', |
|
4488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4489
|
|
|
'extent_code' => ['4206'], |
|
4490
|
|
|
], |
|
4491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6766' => [ |
|
4492
|
|
|
'name' => 'Oregon La Grande zone (International feet)', |
|
4493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4494
|
|
|
'extent_code' => ['4206'], |
|
4495
|
|
|
], |
|
4496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6767' => [ |
|
4497
|
|
|
'name' => 'Oregon Ontario zone (meters)', |
|
4498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4499
|
|
|
'extent_code' => ['4207'], |
|
4500
|
|
|
], |
|
4501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6768' => [ |
|
4502
|
|
|
'name' => 'Oregon Ontario zone (International feet)', |
|
4503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4504
|
|
|
'extent_code' => ['4207'], |
|
4505
|
|
|
], |
|
4506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6769' => [ |
|
4507
|
|
|
'name' => 'Oregon Coast zone (meters)', |
|
4508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9812', |
|
4509
|
|
|
'extent_code' => ['4208'], |
|
4510
|
|
|
], |
|
4511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6770' => [ |
|
4512
|
|
|
'name' => 'Oregon Coast zone (International feet)', |
|
4513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9812', |
|
4514
|
|
|
'extent_code' => ['4208'], |
|
4515
|
|
|
], |
|
4516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6771' => [ |
|
4517
|
|
|
'name' => 'Oregon Pendleton zone (meters)', |
|
4518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4519
|
|
|
'extent_code' => ['4209'], |
|
4520
|
|
|
], |
|
4521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6772' => [ |
|
4522
|
|
|
'name' => 'Oregon Pendleton zone (International feet)', |
|
4523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4524
|
|
|
'extent_code' => ['4209'], |
|
4525
|
|
|
], |
|
4526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6773' => [ |
|
4527
|
|
|
'name' => 'Oregon Pendleton-La Grande zone (meters)', |
|
4528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4529
|
|
|
'extent_code' => ['4210'], |
|
4530
|
|
|
], |
|
4531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6774' => [ |
|
4532
|
|
|
'name' => 'Oregon Pendleton-La Grande zone (International feet)', |
|
4533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4534
|
|
|
'extent_code' => ['4210'], |
|
4535
|
|
|
], |
|
4536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6775' => [ |
|
4537
|
|
|
'name' => 'Oregon Portland zone (meters)', |
|
4538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4539
|
|
|
'extent_code' => ['4211'], |
|
4540
|
|
|
], |
|
4541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6776' => [ |
|
4542
|
|
|
'name' => 'Oregon Portland zone (International feet)', |
|
4543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4544
|
|
|
'extent_code' => ['4211'], |
|
4545
|
|
|
], |
|
4546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6777' => [ |
|
4547
|
|
|
'name' => 'Oregon Salem zone (meters)', |
|
4548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4549
|
|
|
'extent_code' => ['4212'], |
|
4550
|
|
|
], |
|
4551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6778' => [ |
|
4552
|
|
|
'name' => 'Oregon Salem zone (International feet)', |
|
4553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4554
|
|
|
'extent_code' => ['4212'], |
|
4555
|
|
|
], |
|
4556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6779' => [ |
|
4557
|
|
|
'name' => 'Oregon Santiam Pass zone (meters)', |
|
4558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4559
|
|
|
'extent_code' => ['4213'], |
|
4560
|
|
|
], |
|
4561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6780' => [ |
|
4562
|
|
|
'name' => 'Oregon Santiam Pass zone (International feet)', |
|
4563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4564
|
|
|
'extent_code' => ['4213'], |
|
4565
|
|
|
], |
|
4566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6864' => [ |
|
4567
|
|
|
'name' => 'ITRF96 to NAD83(CORS96) (1)', |
|
4568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
4569
|
|
|
'extent_code' => ['1511'], |
|
4570
|
|
|
], |
|
4571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6865' => [ |
|
4572
|
|
|
'name' => 'ITRF97 to NAD83(CORS96) (1)', |
|
4573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
4574
|
|
|
'extent_code' => ['1511'], |
|
4575
|
|
|
], |
|
4576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6866' => [ |
|
4577
|
|
|
'name' => 'ITRF2000 to NAD83(CORS96) (1)', |
|
4578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
4579
|
|
|
'extent_code' => ['1511'], |
|
4580
|
|
|
], |
|
4581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6869' => [ |
|
4582
|
|
|
'name' => 'Albania TM 2010', |
|
4583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4584
|
|
|
'extent_code' => ['3212'], |
|
4585
|
|
|
], |
|
4586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6873' => [ |
|
4587
|
|
|
'name' => 'Tananarive to WGS 84 (2)', |
|
4588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4589
|
|
|
'extent_code' => ['1149'], |
|
4590
|
|
|
], |
|
4591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6877' => [ |
|
4592
|
|
|
'name' => 'Italy zone', |
|
4593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4594
|
|
|
'extent_code' => ['1127'], |
|
4595
|
|
|
], |
|
4596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6878' => [ |
|
4597
|
|
|
'name' => 'Italy zone 12', |
|
4598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4599
|
|
|
'extent_code' => ['1127'], |
|
4600
|
|
|
], |
|
4601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6888' => [ |
|
4602
|
|
|
'name' => 'Ocotepeque 1935 to NAD27 (1)', |
|
4603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4604
|
|
|
'extent_code' => ['3876'], |
|
4605
|
|
|
], |
|
4606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6890' => [ |
|
4607
|
|
|
'name' => 'Ocotepeque 1935 to CR05 (1)', |
|
4608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4609
|
|
|
'extent_code' => ['3232'], |
|
4610
|
|
|
], |
|
4611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6895' => [ |
|
4612
|
|
|
'name' => 'Viti Levu 1912 to WGS 84 (2)', |
|
4613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4614
|
|
|
'extent_code' => ['3195'], |
|
4615
|
|
|
], |
|
4616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6896' => [ |
|
4617
|
|
|
'name' => 'Accra to WGS 84 (4)', |
|
4618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4619
|
|
|
'extent_code' => ['3252'], |
|
4620
|
|
|
], |
|
4621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6897' => [ |
|
4622
|
|
|
'name' => 'St. Lucia 1955 to WGS 84 (2)', |
|
4623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4624
|
|
|
'extent_code' => ['3298'], |
|
4625
|
|
|
], |
|
4626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6899' => [ |
|
4627
|
|
|
'name' => 'Pulkovo 1942 to WGS 84 (21)', |
|
4628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4629
|
|
|
'extent_code' => ['3246'], |
|
4630
|
|
|
], |
|
4631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6900' => [ |
|
4632
|
|
|
'name' => 'Observatario to WGS 84 (1)', |
|
4633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4634
|
|
|
'extent_code' => ['1329'], |
|
4635
|
|
|
], |
|
4636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6903' => [ |
|
4637
|
|
|
'name' => 'Yoff to WGS 84 (2)', |
|
4638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4639
|
|
|
'extent_code' => ['1207'], |
|
4640
|
|
|
], |
|
4641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6904' => [ |
|
4642
|
|
|
'name' => 'Arc 1950 to WGS 84 (11)', |
|
4643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4644
|
|
|
'extent_code' => ['1150'], |
|
4645
|
|
|
], |
|
4646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6905' => [ |
|
4647
|
|
|
'name' => 'AGD66 to WGS 84 (20)', |
|
4648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4649
|
|
|
'extent_code' => ['2575'], |
|
4650
|
|
|
], |
|
4651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6906' => [ |
|
4652
|
|
|
'name' => 'Arc 1950 to WGS 84 (10)', |
|
4653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4654
|
|
|
'extent_code' => ['1261'], |
|
4655
|
|
|
], |
|
4656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6907' => [ |
|
4657
|
|
|
'name' => 'Ayabelle Lighthouse to WGS 84 (2)', |
|
4658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4659
|
|
|
'extent_code' => ['3238'], |
|
4660
|
|
|
], |
|
4661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6908' => [ |
|
4662
|
|
|
'name' => 'Fahud to WGS 84 (3)', |
|
4663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4664
|
|
|
'extent_code' => ['4009'], |
|
4665
|
|
|
], |
|
4666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6909' => [ |
|
4667
|
|
|
'name' => 'Hjorsey 1955 to WGS 84 (2)', |
|
4668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4669
|
|
|
'extent_code' => ['3262'], |
|
4670
|
|
|
], |
|
4671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6910' => [ |
|
4672
|
|
|
'name' => 'Aden 1925 to WGS 84 (1)', |
|
4673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4674
|
|
|
'extent_code' => ['1340'], |
|
4675
|
|
|
], |
|
4676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6911' => [ |
|
4677
|
|
|
'name' => 'Bekaa Valley 1920 to WGS 84 (1)', |
|
4678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4679
|
|
|
'extent_code' => ['3269'], |
|
4680
|
|
|
], |
|
4681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6912' => [ |
|
4682
|
|
|
'name' => 'Bioko to WGS 84 (1)', |
|
4683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4684
|
|
|
'extent_code' => ['4220'], |
|
4685
|
|
|
], |
|
4686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6913' => [ |
|
4687
|
|
|
'name' => 'Gambia to WGS 84 (1)', |
|
4688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4689
|
|
|
'extent_code' => ['3250'], |
|
4690
|
|
|
], |
|
4691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6920' => [ |
|
4692
|
|
|
'name' => 'Kansas DOT Lambert (meters)', |
|
4693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
4694
|
|
|
'extent_code' => ['1385'], |
|
4695
|
|
|
], |
|
4696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6921' => [ |
|
4697
|
|
|
'name' => 'Kansas DOT Lambert (US Survey feet)', |
|
4698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
4699
|
|
|
'extent_code' => ['1385'], |
|
4700
|
|
|
], |
|
4701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6926' => [ |
|
4702
|
|
|
'name' => 'South East Island 1943 to WGS 84 (2)', |
|
4703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
4704
|
|
|
'extent_code' => ['4183'], |
|
4705
|
|
|
], |
|
4706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6928' => [ |
|
4707
|
|
|
'name' => 'US NSIDC EASE-Grid 2.0 Global', |
|
4708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9835', |
|
4709
|
|
|
'extent_code' => ['3463'], |
|
4710
|
|
|
], |
|
4711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6929' => [ |
|
4712
|
|
|
'name' => 'US NSIDC EASE-Grid 2.0 North', |
|
4713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9820', |
|
4714
|
|
|
'extent_code' => ['3475'], |
|
4715
|
|
|
], |
|
4716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6930' => [ |
|
4717
|
|
|
'name' => 'US NSIDC EASE-Grid 2.0 South', |
|
4718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9820', |
|
4719
|
|
|
'extent_code' => ['3474'], |
|
4720
|
|
|
], |
|
4721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6935' => [ |
|
4722
|
|
|
'name' => 'IGS08 to IGRS (1)', |
|
4723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1061', |
|
4724
|
|
|
'extent_code' => ['1124'], |
|
4725
|
|
|
], |
|
4726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6936' => [ |
|
4727
|
|
|
'name' => 'IGS08 to IGRS (2)', |
|
4728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1033', |
|
4729
|
|
|
'extent_code' => ['1124'], |
|
4730
|
|
|
], |
|
4731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6937' => [ |
|
4732
|
|
|
'name' => 'AGD66 to PNG94 (2)', |
|
4733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
4734
|
|
|
'extent_code' => ['4214'], |
|
4735
|
|
|
], |
|
4736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6939' => [ |
|
4737
|
|
|
'name' => 'AGD66 to PNG94 (4)', |
|
4738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
4739
|
|
|
'extent_code' => ['4013'], |
|
4740
|
|
|
], |
|
4741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6941' => [ |
|
4742
|
|
|
'name' => 'AGD66 to PNG94 (6)', |
|
4743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
4744
|
|
|
'extent_code' => ['4216'], |
|
4745
|
|
|
], |
|
4746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6948' => [ |
|
4747
|
|
|
'name' => 'RD/83 to ETRS89 (2)', |
|
4748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
4749
|
|
|
'extent_code' => ['2545'], |
|
4750
|
|
|
], |
|
4751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6949' => [ |
|
4752
|
|
|
'name' => 'PSAD56 to SIRGAS-Chile 2002 (1)', |
|
4753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4754
|
|
|
'extent_code' => ['4231'], |
|
4755
|
|
|
], |
|
4756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6950' => [ |
|
4757
|
|
|
'name' => 'PSAD56 to SIRGAS-Chile 2002 (2)', |
|
4758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4759
|
|
|
'extent_code' => ['4222'], |
|
4760
|
|
|
], |
|
4761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6951' => [ |
|
4762
|
|
|
'name' => 'PSAD56 to SIRGAS-Chile 2002 (3)', |
|
4763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4764
|
|
|
'extent_code' => ['4221'], |
|
4765
|
|
|
], |
|
4766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6960' => [ |
|
4767
|
|
|
'name' => 'VN-2000 to WGS 84 (2)', |
|
4768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
4769
|
|
|
'extent_code' => ['3328'], |
|
4770
|
|
|
], |
|
4771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6961' => [ |
|
4772
|
|
|
'name' => 'Albania LCC 2010', |
|
4773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
4774
|
|
|
'extent_code' => ['1025'], |
|
4775
|
|
|
], |
|
4776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6965' => [ |
|
4777
|
|
|
'name' => 'Michigan CS27 North zone', |
|
4778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1051', |
|
4779
|
|
|
'extent_code' => ['1723'], |
|
4780
|
|
|
], |
|
4781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6968' => [ |
|
4782
|
|
|
'name' => 'SAD69 to SIRGAS-Chile 2002 (2)', |
|
4783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4784
|
|
|
'extent_code' => ['4224'], |
|
4785
|
|
|
], |
|
4786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6970' => [ |
|
4787
|
|
|
'name' => 'SAD69 to SIRGAS-Chile 2002 (4)', |
|
4788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4789
|
|
|
'extent_code' => ['2805'], |
|
4790
|
|
|
], |
|
4791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6971' => [ |
|
4792
|
|
|
'name' => 'PSAD56 to WGS 84 (15)', |
|
4793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4794
|
|
|
'extent_code' => ['4231'], |
|
4795
|
|
|
], |
|
4796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6972' => [ |
|
4797
|
|
|
'name' => 'PSAD56 to WGS 84 (16)', |
|
4798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4799
|
|
|
'extent_code' => ['4222'], |
|
4800
|
|
|
], |
|
4801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6973' => [ |
|
4802
|
|
|
'name' => 'PSAD56 to WGS 84 (17)', |
|
4803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4804
|
|
|
'extent_code' => ['4221'], |
|
4805
|
|
|
], |
|
4806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6974' => [ |
|
4807
|
|
|
'name' => 'SAD69 to WGS 84 (17)', |
|
4808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4809
|
|
|
'extent_code' => ['4232'], |
|
4810
|
|
|
], |
|
4811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6975' => [ |
|
4812
|
|
|
'name' => 'SAD69 to WGS 84 (18)', |
|
4813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4814
|
|
|
'extent_code' => ['4224'], |
|
4815
|
|
|
], |
|
4816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6976' => [ |
|
4817
|
|
|
'name' => 'SAD69 to WGS 84 (19)', |
|
4818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4819
|
|
|
'extent_code' => ['4221'], |
|
4820
|
|
|
], |
|
4821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6977' => [ |
|
4822
|
|
|
'name' => 'SAD69 to WGS 84 (20)', |
|
4823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4824
|
|
|
'extent_code' => ['2805'], |
|
4825
|
|
|
], |
|
4826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6992' => [ |
|
4827
|
|
|
'name' => 'IGD05 to IGD05/12', |
|
4828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
4829
|
|
|
'extent_code' => ['1126'], |
|
4830
|
|
|
], |
|
4831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6993' => [ |
|
4832
|
|
|
'name' => 'IGD05/12 to IG05/12 Intermediate CRS', |
|
4833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
4834
|
|
|
'extent_code' => ['2603'], |
|
4835
|
|
|
], |
|
4836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::6999' => [ |
|
4837
|
|
|
'name' => 'Nahrwan 1967 to WGS 84 (12)', |
|
4838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
4839
|
|
|
'extent_code' => ['4225'], |
|
4840
|
|
|
], |
|
4841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7033' => [ |
|
4842
|
|
|
'name' => 'Nahrwan 1934 to WGS 84 (6)', |
|
4843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4844
|
|
|
'extent_code' => ['3625'], |
|
4845
|
|
|
], |
|
4846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7043' => [ |
|
4847
|
|
|
'name' => 'Iowa regional zone 1 Spencer', |
|
4848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4849
|
|
|
'extent_code' => ['4164'], |
|
4850
|
|
|
], |
|
4851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7044' => [ |
|
4852
|
|
|
'name' => 'Iowa regional zone 2 Mason City', |
|
4853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4854
|
|
|
'extent_code' => ['4219'], |
|
4855
|
|
|
], |
|
4856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7045' => [ |
|
4857
|
|
|
'name' => 'Iowa regional zone 3 Elkader', |
|
4858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4859
|
|
|
'extent_code' => ['4230'], |
|
4860
|
|
|
], |
|
4861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7046' => [ |
|
4862
|
|
|
'name' => 'Iowa regional zone 4 Sioux City-Iowa Falls', |
|
4863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4864
|
|
|
'extent_code' => ['4233'], |
|
4865
|
|
|
], |
|
4866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7047' => [ |
|
4867
|
|
|
'name' => 'Iowa regional zone 5 Waterloo', |
|
4868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4869
|
|
|
'extent_code' => ['4234'], |
|
4870
|
|
|
], |
|
4871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7048' => [ |
|
4872
|
|
|
'name' => 'Iowa regional zone 6 Council Bluffs', |
|
4873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4874
|
|
|
'extent_code' => ['4235'], |
|
4875
|
|
|
], |
|
4876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7049' => [ |
|
4877
|
|
|
'name' => 'Iowa regional zone 7 Carroll-Atlantic', |
|
4878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4879
|
|
|
'extent_code' => ['4236'], |
|
4880
|
|
|
], |
|
4881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7050' => [ |
|
4882
|
|
|
'name' => 'Iowa regional zone 8 Ames-Des Moines', |
|
4883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4884
|
|
|
'extent_code' => ['4237'], |
|
4885
|
|
|
], |
|
4886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7051' => [ |
|
4887
|
|
|
'name' => 'Iowa regional zone 9 Newton', |
|
4888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4889
|
|
|
'extent_code' => ['4239'], |
|
4890
|
|
|
], |
|
4891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7052' => [ |
|
4892
|
|
|
'name' => 'Iowa regional zone 10 Cedar Rapids', |
|
4893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4894
|
|
|
'extent_code' => ['4240'], |
|
4895
|
|
|
], |
|
4896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7053' => [ |
|
4897
|
|
|
'name' => 'Iowa regional zone 11 Dubuque-Davenport', |
|
4898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4899
|
|
|
'extent_code' => ['4241'], |
|
4900
|
|
|
], |
|
4901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7054' => [ |
|
4902
|
|
|
'name' => 'Iowa regional zone 12 Red Oak-Ottumwa', |
|
4903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4904
|
|
|
'extent_code' => ['4242'], |
|
4905
|
|
|
], |
|
4906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7055' => [ |
|
4907
|
|
|
'name' => 'Iowa regional zone 13 Fairfield', |
|
4908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4909
|
|
|
'extent_code' => ['4243'], |
|
4910
|
|
|
], |
|
4911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7056' => [ |
|
4912
|
|
|
'name' => 'Iowa regional zone 14 Burlington', |
|
4913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4914
|
|
|
'extent_code' => ['4244'], |
|
4915
|
|
|
], |
|
4916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7083' => [ |
|
4917
|
|
|
'name' => 'Perroud 1950 to RGTAAF07 (1)', |
|
4918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
4919
|
|
|
'extent_code' => ['2817'], |
|
4920
|
|
|
], |
|
4921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7089' => [ |
|
4922
|
|
|
'name' => 'Montana Blackfeet St Mary Valley (meters)', |
|
4923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4924
|
|
|
'extent_code' => ['4310'], |
|
4925
|
|
|
], |
|
4926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7090' => [ |
|
4927
|
|
|
'name' => 'Montana Blackfeet St Mary Valley (International feet)', |
|
4928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4929
|
|
|
'extent_code' => ['4310'], |
|
4930
|
|
|
], |
|
4931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7091' => [ |
|
4932
|
|
|
'name' => 'Montana Blackfeet (meters)', |
|
4933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4934
|
|
|
'extent_code' => ['4311'], |
|
4935
|
|
|
], |
|
4936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7092' => [ |
|
4937
|
|
|
'name' => 'Montana Blackfeet (International feet)', |
|
4938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4939
|
|
|
'extent_code' => ['4311'], |
|
4940
|
|
|
], |
|
4941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7093' => [ |
|
4942
|
|
|
'name' => 'Montana Milk River (meters)', |
|
4943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4944
|
|
|
'extent_code' => ['4312'], |
|
4945
|
|
|
], |
|
4946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7094' => [ |
|
4947
|
|
|
'name' => 'Montana Milk River (International feet)', |
|
4948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4949
|
|
|
'extent_code' => ['4312'], |
|
4950
|
|
|
], |
|
4951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7095' => [ |
|
4952
|
|
|
'name' => 'Montana Fort Belknap (meters)', |
|
4953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4954
|
|
|
'extent_code' => ['4313'], |
|
4955
|
|
|
], |
|
4956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7096' => [ |
|
4957
|
|
|
'name' => 'Montana Fort Belknap (International feet)', |
|
4958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4959
|
|
|
'extent_code' => ['4313'], |
|
4960
|
|
|
], |
|
4961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7097' => [ |
|
4962
|
|
|
'name' => 'Montana Fort Peck Assiniboine (meters)', |
|
4963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4964
|
|
|
'extent_code' => ['4314'], |
|
4965
|
|
|
], |
|
4966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7098' => [ |
|
4967
|
|
|
'name' => 'Montana Fort Peck Assiniboine (International feet)', |
|
4968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4969
|
|
|
'extent_code' => ['4314'], |
|
4970
|
|
|
], |
|
4971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7099' => [ |
|
4972
|
|
|
'name' => 'Montana Fort Peck Sioux (meters)', |
|
4973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4974
|
|
|
'extent_code' => ['4315'], |
|
4975
|
|
|
], |
|
4976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7100' => [ |
|
4977
|
|
|
'name' => 'Montana Fort Peck Sioux (International feet)', |
|
4978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4979
|
|
|
'extent_code' => ['4315'], |
|
4980
|
|
|
], |
|
4981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7101' => [ |
|
4982
|
|
|
'name' => 'Montana Crow (meters)', |
|
4983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4984
|
|
|
'extent_code' => ['4316'], |
|
4985
|
|
|
], |
|
4986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7102' => [ |
|
4987
|
|
|
'name' => 'Montana Crow (International feet)', |
|
4988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
4989
|
|
|
'extent_code' => ['4316'], |
|
4990
|
|
|
], |
|
4991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7103' => [ |
|
4992
|
|
|
'name' => 'Montana Bobcat (meters)', |
|
4993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4994
|
|
|
'extent_code' => ['4317'], |
|
4995
|
|
|
], |
|
4996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7104' => [ |
|
4997
|
|
|
'name' => 'Montana Bobcat (International feet)', |
|
4998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
4999
|
|
|
'extent_code' => ['4317'], |
|
5000
|
|
|
], |
|
5001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7105' => [ |
|
5002
|
|
|
'name' => 'Montana Billings (meters)', |
|
5003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5004
|
|
|
'extent_code' => ['4318'], |
|
5005
|
|
|
], |
|
5006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7106' => [ |
|
5007
|
|
|
'name' => 'Montana Billings (International feet)', |
|
5008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5009
|
|
|
'extent_code' => ['4318'], |
|
5010
|
|
|
], |
|
5011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7107' => [ |
|
5012
|
|
|
'name' => 'Wyoming Wind River (meters)', |
|
5013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5014
|
|
|
'extent_code' => ['4319'], |
|
5015
|
|
|
], |
|
5016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7108' => [ |
|
5017
|
|
|
'name' => 'Wyoming Wind River (US Survey feet)', |
|
5018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5019
|
|
|
'extent_code' => ['4319'], |
|
5020
|
|
|
], |
|
5021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7129' => [ |
|
5022
|
|
|
'name' => 'City and County of San Francisco CS13 (meters)', |
|
5023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5024
|
|
|
'extent_code' => ['4228'], |
|
5025
|
|
|
], |
|
5026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7130' => [ |
|
5027
|
|
|
'name' => 'City and County of San Francisco CS13 (US Survey feet)', |
|
5028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5029
|
|
|
'extent_code' => ['4228'], |
|
5030
|
|
|
], |
|
5031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7140' => [ |
|
5032
|
|
|
'name' => 'IGD05 to IG05 Intermediate CRS', |
|
5033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
5034
|
|
|
'extent_code' => ['2603'], |
|
5035
|
|
|
], |
|
5036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7141' => [ |
|
5037
|
|
|
'name' => 'Palestine Grid modified', |
|
5038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5039
|
|
|
'extent_code' => ['1356'], |
|
5040
|
|
|
], |
|
5041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7143' => [ |
|
5042
|
|
|
'name' => 'InGCS Adams (m)', |
|
5043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5044
|
|
|
'extent_code' => ['4289'], |
|
5045
|
|
|
], |
|
5046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7144' => [ |
|
5047
|
|
|
'name' => 'InGCS Adams (ftUS)', |
|
5048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5049
|
|
|
'extent_code' => ['4289'], |
|
5050
|
|
|
], |
|
5051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7145' => [ |
|
5052
|
|
|
'name' => 'InGCS Allen (m)', |
|
5053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5054
|
|
|
'extent_code' => ['4285'], |
|
5055
|
|
|
], |
|
5056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7146' => [ |
|
5057
|
|
|
'name' => 'InGCS Allen (ftUS)', |
|
5058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5059
|
|
|
'extent_code' => ['4285'], |
|
5060
|
|
|
], |
|
5061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7147' => [ |
|
5062
|
|
|
'name' => 'InGCS Bartholomew (m)', |
|
5063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5064
|
|
|
'extent_code' => ['4302'], |
|
5065
|
|
|
], |
|
5066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7148' => [ |
|
5067
|
|
|
'name' => 'InGCS Bartholomew (ftUS)', |
|
5068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5069
|
|
|
'extent_code' => ['4302'], |
|
5070
|
|
|
], |
|
5071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7149' => [ |
|
5072
|
|
|
'name' => 'InGCS Benton (m)', |
|
5073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5074
|
|
|
'extent_code' => ['4256'], |
|
5075
|
|
|
], |
|
5076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7150' => [ |
|
5077
|
|
|
'name' => 'InGCS Benton (ftUS)', |
|
5078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5079
|
|
|
'extent_code' => ['4256'], |
|
5080
|
|
|
], |
|
5081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7151' => [ |
|
5082
|
|
|
'name' => 'InGCS Blackford-Delaware (m)', |
|
5083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5084
|
|
|
'extent_code' => ['4291'], |
|
5085
|
|
|
], |
|
5086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7152' => [ |
|
5087
|
|
|
'name' => 'InGCS Blackford-Delaware (ftUS)', |
|
5088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5089
|
|
|
'extent_code' => ['4291'], |
|
5090
|
|
|
], |
|
5091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7153' => [ |
|
5092
|
|
|
'name' => 'InGCS Boone-Hendricks (m)', |
|
5093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5094
|
|
|
'extent_code' => ['4263'], |
|
5095
|
|
|
], |
|
5096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7154' => [ |
|
5097
|
|
|
'name' => 'InGCS Boone-Hendricks (ftUS)', |
|
5098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5099
|
|
|
'extent_code' => ['4263'], |
|
5100
|
|
|
], |
|
5101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7155' => [ |
|
5102
|
|
|
'name' => 'InGCS Brown (m)', |
|
5103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5104
|
|
|
'extent_code' => ['4301'], |
|
5105
|
|
|
], |
|
5106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7156' => [ |
|
5107
|
|
|
'name' => 'InGCS Brown (ftUS)', |
|
5108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5109
|
|
|
'extent_code' => ['4301'], |
|
5110
|
|
|
], |
|
5111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7157' => [ |
|
5112
|
|
|
'name' => 'InGCS Carroll (m)', |
|
5113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5114
|
|
|
'extent_code' => ['4258'], |
|
5115
|
|
|
], |
|
5116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7158' => [ |
|
5117
|
|
|
'name' => 'InGCS Carroll (ftUS)', |
|
5118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5119
|
|
|
'extent_code' => ['4258'], |
|
5120
|
|
|
], |
|
5121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7159' => [ |
|
5122
|
|
|
'name' => 'InGCS Cass (m)', |
|
5123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5124
|
|
|
'extent_code' => ['4286'], |
|
5125
|
|
|
], |
|
5126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7160' => [ |
|
5127
|
|
|
'name' => 'InGCS Cass (ftUS)', |
|
5128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5129
|
|
|
'extent_code' => ['4286'], |
|
5130
|
|
|
], |
|
5131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7161' => [ |
|
5132
|
|
|
'name' => 'InGCS Clark-Floyd-Scott (m)', |
|
5133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5134
|
|
|
'extent_code' => ['4308'], |
|
5135
|
|
|
], |
|
5136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7162' => [ |
|
5137
|
|
|
'name' => 'InGCS Clark-Floyd-Scott (ftUS)', |
|
5138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5139
|
|
|
'extent_code' => ['4308'], |
|
5140
|
|
|
], |
|
5141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7163' => [ |
|
5142
|
|
|
'name' => 'InGCS Clay (m)', |
|
5143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5144
|
|
|
'extent_code' => ['4265'], |
|
5145
|
|
|
], |
|
5146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7164' => [ |
|
5147
|
|
|
'name' => 'InGCS Clay (ftUS)', |
|
5148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5149
|
|
|
'extent_code' => ['4265'], |
|
5150
|
|
|
], |
|
5151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7165' => [ |
|
5152
|
|
|
'name' => 'InGCS Clinton (m)', |
|
5153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5154
|
|
|
'extent_code' => ['4260'], |
|
5155
|
|
|
], |
|
5156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7166' => [ |
|
5157
|
|
|
'name' => 'InGCS Clinton (ftUS)', |
|
5158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5159
|
|
|
'extent_code' => ['4260'], |
|
5160
|
|
|
], |
|
5161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7167' => [ |
|
5162
|
|
|
'name' => 'InGCS Crawford-Lawrence-Orange (m)', |
|
5163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5164
|
|
|
'extent_code' => ['4272'], |
|
5165
|
|
|
], |
|
5166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7168' => [ |
|
5167
|
|
|
'name' => 'InGCS Crawford-Lawrence-Orange (ftUS)', |
|
5168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5169
|
|
|
'extent_code' => ['4272'], |
|
5170
|
|
|
], |
|
5171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7169' => [ |
|
5172
|
|
|
'name' => 'InGCS Daviess-Greene (m)', |
|
5173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5174
|
|
|
'extent_code' => ['4269'], |
|
5175
|
|
|
], |
|
5176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7170' => [ |
|
5177
|
|
|
'name' => 'InGCS Daviess-Greene (ftUS)', |
|
5178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5179
|
|
|
'extent_code' => ['4269'], |
|
5180
|
|
|
], |
|
5181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7171' => [ |
|
5182
|
|
|
'name' => 'InGCS Dearborn-Ohio-Switzerland (m)', |
|
5183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5184
|
|
|
'extent_code' => ['4306'], |
|
5185
|
|
|
], |
|
5186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7172' => [ |
|
5187
|
|
|
'name' => 'InGCS Dearborn-Ohio-Switzerland (ftUS)', |
|
5188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5189
|
|
|
'extent_code' => ['4306'], |
|
5190
|
|
|
], |
|
5191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7173' => [ |
|
5192
|
|
|
'name' => 'InGCS Decatur-Rush (m)', |
|
5193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5194
|
|
|
'extent_code' => ['4299'], |
|
5195
|
|
|
], |
|
5196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7174' => [ |
|
5197
|
|
|
'name' => 'InGCS Decatur-Rush (ftUS)', |
|
5198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5199
|
|
|
'extent_code' => ['4299'], |
|
5200
|
|
|
], |
|
5201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7175' => [ |
|
5202
|
|
|
'name' => 'InGCS DeKalb (m)', |
|
5203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5204
|
|
|
'extent_code' => ['4283'], |
|
5205
|
|
|
], |
|
5206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7176' => [ |
|
5207
|
|
|
'name' => 'InGCS DeKalb (ftUS)', |
|
5208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5209
|
|
|
'extent_code' => ['4283'], |
|
5210
|
|
|
], |
|
5211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7177' => [ |
|
5212
|
|
|
'name' => 'InGCS Dubois-Martin (m)', |
|
5213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5214
|
|
|
'extent_code' => ['4271'], |
|
5215
|
|
|
], |
|
5216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7178' => [ |
|
5217
|
|
|
'name' => 'InGCS Dubois-Martin (ftUS)', |
|
5218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5219
|
|
|
'extent_code' => ['4271'], |
|
5220
|
|
|
], |
|
5221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7179' => [ |
|
5222
|
|
|
'name' => 'InGCS Elkhart-Kosciusko-Wabash (m)', |
|
5223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5224
|
|
|
'extent_code' => ['4280'], |
|
5225
|
|
|
], |
|
5226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7180' => [ |
|
5227
|
|
|
'name' => 'InGCS Elkhart-Kosciusko-Wabash (ftUS)', |
|
5228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5229
|
|
|
'extent_code' => ['4280'], |
|
5230
|
|
|
], |
|
5231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7181' => [ |
|
5232
|
|
|
'name' => 'InGCS Fayette-Franklin-Union (m)', |
|
5233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5234
|
|
|
'extent_code' => ['4300'], |
|
5235
|
|
|
], |
|
5236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7182' => [ |
|
5237
|
|
|
'name' => 'InGCS Fayette-Franklin-Union (ftUS)', |
|
5238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5239
|
|
|
'extent_code' => ['4300'], |
|
5240
|
|
|
], |
|
5241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7183' => [ |
|
5242
|
|
|
'name' => 'InGCS Fountain-Warren (m)', |
|
5243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5244
|
|
|
'extent_code' => ['4259'], |
|
5245
|
|
|
], |
|
5246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7184' => [ |
|
5247
|
|
|
'name' => 'InGCS Fountain-Warren (ftUS)', |
|
5248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5249
|
|
|
'extent_code' => ['4259'], |
|
5250
|
|
|
], |
|
5251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7185' => [ |
|
5252
|
|
|
'name' => 'InGCS Fulton-Marshall-St. Joseph (m)', |
|
5253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5254
|
|
|
'extent_code' => ['4279'], |
|
5255
|
|
|
], |
|
5256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7186' => [ |
|
5257
|
|
|
'name' => 'InGCS Fulton-Marshall-St. Joseph (ftUS)', |
|
5258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5259
|
|
|
'extent_code' => ['4279'], |
|
5260
|
|
|
], |
|
5261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7187' => [ |
|
5262
|
|
|
'name' => 'InGCS Gibson (m)', |
|
5263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5264
|
|
|
'extent_code' => ['4273'], |
|
5265
|
|
|
], |
|
5266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7188' => [ |
|
5267
|
|
|
'name' => 'InGCS Gibson (ftUS)', |
|
5268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5269
|
|
|
'extent_code' => ['4273'], |
|
5270
|
|
|
], |
|
5271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7189' => [ |
|
5272
|
|
|
'name' => 'InGCS Grant (m)', |
|
5273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5274
|
|
|
'extent_code' => ['4290'], |
|
5275
|
|
|
], |
|
5276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7190' => [ |
|
5277
|
|
|
'name' => 'InGCS Grant (ftUS)', |
|
5278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5279
|
|
|
'extent_code' => ['4290'], |
|
5280
|
|
|
], |
|
5281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7191' => [ |
|
5282
|
|
|
'name' => 'InGCS Hamilton-Tipton (m)', |
|
5283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5284
|
|
|
'extent_code' => ['4293'], |
|
5285
|
|
|
], |
|
5286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7192' => [ |
|
5287
|
|
|
'name' => 'InGCS Hamilton-Tipton (ftUS)', |
|
5288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5289
|
|
|
'extent_code' => ['4293'], |
|
5290
|
|
|
], |
|
5291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7193' => [ |
|
5292
|
|
|
'name' => 'InGCS Hancock-Madison (m)', |
|
5293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5294
|
|
|
'extent_code' => ['4294'], |
|
5295
|
|
|
], |
|
5296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7194' => [ |
|
5297
|
|
|
'name' => 'InGCS Hancock-Madison (ftUS)', |
|
5298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5299
|
|
|
'extent_code' => ['4294'], |
|
5300
|
|
|
], |
|
5301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7195' => [ |
|
5302
|
|
|
'name' => 'InGCS Harrison-Washington (m)', |
|
5303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5304
|
|
|
'extent_code' => ['4307'], |
|
5305
|
|
|
], |
|
5306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7196' => [ |
|
5307
|
|
|
'name' => 'InGCS Harrison-Washington (ftUS)', |
|
5308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5309
|
|
|
'extent_code' => ['4307'], |
|
5310
|
|
|
], |
|
5311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7197' => [ |
|
5312
|
|
|
'name' => 'InGCS Henry (m)', |
|
5313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5314
|
|
|
'extent_code' => ['4296'], |
|
5315
|
|
|
], |
|
5316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7198' => [ |
|
5317
|
|
|
'name' => 'InGCS Henry (ftUS)', |
|
5318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5319
|
|
|
'extent_code' => ['4296'], |
|
5320
|
|
|
], |
|
5321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7199' => [ |
|
5322
|
|
|
'name' => 'InGCS Howard-Miami (m)', |
|
5323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5324
|
|
|
'extent_code' => ['4287'], |
|
5325
|
|
|
], |
|
5326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7200' => [ |
|
5327
|
|
|
'name' => 'InGCS Howard-Miami (ftUS)', |
|
5328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5329
|
|
|
'extent_code' => ['4287'], |
|
5330
|
|
|
], |
|
5331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7201' => [ |
|
5332
|
|
|
'name' => 'InGCS Huntington-Whitley (m)', |
|
5333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5334
|
|
|
'extent_code' => ['4284'], |
|
5335
|
|
|
], |
|
5336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7202' => [ |
|
5337
|
|
|
'name' => 'InGCS Huntington-Whitley (ftUS)', |
|
5338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5339
|
|
|
'extent_code' => ['4284'], |
|
5340
|
|
|
], |
|
5341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7203' => [ |
|
5342
|
|
|
'name' => 'InGCS Jackson (m)', |
|
5343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5344
|
|
|
'extent_code' => ['4303'], |
|
5345
|
|
|
], |
|
5346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7204' => [ |
|
5347
|
|
|
'name' => 'InGCS Jackson (ftUS)', |
|
5348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5349
|
|
|
'extent_code' => ['4303'], |
|
5350
|
|
|
], |
|
5351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7205' => [ |
|
5352
|
|
|
'name' => 'InGCS Jasper-Porter (m)', |
|
5353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5354
|
|
|
'extent_code' => ['4254'], |
|
5355
|
|
|
], |
|
5356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7206' => [ |
|
5357
|
|
|
'name' => 'InGCS Jasper-Porter (ftUS)', |
|
5358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5359
|
|
|
'extent_code' => ['4254'], |
|
5360
|
|
|
], |
|
5361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7207' => [ |
|
5362
|
|
|
'name' => 'InGCS Jay (m)', |
|
5363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5364
|
|
|
'extent_code' => ['4292'], |
|
5365
|
|
|
], |
|
5366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7208' => [ |
|
5367
|
|
|
'name' => 'InGCS Jay (ftUS)', |
|
5368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5369
|
|
|
'extent_code' => ['4292'], |
|
5370
|
|
|
], |
|
5371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7209' => [ |
|
5372
|
|
|
'name' => 'InGCS Jefferson (m)', |
|
5373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5374
|
|
|
'extent_code' => ['4309'], |
|
5375
|
|
|
], |
|
5376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7210' => [ |
|
5377
|
|
|
'name' => 'InGCS Jefferson (ftUS)', |
|
5378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5379
|
|
|
'extent_code' => ['4309'], |
|
5380
|
|
|
], |
|
5381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7211' => [ |
|
5382
|
|
|
'name' => 'InGCS Jennings (m)', |
|
5383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5384
|
|
|
'extent_code' => ['4304'], |
|
5385
|
|
|
], |
|
5386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7212' => [ |
|
5387
|
|
|
'name' => 'InGCS Jennings (ftUS)', |
|
5388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5389
|
|
|
'extent_code' => ['4304'], |
|
5390
|
|
|
], |
|
5391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7213' => [ |
|
5392
|
|
|
'name' => 'InGCS Johnson-Marion (m)', |
|
5393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5394
|
|
|
'extent_code' => ['4297'], |
|
5395
|
|
|
], |
|
5396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7214' => [ |
|
5397
|
|
|
'name' => 'InGCS Johnson-Marion (ftUS)', |
|
5398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5399
|
|
|
'extent_code' => ['4297'], |
|
5400
|
|
|
], |
|
5401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7215' => [ |
|
5402
|
|
|
'name' => 'InGCS Knox (m)', |
|
5403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5404
|
|
|
'extent_code' => ['4270'], |
|
5405
|
|
|
], |
|
5406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7216' => [ |
|
5407
|
|
|
'name' => 'InGCS Knox (ftUS)', |
|
5408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5409
|
|
|
'extent_code' => ['4270'], |
|
5410
|
|
|
], |
|
5411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7217' => [ |
|
5412
|
|
|
'name' => 'InGCS LaGrange-Noble (m)', |
|
5413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5414
|
|
|
'extent_code' => ['4281'], |
|
5415
|
|
|
], |
|
5416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7218' => [ |
|
5417
|
|
|
'name' => 'InGCS LaGrange-Noble (ftUS)', |
|
5418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5419
|
|
|
'extent_code' => ['4281'], |
|
5420
|
|
|
], |
|
5421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7219' => [ |
|
5422
|
|
|
'name' => 'InGCS Lake-Newton (m)', |
|
5423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5424
|
|
|
'extent_code' => ['4253'], |
|
5425
|
|
|
], |
|
5426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7220' => [ |
|
5427
|
|
|
'name' => 'InGCS Lake-Newton (ftUS)', |
|
5428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5429
|
|
|
'extent_code' => ['4253'], |
|
5430
|
|
|
], |
|
5431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7221' => [ |
|
5432
|
|
|
'name' => 'InGCS LaPorte-Pulaski-Starke (m)', |
|
5433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5434
|
|
|
'extent_code' => ['4255'], |
|
5435
|
|
|
], |
|
5436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7222' => [ |
|
5437
|
|
|
'name' => 'InGCS LaPorte-Pulaski-Starke (ftUS)', |
|
5438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5439
|
|
|
'extent_code' => ['4255'], |
|
5440
|
|
|
], |
|
5441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7223' => [ |
|
5442
|
|
|
'name' => 'InGCS Monroe-Morgan (m)', |
|
5443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5444
|
|
|
'extent_code' => ['4267'], |
|
5445
|
|
|
], |
|
5446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7224' => [ |
|
5447
|
|
|
'name' => 'InGCS Monroe-Morgan (ftUS)', |
|
5448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5449
|
|
|
'extent_code' => ['4267'], |
|
5450
|
|
|
], |
|
5451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7225' => [ |
|
5452
|
|
|
'name' => 'InGCS Montgomery-Putnam (m)', |
|
5453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5454
|
|
|
'extent_code' => ['4262'], |
|
5455
|
|
|
], |
|
5456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7226' => [ |
|
5457
|
|
|
'name' => 'InGCS Montgomery-Putnam (ftUS)', |
|
5458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5459
|
|
|
'extent_code' => ['4262'], |
|
5460
|
|
|
], |
|
5461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7227' => [ |
|
5462
|
|
|
'name' => 'InGCS Owen (m)', |
|
5463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5464
|
|
|
'extent_code' => ['4266'], |
|
5465
|
|
|
], |
|
5466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7228' => [ |
|
5467
|
|
|
'name' => 'InGCS Owen (ftUS)', |
|
5468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5469
|
|
|
'extent_code' => ['4266'], |
|
5470
|
|
|
], |
|
5471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7229' => [ |
|
5472
|
|
|
'name' => 'InGCS Parke-Vermillion (m)', |
|
5473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5474
|
|
|
'extent_code' => ['4261'], |
|
5475
|
|
|
], |
|
5476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7230' => [ |
|
5477
|
|
|
'name' => 'InGCS Parke-Vermillion (ftUS)', |
|
5478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5479
|
|
|
'extent_code' => ['4261'], |
|
5480
|
|
|
], |
|
5481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7231' => [ |
|
5482
|
|
|
'name' => 'InGCS Perry (m)', |
|
5483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5484
|
|
|
'extent_code' => ['4278'], |
|
5485
|
|
|
], |
|
5486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7232' => [ |
|
5487
|
|
|
'name' => 'InGCS Perry (ftUS)', |
|
5488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5489
|
|
|
'extent_code' => ['4278'], |
|
5490
|
|
|
], |
|
5491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7233' => [ |
|
5492
|
|
|
'name' => 'InGCS Pike-Warrick (m)', |
|
5493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5494
|
|
|
'extent_code' => ['4274'], |
|
5495
|
|
|
], |
|
5496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7234' => [ |
|
5497
|
|
|
'name' => 'InGCS Pike-Warrick (ftUS)', |
|
5498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5499
|
|
|
'extent_code' => ['4274'], |
|
5500
|
|
|
], |
|
5501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7235' => [ |
|
5502
|
|
|
'name' => 'InGCS Posey (m)', |
|
5503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5504
|
|
|
'extent_code' => ['4275'], |
|
5505
|
|
|
], |
|
5506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7236' => [ |
|
5507
|
|
|
'name' => 'InGCS Posey (ftUS)', |
|
5508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5509
|
|
|
'extent_code' => ['4275'], |
|
5510
|
|
|
], |
|
5511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7237' => [ |
|
5512
|
|
|
'name' => 'InGCS Randolph-Wayne (m)', |
|
5513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5514
|
|
|
'extent_code' => ['4295'], |
|
5515
|
|
|
], |
|
5516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7238' => [ |
|
5517
|
|
|
'name' => 'InGCS Randolph-Wayne (ftUS)', |
|
5518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5519
|
|
|
'extent_code' => ['4295'], |
|
5520
|
|
|
], |
|
5521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7239' => [ |
|
5522
|
|
|
'name' => 'InGCS Ripley (m)', |
|
5523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5524
|
|
|
'extent_code' => ['4305'], |
|
5525
|
|
|
], |
|
5526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7240' => [ |
|
5527
|
|
|
'name' => 'InGCS Ripley (ftUS)', |
|
5528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5529
|
|
|
'extent_code' => ['4305'], |
|
5530
|
|
|
], |
|
5531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7241' => [ |
|
5532
|
|
|
'name' => 'InGCS Shelby (m)', |
|
5533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5534
|
|
|
'extent_code' => ['4298'], |
|
5535
|
|
|
], |
|
5536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7242' => [ |
|
5537
|
|
|
'name' => 'InGCS Shelby (ftUS)', |
|
5538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5539
|
|
|
'extent_code' => ['4298'], |
|
5540
|
|
|
], |
|
5541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7243' => [ |
|
5542
|
|
|
'name' => 'InGCS Spencer (m)', |
|
5543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5544
|
|
|
'extent_code' => ['4277'], |
|
5545
|
|
|
], |
|
5546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7244' => [ |
|
5547
|
|
|
'name' => 'InGCS Spencer (ftUS)', |
|
5548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5549
|
|
|
'extent_code' => ['4277'], |
|
5550
|
|
|
], |
|
5551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7245' => [ |
|
5552
|
|
|
'name' => 'InGCS Steuben (m)', |
|
5553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5554
|
|
|
'extent_code' => ['4282'], |
|
5555
|
|
|
], |
|
5556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7246' => [ |
|
5557
|
|
|
'name' => 'InGCS Steuben (ftUS)', |
|
5558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5559
|
|
|
'extent_code' => ['4282'], |
|
5560
|
|
|
], |
|
5561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7247' => [ |
|
5562
|
|
|
'name' => 'InGCS Sullivan (m)', |
|
5563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5564
|
|
|
'extent_code' => ['4268'], |
|
5565
|
|
|
], |
|
5566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7248' => [ |
|
5567
|
|
|
'name' => 'InGCS Sullivan (ftUS)', |
|
5568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5569
|
|
|
'extent_code' => ['4268'], |
|
5570
|
|
|
], |
|
5571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7249' => [ |
|
5572
|
|
|
'name' => 'InGCS Tippecanoe-White (m)', |
|
5573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5574
|
|
|
'extent_code' => ['4257'], |
|
5575
|
|
|
], |
|
5576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7250' => [ |
|
5577
|
|
|
'name' => 'InGCS Tippecanoe-White (ftUS)', |
|
5578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5579
|
|
|
'extent_code' => ['4257'], |
|
5580
|
|
|
], |
|
5581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7251' => [ |
|
5582
|
|
|
'name' => 'InGCS Vanderburgh (m)', |
|
5583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5584
|
|
|
'extent_code' => ['4276'], |
|
5585
|
|
|
], |
|
5586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7252' => [ |
|
5587
|
|
|
'name' => 'InGCS Vanderburgh (ftUS)', |
|
5588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5589
|
|
|
'extent_code' => ['4276'], |
|
5590
|
|
|
], |
|
5591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7253' => [ |
|
5592
|
|
|
'name' => 'InGCS Vigo (m)', |
|
5593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5594
|
|
|
'extent_code' => ['4264'], |
|
5595
|
|
|
], |
|
5596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7254' => [ |
|
5597
|
|
|
'name' => 'InGCS Vigo (ftUS)', |
|
5598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5599
|
|
|
'extent_code' => ['4264'], |
|
5600
|
|
|
], |
|
5601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7255' => [ |
|
5602
|
|
|
'name' => 'InGCS Wells (m)', |
|
5603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5604
|
|
|
'extent_code' => ['4288'], |
|
5605
|
|
|
], |
|
5606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7256' => [ |
|
5607
|
|
|
'name' => 'InGCS Wells (ftUS)', |
|
5608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5609
|
|
|
'extent_code' => ['4288'], |
|
5610
|
|
|
], |
|
5611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7377' => [ |
|
5612
|
|
|
'name' => 'ONGD14 to WGS 84 (1)', |
|
5613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1032', |
|
5614
|
|
|
'extent_code' => ['1183'], |
|
5615
|
|
|
], |
|
5616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7378' => [ |
|
5617
|
|
|
'name' => 'WISCRS Ashland County (m)', |
|
5618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5619
|
|
|
'extent_code' => ['4320'], |
|
5620
|
|
|
], |
|
5621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7379' => [ |
|
5622
|
|
|
'name' => 'WISCRS Ashland County (ftUS)', |
|
5623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5624
|
|
|
'extent_code' => ['4320'], |
|
5625
|
|
|
], |
|
5626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7380' => [ |
|
5627
|
|
|
'name' => 'WISCRS Bayfield County (m)', |
|
5628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5629
|
|
|
'extent_code' => ['4321'], |
|
5630
|
|
|
], |
|
5631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7381' => [ |
|
5632
|
|
|
'name' => 'WISCRS Bayfield County (ftUS)', |
|
5633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5634
|
|
|
'extent_code' => ['4321'], |
|
5635
|
|
|
], |
|
5636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7382' => [ |
|
5637
|
|
|
'name' => 'WISCRS Burnett County (m)', |
|
5638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5639
|
|
|
'extent_code' => ['4325'], |
|
5640
|
|
|
], |
|
5641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7383' => [ |
|
5642
|
|
|
'name' => 'WISCRS Burnett County (ftUS)', |
|
5643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5644
|
|
|
'extent_code' => ['4325'], |
|
5645
|
|
|
], |
|
5646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7384' => [ |
|
5647
|
|
|
'name' => 'WISCRS Douglas County (m)', |
|
5648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5649
|
|
|
'extent_code' => ['4326'], |
|
5650
|
|
|
], |
|
5651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7385' => [ |
|
5652
|
|
|
'name' => 'WISCRS Douglas County (ftUS)', |
|
5653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5654
|
|
|
'extent_code' => ['4326'], |
|
5655
|
|
|
], |
|
5656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7386' => [ |
|
5657
|
|
|
'name' => 'WISCRS Florence County (m)', |
|
5658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5659
|
|
|
'extent_code' => ['4327'], |
|
5660
|
|
|
], |
|
5661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7387' => [ |
|
5662
|
|
|
'name' => 'WISCRS Florence County (ftUS)', |
|
5663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5664
|
|
|
'extent_code' => ['4327'], |
|
5665
|
|
|
], |
|
5666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7388' => [ |
|
5667
|
|
|
'name' => 'WISCRS Forest County (m)', |
|
5668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5669
|
|
|
'extent_code' => ['4328'], |
|
5670
|
|
|
], |
|
5671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7389' => [ |
|
5672
|
|
|
'name' => 'WISCRS Forest County (ftUS)', |
|
5673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5674
|
|
|
'extent_code' => ['4328'], |
|
5675
|
|
|
], |
|
5676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7390' => [ |
|
5677
|
|
|
'name' => 'WISCRS Iron County (m)', |
|
5678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5679
|
|
|
'extent_code' => ['4329'], |
|
5680
|
|
|
], |
|
5681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7391' => [ |
|
5682
|
|
|
'name' => 'WISCRS Iron County (ftUS)', |
|
5683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5684
|
|
|
'extent_code' => ['4329'], |
|
5685
|
|
|
], |
|
5686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7392' => [ |
|
5687
|
|
|
'name' => 'WISCRS Oneida County (m)', |
|
5688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5689
|
|
|
'extent_code' => ['4330'], |
|
5690
|
|
|
], |
|
5691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7393' => [ |
|
5692
|
|
|
'name' => 'WISCRS Oneida County (ftUS)', |
|
5693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5694
|
|
|
'extent_code' => ['4330'], |
|
5695
|
|
|
], |
|
5696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7394' => [ |
|
5697
|
|
|
'name' => 'WISCRS Price County (m)', |
|
5698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5699
|
|
|
'extent_code' => ['4332'], |
|
5700
|
|
|
], |
|
5701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7395' => [ |
|
5702
|
|
|
'name' => 'WISCRS Price County (ftUS)', |
|
5703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5704
|
|
|
'extent_code' => ['4332'], |
|
5705
|
|
|
], |
|
5706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7396' => [ |
|
5707
|
|
|
'name' => 'WISCRS Sawyer County (m)', |
|
5708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5709
|
|
|
'extent_code' => ['4333'], |
|
5710
|
|
|
], |
|
5711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7397' => [ |
|
5712
|
|
|
'name' => 'WISCRS Sawyer County (ftUS)', |
|
5713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5714
|
|
|
'extent_code' => ['4333'], |
|
5715
|
|
|
], |
|
5716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7398' => [ |
|
5717
|
|
|
'name' => 'WISCRS Vilas County (m)', |
|
5718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5719
|
|
|
'extent_code' => ['4334'], |
|
5720
|
|
|
], |
|
5721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7399' => [ |
|
5722
|
|
|
'name' => 'WISCRS Vilas County (ftUS)', |
|
5723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5724
|
|
|
'extent_code' => ['4334'], |
|
5725
|
|
|
], |
|
5726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7424' => [ |
|
5727
|
|
|
'name' => 'WISCRS Washburn County (m)', |
|
5728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5729
|
|
|
'extent_code' => ['4335'], |
|
5730
|
|
|
], |
|
5731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7425' => [ |
|
5732
|
|
|
'name' => 'WISCRS Washburn County (ftUS)', |
|
5733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5734
|
|
|
'extent_code' => ['4335'], |
|
5735
|
|
|
], |
|
5736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7426' => [ |
|
5737
|
|
|
'name' => 'WISCRS Barron County (m)', |
|
5738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5739
|
|
|
'extent_code' => ['4331'], |
|
5740
|
|
|
], |
|
5741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7427' => [ |
|
5742
|
|
|
'name' => 'WISCRS Barron County (ftUS)', |
|
5743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5744
|
|
|
'extent_code' => ['4331'], |
|
5745
|
|
|
], |
|
5746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7428' => [ |
|
5747
|
|
|
'name' => 'WISCRS Brown County (m)', |
|
5748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5749
|
|
|
'extent_code' => ['4336'], |
|
5750
|
|
|
], |
|
5751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7429' => [ |
|
5752
|
|
|
'name' => 'WISCRS Brown County (ftUS)', |
|
5753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5754
|
|
|
'extent_code' => ['4336'], |
|
5755
|
|
|
], |
|
5756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7430' => [ |
|
5757
|
|
|
'name' => 'WISCRS Buffalo County (m)', |
|
5758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5759
|
|
|
'extent_code' => ['4337'], |
|
5760
|
|
|
], |
|
5761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7431' => [ |
|
5762
|
|
|
'name' => 'WISCRS Buffalo County (ftUS)', |
|
5763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5764
|
|
|
'extent_code' => ['4337'], |
|
5765
|
|
|
], |
|
5766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7432' => [ |
|
5767
|
|
|
'name' => 'WISCRS Chippewa County (m)', |
|
5768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5769
|
|
|
'extent_code' => ['4338'], |
|
5770
|
|
|
], |
|
5771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7433' => [ |
|
5772
|
|
|
'name' => 'WISCRS Chippewa County (ftUS)', |
|
5773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5774
|
|
|
'extent_code' => ['4338'], |
|
5775
|
|
|
], |
|
5776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7434' => [ |
|
5777
|
|
|
'name' => 'WISCRS Clark County (m)', |
|
5778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5779
|
|
|
'extent_code' => ['4339'], |
|
5780
|
|
|
], |
|
5781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7435' => [ |
|
5782
|
|
|
'name' => 'WISCRS Clark County (ftUS)', |
|
5783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5784
|
|
|
'extent_code' => ['4339'], |
|
5785
|
|
|
], |
|
5786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7436' => [ |
|
5787
|
|
|
'name' => 'WISCRS Door County (m)', |
|
5788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5789
|
|
|
'extent_code' => ['4340'], |
|
5790
|
|
|
], |
|
5791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7437' => [ |
|
5792
|
|
|
'name' => 'WISCRS Door County (ftUS)', |
|
5793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5794
|
|
|
'extent_code' => ['4340'], |
|
5795
|
|
|
], |
|
5796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7438' => [ |
|
5797
|
|
|
'name' => 'WISCRS Dunn County (m)', |
|
5798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5799
|
|
|
'extent_code' => ['4341'], |
|
5800
|
|
|
], |
|
5801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7439' => [ |
|
5802
|
|
|
'name' => 'WISCRS Dunn County (ftUS)', |
|
5803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5804
|
|
|
'extent_code' => ['4341'], |
|
5805
|
|
|
], |
|
5806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7440' => [ |
|
5807
|
|
|
'name' => 'WISCRS Eau Claire County (m)', |
|
5808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5809
|
|
|
'extent_code' => ['4342'], |
|
5810
|
|
|
], |
|
5811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7441' => [ |
|
5812
|
|
|
'name' => 'WISCRS Eau Claire County (ftUS)', |
|
5813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5814
|
|
|
'extent_code' => ['4342'], |
|
5815
|
|
|
], |
|
5816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7448' => [ |
|
5817
|
|
|
'name' => 'SAD69 to SIRGAS-Chile 2002 (1)', |
|
5818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
5819
|
|
|
'extent_code' => ['4232'], |
|
5820
|
|
|
], |
|
5821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7449' => [ |
|
5822
|
|
|
'name' => 'SAD69 to SIRGAS-Chile 2002 (3)', |
|
5823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
5824
|
|
|
'extent_code' => ['4221'], |
|
5825
|
|
|
], |
|
5826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7450' => [ |
|
5827
|
|
|
'name' => 'WISCRS Jackson County (m)', |
|
5828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5829
|
|
|
'extent_code' => ['4343'], |
|
5830
|
|
|
], |
|
5831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7451' => [ |
|
5832
|
|
|
'name' => 'WISCRS Jackson County (ftUS)', |
|
5833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5834
|
|
|
'extent_code' => ['4343'], |
|
5835
|
|
|
], |
|
5836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7452' => [ |
|
5837
|
|
|
'name' => 'WISCRS Langlade County (m)', |
|
5838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5839
|
|
|
'extent_code' => ['4344'], |
|
5840
|
|
|
], |
|
5841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7453' => [ |
|
5842
|
|
|
'name' => 'WISCRS Langlade County (ftUS)', |
|
5843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5844
|
|
|
'extent_code' => ['4344'], |
|
5845
|
|
|
], |
|
5846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7454' => [ |
|
5847
|
|
|
'name' => 'WISCRS Lincoln County (m)', |
|
5848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5849
|
|
|
'extent_code' => ['4345'], |
|
5850
|
|
|
], |
|
5851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7455' => [ |
|
5852
|
|
|
'name' => 'WISCRS Lincoln County (ftUS)', |
|
5853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5854
|
|
|
'extent_code' => ['4345'], |
|
5855
|
|
|
], |
|
5856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7456' => [ |
|
5857
|
|
|
'name' => 'WISCRS Marathon County (m)', |
|
5858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5859
|
|
|
'extent_code' => ['4346'], |
|
5860
|
|
|
], |
|
5861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7457' => [ |
|
5862
|
|
|
'name' => 'WISCRS Marathon County (ftUS)', |
|
5863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5864
|
|
|
'extent_code' => ['4346'], |
|
5865
|
|
|
], |
|
5866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7458' => [ |
|
5867
|
|
|
'name' => 'WISCRS Marinette County (m)', |
|
5868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5869
|
|
|
'extent_code' => ['4347'], |
|
5870
|
|
|
], |
|
5871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7459' => [ |
|
5872
|
|
|
'name' => 'WISCRS Marinette County (ftUS)', |
|
5873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5874
|
|
|
'extent_code' => ['4347'], |
|
5875
|
|
|
], |
|
5876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7460' => [ |
|
5877
|
|
|
'name' => 'WISCRS Menominee County (m)', |
|
5878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5879
|
|
|
'extent_code' => ['4348'], |
|
5880
|
|
|
], |
|
5881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7461' => [ |
|
5882
|
|
|
'name' => 'WISCRS Menominee County (ftUS)', |
|
5883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5884
|
|
|
'extent_code' => ['4348'], |
|
5885
|
|
|
], |
|
5886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7462' => [ |
|
5887
|
|
|
'name' => 'WISCRS Oconto County (m)', |
|
5888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5889
|
|
|
'extent_code' => ['4349'], |
|
5890
|
|
|
], |
|
5891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7463' => [ |
|
5892
|
|
|
'name' => 'WISCRS Oconto County (ftUS)', |
|
5893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5894
|
|
|
'extent_code' => ['4349'], |
|
5895
|
|
|
], |
|
5896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7464' => [ |
|
5897
|
|
|
'name' => 'WISCRS Pepin and Pierce Counties (m)', |
|
5898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5899
|
|
|
'extent_code' => ['4350'], |
|
5900
|
|
|
], |
|
5901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7465' => [ |
|
5902
|
|
|
'name' => 'WISCRS Pepin and Pierce Counties (ftUS)', |
|
5903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5904
|
|
|
'extent_code' => ['4350'], |
|
5905
|
|
|
], |
|
5906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7466' => [ |
|
5907
|
|
|
'name' => 'WISCRS Polk County (m)', |
|
5908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5909
|
|
|
'extent_code' => ['4351'], |
|
5910
|
|
|
], |
|
5911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7467' => [ |
|
5912
|
|
|
'name' => 'WISCRS Polk County (ftUS)', |
|
5913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5914
|
|
|
'extent_code' => ['4351'], |
|
5915
|
|
|
], |
|
5916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7468' => [ |
|
5917
|
|
|
'name' => 'WISCRS Portage County (m)', |
|
5918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5919
|
|
|
'extent_code' => ['4352'], |
|
5920
|
|
|
], |
|
5921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7469' => [ |
|
5922
|
|
|
'name' => 'WISCRS Portage County (ftUS)', |
|
5923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5924
|
|
|
'extent_code' => ['4352'], |
|
5925
|
|
|
], |
|
5926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7470' => [ |
|
5927
|
|
|
'name' => 'WISCRS Rusk County (m)', |
|
5928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5929
|
|
|
'extent_code' => ['4353'], |
|
5930
|
|
|
], |
|
5931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7471' => [ |
|
5932
|
|
|
'name' => 'WISCRS Rusk County (ftUS)', |
|
5933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5934
|
|
|
'extent_code' => ['4353'], |
|
5935
|
|
|
], |
|
5936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7472' => [ |
|
5937
|
|
|
'name' => 'WISCRS Shawano County (m)', |
|
5938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5939
|
|
|
'extent_code' => ['4354'], |
|
5940
|
|
|
], |
|
5941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7473' => [ |
|
5942
|
|
|
'name' => 'WISCRS Shawano County (ftUS)', |
|
5943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5944
|
|
|
'extent_code' => ['4354'], |
|
5945
|
|
|
], |
|
5946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7474' => [ |
|
5947
|
|
|
'name' => 'WISCRS St. Croix County (m)', |
|
5948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5949
|
|
|
'extent_code' => ['4355'], |
|
5950
|
|
|
], |
|
5951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7475' => [ |
|
5952
|
|
|
'name' => 'WISCRS St. Croix County (ftUS)', |
|
5953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5954
|
|
|
'extent_code' => ['4355'], |
|
5955
|
|
|
], |
|
5956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7476' => [ |
|
5957
|
|
|
'name' => 'WISCRS Taylor County (m)', |
|
5958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5959
|
|
|
'extent_code' => ['4356'], |
|
5960
|
|
|
], |
|
5961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7477' => [ |
|
5962
|
|
|
'name' => 'WISCRS Taylor County (ftUS)', |
|
5963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5964
|
|
|
'extent_code' => ['4356'], |
|
5965
|
|
|
], |
|
5966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7478' => [ |
|
5967
|
|
|
'name' => 'WISCRS Trempealeau County (m)', |
|
5968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5969
|
|
|
'extent_code' => ['4357'], |
|
5970
|
|
|
], |
|
5971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7479' => [ |
|
5972
|
|
|
'name' => 'WISCRS Trempealeau County (ftUS)', |
|
5973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5974
|
|
|
'extent_code' => ['4357'], |
|
5975
|
|
|
], |
|
5976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7480' => [ |
|
5977
|
|
|
'name' => 'WISCRS Waupaca County (m)', |
|
5978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5979
|
|
|
'extent_code' => ['4358'], |
|
5980
|
|
|
], |
|
5981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7481' => [ |
|
5982
|
|
|
'name' => 'WISCRS Waupaca County (ftUS)', |
|
5983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5984
|
|
|
'extent_code' => ['4358'], |
|
5985
|
|
|
], |
|
5986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7482' => [ |
|
5987
|
|
|
'name' => 'WISCRS Wood County (m)', |
|
5988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5989
|
|
|
'extent_code' => ['4359'], |
|
5990
|
|
|
], |
|
5991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7483' => [ |
|
5992
|
|
|
'name' => 'WISCRS Wood County (ftUS)', |
|
5993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
5994
|
|
|
'extent_code' => ['4359'], |
|
5995
|
|
|
], |
|
5996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7484' => [ |
|
5997
|
|
|
'name' => 'WISCRS Adams and Juneau Counties (m)', |
|
5998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
5999
|
|
|
'extent_code' => ['4360'], |
|
6000
|
|
|
], |
|
6001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7485' => [ |
|
6002
|
|
|
'name' => 'WISCRS Adams and Juneau Counties (ftUS)', |
|
6003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6004
|
|
|
'extent_code' => ['4360'], |
|
6005
|
|
|
], |
|
6006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7486' => [ |
|
6007
|
|
|
'name' => 'WISCRS Calumet, Fond du Lac, Outagamie and Winnebago Counties (m)', |
|
6008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6009
|
|
|
'extent_code' => ['4361'], |
|
6010
|
|
|
], |
|
6011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7487' => [ |
|
6012
|
|
|
'name' => 'WISCRS Calumet, Fond du Lac, Outagamie and Winnebago Counties (ftUS)', |
|
6013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6014
|
|
|
'extent_code' => ['4361'], |
|
6015
|
|
|
], |
|
6016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7488' => [ |
|
6017
|
|
|
'name' => 'WISCRS Columbia County (m)', |
|
6018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6019
|
|
|
'extent_code' => ['4362'], |
|
6020
|
|
|
], |
|
6021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7489' => [ |
|
6022
|
|
|
'name' => 'WISCRS Columbia County (ftUS)', |
|
6023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6024
|
|
|
'extent_code' => ['4362'], |
|
6025
|
|
|
], |
|
6026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7490' => [ |
|
6027
|
|
|
'name' => 'WISCRS Crawford County (m)', |
|
6028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6029
|
|
|
'extent_code' => ['4363'], |
|
6030
|
|
|
], |
|
6031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7491' => [ |
|
6032
|
|
|
'name' => 'WISCRS Crawford County (ftUS)', |
|
6033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6034
|
|
|
'extent_code' => ['4363'], |
|
6035
|
|
|
], |
|
6036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7492' => [ |
|
6037
|
|
|
'name' => 'WISCRS Dane County (m)', |
|
6038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6039
|
|
|
'extent_code' => ['4364'], |
|
6040
|
|
|
], |
|
6041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7493' => [ |
|
6042
|
|
|
'name' => 'WISCRS Dane County (ftUS)', |
|
6043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6044
|
|
|
'extent_code' => ['4364'], |
|
6045
|
|
|
], |
|
6046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7494' => [ |
|
6047
|
|
|
'name' => 'WISCRS Dodge and Jefferson Counties (m)', |
|
6048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6049
|
|
|
'extent_code' => ['4365'], |
|
6050
|
|
|
], |
|
6051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7495' => [ |
|
6052
|
|
|
'name' => 'WISCRS Dodge and Jefferson Counties (ftUS)', |
|
6053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6054
|
|
|
'extent_code' => ['4365'], |
|
6055
|
|
|
], |
|
6056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7496' => [ |
|
6057
|
|
|
'name' => 'WISCRS Grant County (m)', |
|
6058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6059
|
|
|
'extent_code' => ['4366'], |
|
6060
|
|
|
], |
|
6061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7497' => [ |
|
6062
|
|
|
'name' => 'WISCRS Grant County (ftUS)', |
|
6063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6064
|
|
|
'extent_code' => ['4366'], |
|
6065
|
|
|
], |
|
6066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7498' => [ |
|
6067
|
|
|
'name' => 'WISCRS Green and Lafayette Counties (m)', |
|
6068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6069
|
|
|
'extent_code' => ['4367'], |
|
6070
|
|
|
], |
|
6071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7499' => [ |
|
6072
|
|
|
'name' => 'WISCRS Green and Lafayette Counties (ftUS)', |
|
6073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6074
|
|
|
'extent_code' => ['4367'], |
|
6075
|
|
|
], |
|
6076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7500' => [ |
|
6077
|
|
|
'name' => 'WISCRS Green Lake and Marquette Counties (m)', |
|
6078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6079
|
|
|
'extent_code' => ['4368'], |
|
6080
|
|
|
], |
|
6081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7501' => [ |
|
6082
|
|
|
'name' => 'WISCRS Green Lake and Marquette Counties (ftUS)', |
|
6083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6084
|
|
|
'extent_code' => ['4368'], |
|
6085
|
|
|
], |
|
6086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7502' => [ |
|
6087
|
|
|
'name' => 'WISCRS Iowa County (m)', |
|
6088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6089
|
|
|
'extent_code' => ['4369'], |
|
6090
|
|
|
], |
|
6091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7503' => [ |
|
6092
|
|
|
'name' => 'WISCRS Iowa County (ftUS)', |
|
6093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6094
|
|
|
'extent_code' => ['4369'], |
|
6095
|
|
|
], |
|
6096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7504' => [ |
|
6097
|
|
|
'name' => 'WISCRS Kenosha, Milwaukee, Ozaukee and Racine Counties (m)', |
|
6098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6099
|
|
|
'extent_code' => ['4370'], |
|
6100
|
|
|
], |
|
6101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7505' => [ |
|
6102
|
|
|
'name' => 'WISCRS Kenosha, Milwaukee, Ozaukee and Racine Counties (ftUS)', |
|
6103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6104
|
|
|
'extent_code' => ['4370'], |
|
6105
|
|
|
], |
|
6106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7506' => [ |
|
6107
|
|
|
'name' => 'WISCRS Kewaunee, Manitowoc and Sheboygan Counties (m)', |
|
6108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6109
|
|
|
'extent_code' => ['4371'], |
|
6110
|
|
|
], |
|
6111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7507' => [ |
|
6112
|
|
|
'name' => 'WISCRS Kewaunee, Manitowoc and Sheboygan Counties (ftUS)', |
|
6113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6114
|
|
|
'extent_code' => ['4371'], |
|
6115
|
|
|
], |
|
6116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7508' => [ |
|
6117
|
|
|
'name' => 'WISCRS La Crosse County (m)', |
|
6118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6119
|
|
|
'extent_code' => ['4372'], |
|
6120
|
|
|
], |
|
6121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7509' => [ |
|
6122
|
|
|
'name' => 'WISCRS La Crosse County (ftUS)', |
|
6123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6124
|
|
|
'extent_code' => ['4372'], |
|
6125
|
|
|
], |
|
6126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7510' => [ |
|
6127
|
|
|
'name' => 'WISCRS Monroe County (m)', |
|
6128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6129
|
|
|
'extent_code' => ['4373'], |
|
6130
|
|
|
], |
|
6131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7511' => [ |
|
6132
|
|
|
'name' => 'WISCRS Monroe County (ftUS)', |
|
6133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6134
|
|
|
'extent_code' => ['4373'], |
|
6135
|
|
|
], |
|
6136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7512' => [ |
|
6137
|
|
|
'name' => 'WISCRS Richland County (m)', |
|
6138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6139
|
|
|
'extent_code' => ['4374'], |
|
6140
|
|
|
], |
|
6141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7513' => [ |
|
6142
|
|
|
'name' => 'WISCRS Richland County (ftUS)', |
|
6143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6144
|
|
|
'extent_code' => ['4374'], |
|
6145
|
|
|
], |
|
6146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7514' => [ |
|
6147
|
|
|
'name' => 'WISCRS Rock County (m)', |
|
6148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6149
|
|
|
'extent_code' => ['4375'], |
|
6150
|
|
|
], |
|
6151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7515' => [ |
|
6152
|
|
|
'name' => 'WISCRS Rock County (ftUS)', |
|
6153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6154
|
|
|
'extent_code' => ['4375'], |
|
6155
|
|
|
], |
|
6156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7516' => [ |
|
6157
|
|
|
'name' => 'WISCRS Sauk County (m)', |
|
6158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6159
|
|
|
'extent_code' => ['4376'], |
|
6160
|
|
|
], |
|
6161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7517' => [ |
|
6162
|
|
|
'name' => 'WISCRS Sauk County (ftUS)', |
|
6163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6164
|
|
|
'extent_code' => ['4376'], |
|
6165
|
|
|
], |
|
6166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7518' => [ |
|
6167
|
|
|
'name' => 'WISCRS Vernon County (m)', |
|
6168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6169
|
|
|
'extent_code' => ['4377'], |
|
6170
|
|
|
], |
|
6171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7519' => [ |
|
6172
|
|
|
'name' => 'WISCRS Vernon County (ftUS)', |
|
6173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6174
|
|
|
'extent_code' => ['4377'], |
|
6175
|
|
|
], |
|
6176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7520' => [ |
|
6177
|
|
|
'name' => 'WISCRS Walworth County (m)', |
|
6178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6179
|
|
|
'extent_code' => ['4378'], |
|
6180
|
|
|
], |
|
6181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7521' => [ |
|
6182
|
|
|
'name' => 'WISCRS Walworth County (ftUS)', |
|
6183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6184
|
|
|
'extent_code' => ['4378'], |
|
6185
|
|
|
], |
|
6186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7522' => [ |
|
6187
|
|
|
'name' => 'WISCRS Washington County (m)', |
|
6188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6189
|
|
|
'extent_code' => ['4379'], |
|
6190
|
|
|
], |
|
6191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7523' => [ |
|
6192
|
|
|
'name' => 'WISCRS Washington County (ftUS)', |
|
6193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6194
|
|
|
'extent_code' => ['4379'], |
|
6195
|
|
|
], |
|
6196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7524' => [ |
|
6197
|
|
|
'name' => 'WISCRS Waukesha County (m)', |
|
6198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6199
|
|
|
'extent_code' => ['4380'], |
|
6200
|
|
|
], |
|
6201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7525' => [ |
|
6202
|
|
|
'name' => 'WISCRS Waukesha County (ftUS)', |
|
6203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6204
|
|
|
'extent_code' => ['4380'], |
|
6205
|
|
|
], |
|
6206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7526' => [ |
|
6207
|
|
|
'name' => 'WISCRS Waushara County (m)', |
|
6208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6209
|
|
|
'extent_code' => ['4381'], |
|
6210
|
|
|
], |
|
6211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7527' => [ |
|
6212
|
|
|
'name' => 'WISCRS Waushara County (ftUS)', |
|
6213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6214
|
|
|
'extent_code' => ['4381'], |
|
6215
|
|
|
], |
|
6216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7648' => [ |
|
6217
|
|
|
'name' => 'NAD83(MA11) to GUVD04 height (1)', |
|
6218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9665', |
|
6219
|
|
|
'extent_code' => ['3255'], |
|
6220
|
|
|
], |
|
6221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7649' => [ |
|
6222
|
|
|
'name' => 'NAD83(MA11) to NMVD03 height (1)', |
|
6223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9665', |
|
6224
|
|
|
'extent_code' => ['4171'], |
|
6225
|
|
|
], |
|
6226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7650' => [ |
|
6227
|
|
|
'name' => 'NAD83(PA11) to ASVD02 height (1)', |
|
6228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9665', |
|
6229
|
|
|
'extent_code' => ['2288'], |
|
6230
|
|
|
], |
|
6231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7653' => [ |
|
6232
|
|
|
'name' => 'EGM96 height to Kumul 34 height (1)', |
|
6233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
6234
|
|
|
'extent_code' => ['4013'], |
|
6235
|
|
|
], |
|
6236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7654' => [ |
|
6237
|
|
|
'name' => 'EGM2008 height to Kiunga height (1)', |
|
6238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
6239
|
|
|
'extent_code' => ['4383'], |
|
6240
|
|
|
], |
|
6241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7666' => [ |
|
6242
|
|
|
'name' => 'WGS 84 (G1762) to ITRF2008 (1)', |
|
6243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1032', |
|
6244
|
|
|
'extent_code' => ['1262'], |
|
6245
|
|
|
], |
|
6246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7667' => [ |
|
6247
|
|
|
'name' => 'WGS 84 (G1674) to WGS 84 (G1762) (1)', |
|
6248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1032', |
|
6249
|
|
|
'extent_code' => ['1262'], |
|
6250
|
|
|
], |
|
6251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7668' => [ |
|
6252
|
|
|
'name' => 'WGS 84 (G1150) to WGS 84 (G1762) (1)', |
|
6253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1032', |
|
6254
|
|
|
'extent_code' => ['1262'], |
|
6255
|
|
|
], |
|
6256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7669' => [ |
|
6257
|
|
|
'name' => 'WGS 84 (G1674) to ITRF2008 (1)', |
|
6258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1032', |
|
6259
|
|
|
'extent_code' => ['1262'], |
|
6260
|
|
|
], |
|
6261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7670' => [ |
|
6262
|
|
|
'name' => 'WGS 84 (G1150) to ITRF2000 (1)', |
|
6263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1032', |
|
6264
|
|
|
'extent_code' => ['1262'], |
|
6265
|
|
|
], |
|
6266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7672' => [ |
|
6267
|
|
|
'name' => 'WGS 84 (G730) to ITRF92 (1)', |
|
6268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1032', |
|
6269
|
|
|
'extent_code' => ['1262'], |
|
6270
|
|
|
], |
|
6271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7673' => [ |
|
6272
|
|
|
'name' => 'CH1903 to CHTRS95 (1)', |
|
6273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
6274
|
|
|
'extent_code' => ['1286'], |
|
6275
|
|
|
], |
|
6276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7674' => [ |
|
6277
|
|
|
'name' => 'CH1903 to ETRS89 (2)', |
|
6278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
6279
|
|
|
'extent_code' => ['1286'], |
|
6280
|
|
|
], |
|
6281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7687' => [ |
|
6282
|
|
|
'name' => 'Kyrgyzstan zone 1', |
|
6283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6284
|
|
|
'extent_code' => ['4385'], |
|
6285
|
|
|
], |
|
6286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7688' => [ |
|
6287
|
|
|
'name' => 'Kyrgyzstan zone 2', |
|
6288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6289
|
|
|
'extent_code' => ['4386'], |
|
6290
|
|
|
], |
|
6291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7689' => [ |
|
6292
|
|
|
'name' => 'Kyrgyzstan zone 3', |
|
6293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6294
|
|
|
'extent_code' => ['4387'], |
|
6295
|
|
|
], |
|
6296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7690' => [ |
|
6297
|
|
|
'name' => 'Kyrgyzstan zone 4', |
|
6298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6299
|
|
|
'extent_code' => ['4388'], |
|
6300
|
|
|
], |
|
6301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7691' => [ |
|
6302
|
|
|
'name' => 'Kyrgyzstan zone 5', |
|
6303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6304
|
|
|
'extent_code' => ['4389'], |
|
6305
|
|
|
], |
|
6306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7697' => [ |
|
6307
|
|
|
'name' => 'Egypt 1907 to WGS 84 (4)', |
|
6308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
6309
|
|
|
'extent_code' => ['1086'], |
|
6310
|
|
|
], |
|
6311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7698' => [ |
|
6312
|
|
|
'name' => 'NAD27 to WGS 84 (89)', |
|
6313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
6314
|
|
|
'extent_code' => ['3290'], |
|
6315
|
|
|
], |
|
6316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7701' => [ |
|
6317
|
|
|
'name' => 'Latvia 2000 height to EVRF2007 height (1)', |
|
6318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
6319
|
|
|
'extent_code' => ['3268'], |
|
6320
|
|
|
], |
|
6321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7702' => [ |
|
6322
|
|
|
'name' => 'PZ-90 to PZ-90.02 (1)', |
|
6323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1066', |
|
6324
|
|
|
'extent_code' => ['1262'], |
|
6325
|
|
|
], |
|
6326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7703' => [ |
|
6327
|
|
|
'name' => 'PZ-90.02 to PZ-90.11 (1)', |
|
6328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1066', |
|
6329
|
|
|
'extent_code' => ['1262'], |
|
6330
|
|
|
], |
|
6331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7705' => [ |
|
6332
|
|
|
'name' => 'GSK-2011 to PZ-90.11 (1)', |
|
6333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1066', |
|
6334
|
|
|
'extent_code' => ['1198'], |
|
6335
|
|
|
], |
|
6336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7711' => [ |
|
6337
|
|
|
'name' => 'ETRS89 to ODN height (2)', |
|
6338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9663', |
|
6339
|
|
|
'extent_code' => ['2792'], |
|
6340
|
|
|
], |
|
6341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7712' => [ |
|
6342
|
|
|
'name' => 'ETRS89 to ODN Orkney height (2)', |
|
6343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9663', |
|
6344
|
|
|
'extent_code' => ['2793'], |
|
6345
|
|
|
], |
|
6346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7713' => [ |
|
6347
|
|
|
'name' => 'ETRS89 to ODN (Offshore) height (1)', |
|
6348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9663', |
|
6349
|
|
|
'extent_code' => ['4391'], |
|
6350
|
|
|
], |
|
6351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7714' => [ |
|
6352
|
|
|
'name' => 'ETRS89 to Lerwick height (2)', |
|
6353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9663', |
|
6354
|
|
|
'extent_code' => ['2795'], |
|
6355
|
|
|
], |
|
6356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7715' => [ |
|
6357
|
|
|
'name' => 'ETRS89 to Stornoway height (2)', |
|
6358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9663', |
|
6359
|
|
|
'extent_code' => ['2799'], |
|
6360
|
|
|
], |
|
6361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7716' => [ |
|
6362
|
|
|
'name' => 'ETRS89 to St. Marys height (2)', |
|
6363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9663', |
|
6364
|
|
|
'extent_code' => ['2802'], |
|
6365
|
|
|
], |
|
6366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7717' => [ |
|
6367
|
|
|
'name' => 'ETRS89 to Douglas height (2)', |
|
6368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9663', |
|
6369
|
|
|
'extent_code' => ['2803'], |
|
6370
|
|
|
], |
|
6371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7720' => [ |
|
6372
|
|
|
'name' => 'CGRS93 to ETRS89 (1)', |
|
6373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
6374
|
|
|
'extent_code' => ['3236'], |
|
6375
|
|
|
], |
|
6376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7722' => [ |
|
6377
|
|
|
'name' => 'Survey of India Lambert', |
|
6378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6379
|
|
|
'extent_code' => ['1121'], |
|
6380
|
|
|
], |
|
6381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7723' => [ |
|
6382
|
|
|
'name' => 'Andhra Pradesh NSF LCC', |
|
6383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6384
|
|
|
'extent_code' => ['4394'], |
|
6385
|
|
|
], |
|
6386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7724' => [ |
|
6387
|
|
|
'name' => 'Arunachal Pradesh NSF LCC', |
|
6388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6389
|
|
|
'extent_code' => ['4395'], |
|
6390
|
|
|
], |
|
6391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7725' => [ |
|
6392
|
|
|
'name' => 'Assam NSF LCC', |
|
6393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6394
|
|
|
'extent_code' => ['4396'], |
|
6395
|
|
|
], |
|
6396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7726' => [ |
|
6397
|
|
|
'name' => 'Bihar NSF LCC', |
|
6398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6399
|
|
|
'extent_code' => ['4397'], |
|
6400
|
|
|
], |
|
6401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7727' => [ |
|
6402
|
|
|
'name' => 'Delhi NSF LCC', |
|
6403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6404
|
|
|
'extent_code' => ['4422'], |
|
6405
|
|
|
], |
|
6406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7728' => [ |
|
6407
|
|
|
'name' => 'Gujarat NSF LCC', |
|
6408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6409
|
|
|
'extent_code' => ['4400'], |
|
6410
|
|
|
], |
|
6411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7729' => [ |
|
6412
|
|
|
'name' => 'Haryana NSF LCC', |
|
6413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6414
|
|
|
'extent_code' => ['4401'], |
|
6415
|
|
|
], |
|
6416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7730' => [ |
|
6417
|
|
|
'name' => 'Himachal Pradesh NSF LCC', |
|
6418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6419
|
|
|
'extent_code' => ['4402'], |
|
6420
|
|
|
], |
|
6421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7731' => [ |
|
6422
|
|
|
'name' => 'Jammu and Kashmir NSF LCC', |
|
6423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6424
|
|
|
'extent_code' => ['4403'], |
|
6425
|
|
|
], |
|
6426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7732' => [ |
|
6427
|
|
|
'name' => 'Jharkhand NSF LCC', |
|
6428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6429
|
|
|
'extent_code' => ['4404'], |
|
6430
|
|
|
], |
|
6431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7733' => [ |
|
6432
|
|
|
'name' => 'Madhya Pradesh NSF LCC', |
|
6433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6434
|
|
|
'extent_code' => ['4407'], |
|
6435
|
|
|
], |
|
6436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7734' => [ |
|
6437
|
|
|
'name' => 'Maharashtra NSF LCC', |
|
6438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6439
|
|
|
'extent_code' => ['4408'], |
|
6440
|
|
|
], |
|
6441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7735' => [ |
|
6442
|
|
|
'name' => 'Manipur NSF LCC', |
|
6443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6444
|
|
|
'extent_code' => ['4409'], |
|
6445
|
|
|
], |
|
6446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7736' => [ |
|
6447
|
|
|
'name' => 'Meghalaya NSF LCC', |
|
6448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6449
|
|
|
'extent_code' => ['4410'], |
|
6450
|
|
|
], |
|
6451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7737' => [ |
|
6452
|
|
|
'name' => 'Nagaland NSF LCC', |
|
6453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6454
|
|
|
'extent_code' => ['4412'], |
|
6455
|
|
|
], |
|
6456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7738' => [ |
|
6457
|
|
|
'name' => 'Northeast India NSF LCC', |
|
6458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6459
|
|
|
'extent_code' => ['4392'], |
|
6460
|
|
|
], |
|
6461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7739' => [ |
|
6462
|
|
|
'name' => 'Orissa NSF LCC', |
|
6463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6464
|
|
|
'extent_code' => ['4413'], |
|
6465
|
|
|
], |
|
6466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7740' => [ |
|
6467
|
|
|
'name' => 'Punjab NSF LCC', |
|
6468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6469
|
|
|
'extent_code' => ['4414'], |
|
6470
|
|
|
], |
|
6471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7741' => [ |
|
6472
|
|
|
'name' => 'Rajasthan NSF LCC', |
|
6473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6474
|
|
|
'extent_code' => ['4415'], |
|
6475
|
|
|
], |
|
6476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7742' => [ |
|
6477
|
|
|
'name' => 'Uttar Pradesh NSF LCC', |
|
6478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6479
|
|
|
'extent_code' => ['4419'], |
|
6480
|
|
|
], |
|
6481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7743' => [ |
|
6482
|
|
|
'name' => 'Uttaranchal NSF LCC', |
|
6483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6484
|
|
|
'extent_code' => ['4420'], |
|
6485
|
|
|
], |
|
6486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7744' => [ |
|
6487
|
|
|
'name' => 'Andaman and Nicobar NSF TM', |
|
6488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6489
|
|
|
'extent_code' => ['4423'], |
|
6490
|
|
|
], |
|
6491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7745' => [ |
|
6492
|
|
|
'name' => 'Chhattisgarh NSF TM', |
|
6493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6494
|
|
|
'extent_code' => ['4398'], |
|
6495
|
|
|
], |
|
6496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7746' => [ |
|
6497
|
|
|
'name' => 'Goa NSF TM', |
|
6498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6499
|
|
|
'extent_code' => ['4399'], |
|
6500
|
|
|
], |
|
6501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7747' => [ |
|
6502
|
|
|
'name' => 'Karnataka NSF TM', |
|
6503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6504
|
|
|
'extent_code' => ['4405'], |
|
6505
|
|
|
], |
|
6506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7748' => [ |
|
6507
|
|
|
'name' => 'Kerala NSF TM', |
|
6508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6509
|
|
|
'extent_code' => ['4406'], |
|
6510
|
|
|
], |
|
6511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7749' => [ |
|
6512
|
|
|
'name' => 'Lakshadweep NSF TM', |
|
6513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6514
|
|
|
'extent_code' => ['4424'], |
|
6515
|
|
|
], |
|
6516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7750' => [ |
|
6517
|
|
|
'name' => 'Mizoram NSF TM', |
|
6518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6519
|
|
|
'extent_code' => ['4411'], |
|
6520
|
|
|
], |
|
6521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7751' => [ |
|
6522
|
|
|
'name' => 'Sikkim NSF TM', |
|
6523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6524
|
|
|
'extent_code' => ['4416'], |
|
6525
|
|
|
], |
|
6526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7752' => [ |
|
6527
|
|
|
'name' => 'Tamil Nadu NSF TM', |
|
6528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6529
|
|
|
'extent_code' => ['4417'], |
|
6530
|
|
|
], |
|
6531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7753' => [ |
|
6532
|
|
|
'name' => 'Tripura NSF TM', |
|
6533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6534
|
|
|
'extent_code' => ['4418'], |
|
6535
|
|
|
], |
|
6536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7754' => [ |
|
6537
|
|
|
'name' => 'West Bengal NSF TM', |
|
6538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6539
|
|
|
'extent_code' => ['4421'], |
|
6540
|
|
|
], |
|
6541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7790' => [ |
|
6542
|
|
|
'name' => 'ITRF2008 to ITRF2014 (1)', |
|
6543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6544
|
|
|
'extent_code' => ['1262'], |
|
6545
|
|
|
], |
|
6546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7802' => [ |
|
6547
|
|
|
'name' => 'Cadastral Coordinate System 2005', |
|
6548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
6549
|
|
|
'extent_code' => ['3224'], |
|
6550
|
|
|
], |
|
6551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7806' => [ |
|
6552
|
|
|
'name' => 'Pulkovo 1942(83) to BGS2005 (1)', |
|
6553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1063', |
|
6554
|
|
|
'extent_code' => ['3224'], |
|
6555
|
|
|
], |
|
6556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7807' => [ |
|
6557
|
|
|
'name' => 'ITRF2008 to NAD83(2011) (1)', |
|
6558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
6559
|
|
|
'extent_code' => ['1511'], |
|
6560
|
|
|
], |
|
6561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7808' => [ |
|
6562
|
|
|
'name' => 'ITRF2008 to NAD83(PA11) (1)', |
|
6563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
6564
|
|
|
'extent_code' => ['4162'], |
|
6565
|
|
|
], |
|
6566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7809' => [ |
|
6567
|
|
|
'name' => 'ITRF2008 to NAD83(MA11) (1)', |
|
6568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
6569
|
|
|
'extent_code' => ['4167'], |
|
6570
|
|
|
], |
|
6571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7812' => [ |
|
6572
|
|
|
'name' => 'Height <> Depth Conversion', |
|
6573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1068', |
|
6574
|
|
|
'extent_code' => ['1262'], |
|
6575
|
|
|
], |
|
6576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7813' => [ |
|
6577
|
|
|
'name' => 'Vertical Axis Unit Conversion', |
|
6578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1104', |
|
6579
|
|
|
'extent_code' => ['1262'], |
|
6580
|
|
|
], |
|
6581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7817' => [ |
|
6582
|
|
|
'name' => 'UCS-2000 to ITRF2000 (1)', |
|
6583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1031', |
|
6584
|
|
|
'extent_code' => ['1242'], |
|
6585
|
|
|
], |
|
6586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7818' => [ |
|
6587
|
|
|
'name' => 'CS63 zone X1', |
|
6588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6589
|
|
|
'extent_code' => ['4435'], |
|
6590
|
|
|
], |
|
6591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7819' => [ |
|
6592
|
|
|
'name' => 'CS63 zone X2', |
|
6593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6594
|
|
|
'extent_code' => ['4429'], |
|
6595
|
|
|
], |
|
6596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7820' => [ |
|
6597
|
|
|
'name' => 'CS63 zone X3', |
|
6598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6599
|
|
|
'extent_code' => ['4430'], |
|
6600
|
|
|
], |
|
6601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7821' => [ |
|
6602
|
|
|
'name' => 'CS63 zone X4', |
|
6603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6604
|
|
|
'extent_code' => ['4431'], |
|
6605
|
|
|
], |
|
6606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7822' => [ |
|
6607
|
|
|
'name' => 'CS63 zone X5', |
|
6608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6609
|
|
|
'extent_code' => ['4432'], |
|
6610
|
|
|
], |
|
6611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7823' => [ |
|
6612
|
|
|
'name' => 'CS63 zone X6', |
|
6613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6614
|
|
|
'extent_code' => ['4433'], |
|
6615
|
|
|
], |
|
6616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7824' => [ |
|
6617
|
|
|
'name' => 'CS63 zone X7', |
|
6618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6619
|
|
|
'extent_code' => ['4434'], |
|
6620
|
|
|
], |
|
6621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7833' => [ |
|
6622
|
|
|
'name' => 'Albanian 1987 to ETRS89 (1)', |
|
6623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
6624
|
|
|
'extent_code' => ['3212'], |
|
6625
|
|
|
], |
|
6626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7835' => [ |
|
6627
|
|
|
'name' => 'Pulkovo 1942(58) to WGS 84 (22)', |
|
6628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
6629
|
|
|
'extent_code' => ['4446'], |
|
6630
|
|
|
], |
|
6631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7836' => [ |
|
6632
|
|
|
'name' => 'Pulkovo 1942(58) to Albanian 1987 (1)', |
|
6633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
6634
|
|
|
'extent_code' => ['1025'], |
|
6635
|
|
|
], |
|
6636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7838' => [ |
|
6637
|
|
|
'name' => 'DHHN2016 height to EVRF2007 height (1)', |
|
6638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
6639
|
|
|
'extent_code' => ['3339'], |
|
6640
|
|
|
], |
|
6641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7873' => [ |
|
6642
|
|
|
'name' => 'EGM96 height to POM96 height (1)', |
|
6643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
6644
|
|
|
'extent_code' => ['4425'], |
|
6645
|
|
|
], |
|
6646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7874' => [ |
|
6647
|
|
|
'name' => 'EGM2008 height to POM08 height (1)', |
|
6648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
6649
|
|
|
'extent_code' => ['4425'], |
|
6650
|
|
|
], |
|
6651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7875' => [ |
|
6652
|
|
|
'name' => 'St. Helena Local Grid 1971', |
|
6653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6654
|
|
|
'extent_code' => ['3183'], |
|
6655
|
|
|
], |
|
6656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7876' => [ |
|
6657
|
|
|
'name' => 'St. Helena Local Grid (Tritan)', |
|
6658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6659
|
|
|
'extent_code' => ['3183'], |
|
6660
|
|
|
], |
|
6661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7892' => [ |
|
6662
|
|
|
'name' => 'SHGD2015 to WGS 84 (1)', |
|
6663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
6664
|
|
|
'extent_code' => ['3183'], |
|
6665
|
|
|
], |
|
6666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7894' => [ |
|
6667
|
|
|
'name' => 'Astro DOS 71 to WGS 84 (2)', |
|
6668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
6669
|
|
|
'extent_code' => ['3183'], |
|
6670
|
|
|
], |
|
6671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7895' => [ |
|
6672
|
|
|
'name' => 'Astro DOS 71 to SHGD2015 (2)', |
|
6673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
6674
|
|
|
'extent_code' => ['3183'], |
|
6675
|
|
|
], |
|
6676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7897' => [ |
|
6677
|
|
|
'name' => 'St. Helena Tritan to SHGD2015 (1)', |
|
6678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
6679
|
|
|
'extent_code' => ['3183'], |
|
6680
|
|
|
], |
|
6681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7932' => [ |
|
6682
|
|
|
'name' => 'ITRF89 to ETRF89 (1)', |
|
6683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6684
|
|
|
'extent_code' => ['1298'], |
|
6685
|
|
|
], |
|
6686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7933' => [ |
|
6687
|
|
|
'name' => 'ITRF90 to ETRF90 (1)', |
|
6688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6689
|
|
|
'extent_code' => ['1298'], |
|
6690
|
|
|
], |
|
6691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7934' => [ |
|
6692
|
|
|
'name' => 'ITRF91 to ETRF91 (1)', |
|
6693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6694
|
|
|
'extent_code' => ['1298'], |
|
6695
|
|
|
], |
|
6696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7935' => [ |
|
6697
|
|
|
'name' => 'ITRF92 to ETRF92 (1)', |
|
6698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6699
|
|
|
'extent_code' => ['1298'], |
|
6700
|
|
|
], |
|
6701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7936' => [ |
|
6702
|
|
|
'name' => 'ITRF93 to ETRF93 (1)', |
|
6703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6704
|
|
|
'extent_code' => ['1298'], |
|
6705
|
|
|
], |
|
6706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7937' => [ |
|
6707
|
|
|
'name' => 'ITRF94 to ETRF94 (1)', |
|
6708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6709
|
|
|
'extent_code' => ['1298'], |
|
6710
|
|
|
], |
|
6711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7938' => [ |
|
6712
|
|
|
'name' => 'ITRF96 to ETRF96 (1)', |
|
6713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6714
|
|
|
'extent_code' => ['1298'], |
|
6715
|
|
|
], |
|
6716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7939' => [ |
|
6717
|
|
|
'name' => 'ITRF97 to ETRF97 (1)', |
|
6718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6719
|
|
|
'extent_code' => ['1298'], |
|
6720
|
|
|
], |
|
6721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7940' => [ |
|
6722
|
|
|
'name' => 'ITRF2000 to ETRF2000 (1)', |
|
6723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6724
|
|
|
'extent_code' => ['1298'], |
|
6725
|
|
|
], |
|
6726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7953' => [ |
|
6727
|
|
|
'name' => 'ETRS89 to OSGB36 / British National Grid (3)', |
|
6728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9633', |
|
6729
|
|
|
'extent_code' => ['4390'], |
|
6730
|
|
|
], |
|
6731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7958' => [ |
|
6732
|
|
|
'name' => 'ETRS89 to Belfast height (2)', |
|
6733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1072', |
|
6734
|
|
|
'extent_code' => ['2530'], |
|
6735
|
|
|
], |
|
6736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7959' => [ |
|
6737
|
|
|
'name' => 'ETRS89 to Malin Head height (2)', |
|
6738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1072', |
|
6739
|
|
|
'extent_code' => ['1305'], |
|
6740
|
|
|
], |
|
6741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7960' => [ |
|
6742
|
|
|
'name' => 'PZ-90.11 to ITRF2008 (1)', |
|
6743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1066', |
|
6744
|
|
|
'extent_code' => ['1262'], |
|
6745
|
|
|
], |
|
6746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7961' => [ |
|
6747
|
|
|
'name' => 'WGS 84 (G1150) to PZ-90.02 (1)', |
|
6748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1066', |
|
6749
|
|
|
'extent_code' => ['1262'], |
|
6750
|
|
|
], |
|
6751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7964' => [ |
|
6752
|
|
|
'name' => 'Poolbeg height (m) to Malin Head height (1)', |
|
6753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
6754
|
|
|
'extent_code' => ['1305'], |
|
6755
|
|
|
], |
|
6756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7966' => [ |
|
6757
|
|
|
'name' => 'Poolbeg height (m) to Belfast height (1)', |
|
6758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
6759
|
|
|
'extent_code' => ['2530'], |
|
6760
|
|
|
], |
|
6761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7969' => [ |
|
6762
|
|
|
'name' => 'NGVD29 height (m) to NAVD88 height (1)', |
|
6763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1084', |
|
6764
|
|
|
'extent_code' => ['2950'], |
|
6765
|
|
|
], |
|
6766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7970' => [ |
|
6767
|
|
|
'name' => 'NGVD29 height (m) to NAVD88 height (2)', |
|
6768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1084', |
|
6769
|
|
|
'extent_code' => ['2949'], |
|
6770
|
|
|
], |
|
6771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7971' => [ |
|
6772
|
|
|
'name' => 'NGVD29 height (m) to NAVD88 height (3)', |
|
6773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1084', |
|
6774
|
|
|
'extent_code' => ['2948'], |
|
6775
|
|
|
], |
|
6776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7977' => [ |
|
6777
|
|
|
'name' => 'HKPD depth to HKCD depth (1)', |
|
6778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
6779
|
|
|
'extent_code' => ['3335'], |
|
6780
|
|
|
], |
|
6781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7980' => [ |
|
6782
|
|
|
'name' => 'KOC CD height to KOC WD height (1)', |
|
6783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
6784
|
|
|
'extent_code' => ['3267'], |
|
6785
|
|
|
], |
|
6786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7981' => [ |
|
6787
|
|
|
'name' => 'Kuwait PWD height to KOC WD height (1)', |
|
6788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
6789
|
|
|
'extent_code' => ['3267'], |
|
6790
|
|
|
], |
|
6791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7993' => [ |
|
6792
|
|
|
'name' => 'Albany Grid 2020', |
|
6793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6794
|
|
|
'extent_code' => ['4439'], |
|
6795
|
|
|
], |
|
6796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7994' => [ |
|
6797
|
|
|
'name' => 'Barrow Island Grid 2020', |
|
6798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6799
|
|
|
'extent_code' => ['4438'], |
|
6800
|
|
|
], |
|
6801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7995' => [ |
|
6802
|
|
|
'name' => 'Broome Grid 2020', |
|
6803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6804
|
|
|
'extent_code' => ['4441'], |
|
6805
|
|
|
], |
|
6806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7996' => [ |
|
6807
|
|
|
'name' => 'Busselton Coastal Grid', |
|
6808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6809
|
|
|
'extent_code' => ['4437'], |
|
6810
|
|
|
], |
|
6811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7997' => [ |
|
6812
|
|
|
'name' => 'Carnarvon Grid 2020', |
|
6813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6814
|
|
|
'extent_code' => ['4442'], |
|
6815
|
|
|
], |
|
6816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7998' => [ |
|
6817
|
|
|
'name' => 'Christmas Island Grid 2020', |
|
6818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6819
|
|
|
'extent_code' => ['4169'], |
|
6820
|
|
|
], |
|
6821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::7999' => [ |
|
6822
|
|
|
'name' => 'Cocos Island Grid 2020', |
|
6823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6824
|
|
|
'extent_code' => ['1069'], |
|
6825
|
|
|
], |
|
6826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8000' => [ |
|
6827
|
|
|
'name' => 'Collie Grid 2020', |
|
6828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6829
|
|
|
'extent_code' => ['4443'], |
|
6830
|
|
|
], |
|
6831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8001' => [ |
|
6832
|
|
|
'name' => 'Esperance Grid 2020', |
|
6833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6834
|
|
|
'extent_code' => ['4445'], |
|
6835
|
|
|
], |
|
6836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8002' => [ |
|
6837
|
|
|
'name' => 'Exmouth Grid 2020', |
|
6838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6839
|
|
|
'extent_code' => ['4448'], |
|
6840
|
|
|
], |
|
6841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8003' => [ |
|
6842
|
|
|
'name' => 'Geraldton Coastal Grid', |
|
6843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6844
|
|
|
'extent_code' => ['4449'], |
|
6845
|
|
|
], |
|
6846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8004' => [ |
|
6847
|
|
|
'name' => 'Goldfields Grid 2020', |
|
6848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6849
|
|
|
'extent_code' => ['4436'], |
|
6850
|
|
|
], |
|
6851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8005' => [ |
|
6852
|
|
|
'name' => 'Jurien Coastal Grid', |
|
6853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6854
|
|
|
'extent_code' => ['4440'], |
|
6855
|
|
|
], |
|
6856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8006' => [ |
|
6857
|
|
|
'name' => 'Kalbarri Grid 2020', |
|
6858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6859
|
|
|
'extent_code' => ['4444'], |
|
6860
|
|
|
], |
|
6861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8007' => [ |
|
6862
|
|
|
'name' => 'Karratha Grid 2020', |
|
6863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6864
|
|
|
'extent_code' => ['4451'], |
|
6865
|
|
|
], |
|
6866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8008' => [ |
|
6867
|
|
|
'name' => 'Kununurra Grid 2020', |
|
6868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6869
|
|
|
'extent_code' => ['4452'], |
|
6870
|
|
|
], |
|
6871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8009' => [ |
|
6872
|
|
|
'name' => 'Lancelin Coastal Grid', |
|
6873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6874
|
|
|
'extent_code' => ['4453'], |
|
6875
|
|
|
], |
|
6876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8010' => [ |
|
6877
|
|
|
'name' => 'Margaret River Coastal Grid', |
|
6878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6879
|
|
|
'extent_code' => ['4457'], |
|
6880
|
|
|
], |
|
6881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8011' => [ |
|
6882
|
|
|
'name' => 'Perth Coastal Grid', |
|
6883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6884
|
|
|
'extent_code' => ['4462'], |
|
6885
|
|
|
], |
|
6886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8012' => [ |
|
6887
|
|
|
'name' => 'Port Hedland Grid 2020', |
|
6888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6889
|
|
|
'extent_code' => ['4466'], |
|
6890
|
|
|
], |
|
6891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8033' => [ |
|
6892
|
|
|
'name' => 'TM Zone 20N (US survey feet)', |
|
6893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6894
|
|
|
'extent_code' => ['4467'], |
|
6895
|
|
|
], |
|
6896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8034' => [ |
|
6897
|
|
|
'name' => 'TM Zone 21N (US survey feet)', |
|
6898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6899
|
|
|
'extent_code' => ['4468'], |
|
6900
|
|
|
], |
|
6901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8040' => [ |
|
6902
|
|
|
'name' => 'Gusterberg Grid', |
|
6903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
6904
|
|
|
'extent_code' => ['4455'], |
|
6905
|
|
|
], |
|
6906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8041' => [ |
|
6907
|
|
|
'name' => 'St. Stephen Grid', |
|
6908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
6909
|
|
|
'extent_code' => ['4456'], |
|
6910
|
|
|
], |
|
6911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8048' => [ |
|
6912
|
|
|
'name' => 'GDA94 to GDA2020 (1)', |
|
6913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
6914
|
|
|
'extent_code' => ['4177'], |
|
6915
|
|
|
], |
|
6916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8049' => [ |
|
6917
|
|
|
'name' => 'ITRF2014 to GDA2020 (1)', |
|
6918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
6919
|
|
|
'extent_code' => ['4177'], |
|
6920
|
|
|
], |
|
6921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8061' => [ |
|
6922
|
|
|
'name' => 'Pima County zone 1 East (ft)', |
|
6923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9815', |
|
6924
|
|
|
'extent_code' => ['4472'], |
|
6925
|
|
|
], |
|
6926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8062' => [ |
|
6927
|
|
|
'name' => 'Pima County zone 2 Central (ft)', |
|
6928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6929
|
|
|
'extent_code' => ['4460'], |
|
6930
|
|
|
], |
|
6931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8063' => [ |
|
6932
|
|
|
'name' => 'Pima County zone 3 West (ft)', |
|
6933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6934
|
|
|
'extent_code' => ['4450'], |
|
6935
|
|
|
], |
|
6936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8064' => [ |
|
6937
|
|
|
'name' => 'Pima County zone 4 Mt. Lemmon (ft)', |
|
6938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
6939
|
|
|
'extent_code' => ['4473'], |
|
6940
|
|
|
], |
|
6941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8069' => [ |
|
6942
|
|
|
'name' => 'ITRF88 to ITRF2014 (1)', |
|
6943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6944
|
|
|
'extent_code' => ['1262'], |
|
6945
|
|
|
], |
|
6946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8070' => [ |
|
6947
|
|
|
'name' => 'ITRF89 to ITRF2014 (1)', |
|
6948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6949
|
|
|
'extent_code' => ['1262'], |
|
6950
|
|
|
], |
|
6951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8071' => [ |
|
6952
|
|
|
'name' => 'ITRF90 to ITRF2014 (1)', |
|
6953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6954
|
|
|
'extent_code' => ['1262'], |
|
6955
|
|
|
], |
|
6956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8072' => [ |
|
6957
|
|
|
'name' => 'ITRF91 to ITRF2014 (1)', |
|
6958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6959
|
|
|
'extent_code' => ['1262'], |
|
6960
|
|
|
], |
|
6961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8073' => [ |
|
6962
|
|
|
'name' => 'ITRF92 to ITRF2014 (1)', |
|
6963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6964
|
|
|
'extent_code' => ['1262'], |
|
6965
|
|
|
], |
|
6966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8074' => [ |
|
6967
|
|
|
'name' => 'ITRF93 to ITRF2014 (1)', |
|
6968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6969
|
|
|
'extent_code' => ['1262'], |
|
6970
|
|
|
], |
|
6971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8075' => [ |
|
6972
|
|
|
'name' => 'ITRF94 to ITRF2014 (1)', |
|
6973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6974
|
|
|
'extent_code' => ['1262'], |
|
6975
|
|
|
], |
|
6976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8076' => [ |
|
6977
|
|
|
'name' => 'ITRF96 to ITRF2014 (1)', |
|
6978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6979
|
|
|
'extent_code' => ['1262'], |
|
6980
|
|
|
], |
|
6981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8077' => [ |
|
6982
|
|
|
'name' => 'ITRF97 to ITRF2014 (1)', |
|
6983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6984
|
|
|
'extent_code' => ['1262'], |
|
6985
|
|
|
], |
|
6986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8078' => [ |
|
6987
|
|
|
'name' => 'ITRF2000 to ITRF2014 (1)', |
|
6988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6989
|
|
|
'extent_code' => ['1262'], |
|
6990
|
|
|
], |
|
6991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8079' => [ |
|
6992
|
|
|
'name' => 'ITRF2005 to ITRF2014 (1)', |
|
6993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
6994
|
|
|
'extent_code' => ['1262'], |
|
6995
|
|
|
], |
|
6996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8080' => [ |
|
6997
|
|
|
'name' => 'MTM Nova Scotia zone 4 v2', |
|
6998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
6999
|
|
|
'extent_code' => ['1534'], |
|
7000
|
|
|
], |
|
7001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8081' => [ |
|
7002
|
|
|
'name' => 'MTM Nova Scotia zone 5 v2', |
|
7003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7004
|
|
|
'extent_code' => ['1535'], |
|
7005
|
|
|
], |
|
7006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8087' => [ |
|
7007
|
|
|
'name' => 'Iceland Lambert 2016', |
|
7008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
7009
|
|
|
'extent_code' => ['1120'], |
|
7010
|
|
|
], |
|
7011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8256' => [ |
|
7012
|
|
|
'name' => 'ITRF92 to NAD83(CSRS96) (1)', |
|
7013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
7014
|
|
|
'extent_code' => ['1061'], |
|
7015
|
|
|
], |
|
7016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8257' => [ |
|
7017
|
|
|
'name' => 'ITRF93 to NAD83(CSRS96) (1)', |
|
7018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
7019
|
|
|
'extent_code' => ['1061'], |
|
7020
|
|
|
], |
|
7021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8258' => [ |
|
7022
|
|
|
'name' => 'ITRF94 to NAD83(CSRS96) (1)', |
|
7023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
7024
|
|
|
'extent_code' => ['1061'], |
|
7025
|
|
|
], |
|
7026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8259' => [ |
|
7027
|
|
|
'name' => 'ITRF96 to NAD83(CSRS)v2 (1)', |
|
7028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
7029
|
|
|
'extent_code' => ['1061'], |
|
7030
|
|
|
], |
|
7031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8260' => [ |
|
7032
|
|
|
'name' => 'ITRF97 to NAD83(CSRS)v3 (1)', |
|
7033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
7034
|
|
|
'extent_code' => ['1061'], |
|
7035
|
|
|
], |
|
7036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8261' => [ |
|
7037
|
|
|
'name' => 'ITRF2000 to NAD83(CSRS)v4 (1)', |
|
7038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
7039
|
|
|
'extent_code' => ['1061'], |
|
7040
|
|
|
], |
|
7041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8264' => [ |
|
7042
|
|
|
'name' => 'ITRF2008 to NAD83(CSRS)v6 (1)', |
|
7043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
7044
|
|
|
'extent_code' => ['1061'], |
|
7045
|
|
|
], |
|
7046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8265' => [ |
|
7047
|
|
|
'name' => 'ITRF2014 to NAD83(CSRS)v7 (1)', |
|
7048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
7049
|
|
|
'extent_code' => ['1061'], |
|
7050
|
|
|
], |
|
7051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8270' => [ |
|
7052
|
|
|
'name' => 'Saint Pierre et Miquelon 1950 to WGS 84 (2)', |
|
7053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
7054
|
|
|
'extent_code' => ['3299'], |
|
7055
|
|
|
], |
|
7056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8273' => [ |
|
7057
|
|
|
'name' => 'Oregon Burns-Harper zone (meters)', |
|
7058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7059
|
|
|
'extent_code' => ['4459'], |
|
7060
|
|
|
], |
|
7061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8274' => [ |
|
7062
|
|
|
'name' => 'Oregon Burns-Harper zone (International feet)', |
|
7063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7064
|
|
|
'extent_code' => ['4459'], |
|
7065
|
|
|
], |
|
7066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8275' => [ |
|
7067
|
|
|
'name' => 'Oregon Canyon City-Burns zone (meters)', |
|
7068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7069
|
|
|
'extent_code' => ['4465'], |
|
7070
|
|
|
], |
|
7071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8276' => [ |
|
7072
|
|
|
'name' => 'Oregon Canyon City-Burns zone (International feet)', |
|
7073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7074
|
|
|
'extent_code' => ['4465'], |
|
7075
|
|
|
], |
|
7076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8277' => [ |
|
7077
|
|
|
'name' => 'Oregon Coast Range North zone (meters)', |
|
7078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7079
|
|
|
'extent_code' => ['4471'], |
|
7080
|
|
|
], |
|
7081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8278' => [ |
|
7082
|
|
|
'name' => 'Oregon Coast Range North zone (International feet)', |
|
7083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7084
|
|
|
'extent_code' => ['4471'], |
|
7085
|
|
|
], |
|
7086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8279' => [ |
|
7087
|
|
|
'name' => 'Oregon Dayville-Prairie City zone (meters)', |
|
7088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7089
|
|
|
'extent_code' => ['4474'], |
|
7090
|
|
|
], |
|
7091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8280' => [ |
|
7092
|
|
|
'name' => 'Oregon Dayville-Prairie City zone (International feet)', |
|
7093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7094
|
|
|
'extent_code' => ['4474'], |
|
7095
|
|
|
], |
|
7096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8281' => [ |
|
7097
|
|
|
'name' => 'Oregon Denio-Burns zone (meters)', |
|
7098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7099
|
|
|
'extent_code' => ['4475'], |
|
7100
|
|
|
], |
|
7101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8282' => [ |
|
7102
|
|
|
'name' => 'Oregon Denio-Burns zone (International feet)', |
|
7103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7104
|
|
|
'extent_code' => ['4475'], |
|
7105
|
|
|
], |
|
7106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8283' => [ |
|
7107
|
|
|
'name' => 'Oregon Halfway zone (meters)', |
|
7108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7109
|
|
|
'extent_code' => ['4476'], |
|
7110
|
|
|
], |
|
7111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8284' => [ |
|
7112
|
|
|
'name' => 'Oregon Halfway zone (International feet)', |
|
7113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7114
|
|
|
'extent_code' => ['4476'], |
|
7115
|
|
|
], |
|
7116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8285' => [ |
|
7117
|
|
|
'name' => 'Oregon Medford-Diamond Lake zone (meters)', |
|
7118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7119
|
|
|
'extent_code' => ['4477'], |
|
7120
|
|
|
], |
|
7121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8286' => [ |
|
7122
|
|
|
'name' => 'Oregon Medford-Diamond Lake zone (International feet)', |
|
7123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7124
|
|
|
'extent_code' => ['4477'], |
|
7125
|
|
|
], |
|
7126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8287' => [ |
|
7127
|
|
|
'name' => 'Oregon Mitchell zone (meters)', |
|
7128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7129
|
|
|
'extent_code' => ['4478'], |
|
7130
|
|
|
], |
|
7131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8288' => [ |
|
7132
|
|
|
'name' => 'Oregon Mitchell zone (International feet)', |
|
7133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7134
|
|
|
'extent_code' => ['4478'], |
|
7135
|
|
|
], |
|
7136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8289' => [ |
|
7137
|
|
|
'name' => 'Oregon North Central zone (meters)', |
|
7138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7139
|
|
|
'extent_code' => ['4479'], |
|
7140
|
|
|
], |
|
7141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8290' => [ |
|
7142
|
|
|
'name' => 'Oregon North Central zone (International feet)', |
|
7143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7144
|
|
|
'extent_code' => ['4479'], |
|
7145
|
|
|
], |
|
7146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8291' => [ |
|
7147
|
|
|
'name' => 'Oregon Ochoco Summit zone (meters)', |
|
7148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7149
|
|
|
'extent_code' => ['4481'], |
|
7150
|
|
|
], |
|
7151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8292' => [ |
|
7152
|
|
|
'name' => 'Oregon Ochoco Summit zone (International feet)', |
|
7153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7154
|
|
|
'extent_code' => ['4481'], |
|
7155
|
|
|
], |
|
7156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8293' => [ |
|
7157
|
|
|
'name' => 'Oregon Owyhee zone (meters)', |
|
7158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7159
|
|
|
'extent_code' => ['4482'], |
|
7160
|
|
|
], |
|
7161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8294' => [ |
|
7162
|
|
|
'name' => 'Oregon Owyhee zone (International feet)', |
|
7163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7164
|
|
|
'extent_code' => ['4482'], |
|
7165
|
|
|
], |
|
7166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8295' => [ |
|
7167
|
|
|
'name' => 'Oregon Pilot Rock-Ukiah zone (meters)', |
|
7168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7169
|
|
|
'extent_code' => ['4483'], |
|
7170
|
|
|
], |
|
7171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8296' => [ |
|
7172
|
|
|
'name' => 'Oregon Pilot Rock-Ukiah zone (International feet)', |
|
7173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7174
|
|
|
'extent_code' => ['4483'], |
|
7175
|
|
|
], |
|
7176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8297' => [ |
|
7177
|
|
|
'name' => 'Oregon Prairie City-Brogan zone (meters)', |
|
7178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7179
|
|
|
'extent_code' => ['4484'], |
|
7180
|
|
|
], |
|
7181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8298' => [ |
|
7182
|
|
|
'name' => 'Oregon Prairie City-Brogan zone (International feet)', |
|
7183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7184
|
|
|
'extent_code' => ['4484'], |
|
7185
|
|
|
], |
|
7186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8299' => [ |
|
7187
|
|
|
'name' => 'Oregon Riley-Lakeview zone (meters)', |
|
7188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7189
|
|
|
'extent_code' => ['4458'], |
|
7190
|
|
|
], |
|
7191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8300' => [ |
|
7192
|
|
|
'name' => 'Oregon Riley-Lakeview zone (International feet)', |
|
7193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7194
|
|
|
'extent_code' => ['4458'], |
|
7195
|
|
|
], |
|
7196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8301' => [ |
|
7197
|
|
|
'name' => 'Oregon Siskiyou Pass zone (meters)', |
|
7198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7199
|
|
|
'extent_code' => ['4463'], |
|
7200
|
|
|
], |
|
7201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8302' => [ |
|
7202
|
|
|
'name' => 'Oregon Siskiyou Pass zone (International feet)', |
|
7203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7204
|
|
|
'extent_code' => ['4463'], |
|
7205
|
|
|
], |
|
7206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8303' => [ |
|
7207
|
|
|
'name' => 'Oregon Ukiah-Fox zone (meters)', |
|
7208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7209
|
|
|
'extent_code' => ['4470'], |
|
7210
|
|
|
], |
|
7211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8304' => [ |
|
7212
|
|
|
'name' => 'Oregon Ukiah-Fox zone (International feet)', |
|
7213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7214
|
|
|
'extent_code' => ['4470'], |
|
7215
|
|
|
], |
|
7216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8305' => [ |
|
7217
|
|
|
'name' => 'Oregon Wallowa zone (meters)', |
|
7218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7219
|
|
|
'extent_code' => ['4480'], |
|
7220
|
|
|
], |
|
7221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8306' => [ |
|
7222
|
|
|
'name' => 'Oregon Wallowa zone (International feet)', |
|
7223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7224
|
|
|
'extent_code' => ['4480'], |
|
7225
|
|
|
], |
|
7226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8307' => [ |
|
7227
|
|
|
'name' => 'Oregon Warner Highway zone (meters)', |
|
7228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7229
|
|
|
'extent_code' => ['4486'], |
|
7230
|
|
|
], |
|
7231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8308' => [ |
|
7232
|
|
|
'name' => 'Oregon Warner Highway zone (International feet)', |
|
7233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7234
|
|
|
'extent_code' => ['4486'], |
|
7235
|
|
|
], |
|
7236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8309' => [ |
|
7237
|
|
|
'name' => 'Oregon Willamette Pass zone (meters)', |
|
7238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7239
|
|
|
'extent_code' => ['4488'], |
|
7240
|
|
|
], |
|
7241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8310' => [ |
|
7242
|
|
|
'name' => 'Oregon Willamette Pass zone (International feet)', |
|
7243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7244
|
|
|
'extent_code' => ['4488'], |
|
7245
|
|
|
], |
|
7246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8361' => [ |
|
7247
|
|
|
'name' => 'ETRS89 to ETRS89 + Baltic 1957 height (1)', |
|
7248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1088', |
|
7249
|
|
|
'extent_code' => ['1211'], |
|
7250
|
|
|
], |
|
7251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8362' => [ |
|
7252
|
|
|
'name' => 'ETRS89 to ETRS89 + EVRF2007 height (1)', |
|
7253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1088', |
|
7254
|
|
|
'extent_code' => ['1211'], |
|
7255
|
|
|
], |
|
7256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8364' => [ |
|
7257
|
|
|
'name' => 'S-JTSK [JTSK03] to S-JTSK (1)', |
|
7258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
7259
|
|
|
'extent_code' => ['1211'], |
|
7260
|
|
|
], |
|
7261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8365' => [ |
|
7262
|
|
|
'name' => 'ETRS89 to S-JTSK [JTSK03] (1)', |
|
7263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
7264
|
|
|
'extent_code' => ['1211'], |
|
7265
|
|
|
], |
|
7266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8366' => [ |
|
7267
|
|
|
'name' => 'ITRF2014 to ETRF2014 (1)', |
|
7268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
7269
|
|
|
'extent_code' => ['1298'], |
|
7270
|
|
|
], |
|
7271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8367' => [ |
|
7272
|
|
|
'name' => 'S-JTSK [JTSK03] to ETRS89 (1)', |
|
7273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
7274
|
|
|
'extent_code' => ['1211'], |
|
7275
|
|
|
], |
|
7276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8369' => [ |
|
7277
|
|
|
'name' => 'BD72 to ETRS89 (3)', |
|
7278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
7279
|
|
|
'extent_code' => ['1347'], |
|
7280
|
|
|
], |
|
7281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8372' => [ |
|
7282
|
|
|
'name' => 'RGF93 v2 to NGF-IGN78 height (2)', |
|
7283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1073', |
|
7284
|
|
|
'extent_code' => ['1327'], |
|
7285
|
|
|
], |
|
7286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8373' => [ |
|
7287
|
|
|
'name' => 'NCRS Las Vegas zone (m)', |
|
7288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7289
|
|
|
'extent_code' => ['4485'], |
|
7290
|
|
|
], |
|
7291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8374' => [ |
|
7292
|
|
|
'name' => 'NCRS Las Vegas zone (ftUS)', |
|
7293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7294
|
|
|
'extent_code' => ['4485'], |
|
7295
|
|
|
], |
|
7296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8375' => [ |
|
7297
|
|
|
'name' => 'NCRS Las Vegas high elevation zone (m)', |
|
7298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7299
|
|
|
'extent_code' => ['4487'], |
|
7300
|
|
|
], |
|
7301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8376' => [ |
|
7302
|
|
|
'name' => 'NCRS Las Vegas high elevation zone (ftUS)', |
|
7303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7304
|
|
|
'extent_code' => ['4487'], |
|
7305
|
|
|
], |
|
7306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8389' => [ |
|
7307
|
|
|
'name' => 'WEIPA94', |
|
7308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7309
|
|
|
'extent_code' => ['4491'], |
|
7310
|
|
|
], |
|
7311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8432' => [ |
|
7312
|
|
|
'name' => 'Macau Grid', |
|
7313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7314
|
|
|
'extent_code' => ['1147'], |
|
7315
|
|
|
], |
|
7316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8435' => [ |
|
7317
|
|
|
'name' => 'Macao 2008 to Macao 1920 (1)', |
|
7318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
7319
|
|
|
'extent_code' => ['1147'], |
|
7320
|
|
|
], |
|
7321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8436' => [ |
|
7322
|
|
|
'name' => 'Macao 2008 to WGS 84 (1)', |
|
7323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
7324
|
|
|
'extent_code' => ['1147'], |
|
7325
|
|
|
], |
|
7326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8438' => [ |
|
7327
|
|
|
'name' => 'Macao 1920 to WGS 84 (1)', |
|
7328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
7329
|
|
|
'extent_code' => ['1147'], |
|
7330
|
|
|
], |
|
7331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8439' => [ |
|
7332
|
|
|
'name' => 'Hong Kong Geodetic CS to WGS 84 (1)', |
|
7333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
7334
|
|
|
'extent_code' => ['1118'], |
|
7335
|
|
|
], |
|
7336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8440' => [ |
|
7337
|
|
|
'name' => 'Laborde Grid (Greenwich)', |
|
7338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9813', |
|
7339
|
|
|
'extent_code' => ['1149'], |
|
7340
|
|
|
], |
|
7341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8447' => [ |
|
7342
|
|
|
'name' => 'GDA94 to GDA2020 (2)', |
|
7343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
7344
|
|
|
'extent_code' => ['2575'], |
|
7345
|
|
|
], |
|
7346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8448' => [ |
|
7347
|
|
|
'name' => 'GDA2020 to WGS 84 (G1762) (1)', |
|
7348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
7349
|
|
|
'extent_code' => ['4177'], |
|
7350
|
|
|
], |
|
7351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8450' => [ |
|
7352
|
|
|
'name' => 'GDA2020 to WGS 84 (2)', |
|
7353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
7354
|
|
|
'extent_code' => ['4177'], |
|
7355
|
|
|
], |
|
7356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8451' => [ |
|
7357
|
|
|
'name' => 'GDA2020 to AHD height (1)', |
|
7358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9665', |
|
7359
|
|
|
'extent_code' => ['4493'], |
|
7360
|
|
|
], |
|
7361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8452' => [ |
|
7362
|
|
|
'name' => 'Batavia to WGS 84 (1)', |
|
7363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
7364
|
|
|
'extent_code' => ['1285'], |
|
7365
|
|
|
], |
|
7366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8458' => [ |
|
7367
|
|
|
'name' => 'Kansas regional zone 1 Goodland (ftUS)', |
|
7368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7369
|
|
|
'extent_code' => ['4495'], |
|
7370
|
|
|
], |
|
7371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8459' => [ |
|
7372
|
|
|
'name' => 'Kansas regional zone 2 Colby (ftUS)', |
|
7373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7374
|
|
|
'extent_code' => ['4496'], |
|
7375
|
|
|
], |
|
7376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8490' => [ |
|
7377
|
|
|
'name' => 'Kansas regional zone 3 Oberlin (ftUS)', |
|
7378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7379
|
|
|
'extent_code' => ['4497'], |
|
7380
|
|
|
], |
|
7381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8491' => [ |
|
7382
|
|
|
'name' => 'Kansas regional zone 4 Hays (ftUS)', |
|
7383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7384
|
|
|
'extent_code' => ['4494'], |
|
7385
|
|
|
], |
|
7386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8492' => [ |
|
7387
|
|
|
'name' => 'Kansas regional zone 5 Great Bend (ftUS)', |
|
7388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7389
|
|
|
'extent_code' => ['4498'], |
|
7390
|
|
|
], |
|
7391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8493' => [ |
|
7392
|
|
|
'name' => 'Kansas regional zone 6 Beliot (ftUS)', |
|
7393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7394
|
|
|
'extent_code' => ['4499'], |
|
7395
|
|
|
], |
|
7396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8494' => [ |
|
7397
|
|
|
'name' => 'Kansas regional zone 7 Salina (ftUS)', |
|
7398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7399
|
|
|
'extent_code' => ['4500'], |
|
7400
|
|
|
], |
|
7401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8495' => [ |
|
7402
|
|
|
'name' => 'Kansas regional zone 8 Manhattan (ftUS)', |
|
7403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7404
|
|
|
'extent_code' => ['4501'], |
|
7405
|
|
|
], |
|
7406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8498' => [ |
|
7407
|
|
|
'name' => 'Kansas regional zone 9 Emporia (ftUS)', |
|
7408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7409
|
|
|
'extent_code' => ['4502'], |
|
7410
|
|
|
], |
|
7411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8499' => [ |
|
7412
|
|
|
'name' => 'Kansas regional zone 10 Atchison (ftUS)', |
|
7413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7414
|
|
|
'extent_code' => ['4503'], |
|
7415
|
|
|
], |
|
7416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8500' => [ |
|
7417
|
|
|
'name' => 'Kansas regional zone 11 Kansas City (ftUS)', |
|
7418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7419
|
|
|
'extent_code' => ['4504'], |
|
7420
|
|
|
], |
|
7421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8501' => [ |
|
7422
|
|
|
'name' => 'Kansas regional zone 12 Ulysses (ftUS)', |
|
7423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7424
|
|
|
'extent_code' => ['4505'], |
|
7425
|
|
|
], |
|
7426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8502' => [ |
|
7427
|
|
|
'name' => 'Kansas regional zone 13 Garden City (ftUS)', |
|
7428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7429
|
|
|
'extent_code' => ['4506'], |
|
7430
|
|
|
], |
|
7431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8503' => [ |
|
7432
|
|
|
'name' => 'Kansas regional zone 14 Dodge City (ftUS)', |
|
7433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7434
|
|
|
'extent_code' => ['4507'], |
|
7435
|
|
|
], |
|
7436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8504' => [ |
|
7437
|
|
|
'name' => 'Kansas regional zone 15 Larned (ftUS)', |
|
7438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7439
|
|
|
'extent_code' => ['4508'], |
|
7440
|
|
|
], |
|
7441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8505' => [ |
|
7442
|
|
|
'name' => 'Kansas regional zone 16 Pratt (ftUS)', |
|
7443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7444
|
|
|
'extent_code' => ['4509'], |
|
7445
|
|
|
], |
|
7446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8506' => [ |
|
7447
|
|
|
'name' => 'Kansas regional zone 17 Wichita (ftUS)', |
|
7448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7449
|
|
|
'extent_code' => ['4510'], |
|
7450
|
|
|
], |
|
7451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8507' => [ |
|
7452
|
|
|
'name' => 'Kansas regional zone 18 Arkansas City (ftUS)', |
|
7453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
7454
|
|
|
'extent_code' => ['4511'], |
|
7455
|
|
|
], |
|
7456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8515' => [ |
|
7457
|
|
|
'name' => 'Kansas regional zone 19 Coffeyville (ftUS)', |
|
7458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7459
|
|
|
'extent_code' => ['4512'], |
|
7460
|
|
|
], |
|
7461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8516' => [ |
|
7462
|
|
|
'name' => 'Kansas regional zone 20 Pittsburg (ftUS)', |
|
7463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7464
|
|
|
'extent_code' => ['4513'], |
|
7465
|
|
|
], |
|
7466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8546' => [ |
|
7467
|
|
|
'name' => 'St. George Island to NAD83 (2)', |
|
7468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1074', |
|
7469
|
|
|
'extent_code' => ['1331'], |
|
7470
|
|
|
], |
|
7471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8547' => [ |
|
7472
|
|
|
'name' => 'St. Lawrence Island to NAD83 (2)', |
|
7473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1074', |
|
7474
|
|
|
'extent_code' => ['1332'], |
|
7475
|
|
|
], |
|
7476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8548' => [ |
|
7477
|
|
|
'name' => 'St. Paul Island to NAD83 (2)', |
|
7478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1074', |
|
7479
|
|
|
'extent_code' => ['1333'], |
|
7480
|
|
|
], |
|
7481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8549' => [ |
|
7482
|
|
|
'name' => 'NAD27 to NAD83 (8)', |
|
7483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1074', |
|
7484
|
|
|
'extent_code' => ['1330'], |
|
7485
|
|
|
], |
|
7486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8550' => [ |
|
7487
|
|
|
'name' => 'NAD83 to NAD83(HARN) (48)', |
|
7488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1074', |
|
7489
|
|
|
'extent_code' => ['2373'], |
|
7490
|
|
|
], |
|
7491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8551' => [ |
|
7492
|
|
|
'name' => 'NAD83(HARN) to NAD83(NSRS2007) (2)', |
|
7493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1075', |
|
7494
|
|
|
'extent_code' => ['2373'], |
|
7495
|
|
|
], |
|
7496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8552' => [ |
|
7497
|
|
|
'name' => 'NAD83(NSRS2007) to NAD83(2011) (2)', |
|
7498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1075', |
|
7499
|
|
|
'extent_code' => ['1330'], |
|
7500
|
|
|
], |
|
7501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8555' => [ |
|
7502
|
|
|
'name' => 'NAD27 to NAD83 (7)', |
|
7503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1074', |
|
7504
|
|
|
'extent_code' => ['4516'], |
|
7505
|
|
|
], |
|
7506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8556' => [ |
|
7507
|
|
|
'name' => 'NAD83 to NAD83(HARN) (47)', |
|
7508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1074', |
|
7509
|
|
|
'extent_code' => ['4516'], |
|
7510
|
|
|
], |
|
7511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8559' => [ |
|
7512
|
|
|
'name' => 'NAD83(NSRS2007) to NAD83(2011) (1)', |
|
7513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1075', |
|
7514
|
|
|
'extent_code' => ['4516'], |
|
7515
|
|
|
], |
|
7516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8561' => [ |
|
7517
|
|
|
'name' => 'Old Hawaiian to NAD83 (2)', |
|
7518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1074', |
|
7519
|
|
|
'extent_code' => ['1334'], |
|
7520
|
|
|
], |
|
7521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8660' => [ |
|
7522
|
|
|
'name' => 'NAD83 to NAD83(HARN) (49)', |
|
7523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1074', |
|
7524
|
|
|
'extent_code' => ['1334'], |
|
7525
|
|
|
], |
|
7526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8661' => [ |
|
7527
|
|
|
'name' => 'NAD83(HARN) to NAD83(PA11) (1)', |
|
7528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1075', |
|
7529
|
|
|
'extent_code' => ['1334'], |
|
7530
|
|
|
], |
|
7531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8662' => [ |
|
7532
|
|
|
'name' => 'American Samoa 1962 to NAD83(HARN) (3)', |
|
7533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1074', |
|
7534
|
|
|
'extent_code' => ['3109'], |
|
7535
|
|
|
], |
|
7536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8665' => [ |
|
7537
|
|
|
'name' => 'Guam 1963 to NAD83(HARN) (2)', |
|
7538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1074', |
|
7539
|
|
|
'extent_code' => ['4525'], |
|
7540
|
|
|
], |
|
7541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8668' => [ |
|
7542
|
|
|
'name' => 'Puerto Rico to NAD83 (2)', |
|
7543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1074', |
|
7544
|
|
|
'extent_code' => ['3634'], |
|
7545
|
|
|
], |
|
7546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8669' => [ |
|
7547
|
|
|
'name' => 'NAD83 to NAD83(HARN) (50)', |
|
7548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1074', |
|
7549
|
|
|
'extent_code' => ['3634'], |
|
7550
|
|
|
], |
|
7551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8673' => [ |
|
7552
|
|
|
'name' => 'NAD83(NSRS2007) to NAD83(2011) (3)', |
|
7553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1075', |
|
7554
|
|
|
'extent_code' => ['2251'], |
|
7555
|
|
|
], |
|
7556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8674' => [ |
|
7557
|
|
|
'name' => 'La Canoa to PSAD56 (1)', |
|
7558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
7559
|
|
|
'extent_code' => ['3327'], |
|
7560
|
|
|
], |
|
7561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8680' => [ |
|
7562
|
|
|
'name' => 'MGI 1901 to ETRS89 (7)', |
|
7563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
7564
|
|
|
'extent_code' => ['1050'], |
|
7565
|
|
|
], |
|
7566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8689' => [ |
|
7567
|
|
|
'name' => 'MGI 1901 to Slovenia 1996 (12)', |
|
7568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
7569
|
|
|
'extent_code' => ['3307'], |
|
7570
|
|
|
], |
|
7571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8819' => [ |
|
7572
|
|
|
'name' => 'RSAO13 to WGS 84 (1)', |
|
7573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
7574
|
|
|
'extent_code' => ['1029'], |
|
7575
|
|
|
], |
|
7576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8824' => [ |
|
7577
|
|
|
'name' => 'Ain el Abd to MTRF-2000 (1)', |
|
7578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
7579
|
|
|
'extent_code' => ['3303'], |
|
7580
|
|
|
], |
|
7581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8825' => [ |
|
7582
|
|
|
'name' => 'Idaho Transverse Mercator', |
|
7583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7584
|
|
|
'extent_code' => ['1381'], |
|
7585
|
|
|
], |
|
7586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8827' => [ |
|
7587
|
|
|
'name' => 'Camacupa 2015 to RSAO13 (1)', |
|
7588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
7589
|
|
|
'extent_code' => ['1029'], |
|
7590
|
|
|
], |
|
7591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8829' => [ |
|
7592
|
|
|
'name' => 'Tahiti 79 to RGPF (1)', |
|
7593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
7594
|
|
|
'extent_code' => ['3124'], |
|
7595
|
|
|
], |
|
7596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8831' => [ |
|
7597
|
|
|
'name' => 'Moorea 87 to RGPF (2)', |
|
7598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
7599
|
|
|
'extent_code' => ['3125'], |
|
7600
|
|
|
], |
|
7601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8833' => [ |
|
7602
|
|
|
'name' => 'Tahaa 54 to RGPF (1)', |
|
7603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
7604
|
|
|
'extent_code' => ['2812'], |
|
7605
|
|
|
], |
|
7606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8835' => [ |
|
7607
|
|
|
'name' => 'Fatu Iva 72 to RGPF (1)', |
|
7608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
7609
|
|
|
'extent_code' => ['3133'], |
|
7610
|
|
|
], |
|
7611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8843' => [ |
|
7612
|
|
|
'name' => 'IGN63 Hiva Oa to RGPF (1)', |
|
7613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
7614
|
|
|
'extent_code' => ['3131'], |
|
7615
|
|
|
], |
|
7616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8845' => [ |
|
7617
|
|
|
'name' => 'IGN63 Hiva Oa to RGPF (2)', |
|
7618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
7619
|
|
|
'extent_code' => ['3132'], |
|
7620
|
|
|
], |
|
7621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8847' => [ |
|
7622
|
|
|
'name' => 'IGN72 Nuku Hiva to RGPF (1)', |
|
7623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
7624
|
|
|
'extent_code' => ['2810'], |
|
7625
|
|
|
], |
|
7626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8848' => [ |
|
7627
|
|
|
'name' => 'IGN72 Nuku Hiva to WGS 84 (5)', |
|
7628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
7629
|
|
|
'extent_code' => ['2810'], |
|
7630
|
|
|
], |
|
7631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8849' => [ |
|
7632
|
|
|
'name' => 'IGN72 Nuku Hiva to RGPF (2)', |
|
7633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
7634
|
|
|
'extent_code' => ['3127'], |
|
7635
|
|
|
], |
|
7636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8851' => [ |
|
7637
|
|
|
'name' => 'IGN72 Nuku Hiva to RGPF (3)', |
|
7638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
7639
|
|
|
'extent_code' => ['3128'], |
|
7640
|
|
|
], |
|
7641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8854' => [ |
|
7642
|
|
|
'name' => 'Equal Earth Greenwich', |
|
7643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1078', |
|
7644
|
|
|
'extent_code' => ['1262'], |
|
7645
|
|
|
], |
|
7646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8855' => [ |
|
7647
|
|
|
'name' => 'Equal Earth Americas', |
|
7648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1078', |
|
7649
|
|
|
'extent_code' => ['4520'], |
|
7650
|
|
|
], |
|
7651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8856' => [ |
|
7652
|
|
|
'name' => 'Equal Earth Asia-Pacific', |
|
7653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1078', |
|
7654
|
|
|
'extent_code' => ['4523'], |
|
7655
|
|
|
], |
|
7656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8861' => [ |
|
7657
|
|
|
'name' => 'NAD83(HARN) to NAD83(FBN) (1)', |
|
7658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1075', |
|
7659
|
|
|
'extent_code' => ['4516'], |
|
7660
|
|
|
], |
|
7661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8862' => [ |
|
7662
|
|
|
'name' => 'NAD83(FBN) to NAD83(NSRS2007) (1)', |
|
7663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1075', |
|
7664
|
|
|
'extent_code' => ['4516'], |
|
7665
|
|
|
], |
|
7666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8863' => [ |
|
7667
|
|
|
'name' => 'NAD83(HARN) to NAD83(FBN) (2)', |
|
7668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1075', |
|
7669
|
|
|
'extent_code' => ['3110'], |
|
7670
|
|
|
], |
|
7671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8864' => [ |
|
7672
|
|
|
'name' => 'NAD83(FBN) to NAD83(PA11) (1)', |
|
7673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1075', |
|
7674
|
|
|
'extent_code' => ['3110'], |
|
7675
|
|
|
], |
|
7676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8865' => [ |
|
7677
|
|
|
'name' => 'NAD83(HARN) to NAD83(FBN) (3)', |
|
7678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1075', |
|
7679
|
|
|
'extent_code' => ['4525'], |
|
7680
|
|
|
], |
|
7681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8866' => [ |
|
7682
|
|
|
'name' => 'NAD83(FBN) to NAD83(MA11) (1)', |
|
7683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1075', |
|
7684
|
|
|
'extent_code' => ['4525'], |
|
7685
|
|
|
], |
|
7686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8867' => [ |
|
7687
|
|
|
'name' => 'NAD83(HARN Corrected) to NAD83(FBN) (1)', |
|
7688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1075', |
|
7689
|
|
|
'extent_code' => ['3634'], |
|
7690
|
|
|
], |
|
7691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8868' => [ |
|
7692
|
|
|
'name' => 'NAD83(FBN) to NAD83(NSRS2007) (2)', |
|
7693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1075', |
|
7694
|
|
|
'extent_code' => ['3634'], |
|
7695
|
|
|
], |
|
7696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8882' => [ |
|
7697
|
|
|
'name' => 'Camacupa 2015 to WGS 84 (11)', |
|
7698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
7699
|
|
|
'extent_code' => ['1029'], |
|
7700
|
|
|
], |
|
7701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8886' => [ |
|
7702
|
|
|
'name' => 'SVY21 to WGS 84 (1)', |
|
7703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
7704
|
|
|
'extent_code' => ['1210'], |
|
7705
|
|
|
], |
|
7706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8889' => [ |
|
7707
|
|
|
'name' => 'BGS2005 to ETRS89 (1)', |
|
7708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
7709
|
|
|
'extent_code' => ['1056'], |
|
7710
|
|
|
], |
|
7711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8891' => [ |
|
7712
|
|
|
'name' => 'LKS92 to ETRS89 (1)', |
|
7713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
7714
|
|
|
'extent_code' => ['1139'], |
|
7715
|
|
|
], |
|
7716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8892' => [ |
|
7717
|
|
|
'name' => 'LKS94 to ETRS89 (1)', |
|
7718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
7719
|
|
|
'extent_code' => ['1145'], |
|
7720
|
|
|
], |
|
7721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8893' => [ |
|
7722
|
|
|
'name' => 'SRB_ETRS89 to ETRS89 (1)', |
|
7723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
7724
|
|
|
'extent_code' => ['4543'], |
|
7725
|
|
|
], |
|
7726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8895' => [ |
|
7727
|
|
|
'name' => 'CHTRS95 to ETRS89 (1)', |
|
7728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
7729
|
|
|
'extent_code' => ['1286'], |
|
7730
|
|
|
], |
|
7731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8952' => [ |
|
7732
|
|
|
'name' => 'ITRF97 to SIRGAS-CON DGF00P01 (1)', |
|
7733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7734
|
|
|
'extent_code' => ['4530'], |
|
7735
|
|
|
], |
|
7736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8953' => [ |
|
7737
|
|
|
'name' => 'ITRF2000 to SIRGAS-CON DGF01P01 (1)', |
|
7738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7739
|
|
|
'extent_code' => ['4530'], |
|
7740
|
|
|
], |
|
7741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8954' => [ |
|
7742
|
|
|
'name' => 'ITRF2000 to SIRGAS-CON DGF01P02 (1)', |
|
7743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7744
|
|
|
'extent_code' => ['4530'], |
|
7745
|
|
|
], |
|
7746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8955' => [ |
|
7747
|
|
|
'name' => 'ITRF2000 to SIRGAS-CON DGF02P01 (1)', |
|
7748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7749
|
|
|
'extent_code' => ['4530'], |
|
7750
|
|
|
], |
|
7751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8956' => [ |
|
7752
|
|
|
'name' => 'ITRF2000 to SIRGAS-CON DGF04P01 (1)', |
|
7753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7754
|
|
|
'extent_code' => ['4530'], |
|
7755
|
|
|
], |
|
7756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8957' => [ |
|
7757
|
|
|
'name' => 'ITRF2000 to SIRGAS-CON DGF05P01 (1)', |
|
7758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7759
|
|
|
'extent_code' => ['4530'], |
|
7760
|
|
|
], |
|
7761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8958' => [ |
|
7762
|
|
|
'name' => 'ITRF2000 to SIRGAS-CON DGF06P01 (1)', |
|
7763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7764
|
|
|
'extent_code' => ['4530'], |
|
7765
|
|
|
], |
|
7766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8959' => [ |
|
7767
|
|
|
'name' => 'IGS05 to SIRGAS-CON DGF07P01 (1)', |
|
7768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7769
|
|
|
'extent_code' => ['4530'], |
|
7770
|
|
|
], |
|
7771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8960' => [ |
|
7772
|
|
|
'name' => 'IGS05 to SIRGAS-CON DGF08P01 (1)', |
|
7773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7774
|
|
|
'extent_code' => ['4530'], |
|
7775
|
|
|
], |
|
7776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8961' => [ |
|
7777
|
|
|
'name' => 'IGS05 to SIRGAS-CON SIR09P01 (1)', |
|
7778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7779
|
|
|
'extent_code' => ['4530'], |
|
7780
|
|
|
], |
|
7781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8962' => [ |
|
7782
|
|
|
'name' => 'ITRF2008 to SIRGAS-CON SIR10P01 (1)', |
|
7783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7784
|
|
|
'extent_code' => ['4530'], |
|
7785
|
|
|
], |
|
7786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8963' => [ |
|
7787
|
|
|
'name' => 'ITRF2008 to SIRGAS-CON SIR11P01 (1)', |
|
7788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7789
|
|
|
'extent_code' => ['4530'], |
|
7790
|
|
|
], |
|
7791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8964' => [ |
|
7792
|
|
|
'name' => 'IGb08 to SIRGAS-CON SIR13P01 (1)', |
|
7793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7794
|
|
|
'extent_code' => ['4530'], |
|
7795
|
|
|
], |
|
7796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8965' => [ |
|
7797
|
|
|
'name' => 'IGb08 to SIRGAS-CON SIR14P01 (1)', |
|
7798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7799
|
|
|
'extent_code' => ['4530'], |
|
7800
|
|
|
], |
|
7801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8966' => [ |
|
7802
|
|
|
'name' => 'IGb08 to SIRGAS-CON SIR15P01 (1)', |
|
7803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7804
|
|
|
'extent_code' => ['4530'], |
|
7805
|
|
|
], |
|
7806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8967' => [ |
|
7807
|
|
|
'name' => 'IGS14 to SIRGAS-CON SIR17P01 (1)', |
|
7808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7809
|
|
|
'extent_code' => ['4530'], |
|
7810
|
|
|
], |
|
7811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8970' => [ |
|
7812
|
|
|
'name' => 'ITRF2014 to NAD83(2011) (1)', |
|
7813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
7814
|
|
|
'extent_code' => ['1511'], |
|
7815
|
|
|
], |
|
7816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::8971' => [ |
|
7817
|
|
|
'name' => 'NAD83 to NAD83(2011) (1)', |
|
7818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
7819
|
|
|
'extent_code' => ['3357'], |
|
7820
|
|
|
], |
|
7821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9028' => [ |
|
7822
|
|
|
'name' => 'ITRF97 to IGS97 (1)', |
|
7823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7824
|
|
|
'extent_code' => ['1262'], |
|
7825
|
|
|
], |
|
7826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9029' => [ |
|
7827
|
|
|
'name' => 'ITRF2000 to IGS00 (1)', |
|
7828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7829
|
|
|
'extent_code' => ['1262'], |
|
7830
|
|
|
], |
|
7831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9030' => [ |
|
7832
|
|
|
'name' => 'ITRF2005 to IGS05 (1)', |
|
7833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7834
|
|
|
'extent_code' => ['1262'], |
|
7835
|
|
|
], |
|
7836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9031' => [ |
|
7837
|
|
|
'name' => 'ITRF2008 to IGS08 (1)', |
|
7838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7839
|
|
|
'extent_code' => ['1262'], |
|
7840
|
|
|
], |
|
7841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9032' => [ |
|
7842
|
|
|
'name' => 'ITRF2014 to IGS14 (1)', |
|
7843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7844
|
|
|
'extent_code' => ['1262'], |
|
7845
|
|
|
], |
|
7846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9033' => [ |
|
7847
|
|
|
'name' => 'IGS97 to IGS00 (1)', |
|
7848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
7849
|
|
|
'extent_code' => ['1262'], |
|
7850
|
|
|
], |
|
7851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9034' => [ |
|
7852
|
|
|
'name' => 'IGS00 to IGb00 (1)', |
|
7853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7854
|
|
|
'extent_code' => ['1262'], |
|
7855
|
|
|
], |
|
7856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9035' => [ |
|
7857
|
|
|
'name' => 'IGb00 to IGS05 (1)', |
|
7858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
7859
|
|
|
'extent_code' => ['1262'], |
|
7860
|
|
|
], |
|
7861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9036' => [ |
|
7862
|
|
|
'name' => 'IGS05 to IGS08 (1)', |
|
7863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
7864
|
|
|
'extent_code' => ['1262'], |
|
7865
|
|
|
], |
|
7866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9037' => [ |
|
7867
|
|
|
'name' => 'IGS08 to IGb08 (1)', |
|
7868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7869
|
|
|
'extent_code' => ['1262'], |
|
7870
|
|
|
], |
|
7871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9038' => [ |
|
7872
|
|
|
'name' => 'IGb08 to IGS14 (1)', |
|
7873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
7874
|
|
|
'extent_code' => ['1262'], |
|
7875
|
|
|
], |
|
7876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9051' => [ |
|
7877
|
|
|
'name' => 'ITRF94 to SIRGAS 1995 (1)', |
|
7878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7879
|
|
|
'extent_code' => ['3448'], |
|
7880
|
|
|
], |
|
7881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9052' => [ |
|
7882
|
|
|
'name' => 'ITRF2000 to SIRGAS 2000 (1)', |
|
7883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7884
|
|
|
'extent_code' => ['3418'], |
|
7885
|
|
|
], |
|
7886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9058' => [ |
|
7887
|
|
|
'name' => 'Vietnam TM-3 103-00', |
|
7888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
7889
|
|
|
'extent_code' => ['4541'], |
|
7890
|
|
|
], |
|
7891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9076' => [ |
|
7892
|
|
|
'name' => 'WGS 84 (G873) to ITRF94 (1)', |
|
7893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1032', |
|
7894
|
|
|
'extent_code' => ['1262'], |
|
7895
|
|
|
], |
|
7896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9077' => [ |
|
7897
|
|
|
'name' => 'ITRF2000 to NAD83(MARP00) (1)', |
|
7898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
7899
|
|
|
'extent_code' => ['4167'], |
|
7900
|
|
|
], |
|
7901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9078' => [ |
|
7902
|
|
|
'name' => 'ITRF2000 to NAD83(PACP00) (1)', |
|
7903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
7904
|
|
|
'extent_code' => ['4162'], |
|
7905
|
|
|
], |
|
7906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9105' => [ |
|
7907
|
|
|
'name' => 'ATS77 to NAD83 (1)', |
|
7908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
7909
|
|
|
'extent_code' => ['2313'], |
|
7910
|
|
|
], |
|
7911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9106' => [ |
|
7912
|
|
|
'name' => 'ATS77 to NAD83(CSRS)v6 (4)', |
|
7913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
7914
|
|
|
'extent_code' => ['2313'], |
|
7915
|
|
|
], |
|
7916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9107' => [ |
|
7917
|
|
|
'name' => 'NAD27 to NAD83(CSRS)v3 (5)', |
|
7918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
7919
|
|
|
'extent_code' => ['4537'], |
|
7920
|
|
|
], |
|
7921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9108' => [ |
|
7922
|
|
|
'name' => 'NAD27 to NAD83(CSRS)v3 (6)', |
|
7923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
7924
|
|
|
'extent_code' => ['4536'], |
|
7925
|
|
|
], |
|
7926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9109' => [ |
|
7927
|
|
|
'name' => 'NAD27(76) to NAD83(CSRS)v3 (1)', |
|
7928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
7929
|
|
|
'extent_code' => ['1367'], |
|
7930
|
|
|
], |
|
7931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9110' => [ |
|
7932
|
|
|
'name' => 'NAD83 to NAD83(CSRS)v3 (5)', |
|
7933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
7934
|
|
|
'extent_code' => ['1367'], |
|
7935
|
|
|
], |
|
7936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9111' => [ |
|
7937
|
|
|
'name' => 'NAD27 to NAD83 (9)', |
|
7938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
7939
|
|
|
'extent_code' => ['2375'], |
|
7940
|
|
|
], |
|
7941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9113' => [ |
|
7942
|
|
|
'name' => 'NAD27 to NAD83(CSRS)v3 (8)', |
|
7943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
7944
|
|
|
'extent_code' => ['4533'], |
|
7945
|
|
|
], |
|
7946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9115' => [ |
|
7947
|
|
|
'name' => 'NAD27 to NAD83(CSRS)v4 (10)', |
|
7948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
7949
|
|
|
'extent_code' => ['4535'], |
|
7950
|
|
|
], |
|
7951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9117' => [ |
|
7952
|
|
|
'name' => 'NAD83 to NAD83(CSRS)v3 (7)', |
|
7953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
7954
|
|
|
'extent_code' => ['4533'], |
|
7955
|
|
|
], |
|
7956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9118' => [ |
|
7957
|
|
|
'name' => 'NAD83 to NAD83(CSRS)v3 (8)', |
|
7958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
7959
|
|
|
'extent_code' => ['4534'], |
|
7960
|
|
|
], |
|
7961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9119' => [ |
|
7962
|
|
|
'name' => 'NAD83 to NAD83(CSRS)v4 (9)', |
|
7963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
7964
|
|
|
'extent_code' => ['4535'], |
|
7965
|
|
|
], |
|
7966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9123' => [ |
|
7967
|
|
|
'name' => 'NAD83(CSRS) to CGVD28 height (1)', |
|
7968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1060', |
|
7969
|
|
|
'extent_code' => ['1289'], |
|
7970
|
|
|
], |
|
7971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9125' => [ |
|
7972
|
|
|
'name' => 'ITRF2008 to CGVD2013(CGG2013a) height (2)', |
|
7973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1060', |
|
7974
|
|
|
'extent_code' => ['1061'], |
|
7975
|
|
|
], |
|
7976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9126' => [ |
|
7977
|
|
|
'name' => 'NAD83(CSRS)v2 to NAD83(CORS96) (1)', |
|
7978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7979
|
|
|
'extent_code' => ['4544'], |
|
7980
|
|
|
], |
|
7981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9127' => [ |
|
7982
|
|
|
'name' => 'NAD83(CSRS)v3 to NAD83(CORS96) (1)', |
|
7983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7984
|
|
|
'extent_code' => ['4544'], |
|
7985
|
|
|
], |
|
7986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9128' => [ |
|
7987
|
|
|
'name' => 'NAD83(CSRS)v4 to NAD83(CORS96) (1)', |
|
7988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7989
|
|
|
'extent_code' => ['4544'], |
|
7990
|
|
|
], |
|
7991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9129' => [ |
|
7992
|
|
|
'name' => 'NAD83(CSRS)v6 to NAD83(2011) (1)', |
|
7993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
7994
|
|
|
'extent_code' => ['4544'], |
|
7995
|
|
|
], |
|
7996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9131' => [ |
|
7997
|
|
|
'name' => 'RGAF09 to IGN 2008 LD height (1)', |
|
7998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1073', |
|
7999
|
|
|
'extent_code' => ['2893'], |
|
8000
|
|
|
], |
|
8001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9132' => [ |
|
8002
|
|
|
'name' => 'RRAF 1991 to IGN 2008 LD height (1)', |
|
8003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1073', |
|
8004
|
|
|
'extent_code' => ['2893'], |
|
8005
|
|
|
], |
|
8006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9133' => [ |
|
8007
|
|
|
'name' => 'RGAF09 to Guadeloupe 1988 height (2)', |
|
8008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1073', |
|
8009
|
|
|
'extent_code' => ['2892'], |
|
8010
|
|
|
], |
|
8011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9134' => [ |
|
8012
|
|
|
'name' => 'RGAF09 to IGN 1988 LS height (2)', |
|
8013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1073', |
|
8014
|
|
|
'extent_code' => ['2895'], |
|
8015
|
|
|
], |
|
8016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9135' => [ |
|
8017
|
|
|
'name' => 'RGAF09 to IGN 1988 MG height (2)', |
|
8018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1073', |
|
8019
|
|
|
'extent_code' => ['2894'], |
|
8020
|
|
|
], |
|
8021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9136' => [ |
|
8022
|
|
|
'name' => 'RGAF09 to Martinique 1987 height (2)', |
|
8023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1073', |
|
8024
|
|
|
'extent_code' => ['3276'], |
|
8025
|
|
|
], |
|
8026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9142' => [ |
|
8027
|
|
|
'name' => 'MGI 1901 to KOSOVAREF01 (1)', |
|
8028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
8029
|
|
|
'extent_code' => ['4542'], |
|
8030
|
|
|
], |
|
8031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9144' => [ |
|
8032
|
|
|
'name' => 'KOSOVAREF01 to WGS 84 (1)', |
|
8033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8034
|
|
|
'extent_code' => ['4542'], |
|
8035
|
|
|
], |
|
8036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9145' => [ |
|
8037
|
|
|
'name' => 'WGS 84 (Transit) to ITRF90 (1)', |
|
8038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1033', |
|
8039
|
|
|
'extent_code' => ['1262'], |
|
8040
|
|
|
], |
|
8041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9177' => [ |
|
8042
|
|
|
'name' => 'SIRGAS-Chile 2002 to ITRF2000 (1)', |
|
8043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
8044
|
|
|
'extent_code' => ['1066'], |
|
8045
|
|
|
], |
|
8046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9178' => [ |
|
8047
|
|
|
'name' => 'SIRGAS-Chile 2010 to IGS08 (1)', |
|
8048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
8049
|
|
|
'extent_code' => ['1066'], |
|
8050
|
|
|
], |
|
8051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9179' => [ |
|
8052
|
|
|
'name' => 'SIRGAS-Chile 2013 to IGb08 (1)', |
|
8053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
8054
|
|
|
'extent_code' => ['1066'], |
|
8055
|
|
|
], |
|
8056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9180' => [ |
|
8057
|
|
|
'name' => 'SIRGAS-Chile 2016 to IGb08 (1)', |
|
8058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
8059
|
|
|
'extent_code' => ['1066'], |
|
8060
|
|
|
], |
|
8061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9181' => [ |
|
8062
|
|
|
'name' => 'NAD83(HARN) to NAD83(HARN Corrected) (1)', |
|
8063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1075', |
|
8064
|
|
|
'extent_code' => ['3634'], |
|
8065
|
|
|
], |
|
8066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9185' => [ |
|
8067
|
|
|
'name' => 'AGD66 to GDA2020 (1)', |
|
8068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
8069
|
|
|
'extent_code' => ['2283'], |
|
8070
|
|
|
], |
|
8071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9186' => [ |
|
8072
|
|
|
'name' => 'ITRF2008 to IG05/12 Intermediate CRS', |
|
8073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
8074
|
|
|
'extent_code' => ['2603'], |
|
8075
|
|
|
], |
|
8076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9187' => [ |
|
8077
|
|
|
'name' => 'RGAF09 to IGN 1988 SB height (2)', |
|
8078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1073', |
|
8079
|
|
|
'extent_code' => ['2891'], |
|
8080
|
|
|
], |
|
8081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9188' => [ |
|
8082
|
|
|
'name' => 'RGAF09 to IGN 1988 SM height (2)', |
|
8083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1073', |
|
8084
|
|
|
'extent_code' => ['2890'], |
|
8085
|
|
|
], |
|
8086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9189' => [ |
|
8087
|
|
|
'name' => 'WGS 84 to IG05/12 Intermediate CRS', |
|
8088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
8089
|
|
|
'extent_code' => ['2603'], |
|
8090
|
|
|
], |
|
8091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9190' => [ |
|
8092
|
|
|
'name' => 'NIWA Albers', |
|
8093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9822', |
|
8094
|
|
|
'extent_code' => ['3508'], |
|
8095
|
|
|
], |
|
8096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9192' => [ |
|
8097
|
|
|
'name' => 'Vietnam TM-3 104-00', |
|
8098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8099
|
|
|
'extent_code' => ['4538'], |
|
8100
|
|
|
], |
|
8101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9193' => [ |
|
8102
|
|
|
'name' => 'Vietnam TM-3 104-30', |
|
8103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8104
|
|
|
'extent_code' => ['4545'], |
|
8105
|
|
|
], |
|
8106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9194' => [ |
|
8107
|
|
|
'name' => 'Vietnam TM-3 104-45', |
|
8108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8109
|
|
|
'extent_code' => ['4546'], |
|
8110
|
|
|
], |
|
8111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9195' => [ |
|
8112
|
|
|
'name' => 'Vietnam TM-3 105-30', |
|
8113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8114
|
|
|
'extent_code' => ['4548'], |
|
8115
|
|
|
], |
|
8116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9196' => [ |
|
8117
|
|
|
'name' => 'Vietnam TM-3 105-45', |
|
8118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8119
|
|
|
'extent_code' => ['4549'], |
|
8120
|
|
|
], |
|
8121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9197' => [ |
|
8122
|
|
|
'name' => 'Vietnam TM-3 106-00', |
|
8123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8124
|
|
|
'extent_code' => ['4550'], |
|
8125
|
|
|
], |
|
8126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9198' => [ |
|
8127
|
|
|
'name' => 'Vietnam TM-3 106-15', |
|
8128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8129
|
|
|
'extent_code' => ['4552'], |
|
8130
|
|
|
], |
|
8131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9199' => [ |
|
8132
|
|
|
'name' => 'Vietnam TM-3 106-30', |
|
8133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8134
|
|
|
'extent_code' => ['4553'], |
|
8135
|
|
|
], |
|
8136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9200' => [ |
|
8137
|
|
|
'name' => 'Vietnam TM-3 107-00', |
|
8138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8139
|
|
|
'extent_code' => ['4554'], |
|
8140
|
|
|
], |
|
8141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9201' => [ |
|
8142
|
|
|
'name' => 'Vietnam TM-3 107-15', |
|
8143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8144
|
|
|
'extent_code' => ['4556'], |
|
8145
|
|
|
], |
|
8146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9202' => [ |
|
8147
|
|
|
'name' => 'Vietnam TM-3 107-30', |
|
8148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8149
|
|
|
'extent_code' => ['4557'], |
|
8150
|
|
|
], |
|
8151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9203' => [ |
|
8152
|
|
|
'name' => 'Vietnam TM-3 108-15', |
|
8153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8154
|
|
|
'extent_code' => ['4559'], |
|
8155
|
|
|
], |
|
8156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9204' => [ |
|
8157
|
|
|
'name' => 'Vietnam TM-3 108-30', |
|
8158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8159
|
|
|
'extent_code' => ['4560'], |
|
8160
|
|
|
], |
|
8161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9219' => [ |
|
8162
|
|
|
'name' => 'South Africa Basic Survey Unit Albers 25E', |
|
8163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9822', |
|
8164
|
|
|
'extent_code' => ['4567'], |
|
8165
|
|
|
], |
|
8166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9220' => [ |
|
8167
|
|
|
'name' => 'South Africa Basic Survey Unit Albers 44E', |
|
8168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9822', |
|
8169
|
|
|
'extent_code' => ['4568'], |
|
8170
|
|
|
], |
|
8171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9224' => [ |
|
8172
|
|
|
'name' => 'ED50 to ETRS89 (15)', |
|
8173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
8174
|
|
|
'extent_code' => ['4566'], |
|
8175
|
|
|
], |
|
8176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9225' => [ |
|
8177
|
|
|
'name' => 'WGS 84 to ETRS89 (2)', |
|
8178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
8179
|
|
|
'extent_code' => ['4566'], |
|
8180
|
|
|
], |
|
8181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9226' => [ |
|
8182
|
|
|
'name' => 'SHGD2015 to Astro DOS 71 (2)', |
|
8183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
8184
|
|
|
'extent_code' => ['3183'], |
|
8185
|
|
|
], |
|
8186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9227' => [ |
|
8187
|
|
|
'name' => 'ITRF2005 to NAD83(CSRS)v5 (1)', |
|
8188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
8189
|
|
|
'extent_code' => ['1061'], |
|
8190
|
|
|
], |
|
8191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9228' => [ |
|
8192
|
|
|
'name' => 'RGSPM06 to Danger 1950 height (2)', |
|
8193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1073', |
|
8194
|
|
|
'extent_code' => ['3299'], |
|
8195
|
|
|
], |
|
8196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9229' => [ |
|
8197
|
|
|
'name' => 'NAD83(2011) to NAVD88 height (3)', |
|
8198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9665', |
|
8199
|
|
|
'extent_code' => ['1323'], |
|
8200
|
|
|
], |
|
8201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9230' => [ |
|
8202
|
|
|
'name' => 'NAD83(2011) to PRVD02 height (2)', |
|
8203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9665', |
|
8204
|
|
|
'extent_code' => ['3294'], |
|
8205
|
|
|
], |
|
8206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9231' => [ |
|
8207
|
|
|
'name' => 'NAD83(2011) to VIVD09 height (2)', |
|
8208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9665', |
|
8209
|
|
|
'extent_code' => ['3330'], |
|
8210
|
|
|
], |
|
8211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9232' => [ |
|
8212
|
|
|
'name' => 'ISN93 to ISN2016 (1)', |
|
8213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
8214
|
|
|
'extent_code' => ['1120'], |
|
8215
|
|
|
], |
|
8216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9233' => [ |
|
8217
|
|
|
'name' => 'ISN2004 to ISN2016 (1)', |
|
8218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
8219
|
|
|
'extent_code' => ['1120'], |
|
8220
|
|
|
], |
|
8221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9234' => [ |
|
8222
|
|
|
'name' => 'Kalianpur 1962 to WGS 84 (5)', |
|
8223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
8224
|
|
|
'extent_code' => ['2983'], |
|
8225
|
|
|
], |
|
8226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9236' => [ |
|
8227
|
|
|
'name' => 'ATS77 to NAD83(CSRS)v2 (2)', |
|
8228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
8229
|
|
|
'extent_code' => ['1533'], |
|
8230
|
|
|
], |
|
8231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9237' => [ |
|
8232
|
|
|
'name' => 'ATS77 to NAD83(CSRS)v2 (1)', |
|
8233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
8234
|
|
|
'extent_code' => ['1447'], |
|
8235
|
|
|
], |
|
8236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9238' => [ |
|
8237
|
|
|
'name' => 'NAD27 to NAD83(CSRS)v2 (4)', |
|
8238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
8239
|
|
|
'extent_code' => ['1447'], |
|
8240
|
|
|
], |
|
8241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9239' => [ |
|
8242
|
|
|
'name' => 'NAD27 to NAD83(CSRS)v2 (1)', |
|
8243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
8244
|
|
|
'extent_code' => ['1368'], |
|
8245
|
|
|
], |
|
8246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9240' => [ |
|
8247
|
|
|
'name' => 'NAD27(CGQ77) to NAD83(CSRS)v2 (1)', |
|
8248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
8249
|
|
|
'extent_code' => ['1368'], |
|
8250
|
|
|
], |
|
8251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9241' => [ |
|
8252
|
|
|
'name' => 'NAD83 to NAD83(CSRS)v2 (1)', |
|
8253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
8254
|
|
|
'extent_code' => ['1368'], |
|
8255
|
|
|
], |
|
8256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9244' => [ |
|
8257
|
|
|
'name' => 'NAD83 to NAD83(CSRS)v4 (3)', |
|
8258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
8259
|
|
|
'extent_code' => ['2376'], |
|
8260
|
|
|
], |
|
8261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9247' => [ |
|
8262
|
|
|
'name' => 'NAD83(CSRS)v6 to CGVD2013(CGG2013a) height (1)', |
|
8263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1060', |
|
8264
|
|
|
'extent_code' => ['1061'], |
|
8265
|
|
|
], |
|
8266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9256' => [ |
|
8267
|
|
|
'name' => 'POSGAR 2007 to SRVN16 height (1)', |
|
8268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1047', |
|
8269
|
|
|
'extent_code' => ['4573'], |
|
8270
|
|
|
], |
|
8271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9257' => [ |
|
8272
|
|
|
'name' => 'Chos Malal 1914 to WGS 84 (2)', |
|
8273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8274
|
|
|
'extent_code' => ['4561'], |
|
8275
|
|
|
], |
|
8276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9258' => [ |
|
8277
|
|
|
'name' => 'Chos Malal 1914 to WGS 84 (3)', |
|
8278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8279
|
|
|
'extent_code' => ['1292'], |
|
8280
|
|
|
], |
|
8281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9259' => [ |
|
8282
|
|
|
'name' => 'Pampa del Castillo to WGS 84 (2)', |
|
8283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8284
|
|
|
'extent_code' => ['4572'], |
|
8285
|
|
|
], |
|
8286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9260' => [ |
|
8287
|
|
|
'name' => 'Tapi Aike to WGS 84 (1)', |
|
8288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8289
|
|
|
'extent_code' => ['4569'], |
|
8290
|
|
|
], |
|
8291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9261' => [ |
|
8292
|
|
|
'name' => 'MMN to WGS 84 (1)', |
|
8293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8294
|
|
|
'extent_code' => ['2357'], |
|
8295
|
|
|
], |
|
8296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9262' => [ |
|
8297
|
|
|
'name' => 'MMS to WGS 84 (1)', |
|
8298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8299
|
|
|
'extent_code' => ['2357'], |
|
8300
|
|
|
], |
|
8301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9264' => [ |
|
8302
|
|
|
'name' => 'POSGAR 2007 to WGS 84 (2)', |
|
8303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8304
|
|
|
'extent_code' => ['1033'], |
|
8305
|
|
|
], |
|
8306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9268' => [ |
|
8307
|
|
|
'name' => 'Austria West', |
|
8308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8309
|
|
|
'extent_code' => ['1706'], |
|
8310
|
|
|
], |
|
8311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9269' => [ |
|
8312
|
|
|
'name' => 'Austria Central', |
|
8313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8314
|
|
|
'extent_code' => ['1707'], |
|
8315
|
|
|
], |
|
8316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9270' => [ |
|
8317
|
|
|
'name' => 'Austria East', |
|
8318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8319
|
|
|
'extent_code' => ['1708'], |
|
8320
|
|
|
], |
|
8321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9275' => [ |
|
8322
|
|
|
'name' => 'GHA height to EVRF2000 Austria height (1)', |
|
8323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1080', |
|
8324
|
|
|
'extent_code' => ['1037'], |
|
8325
|
|
|
], |
|
8326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9276' => [ |
|
8327
|
|
|
'name' => 'ETRS89 to EVRF2000 Austria height (1)', |
|
8328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1081', |
|
8329
|
|
|
'extent_code' => ['1037'], |
|
8330
|
|
|
], |
|
8331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9277' => [ |
|
8332
|
|
|
'name' => 'MGI to EVRF2000 Austria height (1)', |
|
8333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1081', |
|
8334
|
|
|
'extent_code' => ['1037'], |
|
8335
|
|
|
], |
|
8336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9280' => [ |
|
8337
|
|
|
'name' => 'ITRF2005 to SA LLD height (1)', |
|
8338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1082', |
|
8339
|
|
|
'extent_code' => ['3309'], |
|
8340
|
|
|
], |
|
8341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9281' => [ |
|
8342
|
|
|
'name' => 'Amersfoort to ETRS89 (8)', |
|
8343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
8344
|
|
|
'extent_code' => ['1275'], |
|
8345
|
|
|
], |
|
8346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9282' => [ |
|
8347
|
|
|
'name' => 'Amersfoort to ETRS89 (9)', |
|
8348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
8349
|
|
|
'extent_code' => ['1275'], |
|
8350
|
|
|
], |
|
8351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9283' => [ |
|
8352
|
|
|
'name' => 'ETRS89 to NAP height (2)', |
|
8353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9665', |
|
8354
|
|
|
'extent_code' => ['1275'], |
|
8355
|
|
|
], |
|
8356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9291' => [ |
|
8357
|
|
|
'name' => 'ISN2016 to WGS 84 (1)', |
|
8358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8359
|
|
|
'extent_code' => ['1120'], |
|
8360
|
|
|
], |
|
8361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9298' => [ |
|
8362
|
|
|
'name' => 'ONGD17 to WGS 84 (1)', |
|
8363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1032', |
|
8364
|
|
|
'extent_code' => ['1183'], |
|
8365
|
|
|
], |
|
8366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9301' => [ |
|
8367
|
|
|
'name' => 'HS2-TM', |
|
8368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8369
|
|
|
'extent_code' => ['4582'], |
|
8370
|
|
|
], |
|
8371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9310' => [ |
|
8372
|
|
|
'name' => 'DHDN to ETRS89 (10)', |
|
8373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
8374
|
|
|
'extent_code' => ['4584'], |
|
8375
|
|
|
], |
|
8376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9312' => [ |
|
8377
|
|
|
'name' => 'NZVD2016 height to Auckland 1946 height (2)', |
|
8378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1084', |
|
8379
|
|
|
'extent_code' => ['3764'], |
|
8380
|
|
|
], |
|
8381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9313' => [ |
|
8382
|
|
|
'name' => 'NZVD2016 height to Bluff 1955 height (2)', |
|
8383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1084', |
|
8384
|
|
|
'extent_code' => ['3801'], |
|
8385
|
|
|
], |
|
8386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9314' => [ |
|
8387
|
|
|
'name' => 'NZVD2016 height to Dunedin 1958 height (2)', |
|
8388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1084', |
|
8389
|
|
|
'extent_code' => ['3803'], |
|
8390
|
|
|
], |
|
8391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9315' => [ |
|
8392
|
|
|
'name' => 'NZVD2016 height to Dunedin-Bluff 1960 height (2)', |
|
8393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1084', |
|
8394
|
|
|
'extent_code' => ['3806'], |
|
8395
|
|
|
], |
|
8396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9316' => [ |
|
8397
|
|
|
'name' => 'NZVD2016 height to Gisborne 1926 height (2)', |
|
8398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1084', |
|
8399
|
|
|
'extent_code' => ['3771'], |
|
8400
|
|
|
], |
|
8401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9317' => [ |
|
8402
|
|
|
'name' => 'NZVD2016 height to Lyttelton 1937 height (2)', |
|
8403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1084', |
|
8404
|
|
|
'extent_code' => ['3804'], |
|
8405
|
|
|
], |
|
8406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9318' => [ |
|
8407
|
|
|
'name' => 'NZVD2016 height to Moturiki 1953 height (2)', |
|
8408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1084', |
|
8409
|
|
|
'extent_code' => ['3768'], |
|
8410
|
|
|
], |
|
8411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9319' => [ |
|
8412
|
|
|
'name' => 'NZVD2016 height to Napier 1962 height (2)', |
|
8413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1084', |
|
8414
|
|
|
'extent_code' => ['3772'], |
|
8415
|
|
|
], |
|
8416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9320' => [ |
|
8417
|
|
|
'name' => 'NZVD2016 height to Nelson 1955 height (2)', |
|
8418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1084', |
|
8419
|
|
|
'extent_code' => ['3802'], |
|
8420
|
|
|
], |
|
8421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9321' => [ |
|
8422
|
|
|
'name' => 'NZVD2016 height to One Tree Point 1964 height (2)', |
|
8423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1084', |
|
8424
|
|
|
'extent_code' => ['3762'], |
|
8425
|
|
|
], |
|
8426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9322' => [ |
|
8427
|
|
|
'name' => 'NZVD2016 height to Stewart Island 1977 height (2)', |
|
8428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1084', |
|
8429
|
|
|
'extent_code' => ['3338'], |
|
8430
|
|
|
], |
|
8431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9323' => [ |
|
8432
|
|
|
'name' => 'NZVD2016 height to Taranaki 1970 height (2)', |
|
8433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1084', |
|
8434
|
|
|
'extent_code' => ['3769'], |
|
8435
|
|
|
], |
|
8436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9324' => [ |
|
8437
|
|
|
'name' => 'NZVD2016 height to Wellington 1953 height (2)', |
|
8438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1084', |
|
8439
|
|
|
'extent_code' => ['3773'], |
|
8440
|
|
|
], |
|
8441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9325' => [ |
|
8442
|
|
|
'name' => 'NZGD2000 to NZVD2009 height (2)', |
|
8443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9665', |
|
8444
|
|
|
'extent_code' => ['1175'], |
|
8445
|
|
|
], |
|
8446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9326' => [ |
|
8447
|
|
|
'name' => 'NZGD2000 to NZVD2016 height (2)', |
|
8448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9665', |
|
8449
|
|
|
'extent_code' => ['1175'], |
|
8450
|
|
|
], |
|
8451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9327' => [ |
|
8452
|
|
|
'name' => 'NTF to RGF93 v1 (1)', |
|
8453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1087', |
|
8454
|
|
|
'extent_code' => ['3694'], |
|
8455
|
|
|
], |
|
8456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9328' => [ |
|
8457
|
|
|
'name' => 'NEA74 Noumea to RGNC91-93 (3)', |
|
8458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1087', |
|
8459
|
|
|
'extent_code' => ['2823'], |
|
8460
|
|
|
], |
|
8461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9329' => [ |
|
8462
|
|
|
'name' => 'IGN72 Grande Terre to RGNC91-93 (4)', |
|
8463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1087', |
|
8464
|
|
|
'extent_code' => ['2822'], |
|
8465
|
|
|
], |
|
8466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9330' => [ |
|
8467
|
|
|
'name' => 'IGN72 Grande Terre to RGNC91-93 (5)', |
|
8468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1087', |
|
8469
|
|
|
'extent_code' => ['2823'], |
|
8470
|
|
|
], |
|
8471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9334' => [ |
|
8472
|
|
|
'name' => 'ITRF2014 to KSA-GRF17 (1)', |
|
8473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1053', |
|
8474
|
|
|
'extent_code' => ['1206'], |
|
8475
|
|
|
], |
|
8476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9339' => [ |
|
8477
|
|
|
'name' => 'PSAD56 to SIRGAS-Chile 2010 (1)', |
|
8478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8479
|
|
|
'extent_code' => ['4231'], |
|
8480
|
|
|
], |
|
8481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9340' => [ |
|
8482
|
|
|
'name' => 'PSAD56 to SIRGAS-Chile 2010 (2)', |
|
8483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8484
|
|
|
'extent_code' => ['4222'], |
|
8485
|
|
|
], |
|
8486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9341' => [ |
|
8487
|
|
|
'name' => 'PSAD56 to SIRGAS-Chile 2010 (3)', |
|
8488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8489
|
|
|
'extent_code' => ['4221'], |
|
8490
|
|
|
], |
|
8491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9342' => [ |
|
8492
|
|
|
'name' => 'PSAD56 to SIRGAS-Chile 2013 (1)', |
|
8493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8494
|
|
|
'extent_code' => ['4231'], |
|
8495
|
|
|
], |
|
8496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9343' => [ |
|
8497
|
|
|
'name' => 'PSAD56 to SIRGAS-Chile 2013 (2)', |
|
8498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8499
|
|
|
'extent_code' => ['4222'], |
|
8500
|
|
|
], |
|
8501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9344' => [ |
|
8502
|
|
|
'name' => 'PSAD56 to SIRGAS-Chile 2013 (3)', |
|
8503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8504
|
|
|
'extent_code' => ['4221'], |
|
8505
|
|
|
], |
|
8506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9345' => [ |
|
8507
|
|
|
'name' => 'PSAD56 to SIRGAS-Chile 2016 (1)', |
|
8508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8509
|
|
|
'extent_code' => ['4231'], |
|
8510
|
|
|
], |
|
8511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9346' => [ |
|
8512
|
|
|
'name' => 'PSAD56 to SIRGAS-Chile 2016 (2)', |
|
8513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8514
|
|
|
'extent_code' => ['4222'], |
|
8515
|
|
|
], |
|
8516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9347' => [ |
|
8517
|
|
|
'name' => 'PSAD56 to SIRGAS-Chile 2016 (3)', |
|
8518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8519
|
|
|
'extent_code' => ['4221'], |
|
8520
|
|
|
], |
|
8521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9348' => [ |
|
8522
|
|
|
'name' => 'SAD69 to SIRGAS-Chile 2010 (4)', |
|
8523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8524
|
|
|
'extent_code' => ['2805'], |
|
8525
|
|
|
], |
|
8526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9349' => [ |
|
8527
|
|
|
'name' => 'SAD69 to SIRGAS-Chile 2013 (4)', |
|
8528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8529
|
|
|
'extent_code' => ['2805'], |
|
8530
|
|
|
], |
|
8531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9350' => [ |
|
8532
|
|
|
'name' => 'SAD69 to SIRGAS-Chile 2016 (4)', |
|
8533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8534
|
|
|
'extent_code' => ['2805'], |
|
8535
|
|
|
], |
|
8536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9352' => [ |
|
8537
|
|
|
'name' => 'RGNC91-93 to NGNC08 height (1)', |
|
8538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1073', |
|
8539
|
|
|
'extent_code' => ['3430'], |
|
8540
|
|
|
], |
|
8541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9353' => [ |
|
8542
|
|
|
'name' => 'IBCSO Polar Stereographic', |
|
8543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
8544
|
|
|
'extent_code' => ['4586'], |
|
8545
|
|
|
], |
|
8546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9361' => [ |
|
8547
|
|
|
'name' => 'MTRF-2000 to KSA-GRF17 (1)', |
|
8548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
8549
|
|
|
'extent_code' => ['1206'], |
|
8550
|
|
|
], |
|
8551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9362' => [ |
|
8552
|
|
|
'name' => 'Ain el Abd to KSA-GRF17 (1)', |
|
8553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
8554
|
|
|
'extent_code' => ['3303'], |
|
8555
|
|
|
], |
|
8556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9366' => [ |
|
8557
|
|
|
'name' => 'TPEN11-TM', |
|
8558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8559
|
|
|
'extent_code' => ['4583'], |
|
8560
|
|
|
], |
|
8561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9370' => [ |
|
8562
|
|
|
'name' => 'MML07-TM', |
|
8563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8564
|
|
|
'extent_code' => ['4588'], |
|
8565
|
|
|
], |
|
8566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9371' => [ |
|
8567
|
|
|
'name' => 'Vienna height to GHA height (1)', |
|
8568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
8569
|
|
|
'extent_code' => ['4585'], |
|
8570
|
|
|
], |
|
8571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9376' => [ |
|
8572
|
|
|
'name' => 'Colombia Transverse Mercator', |
|
8573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8574
|
|
|
'extent_code' => ['1070'], |
|
8575
|
|
|
], |
|
8576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9381' => [ |
|
8577
|
|
|
'name' => 'ITRF2014 to IGb14 (1)', |
|
8578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
8579
|
|
|
'extent_code' => ['1262'], |
|
8580
|
|
|
], |
|
8581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9382' => [ |
|
8582
|
|
|
'name' => 'IGS14 to IGb14 (1)', |
|
8583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1065', |
|
8584
|
|
|
'extent_code' => ['1262'], |
|
8585
|
|
|
], |
|
8586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9383' => [ |
|
8587
|
|
|
'name' => 'KSA-GRF17 to WGS 84 (1)', |
|
8588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
8589
|
|
|
'extent_code' => ['1206'], |
|
8590
|
|
|
], |
|
8591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9385' => [ |
|
8592
|
|
|
'name' => 'AbInvA96_2020-TM', |
|
8593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8594
|
|
|
'extent_code' => ['4589'], |
|
8595
|
|
|
], |
|
8596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9408' => [ |
|
8597
|
|
|
'name' => 'ED50 to ETRS89 (16)', |
|
8598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
8599
|
|
|
'extent_code' => ['4605'], |
|
8600
|
|
|
], |
|
8601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9409' => [ |
|
8602
|
|
|
'name' => 'ED50 to ETRS89 (17)', |
|
8603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
8604
|
|
|
'extent_code' => ['2335'], |
|
8605
|
|
|
], |
|
8606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9410' => [ |
|
8607
|
|
|
'name' => 'ETRS89 to Alicante height (1)', |
|
8608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1025', |
|
8609
|
|
|
'extent_code' => ['2366'], |
|
8610
|
|
|
], |
|
8611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9411' => [ |
|
8612
|
|
|
'name' => 'ETRS89 to Mallorca height (1)', |
|
8613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1025', |
|
8614
|
|
|
'extent_code' => ['4602'], |
|
8615
|
|
|
], |
|
8616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9412' => [ |
|
8617
|
|
|
'name' => 'ETRS89 to Menorca height (1)', |
|
8618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1025', |
|
8619
|
|
|
'extent_code' => ['4603'], |
|
8620
|
|
|
], |
|
8621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9413' => [ |
|
8622
|
|
|
'name' => 'ETRS89 to Ibiza height (1)', |
|
8623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1025', |
|
8624
|
|
|
'extent_code' => ['4604'], |
|
8625
|
|
|
], |
|
8626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9414' => [ |
|
8627
|
|
|
'name' => 'ETRS89 to Ceuta 2 height (1)', |
|
8628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1025', |
|
8629
|
|
|
'extent_code' => ['4590'], |
|
8630
|
|
|
], |
|
8631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9415' => [ |
|
8632
|
|
|
'name' => 'REGCAN95 to Lanzarote height (1)', |
|
8633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1025', |
|
8634
|
|
|
'extent_code' => ['4591'], |
|
8635
|
|
|
], |
|
8636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9416' => [ |
|
8637
|
|
|
'name' => 'REGCAN95 to Fuerteventura height (1)', |
|
8638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1025', |
|
8639
|
|
|
'extent_code' => ['4592'], |
|
8640
|
|
|
], |
|
8641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9417' => [ |
|
8642
|
|
|
'name' => 'REGCAN95 to Gran Canaria height (1)', |
|
8643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1025', |
|
8644
|
|
|
'extent_code' => ['4593'], |
|
8645
|
|
|
], |
|
8646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9418' => [ |
|
8647
|
|
|
'name' => 'REGCAN95 to Tenerife height (1)', |
|
8648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1025', |
|
8649
|
|
|
'extent_code' => ['4594'], |
|
8650
|
|
|
], |
|
8651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9419' => [ |
|
8652
|
|
|
'name' => 'REGCAN95 to La Gomera height (1)', |
|
8653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1025', |
|
8654
|
|
|
'extent_code' => ['4595'], |
|
8655
|
|
|
], |
|
8656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9420' => [ |
|
8657
|
|
|
'name' => 'REGCAN95 to La Palma height (1)', |
|
8658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1025', |
|
8659
|
|
|
'extent_code' => ['4596'], |
|
8660
|
|
|
], |
|
8661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9421' => [ |
|
8662
|
|
|
'name' => 'REGCAN95 to El Hierro height (1)', |
|
8663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1025', |
|
8664
|
|
|
'extent_code' => ['4597'], |
|
8665
|
|
|
], |
|
8666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9455' => [ |
|
8667
|
|
|
'name' => 'GBK19-TM', |
|
8668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8669
|
|
|
'extent_code' => ['4607'], |
|
8670
|
|
|
], |
|
8671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9459' => [ |
|
8672
|
|
|
'name' => 'ATRF2014 to GDA2020 (1)', |
|
8673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
8674
|
|
|
'extent_code' => ['4177'], |
|
8675
|
|
|
], |
|
8676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9460' => [ |
|
8677
|
|
|
'name' => 'ITRF2014 to ATRF2014 (1)', |
|
8678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1032', |
|
8679
|
|
|
'extent_code' => ['4177'], |
|
8680
|
|
|
], |
|
8681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9466' => [ |
|
8682
|
|
|
'name' => 'GDA2020 to GDA2020 + AHD height (1)', |
|
8683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1088', |
|
8684
|
|
|
'extent_code' => ['4493'], |
|
8685
|
|
|
], |
|
8686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9467' => [ |
|
8687
|
|
|
'name' => 'GDA94 to GDA94 + AHD height (1)', |
|
8688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1088', |
|
8689
|
|
|
'extent_code' => ['4493'], |
|
8690
|
|
|
], |
|
8691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9472' => [ |
|
8692
|
|
|
'name' => 'DGN95 to SRGI2013 (1)', |
|
8693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
8694
|
|
|
'extent_code' => ['1122'], |
|
8695
|
|
|
], |
|
8696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9484' => [ |
|
8697
|
|
|
'name' => 'ETRS89 to NN54 height (1)', |
|
8698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1047', |
|
8699
|
|
|
'extent_code' => ['1352'], |
|
8700
|
|
|
], |
|
8701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9485' => [ |
|
8702
|
|
|
'name' => 'ETRS89 to NN2000 height (1)', |
|
8703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1047', |
|
8704
|
|
|
'extent_code' => ['1352'], |
|
8705
|
|
|
], |
|
8706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9495' => [ |
|
8707
|
|
|
'name' => 'MGI 1901 to SRB-ETRS89 (8)', |
|
8708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
8709
|
|
|
'extent_code' => ['4543'], |
|
8710
|
|
|
], |
|
8711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9497' => [ |
|
8712
|
|
|
'name' => 'Gauss-Kruger CABA 2019', |
|
8713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8714
|
|
|
'extent_code' => ['4610'], |
|
8715
|
|
|
], |
|
8716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9548' => [ |
|
8717
|
|
|
'name' => 'Lyon Turin Ferroviaire 2004 (C) ', |
|
8718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1102', |
|
8719
|
|
|
'extent_code' => ['4613'], |
|
8720
|
|
|
], |
|
8721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9550' => [ |
|
8722
|
|
|
'name' => 'NAD83 to NAD83(CSRS)v6 (10)', |
|
8723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
8724
|
|
|
'extent_code' => ['4612'], |
|
8725
|
|
|
], |
|
8726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9551' => [ |
|
8727
|
|
|
'name' => 'Antalya height to EVRF2019 height (2)', |
|
8728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
8729
|
|
|
'extent_code' => ['3322'], |
|
8730
|
|
|
], |
|
8731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9552' => [ |
|
8732
|
|
|
'name' => 'Antalya height to EVRF2019 mean-tide height (2)', |
|
8733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
8734
|
|
|
'extent_code' => ['3322'], |
|
8735
|
|
|
], |
|
8736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9562' => [ |
|
8737
|
|
|
'name' => 'ODN height to EVRF2019 mean-tide height (2)', |
|
8738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
8739
|
|
|
'extent_code' => ['2792'], |
|
8740
|
|
|
], |
|
8741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9584' => [ |
|
8742
|
|
|
'name' => 'ETRS89 to ETRS89 + Stornoway height (2)', |
|
8743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1097', |
|
8744
|
|
|
'extent_code' => ['2799'], |
|
8745
|
|
|
], |
|
8746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9585' => [ |
|
8747
|
|
|
'name' => 'ETRS89 to ETRS89 + St. Marys height (2)', |
|
8748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1097', |
|
8749
|
|
|
'extent_code' => ['2802'], |
|
8750
|
|
|
], |
|
8751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9586' => [ |
|
8752
|
|
|
'name' => 'ETRS89 to ETRS89 + ODN Orkney height (2)', |
|
8753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1097', |
|
8754
|
|
|
'extent_code' => ['2793'], |
|
8755
|
|
|
], |
|
8756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9587' => [ |
|
8757
|
|
|
'name' => 'ETRS89 to ETRS89 + ODN height (2)', |
|
8758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1097', |
|
8759
|
|
|
'extent_code' => ['2792'], |
|
8760
|
|
|
], |
|
8761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9588' => [ |
|
8762
|
|
|
'name' => 'ETRS89 to ETRS89 + ODN (Offshore) height (1)', |
|
8763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1097', |
|
8764
|
|
|
'extent_code' => ['4391'], |
|
8765
|
|
|
], |
|
8766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9589' => [ |
|
8767
|
|
|
'name' => 'ETRS89 to ETRS89 + Lerwick height (2)', |
|
8768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1097', |
|
8769
|
|
|
'extent_code' => ['2795'], |
|
8770
|
|
|
], |
|
8771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9590' => [ |
|
8772
|
|
|
'name' => 'ETRS89 to ETRS89 + Douglas height (2)', |
|
8773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1097', |
|
8774
|
|
|
'extent_code' => ['2803'], |
|
8775
|
|
|
], |
|
8776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9591' => [ |
|
8777
|
|
|
'name' => 'ETRS89 to ETRS89 + Malin Head height (2)', |
|
8778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1096', |
|
8779
|
|
|
'extent_code' => ['1305'], |
|
8780
|
|
|
], |
|
8781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9592' => [ |
|
8782
|
|
|
'name' => 'ETRS89 to ETRS89 + Belfast height (2)', |
|
8783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1096', |
|
8784
|
|
|
'extent_code' => ['2530'], |
|
8785
|
|
|
], |
|
8786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9593' => [ |
|
8787
|
|
|
'name' => 'ETRS89 to ETRS89 + NN2000 height (1)', |
|
8788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1093', |
|
8789
|
|
|
'extent_code' => ['1352'], |
|
8790
|
|
|
], |
|
8791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9594' => [ |
|
8792
|
|
|
'name' => 'ETRS89 to ETRS89 + NN54 height (1)', |
|
8793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1093', |
|
8794
|
|
|
'extent_code' => ['1352'], |
|
8795
|
|
|
], |
|
8796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9595' => [ |
|
8797
|
|
|
'name' => 'NAD83(2011) to NAD83(2011) + NAVD88 height (3)', |
|
8798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1088', |
|
8799
|
|
|
'extent_code' => ['1323'], |
|
8800
|
|
|
], |
|
8801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9596' => [ |
|
8802
|
|
|
'name' => 'NAD83(2011) to NAD83(2011) + NAVD88 height (2)', |
|
8803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1088', |
|
8804
|
|
|
'extent_code' => ['1330'], |
|
8805
|
|
|
], |
|
8806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9597' => [ |
|
8807
|
|
|
'name' => 'ETRS89 to ETRS89 + NAP height (2)', |
|
8808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1088', |
|
8809
|
|
|
'extent_code' => ['1275'], |
|
8810
|
|
|
], |
|
8811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9600' => [ |
|
8812
|
|
|
'name' => 'ETRS89 to ETRS89 + EVRF2000 Austria height (1)', |
|
8813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1089', |
|
8814
|
|
|
'extent_code' => ['1037'], |
|
8815
|
|
|
], |
|
8816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9601' => [ |
|
8817
|
|
|
'name' => 'MGI to MGI + EVRF2000 Austria height (1)', |
|
8818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1089', |
|
8819
|
|
|
'extent_code' => ['1037'], |
|
8820
|
|
|
], |
|
8821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9605' => [ |
|
8822
|
|
|
'name' => 'ETRS89 to ETRS89 + Alicante height (1)', |
|
8823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1092', |
|
8824
|
|
|
'extent_code' => ['2366'], |
|
8825
|
|
|
], |
|
8826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9606' => [ |
|
8827
|
|
|
'name' => 'ETRS89 to ETRS89 + Ceuta 2 height (1)', |
|
8828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1092', |
|
8829
|
|
|
'extent_code' => ['4590'], |
|
8830
|
|
|
], |
|
8831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9607' => [ |
|
8832
|
|
|
'name' => 'ETRS89 to ETRS89 + Ibiza height (1)', |
|
8833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1092', |
|
8834
|
|
|
'extent_code' => ['4604'], |
|
8835
|
|
|
], |
|
8836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9608' => [ |
|
8837
|
|
|
'name' => 'ETRS89 to ETRS89 + Mallorca height (1)', |
|
8838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1092', |
|
8839
|
|
|
'extent_code' => ['4602'], |
|
8840
|
|
|
], |
|
8841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9609' => [ |
|
8842
|
|
|
'name' => 'ETRS89 to ETRS89 + Menorca height (1)', |
|
8843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1092', |
|
8844
|
|
|
'extent_code' => ['4603'], |
|
8845
|
|
|
], |
|
8846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9610' => [ |
|
8847
|
|
|
'name' => 'REGCAN95 to REGCAN95 + El Hierro height (1)', |
|
8848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1092', |
|
8849
|
|
|
'extent_code' => ['4597'], |
|
8850
|
|
|
], |
|
8851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9611' => [ |
|
8852
|
|
|
'name' => 'REGCAN95 to REGCAN95 + Fuerteventura height (1)', |
|
8853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1092', |
|
8854
|
|
|
'extent_code' => ['4592'], |
|
8855
|
|
|
], |
|
8856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9612' => [ |
|
8857
|
|
|
'name' => 'REGCAN95 to REGCAN95 + Gran Canaria height (1)', |
|
8858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1092', |
|
8859
|
|
|
'extent_code' => ['4593'], |
|
8860
|
|
|
], |
|
8861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9613' => [ |
|
8862
|
|
|
'name' => 'REGCAN95 to REGCAN95 + La Gomera height (1)', |
|
8863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1092', |
|
8864
|
|
|
'extent_code' => ['4595'], |
|
8865
|
|
|
], |
|
8866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9614' => [ |
|
8867
|
|
|
'name' => 'REGCAN95 to REGCAN95 + La Palma height (1)', |
|
8868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1092', |
|
8869
|
|
|
'extent_code' => ['4596'], |
|
8870
|
|
|
], |
|
8871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9615' => [ |
|
8872
|
|
|
'name' => 'REGCAN95 to REGCAN95 + Lanzarote height (1)', |
|
8873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1092', |
|
8874
|
|
|
'extent_code' => ['4591'], |
|
8875
|
|
|
], |
|
8876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9616' => [ |
|
8877
|
|
|
'name' => 'REGCAN95 to REGCAN95 + Tenerife height (1)', |
|
8878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1092', |
|
8879
|
|
|
'extent_code' => ['4594'], |
|
8880
|
|
|
], |
|
8881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9621' => [ |
|
8882
|
|
|
'name' => 'POSGAR 2007 to POSGAR 2007 + SRVN16 height (1)', |
|
8883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1093', |
|
8884
|
|
|
'extent_code' => ['4573'], |
|
8885
|
|
|
], |
|
8886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9622' => [ |
|
8887
|
|
|
'name' => 'NAD83(2011) to NAD83(2011) + PRVD02 height (2)', |
|
8888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1088', |
|
8889
|
|
|
'extent_code' => ['3294'], |
|
8890
|
|
|
], |
|
8891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9623' => [ |
|
8892
|
|
|
'name' => 'NAD83(2011) to NAD83(2011) + VIVD09 height (2)', |
|
8893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1088', |
|
8894
|
|
|
'extent_code' => ['3330'], |
|
8895
|
|
|
], |
|
8896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9624' => [ |
|
8897
|
|
|
'name' => 'NAD83(MA11) to NAD83(MA11) + GUVD04 height (1)', |
|
8898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1088', |
|
8899
|
|
|
'extent_code' => ['3255'], |
|
8900
|
|
|
], |
|
8901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9625' => [ |
|
8902
|
|
|
'name' => 'NAD83(MA11) to NAD83(MA11) + NMVD03 height (1)', |
|
8903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1088', |
|
8904
|
|
|
'extent_code' => ['4171'], |
|
8905
|
|
|
], |
|
8906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9626' => [ |
|
8907
|
|
|
'name' => 'NAD83(PA11) to NAD83(PA11) + ASVD02 height (1)', |
|
8908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1088', |
|
8909
|
|
|
'extent_code' => ['2288'], |
|
8910
|
|
|
], |
|
8911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9627' => [ |
|
8912
|
|
|
'name' => 'NZGD2000 to NZGD2000 + NZVD2009 height (2)', |
|
8913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1088', |
|
8914
|
|
|
'extent_code' => ['1175'], |
|
8915
|
|
|
], |
|
8916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9628' => [ |
|
8917
|
|
|
'name' => 'NZGD2000 to NZGD2000 + NZVD2016 height (2)', |
|
8918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1088', |
|
8919
|
|
|
'extent_code' => ['1175'], |
|
8920
|
|
|
], |
|
8921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9631' => [ |
|
8922
|
|
|
'name' => 'RGAF09 to RGAF09 + Guadeloupe 1988 height (2)', |
|
8923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1095', |
|
8924
|
|
|
'extent_code' => ['2892'], |
|
8925
|
|
|
], |
|
8926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9632' => [ |
|
8927
|
|
|
'name' => 'RGAF09 to RGAF09 + IGN 1988 LS height (2)', |
|
8928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1095', |
|
8929
|
|
|
'extent_code' => ['2895'], |
|
8930
|
|
|
], |
|
8931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9633' => [ |
|
8932
|
|
|
'name' => 'RGAF09 to RGAF09 + IGN 1988 MG height (2)', |
|
8933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1095', |
|
8934
|
|
|
'extent_code' => ['2894'], |
|
8935
|
|
|
], |
|
8936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9634' => [ |
|
8937
|
|
|
'name' => 'RGAF09 to RGAF09 + IGN 1988 SB height (2)', |
|
8938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1095', |
|
8939
|
|
|
'extent_code' => ['2891'], |
|
8940
|
|
|
], |
|
8941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9635' => [ |
|
8942
|
|
|
'name' => 'RGAF09 to RGAF09 + IGN 1988 SM height (2)', |
|
8943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1095', |
|
8944
|
|
|
'extent_code' => ['2890'], |
|
8945
|
|
|
], |
|
8946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9636' => [ |
|
8947
|
|
|
'name' => 'RGAF09 to IGN 2008 LD height (1)', |
|
8948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1095', |
|
8949
|
|
|
'extent_code' => ['2893'], |
|
8950
|
|
|
], |
|
8951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9637' => [ |
|
8952
|
|
|
'name' => 'RGAF09 to RGAF09 + Martinique 1987 height (2)', |
|
8953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1095', |
|
8954
|
|
|
'extent_code' => ['3276'], |
|
8955
|
|
|
], |
|
8956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9640' => [ |
|
8957
|
|
|
'name' => 'RGNC91-93 to RGNC91-93 + NGNC08 height (1)', |
|
8958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1095', |
|
8959
|
|
|
'extent_code' => ['3430'], |
|
8960
|
|
|
], |
|
8961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9641' => [ |
|
8962
|
|
|
'name' => 'RGSPM06 to RGSPM06 + Danger 1950 height (2)', |
|
8963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1095', |
|
8964
|
|
|
'extent_code' => ['3299'], |
|
8965
|
|
|
], |
|
8966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9642' => [ |
|
8967
|
|
|
'name' => 'RRAF 1991 to RRAF 1991 + IGN 2008 LD height (1)', |
|
8968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1095', |
|
8969
|
|
|
'extent_code' => ['2893'], |
|
8970
|
|
|
], |
|
8971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9643' => [ |
|
8972
|
|
|
'name' => 'ITRF2005 to ITRF2005 + SA LLD height (1)', |
|
8973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1098', |
|
8974
|
|
|
'extent_code' => ['3309'], |
|
8975
|
|
|
], |
|
8976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9644' => [ |
|
8977
|
|
|
'name' => 'NAD83(CSRS)v6 to NAD83(CSRS)v6 + CGVD2013(CGG2013a) height (1)', |
|
8978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1090', |
|
8979
|
|
|
'extent_code' => ['1061'], |
|
8980
|
|
|
], |
|
8981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9662' => [ |
|
8982
|
|
|
'name' => 'Baltic 1986 height to EVRF2007-PL height (1)', |
|
8983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1101', |
|
8984
|
|
|
'extent_code' => ['3293'], |
|
8985
|
|
|
], |
|
8986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9673' => [ |
|
8987
|
|
|
'name' => 'US Forest Service region 6 Albers', |
|
8988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9822', |
|
8989
|
|
|
'extent_code' => ['2381'], |
|
8990
|
|
|
], |
|
8991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9676' => [ |
|
8992
|
|
|
'name' => 'Israel 1993 to WGS 84 (2)', |
|
8993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
8994
|
|
|
'extent_code' => ['2603'], |
|
8995
|
|
|
], |
|
8996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9677' => [ |
|
8997
|
|
|
'name' => 'Bangladesh Transverse Mercator', |
|
8998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
8999
|
|
|
'extent_code' => ['3217'], |
|
9000
|
|
|
], |
|
9001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9679' => [ |
|
9002
|
|
|
'name' => 'Gulshan 303 to WGS 84 (2)', |
|
9003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
9004
|
|
|
'extent_code' => ['1041'], |
|
9005
|
|
|
], |
|
9006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9682' => [ |
|
9007
|
|
|
'name' => 'ITRF2014 to GDA94 (1)', |
|
9008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
9009
|
|
|
'extent_code' => ['4177'], |
|
9010
|
|
|
], |
|
9011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9684' => [ |
|
9012
|
|
|
'name' => 'ATRF2014 to GDA94 (1)', |
|
9013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1056', |
|
9014
|
|
|
'extent_code' => ['4177'], |
|
9015
|
|
|
], |
|
9016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9690' => [ |
|
9017
|
|
|
'name' => 'WGS 84 to GDA2020 (3)', |
|
9018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
9019
|
|
|
'extent_code' => ['4177'], |
|
9020
|
|
|
], |
|
9021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9691' => [ |
|
9022
|
|
|
'name' => 'WGS 84 to GDA2020 (4)', |
|
9023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
9024
|
|
|
'extent_code' => ['2575'], |
|
9025
|
|
|
], |
|
9026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9692' => [ |
|
9027
|
|
|
'name' => 'GDA2020 to AVWS height (2)', |
|
9028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9665', |
|
9029
|
|
|
'extent_code' => ['4177'], |
|
9030
|
|
|
], |
|
9031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9693' => [ |
|
9032
|
|
|
'name' => 'GDA2020 to GDA2020 + AVWS height (2)', |
|
9033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1088', |
|
9034
|
|
|
'extent_code' => ['4177'], |
|
9035
|
|
|
], |
|
9036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9703' => [ |
|
9037
|
|
|
'name' => 'ETRF2000-PL to ETRS89 (1)', |
|
9038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
9039
|
|
|
'extent_code' => ['1192'], |
|
9040
|
|
|
], |
|
9041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9710' => [ |
|
9042
|
|
|
'name' => 'EVRF2019 height to EVRF2019 mean-tide height (1)', |
|
9043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1107', |
|
9044
|
|
|
'extent_code' => ['4608'], |
|
9045
|
|
|
], |
|
9046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9717' => [ |
|
9047
|
|
|
'name' => 'ETRF2000-PL to Baltic 1986 height (1)', |
|
9048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1099', |
|
9049
|
|
|
'extent_code' => ['3293'], |
|
9050
|
|
|
], |
|
9051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9718' => [ |
|
9052
|
|
|
'name' => 'ETRF2000-PL to ETRF2000-PL + Baltic 1986 height (1)', |
|
9053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1100', |
|
9054
|
|
|
'extent_code' => ['3293'], |
|
9055
|
|
|
], |
|
9056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9719' => [ |
|
9057
|
|
|
'name' => 'ETRF2000-PL to EVRF2007-PL height (1)', |
|
9058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1099', |
|
9059
|
|
|
'extent_code' => ['3293'], |
|
9060
|
|
|
], |
|
9061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9720' => [ |
|
9062
|
|
|
'name' => 'ETRF2000-PL to ETRF2000-PL + EVRF2007-PL height (1)', |
|
9063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1100', |
|
9064
|
|
|
'extent_code' => ['3293'], |
|
9065
|
|
|
], |
|
9066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9726' => [ |
|
9067
|
|
|
'name' => 'Genoa 1942 height to Catania 1965 height (1)', |
|
9068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9616', |
|
9069
|
|
|
'extent_code' => ['2340'], |
|
9070
|
|
|
], |
|
9071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9738' => [ |
|
9072
|
|
|
'name' => 'EOS21-TM', |
|
9073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9074
|
|
|
'extent_code' => ['4620'], |
|
9075
|
|
|
], |
|
9076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9743' => [ |
|
9077
|
|
|
'name' => 'PN68 to WGS 84 (1)', |
|
9078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
9079
|
|
|
'extent_code' => ['3873'], |
|
9080
|
|
|
], |
|
9081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9744' => [ |
|
9082
|
|
|
'name' => 'Baltic 1957 height to EVRF2019 mean-tide height (1)', |
|
9083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
9084
|
|
|
'extent_code' => ['1079'], |
|
9085
|
|
|
], |
|
9086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9745' => [ |
|
9087
|
|
|
'name' => 'Baltic 1957 height to EVRF2019 height (1)', |
|
9088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1046', |
|
9089
|
|
|
'extent_code' => ['1079'], |
|
9090
|
|
|
], |
|
9091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9746' => [ |
|
9092
|
|
|
'name' => 'SPCS83 Alabama East zone (US Survey feet)', |
|
9093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9094
|
|
|
'extent_code' => ['2154'], |
|
9095
|
|
|
], |
|
9096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9747' => [ |
|
9097
|
|
|
'name' => 'SPCS83 Alabama West zone (US Survey feet)', |
|
9098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9099
|
|
|
'extent_code' => ['2155'], |
|
9100
|
|
|
], |
|
9101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9751' => [ |
|
9102
|
|
|
'name' => 'CR05 to CR-SIRGAS (1)', |
|
9103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
9104
|
|
|
'extent_code' => ['1074'], |
|
9105
|
|
|
], |
|
9106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9752' => [ |
|
9107
|
|
|
'name' => 'CR05 to WGS 84 (2)', |
|
9108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
9109
|
|
|
'extent_code' => ['1074'], |
|
9110
|
|
|
], |
|
9111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9756' => [ |
|
9112
|
|
|
'name' => 'WGS 84 (G1762) to WGS 84 (G2139) (1)', |
|
9113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1032', |
|
9114
|
|
|
'extent_code' => ['1262'], |
|
9115
|
|
|
], |
|
9116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9757' => [ |
|
9117
|
|
|
'name' => 'WGS 84 (G2139) to ITRF2014 (1)', |
|
9118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1032', |
|
9119
|
|
|
'extent_code' => ['1262'], |
|
9120
|
|
|
], |
|
9121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9760' => [ |
|
9122
|
|
|
'name' => 'ECML14_NB-TM', |
|
9123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9124
|
|
|
'extent_code' => ['4621'], |
|
9125
|
|
|
], |
|
9126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9765' => [ |
|
9127
|
|
|
'name' => 'EWR2-TM', |
|
9128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9129
|
|
|
'extent_code' => ['4622'], |
|
9130
|
|
|
], |
|
9131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9768' => [ |
|
9132
|
|
|
'name' => 'Kyrg-06 to WGS 84 (1)', |
|
9133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
9134
|
|
|
'extent_code' => ['1137'], |
|
9135
|
|
|
], |
|
9136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9769' => [ |
|
9137
|
|
|
'name' => 'RGWF96 to WGS 84 (1)', |
|
9138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
9139
|
|
|
'extent_code' => ['1255'], |
|
9140
|
|
|
], |
|
9141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9770' => [ |
|
9142
|
|
|
'name' => 'RGTAAF07 to WGS 84 (1)', |
|
9143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
9144
|
|
|
'extent_code' => ['4246'], |
|
9145
|
|
|
], |
|
9146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9771' => [ |
|
9147
|
|
|
'name' => 'TGD2005 to WGS 84 (1)', |
|
9148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
9149
|
|
|
'extent_code' => ['1234'], |
|
9150
|
|
|
], |
|
9151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9773' => [ |
|
9152
|
|
|
'name' => 'GSK-2011 to WGS 84 (1)', |
|
9153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
9154
|
|
|
'extent_code' => ['1198'], |
|
9155
|
|
|
], |
|
9156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9774' => [ |
|
9157
|
|
|
'name' => 'NAD83(2011) to WGS 84 (1)', |
|
9158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
9159
|
|
|
'extent_code' => ['1511'], |
|
9160
|
|
|
], |
|
9161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9788' => [ |
|
9162
|
|
|
'name' => 'RGF93 v2 to RGF93 v2b', |
|
9163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
9164
|
|
|
'extent_code' => ['1096'], |
|
9165
|
|
|
], |
|
9166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9789' => [ |
|
9167
|
|
|
'name' => 'RGF93 v2 to ETRS89 (1)', |
|
9168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
9169
|
|
|
'extent_code' => ['1096'], |
|
9170
|
|
|
], |
|
9171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9790' => [ |
|
9172
|
|
|
'name' => 'RGF93 v2b to ETRS89 (1)', |
|
9173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
9174
|
|
|
'extent_code' => ['1096'], |
|
9175
|
|
|
], |
|
9176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9795' => [ |
|
9177
|
|
|
'name' => 'NAD83 to NAD83(CSRS)v7 (1)', |
|
9178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
9179
|
|
|
'extent_code' => ['2376'], |
|
9180
|
|
|
], |
|
9181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9796' => [ |
|
9182
|
|
|
'name' => 'Local coordinate system of Kyiv', |
|
9183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9184
|
|
|
'extent_code' => ['4650'], |
|
9185
|
|
|
], |
|
9186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9797' => [ |
|
9187
|
|
|
'name' => 'Local coordinate system of Crimea region', |
|
9188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9189
|
|
|
'extent_code' => ['4648'], |
|
9190
|
|
|
], |
|
9191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9798' => [ |
|
9192
|
|
|
'name' => 'Local coordinate system of Vinnytsia region', |
|
9193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9194
|
|
|
'extent_code' => ['4643'], |
|
9195
|
|
|
], |
|
9196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9799' => [ |
|
9197
|
|
|
'name' => 'Local coordinate system of Volyn region', |
|
9198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9199
|
|
|
'extent_code' => ['4644'], |
|
9200
|
|
|
], |
|
9201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9800' => [ |
|
9202
|
|
|
'name' => 'Local coordinate system of Dnipropetrovsk region', |
|
9203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9204
|
|
|
'extent_code' => ['4627'], |
|
9205
|
|
|
], |
|
9206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9801' => [ |
|
9207
|
|
|
'name' => 'Local coordinate system of Donetsk region', |
|
9208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9209
|
|
|
'extent_code' => ['4628'], |
|
9210
|
|
|
], |
|
9211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9802' => [ |
|
9212
|
|
|
'name' => 'Local coordinate system of Zhytomyr region', |
|
9213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9214
|
|
|
'extent_code' => ['4647'], |
|
9215
|
|
|
], |
|
9216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9803' => [ |
|
9217
|
|
|
'name' => 'Local coordinate system of Zakarpattia region', |
|
9218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9219
|
|
|
'extent_code' => ['4645'], |
|
9220
|
|
|
], |
|
9221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9804' => [ |
|
9222
|
|
|
'name' => 'Local coordinate system of Zaporizhzhia region', |
|
9223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9224
|
|
|
'extent_code' => ['4646'], |
|
9225
|
|
|
], |
|
9226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9805' => [ |
|
9227
|
|
|
'name' => 'Local coordinate system of Ivano-Frankivsk region', |
|
9228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9229
|
|
|
'extent_code' => ['4629'], |
|
9230
|
|
|
], |
|
9231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9806' => [ |
|
9232
|
|
|
'name' => 'Local coordinate system of Kirovohrad region', |
|
9233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9234
|
|
|
'extent_code' => ['4634'], |
|
9235
|
|
|
], |
|
9236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9807' => [ |
|
9237
|
|
|
'name' => 'Local coordinate system of Luhansk region', |
|
9238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9239
|
|
|
'extent_code' => ['4635'], |
|
9240
|
|
|
], |
|
9241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9808' => [ |
|
9242
|
|
|
'name' => 'Local coordinate system of Lviv region', |
|
9243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9244
|
|
|
'extent_code' => ['4636'], |
|
9245
|
|
|
], |
|
9246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9809' => [ |
|
9247
|
|
|
'name' => 'Local coordinate system of Mykolaiv region', |
|
9248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9249
|
|
|
'extent_code' => ['4637'], |
|
9250
|
|
|
], |
|
9251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9810' => [ |
|
9252
|
|
|
'name' => 'Local coordinate system of Odessa region', |
|
9253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9254
|
|
|
'extent_code' => ['4638'], |
|
9255
|
|
|
], |
|
9256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9811' => [ |
|
9257
|
|
|
'name' => 'Local coordinate system of Poltava region', |
|
9258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9259
|
|
|
'extent_code' => ['4639'], |
|
9260
|
|
|
], |
|
9261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9812' => [ |
|
9262
|
|
|
'name' => 'Local coordinate system of Rivne and Khmelnytsky regions', |
|
9263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9264
|
|
|
'extent_code' => ['4651'], |
|
9265
|
|
|
], |
|
9266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9813' => [ |
|
9267
|
|
|
'name' => 'Local coordinate system of Sumy region', |
|
9268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9269
|
|
|
'extent_code' => ['4641'], |
|
9270
|
|
|
], |
|
9271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9814' => [ |
|
9272
|
|
|
'name' => 'Local coordinate system of Ternopil region', |
|
9273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9274
|
|
|
'extent_code' => ['4642'], |
|
9275
|
|
|
], |
|
9276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9815' => [ |
|
9277
|
|
|
'name' => 'Local coordinate system of Kharkiv region', |
|
9278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9279
|
|
|
'extent_code' => ['4630'], |
|
9280
|
|
|
], |
|
9281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9816' => [ |
|
9282
|
|
|
'name' => 'Local coordinate system of Kherson region', |
|
9283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9284
|
|
|
'extent_code' => ['4631'], |
|
9285
|
|
|
], |
|
9286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9817' => [ |
|
9287
|
|
|
'name' => 'Local coordinate system of Cherkasy region', |
|
9288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9289
|
|
|
'extent_code' => ['4624'], |
|
9290
|
|
|
], |
|
9291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9818' => [ |
|
9292
|
|
|
'name' => 'Local coordinate system of Chernivtsi region', |
|
9293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9294
|
|
|
'extent_code' => ['4626'], |
|
9295
|
|
|
], |
|
9296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9819' => [ |
|
9297
|
|
|
'name' => 'Local coordinate system of Chernihiv region', |
|
9298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9299
|
|
|
'extent_code' => ['4625'], |
|
9300
|
|
|
], |
|
9301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9820' => [ |
|
9302
|
|
|
'name' => 'Local coordinate system of Sevastopol city', |
|
9303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9304
|
|
|
'extent_code' => ['4649'], |
|
9305
|
|
|
], |
|
9306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9868' => [ |
|
9307
|
|
|
'name' => 'MRH21-TM', |
|
9308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9309
|
|
|
'extent_code' => ['4652'], |
|
9310
|
|
|
], |
|
9311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9872' => [ |
|
9312
|
|
|
'name' => 'Papua New Guinea Map Grid 1994 zone 57', |
|
9313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9314
|
|
|
'extent_code' => ['4653'], |
|
9315
|
|
|
], |
|
9316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9873' => [ |
|
9317
|
|
|
'name' => 'Papua New Guinea Map Grid 1994 zone 58', |
|
9318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9319
|
|
|
'extent_code' => ['4654'], |
|
9320
|
|
|
], |
|
9321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9876' => [ |
|
9322
|
|
|
'name' => 'RGF93 v2b to NGF-IGN69 height (5)', |
|
9323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1073', |
|
9324
|
|
|
'extent_code' => ['1326'], |
|
9325
|
|
|
], |
|
9326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9877' => [ |
|
9327
|
|
|
'name' => 'RGF93 v2b to RGF93 v2b + NGF-IGN69 height (5)', |
|
9328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1095', |
|
9329
|
|
|
'extent_code' => ['1326'], |
|
9330
|
|
|
], |
|
9331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9879' => [ |
|
9332
|
|
|
'name' => 'MOLDOR11-TM', |
|
9333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9334
|
|
|
'extent_code' => ['4655'], |
|
9335
|
|
|
], |
|
9336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9882' => [ |
|
9337
|
|
|
'name' => 'RGF93 v1 to RGF93 v2 (1)', |
|
9338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
9339
|
|
|
'extent_code' => ['1096'], |
|
9340
|
|
|
], |
|
9341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9886' => [ |
|
9342
|
|
|
'name' => 'NAD27 to NAD83(CSRS)v2 (2)', |
|
9343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
9344
|
|
|
'extent_code' => ['2375'], |
|
9345
|
|
|
], |
|
9346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9887' => [ |
|
9347
|
|
|
'name' => 'NAD83 to NAD83(CSRS)v2 (2)', |
|
9348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
9349
|
|
|
'extent_code' => ['2375'], |
|
9350
|
|
|
], |
|
9351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9888' => [ |
|
9352
|
|
|
'name' => 'NTF to RGF93 v2 (1)', |
|
9353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1087', |
|
9354
|
|
|
'extent_code' => ['3694'], |
|
9355
|
|
|
], |
|
9356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9889' => [ |
|
9357
|
|
|
'name' => 'NTF to RGF93 v2b (1)', |
|
9358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1087', |
|
9359
|
|
|
'extent_code' => ['3694'], |
|
9360
|
|
|
], |
|
9361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9894' => [ |
|
9362
|
|
|
'name' => 'Luxembourg TM (3D)', |
|
9363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1111', |
|
9364
|
|
|
'extent_code' => ['1146'], |
|
9365
|
|
|
], |
|
9366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9896' => [ |
|
9367
|
|
|
'name' => 'JGD2000 to WGS 84 (2)', |
|
9368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
9369
|
|
|
'extent_code' => ['4170'], |
|
9370
|
|
|
], |
|
9371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9908' => [ |
|
9372
|
|
|
'name' => 'ETRS89 to Ostend height (1)', |
|
9373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1082', |
|
9374
|
|
|
'extent_code' => ['1347'], |
|
9375
|
|
|
], |
|
9376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9909' => [ |
|
9377
|
|
|
'name' => 'ETRS89 to ETRS89 + Ostend height (1)', |
|
9378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1098', |
|
9379
|
|
|
'extent_code' => ['1347'], |
|
9380
|
|
|
], |
|
9381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9913' => [ |
|
9382
|
|
|
'name' => 'Hong Kong 1980 to Hong Kong Geodetic CS (1)', |
|
9383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
9384
|
|
|
'extent_code' => ['1118'], |
|
9385
|
|
|
], |
|
9386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9914' => [ |
|
9387
|
|
|
'name' => 'ETRS89 to BI height (1)', |
|
9388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9663', |
|
9389
|
|
|
'extent_code' => ['4390'], |
|
9390
|
|
|
], |
|
9391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9915' => [ |
|
9392
|
|
|
'name' => 'ETRS89 to ETRS89 + BI height (1)', |
|
9393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1097', |
|
9394
|
|
|
'extent_code' => ['4390'], |
|
9395
|
|
|
], |
|
9396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9916' => [ |
|
9397
|
|
|
'name' => 'ETRS89 to BI height (2)', |
|
9398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1072', |
|
9399
|
|
|
'extent_code' => ['2530'], |
|
9400
|
|
|
], |
|
9401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9917' => [ |
|
9402
|
|
|
'name' => 'ETRS89 to ETRS89 + BI height (2)', |
|
9403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1096', |
|
9404
|
|
|
'extent_code' => ['2530'], |
|
9405
|
|
|
], |
|
9406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9918' => [ |
|
9407
|
|
|
'name' => 'ETRS89 to BI height (3)', |
|
9408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1072', |
|
9409
|
|
|
'extent_code' => ['1305'], |
|
9410
|
|
|
], |
|
9411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9919' => [ |
|
9412
|
|
|
'name' => 'ETRS89 to ETRS89 + BI height (3)', |
|
9413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::1096', |
|
9414
|
|
|
'extent_code' => ['1305'], |
|
9415
|
|
|
], |
|
9416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9936' => [ |
|
9417
|
|
|
'name' => 'JGD2011 to WGS 84 (1)', |
|
9418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
9419
|
|
|
'extent_code' => ['1129'], |
|
9420
|
|
|
], |
|
9421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9937' => [ |
|
9422
|
|
|
'name' => 'LUREF to ETRS89 (7)', |
|
9423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
9424
|
|
|
'extent_code' => ['1146'], |
|
9425
|
|
|
], |
|
9426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9938' => [ |
|
9427
|
|
|
'name' => 'LUREF to ETRS89 (8)', |
|
9428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
9429
|
|
|
'extent_code' => ['1146'], |
|
9430
|
|
|
], |
|
9431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::9942' => [ |
|
9432
|
|
|
'name' => 'EBBWV14-TM', |
|
9433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9434
|
|
|
'extent_code' => ['4661'], |
|
9435
|
|
|
], |
|
9436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10098' => [ |
|
9437
|
|
|
'name' => 'KKJ to ETRS89 (2)', |
|
9438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
9439
|
|
|
'extent_code' => ['3333'], |
|
9440
|
|
|
], |
|
9441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10101' => [ |
|
9442
|
|
|
'name' => 'Alabama CS27 East zone', |
|
9443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9444
|
|
|
'extent_code' => ['2154'], |
|
9445
|
|
|
], |
|
9446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10102' => [ |
|
9447
|
|
|
'name' => 'Alabama CS27 West zone', |
|
9448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9449
|
|
|
'extent_code' => ['2155'], |
|
9450
|
|
|
], |
|
9451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10131' => [ |
|
9452
|
|
|
'name' => 'SPCS83 Alabama East zone (meters)', |
|
9453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9454
|
|
|
'extent_code' => ['2154'], |
|
9455
|
|
|
], |
|
9456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10132' => [ |
|
9457
|
|
|
'name' => 'SPCS83 Alabama West zone (meters)', |
|
9458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9459
|
|
|
'extent_code' => ['2155'], |
|
9460
|
|
|
], |
|
9461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10201' => [ |
|
9462
|
|
|
'name' => 'Arizona Coordinate System East zone', |
|
9463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9464
|
|
|
'extent_code' => ['2167'], |
|
9465
|
|
|
], |
|
9466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10202' => [ |
|
9467
|
|
|
'name' => 'Arizona Coordinate System Central zone', |
|
9468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9469
|
|
|
'extent_code' => ['2166'], |
|
9470
|
|
|
], |
|
9471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10203' => [ |
|
9472
|
|
|
'name' => 'Arizona Coordinate System West zone', |
|
9473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9474
|
|
|
'extent_code' => ['2168'], |
|
9475
|
|
|
], |
|
9476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10231' => [ |
|
9477
|
|
|
'name' => 'SPCS83 Arizona East zone (meters)', |
|
9478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9479
|
|
|
'extent_code' => ['2167'], |
|
9480
|
|
|
], |
|
9481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10232' => [ |
|
9482
|
|
|
'name' => 'SPCS83 Arizona Central zone (meters)', |
|
9483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9484
|
|
|
'extent_code' => ['2166'], |
|
9485
|
|
|
], |
|
9486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10233' => [ |
|
9487
|
|
|
'name' => 'SPCS83 Arizona West zone (meters)', |
|
9488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9489
|
|
|
'extent_code' => ['2168'], |
|
9490
|
|
|
], |
|
9491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10301' => [ |
|
9492
|
|
|
'name' => 'Arkansas CS27 North', |
|
9493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9494
|
|
|
'extent_code' => ['2169'], |
|
9495
|
|
|
], |
|
9496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10302' => [ |
|
9497
|
|
|
'name' => 'Arkansas CS27 South', |
|
9498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9499
|
|
|
'extent_code' => ['2170'], |
|
9500
|
|
|
], |
|
9501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10331' => [ |
|
9502
|
|
|
'name' => 'SPCS83 Arkansas North zone (meters)', |
|
9503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9504
|
|
|
'extent_code' => ['2169'], |
|
9505
|
|
|
], |
|
9506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10332' => [ |
|
9507
|
|
|
'name' => 'SPCS83 Arkansas South zone (meters)', |
|
9508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9509
|
|
|
'extent_code' => ['2170'], |
|
9510
|
|
|
], |
|
9511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10401' => [ |
|
9512
|
|
|
'name' => 'California CS27 zone I', |
|
9513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9514
|
|
|
'extent_code' => ['2175'], |
|
9515
|
|
|
], |
|
9516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10402' => [ |
|
9517
|
|
|
'name' => 'California CS27 zone II', |
|
9518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9519
|
|
|
'extent_code' => ['2176'], |
|
9520
|
|
|
], |
|
9521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10403' => [ |
|
9522
|
|
|
'name' => 'California CS27 zone III', |
|
9523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9524
|
|
|
'extent_code' => ['2177'], |
|
9525
|
|
|
], |
|
9526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10404' => [ |
|
9527
|
|
|
'name' => 'California CS27 zone IV', |
|
9528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9529
|
|
|
'extent_code' => ['2178'], |
|
9530
|
|
|
], |
|
9531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10405' => [ |
|
9532
|
|
|
'name' => 'California CS27 zone V', |
|
9533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9534
|
|
|
'extent_code' => ['2179'], |
|
9535
|
|
|
], |
|
9536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10406' => [ |
|
9537
|
|
|
'name' => 'California CS27 zone VI', |
|
9538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9539
|
|
|
'extent_code' => ['2180'], |
|
9540
|
|
|
], |
|
9541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10408' => [ |
|
9542
|
|
|
'name' => 'California CS27 zone VII', |
|
9543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9544
|
|
|
'extent_code' => ['2181'], |
|
9545
|
|
|
], |
|
9546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10420' => [ |
|
9547
|
|
|
'name' => 'California Albers', |
|
9548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9822', |
|
9549
|
|
|
'extent_code' => ['1375'], |
|
9550
|
|
|
], |
|
9551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10431' => [ |
|
9552
|
|
|
'name' => 'SPCS83 California zone 1 (meters)', |
|
9553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9554
|
|
|
'extent_code' => ['2175'], |
|
9555
|
|
|
], |
|
9556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10432' => [ |
|
9557
|
|
|
'name' => 'SPCS83 California zone 2 (meters)', |
|
9558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9559
|
|
|
'extent_code' => ['2176'], |
|
9560
|
|
|
], |
|
9561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10433' => [ |
|
9562
|
|
|
'name' => 'SPCS83 California zone 3 (meters)', |
|
9563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9564
|
|
|
'extent_code' => ['2177'], |
|
9565
|
|
|
], |
|
9566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10434' => [ |
|
9567
|
|
|
'name' => 'SPCS83 California zone 4 (meters)', |
|
9568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9569
|
|
|
'extent_code' => ['2178'], |
|
9570
|
|
|
], |
|
9571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10435' => [ |
|
9572
|
|
|
'name' => 'SPCS83 California zone 5 (meters)', |
|
9573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9574
|
|
|
'extent_code' => ['2182'], |
|
9575
|
|
|
], |
|
9576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10436' => [ |
|
9577
|
|
|
'name' => 'SPCS83 California zone 6 (meters)', |
|
9578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9579
|
|
|
'extent_code' => ['2180'], |
|
9580
|
|
|
], |
|
9581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10501' => [ |
|
9582
|
|
|
'name' => 'Colorado CS27 North zone', |
|
9583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9584
|
|
|
'extent_code' => ['2184'], |
|
9585
|
|
|
], |
|
9586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10502' => [ |
|
9587
|
|
|
'name' => 'Colorado CS27 Central zone', |
|
9588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9589
|
|
|
'extent_code' => ['2183'], |
|
9590
|
|
|
], |
|
9591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10503' => [ |
|
9592
|
|
|
'name' => 'Colorado CS27 South zone', |
|
9593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9594
|
|
|
'extent_code' => ['2185'], |
|
9595
|
|
|
], |
|
9596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10531' => [ |
|
9597
|
|
|
'name' => 'SPCS83 Colorado North zone (meters)', |
|
9598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9599
|
|
|
'extent_code' => ['2184'], |
|
9600
|
|
|
], |
|
9601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10532' => [ |
|
9602
|
|
|
'name' => 'SPCS83 Colorado Central zone (meters)', |
|
9603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9604
|
|
|
'extent_code' => ['2183'], |
|
9605
|
|
|
], |
|
9606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10533' => [ |
|
9607
|
|
|
'name' => 'SPCS83 Colorado South zone (meters)', |
|
9608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9609
|
|
|
'extent_code' => ['2185'], |
|
9610
|
|
|
], |
|
9611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10600' => [ |
|
9612
|
|
|
'name' => 'Connecticut CS27', |
|
9613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9614
|
|
|
'extent_code' => ['1377'], |
|
9615
|
|
|
], |
|
9616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10630' => [ |
|
9617
|
|
|
'name' => 'SPCS83 Connecticut zone (meters)', |
|
9618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9619
|
|
|
'extent_code' => ['1377'], |
|
9620
|
|
|
], |
|
9621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10700' => [ |
|
9622
|
|
|
'name' => 'Delaware CS27', |
|
9623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9624
|
|
|
'extent_code' => ['1378'], |
|
9625
|
|
|
], |
|
9626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10730' => [ |
|
9627
|
|
|
'name' => 'SPCS83 Delaware zone (meters)', |
|
9628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9629
|
|
|
'extent_code' => ['1378'], |
|
9630
|
|
|
], |
|
9631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10901' => [ |
|
9632
|
|
|
'name' => 'Florida CS27 East zone', |
|
9633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9634
|
|
|
'extent_code' => ['2186'], |
|
9635
|
|
|
], |
|
9636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10902' => [ |
|
9637
|
|
|
'name' => 'Florida CS27 West zone', |
|
9638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9639
|
|
|
'extent_code' => ['2188'], |
|
9640
|
|
|
], |
|
9641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10903' => [ |
|
9642
|
|
|
'name' => 'Florida CS27 North zone', |
|
9643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9644
|
|
|
'extent_code' => ['2187'], |
|
9645
|
|
|
], |
|
9646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10931' => [ |
|
9647
|
|
|
'name' => 'SPCS83 Florida East zone (meters)', |
|
9648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9649
|
|
|
'extent_code' => ['2186'], |
|
9650
|
|
|
], |
|
9651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10932' => [ |
|
9652
|
|
|
'name' => 'SPCS83 Florida West zone (meters)', |
|
9653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9654
|
|
|
'extent_code' => ['2188'], |
|
9655
|
|
|
], |
|
9656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10933' => [ |
|
9657
|
|
|
'name' => 'SPCS83 Florida North zone (meters)', |
|
9658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9659
|
|
|
'extent_code' => ['2187'], |
|
9660
|
|
|
], |
|
9661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::10934' => [ |
|
9662
|
|
|
'name' => 'Florida GDL Albers (meters)', |
|
9663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9822', |
|
9664
|
|
|
'extent_code' => ['1379'], |
|
9665
|
|
|
], |
|
9666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11001' => [ |
|
9667
|
|
|
'name' => 'Georgia CS27 East zone', |
|
9668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9669
|
|
|
'extent_code' => ['2189'], |
|
9670
|
|
|
], |
|
9671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11002' => [ |
|
9672
|
|
|
'name' => 'Georgia CS27 West zone', |
|
9673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9674
|
|
|
'extent_code' => ['2190'], |
|
9675
|
|
|
], |
|
9676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11031' => [ |
|
9677
|
|
|
'name' => 'SPCS83 Georgia East zone (meters)', |
|
9678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9679
|
|
|
'extent_code' => ['2189'], |
|
9680
|
|
|
], |
|
9681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11032' => [ |
|
9682
|
|
|
'name' => 'SPCS83 Georgia West zone (meters)', |
|
9683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9684
|
|
|
'extent_code' => ['2190'], |
|
9685
|
|
|
], |
|
9686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11101' => [ |
|
9687
|
|
|
'name' => 'Idaho CS27 East zone', |
|
9688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9689
|
|
|
'extent_code' => ['2192'], |
|
9690
|
|
|
], |
|
9691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11102' => [ |
|
9692
|
|
|
'name' => 'Idaho CS27 Central zone', |
|
9693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9694
|
|
|
'extent_code' => ['2191'], |
|
9695
|
|
|
], |
|
9696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11103' => [ |
|
9697
|
|
|
'name' => 'Idaho CS27 West zone', |
|
9698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9699
|
|
|
'extent_code' => ['2193'], |
|
9700
|
|
|
], |
|
9701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11131' => [ |
|
9702
|
|
|
'name' => 'SPCS83 Idaho East zone (meters)', |
|
9703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9704
|
|
|
'extent_code' => ['2192'], |
|
9705
|
|
|
], |
|
9706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11132' => [ |
|
9707
|
|
|
'name' => 'SPCS83 Idaho Central zone (meters)', |
|
9708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9709
|
|
|
'extent_code' => ['2191'], |
|
9710
|
|
|
], |
|
9711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11133' => [ |
|
9712
|
|
|
'name' => 'SPCS83 Idaho West zone (meters)', |
|
9713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9714
|
|
|
'extent_code' => ['2193'], |
|
9715
|
|
|
], |
|
9716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11201' => [ |
|
9717
|
|
|
'name' => 'Illinois CS27 East zone', |
|
9718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9719
|
|
|
'extent_code' => ['2194'], |
|
9720
|
|
|
], |
|
9721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11202' => [ |
|
9722
|
|
|
'name' => 'Illinois CS27 West zone', |
|
9723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9724
|
|
|
'extent_code' => ['2195'], |
|
9725
|
|
|
], |
|
9726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11231' => [ |
|
9727
|
|
|
'name' => 'SPCS83 Illinois East zone (meters)', |
|
9728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9729
|
|
|
'extent_code' => ['2194'], |
|
9730
|
|
|
], |
|
9731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11232' => [ |
|
9732
|
|
|
'name' => 'SPCS83 Illinois West zone (meters)', |
|
9733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9734
|
|
|
'extent_code' => ['2195'], |
|
9735
|
|
|
], |
|
9736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11301' => [ |
|
9737
|
|
|
'name' => 'Indiana CS27 East zone', |
|
9738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9739
|
|
|
'extent_code' => ['2196'], |
|
9740
|
|
|
], |
|
9741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11302' => [ |
|
9742
|
|
|
'name' => 'Indiana CS27 West zone', |
|
9743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9744
|
|
|
'extent_code' => ['2197'], |
|
9745
|
|
|
], |
|
9746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11331' => [ |
|
9747
|
|
|
'name' => 'SPCS83 Indiana East zone (meters)', |
|
9748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9749
|
|
|
'extent_code' => ['2196'], |
|
9750
|
|
|
], |
|
9751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11332' => [ |
|
9752
|
|
|
'name' => 'SPCS83 Indiana West zone (meters)', |
|
9753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9754
|
|
|
'extent_code' => ['2197'], |
|
9755
|
|
|
], |
|
9756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11401' => [ |
|
9757
|
|
|
'name' => 'Iowa CS27 North zone', |
|
9758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9759
|
|
|
'extent_code' => ['2198'], |
|
9760
|
|
|
], |
|
9761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11402' => [ |
|
9762
|
|
|
'name' => 'Iowa CS27 South zone', |
|
9763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9764
|
|
|
'extent_code' => ['2199'], |
|
9765
|
|
|
], |
|
9766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11431' => [ |
|
9767
|
|
|
'name' => 'SPCS83 Iowa North zone (meters)', |
|
9768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9769
|
|
|
'extent_code' => ['2198'], |
|
9770
|
|
|
], |
|
9771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11432' => [ |
|
9772
|
|
|
'name' => 'SPCS83 Iowa South zone (meters)', |
|
9773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9774
|
|
|
'extent_code' => ['2199'], |
|
9775
|
|
|
], |
|
9776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11501' => [ |
|
9777
|
|
|
'name' => 'Kansas CS27 North zone', |
|
9778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9779
|
|
|
'extent_code' => ['2200'], |
|
9780
|
|
|
], |
|
9781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11502' => [ |
|
9782
|
|
|
'name' => 'Kansas CS27 South zone', |
|
9783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9784
|
|
|
'extent_code' => ['2201'], |
|
9785
|
|
|
], |
|
9786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11531' => [ |
|
9787
|
|
|
'name' => 'SPCS83 Kansas North zone (meters)', |
|
9788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9789
|
|
|
'extent_code' => ['2200'], |
|
9790
|
|
|
], |
|
9791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11532' => [ |
|
9792
|
|
|
'name' => 'SPCS83 Kansas South zone (meters)', |
|
9793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9794
|
|
|
'extent_code' => ['2201'], |
|
9795
|
|
|
], |
|
9796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11601' => [ |
|
9797
|
|
|
'name' => 'Kentucky CS27 North zone', |
|
9798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9799
|
|
|
'extent_code' => ['2202'], |
|
9800
|
|
|
], |
|
9801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11602' => [ |
|
9802
|
|
|
'name' => 'Kentucky CS27 South zone', |
|
9803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9804
|
|
|
'extent_code' => ['2203'], |
|
9805
|
|
|
], |
|
9806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11630' => [ |
|
9807
|
|
|
'name' => 'SPCS83 Kentucky Single Zone (meters)', |
|
9808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9809
|
|
|
'extent_code' => ['1386'], |
|
9810
|
|
|
], |
|
9811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11632' => [ |
|
9812
|
|
|
'name' => 'SPCS83 Kentucky South zone (meters)', |
|
9813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9814
|
|
|
'extent_code' => ['2203'], |
|
9815
|
|
|
], |
|
9816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11701' => [ |
|
9817
|
|
|
'name' => 'Louisiana CS27 North zone', |
|
9818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9819
|
|
|
'extent_code' => ['2204'], |
|
9820
|
|
|
], |
|
9821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11702' => [ |
|
9822
|
|
|
'name' => 'Louisiana CS27 South zone', |
|
9823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9824
|
|
|
'extent_code' => ['2205'], |
|
9825
|
|
|
], |
|
9826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11703' => [ |
|
9827
|
|
|
'name' => 'Louisiana CS27 Offshore zone', |
|
9828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9829
|
|
|
'extent_code' => ['1387'], |
|
9830
|
|
|
], |
|
9831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11731' => [ |
|
9832
|
|
|
'name' => 'SPCS83 Louisiana North zone (meters)', |
|
9833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9834
|
|
|
'extent_code' => ['2204'], |
|
9835
|
|
|
], |
|
9836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11732' => [ |
|
9837
|
|
|
'name' => 'SPCS83 Louisiana South zone (meters)', |
|
9838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9839
|
|
|
'extent_code' => ['2529'], |
|
9840
|
|
|
], |
|
9841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11733' => [ |
|
9842
|
|
|
'name' => 'SPCS83 Louisiana Offshore zone (meters)', |
|
9843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9844
|
|
|
'extent_code' => ['1387'], |
|
9845
|
|
|
], |
|
9846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11801' => [ |
|
9847
|
|
|
'name' => 'Maine CS27 East zone', |
|
9848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9849
|
|
|
'extent_code' => ['2206'], |
|
9850
|
|
|
], |
|
9851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11802' => [ |
|
9852
|
|
|
'name' => 'Maine CS27 West zone', |
|
9853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9854
|
|
|
'extent_code' => ['2207'], |
|
9855
|
|
|
], |
|
9856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11831' => [ |
|
9857
|
|
|
'name' => 'SPCS83 Maine East zone (meters)', |
|
9858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9859
|
|
|
'extent_code' => ['2206'], |
|
9860
|
|
|
], |
|
9861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11832' => [ |
|
9862
|
|
|
'name' => 'SPCS83 Maine West zone (meters)', |
|
9863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9864
|
|
|
'extent_code' => ['2207'], |
|
9865
|
|
|
], |
|
9866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11833' => [ |
|
9867
|
|
|
'name' => 'SPCS83 Maine East zone (US Survey feet)', |
|
9868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9869
|
|
|
'extent_code' => ['2206'], |
|
9870
|
|
|
], |
|
9871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11834' => [ |
|
9872
|
|
|
'name' => 'SPCS83 Maine West zone (US Survey feet)', |
|
9873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9874
|
|
|
'extent_code' => ['2207'], |
|
9875
|
|
|
], |
|
9876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11851' => [ |
|
9877
|
|
|
'name' => 'Maine CS2000 East zone (meters)', |
|
9878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9879
|
|
|
'extent_code' => ['2960'], |
|
9880
|
|
|
], |
|
9881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11853' => [ |
|
9882
|
|
|
'name' => 'Maine CS2000 West zone (meters)', |
|
9883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9884
|
|
|
'extent_code' => ['2958'], |
|
9885
|
|
|
], |
|
9886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11854' => [ |
|
9887
|
|
|
'name' => 'Maine CS2000 Central zone (meters)', |
|
9888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9889
|
|
|
'extent_code' => ['2959'], |
|
9890
|
|
|
], |
|
9891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11900' => [ |
|
9892
|
|
|
'name' => 'Maryland CS27', |
|
9893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9894
|
|
|
'extent_code' => ['1389'], |
|
9895
|
|
|
], |
|
9896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::11930' => [ |
|
9897
|
|
|
'name' => 'SPCS83 Maryland zone (meters)', |
|
9898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9899
|
|
|
'extent_code' => ['1389'], |
|
9900
|
|
|
], |
|
9901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12001' => [ |
|
9902
|
|
|
'name' => 'Massachusetts CS27 Mainland zone', |
|
9903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9904
|
|
|
'extent_code' => ['2209'], |
|
9905
|
|
|
], |
|
9906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12002' => [ |
|
9907
|
|
|
'name' => 'Massachusetts CS27 Island zone', |
|
9908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9909
|
|
|
'extent_code' => ['2208'], |
|
9910
|
|
|
], |
|
9911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12031' => [ |
|
9912
|
|
|
'name' => 'SPCS83 Massachusetts Mainland zone (meters)', |
|
9913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9914
|
|
|
'extent_code' => ['2209'], |
|
9915
|
|
|
], |
|
9916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12032' => [ |
|
9917
|
|
|
'name' => 'SPCS83 Massachusetts Island zone (meters)', |
|
9918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9919
|
|
|
'extent_code' => ['2208'], |
|
9920
|
|
|
], |
|
9921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12101' => [ |
|
9922
|
|
|
'name' => 'Michigan State Plane East zone', |
|
9923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9924
|
|
|
'extent_code' => ['1720'], |
|
9925
|
|
|
], |
|
9926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12102' => [ |
|
9927
|
|
|
'name' => 'Michigan State Plane Old Central zone', |
|
9928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9929
|
|
|
'extent_code' => ['1721'], |
|
9930
|
|
|
], |
|
9931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12103' => [ |
|
9932
|
|
|
'name' => 'Michigan State Plane West zone', |
|
9933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
9934
|
|
|
'extent_code' => ['3652'], |
|
9935
|
|
|
], |
|
9936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12141' => [ |
|
9937
|
|
|
'name' => 'SPCS83 Michigan North zone (meters)', |
|
9938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9939
|
|
|
'extent_code' => ['1723'], |
|
9940
|
|
|
], |
|
9941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12142' => [ |
|
9942
|
|
|
'name' => 'SPCS83 Michigan Central zone (meters)', |
|
9943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9944
|
|
|
'extent_code' => ['1724'], |
|
9945
|
|
|
], |
|
9946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12143' => [ |
|
9947
|
|
|
'name' => 'SPCS83 Michigan South zone (meters)', |
|
9948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9949
|
|
|
'extent_code' => ['1725'], |
|
9950
|
|
|
], |
|
9951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12150' => [ |
|
9952
|
|
|
'name' => 'Michigan Oblique Mercator (meters)', |
|
9953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9812', |
|
9954
|
|
|
'extent_code' => ['1391'], |
|
9955
|
|
|
], |
|
9956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12201' => [ |
|
9957
|
|
|
'name' => 'Minnesota CS27 North zone', |
|
9958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9959
|
|
|
'extent_code' => ['2214'], |
|
9960
|
|
|
], |
|
9961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12202' => [ |
|
9962
|
|
|
'name' => 'Minnesota CS27 Central zone', |
|
9963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9964
|
|
|
'extent_code' => ['2213'], |
|
9965
|
|
|
], |
|
9966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12203' => [ |
|
9967
|
|
|
'name' => 'Minnesota CS27 South zone', |
|
9968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9969
|
|
|
'extent_code' => ['2215'], |
|
9970
|
|
|
], |
|
9971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12231' => [ |
|
9972
|
|
|
'name' => 'SPCS83 Minnesota North zone (meters)', |
|
9973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9974
|
|
|
'extent_code' => ['2214'], |
|
9975
|
|
|
], |
|
9976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12232' => [ |
|
9977
|
|
|
'name' => 'SPCS83 Minnesota Central zone (meters)', |
|
9978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9979
|
|
|
'extent_code' => ['2213'], |
|
9980
|
|
|
], |
|
9981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12233' => [ |
|
9982
|
|
|
'name' => 'SPCS83 Minnesota South zone (meters)', |
|
9983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9984
|
|
|
'extent_code' => ['2215'], |
|
9985
|
|
|
], |
|
9986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12234' => [ |
|
9987
|
|
|
'name' => 'SPCS83 Minnesota North zone (US Survey feet)', |
|
9988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9989
|
|
|
'extent_code' => ['2214'], |
|
9990
|
|
|
], |
|
9991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12235' => [ |
|
9992
|
|
|
'name' => 'SPCS83 Minnesota Central zone (US Survey feet)', |
|
9993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9994
|
|
|
'extent_code' => ['2213'], |
|
9995
|
|
|
], |
|
9996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12236' => [ |
|
9997
|
|
|
'name' => 'SPCS83 Minnesota South zone (US Survey feet)', |
|
9998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
9999
|
|
|
'extent_code' => ['2215'], |
|
10000
|
|
|
], |
|
10001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12301' => [ |
|
10002
|
|
|
'name' => 'Mississippi CS27 East zone', |
|
10003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10004
|
|
|
'extent_code' => ['2216'], |
|
10005
|
|
|
], |
|
10006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12302' => [ |
|
10007
|
|
|
'name' => 'Mississippi CS27 West zone', |
|
10008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10009
|
|
|
'extent_code' => ['2217'], |
|
10010
|
|
|
], |
|
10011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12331' => [ |
|
10012
|
|
|
'name' => 'SPCS83 Mississippi East zone (meters)', |
|
10013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10014
|
|
|
'extent_code' => ['2216'], |
|
10015
|
|
|
], |
|
10016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12332' => [ |
|
10017
|
|
|
'name' => 'SPCS83 Mississippi West zone (meters)', |
|
10018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10019
|
|
|
'extent_code' => ['2217'], |
|
10020
|
|
|
], |
|
10021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12401' => [ |
|
10022
|
|
|
'name' => 'Missouri CS27 East zone', |
|
10023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10024
|
|
|
'extent_code' => ['2219'], |
|
10025
|
|
|
], |
|
10026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12402' => [ |
|
10027
|
|
|
'name' => 'Missouri CS27 Central zone', |
|
10028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10029
|
|
|
'extent_code' => ['2218'], |
|
10030
|
|
|
], |
|
10031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12403' => [ |
|
10032
|
|
|
'name' => 'Missouri CS27 West zone', |
|
10033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10034
|
|
|
'extent_code' => ['2220'], |
|
10035
|
|
|
], |
|
10036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12431' => [ |
|
10037
|
|
|
'name' => 'SPCS83 Missouri East zone (meters)', |
|
10038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10039
|
|
|
'extent_code' => ['2219'], |
|
10040
|
|
|
], |
|
10041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12432' => [ |
|
10042
|
|
|
'name' => 'SPCS83 Missouri Central zone (meters)', |
|
10043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10044
|
|
|
'extent_code' => ['2218'], |
|
10045
|
|
|
], |
|
10046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12433' => [ |
|
10047
|
|
|
'name' => 'SPCS83 Missouri West zone (meters)', |
|
10048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10049
|
|
|
'extent_code' => ['2220'], |
|
10050
|
|
|
], |
|
10051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12501' => [ |
|
10052
|
|
|
'name' => 'Montana CS27 North zone', |
|
10053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10054
|
|
|
'extent_code' => ['2211'], |
|
10055
|
|
|
], |
|
10056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12502' => [ |
|
10057
|
|
|
'name' => 'Montana CS27 Central zone', |
|
10058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10059
|
|
|
'extent_code' => ['2210'], |
|
10060
|
|
|
], |
|
10061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12503' => [ |
|
10062
|
|
|
'name' => 'Montana CS27 South zone', |
|
10063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10064
|
|
|
'extent_code' => ['2212'], |
|
10065
|
|
|
], |
|
10066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12530' => [ |
|
10067
|
|
|
'name' => 'SPCS83 Montana zone (meters)', |
|
10068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10069
|
|
|
'extent_code' => ['1395'], |
|
10070
|
|
|
], |
|
10071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12601' => [ |
|
10072
|
|
|
'name' => 'Nebraska CS27 North zone', |
|
10073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10074
|
|
|
'extent_code' => ['2221'], |
|
10075
|
|
|
], |
|
10076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12602' => [ |
|
10077
|
|
|
'name' => 'Nebraska CS27 South zone', |
|
10078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10079
|
|
|
'extent_code' => ['2222'], |
|
10080
|
|
|
], |
|
10081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12630' => [ |
|
10082
|
|
|
'name' => 'SPCS83 Nebraska zone (meters)', |
|
10083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10084
|
|
|
'extent_code' => ['1396'], |
|
10085
|
|
|
], |
|
10086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12701' => [ |
|
10087
|
|
|
'name' => 'Nevada CS27 East zone', |
|
10088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10089
|
|
|
'extent_code' => ['2224'], |
|
10090
|
|
|
], |
|
10091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12702' => [ |
|
10092
|
|
|
'name' => 'Nevada CS27 Central zone', |
|
10093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10094
|
|
|
'extent_code' => ['2223'], |
|
10095
|
|
|
], |
|
10096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12703' => [ |
|
10097
|
|
|
'name' => 'Nevada CS27 West zone', |
|
10098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10099
|
|
|
'extent_code' => ['2225'], |
|
10100
|
|
|
], |
|
10101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12731' => [ |
|
10102
|
|
|
'name' => 'SPCS83 Nevada East zone (meters)', |
|
10103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10104
|
|
|
'extent_code' => ['2224'], |
|
10105
|
|
|
], |
|
10106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12732' => [ |
|
10107
|
|
|
'name' => 'SPCS83 Nevada Central zone (meters)', |
|
10108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10109
|
|
|
'extent_code' => ['2223'], |
|
10110
|
|
|
], |
|
10111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12733' => [ |
|
10112
|
|
|
'name' => 'SPCS83 Nevada West zone (meters)', |
|
10113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10114
|
|
|
'extent_code' => ['2225'], |
|
10115
|
|
|
], |
|
10116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12800' => [ |
|
10117
|
|
|
'name' => 'New Hampshire CS27', |
|
10118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10119
|
|
|
'extent_code' => ['1398'], |
|
10120
|
|
|
], |
|
10121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12830' => [ |
|
10122
|
|
|
'name' => 'SPCS83 New Hampshire zone (meters)', |
|
10123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10124
|
|
|
'extent_code' => ['1398'], |
|
10125
|
|
|
], |
|
10126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12900' => [ |
|
10127
|
|
|
'name' => 'New Jersey CS27', |
|
10128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10129
|
|
|
'extent_code' => ['1399'], |
|
10130
|
|
|
], |
|
10131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::12930' => [ |
|
10132
|
|
|
'name' => 'SPCS83 New Jersey zone (meters)', |
|
10133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10134
|
|
|
'extent_code' => ['1399'], |
|
10135
|
|
|
], |
|
10136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13001' => [ |
|
10137
|
|
|
'name' => 'New Mexico CS27 East zone', |
|
10138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10139
|
|
|
'extent_code' => ['2228'], |
|
10140
|
|
|
], |
|
10141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13002' => [ |
|
10142
|
|
|
'name' => 'New Mexico CS27 Central zone', |
|
10143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10144
|
|
|
'extent_code' => ['2229'], |
|
10145
|
|
|
], |
|
10146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13003' => [ |
|
10147
|
|
|
'name' => 'New Mexico CS27 West zone', |
|
10148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10149
|
|
|
'extent_code' => ['2230'], |
|
10150
|
|
|
], |
|
10151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13031' => [ |
|
10152
|
|
|
'name' => 'SPCS83 New Mexico East zone (meters)', |
|
10153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10154
|
|
|
'extent_code' => ['2228'], |
|
10155
|
|
|
], |
|
10156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13032' => [ |
|
10157
|
|
|
'name' => 'SPCS83 New Mexico Central zone (meters)', |
|
10158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10159
|
|
|
'extent_code' => ['2231'], |
|
10160
|
|
|
], |
|
10161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13033' => [ |
|
10162
|
|
|
'name' => 'SPCS83 New Mexico West zone (meters)', |
|
10163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10164
|
|
|
'extent_code' => ['2232'], |
|
10165
|
|
|
], |
|
10166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13101' => [ |
|
10167
|
|
|
'name' => 'New York CS27 East zone', |
|
10168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10169
|
|
|
'extent_code' => ['2234'], |
|
10170
|
|
|
], |
|
10171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13102' => [ |
|
10172
|
|
|
'name' => 'New York CS27 Central zone', |
|
10173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10174
|
|
|
'extent_code' => ['2233'], |
|
10175
|
|
|
], |
|
10176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13103' => [ |
|
10177
|
|
|
'name' => 'New York CS27 West zone', |
|
10178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10179
|
|
|
'extent_code' => ['2236'], |
|
10180
|
|
|
], |
|
10181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13131' => [ |
|
10182
|
|
|
'name' => 'SPCS83 New York East zone (meters)', |
|
10183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10184
|
|
|
'extent_code' => ['2234'], |
|
10185
|
|
|
], |
|
10186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13132' => [ |
|
10187
|
|
|
'name' => 'SPCS83 New York Central zone (meters)', |
|
10188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10189
|
|
|
'extent_code' => ['2233'], |
|
10190
|
|
|
], |
|
10191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13133' => [ |
|
10192
|
|
|
'name' => 'SPCS83 New York West zone (meters)', |
|
10193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10194
|
|
|
'extent_code' => ['2236'], |
|
10195
|
|
|
], |
|
10196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13134' => [ |
|
10197
|
|
|
'name' => 'SPCS83 New York Long Island zone (meters)', |
|
10198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10199
|
|
|
'extent_code' => ['2235'], |
|
10200
|
|
|
], |
|
10201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13200' => [ |
|
10202
|
|
|
'name' => 'North Carolina CS27', |
|
10203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10204
|
|
|
'extent_code' => ['1402'], |
|
10205
|
|
|
], |
|
10206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13230' => [ |
|
10207
|
|
|
'name' => 'SPCS83 North Carolina zone (meters)', |
|
10208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10209
|
|
|
'extent_code' => ['1402'], |
|
10210
|
|
|
], |
|
10211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13301' => [ |
|
10212
|
|
|
'name' => 'North Dakota CS27 North zone', |
|
10213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10214
|
|
|
'extent_code' => ['2237'], |
|
10215
|
|
|
], |
|
10216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13302' => [ |
|
10217
|
|
|
'name' => 'North Dakota CS27 South zone', |
|
10218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10219
|
|
|
'extent_code' => ['2238'], |
|
10220
|
|
|
], |
|
10221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13331' => [ |
|
10222
|
|
|
'name' => 'SPCS83 North Dakota North zone (meters)', |
|
10223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10224
|
|
|
'extent_code' => ['2237'], |
|
10225
|
|
|
], |
|
10226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13332' => [ |
|
10227
|
|
|
'name' => 'SPCS83 North Dakota South zone (meters)', |
|
10228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10229
|
|
|
'extent_code' => ['2238'], |
|
10230
|
|
|
], |
|
10231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13401' => [ |
|
10232
|
|
|
'name' => 'Ohio CS27 North zone', |
|
10233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10234
|
|
|
'extent_code' => ['2239'], |
|
10235
|
|
|
], |
|
10236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13402' => [ |
|
10237
|
|
|
'name' => 'Ohio CS27 South zone', |
|
10238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10239
|
|
|
'extent_code' => ['2240'], |
|
10240
|
|
|
], |
|
10241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13431' => [ |
|
10242
|
|
|
'name' => 'SPCS83 Ohio North zone (meters)', |
|
10243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10244
|
|
|
'extent_code' => ['2239'], |
|
10245
|
|
|
], |
|
10246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13432' => [ |
|
10247
|
|
|
'name' => 'SPCS83 Ohio South zone (meters)', |
|
10248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10249
|
|
|
'extent_code' => ['2240'], |
|
10250
|
|
|
], |
|
10251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13433' => [ |
|
10252
|
|
|
'name' => 'SPCS83 Ohio North zone (US Survey feet)', |
|
10253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10254
|
|
|
'extent_code' => ['2239'], |
|
10255
|
|
|
], |
|
10256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13434' => [ |
|
10257
|
|
|
'name' => 'SPCS83 Ohio South zone (US Survey feet)', |
|
10258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10259
|
|
|
'extent_code' => ['2240'], |
|
10260
|
|
|
], |
|
10261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13501' => [ |
|
10262
|
|
|
'name' => 'Oklahoma CS27 North zone', |
|
10263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10264
|
|
|
'extent_code' => ['2241'], |
|
10265
|
|
|
], |
|
10266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13502' => [ |
|
10267
|
|
|
'name' => 'Oklahoma CS27 South zone', |
|
10268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10269
|
|
|
'extent_code' => ['2242'], |
|
10270
|
|
|
], |
|
10271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13531' => [ |
|
10272
|
|
|
'name' => 'SPCS83 Oklahoma North zone (meters)', |
|
10273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10274
|
|
|
'extent_code' => ['2241'], |
|
10275
|
|
|
], |
|
10276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13532' => [ |
|
10277
|
|
|
'name' => 'SPCS83 Oklahoma South zone (meters)', |
|
10278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10279
|
|
|
'extent_code' => ['2242'], |
|
10280
|
|
|
], |
|
10281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13601' => [ |
|
10282
|
|
|
'name' => 'Oregon CS27 North zone', |
|
10283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10284
|
|
|
'extent_code' => ['2243'], |
|
10285
|
|
|
], |
|
10286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13602' => [ |
|
10287
|
|
|
'name' => 'Oregon CS27 South zone', |
|
10288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10289
|
|
|
'extent_code' => ['2244'], |
|
10290
|
|
|
], |
|
10291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13631' => [ |
|
10292
|
|
|
'name' => 'SPCS83 Oregon North zone (meters)', |
|
10293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10294
|
|
|
'extent_code' => ['2243'], |
|
10295
|
|
|
], |
|
10296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13632' => [ |
|
10297
|
|
|
'name' => 'SPCS83 Oregon South zone (meters)', |
|
10298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10299
|
|
|
'extent_code' => ['2244'], |
|
10300
|
|
|
], |
|
10301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13633' => [ |
|
10302
|
|
|
'name' => 'Oregon Lambert (meters)', |
|
10303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10304
|
|
|
'extent_code' => ['1406'], |
|
10305
|
|
|
], |
|
10306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13701' => [ |
|
10307
|
|
|
'name' => 'Pennsylvania CS27 North zone', |
|
10308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10309
|
|
|
'extent_code' => ['2245'], |
|
10310
|
|
|
], |
|
10311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13731' => [ |
|
10312
|
|
|
'name' => 'SPCS83 Pennsylvania North zone (meters)', |
|
10313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10314
|
|
|
'extent_code' => ['2245'], |
|
10315
|
|
|
], |
|
10316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13732' => [ |
|
10317
|
|
|
'name' => 'SPCS83 Pennsylvania South zone (meters)', |
|
10318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10319
|
|
|
'extent_code' => ['2246'], |
|
10320
|
|
|
], |
|
10321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13800' => [ |
|
10322
|
|
|
'name' => 'Rhode Island CS27', |
|
10323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10324
|
|
|
'extent_code' => ['1408'], |
|
10325
|
|
|
], |
|
10326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13830' => [ |
|
10327
|
|
|
'name' => 'SPCS83 Rhode Island zone (meters)', |
|
10328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10329
|
|
|
'extent_code' => ['1408'], |
|
10330
|
|
|
], |
|
10331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13901' => [ |
|
10332
|
|
|
'name' => 'South Carolina CS27 North zone', |
|
10333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10334
|
|
|
'extent_code' => ['2247'], |
|
10335
|
|
|
], |
|
10336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13902' => [ |
|
10337
|
|
|
'name' => 'South Carolina CS27 South zone', |
|
10338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10339
|
|
|
'extent_code' => ['2248'], |
|
10340
|
|
|
], |
|
10341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::13930' => [ |
|
10342
|
|
|
'name' => 'SPCS83 South Carolina zone (meters)', |
|
10343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10344
|
|
|
'extent_code' => ['1409'], |
|
10345
|
|
|
], |
|
10346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14001' => [ |
|
10347
|
|
|
'name' => 'South Dakota CS27 North zone', |
|
10348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10349
|
|
|
'extent_code' => ['2249'], |
|
10350
|
|
|
], |
|
10351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14002' => [ |
|
10352
|
|
|
'name' => 'South Dakota CS27 South zone', |
|
10353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10354
|
|
|
'extent_code' => ['2250'], |
|
10355
|
|
|
], |
|
10356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14031' => [ |
|
10357
|
|
|
'name' => 'SPCS83 South Dakota North zone (meters)', |
|
10358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10359
|
|
|
'extent_code' => ['2249'], |
|
10360
|
|
|
], |
|
10361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14032' => [ |
|
10362
|
|
|
'name' => 'SPCS83 South Dakota South zone (meters)', |
|
10363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10364
|
|
|
'extent_code' => ['2250'], |
|
10365
|
|
|
], |
|
10366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14130' => [ |
|
10367
|
|
|
'name' => 'SPCS83 Tennessee zone (meters)', |
|
10368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10369
|
|
|
'extent_code' => ['1411'], |
|
10370
|
|
|
], |
|
10371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14201' => [ |
|
10372
|
|
|
'name' => 'Texas CS27 North zone', |
|
10373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10374
|
|
|
'extent_code' => ['2253'], |
|
10375
|
|
|
], |
|
10376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14202' => [ |
|
10377
|
|
|
'name' => 'Texas CS27 North Central zone', |
|
10378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10379
|
|
|
'extent_code' => ['2254'], |
|
10380
|
|
|
], |
|
10381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14203' => [ |
|
10382
|
|
|
'name' => 'Texas CS27 Central zone', |
|
10383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10384
|
|
|
'extent_code' => ['2252'], |
|
10385
|
|
|
], |
|
10386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14204' => [ |
|
10387
|
|
|
'name' => 'Texas CS27 South Central zone', |
|
10388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10389
|
|
|
'extent_code' => ['2256'], |
|
10390
|
|
|
], |
|
10391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14205' => [ |
|
10392
|
|
|
'name' => 'Texas CS27 South zone', |
|
10393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10394
|
|
|
'extent_code' => ['2255'], |
|
10395
|
|
|
], |
|
10396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14231' => [ |
|
10397
|
|
|
'name' => 'SPCS83 Texas North zone (meters)', |
|
10398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10399
|
|
|
'extent_code' => ['2253'], |
|
10400
|
|
|
], |
|
10401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14232' => [ |
|
10402
|
|
|
'name' => 'SPCS83 Texas North Central zone (meters)', |
|
10403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10404
|
|
|
'extent_code' => ['2254'], |
|
10405
|
|
|
], |
|
10406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14233' => [ |
|
10407
|
|
|
'name' => 'SPCS83 Texas Central zone (meters)', |
|
10408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10409
|
|
|
'extent_code' => ['2252'], |
|
10410
|
|
|
], |
|
10411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14234' => [ |
|
10412
|
|
|
'name' => 'SPCS83 Texas South Central zone (meters)', |
|
10413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10414
|
|
|
'extent_code' => ['2527'], |
|
10415
|
|
|
], |
|
10416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14235' => [ |
|
10417
|
|
|
'name' => 'SPCS83 Texas South zone (meters)', |
|
10418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10419
|
|
|
'extent_code' => ['2528'], |
|
10420
|
|
|
], |
|
10421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14251' => [ |
|
10422
|
|
|
'name' => 'Texas State Mapping System (meters)', |
|
10423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10424
|
|
|
'extent_code' => ['1412'], |
|
10425
|
|
|
], |
|
10426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14252' => [ |
|
10427
|
|
|
'name' => 'Shackleford', |
|
10428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10429
|
|
|
'extent_code' => ['1412'], |
|
10430
|
|
|
], |
|
10431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14253' => [ |
|
10432
|
|
|
'name' => 'Texas Centric Lambert Conformal', |
|
10433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10434
|
|
|
'extent_code' => ['1412'], |
|
10435
|
|
|
], |
|
10436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14254' => [ |
|
10437
|
|
|
'name' => 'Texas Centric Albers Equal Area', |
|
10438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9822', |
|
10439
|
|
|
'extent_code' => ['1412'], |
|
10440
|
|
|
], |
|
10441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14301' => [ |
|
10442
|
|
|
'name' => 'Utah CS27 North zone', |
|
10443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10444
|
|
|
'extent_code' => ['2258'], |
|
10445
|
|
|
], |
|
10446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14302' => [ |
|
10447
|
|
|
'name' => 'Utah CS27 Central zone', |
|
10448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10449
|
|
|
'extent_code' => ['2257'], |
|
10450
|
|
|
], |
|
10451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14303' => [ |
|
10452
|
|
|
'name' => 'Utah CS27 South zone', |
|
10453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10454
|
|
|
'extent_code' => ['2259'], |
|
10455
|
|
|
], |
|
10456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14331' => [ |
|
10457
|
|
|
'name' => 'SPCS83 Utah North zone (meters)', |
|
10458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10459
|
|
|
'extent_code' => ['2258'], |
|
10460
|
|
|
], |
|
10461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14332' => [ |
|
10462
|
|
|
'name' => 'SPCS83 Utah Central zone (meters)', |
|
10463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10464
|
|
|
'extent_code' => ['2257'], |
|
10465
|
|
|
], |
|
10466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14333' => [ |
|
10467
|
|
|
'name' => 'SPCS83 Utah South zone (meters)', |
|
10468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10469
|
|
|
'extent_code' => ['2259'], |
|
10470
|
|
|
], |
|
10471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14400' => [ |
|
10472
|
|
|
'name' => 'Vermont CS27', |
|
10473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10474
|
|
|
'extent_code' => ['1414'], |
|
10475
|
|
|
], |
|
10476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14430' => [ |
|
10477
|
|
|
'name' => 'SPCS83 Vermont zone (meters)', |
|
10478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10479
|
|
|
'extent_code' => ['1414'], |
|
10480
|
|
|
], |
|
10481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14501' => [ |
|
10482
|
|
|
'name' => 'Virginia CS27 North zone', |
|
10483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10484
|
|
|
'extent_code' => ['2260'], |
|
10485
|
|
|
], |
|
10486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14502' => [ |
|
10487
|
|
|
'name' => 'Virginia CS27 South zone', |
|
10488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10489
|
|
|
'extent_code' => ['2261'], |
|
10490
|
|
|
], |
|
10491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14531' => [ |
|
10492
|
|
|
'name' => 'SPCS83 Virginia North zone (meters)', |
|
10493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10494
|
|
|
'extent_code' => ['2260'], |
|
10495
|
|
|
], |
|
10496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14532' => [ |
|
10497
|
|
|
'name' => 'SPCS83 Virginia South zone (meters)', |
|
10498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10499
|
|
|
'extent_code' => ['2261'], |
|
10500
|
|
|
], |
|
10501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14601' => [ |
|
10502
|
|
|
'name' => 'Washington CS27 North zone', |
|
10503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10504
|
|
|
'extent_code' => ['2262'], |
|
10505
|
|
|
], |
|
10506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14602' => [ |
|
10507
|
|
|
'name' => 'Washington CS27 South zone', |
|
10508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10509
|
|
|
'extent_code' => ['2263'], |
|
10510
|
|
|
], |
|
10511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14631' => [ |
|
10512
|
|
|
'name' => 'SPCS83 Washington North zone (meters)', |
|
10513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10514
|
|
|
'extent_code' => ['2273'], |
|
10515
|
|
|
], |
|
10516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14632' => [ |
|
10517
|
|
|
'name' => 'SPCS83 Washington South zone (meters)', |
|
10518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10519
|
|
|
'extent_code' => ['2274'], |
|
10520
|
|
|
], |
|
10521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14701' => [ |
|
10522
|
|
|
'name' => 'West Virginia CS27 North zone', |
|
10523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10524
|
|
|
'extent_code' => ['2264'], |
|
10525
|
|
|
], |
|
10526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14702' => [ |
|
10527
|
|
|
'name' => 'West Virginia CS27 South zone', |
|
10528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10529
|
|
|
'extent_code' => ['2265'], |
|
10530
|
|
|
], |
|
10531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14731' => [ |
|
10532
|
|
|
'name' => 'SPCS83 West Virginia North zone (meters)', |
|
10533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10534
|
|
|
'extent_code' => ['2264'], |
|
10535
|
|
|
], |
|
10536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14732' => [ |
|
10537
|
|
|
'name' => 'SPCS83 West Virginia South zone (meters)', |
|
10538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10539
|
|
|
'extent_code' => ['2265'], |
|
10540
|
|
|
], |
|
10541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14735' => [ |
|
10542
|
|
|
'name' => 'SPCS83 West Virginia North zone (US Survey feet)', |
|
10543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10544
|
|
|
'extent_code' => ['2264'], |
|
10545
|
|
|
], |
|
10546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14736' => [ |
|
10547
|
|
|
'name' => 'SPCS83 West Virginia South zone (US Survey feet)', |
|
10548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10549
|
|
|
'extent_code' => ['2265'], |
|
10550
|
|
|
], |
|
10551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14801' => [ |
|
10552
|
|
|
'name' => 'Wisconsin CS27 North zone', |
|
10553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10554
|
|
|
'extent_code' => ['2267'], |
|
10555
|
|
|
], |
|
10556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14802' => [ |
|
10557
|
|
|
'name' => 'Wisconsin CS27 Central zone', |
|
10558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10559
|
|
|
'extent_code' => ['2266'], |
|
10560
|
|
|
], |
|
10561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14803' => [ |
|
10562
|
|
|
'name' => 'Wisconsin CS27 South zone', |
|
10563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10564
|
|
|
'extent_code' => ['2268'], |
|
10565
|
|
|
], |
|
10566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14811' => [ |
|
10567
|
|
|
'name' => 'Wisconsin Transverse Mercator 27', |
|
10568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10569
|
|
|
'extent_code' => ['1418'], |
|
10570
|
|
|
], |
|
10571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14831' => [ |
|
10572
|
|
|
'name' => 'SPCS83 Wisconsin North zone (meters)', |
|
10573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10574
|
|
|
'extent_code' => ['2267'], |
|
10575
|
|
|
], |
|
10576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14832' => [ |
|
10577
|
|
|
'name' => 'SPCS83 Wisconsin Central zone (meters)', |
|
10578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10579
|
|
|
'extent_code' => ['2266'], |
|
10580
|
|
|
], |
|
10581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14833' => [ |
|
10582
|
|
|
'name' => 'SPCS83 Wisconsin South zone (meters)', |
|
10583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10584
|
|
|
'extent_code' => ['2268'], |
|
10585
|
|
|
], |
|
10586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14841' => [ |
|
10587
|
|
|
'name' => 'Wisconsin Transverse Mercator 83', |
|
10588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10589
|
|
|
'extent_code' => ['1418'], |
|
10590
|
|
|
], |
|
10591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14901' => [ |
|
10592
|
|
|
'name' => 'Wyoming CS27 East zone', |
|
10593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10594
|
|
|
'extent_code' => ['2269'], |
|
10595
|
|
|
], |
|
10596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14902' => [ |
|
10597
|
|
|
'name' => 'Wyoming CS27 East Central zone', |
|
10598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10599
|
|
|
'extent_code' => ['2270'], |
|
10600
|
|
|
], |
|
10601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14903' => [ |
|
10602
|
|
|
'name' => 'Wyoming CS27 West Central zone', |
|
10603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10604
|
|
|
'extent_code' => ['2272'], |
|
10605
|
|
|
], |
|
10606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14904' => [ |
|
10607
|
|
|
'name' => 'Wyoming CS27 West zone', |
|
10608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10609
|
|
|
'extent_code' => ['2271'], |
|
10610
|
|
|
], |
|
10611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14931' => [ |
|
10612
|
|
|
'name' => 'SPCS83 Wyoming East zone (meters)', |
|
10613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10614
|
|
|
'extent_code' => ['2269'], |
|
10615
|
|
|
], |
|
10616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14932' => [ |
|
10617
|
|
|
'name' => 'SPCS83 Wyoming East Central zone (meters)', |
|
10618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10619
|
|
|
'extent_code' => ['2270'], |
|
10620
|
|
|
], |
|
10621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14933' => [ |
|
10622
|
|
|
'name' => 'SPCS83 Wyoming West Central zone (meters)', |
|
10623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10624
|
|
|
'extent_code' => ['2272'], |
|
10625
|
|
|
], |
|
10626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14934' => [ |
|
10627
|
|
|
'name' => 'SPCS83 Wyoming West zone (meters)', |
|
10628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10629
|
|
|
'extent_code' => ['2271'], |
|
10630
|
|
|
], |
|
10631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14935' => [ |
|
10632
|
|
|
'name' => 'SPCS83 Wyoming East zone (US Survey feet)', |
|
10633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10634
|
|
|
'extent_code' => ['2269'], |
|
10635
|
|
|
], |
|
10636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14936' => [ |
|
10637
|
|
|
'name' => 'SPCS83 Wyoming East Central zone (US Survey feet)', |
|
10638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10639
|
|
|
'extent_code' => ['2270'], |
|
10640
|
|
|
], |
|
10641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14937' => [ |
|
10642
|
|
|
'name' => 'SPCS83 Wyoming West Central zone (US Survey feet)', |
|
10643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10644
|
|
|
'extent_code' => ['2272'], |
|
10645
|
|
|
], |
|
10646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::14938' => [ |
|
10647
|
|
|
'name' => 'SPCS83 Wyoming West zone (US Survey feet)', |
|
10648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10649
|
|
|
'extent_code' => ['2271'], |
|
10650
|
|
|
], |
|
10651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15001' => [ |
|
10652
|
|
|
'name' => 'Alaska CS27 zone 1', |
|
10653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9812', |
|
10654
|
|
|
'extent_code' => ['2156'], |
|
10655
|
|
|
], |
|
10656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15002' => [ |
|
10657
|
|
|
'name' => 'Alaska CS27 zone 2', |
|
10658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10659
|
|
|
'extent_code' => ['2158'], |
|
10660
|
|
|
], |
|
10661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15003' => [ |
|
10662
|
|
|
'name' => 'Alaska CS27 zone 3', |
|
10663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10664
|
|
|
'extent_code' => ['2159'], |
|
10665
|
|
|
], |
|
10666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15004' => [ |
|
10667
|
|
|
'name' => 'Alaska CS27 zone 4', |
|
10668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10669
|
|
|
'extent_code' => ['2160'], |
|
10670
|
|
|
], |
|
10671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15005' => [ |
|
10672
|
|
|
'name' => 'Alaska CS27 zone 5', |
|
10673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10674
|
|
|
'extent_code' => ['2161'], |
|
10675
|
|
|
], |
|
10676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15006' => [ |
|
10677
|
|
|
'name' => 'Alaska CS27 zone 6', |
|
10678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10679
|
|
|
'extent_code' => ['2162'], |
|
10680
|
|
|
], |
|
10681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15007' => [ |
|
10682
|
|
|
'name' => 'Alaska CS27 zone 7', |
|
10683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10684
|
|
|
'extent_code' => ['2163'], |
|
10685
|
|
|
], |
|
10686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15008' => [ |
|
10687
|
|
|
'name' => 'Alaska CS27 zone 8', |
|
10688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10689
|
|
|
'extent_code' => ['2164'], |
|
10690
|
|
|
], |
|
10691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15009' => [ |
|
10692
|
|
|
'name' => 'Alaska CS27 zone 9', |
|
10693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10694
|
|
|
'extent_code' => ['2165'], |
|
10695
|
|
|
], |
|
10696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15010' => [ |
|
10697
|
|
|
'name' => 'Alaska CS27 zone 10', |
|
10698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10699
|
|
|
'extent_code' => ['2157'], |
|
10700
|
|
|
], |
|
10701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15020' => [ |
|
10702
|
|
|
'name' => 'Alaska Albers', |
|
10703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9822', |
|
10704
|
|
|
'extent_code' => ['1330'], |
|
10705
|
|
|
], |
|
10706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15021' => [ |
|
10707
|
|
|
'name' => 'Alaska Albers (meters)', |
|
10708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9822', |
|
10709
|
|
|
'extent_code' => ['1330'], |
|
10710
|
|
|
], |
|
10711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15031' => [ |
|
10712
|
|
|
'name' => 'SPCS83 Alaska zone 1 (meters)', |
|
10713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9812', |
|
10714
|
|
|
'extent_code' => ['2156'], |
|
10715
|
|
|
], |
|
10716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15032' => [ |
|
10717
|
|
|
'name' => 'SPCS83 Alaska zone 2 (meters)', |
|
10718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10719
|
|
|
'extent_code' => ['2158'], |
|
10720
|
|
|
], |
|
10721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15033' => [ |
|
10722
|
|
|
'name' => 'SPCS83 Alaska zone 3 (meters)', |
|
10723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10724
|
|
|
'extent_code' => ['2159'], |
|
10725
|
|
|
], |
|
10726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15034' => [ |
|
10727
|
|
|
'name' => 'SPCS83 Alaska zone 4 (meters)', |
|
10728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10729
|
|
|
'extent_code' => ['2160'], |
|
10730
|
|
|
], |
|
10731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15035' => [ |
|
10732
|
|
|
'name' => 'SPCS83 Alaska zone 5 (meters)', |
|
10733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10734
|
|
|
'extent_code' => ['2161'], |
|
10735
|
|
|
], |
|
10736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15036' => [ |
|
10737
|
|
|
'name' => 'SPCS83 Alaska zone 6 (meters)', |
|
10738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10739
|
|
|
'extent_code' => ['2162'], |
|
10740
|
|
|
], |
|
10741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15037' => [ |
|
10742
|
|
|
'name' => 'SPCS83 Alaska zone 7 (meters)', |
|
10743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10744
|
|
|
'extent_code' => ['2163'], |
|
10745
|
|
|
], |
|
10746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15038' => [ |
|
10747
|
|
|
'name' => 'SPCS83 Alaska zone 8 (meters)', |
|
10748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10749
|
|
|
'extent_code' => ['2164'], |
|
10750
|
|
|
], |
|
10751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15039' => [ |
|
10752
|
|
|
'name' => 'SPCS83 Alaska zone 9 (meters)', |
|
10753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10754
|
|
|
'extent_code' => ['2165'], |
|
10755
|
|
|
], |
|
10756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15040' => [ |
|
10757
|
|
|
'name' => 'SPCS83 Alaska zone 10 (meters)', |
|
10758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10759
|
|
|
'extent_code' => ['2157'], |
|
10760
|
|
|
], |
|
10761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15101' => [ |
|
10762
|
|
|
'name' => 'Hawaii CS27 zone 1', |
|
10763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10764
|
|
|
'extent_code' => ['1546'], |
|
10765
|
|
|
], |
|
10766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15102' => [ |
|
10767
|
|
|
'name' => 'Hawaii CS27 zone 2', |
|
10768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10769
|
|
|
'extent_code' => ['1547'], |
|
10770
|
|
|
], |
|
10771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15103' => [ |
|
10772
|
|
|
'name' => 'Hawaii CS27 zone 3', |
|
10773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10774
|
|
|
'extent_code' => ['1548'], |
|
10775
|
|
|
], |
|
10776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15104' => [ |
|
10777
|
|
|
'name' => 'Hawaii CS27 zone 4', |
|
10778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10779
|
|
|
'extent_code' => ['1549'], |
|
10780
|
|
|
], |
|
10781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15105' => [ |
|
10782
|
|
|
'name' => 'Hawaii CS27 zone 5', |
|
10783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10784
|
|
|
'extent_code' => ['1550'], |
|
10785
|
|
|
], |
|
10786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15131' => [ |
|
10787
|
|
|
'name' => 'SPCS83 Hawaii zone 1 (meters)', |
|
10788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10789
|
|
|
'extent_code' => ['1546'], |
|
10790
|
|
|
], |
|
10791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15132' => [ |
|
10792
|
|
|
'name' => 'SPCS83 Hawaii zone 2 (meters)', |
|
10793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10794
|
|
|
'extent_code' => ['1547'], |
|
10795
|
|
|
], |
|
10796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15133' => [ |
|
10797
|
|
|
'name' => 'SPCS83 Hawaii zone 3 (meters)', |
|
10798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10799
|
|
|
'extent_code' => ['1548'], |
|
10800
|
|
|
], |
|
10801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15134' => [ |
|
10802
|
|
|
'name' => 'SPCS83 Hawaii zone 4 (meters)', |
|
10803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10804
|
|
|
'extent_code' => ['1549'], |
|
10805
|
|
|
], |
|
10806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15135' => [ |
|
10807
|
|
|
'name' => 'SPCS83 Hawaii zone 5 (meters)', |
|
10808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10809
|
|
|
'extent_code' => ['1550'], |
|
10810
|
|
|
], |
|
10811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15138' => [ |
|
10812
|
|
|
'name' => 'SPCS83 Hawaii zone 3 (US Survey feet)', |
|
10813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10814
|
|
|
'extent_code' => ['1548'], |
|
10815
|
|
|
], |
|
10816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15201' => [ |
|
10817
|
|
|
'name' => 'Puerto Rico CS27', |
|
10818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10819
|
|
|
'extent_code' => ['3294'], |
|
10820
|
|
|
], |
|
10821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15202' => [ |
|
10822
|
|
|
'name' => 'St. Croix CS27', |
|
10823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10824
|
|
|
'extent_code' => ['3330'], |
|
10825
|
|
|
], |
|
10826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15230' => [ |
|
10827
|
|
|
'name' => 'SPCS83 Puerto Rico & Virgin Islands zone (meters)', |
|
10828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10829
|
|
|
'extent_code' => ['3634'], |
|
10830
|
|
|
], |
|
10831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15297' => [ |
|
10832
|
|
|
'name' => 'SPCS83 Utah North zone (US Survey feet)', |
|
10833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10834
|
|
|
'extent_code' => ['2258'], |
|
10835
|
|
|
], |
|
10836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15298' => [ |
|
10837
|
|
|
'name' => 'SPCS83 Utah Central zone (US Survey feet)', |
|
10838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10839
|
|
|
'extent_code' => ['2257'], |
|
10840
|
|
|
], |
|
10841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15299' => [ |
|
10842
|
|
|
'name' => 'SPCS83 Utah South zone (US Survey feet)', |
|
10843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10844
|
|
|
'extent_code' => ['2259'], |
|
10845
|
|
|
], |
|
10846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15302' => [ |
|
10847
|
|
|
'name' => 'Tennessee CS27', |
|
10848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10849
|
|
|
'extent_code' => ['1411'], |
|
10850
|
|
|
], |
|
10851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15303' => [ |
|
10852
|
|
|
'name' => 'SPCS83 Kentucky North zone (meters)', |
|
10853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10854
|
|
|
'extent_code' => ['2202'], |
|
10855
|
|
|
], |
|
10856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15304' => [ |
|
10857
|
|
|
'name' => 'SPCS83 Arizona East zone (International feet)', |
|
10858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10859
|
|
|
'extent_code' => ['2167'], |
|
10860
|
|
|
], |
|
10861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15305' => [ |
|
10862
|
|
|
'name' => 'SPCS83 Arizona Central zone (International feet)', |
|
10863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10864
|
|
|
'extent_code' => ['2166'], |
|
10865
|
|
|
], |
|
10866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15306' => [ |
|
10867
|
|
|
'name' => 'SPCS83 Arizona West zone (International feet)', |
|
10868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10869
|
|
|
'extent_code' => ['2168'], |
|
10870
|
|
|
], |
|
10871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15307' => [ |
|
10872
|
|
|
'name' => 'SPCS83 California zone 1 (US Survey feet)', |
|
10873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10874
|
|
|
'extent_code' => ['2175'], |
|
10875
|
|
|
], |
|
10876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15308' => [ |
|
10877
|
|
|
'name' => 'SPCS83 California zone 2 (US Survey feet)', |
|
10878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10879
|
|
|
'extent_code' => ['2176'], |
|
10880
|
|
|
], |
|
10881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15309' => [ |
|
10882
|
|
|
'name' => 'SPCS83 California zone 3 (US Survey feet)', |
|
10883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10884
|
|
|
'extent_code' => ['2177'], |
|
10885
|
|
|
], |
|
10886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15310' => [ |
|
10887
|
|
|
'name' => 'SPCS83 California zone 4 (US Survey feet)', |
|
10888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10889
|
|
|
'extent_code' => ['2178'], |
|
10890
|
|
|
], |
|
10891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15311' => [ |
|
10892
|
|
|
'name' => 'SPCS83 California zone 5 (US Survey feet)', |
|
10893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10894
|
|
|
'extent_code' => ['2182'], |
|
10895
|
|
|
], |
|
10896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15312' => [ |
|
10897
|
|
|
'name' => 'SPCS83 California zone 6 (US Survey feet)', |
|
10898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10899
|
|
|
'extent_code' => ['2180'], |
|
10900
|
|
|
], |
|
10901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15313' => [ |
|
10902
|
|
|
'name' => 'SPCS83 Colorado North zone (US Survey feet)', |
|
10903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10904
|
|
|
'extent_code' => ['2184'], |
|
10905
|
|
|
], |
|
10906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15314' => [ |
|
10907
|
|
|
'name' => 'SPCS83 Colorado Central zone (US Survey feet)', |
|
10908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10909
|
|
|
'extent_code' => ['2183'], |
|
10910
|
|
|
], |
|
10911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15315' => [ |
|
10912
|
|
|
'name' => 'SPCS83 Colorado South zone (US Survey feet)', |
|
10913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10914
|
|
|
'extent_code' => ['2185'], |
|
10915
|
|
|
], |
|
10916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15316' => [ |
|
10917
|
|
|
'name' => 'SPCS83 Connecticut zone (US Survey feet)', |
|
10918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10919
|
|
|
'extent_code' => ['1377'], |
|
10920
|
|
|
], |
|
10921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15317' => [ |
|
10922
|
|
|
'name' => 'SPCS83 Delaware zone (US Survey feet)', |
|
10923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10924
|
|
|
'extent_code' => ['1378'], |
|
10925
|
|
|
], |
|
10926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15318' => [ |
|
10927
|
|
|
'name' => 'SPCS83 Florida East zone (US Survey feet)', |
|
10928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10929
|
|
|
'extent_code' => ['2186'], |
|
10930
|
|
|
], |
|
10931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15319' => [ |
|
10932
|
|
|
'name' => 'SPCS83 Florida West zone (US Survey feet)', |
|
10933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10934
|
|
|
'extent_code' => ['2188'], |
|
10935
|
|
|
], |
|
10936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15320' => [ |
|
10937
|
|
|
'name' => 'SPCS83 Florida North zone (US Survey feet)', |
|
10938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10939
|
|
|
'extent_code' => ['2187'], |
|
10940
|
|
|
], |
|
10941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15321' => [ |
|
10942
|
|
|
'name' => 'SPCS83 Georgia East zone (US Survey feet)', |
|
10943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10944
|
|
|
'extent_code' => ['2189'], |
|
10945
|
|
|
], |
|
10946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15322' => [ |
|
10947
|
|
|
'name' => 'SPCS83 Georgia West zone (US Survey feet)', |
|
10948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10949
|
|
|
'extent_code' => ['2190'], |
|
10950
|
|
|
], |
|
10951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15323' => [ |
|
10952
|
|
|
'name' => 'SPCS83 Idaho East zone (US Survey feet)', |
|
10953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10954
|
|
|
'extent_code' => ['2192'], |
|
10955
|
|
|
], |
|
10956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15324' => [ |
|
10957
|
|
|
'name' => 'SPCS83 Idaho Central zone (US Survey feet)', |
|
10958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10959
|
|
|
'extent_code' => ['2191'], |
|
10960
|
|
|
], |
|
10961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15325' => [ |
|
10962
|
|
|
'name' => 'SPCS83 Idaho West zone (US Survey feet)', |
|
10963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
10964
|
|
|
'extent_code' => ['2193'], |
|
10965
|
|
|
], |
|
10966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15328' => [ |
|
10967
|
|
|
'name' => 'SPCS83 Kentucky North zone (US Survey feet)', |
|
10968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10969
|
|
|
'extent_code' => ['2202'], |
|
10970
|
|
|
], |
|
10971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15329' => [ |
|
10972
|
|
|
'name' => 'SPCS83 Kentucky South zone (US Survey feet)', |
|
10973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10974
|
|
|
'extent_code' => ['2203'], |
|
10975
|
|
|
], |
|
10976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15330' => [ |
|
10977
|
|
|
'name' => 'SPCS83 Maryland zone (US Survey feet)', |
|
10978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10979
|
|
|
'extent_code' => ['1389'], |
|
10980
|
|
|
], |
|
10981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15331' => [ |
|
10982
|
|
|
'name' => 'SPCS83 Massachusetts Mainland zone (US Survey feet)', |
|
10983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10984
|
|
|
'extent_code' => ['2209'], |
|
10985
|
|
|
], |
|
10986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15332' => [ |
|
10987
|
|
|
'name' => 'SPCS83 Massachusetts Island zone (US Survey feet)', |
|
10988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10989
|
|
|
'extent_code' => ['2208'], |
|
10990
|
|
|
], |
|
10991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15333' => [ |
|
10992
|
|
|
'name' => 'SPCS83 Michigan North zone (International feet)', |
|
10993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10994
|
|
|
'extent_code' => ['1723'], |
|
10995
|
|
|
], |
|
10996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15334' => [ |
|
10997
|
|
|
'name' => 'SPCS83 Michigan Central zone (International feet)', |
|
10998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
10999
|
|
|
'extent_code' => ['1724'], |
|
11000
|
|
|
], |
|
11001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15335' => [ |
|
11002
|
|
|
'name' => 'SPCS83 Michigan South zone (International feet)', |
|
11003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11004
|
|
|
'extent_code' => ['1725'], |
|
11005
|
|
|
], |
|
11006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15336' => [ |
|
11007
|
|
|
'name' => 'SPCS83 Mississippi East zone (US Survey feet)', |
|
11008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11009
|
|
|
'extent_code' => ['2216'], |
|
11010
|
|
|
], |
|
11011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15337' => [ |
|
11012
|
|
|
'name' => 'SPCS83 Mississippi West zone (US Survey feet)', |
|
11013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11014
|
|
|
'extent_code' => ['2217'], |
|
11015
|
|
|
], |
|
11016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15338' => [ |
|
11017
|
|
|
'name' => 'SPCS83 Montana zone (International feet)', |
|
11018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11019
|
|
|
'extent_code' => ['1395'], |
|
11020
|
|
|
], |
|
11021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15339' => [ |
|
11022
|
|
|
'name' => 'SPCS83 New Mexico East zone (US Survey feet)', |
|
11023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11024
|
|
|
'extent_code' => ['2228'], |
|
11025
|
|
|
], |
|
11026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15340' => [ |
|
11027
|
|
|
'name' => 'SPCS83 New Mexico Central zone (US Survey feet)', |
|
11028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11029
|
|
|
'extent_code' => ['2231'], |
|
11030
|
|
|
], |
|
11031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15341' => [ |
|
11032
|
|
|
'name' => 'SPCS83 New Mexico West zone (US Survey feet)', |
|
11033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11034
|
|
|
'extent_code' => ['2232'], |
|
11035
|
|
|
], |
|
11036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15342' => [ |
|
11037
|
|
|
'name' => 'SPCS83 New York East zone (US Survey feet)', |
|
11038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11039
|
|
|
'extent_code' => ['2234'], |
|
11040
|
|
|
], |
|
11041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15343' => [ |
|
11042
|
|
|
'name' => 'SPCS83 New York Central zone (US Survey feet)', |
|
11043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11044
|
|
|
'extent_code' => ['2233'], |
|
11045
|
|
|
], |
|
11046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15344' => [ |
|
11047
|
|
|
'name' => 'SPCS83 New York West zone (US Survey feet)', |
|
11048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11049
|
|
|
'extent_code' => ['2236'], |
|
11050
|
|
|
], |
|
11051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15345' => [ |
|
11052
|
|
|
'name' => 'SPCS83 New York Long Island zone (US Survey feet)', |
|
11053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11054
|
|
|
'extent_code' => ['2235'], |
|
11055
|
|
|
], |
|
11056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15346' => [ |
|
11057
|
|
|
'name' => 'SPCS83 North Carolina zone (US Survey feet)', |
|
11058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11059
|
|
|
'extent_code' => ['1402'], |
|
11060
|
|
|
], |
|
11061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15347' => [ |
|
11062
|
|
|
'name' => 'SPCS83 North Dakota North zone (International feet)', |
|
11063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11064
|
|
|
'extent_code' => ['2237'], |
|
11065
|
|
|
], |
|
11066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15348' => [ |
|
11067
|
|
|
'name' => 'SPCS83 North Dakota South zone (International feet)', |
|
11068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11069
|
|
|
'extent_code' => ['2238'], |
|
11070
|
|
|
], |
|
11071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15349' => [ |
|
11072
|
|
|
'name' => 'SPCS83 Oklahoma North zone (US Survey feet)', |
|
11073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11074
|
|
|
'extent_code' => ['2241'], |
|
11075
|
|
|
], |
|
11076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15350' => [ |
|
11077
|
|
|
'name' => 'SPCS83 Oklahoma South zone (US Survey feet)', |
|
11078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11079
|
|
|
'extent_code' => ['2242'], |
|
11080
|
|
|
], |
|
11081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15351' => [ |
|
11082
|
|
|
'name' => 'SPCS83 Oregon North zone (International feet)', |
|
11083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11084
|
|
|
'extent_code' => ['2243'], |
|
11085
|
|
|
], |
|
11086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15352' => [ |
|
11087
|
|
|
'name' => 'SPCS83 Oregon South zone (International feet)', |
|
11088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11089
|
|
|
'extent_code' => ['2244'], |
|
11090
|
|
|
], |
|
11091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15353' => [ |
|
11092
|
|
|
'name' => 'SPCS83 Pennsylvania North zone (US Survey feet)', |
|
11093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11094
|
|
|
'extent_code' => ['2245'], |
|
11095
|
|
|
], |
|
11096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15354' => [ |
|
11097
|
|
|
'name' => 'SPCS83 Pennsylvania South zone (US Survey feet)', |
|
11098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11099
|
|
|
'extent_code' => ['2246'], |
|
11100
|
|
|
], |
|
11101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15355' => [ |
|
11102
|
|
|
'name' => 'SPCS83 South Carolina zone (International feet)', |
|
11103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11104
|
|
|
'extent_code' => ['1409'], |
|
11105
|
|
|
], |
|
11106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15356' => [ |
|
11107
|
|
|
'name' => 'SPCS83 Tennessee zone (US Survey feet)', |
|
11108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11109
|
|
|
'extent_code' => ['1411'], |
|
11110
|
|
|
], |
|
11111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15357' => [ |
|
11112
|
|
|
'name' => 'SPCS83 Texas North zone (US Survey feet)', |
|
11113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11114
|
|
|
'extent_code' => ['2253'], |
|
11115
|
|
|
], |
|
11116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15358' => [ |
|
11117
|
|
|
'name' => 'SPCS83 Texas North Central zone (US Survey feet)', |
|
11118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11119
|
|
|
'extent_code' => ['2254'], |
|
11120
|
|
|
], |
|
11121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15359' => [ |
|
11122
|
|
|
'name' => 'SPCS83 Texas Central zone (US Survey feet)', |
|
11123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11124
|
|
|
'extent_code' => ['2252'], |
|
11125
|
|
|
], |
|
11126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15360' => [ |
|
11127
|
|
|
'name' => 'SPCS83 Texas South Central zone (US Survey feet)', |
|
11128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11129
|
|
|
'extent_code' => ['2527'], |
|
11130
|
|
|
], |
|
11131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15361' => [ |
|
11132
|
|
|
'name' => 'SPCS83 Texas South zone (US Survey feet)', |
|
11133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11134
|
|
|
'extent_code' => ['2528'], |
|
11135
|
|
|
], |
|
11136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15362' => [ |
|
11137
|
|
|
'name' => 'SPCS83 Utah North zone (International feet)', |
|
11138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11139
|
|
|
'extent_code' => ['2258'], |
|
11140
|
|
|
], |
|
11141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15363' => [ |
|
11142
|
|
|
'name' => 'SPCS83 Utah Central zone (International feet)', |
|
11143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11144
|
|
|
'extent_code' => ['2257'], |
|
11145
|
|
|
], |
|
11146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15364' => [ |
|
11147
|
|
|
'name' => 'SPCS83 Utah South zone (International feet)', |
|
11148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11149
|
|
|
'extent_code' => ['2259'], |
|
11150
|
|
|
], |
|
11151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15365' => [ |
|
11152
|
|
|
'name' => 'SPCS83 Virginia North zone (US Survey feet)', |
|
11153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11154
|
|
|
'extent_code' => ['2260'], |
|
11155
|
|
|
], |
|
11156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15366' => [ |
|
11157
|
|
|
'name' => 'SPCS83 Virginia South zone (US Survey feet)', |
|
11158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11159
|
|
|
'extent_code' => ['2261'], |
|
11160
|
|
|
], |
|
11161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15367' => [ |
|
11162
|
|
|
'name' => 'SPCS83 Washington North zone (US Survey feet)', |
|
11163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11164
|
|
|
'extent_code' => ['2273'], |
|
11165
|
|
|
], |
|
11166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15368' => [ |
|
11167
|
|
|
'name' => 'SPCS83 Washington South zone (US Survey feet)', |
|
11168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11169
|
|
|
'extent_code' => ['2274'], |
|
11170
|
|
|
], |
|
11171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15369' => [ |
|
11172
|
|
|
'name' => 'SPCS83 Wisconsin North zone (US Survey feet)', |
|
11173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11174
|
|
|
'extent_code' => ['2267'], |
|
11175
|
|
|
], |
|
11176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15370' => [ |
|
11177
|
|
|
'name' => 'SPCS83 Wisconsin Central zone (US Survey feet)', |
|
11178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11179
|
|
|
'extent_code' => ['2266'], |
|
11180
|
|
|
], |
|
11181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15371' => [ |
|
11182
|
|
|
'name' => 'SPCS83 Wisconsin South zone (US Survey feet)', |
|
11183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11184
|
|
|
'extent_code' => ['2268'], |
|
11185
|
|
|
], |
|
11186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15372' => [ |
|
11187
|
|
|
'name' => 'SPCS83 Indiana East zone (US Survey feet)', |
|
11188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11189
|
|
|
'extent_code' => ['2196'], |
|
11190
|
|
|
], |
|
11191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15373' => [ |
|
11192
|
|
|
'name' => 'SPCS83 Indiana West zone (US Survey feet)', |
|
11193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11194
|
|
|
'extent_code' => ['2197'], |
|
11195
|
|
|
], |
|
11196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15374' => [ |
|
11197
|
|
|
'name' => 'Oregon GIC Lambert (International feet)', |
|
11198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11199
|
|
|
'extent_code' => ['1406'], |
|
11200
|
|
|
], |
|
11201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15375' => [ |
|
11202
|
|
|
'name' => 'SPCS83 Kentucky Single Zone (US Survey feet)', |
|
11203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11204
|
|
|
'extent_code' => ['1386'], |
|
11205
|
|
|
], |
|
11206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15376' => [ |
|
11207
|
|
|
'name' => 'American Samoa Lambert', |
|
11208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
11209
|
|
|
'extent_code' => ['3109'], |
|
11210
|
|
|
], |
|
11211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15377' => [ |
|
11212
|
|
|
'name' => 'SPCS83 Iowa North zone (US Survey feet)', |
|
11213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11214
|
|
|
'extent_code' => ['2198'], |
|
11215
|
|
|
], |
|
11216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15378' => [ |
|
11217
|
|
|
'name' => 'SPCS83 Iowa South zone (US Survey feet)', |
|
11218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11219
|
|
|
'extent_code' => ['2199'], |
|
11220
|
|
|
], |
|
11221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15379' => [ |
|
11222
|
|
|
'name' => 'SPCS83 Kansas North zone (US Survey feet)', |
|
11223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11224
|
|
|
'extent_code' => ['2200'], |
|
11225
|
|
|
], |
|
11226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15380' => [ |
|
11227
|
|
|
'name' => 'SPCS83 Kansas South zone (US Survey feet)', |
|
11228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11229
|
|
|
'extent_code' => ['2201'], |
|
11230
|
|
|
], |
|
11231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15381' => [ |
|
11232
|
|
|
'name' => 'SPCS83 Nevada East zone (US Survey feet)', |
|
11233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11234
|
|
|
'extent_code' => ['2224'], |
|
11235
|
|
|
], |
|
11236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15382' => [ |
|
11237
|
|
|
'name' => 'SPCS83 Nevada Central zone (US Survey feet)', |
|
11238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11239
|
|
|
'extent_code' => ['2223'], |
|
11240
|
|
|
], |
|
11241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15383' => [ |
|
11242
|
|
|
'name' => 'SPCS83 Nevada West zone (US Survey feet)', |
|
11243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11244
|
|
|
'extent_code' => ['2225'], |
|
11245
|
|
|
], |
|
11246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15384' => [ |
|
11247
|
|
|
'name' => 'SPCS83 New Jersey zone (US Survey feet)', |
|
11248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11249
|
|
|
'extent_code' => ['1399'], |
|
11250
|
|
|
], |
|
11251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15385' => [ |
|
11252
|
|
|
'name' => 'SPCS83 Arkansas North zone (US Survey feet)', |
|
11253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11254
|
|
|
'extent_code' => ['2169'], |
|
11255
|
|
|
], |
|
11256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15386' => [ |
|
11257
|
|
|
'name' => 'SPCS83 Arkansas South zone (US Survey feet)', |
|
11258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11259
|
|
|
'extent_code' => ['2170'], |
|
11260
|
|
|
], |
|
11261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15387' => [ |
|
11262
|
|
|
'name' => 'SPCS83 Illinois East zone (US Survey feet)', |
|
11263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11264
|
|
|
'extent_code' => ['2194'], |
|
11265
|
|
|
], |
|
11266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15388' => [ |
|
11267
|
|
|
'name' => 'SPCS83 Illinois West zone (US Survey feet)', |
|
11268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11269
|
|
|
'extent_code' => ['2195'], |
|
11270
|
|
|
], |
|
11271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15389' => [ |
|
11272
|
|
|
'name' => 'SPCS83 New Hampshire zone (US Survey feet)', |
|
11273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11274
|
|
|
'extent_code' => ['1398'], |
|
11275
|
|
|
], |
|
11276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15390' => [ |
|
11277
|
|
|
'name' => 'SPCS83 Rhode Island zone (US Survey feet)', |
|
11278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
11279
|
|
|
'extent_code' => ['1408'], |
|
11280
|
|
|
], |
|
11281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15391' => [ |
|
11282
|
|
|
'name' => 'SPCS83 Louisiana North zone (US Survey feet)', |
|
11283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11284
|
|
|
'extent_code' => ['2204'], |
|
11285
|
|
|
], |
|
11286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15392' => [ |
|
11287
|
|
|
'name' => 'SPCS83 Louisiana South zone (US Survey feet)', |
|
11288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11289
|
|
|
'extent_code' => ['2529'], |
|
11290
|
|
|
], |
|
11291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15393' => [ |
|
11292
|
|
|
'name' => 'SPCS83 Louisiana Offshore zone (US Survey feet)', |
|
11293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11294
|
|
|
'extent_code' => ['1387'], |
|
11295
|
|
|
], |
|
11296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15394' => [ |
|
11297
|
|
|
'name' => 'SPCS83 South Dakota North zone (US Survey feet)', |
|
11298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11299
|
|
|
'extent_code' => ['2249'], |
|
11300
|
|
|
], |
|
11301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15395' => [ |
|
11302
|
|
|
'name' => 'SPCS83 South Dakota South zone (US Survey feet)', |
|
11303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11304
|
|
|
'extent_code' => ['2250'], |
|
11305
|
|
|
], |
|
11306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15396' => [ |
|
11307
|
|
|
'name' => 'SPCS83 Nebraska zone (US Survey feet)', |
|
11308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
11309
|
|
|
'extent_code' => ['1396'], |
|
11310
|
|
|
], |
|
11311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15397' => [ |
|
11312
|
|
|
'name' => 'Great Lakes Albers', |
|
11313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9822', |
|
11314
|
|
|
'extent_code' => ['3467'], |
|
11315
|
|
|
], |
|
11316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15398' => [ |
|
11317
|
|
|
'name' => 'Great Lakes and St Lawrence Albers', |
|
11318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9822', |
|
11319
|
|
|
'extent_code' => ['3468'], |
|
11320
|
|
|
], |
|
11321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15399' => [ |
|
11322
|
|
|
'name' => 'Yap Islands', |
|
11323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9832', |
|
11324
|
|
|
'extent_code' => ['3108'], |
|
11325
|
|
|
], |
|
11326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15400' => [ |
|
11327
|
|
|
'name' => 'Guam SPCS', |
|
11328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9831', |
|
11329
|
|
|
'extent_code' => ['3255'], |
|
11330
|
|
|
], |
|
11331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15483' => [ |
|
11332
|
|
|
'name' => 'Tokyo to JGD2000 (1)', |
|
11333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11334
|
|
|
'extent_code' => ['3957'], |
|
11335
|
|
|
], |
|
11336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15485' => [ |
|
11337
|
|
|
'name' => 'SAD69 to SIRGAS 2000 (1)', |
|
11338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11339
|
|
|
'extent_code' => ['1053'], |
|
11340
|
|
|
], |
|
11341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15486' => [ |
|
11342
|
|
|
'name' => 'CH1903 to CH1903+ (1)', |
|
11343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
11344
|
|
|
'extent_code' => ['1286'], |
|
11345
|
|
|
], |
|
11346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15494' => [ |
|
11347
|
|
|
'name' => 'Kalianpur 1962 to WGS 84 (6)', |
|
11348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11349
|
|
|
'extent_code' => ['3589'], |
|
11350
|
|
|
], |
|
11351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15496' => [ |
|
11352
|
|
|
'name' => 'Pulkovo 1942(58) to WGS 84 (18)', |
|
11353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11354
|
|
|
'extent_code' => ['1197'], |
|
11355
|
|
|
], |
|
11356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15497' => [ |
|
11357
|
|
|
'name' => 'Pulkovo 1942(58) to WGS 84 (9)', |
|
11358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11359
|
|
|
'extent_code' => ['1197'], |
|
11360
|
|
|
], |
|
11361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15498' => [ |
|
11362
|
|
|
'name' => 'axis order change (2D)', |
|
11363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9843', |
|
11364
|
|
|
'extent_code' => ['1262'], |
|
11365
|
|
|
], |
|
11366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15499' => [ |
|
11367
|
|
|
'name' => 'axis order change (geographic3D horizontal)', |
|
11368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9844', |
|
11369
|
|
|
'extent_code' => ['1262'], |
|
11370
|
|
|
], |
|
11371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15592' => [ |
|
11372
|
|
|
'name' => 'geocentric to geographic3D', |
|
11373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9602', |
|
11374
|
|
|
'extent_code' => ['1262'], |
|
11375
|
|
|
], |
|
11376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15593' => [ |
|
11377
|
|
|
'name' => 'geographic3D to geographic2D', |
|
11378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9659', |
|
11379
|
|
|
'extent_code' => ['1262'], |
|
11380
|
|
|
], |
|
11381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15596' => [ |
|
11382
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (7)', |
|
11383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11384
|
|
|
'extent_code' => ['2426'], |
|
11385
|
|
|
], |
|
11386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15597' => [ |
|
11387
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (8)', |
|
11388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11389
|
|
|
'extent_code' => ['2427'], |
|
11390
|
|
|
], |
|
11391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15598' => [ |
|
11392
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (9)', |
|
11393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11394
|
|
|
'extent_code' => ['2428'], |
|
11395
|
|
|
], |
|
11396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15599' => [ |
|
11397
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (10)', |
|
11398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11399
|
|
|
'extent_code' => ['2429'], |
|
11400
|
|
|
], |
|
11401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15600' => [ |
|
11402
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (11)', |
|
11403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11404
|
|
|
'extent_code' => ['2430'], |
|
11405
|
|
|
], |
|
11406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15601' => [ |
|
11407
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (12)', |
|
11408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11409
|
|
|
'extent_code' => ['2431'], |
|
11410
|
|
|
], |
|
11411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15602' => [ |
|
11412
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (13)', |
|
11413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11414
|
|
|
'extent_code' => ['2432'], |
|
11415
|
|
|
], |
|
11416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15603' => [ |
|
11417
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (14)', |
|
11418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11419
|
|
|
'extent_code' => ['2433'], |
|
11420
|
|
|
], |
|
11421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15604' => [ |
|
11422
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (15)', |
|
11423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11424
|
|
|
'extent_code' => ['2434'], |
|
11425
|
|
|
], |
|
11426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15605' => [ |
|
11427
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (16)', |
|
11428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11429
|
|
|
'extent_code' => ['2435'], |
|
11430
|
|
|
], |
|
11431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15606' => [ |
|
11432
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (17)', |
|
11433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11434
|
|
|
'extent_code' => ['2436'], |
|
11435
|
|
|
], |
|
11436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15607' => [ |
|
11437
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (18)', |
|
11438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11439
|
|
|
'extent_code' => ['2437'], |
|
11440
|
|
|
], |
|
11441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15608' => [ |
|
11442
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (19)', |
|
11443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11444
|
|
|
'extent_code' => ['2438'], |
|
11445
|
|
|
], |
|
11446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15609' => [ |
|
11447
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (20)', |
|
11448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11449
|
|
|
'extent_code' => ['2439'], |
|
11450
|
|
|
], |
|
11451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15610' => [ |
|
11452
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (21)', |
|
11453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11454
|
|
|
'extent_code' => ['2440'], |
|
11455
|
|
|
], |
|
11456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15611' => [ |
|
11457
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (22)', |
|
11458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11459
|
|
|
'extent_code' => ['2441'], |
|
11460
|
|
|
], |
|
11461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15612' => [ |
|
11462
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (23)', |
|
11463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11464
|
|
|
'extent_code' => ['2442'], |
|
11465
|
|
|
], |
|
11466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15613' => [ |
|
11467
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (24)', |
|
11468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11469
|
|
|
'extent_code' => ['2443'], |
|
11470
|
|
|
], |
|
11471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15614' => [ |
|
11472
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (25)', |
|
11473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11474
|
|
|
'extent_code' => ['2444'], |
|
11475
|
|
|
], |
|
11476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15615' => [ |
|
11477
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (26)', |
|
11478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11479
|
|
|
'extent_code' => ['2445'], |
|
11480
|
|
|
], |
|
11481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15616' => [ |
|
11482
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (27)', |
|
11483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11484
|
|
|
'extent_code' => ['2446'], |
|
11485
|
|
|
], |
|
11486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15617' => [ |
|
11487
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (28)', |
|
11488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11489
|
|
|
'extent_code' => ['2447'], |
|
11490
|
|
|
], |
|
11491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15618' => [ |
|
11492
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (29)', |
|
11493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11494
|
|
|
'extent_code' => ['2448'], |
|
11495
|
|
|
], |
|
11496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15619' => [ |
|
11497
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (30)', |
|
11498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11499
|
|
|
'extent_code' => ['2449'], |
|
11500
|
|
|
], |
|
11501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15620' => [ |
|
11502
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (31)', |
|
11503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11504
|
|
|
'extent_code' => ['2450'], |
|
11505
|
|
|
], |
|
11506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15621' => [ |
|
11507
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (32)', |
|
11508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11509
|
|
|
'extent_code' => ['2451'], |
|
11510
|
|
|
], |
|
11511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15622' => [ |
|
11512
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (33)', |
|
11513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11514
|
|
|
'extent_code' => ['2452'], |
|
11515
|
|
|
], |
|
11516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15623' => [ |
|
11517
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (34)', |
|
11518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11519
|
|
|
'extent_code' => ['2453'], |
|
11520
|
|
|
], |
|
11521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15624' => [ |
|
11522
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (35)', |
|
11523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11524
|
|
|
'extent_code' => ['2454'], |
|
11525
|
|
|
], |
|
11526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15625' => [ |
|
11527
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (36)', |
|
11528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11529
|
|
|
'extent_code' => ['2455'], |
|
11530
|
|
|
], |
|
11531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15626' => [ |
|
11532
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (37)', |
|
11533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11534
|
|
|
'extent_code' => ['2456'], |
|
11535
|
|
|
], |
|
11536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15627' => [ |
|
11537
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (38)', |
|
11538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11539
|
|
|
'extent_code' => ['2457'], |
|
11540
|
|
|
], |
|
11541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15628' => [ |
|
11542
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (39)', |
|
11543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11544
|
|
|
'extent_code' => ['2458'], |
|
11545
|
|
|
], |
|
11546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15629' => [ |
|
11547
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (40)', |
|
11548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11549
|
|
|
'extent_code' => ['2459'], |
|
11550
|
|
|
], |
|
11551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15630' => [ |
|
11552
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (41)', |
|
11553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11554
|
|
|
'extent_code' => ['2460'], |
|
11555
|
|
|
], |
|
11556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15631' => [ |
|
11557
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (42)', |
|
11558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11559
|
|
|
'extent_code' => ['2461'], |
|
11560
|
|
|
], |
|
11561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15632' => [ |
|
11562
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (43)', |
|
11563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11564
|
|
|
'extent_code' => ['2462'], |
|
11565
|
|
|
], |
|
11566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15633' => [ |
|
11567
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (44)', |
|
11568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11569
|
|
|
'extent_code' => ['2463'], |
|
11570
|
|
|
], |
|
11571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15634' => [ |
|
11572
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (45)', |
|
11573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11574
|
|
|
'extent_code' => ['2464'], |
|
11575
|
|
|
], |
|
11576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15635' => [ |
|
11577
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (46)', |
|
11578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11579
|
|
|
'extent_code' => ['2465'], |
|
11580
|
|
|
], |
|
11581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15636' => [ |
|
11582
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (47)', |
|
11583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11584
|
|
|
'extent_code' => ['2466'], |
|
11585
|
|
|
], |
|
11586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15637' => [ |
|
11587
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (48)', |
|
11588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11589
|
|
|
'extent_code' => ['2467'], |
|
11590
|
|
|
], |
|
11591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15638' => [ |
|
11592
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (49)', |
|
11593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11594
|
|
|
'extent_code' => ['2468'], |
|
11595
|
|
|
], |
|
11596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15639' => [ |
|
11597
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (50)', |
|
11598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11599
|
|
|
'extent_code' => ['2469'], |
|
11600
|
|
|
], |
|
11601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15640' => [ |
|
11602
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (51)', |
|
11603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11604
|
|
|
'extent_code' => ['2470'], |
|
11605
|
|
|
], |
|
11606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15641' => [ |
|
11607
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (52)', |
|
11608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11609
|
|
|
'extent_code' => ['2471'], |
|
11610
|
|
|
], |
|
11611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15642' => [ |
|
11612
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (53)', |
|
11613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11614
|
|
|
'extent_code' => ['2472'], |
|
11615
|
|
|
], |
|
11616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15643' => [ |
|
11617
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (54)', |
|
11618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11619
|
|
|
'extent_code' => ['2473'], |
|
11620
|
|
|
], |
|
11621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15644' => [ |
|
11622
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (55)', |
|
11623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11624
|
|
|
'extent_code' => ['2474'], |
|
11625
|
|
|
], |
|
11626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15645' => [ |
|
11627
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (56)', |
|
11628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11629
|
|
|
'extent_code' => ['2475'], |
|
11630
|
|
|
], |
|
11631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15646' => [ |
|
11632
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (57)', |
|
11633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11634
|
|
|
'extent_code' => ['2476'], |
|
11635
|
|
|
], |
|
11636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15647' => [ |
|
11637
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (58)', |
|
11638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11639
|
|
|
'extent_code' => ['2477'], |
|
11640
|
|
|
], |
|
11641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15648' => [ |
|
11642
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (59)', |
|
11643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11644
|
|
|
'extent_code' => ['2478'], |
|
11645
|
|
|
], |
|
11646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15649' => [ |
|
11647
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (60)', |
|
11648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11649
|
|
|
'extent_code' => ['2479'], |
|
11650
|
|
|
], |
|
11651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15650' => [ |
|
11652
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (61)', |
|
11653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11654
|
|
|
'extent_code' => ['2480'], |
|
11655
|
|
|
], |
|
11656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15651' => [ |
|
11657
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (62)', |
|
11658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11659
|
|
|
'extent_code' => ['2481'], |
|
11660
|
|
|
], |
|
11661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15652' => [ |
|
11662
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (63)', |
|
11663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11664
|
|
|
'extent_code' => ['2482'], |
|
11665
|
|
|
], |
|
11666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15653' => [ |
|
11667
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (64)', |
|
11668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11669
|
|
|
'extent_code' => ['2483'], |
|
11670
|
|
|
], |
|
11671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15654' => [ |
|
11672
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (65)', |
|
11673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11674
|
|
|
'extent_code' => ['2484'], |
|
11675
|
|
|
], |
|
11676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15655' => [ |
|
11677
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (66)', |
|
11678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11679
|
|
|
'extent_code' => ['2485'], |
|
11680
|
|
|
], |
|
11681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15656' => [ |
|
11682
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (67)', |
|
11683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11684
|
|
|
'extent_code' => ['2486'], |
|
11685
|
|
|
], |
|
11686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15657' => [ |
|
11687
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (68)', |
|
11688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11689
|
|
|
'extent_code' => ['2487'], |
|
11690
|
|
|
], |
|
11691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15658' => [ |
|
11692
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (69)', |
|
11693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11694
|
|
|
'extent_code' => ['2488'], |
|
11695
|
|
|
], |
|
11696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15659' => [ |
|
11697
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (70)', |
|
11698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11699
|
|
|
'extent_code' => ['2489'], |
|
11700
|
|
|
], |
|
11701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15660' => [ |
|
11702
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (71)', |
|
11703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11704
|
|
|
'extent_code' => ['2490'], |
|
11705
|
|
|
], |
|
11706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15661' => [ |
|
11707
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (72)', |
|
11708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11709
|
|
|
'extent_code' => ['2491'], |
|
11710
|
|
|
], |
|
11711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15662' => [ |
|
11712
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (73)', |
|
11713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11714
|
|
|
'extent_code' => ['2492'], |
|
11715
|
|
|
], |
|
11716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15663' => [ |
|
11717
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (74)', |
|
11718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11719
|
|
|
'extent_code' => ['2493'], |
|
11720
|
|
|
], |
|
11721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15664' => [ |
|
11722
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (75)', |
|
11723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11724
|
|
|
'extent_code' => ['2494'], |
|
11725
|
|
|
], |
|
11726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15665' => [ |
|
11727
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (76)', |
|
11728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11729
|
|
|
'extent_code' => ['2495'], |
|
11730
|
|
|
], |
|
11731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15666' => [ |
|
11732
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (77)', |
|
11733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11734
|
|
|
'extent_code' => ['2496'], |
|
11735
|
|
|
], |
|
11736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15667' => [ |
|
11737
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (78)', |
|
11738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11739
|
|
|
'extent_code' => ['2497'], |
|
11740
|
|
|
], |
|
11741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15668' => [ |
|
11742
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (79)', |
|
11743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11744
|
|
|
'extent_code' => ['2498'], |
|
11745
|
|
|
], |
|
11746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15669' => [ |
|
11747
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (80)', |
|
11748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11749
|
|
|
'extent_code' => ['2499'], |
|
11750
|
|
|
], |
|
11751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15670' => [ |
|
11752
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (81)', |
|
11753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11754
|
|
|
'extent_code' => ['2500'], |
|
11755
|
|
|
], |
|
11756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15671' => [ |
|
11757
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (82)', |
|
11758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11759
|
|
|
'extent_code' => ['2501'], |
|
11760
|
|
|
], |
|
11761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15672' => [ |
|
11762
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (83)', |
|
11763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11764
|
|
|
'extent_code' => ['2502'], |
|
11765
|
|
|
], |
|
11766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15673' => [ |
|
11767
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (84)', |
|
11768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11769
|
|
|
'extent_code' => ['2503'], |
|
11770
|
|
|
], |
|
11771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15674' => [ |
|
11772
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (85)', |
|
11773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11774
|
|
|
'extent_code' => ['2504'], |
|
11775
|
|
|
], |
|
11776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15675' => [ |
|
11777
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (86)', |
|
11778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11779
|
|
|
'extent_code' => ['2505'], |
|
11780
|
|
|
], |
|
11781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15676' => [ |
|
11782
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (87)', |
|
11783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11784
|
|
|
'extent_code' => ['2506'], |
|
11785
|
|
|
], |
|
11786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15677' => [ |
|
11787
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (88)', |
|
11788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11789
|
|
|
'extent_code' => ['2507'], |
|
11790
|
|
|
], |
|
11791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15678' => [ |
|
11792
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (89)', |
|
11793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11794
|
|
|
'extent_code' => ['2508'], |
|
11795
|
|
|
], |
|
11796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15679' => [ |
|
11797
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (90)', |
|
11798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11799
|
|
|
'extent_code' => ['2509'], |
|
11800
|
|
|
], |
|
11801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15680' => [ |
|
11802
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (91)', |
|
11803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11804
|
|
|
'extent_code' => ['2510'], |
|
11805
|
|
|
], |
|
11806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15681' => [ |
|
11807
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (92)', |
|
11808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11809
|
|
|
'extent_code' => ['2511'], |
|
11810
|
|
|
], |
|
11811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15682' => [ |
|
11812
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (93)', |
|
11813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11814
|
|
|
'extent_code' => ['2512'], |
|
11815
|
|
|
], |
|
11816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15683' => [ |
|
11817
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (94)', |
|
11818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11819
|
|
|
'extent_code' => ['2513'], |
|
11820
|
|
|
], |
|
11821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15684' => [ |
|
11822
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (95)', |
|
11823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11824
|
|
|
'extent_code' => ['2514'], |
|
11825
|
|
|
], |
|
11826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15685' => [ |
|
11827
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (96)', |
|
11828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11829
|
|
|
'extent_code' => ['2515'], |
|
11830
|
|
|
], |
|
11831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15686' => [ |
|
11832
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (97)', |
|
11833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11834
|
|
|
'extent_code' => ['2516'], |
|
11835
|
|
|
], |
|
11836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15687' => [ |
|
11837
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (98)', |
|
11838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11839
|
|
|
'extent_code' => ['2517'], |
|
11840
|
|
|
], |
|
11841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15688' => [ |
|
11842
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (99)', |
|
11843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11844
|
|
|
'extent_code' => ['2518'], |
|
11845
|
|
|
], |
|
11846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15689' => [ |
|
11847
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (100)', |
|
11848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11849
|
|
|
'extent_code' => ['2519'], |
|
11850
|
|
|
], |
|
11851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15690' => [ |
|
11852
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (101)', |
|
11853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11854
|
|
|
'extent_code' => ['2520'], |
|
11855
|
|
|
], |
|
11856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15691' => [ |
|
11857
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (102)', |
|
11858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11859
|
|
|
'extent_code' => ['2521'], |
|
11860
|
|
|
], |
|
11861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15692' => [ |
|
11862
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (103)', |
|
11863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11864
|
|
|
'extent_code' => ['2522'], |
|
11865
|
|
|
], |
|
11866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15693' => [ |
|
11867
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (104)', |
|
11868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11869
|
|
|
'extent_code' => ['2523'], |
|
11870
|
|
|
], |
|
11871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15694' => [ |
|
11872
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (105)', |
|
11873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11874
|
|
|
'extent_code' => ['2524'], |
|
11875
|
|
|
], |
|
11876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15695' => [ |
|
11877
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (106)', |
|
11878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11879
|
|
|
'extent_code' => ['2525'], |
|
11880
|
|
|
], |
|
11881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15696' => [ |
|
11882
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (107)', |
|
11883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11884
|
|
|
'extent_code' => ['2526'], |
|
11885
|
|
|
], |
|
11886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15697' => [ |
|
11887
|
|
|
'name' => 'Tokyo + JSLD height to WGS 84 (6)', |
|
11888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9618', |
|
11889
|
|
|
'extent_code' => ['2425'], |
|
11890
|
|
|
], |
|
11891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15699' => [ |
|
11892
|
|
|
'name' => 'NAD27 to WGS 84 (87)', |
|
11893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11894
|
|
|
'extent_code' => ['3462'], |
|
11895
|
|
|
], |
|
11896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15701' => [ |
|
11897
|
|
|
'name' => 'Kalianpur 1962 to WGS 84 (2)', |
|
11898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11899
|
|
|
'extent_code' => ['2985'], |
|
11900
|
|
|
], |
|
11901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15702' => [ |
|
11902
|
|
|
'name' => 'Kalianpur 1962 to WGS 84 (3)', |
|
11903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11904
|
|
|
'extent_code' => ['2984'], |
|
11905
|
|
|
], |
|
11906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15703' => [ |
|
11907
|
|
|
'name' => 'Kalianpur 1962 to WGS 84 (4)', |
|
11908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11909
|
|
|
'extent_code' => ['2982'], |
|
11910
|
|
|
], |
|
11911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15707' => [ |
|
11912
|
|
|
'name' => 'ELD79 to WGS 84 (6)', |
|
11913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11914
|
|
|
'extent_code' => ['2987'], |
|
11915
|
|
|
], |
|
11916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15708' => [ |
|
11917
|
|
|
'name' => 'PRS92 to WGS 84 (1)', |
|
11918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
11919
|
|
|
'extent_code' => ['1190'], |
|
11920
|
|
|
], |
|
11921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15709' => [ |
|
11922
|
|
|
'name' => 'Nouakchott 1965 to WGS 84 (1)', |
|
11923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11924
|
|
|
'extent_code' => ['2972'], |
|
11925
|
|
|
], |
|
11926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15713' => [ |
|
11927
|
|
|
'name' => 'Gan 1970 to WGS 84 (1)', |
|
11928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11929
|
|
|
'extent_code' => ['3274'], |
|
11930
|
|
|
], |
|
11931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15730' => [ |
|
11932
|
|
|
'name' => 'Bogota 1975 to MAGNA-SIRGAS (9)', |
|
11933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
11934
|
|
|
'extent_code' => ['3082'], |
|
11935
|
|
|
], |
|
11936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15731' => [ |
|
11937
|
|
|
'name' => 'Bogota 1975 to MAGNA-SIRGAS (10)', |
|
11938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
11939
|
|
|
'extent_code' => ['3083'], |
|
11940
|
|
|
], |
|
11941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15732' => [ |
|
11942
|
|
|
'name' => 'Bogota 1975 to MAGNA-SIRGAS (11)', |
|
11943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
11944
|
|
|
'extent_code' => ['3084'], |
|
11945
|
|
|
], |
|
11946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15733' => [ |
|
11947
|
|
|
'name' => 'Bogota 1975 to MAGNA-SIRGAS (12)', |
|
11948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
11949
|
|
|
'extent_code' => ['3085'], |
|
11950
|
|
|
], |
|
11951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15734' => [ |
|
11952
|
|
|
'name' => 'Bogota 1975 to MAGNA-SIRGAS (13)', |
|
11953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
11954
|
|
|
'extent_code' => ['3086'], |
|
11955
|
|
|
], |
|
11956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15735' => [ |
|
11957
|
|
|
'name' => 'Bogota 1975 to MAGNA-SIRGAS (14)', |
|
11958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
11959
|
|
|
'extent_code' => ['3087'], |
|
11960
|
|
|
], |
|
11961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15736' => [ |
|
11962
|
|
|
'name' => 'Bogota 1975 to MAGNA-SIRGAS (15)', |
|
11963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
11964
|
|
|
'extent_code' => ['3088'], |
|
11965
|
|
|
], |
|
11966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15737' => [ |
|
11967
|
|
|
'name' => 'Bogota 1975 to MAGNA-SIRGAS (16)', |
|
11968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9636', |
|
11969
|
|
|
'extent_code' => ['3089'], |
|
11970
|
|
|
], |
|
11971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15738' => [ |
|
11972
|
|
|
'name' => 'MAGNA-SIRGAS to WGS 84 (1)', |
|
11973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11974
|
|
|
'extent_code' => ['1070'], |
|
11975
|
|
|
], |
|
11976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15742' => [ |
|
11977
|
|
|
'name' => 'Deir ez Zor to WGS 84 (5)', |
|
11978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11979
|
|
|
'extent_code' => ['3314'], |
|
11980
|
|
|
], |
|
11981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15743' => [ |
|
11982
|
|
|
'name' => 'Deir ez Zor to WGS 84 (6)', |
|
11983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
11984
|
|
|
'extent_code' => ['2329'], |
|
11985
|
|
|
], |
|
11986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15745' => [ |
|
11987
|
|
|
'name' => 'ED50(ED77) to WGS 84 (6)', |
|
11988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11989
|
|
|
'extent_code' => ['3140'], |
|
11990
|
|
|
], |
|
11991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15746' => [ |
|
11992
|
|
|
'name' => 'Nakhl-e Ghanem to WGS 84 (6)', |
|
11993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11994
|
|
|
'extent_code' => ['3141'], |
|
11995
|
|
|
], |
|
11996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15752' => [ |
|
11997
|
|
|
'name' => 'ED79 to WGS 84 (1)', |
|
11998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
11999
|
|
|
'extent_code' => ['1297'], |
|
12000
|
|
|
], |
|
12001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15753' => [ |
|
12002
|
|
|
'name' => 'ED50 to ED87 (1)', |
|
12003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9651', |
|
12004
|
|
|
'extent_code' => ['2330'], |
|
12005
|
|
|
], |
|
12006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15759' => [ |
|
12007
|
|
|
'name' => 'Maupiti 83 to RGPF (1)', |
|
12008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12009
|
|
|
'extent_code' => ['3126'], |
|
12010
|
|
|
], |
|
12011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15778' => [ |
|
12012
|
|
|
'name' => 'ELD79 to WGS 84 (7)', |
|
12013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12014
|
|
|
'extent_code' => ['3142'], |
|
12015
|
|
|
], |
|
12016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15782' => [ |
|
12017
|
|
|
'name' => 'Campo Inchauspe to POSGAR 94 (1)', |
|
12018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12019
|
|
|
'extent_code' => ['3215'], |
|
12020
|
|
|
], |
|
12021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15784' => [ |
|
12022
|
|
|
'name' => 'Le Pouce 1934 to WGS 84 (1)', |
|
12023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12024
|
|
|
'extent_code' => ['3209'], |
|
12025
|
|
|
], |
|
12026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15787' => [ |
|
12027
|
|
|
'name' => 'IGCB 1955 to WGS 84 (1)', |
|
12028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12029
|
|
|
'extent_code' => ['3171'], |
|
12030
|
|
|
], |
|
12031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15790' => [ |
|
12032
|
|
|
'name' => 'Mhast (offshore) to WGS 72BE (1)', |
|
12033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12034
|
|
|
'extent_code' => ['3180'], |
|
12035
|
|
|
], |
|
12036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15792' => [ |
|
12037
|
|
|
'name' => 'Egypt Gulf of Suez S-650 TL to WGS 72BE (1)', |
|
12038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12039
|
|
|
'extent_code' => ['2341'], |
|
12040
|
|
|
], |
|
12041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15793' => [ |
|
12042
|
|
|
'name' => 'Barbados 1938 to WGS 84 (1)', |
|
12043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12044
|
|
|
'extent_code' => ['3218'], |
|
12045
|
|
|
], |
|
12046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15794' => [ |
|
12047
|
|
|
'name' => 'Cocos Islands 1965 to WGS 84 (1)', |
|
12048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12049
|
|
|
'extent_code' => ['1069'], |
|
12050
|
|
|
], |
|
12051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15795' => [ |
|
12052
|
|
|
'name' => 'Tern Island 1961 to WGS 84 (1)', |
|
12053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12054
|
|
|
'extent_code' => ['3181'], |
|
12055
|
|
|
], |
|
12056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15796' => [ |
|
12057
|
|
|
'name' => 'Iwo Jima 1945 to WGS 84 (1)', |
|
12058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12059
|
|
|
'extent_code' => ['3200'], |
|
12060
|
|
|
], |
|
12061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15797' => [ |
|
12062
|
|
|
'name' => 'Ascension Island 1958 to WGS 84 (1)', |
|
12063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12064
|
|
|
'extent_code' => ['3182'], |
|
12065
|
|
|
], |
|
12066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15799' => [ |
|
12067
|
|
|
'name' => 'Marcus Island 1952 to WGS 84 (1)', |
|
12068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12069
|
|
|
'extent_code' => ['1872'], |
|
12070
|
|
|
], |
|
12071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15801' => [ |
|
12072
|
|
|
'name' => 'Bellevue to WGS 84 (1)', |
|
12073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12074
|
|
|
'extent_code' => ['3193'], |
|
12075
|
|
|
], |
|
12076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15802' => [ |
|
12077
|
|
|
'name' => 'Camp Area Astro to WGS 84 (1)', |
|
12078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12079
|
|
|
'extent_code' => ['3205'], |
|
12080
|
|
|
], |
|
12081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15803' => [ |
|
12082
|
|
|
'name' => 'Phoenix Islands 1966 to WGS 84 (1)', |
|
12083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12084
|
|
|
'extent_code' => ['3196'], |
|
12085
|
|
|
], |
|
12086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15804' => [ |
|
12087
|
|
|
'name' => 'Cape Canaveral to WGS 84 (1)', |
|
12088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12089
|
|
|
'extent_code' => ['3206'], |
|
12090
|
|
|
], |
|
12091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15805' => [ |
|
12092
|
|
|
'name' => 'Solomon 1968 to WGS 84 (1)', |
|
12093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12094
|
|
|
'extent_code' => ['3198'], |
|
12095
|
|
|
], |
|
12096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15806' => [ |
|
12097
|
|
|
'name' => 'Easter Island 1967 to WGS 84 (1)', |
|
12098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12099
|
|
|
'extent_code' => ['3188'], |
|
12100
|
|
|
], |
|
12101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15807' => [ |
|
12102
|
|
|
'name' => 'Solomon 1968 to WGS 84 (2)', |
|
12103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12104
|
|
|
'extent_code' => ['3197'], |
|
12105
|
|
|
], |
|
12106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15808' => [ |
|
12107
|
|
|
'name' => 'Diego Garcia 1969 to WGS 84 (1)', |
|
12108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12109
|
|
|
'extent_code' => ['3189'], |
|
12110
|
|
|
], |
|
12111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15809' => [ |
|
12112
|
|
|
'name' => 'Johnston Island 1961 to WGS 84 (1)', |
|
12113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12114
|
|
|
'extent_code' => ['3201'], |
|
12115
|
|
|
], |
|
12116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15810' => [ |
|
12117
|
|
|
'name' => 'Kusaie 1951 to WGS 84 (1)', |
|
12118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12119
|
|
|
'extent_code' => ['3192'], |
|
12120
|
|
|
], |
|
12121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15812' => [ |
|
12122
|
|
|
'name' => 'Deception Island to WGS 84 (1)', |
|
12123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12124
|
|
|
'extent_code' => ['3204'], |
|
12125
|
|
|
], |
|
12126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15813' => [ |
|
12127
|
|
|
'name' => 'South Georgia 1968 to WGS 84 (1)', |
|
12128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12129
|
|
|
'extent_code' => ['3529'], |
|
12130
|
|
|
], |
|
12131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15815' => [ |
|
12132
|
|
|
'name' => 'PN84 to WGS 84 (1)', |
|
12133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12134
|
|
|
'extent_code' => ['4598'], |
|
12135
|
|
|
], |
|
12136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15816' => [ |
|
12137
|
|
|
'name' => 'Tristan 1968 to WGS 84 (1)', |
|
12138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12139
|
|
|
'extent_code' => ['3184'], |
|
12140
|
|
|
], |
|
12141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15818' => [ |
|
12142
|
|
|
'name' => 'Midway 1961 to WGS 84 (2)', |
|
12143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12144
|
|
|
'extent_code' => ['3202'], |
|
12145
|
|
|
], |
|
12146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15819' => [ |
|
12147
|
|
|
'name' => 'Pitcairn 1967 to WGS 84 (1)', |
|
12148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12149
|
|
|
'extent_code' => ['3208'], |
|
12150
|
|
|
], |
|
12151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15820' => [ |
|
12152
|
|
|
'name' => 'Santo 1965 to WGS 84 (1)', |
|
12153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12154
|
|
|
'extent_code' => ['3194'], |
|
12155
|
|
|
], |
|
12156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15822' => [ |
|
12157
|
|
|
'name' => 'Marshall Islands 1960 to WGS 84 (1)', |
|
12158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12159
|
|
|
'extent_code' => ['3191'], |
|
12160
|
|
|
], |
|
12161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15823' => [ |
|
12162
|
|
|
'name' => 'Wake Island 1952 to WGS 84 (1)', |
|
12163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12164
|
|
|
'extent_code' => ['3190'], |
|
12165
|
|
|
], |
|
12166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15824' => [ |
|
12167
|
|
|
'name' => 'Old Hawaiian to WGS 84 (3)', |
|
12168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12169
|
|
|
'extent_code' => ['1334'], |
|
12170
|
|
|
], |
|
12171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15825' => [ |
|
12172
|
|
|
'name' => 'Old Hawaiian to WGS 84 (4)', |
|
12173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12174
|
|
|
'extent_code' => ['1546'], |
|
12175
|
|
|
], |
|
12176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15826' => [ |
|
12177
|
|
|
'name' => 'Old Hawaiian to WGS 84 (5)', |
|
12178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12179
|
|
|
'extent_code' => ['1549'], |
|
12180
|
|
|
], |
|
12181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15827' => [ |
|
12182
|
|
|
'name' => 'Old Hawaiian to WGS 84 (6)', |
|
12183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12184
|
|
|
'extent_code' => ['1547'], |
|
12185
|
|
|
], |
|
12186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15828' => [ |
|
12187
|
|
|
'name' => 'Old Hawaiian to WGS 84 (7)', |
|
12188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12189
|
|
|
'extent_code' => ['1548'], |
|
12190
|
|
|
], |
|
12191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15831' => [ |
|
12192
|
|
|
'name' => 'Korea 2000 to WGS 84 (1)', |
|
12193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12194
|
|
|
'extent_code' => ['1135'], |
|
12195
|
|
|
], |
|
12196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15833' => [ |
|
12197
|
|
|
'name' => 'RGPF to WGS 84 (2)', |
|
12198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12199
|
|
|
'extent_code' => ['1098'], |
|
12200
|
|
|
], |
|
12201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15842' => [ |
|
12202
|
|
|
'name' => 'Hong Kong 1963(67) to WGS 84 (1)', |
|
12203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12204
|
|
|
'extent_code' => ['1118'], |
|
12205
|
|
|
], |
|
12206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15843' => [ |
|
12207
|
|
|
'name' => 'PZ-90 to WGS 84 (1)', |
|
12208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12209
|
|
|
'extent_code' => ['1262'], |
|
12210
|
|
|
], |
|
12211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15844' => [ |
|
12212
|
|
|
'name' => 'Pulkovo 1942 to PZ-90 (1)', |
|
12213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12214
|
|
|
'extent_code' => ['2423'], |
|
12215
|
|
|
], |
|
12216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15846' => [ |
|
12217
|
|
|
'name' => 'Egypt Gulf of Suez S-650 TL to WGS 84 (2)', |
|
12218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12219
|
|
|
'extent_code' => ['2341'], |
|
12220
|
|
|
], |
|
12221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15847' => [ |
|
12222
|
|
|
'name' => 'MOP78 to WGS 84 (2)', |
|
12223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12224
|
|
|
'extent_code' => ['2815'], |
|
12225
|
|
|
], |
|
12226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15849' => [ |
|
12227
|
|
|
'name' => 'Beduaram to WGS 84 (2)', |
|
12228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12229
|
|
|
'extent_code' => ['2771'], |
|
12230
|
|
|
], |
|
12231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15850' => [ |
|
12232
|
|
|
'name' => 'IGN 1962 Kerguelen to WGS 84 (1)', |
|
12233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12234
|
|
|
'extent_code' => ['2816'], |
|
12235
|
|
|
], |
|
12236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15855' => [ |
|
12237
|
|
|
'name' => 'NAD27 to WGS 84 (83)', |
|
12238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12239
|
|
|
'extent_code' => ['3361'], |
|
12240
|
|
|
], |
|
12241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15860' => [ |
|
12242
|
|
|
'name' => 'Mauritania 1999 to WGS 84 (1)', |
|
12243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12244
|
|
|
'extent_code' => ['1157'], |
|
12245
|
|
|
], |
|
12246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15865' => [ |
|
12247
|
|
|
'name' => 'Pulkovo 1942 to WGS 84 (16)', |
|
12248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12249
|
|
|
'extent_code' => ['2423'], |
|
12250
|
|
|
], |
|
12251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15866' => [ |
|
12252
|
|
|
'name' => 'FD54 to ED50 (1)', |
|
12253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12254
|
|
|
'extent_code' => ['3248'], |
|
12255
|
|
|
], |
|
12256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15867' => [ |
|
12257
|
|
|
'name' => 'PD/83 to ETRS89 (1)', |
|
12258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
12259
|
|
|
'extent_code' => ['2544'], |
|
12260
|
|
|
], |
|
12261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15868' => [ |
|
12262
|
|
|
'name' => 'RD/83 to ETRS89 (1)', |
|
12263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
12264
|
|
|
'extent_code' => ['2545'], |
|
12265
|
|
|
], |
|
12266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15870' => [ |
|
12267
|
|
|
'name' => 'Jouik 1961 to WGS 84 (1)', |
|
12268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12269
|
|
|
'extent_code' => ['2967'], |
|
12270
|
|
|
], |
|
12271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15873' => [ |
|
12272
|
|
|
'name' => 'Douala 1948 to WGS 84 (1)', |
|
12273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12274
|
|
|
'extent_code' => ['2555'], |
|
12275
|
|
|
], |
|
12276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15875' => [ |
|
12277
|
|
|
'name' => 'Fiji 1956 to WGS 84 (1)', |
|
12278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12279
|
|
|
'extent_code' => ['3398'], |
|
12280
|
|
|
], |
|
12281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15876' => [ |
|
12282
|
|
|
'name' => 'Fiji 1986 to WGS 84 (1)', |
|
12283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
12284
|
|
|
'extent_code' => ['1094'], |
|
12285
|
|
|
], |
|
12286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15878' => [ |
|
12287
|
|
|
'name' => 'Vanua Levu 1915 to WGS 84 (1)', |
|
12288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12289
|
|
|
'extent_code' => ['3401'], |
|
12290
|
|
|
], |
|
12291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15879' => [ |
|
12292
|
|
|
'name' => 'GR96 to WGS 84 (1)', |
|
12293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12294
|
|
|
'extent_code' => ['1107'], |
|
12295
|
|
|
], |
|
12296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15880' => [ |
|
12297
|
|
|
'name' => 'RGNC91-93 to WGS 84 (1)', |
|
12298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12299
|
|
|
'extent_code' => ['1174'], |
|
12300
|
|
|
], |
|
12301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15887' => [ |
|
12302
|
|
|
'name' => 'IGN72 Grande Terre to RGNC91-93 (2)', |
|
12303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12304
|
|
|
'extent_code' => ['2822'], |
|
12305
|
|
|
], |
|
12306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15888' => [ |
|
12307
|
|
|
'name' => 'IGN72 Grande Terre to RGNC91-93 (3)', |
|
12308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12309
|
|
|
'extent_code' => ['2823'], |
|
12310
|
|
|
], |
|
12311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15889' => [ |
|
12312
|
|
|
'name' => 'NEA74 Noumea to RGNC91-93 (2)', |
|
12313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12314
|
|
|
'extent_code' => ['2823'], |
|
12315
|
|
|
], |
|
12316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15890' => [ |
|
12317
|
|
|
'name' => 'IGN56 Lifou to RGNC91-93 (2)', |
|
12318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12319
|
|
|
'extent_code' => ['2814'], |
|
12320
|
|
|
], |
|
12321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15891' => [ |
|
12322
|
|
|
'name' => 'IGN53 Mare to RGNC91-93 (2)', |
|
12323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12324
|
|
|
'extent_code' => ['2819'], |
|
12325
|
|
|
], |
|
12326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15892' => [ |
|
12327
|
|
|
'name' => 'ST87 Ouvea to RGNC91-93 (2)', |
|
12328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12329
|
|
|
'extent_code' => ['2813'], |
|
12330
|
|
|
], |
|
12331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15893' => [ |
|
12332
|
|
|
'name' => 'ST84 Ile des Pins to RGNC91-93 (1)', |
|
12333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12334
|
|
|
'extent_code' => ['2820'], |
|
12335
|
|
|
], |
|
12336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15894' => [ |
|
12337
|
|
|
'name' => 'SIRGAS 2000 to WGS 84 (1)', |
|
12338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12339
|
|
|
'extent_code' => ['3418'], |
|
12340
|
|
|
], |
|
12341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15896' => [ |
|
12342
|
|
|
'name' => 'Kertau (RSO) to Kertau 1968 (1)', |
|
12343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12344
|
|
|
'extent_code' => ['1309'], |
|
12345
|
|
|
], |
|
12346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15899' => [ |
|
12347
|
|
|
'name' => 'Scoresbysund 1952 to GR96 (1)', |
|
12348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
12349
|
|
|
'extent_code' => ['2570'], |
|
12350
|
|
|
], |
|
12351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15900' => [ |
|
12352
|
|
|
'name' => 'Ammassalik 1958 to GR96 (1)', |
|
12353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
12354
|
|
|
'extent_code' => ['2571'], |
|
12355
|
|
|
], |
|
12356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15908' => [ |
|
12357
|
|
|
'name' => 'LGD2006 to WGS 84 (1)', |
|
12358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12359
|
|
|
'extent_code' => ['1143'], |
|
12360
|
|
|
], |
|
12361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15909' => [ |
|
12362
|
|
|
'name' => 'ELD79 to WGS 84 (8)', |
|
12363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12364
|
|
|
'extent_code' => ['3271'], |
|
12365
|
|
|
], |
|
12366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15911' => [ |
|
12367
|
|
|
'name' => 'ID74 to DGN95 (1)', |
|
12368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12369
|
|
|
'extent_code' => ['4020'], |
|
12370
|
|
|
], |
|
12371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15912' => [ |
|
12372
|
|
|
'name' => 'DGN95 to WGS 84 (1)', |
|
12373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12374
|
|
|
'extent_code' => ['1122'], |
|
12375
|
|
|
], |
|
12376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15913' => [ |
|
12377
|
|
|
'name' => 'NAD27 to WGS 84 (86)', |
|
12378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12379
|
|
|
'extent_code' => ['3461'], |
|
12380
|
|
|
], |
|
12381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15914' => [ |
|
12382
|
|
|
'name' => 'BLM zone 14N (US survey feet)', |
|
12383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12384
|
|
|
'extent_code' => ['3637'], |
|
12385
|
|
|
], |
|
12386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15915' => [ |
|
12387
|
|
|
'name' => 'BLM zone 15N (US survey feet)', |
|
12388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12389
|
|
|
'extent_code' => ['3640'], |
|
12390
|
|
|
], |
|
12391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15916' => [ |
|
12392
|
|
|
'name' => 'BLM zone 16N (US survey feet)', |
|
12393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12394
|
|
|
'extent_code' => ['3641'], |
|
12395
|
|
|
], |
|
12396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15917' => [ |
|
12397
|
|
|
'name' => 'BLM zone 17N (US survey feet)', |
|
12398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12399
|
|
|
'extent_code' => ['3642'], |
|
12400
|
|
|
], |
|
12401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15918' => [ |
|
12402
|
|
|
'name' => 'Beijing 1954 to WGS 84 (1)', |
|
12403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12404
|
|
|
'extent_code' => ['3466'], |
|
12405
|
|
|
], |
|
12406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15919' => [ |
|
12407
|
|
|
'name' => 'Beijing 1954 to WGS 84 (2)', |
|
12408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
12409
|
|
|
'extent_code' => ['3469'], |
|
12410
|
|
|
], |
|
12411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15920' => [ |
|
12412
|
|
|
'name' => 'Beijing 1954 to WGS 84 (3)', |
|
12413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
12414
|
|
|
'extent_code' => ['3470'], |
|
12415
|
|
|
], |
|
12416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15921' => [ |
|
12417
|
|
|
'name' => 'Beijing 1954 to WGS 84 (4)', |
|
12418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12419
|
|
|
'extent_code' => ['3507'], |
|
12420
|
|
|
], |
|
12421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15923' => [ |
|
12422
|
|
|
'name' => 'ELD79 to WGS 84 (9)', |
|
12423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12424
|
|
|
'extent_code' => ['3477'], |
|
12425
|
|
|
], |
|
12426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15924' => [ |
|
12427
|
|
|
'name' => 'ELD79 to LGD2006 (1)', |
|
12428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12429
|
|
|
'extent_code' => ['3271'], |
|
12430
|
|
|
], |
|
12431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15925' => [ |
|
12432
|
|
|
'name' => 'JAD2001 to WGS 84 (1)', |
|
12433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12434
|
|
|
'extent_code' => ['1128'], |
|
12435
|
|
|
], |
|
12436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15926' => [ |
|
12437
|
|
|
'name' => 'JAD69 to JAD2001 (1)', |
|
12438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12439
|
|
|
'extent_code' => ['3342'], |
|
12440
|
|
|
], |
|
12441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15928' => [ |
|
12442
|
|
|
'name' => 'BD72 to ETRS89 (2)', |
|
12443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12444
|
|
|
'extent_code' => ['1347'], |
|
12445
|
|
|
], |
|
12446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15931' => [ |
|
12447
|
|
|
'name' => 'NAD83(NSRS2007) to WGS 84 (1)', |
|
12448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12449
|
|
|
'extent_code' => ['1511'], |
|
12450
|
|
|
], |
|
12451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15935' => [ |
|
12452
|
|
|
'name' => 'Beijing 1954 to WGS 84 (5)', |
|
12453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
12454
|
|
|
'extent_code' => ['3561'], |
|
12455
|
|
|
], |
|
12456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15936' => [ |
|
12457
|
|
|
'name' => 'Beijing 1954 to WGS 84 (6)', |
|
12458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12459
|
|
|
'extent_code' => ['3466'], |
|
12460
|
|
|
], |
|
12461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15948' => [ |
|
12462
|
|
|
'name' => 'DHDN to ETRS89 (8)', |
|
12463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9615', |
|
12464
|
|
|
'extent_code' => ['3339'], |
|
12465
|
|
|
], |
|
12466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15953' => [ |
|
12467
|
|
|
'name' => 'Nahrwan 1967 to WGS 84 (10)', |
|
12468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12469
|
|
|
'extent_code' => ['3531'], |
|
12470
|
|
|
], |
|
12471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15957' => [ |
|
12472
|
|
|
'name' => 'Qornoq 1927 to GR96 (1)', |
|
12473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9606', |
|
12474
|
|
|
'extent_code' => ['3362'], |
|
12475
|
|
|
], |
|
12476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15964' => [ |
|
12477
|
|
|
'name' => 'ED50 to WGS 84 (42)', |
|
12478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12479
|
|
|
'extent_code' => ['3537'], |
|
12480
|
|
|
], |
|
12481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15965' => [ |
|
12482
|
|
|
'name' => 'S-JTSK to WGS 84 (3)', |
|
12483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12484
|
|
|
'extent_code' => ['1306'], |
|
12485
|
|
|
], |
|
12486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15966' => [ |
|
12487
|
|
|
'name' => 'HTRS96 to ETRS89 (1)', |
|
12488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12489
|
|
|
'extent_code' => ['1076'], |
|
12490
|
|
|
], |
|
12491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15969' => [ |
|
12492
|
|
|
'name' => 'Bermuda 1957 to BDA2000 (1)', |
|
12493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12494
|
|
|
'extent_code' => ['3221'], |
|
12495
|
|
|
], |
|
12496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15971' => [ |
|
12497
|
|
|
'name' => 'BDA2000 to WGS 84 (1)', |
|
12498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12499
|
|
|
'extent_code' => ['1047'], |
|
12500
|
|
|
], |
|
12501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15972' => [ |
|
12502
|
|
|
'name' => 'Pitcairn 2006 to WGS 84 (1)', |
|
12503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12504
|
|
|
'extent_code' => ['3208'], |
|
12505
|
|
|
], |
|
12506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15974' => [ |
|
12507
|
|
|
'name' => 'RSRGD2000 to WGS 84 (1)', |
|
12508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12509
|
|
|
'extent_code' => ['3558'], |
|
12510
|
|
|
], |
|
12511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15977' => [ |
|
12512
|
|
|
'name' => 'Slovenia 1996 to ETRS89 (1)', |
|
12513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12514
|
|
|
'extent_code' => ['1212'], |
|
12515
|
|
|
], |
|
12516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15978' => [ |
|
12517
|
|
|
'name' => 'NAD27 to WGS 84 (88)', |
|
12518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12519
|
|
|
'extent_code' => ['1077'], |
|
12520
|
|
|
], |
|
12521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15979' => [ |
|
12522
|
|
|
'name' => 'AGD66 to GDA94 (12)', |
|
12523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12524
|
|
|
'extent_code' => ['3559'], |
|
12525
|
|
|
], |
|
12526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15994' => [ |
|
12527
|
|
|
'name' => 'Pulkovo 1942(58) to ETRS89 (4)', |
|
12528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9607', |
|
12529
|
|
|
'extent_code' => ['1197'], |
|
12530
|
|
|
], |
|
12531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15996' => [ |
|
12532
|
|
|
'name' => 'Pulkovo 1942(83) to WGS 84 (3)', |
|
12533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12534
|
|
|
'extent_code' => ['1119'], |
|
12535
|
|
|
], |
|
12536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15997' => [ |
|
12537
|
|
|
'name' => 'Pulkovo 1942(58) to WGS 84 (4)', |
|
12538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12539
|
|
|
'extent_code' => ['3293'], |
|
12540
|
|
|
], |
|
12541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15998' => [ |
|
12542
|
|
|
'name' => 'Pulkovo 1942(83) to WGS 84 (5)', |
|
12543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12544
|
|
|
'extent_code' => ['1306'], |
|
12545
|
|
|
], |
|
12546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::15999' => [ |
|
12547
|
|
|
'name' => 'Pulkovo 1942(58) to WGS 84 (8)', |
|
12548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9603', |
|
12549
|
|
|
'extent_code' => ['3212'], |
|
12550
|
|
|
], |
|
12551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16000' => [ |
|
12552
|
|
|
'name' => 'UTM grid system (northern hemisphere)', |
|
12553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9824', |
|
12554
|
|
|
'extent_code' => ['1998'], |
|
12555
|
|
|
], |
|
12556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16001' => [ |
|
12557
|
|
|
'name' => 'UTM zone 1N', |
|
12558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12559
|
|
|
'extent_code' => ['1873'], |
|
12560
|
|
|
], |
|
12561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16002' => [ |
|
12562
|
|
|
'name' => 'UTM zone 2N', |
|
12563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12564
|
|
|
'extent_code' => ['1875'], |
|
12565
|
|
|
], |
|
12566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16003' => [ |
|
12567
|
|
|
'name' => 'UTM zone 3N', |
|
12568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12569
|
|
|
'extent_code' => ['1877'], |
|
12570
|
|
|
], |
|
12571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16004' => [ |
|
12572
|
|
|
'name' => 'UTM zone 4N', |
|
12573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12574
|
|
|
'extent_code' => ['1879'], |
|
12575
|
|
|
], |
|
12576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16005' => [ |
|
12577
|
|
|
'name' => 'UTM zone 5N', |
|
12578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12579
|
|
|
'extent_code' => ['1881'], |
|
12580
|
|
|
], |
|
12581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16006' => [ |
|
12582
|
|
|
'name' => 'UTM zone 6N', |
|
12583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12584
|
|
|
'extent_code' => ['1883'], |
|
12585
|
|
|
], |
|
12586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16007' => [ |
|
12587
|
|
|
'name' => 'UTM zone 7N', |
|
12588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12589
|
|
|
'extent_code' => ['1885'], |
|
12590
|
|
|
], |
|
12591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16008' => [ |
|
12592
|
|
|
'name' => 'UTM zone 8N', |
|
12593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12594
|
|
|
'extent_code' => ['1887'], |
|
12595
|
|
|
], |
|
12596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16009' => [ |
|
12597
|
|
|
'name' => 'UTM zone 9N', |
|
12598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12599
|
|
|
'extent_code' => ['1889'], |
|
12600
|
|
|
], |
|
12601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16010' => [ |
|
12602
|
|
|
'name' => 'UTM zone 10N', |
|
12603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12604
|
|
|
'extent_code' => ['1891'], |
|
12605
|
|
|
], |
|
12606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16011' => [ |
|
12607
|
|
|
'name' => 'UTM zone 11N', |
|
12608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12609
|
|
|
'extent_code' => ['1893'], |
|
12610
|
|
|
], |
|
12611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16012' => [ |
|
12612
|
|
|
'name' => 'UTM zone 12N', |
|
12613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12614
|
|
|
'extent_code' => ['1895'], |
|
12615
|
|
|
], |
|
12616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16013' => [ |
|
12617
|
|
|
'name' => 'UTM zone 13N', |
|
12618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12619
|
|
|
'extent_code' => ['1897'], |
|
12620
|
|
|
], |
|
12621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16014' => [ |
|
12622
|
|
|
'name' => 'UTM zone 14N', |
|
12623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12624
|
|
|
'extent_code' => ['1899'], |
|
12625
|
|
|
], |
|
12626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16015' => [ |
|
12627
|
|
|
'name' => 'UTM zone 15N', |
|
12628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12629
|
|
|
'extent_code' => ['1901'], |
|
12630
|
|
|
], |
|
12631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16016' => [ |
|
12632
|
|
|
'name' => 'UTM zone 16N', |
|
12633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12634
|
|
|
'extent_code' => ['1903'], |
|
12635
|
|
|
], |
|
12636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16017' => [ |
|
12637
|
|
|
'name' => 'UTM zone 17N', |
|
12638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12639
|
|
|
'extent_code' => ['1905'], |
|
12640
|
|
|
], |
|
12641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16018' => [ |
|
12642
|
|
|
'name' => 'UTM zone 18N', |
|
12643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12644
|
|
|
'extent_code' => ['1907'], |
|
12645
|
|
|
], |
|
12646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16019' => [ |
|
12647
|
|
|
'name' => 'UTM zone 19N', |
|
12648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12649
|
|
|
'extent_code' => ['1909'], |
|
12650
|
|
|
], |
|
12651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16020' => [ |
|
12652
|
|
|
'name' => 'UTM zone 20N', |
|
12653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12654
|
|
|
'extent_code' => ['1911'], |
|
12655
|
|
|
], |
|
12656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16021' => [ |
|
12657
|
|
|
'name' => 'UTM zone 21N', |
|
12658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12659
|
|
|
'extent_code' => ['1913'], |
|
12660
|
|
|
], |
|
12661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16022' => [ |
|
12662
|
|
|
'name' => 'UTM zone 22N', |
|
12663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12664
|
|
|
'extent_code' => ['1915'], |
|
12665
|
|
|
], |
|
12666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16023' => [ |
|
12667
|
|
|
'name' => 'UTM zone 23N', |
|
12668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12669
|
|
|
'extent_code' => ['1917'], |
|
12670
|
|
|
], |
|
12671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16024' => [ |
|
12672
|
|
|
'name' => 'UTM zone 24N', |
|
12673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12674
|
|
|
'extent_code' => ['1919'], |
|
12675
|
|
|
], |
|
12676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16025' => [ |
|
12677
|
|
|
'name' => 'UTM zone 25N', |
|
12678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12679
|
|
|
'extent_code' => ['1921'], |
|
12680
|
|
|
], |
|
12681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16026' => [ |
|
12682
|
|
|
'name' => 'UTM zone 26N', |
|
12683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12684
|
|
|
'extent_code' => ['1923'], |
|
12685
|
|
|
], |
|
12686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16027' => [ |
|
12687
|
|
|
'name' => 'UTM zone 27N', |
|
12688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12689
|
|
|
'extent_code' => ['1925'], |
|
12690
|
|
|
], |
|
12691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16028' => [ |
|
12692
|
|
|
'name' => 'UTM zone 28N', |
|
12693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12694
|
|
|
'extent_code' => ['1927'], |
|
12695
|
|
|
], |
|
12696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16029' => [ |
|
12697
|
|
|
'name' => 'UTM zone 29N', |
|
12698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12699
|
|
|
'extent_code' => ['1929'], |
|
12700
|
|
|
], |
|
12701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16030' => [ |
|
12702
|
|
|
'name' => 'UTM zone 30N', |
|
12703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12704
|
|
|
'extent_code' => ['1931'], |
|
12705
|
|
|
], |
|
12706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16031' => [ |
|
12707
|
|
|
'name' => 'UTM zone 31N', |
|
12708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12709
|
|
|
'extent_code' => ['1933'], |
|
12710
|
|
|
], |
|
12711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16032' => [ |
|
12712
|
|
|
'name' => 'UTM zone 32N', |
|
12713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12714
|
|
|
'extent_code' => ['1935'], |
|
12715
|
|
|
], |
|
12716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16033' => [ |
|
12717
|
|
|
'name' => 'UTM zone 33N', |
|
12718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12719
|
|
|
'extent_code' => ['1937'], |
|
12720
|
|
|
], |
|
12721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16034' => [ |
|
12722
|
|
|
'name' => 'UTM zone 34N', |
|
12723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12724
|
|
|
'extent_code' => ['1939'], |
|
12725
|
|
|
], |
|
12726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16035' => [ |
|
12727
|
|
|
'name' => 'UTM zone 35N', |
|
12728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12729
|
|
|
'extent_code' => ['1941'], |
|
12730
|
|
|
], |
|
12731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16036' => [ |
|
12732
|
|
|
'name' => 'UTM zone 36N', |
|
12733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12734
|
|
|
'extent_code' => ['1943'], |
|
12735
|
|
|
], |
|
12736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16037' => [ |
|
12737
|
|
|
'name' => 'UTM zone 37N', |
|
12738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12739
|
|
|
'extent_code' => ['1945'], |
|
12740
|
|
|
], |
|
12741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16038' => [ |
|
12742
|
|
|
'name' => 'UTM zone 38N', |
|
12743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12744
|
|
|
'extent_code' => ['1947'], |
|
12745
|
|
|
], |
|
12746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16039' => [ |
|
12747
|
|
|
'name' => 'UTM zone 39N', |
|
12748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12749
|
|
|
'extent_code' => ['1949'], |
|
12750
|
|
|
], |
|
12751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16040' => [ |
|
12752
|
|
|
'name' => 'UTM zone 40N', |
|
12753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12754
|
|
|
'extent_code' => ['1951'], |
|
12755
|
|
|
], |
|
12756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16041' => [ |
|
12757
|
|
|
'name' => 'UTM zone 41N', |
|
12758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12759
|
|
|
'extent_code' => ['1953'], |
|
12760
|
|
|
], |
|
12761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16042' => [ |
|
12762
|
|
|
'name' => 'UTM zone 42N', |
|
12763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12764
|
|
|
'extent_code' => ['1955'], |
|
12765
|
|
|
], |
|
12766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16043' => [ |
|
12767
|
|
|
'name' => 'UTM zone 43N', |
|
12768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12769
|
|
|
'extent_code' => ['1957'], |
|
12770
|
|
|
], |
|
12771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16044' => [ |
|
12772
|
|
|
'name' => 'UTM zone 44N', |
|
12773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12774
|
|
|
'extent_code' => ['1959'], |
|
12775
|
|
|
], |
|
12776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16045' => [ |
|
12777
|
|
|
'name' => 'UTM zone 45N', |
|
12778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12779
|
|
|
'extent_code' => ['1961'], |
|
12780
|
|
|
], |
|
12781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16046' => [ |
|
12782
|
|
|
'name' => 'UTM zone 46N', |
|
12783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12784
|
|
|
'extent_code' => ['1963'], |
|
12785
|
|
|
], |
|
12786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16047' => [ |
|
12787
|
|
|
'name' => 'UTM zone 47N', |
|
12788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12789
|
|
|
'extent_code' => ['1965'], |
|
12790
|
|
|
], |
|
12791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16048' => [ |
|
12792
|
|
|
'name' => 'UTM zone 48N', |
|
12793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12794
|
|
|
'extent_code' => ['1967'], |
|
12795
|
|
|
], |
|
12796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16049' => [ |
|
12797
|
|
|
'name' => 'UTM zone 49N', |
|
12798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12799
|
|
|
'extent_code' => ['1969'], |
|
12800
|
|
|
], |
|
12801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16050' => [ |
|
12802
|
|
|
'name' => 'UTM zone 50N', |
|
12803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12804
|
|
|
'extent_code' => ['1971'], |
|
12805
|
|
|
], |
|
12806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16051' => [ |
|
12807
|
|
|
'name' => 'UTM zone 51N', |
|
12808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12809
|
|
|
'extent_code' => ['1973'], |
|
12810
|
|
|
], |
|
12811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16052' => [ |
|
12812
|
|
|
'name' => 'UTM zone 52N', |
|
12813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12814
|
|
|
'extent_code' => ['1975'], |
|
12815
|
|
|
], |
|
12816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16053' => [ |
|
12817
|
|
|
'name' => 'UTM zone 53N', |
|
12818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12819
|
|
|
'extent_code' => ['1977'], |
|
12820
|
|
|
], |
|
12821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16054' => [ |
|
12822
|
|
|
'name' => 'UTM zone 54N', |
|
12823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12824
|
|
|
'extent_code' => ['1979'], |
|
12825
|
|
|
], |
|
12826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16055' => [ |
|
12827
|
|
|
'name' => 'UTM zone 55N', |
|
12828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12829
|
|
|
'extent_code' => ['1981'], |
|
12830
|
|
|
], |
|
12831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16056' => [ |
|
12832
|
|
|
'name' => 'UTM zone 56N', |
|
12833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12834
|
|
|
'extent_code' => ['1983'], |
|
12835
|
|
|
], |
|
12836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16057' => [ |
|
12837
|
|
|
'name' => 'UTM zone 57N', |
|
12838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12839
|
|
|
'extent_code' => ['1985'], |
|
12840
|
|
|
], |
|
12841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16058' => [ |
|
12842
|
|
|
'name' => 'UTM zone 58N', |
|
12843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12844
|
|
|
'extent_code' => ['1987'], |
|
12845
|
|
|
], |
|
12846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16059' => [ |
|
12847
|
|
|
'name' => 'UTM zone 59N', |
|
12848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12849
|
|
|
'extent_code' => ['1989'], |
|
12850
|
|
|
], |
|
12851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16060' => [ |
|
12852
|
|
|
'name' => 'UTM zone 60N', |
|
12853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12854
|
|
|
'extent_code' => ['1991'], |
|
12855
|
|
|
], |
|
12856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16061' => [ |
|
12857
|
|
|
'name' => 'Universal Polar Stereographic North', |
|
12858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9810', |
|
12859
|
|
|
'extent_code' => ['1996'], |
|
12860
|
|
|
], |
|
12861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16065' => [ |
|
12862
|
|
|
'name' => 'TM35FIN', |
|
12863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12864
|
|
|
'extent_code' => ['1095'], |
|
12865
|
|
|
], |
|
12866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16070' => [ |
|
12867
|
|
|
'name' => '3-degree Gauss-Kruger zone 40', |
|
12868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12869
|
|
|
'extent_code' => ['2628'], |
|
12870
|
|
|
], |
|
12871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16071' => [ |
|
12872
|
|
|
'name' => '3-degree Gauss-Kruger zone 41', |
|
12873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12874
|
|
|
'extent_code' => ['2629'], |
|
12875
|
|
|
], |
|
12876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16072' => [ |
|
12877
|
|
|
'name' => '3-degree Gauss-Kruger zone 42', |
|
12878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12879
|
|
|
'extent_code' => ['2630'], |
|
12880
|
|
|
], |
|
12881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16073' => [ |
|
12882
|
|
|
'name' => '3-degree Gauss-Kruger zone 43', |
|
12883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12884
|
|
|
'extent_code' => ['2631'], |
|
12885
|
|
|
], |
|
12886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16074' => [ |
|
12887
|
|
|
'name' => '3-degree Gauss-Kruger zone 44', |
|
12888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12889
|
|
|
'extent_code' => ['2632'], |
|
12890
|
|
|
], |
|
12891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16075' => [ |
|
12892
|
|
|
'name' => '3-degree Gauss-Kruger zone 45', |
|
12893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12894
|
|
|
'extent_code' => ['2633'], |
|
12895
|
|
|
], |
|
12896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16076' => [ |
|
12897
|
|
|
'name' => '3-degree Gauss-Kruger zone 46', |
|
12898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12899
|
|
|
'extent_code' => ['2634'], |
|
12900
|
|
|
], |
|
12901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16077' => [ |
|
12902
|
|
|
'name' => '3-degree Gauss-Kruger zone 47', |
|
12903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12904
|
|
|
'extent_code' => ['2635'], |
|
12905
|
|
|
], |
|
12906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16078' => [ |
|
12907
|
|
|
'name' => '3-degree Gauss-Kruger zone 48', |
|
12908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12909
|
|
|
'extent_code' => ['2636'], |
|
12910
|
|
|
], |
|
12911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16079' => [ |
|
12912
|
|
|
'name' => '3-degree Gauss-Kruger zone 49', |
|
12913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12914
|
|
|
'extent_code' => ['2637'], |
|
12915
|
|
|
], |
|
12916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16080' => [ |
|
12917
|
|
|
'name' => '3-degree Gauss-Kruger zone 50', |
|
12918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12919
|
|
|
'extent_code' => ['2638'], |
|
12920
|
|
|
], |
|
12921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16081' => [ |
|
12922
|
|
|
'name' => '3-degree Gauss-Kruger zone 51', |
|
12923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12924
|
|
|
'extent_code' => ['2639'], |
|
12925
|
|
|
], |
|
12926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16082' => [ |
|
12927
|
|
|
'name' => '3-degree Gauss-Kruger zone 52', |
|
12928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12929
|
|
|
'extent_code' => ['2640'], |
|
12930
|
|
|
], |
|
12931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16083' => [ |
|
12932
|
|
|
'name' => '3-degree Gauss-Kruger zone 53', |
|
12933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12934
|
|
|
'extent_code' => ['2641'], |
|
12935
|
|
|
], |
|
12936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16084' => [ |
|
12937
|
|
|
'name' => '3-degree Gauss-Kruger zone 54', |
|
12938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12939
|
|
|
'extent_code' => ['2642'], |
|
12940
|
|
|
], |
|
12941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16085' => [ |
|
12942
|
|
|
'name' => '3-degree Gauss-Kruger zone 55', |
|
12943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12944
|
|
|
'extent_code' => ['2643'], |
|
12945
|
|
|
], |
|
12946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16086' => [ |
|
12947
|
|
|
'name' => '3-degree Gauss-Kruger zone 56', |
|
12948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12949
|
|
|
'extent_code' => ['2644'], |
|
12950
|
|
|
], |
|
12951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16087' => [ |
|
12952
|
|
|
'name' => '3-degree Gauss-Kruger zone 57', |
|
12953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12954
|
|
|
'extent_code' => ['2645'], |
|
12955
|
|
|
], |
|
12956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16088' => [ |
|
12957
|
|
|
'name' => '3-degree Gauss-Kruger zone 58', |
|
12958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12959
|
|
|
'extent_code' => ['2646'], |
|
12960
|
|
|
], |
|
12961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16089' => [ |
|
12962
|
|
|
'name' => '3-degree Gauss-Kruger zone 59', |
|
12963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12964
|
|
|
'extent_code' => ['2647'], |
|
12965
|
|
|
], |
|
12966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16091' => [ |
|
12967
|
|
|
'name' => '3-degree Gauss-Kruger zone 61', |
|
12968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12969
|
|
|
'extent_code' => ['2649'], |
|
12970
|
|
|
], |
|
12971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16092' => [ |
|
12972
|
|
|
'name' => '3-degree Gauss-Kruger zone 62', |
|
12973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12974
|
|
|
'extent_code' => ['2650'], |
|
12975
|
|
|
], |
|
12976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16093' => [ |
|
12977
|
|
|
'name' => '3-degree Gauss-Kruger zone 63', |
|
12978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12979
|
|
|
'extent_code' => ['2651'], |
|
12980
|
|
|
], |
|
12981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16094' => [ |
|
12982
|
|
|
'name' => '3-degree Gauss-Kruger zone 64', |
|
12983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12984
|
|
|
'extent_code' => ['2652'], |
|
12985
|
|
|
], |
|
12986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16099' => [ |
|
12987
|
|
|
'name' => '3-degree Gauss-Kruger zone 60', |
|
12988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12989
|
|
|
'extent_code' => ['2648'], |
|
12990
|
|
|
], |
|
12991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16100' => [ |
|
12992
|
|
|
'name' => 'UTM grid system (southern hemisphere)', |
|
12993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9824', |
|
12994
|
|
|
'extent_code' => ['1999'], |
|
12995
|
|
|
], |
|
12996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16101' => [ |
|
12997
|
|
|
'name' => 'UTM zone 1S', |
|
12998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
12999
|
|
|
'extent_code' => ['1874'], |
|
13000
|
|
|
], |
|
13001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16102' => [ |
|
13002
|
|
|
'name' => 'UTM zone 2S', |
|
13003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13004
|
|
|
'extent_code' => ['1876'], |
|
13005
|
|
|
], |
|
13006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16103' => [ |
|
13007
|
|
|
'name' => 'UTM zone 3S', |
|
13008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13009
|
|
|
'extent_code' => ['1878'], |
|
13010
|
|
|
], |
|
13011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16104' => [ |
|
13012
|
|
|
'name' => 'UTM zone 4S', |
|
13013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13014
|
|
|
'extent_code' => ['1880'], |
|
13015
|
|
|
], |
|
13016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16105' => [ |
|
13017
|
|
|
'name' => 'UTM zone 5S', |
|
13018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13019
|
|
|
'extent_code' => ['1882'], |
|
13020
|
|
|
], |
|
13021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16106' => [ |
|
13022
|
|
|
'name' => 'UTM zone 6S', |
|
13023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13024
|
|
|
'extent_code' => ['1884'], |
|
13025
|
|
|
], |
|
13026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16107' => [ |
|
13027
|
|
|
'name' => 'UTM zone 7S', |
|
13028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13029
|
|
|
'extent_code' => ['1886'], |
|
13030
|
|
|
], |
|
13031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16108' => [ |
|
13032
|
|
|
'name' => 'UTM zone 8S', |
|
13033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13034
|
|
|
'extent_code' => ['1888'], |
|
13035
|
|
|
], |
|
13036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16109' => [ |
|
13037
|
|
|
'name' => 'UTM zone 9S', |
|
13038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13039
|
|
|
'extent_code' => ['1890'], |
|
13040
|
|
|
], |
|
13041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16110' => [ |
|
13042
|
|
|
'name' => 'UTM zone 10S', |
|
13043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13044
|
|
|
'extent_code' => ['1892'], |
|
13045
|
|
|
], |
|
13046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16111' => [ |
|
13047
|
|
|
'name' => 'UTM zone 11S', |
|
13048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13049
|
|
|
'extent_code' => ['1894'], |
|
13050
|
|
|
], |
|
13051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16112' => [ |
|
13052
|
|
|
'name' => 'UTM zone 12S', |
|
13053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13054
|
|
|
'extent_code' => ['1896'], |
|
13055
|
|
|
], |
|
13056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16113' => [ |
|
13057
|
|
|
'name' => 'UTM zone 13S', |
|
13058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13059
|
|
|
'extent_code' => ['1898'], |
|
13060
|
|
|
], |
|
13061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16114' => [ |
|
13062
|
|
|
'name' => 'UTM zone 14S', |
|
13063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13064
|
|
|
'extent_code' => ['1900'], |
|
13065
|
|
|
], |
|
13066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16115' => [ |
|
13067
|
|
|
'name' => 'UTM zone 15S', |
|
13068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13069
|
|
|
'extent_code' => ['1902'], |
|
13070
|
|
|
], |
|
13071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16116' => [ |
|
13072
|
|
|
'name' => 'UTM zone 16S', |
|
13073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13074
|
|
|
'extent_code' => ['1904'], |
|
13075
|
|
|
], |
|
13076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16117' => [ |
|
13077
|
|
|
'name' => 'UTM zone 17S', |
|
13078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13079
|
|
|
'extent_code' => ['1906'], |
|
13080
|
|
|
], |
|
13081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16118' => [ |
|
13082
|
|
|
'name' => 'UTM zone 18S', |
|
13083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13084
|
|
|
'extent_code' => ['1908'], |
|
13085
|
|
|
], |
|
13086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16119' => [ |
|
13087
|
|
|
'name' => 'UTM zone 19S', |
|
13088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13089
|
|
|
'extent_code' => ['1910'], |
|
13090
|
|
|
], |
|
13091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16120' => [ |
|
13092
|
|
|
'name' => 'UTM zone 20S', |
|
13093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13094
|
|
|
'extent_code' => ['1912'], |
|
13095
|
|
|
], |
|
13096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16121' => [ |
|
13097
|
|
|
'name' => 'UTM zone 21S', |
|
13098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13099
|
|
|
'extent_code' => ['1914'], |
|
13100
|
|
|
], |
|
13101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16122' => [ |
|
13102
|
|
|
'name' => 'UTM zone 22S', |
|
13103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13104
|
|
|
'extent_code' => ['1916'], |
|
13105
|
|
|
], |
|
13106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16123' => [ |
|
13107
|
|
|
'name' => 'UTM zone 23S', |
|
13108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13109
|
|
|
'extent_code' => ['1918'], |
|
13110
|
|
|
], |
|
13111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16124' => [ |
|
13112
|
|
|
'name' => 'UTM zone 24S', |
|
13113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13114
|
|
|
'extent_code' => ['1920'], |
|
13115
|
|
|
], |
|
13116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16125' => [ |
|
13117
|
|
|
'name' => 'UTM zone 25S', |
|
13118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13119
|
|
|
'extent_code' => ['1922'], |
|
13120
|
|
|
], |
|
13121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16126' => [ |
|
13122
|
|
|
'name' => 'UTM zone 26S', |
|
13123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13124
|
|
|
'extent_code' => ['1924'], |
|
13125
|
|
|
], |
|
13126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16127' => [ |
|
13127
|
|
|
'name' => 'UTM zone 27S', |
|
13128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13129
|
|
|
'extent_code' => ['1926'], |
|
13130
|
|
|
], |
|
13131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16128' => [ |
|
13132
|
|
|
'name' => 'UTM zone 28S', |
|
13133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13134
|
|
|
'extent_code' => ['1928'], |
|
13135
|
|
|
], |
|
13136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16129' => [ |
|
13137
|
|
|
'name' => 'UTM zone 29S', |
|
13138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13139
|
|
|
'extent_code' => ['1930'], |
|
13140
|
|
|
], |
|
13141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16130' => [ |
|
13142
|
|
|
'name' => 'UTM zone 30S', |
|
13143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13144
|
|
|
'extent_code' => ['1932'], |
|
13145
|
|
|
], |
|
13146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16131' => [ |
|
13147
|
|
|
'name' => 'UTM zone 31S', |
|
13148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13149
|
|
|
'extent_code' => ['1934'], |
|
13150
|
|
|
], |
|
13151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16132' => [ |
|
13152
|
|
|
'name' => 'UTM zone 32S', |
|
13153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13154
|
|
|
'extent_code' => ['1936'], |
|
13155
|
|
|
], |
|
13156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16133' => [ |
|
13157
|
|
|
'name' => 'UTM zone 33S', |
|
13158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13159
|
|
|
'extent_code' => ['1938'], |
|
13160
|
|
|
], |
|
13161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16134' => [ |
|
13162
|
|
|
'name' => 'UTM zone 34S', |
|
13163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13164
|
|
|
'extent_code' => ['1940'], |
|
13165
|
|
|
], |
|
13166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16135' => [ |
|
13167
|
|
|
'name' => 'UTM zone 35S', |
|
13168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13169
|
|
|
'extent_code' => ['1942'], |
|
13170
|
|
|
], |
|
13171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16136' => [ |
|
13172
|
|
|
'name' => 'UTM zone 36S', |
|
13173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13174
|
|
|
'extent_code' => ['1944'], |
|
13175
|
|
|
], |
|
13176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16137' => [ |
|
13177
|
|
|
'name' => 'UTM zone 37S', |
|
13178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13179
|
|
|
'extent_code' => ['1946'], |
|
13180
|
|
|
], |
|
13181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16138' => [ |
|
13182
|
|
|
'name' => 'UTM zone 38S', |
|
13183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13184
|
|
|
'extent_code' => ['1948'], |
|
13185
|
|
|
], |
|
13186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16139' => [ |
|
13187
|
|
|
'name' => 'UTM zone 39S', |
|
13188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13189
|
|
|
'extent_code' => ['1950'], |
|
13190
|
|
|
], |
|
13191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16140' => [ |
|
13192
|
|
|
'name' => 'UTM zone 40S', |
|
13193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13194
|
|
|
'extent_code' => ['1952'], |
|
13195
|
|
|
], |
|
13196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16141' => [ |
|
13197
|
|
|
'name' => 'UTM zone 41S', |
|
13198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13199
|
|
|
'extent_code' => ['1954'], |
|
13200
|
|
|
], |
|
13201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16142' => [ |
|
13202
|
|
|
'name' => 'UTM zone 42S', |
|
13203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13204
|
|
|
'extent_code' => ['1956'], |
|
13205
|
|
|
], |
|
13206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16143' => [ |
|
13207
|
|
|
'name' => 'UTM zone 43S', |
|
13208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13209
|
|
|
'extent_code' => ['1958'], |
|
13210
|
|
|
], |
|
13211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16144' => [ |
|
13212
|
|
|
'name' => 'UTM zone 44S', |
|
13213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13214
|
|
|
'extent_code' => ['1960'], |
|
13215
|
|
|
], |
|
13216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16145' => [ |
|
13217
|
|
|
'name' => 'UTM zone 45S', |
|
13218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13219
|
|
|
'extent_code' => ['1962'], |
|
13220
|
|
|
], |
|
13221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16146' => [ |
|
13222
|
|
|
'name' => 'UTM zone 46S', |
|
13223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13224
|
|
|
'extent_code' => ['1964'], |
|
13225
|
|
|
], |
|
13226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16147' => [ |
|
13227
|
|
|
'name' => 'UTM zone 47S', |
|
13228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13229
|
|
|
'extent_code' => ['1966'], |
|
13230
|
|
|
], |
|
13231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16148' => [ |
|
13232
|
|
|
'name' => 'UTM zone 48S', |
|
13233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13234
|
|
|
'extent_code' => ['1968'], |
|
13235
|
|
|
], |
|
13236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16149' => [ |
|
13237
|
|
|
'name' => 'UTM zone 49S', |
|
13238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13239
|
|
|
'extent_code' => ['1970'], |
|
13240
|
|
|
], |
|
13241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16150' => [ |
|
13242
|
|
|
'name' => 'UTM zone 50S', |
|
13243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13244
|
|
|
'extent_code' => ['1972'], |
|
13245
|
|
|
], |
|
13246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16151' => [ |
|
13247
|
|
|
'name' => 'UTM zone 51S', |
|
13248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13249
|
|
|
'extent_code' => ['1974'], |
|
13250
|
|
|
], |
|
13251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16152' => [ |
|
13252
|
|
|
'name' => 'UTM zone 52S', |
|
13253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13254
|
|
|
'extent_code' => ['1976'], |
|
13255
|
|
|
], |
|
13256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16153' => [ |
|
13257
|
|
|
'name' => 'UTM zone 53S', |
|
13258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13259
|
|
|
'extent_code' => ['1978'], |
|
13260
|
|
|
], |
|
13261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16154' => [ |
|
13262
|
|
|
'name' => 'UTM zone 54S', |
|
13263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13264
|
|
|
'extent_code' => ['1980'], |
|
13265
|
|
|
], |
|
13266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16155' => [ |
|
13267
|
|
|
'name' => 'UTM zone 55S', |
|
13268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13269
|
|
|
'extent_code' => ['1982'], |
|
13270
|
|
|
], |
|
13271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16156' => [ |
|
13272
|
|
|
'name' => 'UTM zone 56S', |
|
13273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13274
|
|
|
'extent_code' => ['1984'], |
|
13275
|
|
|
], |
|
13276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16157' => [ |
|
13277
|
|
|
'name' => 'UTM zone 57S', |
|
13278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13279
|
|
|
'extent_code' => ['1986'], |
|
13280
|
|
|
], |
|
13281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16158' => [ |
|
13282
|
|
|
'name' => 'UTM zone 58S', |
|
13283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13284
|
|
|
'extent_code' => ['1988'], |
|
13285
|
|
|
], |
|
13286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16159' => [ |
|
13287
|
|
|
'name' => 'UTM zone 59S', |
|
13288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13289
|
|
|
'extent_code' => ['1990'], |
|
13290
|
|
|
], |
|
13291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16160' => [ |
|
13292
|
|
|
'name' => 'UTM zone 60S', |
|
13293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13294
|
|
|
'extent_code' => ['1992'], |
|
13295
|
|
|
], |
|
13296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16161' => [ |
|
13297
|
|
|
'name' => 'Universal Polar Stereographic South', |
|
13298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9810', |
|
13299
|
|
|
'extent_code' => ['1997'], |
|
13300
|
|
|
], |
|
13301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16170' => [ |
|
13302
|
|
|
'name' => '3-degree Gauss-Kruger CM 120E', |
|
13303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13304
|
|
|
'extent_code' => ['2628'], |
|
13305
|
|
|
], |
|
13306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16172' => [ |
|
13307
|
|
|
'name' => '3-degree Gauss-Kruger CM 126E', |
|
13308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13309
|
|
|
'extent_code' => ['2630'], |
|
13310
|
|
|
], |
|
13311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16174' => [ |
|
13312
|
|
|
'name' => '3-degree Gauss-Kruger CM 132E', |
|
13313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13314
|
|
|
'extent_code' => ['2632'], |
|
13315
|
|
|
], |
|
13316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16176' => [ |
|
13317
|
|
|
'name' => '3-degree Gauss-Kruger CM 138E', |
|
13318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13319
|
|
|
'extent_code' => ['2634'], |
|
13320
|
|
|
], |
|
13321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16178' => [ |
|
13322
|
|
|
'name' => '3-degree Gauss-Kruger CM 144E', |
|
13323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13324
|
|
|
'extent_code' => ['2636'], |
|
13325
|
|
|
], |
|
13326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16180' => [ |
|
13327
|
|
|
'name' => '3-degree Gauss-Kruger CM 150E', |
|
13328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13329
|
|
|
'extent_code' => ['2638'], |
|
13330
|
|
|
], |
|
13331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16182' => [ |
|
13332
|
|
|
'name' => '3-degree Gauss-Kruger CM 156E', |
|
13333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13334
|
|
|
'extent_code' => ['2640'], |
|
13335
|
|
|
], |
|
13336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16184' => [ |
|
13337
|
|
|
'name' => '3-degree Gauss-Kruger CM 162E', |
|
13338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13339
|
|
|
'extent_code' => ['2642'], |
|
13340
|
|
|
], |
|
13341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16186' => [ |
|
13342
|
|
|
'name' => '3-degree Gauss-Kruger CM 168E', |
|
13343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13344
|
|
|
'extent_code' => ['2644'], |
|
13345
|
|
|
], |
|
13346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16188' => [ |
|
13347
|
|
|
'name' => '3-degree Gauss-Kruger CM 174E', |
|
13348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13349
|
|
|
'extent_code' => ['2646'], |
|
13350
|
|
|
], |
|
13351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16190' => [ |
|
13352
|
|
|
'name' => '3-degree Gauss-Kruger CM 180E', |
|
13353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13354
|
|
|
'extent_code' => ['2648'], |
|
13355
|
|
|
], |
|
13356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16192' => [ |
|
13357
|
|
|
'name' => '3-degree Gauss-Kruger CM 174W', |
|
13358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13359
|
|
|
'extent_code' => ['2650'], |
|
13360
|
|
|
], |
|
13361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16194' => [ |
|
13362
|
|
|
'name' => '3-degree Gauss-Kruger CM 168W', |
|
13363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13364
|
|
|
'extent_code' => ['2652'], |
|
13365
|
|
|
], |
|
13366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16202' => [ |
|
13367
|
|
|
'name' => '6-degree Gauss-Kruger zone 2', |
|
13368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13369
|
|
|
'extent_code' => ['2741'], |
|
13370
|
|
|
], |
|
13371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16203' => [ |
|
13372
|
|
|
'name' => '6-degree Gauss-Kruger zone 3', |
|
13373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13374
|
|
|
'extent_code' => ['2742'], |
|
13375
|
|
|
], |
|
13376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16204' => [ |
|
13377
|
|
|
'name' => '6-degree Gauss-Kruger zone 4', |
|
13378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13379
|
|
|
'extent_code' => ['2743'], |
|
13380
|
|
|
], |
|
13381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16205' => [ |
|
13382
|
|
|
'name' => '6-degree Gauss-Kruger zone 5', |
|
13383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13384
|
|
|
'extent_code' => ['2744'], |
|
13385
|
|
|
], |
|
13386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16206' => [ |
|
13387
|
|
|
'name' => '6-degree Gauss-Kruger zone 6', |
|
13388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13389
|
|
|
'extent_code' => ['2745'], |
|
13390
|
|
|
], |
|
13391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16207' => [ |
|
13392
|
|
|
'name' => '6-degree Gauss-Kruger zone 7', |
|
13393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13394
|
|
|
'extent_code' => ['2746'], |
|
13395
|
|
|
], |
|
13396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16208' => [ |
|
13397
|
|
|
'name' => '6-degree Gauss-Kruger zone 8', |
|
13398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13399
|
|
|
'extent_code' => ['1947'], |
|
13400
|
|
|
], |
|
13401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16209' => [ |
|
13402
|
|
|
'name' => '6-degree Gauss-Kruger zone 9', |
|
13403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13404
|
|
|
'extent_code' => ['1949'], |
|
13405
|
|
|
], |
|
13406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16210' => [ |
|
13407
|
|
|
'name' => '6-degree Gauss-Kruger zone 10', |
|
13408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13409
|
|
|
'extent_code' => ['1951'], |
|
13410
|
|
|
], |
|
13411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16211' => [ |
|
13412
|
|
|
'name' => '6-degree Gauss-Kruger zone 11', |
|
13413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13414
|
|
|
'extent_code' => ['1953'], |
|
13415
|
|
|
], |
|
13416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16212' => [ |
|
13417
|
|
|
'name' => '6-degree Gauss-Kruger zone 12', |
|
13418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13419
|
|
|
'extent_code' => ['1955'], |
|
13420
|
|
|
], |
|
13421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16213' => [ |
|
13422
|
|
|
'name' => '6-degree Gauss-Kruger zone 13', |
|
13423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13424
|
|
|
'extent_code' => ['1957'], |
|
13425
|
|
|
], |
|
13426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16214' => [ |
|
13427
|
|
|
'name' => '6-degree Gauss-Kruger zone 14', |
|
13428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13429
|
|
|
'extent_code' => ['1959'], |
|
13430
|
|
|
], |
|
13431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16215' => [ |
|
13432
|
|
|
'name' => '6-degree Gauss-Kruger zone 15', |
|
13433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13434
|
|
|
'extent_code' => ['1961'], |
|
13435
|
|
|
], |
|
13436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16216' => [ |
|
13437
|
|
|
'name' => '6-degree Gauss-Kruger zone 16', |
|
13438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13439
|
|
|
'extent_code' => ['1963'], |
|
13440
|
|
|
], |
|
13441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16217' => [ |
|
13442
|
|
|
'name' => '6-degree Gauss-Kruger zone 17', |
|
13443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13444
|
|
|
'extent_code' => ['1965'], |
|
13445
|
|
|
], |
|
13446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16218' => [ |
|
13447
|
|
|
'name' => '6-degree Gauss-Kruger zone 18', |
|
13448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13449
|
|
|
'extent_code' => ['1967'], |
|
13450
|
|
|
], |
|
13451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16219' => [ |
|
13452
|
|
|
'name' => '6-degree Gauss-Kruger zone 19', |
|
13453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13454
|
|
|
'extent_code' => ['1969'], |
|
13455
|
|
|
], |
|
13456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16220' => [ |
|
13457
|
|
|
'name' => '6-degree Gauss-Kruger zone 20', |
|
13458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13459
|
|
|
'extent_code' => ['1971'], |
|
13460
|
|
|
], |
|
13461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16221' => [ |
|
13462
|
|
|
'name' => '6-degree Gauss-Kruger zone 21', |
|
13463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13464
|
|
|
'extent_code' => ['1973'], |
|
13465
|
|
|
], |
|
13466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16222' => [ |
|
13467
|
|
|
'name' => '6-degree Gauss-Kruger zone 22', |
|
13468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13469
|
|
|
'extent_code' => ['1975'], |
|
13470
|
|
|
], |
|
13471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16223' => [ |
|
13472
|
|
|
'name' => '6-degree Gauss-Kruger zone 23', |
|
13473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13474
|
|
|
'extent_code' => ['1977'], |
|
13475
|
|
|
], |
|
13476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16224' => [ |
|
13477
|
|
|
'name' => '6-degree Gauss-Kruger zone 24', |
|
13478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13479
|
|
|
'extent_code' => ['1979'], |
|
13480
|
|
|
], |
|
13481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16225' => [ |
|
13482
|
|
|
'name' => '6-degree Gauss-Kruger zone 25', |
|
13483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13484
|
|
|
'extent_code' => ['1981'], |
|
13485
|
|
|
], |
|
13486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16226' => [ |
|
13487
|
|
|
'name' => '6-degree Gauss-Kruger zone 26', |
|
13488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13489
|
|
|
'extent_code' => ['1983'], |
|
13490
|
|
|
], |
|
13491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16227' => [ |
|
13492
|
|
|
'name' => '6-degree Gauss-Kruger zone 27', |
|
13493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13494
|
|
|
'extent_code' => ['1985'], |
|
13495
|
|
|
], |
|
13496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16228' => [ |
|
13497
|
|
|
'name' => '6-degree Gauss-Kruger zone 28', |
|
13498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13499
|
|
|
'extent_code' => ['1987'], |
|
13500
|
|
|
], |
|
13501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16229' => [ |
|
13502
|
|
|
'name' => '6-degree Gauss-Kruger zone 29', |
|
13503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13504
|
|
|
'extent_code' => ['1989'], |
|
13505
|
|
|
], |
|
13506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16230' => [ |
|
13507
|
|
|
'name' => '6-degree Gauss-Kruger zone 30', |
|
13508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13509
|
|
|
'extent_code' => ['1991'], |
|
13510
|
|
|
], |
|
13511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16231' => [ |
|
13512
|
|
|
'name' => '6-degree Gauss-Kruger zone 31', |
|
13513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13514
|
|
|
'extent_code' => ['1873'], |
|
13515
|
|
|
], |
|
13516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16232' => [ |
|
13517
|
|
|
'name' => '6-degree Gauss-Kruger zone 32', |
|
13518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13519
|
|
|
'extent_code' => ['1875'], |
|
13520
|
|
|
], |
|
13521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16261' => [ |
|
13522
|
|
|
'name' => '3-degree Gauss-Kruger zone 1', |
|
13523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13524
|
|
|
'extent_code' => ['2299'], |
|
13525
|
|
|
], |
|
13526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16262' => [ |
|
13527
|
|
|
'name' => '3-degree Gauss-Kruger zone 2', |
|
13528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13529
|
|
|
'extent_code' => ['2300'], |
|
13530
|
|
|
], |
|
13531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16263' => [ |
|
13532
|
|
|
'name' => '3-degree Gauss-Kruger zone 3', |
|
13533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13534
|
|
|
'extent_code' => ['2301'], |
|
13535
|
|
|
], |
|
13536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16264' => [ |
|
13537
|
|
|
'name' => '3-degree Gauss-Kruger zone 4', |
|
13538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13539
|
|
|
'extent_code' => ['2302'], |
|
13540
|
|
|
], |
|
13541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16265' => [ |
|
13542
|
|
|
'name' => '3-degree Gauss-Kruger zone 5', |
|
13543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13544
|
|
|
'extent_code' => ['2303'], |
|
13545
|
|
|
], |
|
13546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16266' => [ |
|
13547
|
|
|
'name' => '3-degree Gauss-Kruger zone 6', |
|
13548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13549
|
|
|
'extent_code' => ['2304'], |
|
13550
|
|
|
], |
|
13551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16267' => [ |
|
13552
|
|
|
'name' => '3-degree Gauss-Kruger zone 7', |
|
13553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13554
|
|
|
'extent_code' => ['2305'], |
|
13555
|
|
|
], |
|
13556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16268' => [ |
|
13557
|
|
|
'name' => '3-degree Gauss-Kruger zone 8', |
|
13558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13559
|
|
|
'extent_code' => ['2306'], |
|
13560
|
|
|
], |
|
13561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16269' => [ |
|
13562
|
|
|
'name' => '3-degree Gauss-Kruger zone 9', |
|
13563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13564
|
|
|
'extent_code' => ['2534'], |
|
13565
|
|
|
], |
|
13566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16270' => [ |
|
13567
|
|
|
'name' => '3-degree Gauss-Kruger zone 10', |
|
13568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13569
|
|
|
'extent_code' => ['2535'], |
|
13570
|
|
|
], |
|
13571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16271' => [ |
|
13572
|
|
|
'name' => '3-degree Gauss-Kruger zone 11', |
|
13573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13574
|
|
|
'extent_code' => ['2536'], |
|
13575
|
|
|
], |
|
13576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16272' => [ |
|
13577
|
|
|
'name' => '3-degree Gauss-Kruger zone 12', |
|
13578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13579
|
|
|
'extent_code' => ['2537'], |
|
13580
|
|
|
], |
|
13581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16273' => [ |
|
13582
|
|
|
'name' => '3-degree Gauss-Kruger zone 13', |
|
13583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13584
|
|
|
'extent_code' => ['2538'], |
|
13585
|
|
|
], |
|
13586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16274' => [ |
|
13587
|
|
|
'name' => '3-degree Gauss-Kruger zone 14', |
|
13588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13589
|
|
|
'extent_code' => ['2539'], |
|
13590
|
|
|
], |
|
13591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16275' => [ |
|
13592
|
|
|
'name' => '3-degree Gauss-Kruger zone 15', |
|
13593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13594
|
|
|
'extent_code' => ['2540'], |
|
13595
|
|
|
], |
|
13596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16276' => [ |
|
13597
|
|
|
'name' => '3-degree Gauss-Kruger zone 16', |
|
13598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13599
|
|
|
'extent_code' => ['2604'], |
|
13600
|
|
|
], |
|
13601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16277' => [ |
|
13602
|
|
|
'name' => '3-degree Gauss-Kruger zone 17', |
|
13603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13604
|
|
|
'extent_code' => ['2605'], |
|
13605
|
|
|
], |
|
13606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16278' => [ |
|
13607
|
|
|
'name' => '3-degree Gauss-Kruger zone 18', |
|
13608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13609
|
|
|
'extent_code' => ['2606'], |
|
13610
|
|
|
], |
|
13611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16279' => [ |
|
13612
|
|
|
'name' => '3-degree Gauss-Kruger zone 19', |
|
13613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13614
|
|
|
'extent_code' => ['2607'], |
|
13615
|
|
|
], |
|
13616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16280' => [ |
|
13617
|
|
|
'name' => '3-degree Gauss-Kruger zone 20', |
|
13618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13619
|
|
|
'extent_code' => ['2608'], |
|
13620
|
|
|
], |
|
13621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16281' => [ |
|
13622
|
|
|
'name' => '3-degree Gauss-Kruger zone 21', |
|
13623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13624
|
|
|
'extent_code' => ['2609'], |
|
13625
|
|
|
], |
|
13626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16282' => [ |
|
13627
|
|
|
'name' => '3-degree Gauss-Kruger zone 22', |
|
13628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13629
|
|
|
'extent_code' => ['2610'], |
|
13630
|
|
|
], |
|
13631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16283' => [ |
|
13632
|
|
|
'name' => '3-degree Gauss-Kruger zone 23', |
|
13633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13634
|
|
|
'extent_code' => ['2611'], |
|
13635
|
|
|
], |
|
13636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16284' => [ |
|
13637
|
|
|
'name' => '3-degree Gauss-Kruger zone 24', |
|
13638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13639
|
|
|
'extent_code' => ['2612'], |
|
13640
|
|
|
], |
|
13641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16285' => [ |
|
13642
|
|
|
'name' => '3-degree Gauss-Kruger zone 25', |
|
13643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13644
|
|
|
'extent_code' => ['2613'], |
|
13645
|
|
|
], |
|
13646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16286' => [ |
|
13647
|
|
|
'name' => '3-degree Gauss-Kruger zone 26', |
|
13648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13649
|
|
|
'extent_code' => ['2614'], |
|
13650
|
|
|
], |
|
13651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16287' => [ |
|
13652
|
|
|
'name' => '3-degree Gauss-Kruger zone 27', |
|
13653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13654
|
|
|
'extent_code' => ['2615'], |
|
13655
|
|
|
], |
|
13656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16288' => [ |
|
13657
|
|
|
'name' => '3-degree Gauss-Kruger zone 28', |
|
13658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13659
|
|
|
'extent_code' => ['2616'], |
|
13660
|
|
|
], |
|
13661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16289' => [ |
|
13662
|
|
|
'name' => '3-degree Gauss-Kruger zone 29', |
|
13663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13664
|
|
|
'extent_code' => ['2617'], |
|
13665
|
|
|
], |
|
13666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16290' => [ |
|
13667
|
|
|
'name' => '3-degree Gauss-Kruger zone 30', |
|
13668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13669
|
|
|
'extent_code' => ['2618'], |
|
13670
|
|
|
], |
|
13671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16291' => [ |
|
13672
|
|
|
'name' => '3-degree Gauss-Kruger zone 31', |
|
13673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13674
|
|
|
'extent_code' => ['2619'], |
|
13675
|
|
|
], |
|
13676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16292' => [ |
|
13677
|
|
|
'name' => '3-degree Gauss-Kruger zone 32', |
|
13678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13679
|
|
|
'extent_code' => ['2620'], |
|
13680
|
|
|
], |
|
13681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16293' => [ |
|
13682
|
|
|
'name' => '3-degree Gauss-Kruger zone 33', |
|
13683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13684
|
|
|
'extent_code' => ['2621'], |
|
13685
|
|
|
], |
|
13686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16294' => [ |
|
13687
|
|
|
'name' => '3-degree Gauss-Kruger zone 34', |
|
13688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13689
|
|
|
'extent_code' => ['2622'], |
|
13690
|
|
|
], |
|
13691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16295' => [ |
|
13692
|
|
|
'name' => '3-degree Gauss-Kruger zone 35', |
|
13693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13694
|
|
|
'extent_code' => ['2623'], |
|
13695
|
|
|
], |
|
13696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16296' => [ |
|
13697
|
|
|
'name' => '3-degree Gauss-Kruger zone 36', |
|
13698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13699
|
|
|
'extent_code' => ['2624'], |
|
13700
|
|
|
], |
|
13701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16297' => [ |
|
13702
|
|
|
'name' => '3-degree Gauss-Kruger zone 37', |
|
13703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13704
|
|
|
'extent_code' => ['2625'], |
|
13705
|
|
|
], |
|
13706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16298' => [ |
|
13707
|
|
|
'name' => '3-degree Gauss-Kruger zone 38', |
|
13708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13709
|
|
|
'extent_code' => ['2626'], |
|
13710
|
|
|
], |
|
13711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16299' => [ |
|
13712
|
|
|
'name' => '3-degree Gauss-Kruger zone 39', |
|
13713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13714
|
|
|
'extent_code' => ['2627'], |
|
13715
|
|
|
], |
|
13716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16302' => [ |
|
13717
|
|
|
'name' => 'Gauss-Kruger CM 9E', |
|
13718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13719
|
|
|
'extent_code' => ['1935'], |
|
13720
|
|
|
], |
|
13721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16304' => [ |
|
13722
|
|
|
'name' => 'Gauss-Kruger CM 21E', |
|
13723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13724
|
|
|
'extent_code' => ['1939'], |
|
13725
|
|
|
], |
|
13726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16305' => [ |
|
13727
|
|
|
'name' => 'Gauss-Kruger CM 27E', |
|
13728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13729
|
|
|
'extent_code' => ['1941'], |
|
13730
|
|
|
], |
|
13731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16306' => [ |
|
13732
|
|
|
'name' => 'Gauss-Kruger CM 33E', |
|
13733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13734
|
|
|
'extent_code' => ['1943'], |
|
13735
|
|
|
], |
|
13736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16307' => [ |
|
13737
|
|
|
'name' => 'Gauss-Kruger CM 39E', |
|
13738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13739
|
|
|
'extent_code' => ['1945'], |
|
13740
|
|
|
], |
|
13741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16308' => [ |
|
13742
|
|
|
'name' => 'Gauss-Kruger CM 45E', |
|
13743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13744
|
|
|
'extent_code' => ['1947'], |
|
13745
|
|
|
], |
|
13746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16309' => [ |
|
13747
|
|
|
'name' => 'Gauss-Kruger CM 51E', |
|
13748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13749
|
|
|
'extent_code' => ['1949'], |
|
13750
|
|
|
], |
|
13751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16310' => [ |
|
13752
|
|
|
'name' => 'Gauss-Kruger CM 57E', |
|
13753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13754
|
|
|
'extent_code' => ['1951'], |
|
13755
|
|
|
], |
|
13756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16311' => [ |
|
13757
|
|
|
'name' => 'Gauss-Kruger CM 63E', |
|
13758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13759
|
|
|
'extent_code' => ['1953'], |
|
13760
|
|
|
], |
|
13761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16312' => [ |
|
13762
|
|
|
'name' => 'Gauss-Kruger CM 69E', |
|
13763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13764
|
|
|
'extent_code' => ['1955'], |
|
13765
|
|
|
], |
|
13766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16313' => [ |
|
13767
|
|
|
'name' => 'Gauss-Kruger CM 75E', |
|
13768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13769
|
|
|
'extent_code' => ['1957'], |
|
13770
|
|
|
], |
|
13771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16314' => [ |
|
13772
|
|
|
'name' => 'Gauss-Kruger CM 81E', |
|
13773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13774
|
|
|
'extent_code' => ['1959'], |
|
13775
|
|
|
], |
|
13776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16315' => [ |
|
13777
|
|
|
'name' => 'Gauss-Kruger CM 87E', |
|
13778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13779
|
|
|
'extent_code' => ['1961'], |
|
13780
|
|
|
], |
|
13781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16316' => [ |
|
13782
|
|
|
'name' => 'Gauss-Kruger CM 93E', |
|
13783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13784
|
|
|
'extent_code' => ['1963'], |
|
13785
|
|
|
], |
|
13786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16317' => [ |
|
13787
|
|
|
'name' => 'Gauss-Kruger CM 99E', |
|
13788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13789
|
|
|
'extent_code' => ['1965'], |
|
13790
|
|
|
], |
|
13791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16318' => [ |
|
13792
|
|
|
'name' => 'Gauss-Kruger CM 105E', |
|
13793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13794
|
|
|
'extent_code' => ['1967'], |
|
13795
|
|
|
], |
|
13796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16319' => [ |
|
13797
|
|
|
'name' => 'Gauss-Kruger CM 111E', |
|
13798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13799
|
|
|
'extent_code' => ['1969'], |
|
13800
|
|
|
], |
|
13801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16320' => [ |
|
13802
|
|
|
'name' => 'Gauss-Kruger CM 117E', |
|
13803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13804
|
|
|
'extent_code' => ['1971'], |
|
13805
|
|
|
], |
|
13806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16321' => [ |
|
13807
|
|
|
'name' => 'Gauss-Kruger CM 123E', |
|
13808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13809
|
|
|
'extent_code' => ['1973'], |
|
13810
|
|
|
], |
|
13811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16322' => [ |
|
13812
|
|
|
'name' => 'Gauss-Kruger CM 129E', |
|
13813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13814
|
|
|
'extent_code' => ['1975'], |
|
13815
|
|
|
], |
|
13816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16323' => [ |
|
13817
|
|
|
'name' => 'Gauss-Kruger CM 135E', |
|
13818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13819
|
|
|
'extent_code' => ['1977'], |
|
13820
|
|
|
], |
|
13821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16324' => [ |
|
13822
|
|
|
'name' => 'Gauss-Kruger CM 141E', |
|
13823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13824
|
|
|
'extent_code' => ['1979'], |
|
13825
|
|
|
], |
|
13826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16325' => [ |
|
13827
|
|
|
'name' => 'Gauss-Kruger CM 147E', |
|
13828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13829
|
|
|
'extent_code' => ['1981'], |
|
13830
|
|
|
], |
|
13831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16326' => [ |
|
13832
|
|
|
'name' => 'Gauss-Kruger CM 153E', |
|
13833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13834
|
|
|
'extent_code' => ['1983'], |
|
13835
|
|
|
], |
|
13836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16327' => [ |
|
13837
|
|
|
'name' => 'Gauss-Kruger CM 159E', |
|
13838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13839
|
|
|
'extent_code' => ['1985'], |
|
13840
|
|
|
], |
|
13841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16328' => [ |
|
13842
|
|
|
'name' => 'Gauss-Kruger CM 165E', |
|
13843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13844
|
|
|
'extent_code' => ['1987'], |
|
13845
|
|
|
], |
|
13846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16329' => [ |
|
13847
|
|
|
'name' => 'Gauss-Kruger CM 171E', |
|
13848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13849
|
|
|
'extent_code' => ['1989'], |
|
13850
|
|
|
], |
|
13851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16330' => [ |
|
13852
|
|
|
'name' => 'Gauss-Kruger CM 177E', |
|
13853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13854
|
|
|
'extent_code' => ['1991'], |
|
13855
|
|
|
], |
|
13856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16331' => [ |
|
13857
|
|
|
'name' => 'Gauss-Kruger CM 177W', |
|
13858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13859
|
|
|
'extent_code' => ['1873'], |
|
13860
|
|
|
], |
|
13861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16332' => [ |
|
13862
|
|
|
'name' => 'Gauss-Kruger CM 171W', |
|
13863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13864
|
|
|
'extent_code' => ['1875'], |
|
13865
|
|
|
], |
|
13866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16368' => [ |
|
13867
|
|
|
'name' => '3-degree Gauss-Kruger CM 24E', |
|
13868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13869
|
|
|
'extent_code' => ['2306'], |
|
13870
|
|
|
], |
|
13871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16370' => [ |
|
13872
|
|
|
'name' => '3-degree Gauss-Kruger CM 30E', |
|
13873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13874
|
|
|
'extent_code' => ['2535'], |
|
13875
|
|
|
], |
|
13876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16372' => [ |
|
13877
|
|
|
'name' => '3-degree Gauss-Kruger CM 36E', |
|
13878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13879
|
|
|
'extent_code' => ['2537'], |
|
13880
|
|
|
], |
|
13881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16374' => [ |
|
13882
|
|
|
'name' => '3-degree Gauss-Kruger CM 42E', |
|
13883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13884
|
|
|
'extent_code' => ['2539'], |
|
13885
|
|
|
], |
|
13886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16376' => [ |
|
13887
|
|
|
'name' => '3-degree Gauss-Kruger CM 48E', |
|
13888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13889
|
|
|
'extent_code' => ['2604'], |
|
13890
|
|
|
], |
|
13891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16378' => [ |
|
13892
|
|
|
'name' => '3-degree Gauss-Kruger CM 54E', |
|
13893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13894
|
|
|
'extent_code' => ['2606'], |
|
13895
|
|
|
], |
|
13896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16380' => [ |
|
13897
|
|
|
'name' => '3-degree Gauss-Kruger CM 60E', |
|
13898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13899
|
|
|
'extent_code' => ['2608'], |
|
13900
|
|
|
], |
|
13901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16382' => [ |
|
13902
|
|
|
'name' => '3-degree Gauss-Kruger CM 66E', |
|
13903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13904
|
|
|
'extent_code' => ['2610'], |
|
13905
|
|
|
], |
|
13906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16384' => [ |
|
13907
|
|
|
'name' => '3-degree Gauss-Kruger CM 72E', |
|
13908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13909
|
|
|
'extent_code' => ['2612'], |
|
13910
|
|
|
], |
|
13911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16386' => [ |
|
13912
|
|
|
'name' => '3-degree Gauss-Kruger CM 78E', |
|
13913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13914
|
|
|
'extent_code' => ['2614'], |
|
13915
|
|
|
], |
|
13916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16388' => [ |
|
13917
|
|
|
'name' => '3-degree Gauss-Kruger CM 84E', |
|
13918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13919
|
|
|
'extent_code' => ['2616'], |
|
13920
|
|
|
], |
|
13921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16390' => [ |
|
13922
|
|
|
'name' => '3-degree Gauss-Kruger CM 90E', |
|
13923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13924
|
|
|
'extent_code' => ['2618'], |
|
13925
|
|
|
], |
|
13926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16392' => [ |
|
13927
|
|
|
'name' => '3-degree Gauss-Kruger CM 96E', |
|
13928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13929
|
|
|
'extent_code' => ['2620'], |
|
13930
|
|
|
], |
|
13931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16394' => [ |
|
13932
|
|
|
'name' => '3-degree Gauss-Kruger CM 102E', |
|
13933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13934
|
|
|
'extent_code' => ['2622'], |
|
13935
|
|
|
], |
|
13936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16396' => [ |
|
13937
|
|
|
'name' => '3-degree Gauss-Kruger CM 108E', |
|
13938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13939
|
|
|
'extent_code' => ['2624'], |
|
13940
|
|
|
], |
|
13941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16398' => [ |
|
13942
|
|
|
'name' => '3-degree Gauss-Kruger CM 114E', |
|
13943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13944
|
|
|
'extent_code' => ['2626'], |
|
13945
|
|
|
], |
|
13946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16400' => [ |
|
13947
|
|
|
'name' => 'TM 0 N', |
|
13948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13949
|
|
|
'extent_code' => ['1629'], |
|
13950
|
|
|
], |
|
13951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16405' => [ |
|
13952
|
|
|
'name' => 'TM 5 NE', |
|
13953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13954
|
|
|
'extent_code' => ['1630'], |
|
13955
|
|
|
], |
|
13956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16406' => [ |
|
13957
|
|
|
'name' => 'TM 6 NE', |
|
13958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13959
|
|
|
'extent_code' => ['3914'], |
|
13960
|
|
|
], |
|
13961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16411' => [ |
|
13962
|
|
|
'name' => 'TM 11 NE', |
|
13963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13964
|
|
|
'extent_code' => ['1489'], |
|
13965
|
|
|
], |
|
13966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16412' => [ |
|
13967
|
|
|
'name' => 'TM 12 NE', |
|
13968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13969
|
|
|
'extent_code' => ['1482'], |
|
13970
|
|
|
], |
|
13971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16413' => [ |
|
13972
|
|
|
'name' => 'TM 13 NE', |
|
13973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13974
|
|
|
'extent_code' => ['2771'], |
|
13975
|
|
|
], |
|
13976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16430' => [ |
|
13977
|
|
|
'name' => 'TM 30 NE', |
|
13978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13979
|
|
|
'extent_code' => ['2546'], |
|
13980
|
|
|
], |
|
13981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16490' => [ |
|
13982
|
|
|
'name' => 'TM 90 NE', |
|
13983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13984
|
|
|
'extent_code' => ['1041', '3217'], |
|
13985
|
|
|
], |
|
13986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16506' => [ |
|
13987
|
|
|
'name' => 'TM 106 NE', |
|
13988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13989
|
|
|
'extent_code' => ['1495'], |
|
13990
|
|
|
], |
|
13991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16586' => [ |
|
13992
|
|
|
'name' => 'GK 106 NE', |
|
13993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13994
|
|
|
'extent_code' => ['1494'], |
|
13995
|
|
|
], |
|
13996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16611' => [ |
|
13997
|
|
|
'name' => 'TM 11.30 SE', |
|
13998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
13999
|
|
|
'extent_code' => ['1605'], |
|
14000
|
|
|
], |
|
14001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16612' => [ |
|
14002
|
|
|
'name' => 'TM 12 SE', |
|
14003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14004
|
|
|
'extent_code' => ['1604'], |
|
14005
|
|
|
], |
|
14006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16636' => [ |
|
14007
|
|
|
'name' => 'TM 36 SE', |
|
14008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14009
|
|
|
'extent_code' => ['1726'], |
|
14010
|
|
|
], |
|
14011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16709' => [ |
|
14012
|
|
|
'name' => 'TM 109 SE', |
|
14013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14014
|
|
|
'extent_code' => ['2577'], |
|
14015
|
|
|
], |
|
14016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16716' => [ |
|
14017
|
|
|
'name' => 'TM 116 SE', |
|
14018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14019
|
|
|
'extent_code' => ['2588'], |
|
14020
|
|
|
], |
|
14021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16732' => [ |
|
14022
|
|
|
'name' => 'TM 132 SE', |
|
14023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14024
|
|
|
'extent_code' => ['2589'], |
|
14025
|
|
|
], |
|
14026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16907' => [ |
|
14027
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 7', |
|
14028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14029
|
|
|
'extent_code' => ['2305'], |
|
14030
|
|
|
], |
|
14031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16908' => [ |
|
14032
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 8', |
|
14033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14034
|
|
|
'extent_code' => ['2748'], |
|
14035
|
|
|
], |
|
14036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16909' => [ |
|
14037
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 9', |
|
14038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14039
|
|
|
'extent_code' => ['2749'], |
|
14040
|
|
|
], |
|
14041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16910' => [ |
|
14042
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 10', |
|
14043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14044
|
|
|
'extent_code' => ['2535'], |
|
14045
|
|
|
], |
|
14046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16911' => [ |
|
14047
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 11', |
|
14048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14049
|
|
|
'extent_code' => ['2751'], |
|
14050
|
|
|
], |
|
14051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16912' => [ |
|
14052
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 12', |
|
14053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14054
|
|
|
'extent_code' => ['2752'], |
|
14055
|
|
|
], |
|
14056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16913' => [ |
|
14057
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 13', |
|
14058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14059
|
|
|
'extent_code' => ['2753'], |
|
14060
|
|
|
], |
|
14061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16914' => [ |
|
14062
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 14', |
|
14063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14064
|
|
|
'extent_code' => ['2754'], |
|
14065
|
|
|
], |
|
14066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16915' => [ |
|
14067
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 15', |
|
14068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14069
|
|
|
'extent_code' => ['2755'], |
|
14070
|
|
|
], |
|
14071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16916' => [ |
|
14072
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 16', |
|
14073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14074
|
|
|
'extent_code' => ['2756'], |
|
14075
|
|
|
], |
|
14076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16917' => [ |
|
14077
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 17', |
|
14078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14079
|
|
|
'extent_code' => ['2757'], |
|
14080
|
|
|
], |
|
14081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16918' => [ |
|
14082
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 18', |
|
14083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14084
|
|
|
'extent_code' => ['2758'], |
|
14085
|
|
|
], |
|
14086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16919' => [ |
|
14087
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 19', |
|
14088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14089
|
|
|
'extent_code' => ['2759'], |
|
14090
|
|
|
], |
|
14091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16920' => [ |
|
14092
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 20', |
|
14093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14094
|
|
|
'extent_code' => ['2760'], |
|
14095
|
|
|
], |
|
14096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16921' => [ |
|
14097
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 21', |
|
14098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14099
|
|
|
'extent_code' => ['2609'], |
|
14100
|
|
|
], |
|
14101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16922' => [ |
|
14102
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 22', |
|
14103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14104
|
|
|
'extent_code' => ['2762'], |
|
14105
|
|
|
], |
|
14106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16923' => [ |
|
14107
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 23', |
|
14108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14109
|
|
|
'extent_code' => ['2763'], |
|
14110
|
|
|
], |
|
14111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16924' => [ |
|
14112
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 24', |
|
14113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14114
|
|
|
'extent_code' => ['2764'], |
|
14115
|
|
|
], |
|
14116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16925' => [ |
|
14117
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 25', |
|
14118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14119
|
|
|
'extent_code' => ['2765'], |
|
14120
|
|
|
], |
|
14121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16926' => [ |
|
14122
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 26', |
|
14123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14124
|
|
|
'extent_code' => ['2766'], |
|
14125
|
|
|
], |
|
14126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16927' => [ |
|
14127
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 27', |
|
14128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14129
|
|
|
'extent_code' => ['2767'], |
|
14130
|
|
|
], |
|
14131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16928' => [ |
|
14132
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 28', |
|
14133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14134
|
|
|
'extent_code' => ['2768'], |
|
14135
|
|
|
], |
|
14136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16929' => [ |
|
14137
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 29', |
|
14138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14139
|
|
|
'extent_code' => ['2769'], |
|
14140
|
|
|
], |
|
14141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16930' => [ |
|
14142
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 30', |
|
14143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14144
|
|
|
'extent_code' => ['2676'], |
|
14145
|
|
|
], |
|
14146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16931' => [ |
|
14147
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 31', |
|
14148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14149
|
|
|
'extent_code' => ['2677'], |
|
14150
|
|
|
], |
|
14151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16932' => [ |
|
14152
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 32', |
|
14153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14154
|
|
|
'extent_code' => ['2678'], |
|
14155
|
|
|
], |
|
14156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16933' => [ |
|
14157
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 33', |
|
14158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14159
|
|
|
'extent_code' => ['2679'], |
|
14160
|
|
|
], |
|
14161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16934' => [ |
|
14162
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 34', |
|
14163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14164
|
|
|
'extent_code' => ['2680'], |
|
14165
|
|
|
], |
|
14166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16935' => [ |
|
14167
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 35', |
|
14168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14169
|
|
|
'extent_code' => ['2681'], |
|
14170
|
|
|
], |
|
14171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16936' => [ |
|
14172
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 36', |
|
14173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14174
|
|
|
'extent_code' => ['2682'], |
|
14175
|
|
|
], |
|
14176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16937' => [ |
|
14177
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 37', |
|
14178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14179
|
|
|
'extent_code' => ['2683'], |
|
14180
|
|
|
], |
|
14181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16938' => [ |
|
14182
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 38', |
|
14183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14184
|
|
|
'extent_code' => ['2684'], |
|
14185
|
|
|
], |
|
14186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16939' => [ |
|
14187
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 39', |
|
14188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14189
|
|
|
'extent_code' => ['2685'], |
|
14190
|
|
|
], |
|
14191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16940' => [ |
|
14192
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 40', |
|
14193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14194
|
|
|
'extent_code' => ['2686'], |
|
14195
|
|
|
], |
|
14196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16941' => [ |
|
14197
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 41', |
|
14198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14199
|
|
|
'extent_code' => ['2687'], |
|
14200
|
|
|
], |
|
14201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16942' => [ |
|
14202
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 42', |
|
14203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14204
|
|
|
'extent_code' => ['2688'], |
|
14205
|
|
|
], |
|
14206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16943' => [ |
|
14207
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 43', |
|
14208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14209
|
|
|
'extent_code' => ['2689'], |
|
14210
|
|
|
], |
|
14211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16944' => [ |
|
14212
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 44', |
|
14213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14214
|
|
|
'extent_code' => ['2690'], |
|
14215
|
|
|
], |
|
14216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16945' => [ |
|
14217
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 45', |
|
14218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14219
|
|
|
'extent_code' => ['2691'], |
|
14220
|
|
|
], |
|
14221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16946' => [ |
|
14222
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 46', |
|
14223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14224
|
|
|
'extent_code' => ['2692'], |
|
14225
|
|
|
], |
|
14226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16947' => [ |
|
14227
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 47', |
|
14228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14229
|
|
|
'extent_code' => ['2693'], |
|
14230
|
|
|
], |
|
14231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16948' => [ |
|
14232
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 48', |
|
14233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14234
|
|
|
'extent_code' => ['2694'], |
|
14235
|
|
|
], |
|
14236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16949' => [ |
|
14237
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 49', |
|
14238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14239
|
|
|
'extent_code' => ['2695'], |
|
14240
|
|
|
], |
|
14241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16950' => [ |
|
14242
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 50', |
|
14243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14244
|
|
|
'extent_code' => ['2696'], |
|
14245
|
|
|
], |
|
14246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16951' => [ |
|
14247
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 51', |
|
14248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14249
|
|
|
'extent_code' => ['2697'], |
|
14250
|
|
|
], |
|
14251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16952' => [ |
|
14252
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 52', |
|
14253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14254
|
|
|
'extent_code' => ['2698'], |
|
14255
|
|
|
], |
|
14256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16953' => [ |
|
14257
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 53', |
|
14258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14259
|
|
|
'extent_code' => ['2699'], |
|
14260
|
|
|
], |
|
14261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16954' => [ |
|
14262
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 54', |
|
14263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14264
|
|
|
'extent_code' => ['2700'], |
|
14265
|
|
|
], |
|
14266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16955' => [ |
|
14267
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 55', |
|
14268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14269
|
|
|
'extent_code' => ['2701'], |
|
14270
|
|
|
], |
|
14271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16956' => [ |
|
14272
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 56', |
|
14273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14274
|
|
|
'extent_code' => ['2702'], |
|
14275
|
|
|
], |
|
14276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16957' => [ |
|
14277
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 57', |
|
14278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14279
|
|
|
'extent_code' => ['2703'], |
|
14280
|
|
|
], |
|
14281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16958' => [ |
|
14282
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 58', |
|
14283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14284
|
|
|
'extent_code' => ['2704'], |
|
14285
|
|
|
], |
|
14286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16959' => [ |
|
14287
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 59', |
|
14288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14289
|
|
|
'extent_code' => ['2705'], |
|
14290
|
|
|
], |
|
14291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16960' => [ |
|
14292
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 60', |
|
14293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14294
|
|
|
'extent_code' => ['2706'], |
|
14295
|
|
|
], |
|
14296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16961' => [ |
|
14297
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 61', |
|
14298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14299
|
|
|
'extent_code' => ['2707'], |
|
14300
|
|
|
], |
|
14301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16962' => [ |
|
14302
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 62', |
|
14303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14304
|
|
|
'extent_code' => ['2708'], |
|
14305
|
|
|
], |
|
14306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16963' => [ |
|
14307
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 63', |
|
14308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14309
|
|
|
'extent_code' => ['2709'], |
|
14310
|
|
|
], |
|
14311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::16964' => [ |
|
14312
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger zone 64', |
|
14313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14314
|
|
|
'extent_code' => ['2710'], |
|
14315
|
|
|
], |
|
14316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17001' => [ |
|
14317
|
|
|
'name' => 'TM 1 NW', |
|
14318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14319
|
|
|
'extent_code' => ['1505'], |
|
14320
|
|
|
], |
|
14321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17005' => [ |
|
14322
|
|
|
'name' => 'TM 5 NW', |
|
14323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14324
|
|
|
'extent_code' => ['2296'], |
|
14325
|
|
|
], |
|
14326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17054' => [ |
|
14327
|
|
|
'name' => 'TM 54 NW', |
|
14328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14329
|
|
|
'extent_code' => ['1727'], |
|
14330
|
|
|
], |
|
14331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17107' => [ |
|
14332
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 21E', |
|
14333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14334
|
|
|
'extent_code' => ['2305'], |
|
14335
|
|
|
], |
|
14336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17108' => [ |
|
14337
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 24E', |
|
14338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14339
|
|
|
'extent_code' => ['2748'], |
|
14340
|
|
|
], |
|
14341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17109' => [ |
|
14342
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 27E', |
|
14343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14344
|
|
|
'extent_code' => ['2749'], |
|
14345
|
|
|
], |
|
14346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17110' => [ |
|
14347
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 30E', |
|
14348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14349
|
|
|
'extent_code' => ['2750'], |
|
14350
|
|
|
], |
|
14351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17111' => [ |
|
14352
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 33E', |
|
14353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14354
|
|
|
'extent_code' => ['2751'], |
|
14355
|
|
|
], |
|
14356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17112' => [ |
|
14357
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 36E', |
|
14358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14359
|
|
|
'extent_code' => ['2752'], |
|
14360
|
|
|
], |
|
14361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17113' => [ |
|
14362
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 39E', |
|
14363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14364
|
|
|
'extent_code' => ['2753'], |
|
14365
|
|
|
], |
|
14366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17114' => [ |
|
14367
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 42E', |
|
14368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14369
|
|
|
'extent_code' => ['2754'], |
|
14370
|
|
|
], |
|
14371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17115' => [ |
|
14372
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 45E', |
|
14373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14374
|
|
|
'extent_code' => ['2755'], |
|
14375
|
|
|
], |
|
14376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17116' => [ |
|
14377
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 48E', |
|
14378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14379
|
|
|
'extent_code' => ['2756'], |
|
14380
|
|
|
], |
|
14381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17117' => [ |
|
14382
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 51E', |
|
14383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14384
|
|
|
'extent_code' => ['2757'], |
|
14385
|
|
|
], |
|
14386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17118' => [ |
|
14387
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 54E', |
|
14388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14389
|
|
|
'extent_code' => ['2758'], |
|
14390
|
|
|
], |
|
14391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17119' => [ |
|
14392
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 57E', |
|
14393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14394
|
|
|
'extent_code' => ['2759'], |
|
14395
|
|
|
], |
|
14396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17120' => [ |
|
14397
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 60E', |
|
14398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14399
|
|
|
'extent_code' => ['2760'], |
|
14400
|
|
|
], |
|
14401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17121' => [ |
|
14402
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 63E', |
|
14403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14404
|
|
|
'extent_code' => ['2761'], |
|
14405
|
|
|
], |
|
14406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17122' => [ |
|
14407
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 66E', |
|
14408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14409
|
|
|
'extent_code' => ['2762'], |
|
14410
|
|
|
], |
|
14411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17123' => [ |
|
14412
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 69E', |
|
14413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14414
|
|
|
'extent_code' => ['2763'], |
|
14415
|
|
|
], |
|
14416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17124' => [ |
|
14417
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 72E', |
|
14418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14419
|
|
|
'extent_code' => ['2764'], |
|
14420
|
|
|
], |
|
14421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17125' => [ |
|
14422
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 75E', |
|
14423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14424
|
|
|
'extent_code' => ['2765'], |
|
14425
|
|
|
], |
|
14426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17126' => [ |
|
14427
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 78E', |
|
14428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14429
|
|
|
'extent_code' => ['2766'], |
|
14430
|
|
|
], |
|
14431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17127' => [ |
|
14432
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 81E', |
|
14433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14434
|
|
|
'extent_code' => ['2767'], |
|
14435
|
|
|
], |
|
14436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17128' => [ |
|
14437
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 84E', |
|
14438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14439
|
|
|
'extent_code' => ['2768'], |
|
14440
|
|
|
], |
|
14441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17129' => [ |
|
14442
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 87E', |
|
14443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14444
|
|
|
'extent_code' => ['2769'], |
|
14445
|
|
|
], |
|
14446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17130' => [ |
|
14447
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 90E', |
|
14448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14449
|
|
|
'extent_code' => ['2676'], |
|
14450
|
|
|
], |
|
14451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17131' => [ |
|
14452
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 93E', |
|
14453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14454
|
|
|
'extent_code' => ['2677'], |
|
14455
|
|
|
], |
|
14456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17132' => [ |
|
14457
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 96E', |
|
14458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14459
|
|
|
'extent_code' => ['2678'], |
|
14460
|
|
|
], |
|
14461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17133' => [ |
|
14462
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 99E', |
|
14463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14464
|
|
|
'extent_code' => ['2679'], |
|
14465
|
|
|
], |
|
14466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17134' => [ |
|
14467
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 102E', |
|
14468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14469
|
|
|
'extent_code' => ['2680'], |
|
14470
|
|
|
], |
|
14471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17135' => [ |
|
14472
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 105E', |
|
14473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14474
|
|
|
'extent_code' => ['2681'], |
|
14475
|
|
|
], |
|
14476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17136' => [ |
|
14477
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 108E', |
|
14478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14479
|
|
|
'extent_code' => ['2682'], |
|
14480
|
|
|
], |
|
14481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17137' => [ |
|
14482
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 111E', |
|
14483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14484
|
|
|
'extent_code' => ['2683'], |
|
14485
|
|
|
], |
|
14486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17138' => [ |
|
14487
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 114E', |
|
14488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14489
|
|
|
'extent_code' => ['2684'], |
|
14490
|
|
|
], |
|
14491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17139' => [ |
|
14492
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 117E', |
|
14493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14494
|
|
|
'extent_code' => ['2685'], |
|
14495
|
|
|
], |
|
14496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17140' => [ |
|
14497
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 120E', |
|
14498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14499
|
|
|
'extent_code' => ['2686'], |
|
14500
|
|
|
], |
|
14501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17141' => [ |
|
14502
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 123E', |
|
14503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14504
|
|
|
'extent_code' => ['2687'], |
|
14505
|
|
|
], |
|
14506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17142' => [ |
|
14507
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 126E', |
|
14508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14509
|
|
|
'extent_code' => ['2688'], |
|
14510
|
|
|
], |
|
14511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17143' => [ |
|
14512
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 129E', |
|
14513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14514
|
|
|
'extent_code' => ['2689'], |
|
14515
|
|
|
], |
|
14516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17144' => [ |
|
14517
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 132E', |
|
14518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14519
|
|
|
'extent_code' => ['2690'], |
|
14520
|
|
|
], |
|
14521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17145' => [ |
|
14522
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 135E', |
|
14523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14524
|
|
|
'extent_code' => ['2691'], |
|
14525
|
|
|
], |
|
14526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17146' => [ |
|
14527
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 138E', |
|
14528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14529
|
|
|
'extent_code' => ['2692'], |
|
14530
|
|
|
], |
|
14531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17147' => [ |
|
14532
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 141E', |
|
14533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14534
|
|
|
'extent_code' => ['2693'], |
|
14535
|
|
|
], |
|
14536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17148' => [ |
|
14537
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 144E', |
|
14538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14539
|
|
|
'extent_code' => ['2694'], |
|
14540
|
|
|
], |
|
14541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17149' => [ |
|
14542
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 147E', |
|
14543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14544
|
|
|
'extent_code' => ['2695'], |
|
14545
|
|
|
], |
|
14546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17150' => [ |
|
14547
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 150E', |
|
14548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14549
|
|
|
'extent_code' => ['2696'], |
|
14550
|
|
|
], |
|
14551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17151' => [ |
|
14552
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 153E', |
|
14553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14554
|
|
|
'extent_code' => ['2697'], |
|
14555
|
|
|
], |
|
14556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17152' => [ |
|
14557
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 156E', |
|
14558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14559
|
|
|
'extent_code' => ['2698'], |
|
14560
|
|
|
], |
|
14561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17153' => [ |
|
14562
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 159E', |
|
14563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14564
|
|
|
'extent_code' => ['2699'], |
|
14565
|
|
|
], |
|
14566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17154' => [ |
|
14567
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 162E', |
|
14568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14569
|
|
|
'extent_code' => ['2700'], |
|
14570
|
|
|
], |
|
14571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17155' => [ |
|
14572
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 165E', |
|
14573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14574
|
|
|
'extent_code' => ['2701'], |
|
14575
|
|
|
], |
|
14576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17156' => [ |
|
14577
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 168E', |
|
14578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14579
|
|
|
'extent_code' => ['2702'], |
|
14580
|
|
|
], |
|
14581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17157' => [ |
|
14582
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 171E', |
|
14583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14584
|
|
|
'extent_code' => ['2703'], |
|
14585
|
|
|
], |
|
14586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17158' => [ |
|
14587
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 174E', |
|
14588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14589
|
|
|
'extent_code' => ['2704'], |
|
14590
|
|
|
], |
|
14591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17159' => [ |
|
14592
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 177E', |
|
14593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14594
|
|
|
'extent_code' => ['2705'], |
|
14595
|
|
|
], |
|
14596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17160' => [ |
|
14597
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 180E', |
|
14598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14599
|
|
|
'extent_code' => ['2706'], |
|
14600
|
|
|
], |
|
14601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17161' => [ |
|
14602
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 177W', |
|
14603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14604
|
|
|
'extent_code' => ['2707'], |
|
14605
|
|
|
], |
|
14606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17162' => [ |
|
14607
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 174W', |
|
14608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14609
|
|
|
'extent_code' => ['2708'], |
|
14610
|
|
|
], |
|
14611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17163' => [ |
|
14612
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 171W', |
|
14613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14614
|
|
|
'extent_code' => ['2709'], |
|
14615
|
|
|
], |
|
14616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17164' => [ |
|
14617
|
|
|
'name' => 'GSK 3-degree Gauss-Kruger CM 168W', |
|
14618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
14619
|
|
|
'extent_code' => ['2710'], |
|
14620
|
|
|
], |
|
14621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17204' => [ |
|
14622
|
|
|
'name' => 'SCAR IMW SP19-20', |
|
14623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14624
|
|
|
'extent_code' => ['2991'], |
|
14625
|
|
|
], |
|
14626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17205' => [ |
|
14627
|
|
|
'name' => 'SCAR IMW SP21-22', |
|
14628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14629
|
|
|
'extent_code' => ['2992'], |
|
14630
|
|
|
], |
|
14631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17206' => [ |
|
14632
|
|
|
'name' => 'SCAR IMW SP23-24', |
|
14633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14634
|
|
|
'extent_code' => ['2993'], |
|
14635
|
|
|
], |
|
14636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17207' => [ |
|
14637
|
|
|
'name' => 'SCAR IMW SQ01-02', |
|
14638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14639
|
|
|
'extent_code' => ['2994'], |
|
14640
|
|
|
], |
|
14641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17208' => [ |
|
14642
|
|
|
'name' => 'SCAR IMW SQ19-20', |
|
14643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14644
|
|
|
'extent_code' => ['2995'], |
|
14645
|
|
|
], |
|
14646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17209' => [ |
|
14647
|
|
|
'name' => 'SCAR IMW SQ21-22', |
|
14648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14649
|
|
|
'extent_code' => ['2996'], |
|
14650
|
|
|
], |
|
14651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17210' => [ |
|
14652
|
|
|
'name' => 'SCAR IMW SQ37-38', |
|
14653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14654
|
|
|
'extent_code' => ['2997'], |
|
14655
|
|
|
], |
|
14656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17211' => [ |
|
14657
|
|
|
'name' => 'SCAR IMW SQ39-40', |
|
14658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14659
|
|
|
'extent_code' => ['2998'], |
|
14660
|
|
|
], |
|
14661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17212' => [ |
|
14662
|
|
|
'name' => 'SCAR IMW SQ41-42', |
|
14663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14664
|
|
|
'extent_code' => ['2999'], |
|
14665
|
|
|
], |
|
14666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17213' => [ |
|
14667
|
|
|
'name' => 'SCAR IMW SQ43-44', |
|
14668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14669
|
|
|
'extent_code' => ['3000'], |
|
14670
|
|
|
], |
|
14671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17214' => [ |
|
14672
|
|
|
'name' => 'SCAR IMW SQ45-46', |
|
14673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14674
|
|
|
'extent_code' => ['3001'], |
|
14675
|
|
|
], |
|
14676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17215' => [ |
|
14677
|
|
|
'name' => 'SCAR IMW SQ47-48', |
|
14678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14679
|
|
|
'extent_code' => ['3002'], |
|
14680
|
|
|
], |
|
14681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17216' => [ |
|
14682
|
|
|
'name' => 'SCAR IMW SQ49-50', |
|
14683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14684
|
|
|
'extent_code' => ['3003'], |
|
14685
|
|
|
], |
|
14686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17217' => [ |
|
14687
|
|
|
'name' => 'SCAR IMW SQ51-52', |
|
14688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14689
|
|
|
'extent_code' => ['3004'], |
|
14690
|
|
|
], |
|
14691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17218' => [ |
|
14692
|
|
|
'name' => 'SCAR IMW SQ53-54', |
|
14693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14694
|
|
|
'extent_code' => ['3005'], |
|
14695
|
|
|
], |
|
14696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17219' => [ |
|
14697
|
|
|
'name' => 'SCAR IMW SQ55-56', |
|
14698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14699
|
|
|
'extent_code' => ['3006'], |
|
14700
|
|
|
], |
|
14701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17220' => [ |
|
14702
|
|
|
'name' => 'SCAR IMW SQ57-58', |
|
14703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14704
|
|
|
'extent_code' => ['3007'], |
|
14705
|
|
|
], |
|
14706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17221' => [ |
|
14707
|
|
|
'name' => 'SCAR IMW SR13-14', |
|
14708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14709
|
|
|
'extent_code' => ['3008'], |
|
14710
|
|
|
], |
|
14711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17222' => [ |
|
14712
|
|
|
'name' => 'SCAR IMW SR15-16', |
|
14713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14714
|
|
|
'extent_code' => ['3009'], |
|
14715
|
|
|
], |
|
14716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17223' => [ |
|
14717
|
|
|
'name' => 'SCAR IMW SR17-18', |
|
14718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14719
|
|
|
'extent_code' => ['3010'], |
|
14720
|
|
|
], |
|
14721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17224' => [ |
|
14722
|
|
|
'name' => 'SCAR IMW SR19-20', |
|
14723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14724
|
|
|
'extent_code' => ['3011'], |
|
14725
|
|
|
], |
|
14726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17225' => [ |
|
14727
|
|
|
'name' => 'SCAR IMW SR27-28', |
|
14728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14729
|
|
|
'extent_code' => ['3012'], |
|
14730
|
|
|
], |
|
14731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17226' => [ |
|
14732
|
|
|
'name' => 'SCAR IMW SR29-30', |
|
14733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14734
|
|
|
'extent_code' => ['3013'], |
|
14735
|
|
|
], |
|
14736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17227' => [ |
|
14737
|
|
|
'name' => 'SCAR IMW SR31-32', |
|
14738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14739
|
|
|
'extent_code' => ['3014'], |
|
14740
|
|
|
], |
|
14741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17228' => [ |
|
14742
|
|
|
'name' => 'SCAR IMW SR33-34', |
|
14743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14744
|
|
|
'extent_code' => ['3015'], |
|
14745
|
|
|
], |
|
14746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17229' => [ |
|
14747
|
|
|
'name' => 'SCAR IMW SR35-36', |
|
14748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14749
|
|
|
'extent_code' => ['3016'], |
|
14750
|
|
|
], |
|
14751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17230' => [ |
|
14752
|
|
|
'name' => 'SCAR IMW SR37-38', |
|
14753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14754
|
|
|
'extent_code' => ['3017'], |
|
14755
|
|
|
], |
|
14756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17231' => [ |
|
14757
|
|
|
'name' => 'SCAR IMW SR39-40', |
|
14758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14759
|
|
|
'extent_code' => ['3018'], |
|
14760
|
|
|
], |
|
14761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17232' => [ |
|
14762
|
|
|
'name' => 'SCAR IMW SR41-42', |
|
14763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14764
|
|
|
'extent_code' => ['3019'], |
|
14765
|
|
|
], |
|
14766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17233' => [ |
|
14767
|
|
|
'name' => 'SCAR IMW SR43-44', |
|
14768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14769
|
|
|
'extent_code' => ['3020'], |
|
14770
|
|
|
], |
|
14771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17234' => [ |
|
14772
|
|
|
'name' => 'SCAR IMW SR45-46', |
|
14773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14774
|
|
|
'extent_code' => ['3021'], |
|
14775
|
|
|
], |
|
14776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17235' => [ |
|
14777
|
|
|
'name' => 'SCAR IMW SR47-48', |
|
14778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14779
|
|
|
'extent_code' => ['3022'], |
|
14780
|
|
|
], |
|
14781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17236' => [ |
|
14782
|
|
|
'name' => 'SCAR IMW SR49-50', |
|
14783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14784
|
|
|
'extent_code' => ['3023'], |
|
14785
|
|
|
], |
|
14786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17237' => [ |
|
14787
|
|
|
'name' => 'SCAR IMW SR51-52', |
|
14788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14789
|
|
|
'extent_code' => ['3024'], |
|
14790
|
|
|
], |
|
14791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17238' => [ |
|
14792
|
|
|
'name' => 'SCAR IMW SR53-54', |
|
14793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14794
|
|
|
'extent_code' => ['3025'], |
|
14795
|
|
|
], |
|
14796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17239' => [ |
|
14797
|
|
|
'name' => 'SCAR IMW SR55-56', |
|
14798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14799
|
|
|
'extent_code' => ['3026'], |
|
14800
|
|
|
], |
|
14801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17240' => [ |
|
14802
|
|
|
'name' => 'SCAR IMW SR57-58', |
|
14803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14804
|
|
|
'extent_code' => ['3027'], |
|
14805
|
|
|
], |
|
14806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17241' => [ |
|
14807
|
|
|
'name' => 'SCAR IMW SR59-60', |
|
14808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14809
|
|
|
'extent_code' => ['3028'], |
|
14810
|
|
|
], |
|
14811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17242' => [ |
|
14812
|
|
|
'name' => 'SCAR IMW SS04-06', |
|
14813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14814
|
|
|
'extent_code' => ['3029'], |
|
14815
|
|
|
], |
|
14816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17243' => [ |
|
14817
|
|
|
'name' => 'SCAR IMW SS07-09', |
|
14818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14819
|
|
|
'extent_code' => ['3030'], |
|
14820
|
|
|
], |
|
14821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17244' => [ |
|
14822
|
|
|
'name' => 'SCAR IMW SS10-12', |
|
14823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14824
|
|
|
'extent_code' => ['3031'], |
|
14825
|
|
|
], |
|
14826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17245' => [ |
|
14827
|
|
|
'name' => 'SCAR IMW SS13-15', |
|
14828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14829
|
|
|
'extent_code' => ['3032'], |
|
14830
|
|
|
], |
|
14831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17246' => [ |
|
14832
|
|
|
'name' => 'SCAR IMW SS16-18', |
|
14833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14834
|
|
|
'extent_code' => ['3033'], |
|
14835
|
|
|
], |
|
14836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17247' => [ |
|
14837
|
|
|
'name' => 'SCAR IMW SS19-21', |
|
14838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14839
|
|
|
'extent_code' => ['3034'], |
|
14840
|
|
|
], |
|
14841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17248' => [ |
|
14842
|
|
|
'name' => 'SCAR IMW SS25-27', |
|
14843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14844
|
|
|
'extent_code' => ['3035'], |
|
14845
|
|
|
], |
|
14846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17249' => [ |
|
14847
|
|
|
'name' => 'SCAR IMW SS28-30', |
|
14848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14849
|
|
|
'extent_code' => ['3036'], |
|
14850
|
|
|
], |
|
14851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17250' => [ |
|
14852
|
|
|
'name' => 'SCAR IMW SS31-33', |
|
14853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14854
|
|
|
'extent_code' => ['3037'], |
|
14855
|
|
|
], |
|
14856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17251' => [ |
|
14857
|
|
|
'name' => 'SCAR IMW SS34-36', |
|
14858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14859
|
|
|
'extent_code' => ['3038'], |
|
14860
|
|
|
], |
|
14861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17252' => [ |
|
14862
|
|
|
'name' => 'SCAR IMW SS37-39', |
|
14863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14864
|
|
|
'extent_code' => ['3039'], |
|
14865
|
|
|
], |
|
14866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17253' => [ |
|
14867
|
|
|
'name' => 'SCAR IMW SS40-42', |
|
14868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14869
|
|
|
'extent_code' => ['3040'], |
|
14870
|
|
|
], |
|
14871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17254' => [ |
|
14872
|
|
|
'name' => 'SCAR IMW SS43-45', |
|
14873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14874
|
|
|
'extent_code' => ['3041'], |
|
14875
|
|
|
], |
|
14876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17255' => [ |
|
14877
|
|
|
'name' => 'SCAR IMW SS46-48', |
|
14878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14879
|
|
|
'extent_code' => ['3042'], |
|
14880
|
|
|
], |
|
14881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17256' => [ |
|
14882
|
|
|
'name' => 'SCAR IMW SS49-51', |
|
14883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14884
|
|
|
'extent_code' => ['3043'], |
|
14885
|
|
|
], |
|
14886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17257' => [ |
|
14887
|
|
|
'name' => 'SCAR IMW SS52-54', |
|
14888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14889
|
|
|
'extent_code' => ['3044'], |
|
14890
|
|
|
], |
|
14891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17258' => [ |
|
14892
|
|
|
'name' => 'SCAR IMW SS55-57', |
|
14893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14894
|
|
|
'extent_code' => ['3045'], |
|
14895
|
|
|
], |
|
14896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17259' => [ |
|
14897
|
|
|
'name' => 'SCAR IMW SS58-60', |
|
14898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14899
|
|
|
'extent_code' => ['3046'], |
|
14900
|
|
|
], |
|
14901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17260' => [ |
|
14902
|
|
|
'name' => 'SCAR IMW ST01-04', |
|
14903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14904
|
|
|
'extent_code' => ['3047'], |
|
14905
|
|
|
], |
|
14906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17261' => [ |
|
14907
|
|
|
'name' => 'SCAR IMW ST05-08', |
|
14908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14909
|
|
|
'extent_code' => ['3048'], |
|
14910
|
|
|
], |
|
14911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17262' => [ |
|
14912
|
|
|
'name' => 'SCAR IMW ST09-12', |
|
14913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14914
|
|
|
'extent_code' => ['3049'], |
|
14915
|
|
|
], |
|
14916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17263' => [ |
|
14917
|
|
|
'name' => 'SCAR IMW ST13-16', |
|
14918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14919
|
|
|
'extent_code' => ['3050'], |
|
14920
|
|
|
], |
|
14921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17264' => [ |
|
14922
|
|
|
'name' => 'SCAR IMW ST17-20', |
|
14923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14924
|
|
|
'extent_code' => ['3051'], |
|
14925
|
|
|
], |
|
14926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17265' => [ |
|
14927
|
|
|
'name' => 'SCAR IMW ST21-24', |
|
14928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14929
|
|
|
'extent_code' => ['3052'], |
|
14930
|
|
|
], |
|
14931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17266' => [ |
|
14932
|
|
|
'name' => 'SCAR IMW ST25-28', |
|
14933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14934
|
|
|
'extent_code' => ['3053'], |
|
14935
|
|
|
], |
|
14936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17267' => [ |
|
14937
|
|
|
'name' => 'SCAR IMW ST29-32', |
|
14938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14939
|
|
|
'extent_code' => ['3054'], |
|
14940
|
|
|
], |
|
14941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17268' => [ |
|
14942
|
|
|
'name' => 'SCAR IMW ST33-36', |
|
14943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14944
|
|
|
'extent_code' => ['3055'], |
|
14945
|
|
|
], |
|
14946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17269' => [ |
|
14947
|
|
|
'name' => 'SCAR IMW ST37-40', |
|
14948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14949
|
|
|
'extent_code' => ['3056'], |
|
14950
|
|
|
], |
|
14951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17270' => [ |
|
14952
|
|
|
'name' => 'SCAR IMW ST41-44', |
|
14953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14954
|
|
|
'extent_code' => ['3057'], |
|
14955
|
|
|
], |
|
14956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17271' => [ |
|
14957
|
|
|
'name' => 'SCAR IMW ST45-48', |
|
14958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14959
|
|
|
'extent_code' => ['3058'], |
|
14960
|
|
|
], |
|
14961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17272' => [ |
|
14962
|
|
|
'name' => 'SCAR IMW ST49-52', |
|
14963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14964
|
|
|
'extent_code' => ['3059'], |
|
14965
|
|
|
], |
|
14966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17273' => [ |
|
14967
|
|
|
'name' => 'SCAR IMW ST53-56', |
|
14968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14969
|
|
|
'extent_code' => ['3060'], |
|
14970
|
|
|
], |
|
14971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17274' => [ |
|
14972
|
|
|
'name' => 'SCAR IMW ST57-60', |
|
14973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
14974
|
|
|
'extent_code' => ['3061'], |
|
14975
|
|
|
], |
|
14976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17275' => [ |
|
14977
|
|
|
'name' => 'SCAR IMW SU01-05', |
|
14978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
14979
|
|
|
'extent_code' => ['3062'], |
|
14980
|
|
|
], |
|
14981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17276' => [ |
|
14982
|
|
|
'name' => 'SCAR IMW SU06-10', |
|
14983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
14984
|
|
|
'extent_code' => ['3063'], |
|
14985
|
|
|
], |
|
14986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17277' => [ |
|
14987
|
|
|
'name' => 'SCAR IMW SU11-15', |
|
14988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
14989
|
|
|
'extent_code' => ['3064'], |
|
14990
|
|
|
], |
|
14991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17278' => [ |
|
14992
|
|
|
'name' => 'SCAR IMW SU16-20', |
|
14993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
14994
|
|
|
'extent_code' => ['3065'], |
|
14995
|
|
|
], |
|
14996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17279' => [ |
|
14997
|
|
|
'name' => 'SCAR IMW SU21-25', |
|
14998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
14999
|
|
|
'extent_code' => ['3066'], |
|
15000
|
|
|
], |
|
15001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17280' => [ |
|
15002
|
|
|
'name' => 'SCAR IMW SU26-30', |
|
15003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
15004
|
|
|
'extent_code' => ['3067'], |
|
15005
|
|
|
], |
|
15006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17281' => [ |
|
15007
|
|
|
'name' => 'SCAR IMW SU31-35', |
|
15008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
15009
|
|
|
'extent_code' => ['3068'], |
|
15010
|
|
|
], |
|
15011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17282' => [ |
|
15012
|
|
|
'name' => 'SCAR IMW SU36-40', |
|
15013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
15014
|
|
|
'extent_code' => ['3069'], |
|
15015
|
|
|
], |
|
15016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17283' => [ |
|
15017
|
|
|
'name' => 'SCAR IMW SU41-45', |
|
15018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
15019
|
|
|
'extent_code' => ['3070'], |
|
15020
|
|
|
], |
|
15021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17284' => [ |
|
15022
|
|
|
'name' => 'SCAR IMW SU46-50', |
|
15023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
15024
|
|
|
'extent_code' => ['3071'], |
|
15025
|
|
|
], |
|
15026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17285' => [ |
|
15027
|
|
|
'name' => 'SCAR IMW SU51-55', |
|
15028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
15029
|
|
|
'extent_code' => ['3072'], |
|
15030
|
|
|
], |
|
15031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17286' => [ |
|
15032
|
|
|
'name' => 'SCAR IMW SU56-60', |
|
15033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
15034
|
|
|
'extent_code' => ['3073'], |
|
15035
|
|
|
], |
|
15036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17287' => [ |
|
15037
|
|
|
'name' => 'SCAR IMW SV01-10', |
|
15038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
15039
|
|
|
'extent_code' => ['3074'], |
|
15040
|
|
|
], |
|
15041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17288' => [ |
|
15042
|
|
|
'name' => 'SCAR IMW SV11-20', |
|
15043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
15044
|
|
|
'extent_code' => ['3075'], |
|
15045
|
|
|
], |
|
15046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17289' => [ |
|
15047
|
|
|
'name' => 'SCAR IMW SV21-30', |
|
15048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
15049
|
|
|
'extent_code' => ['3076'], |
|
15050
|
|
|
], |
|
15051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17290' => [ |
|
15052
|
|
|
'name' => 'SCAR IMW SV31-40', |
|
15053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
15054
|
|
|
'extent_code' => ['3077'], |
|
15055
|
|
|
], |
|
15056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17291' => [ |
|
15057
|
|
|
'name' => 'SCAR IMW SV41-50', |
|
15058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
15059
|
|
|
'extent_code' => ['3078'], |
|
15060
|
|
|
], |
|
15061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17292' => [ |
|
15062
|
|
|
'name' => 'SCAR IMW SV51-60', |
|
15063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
15064
|
|
|
'extent_code' => ['3079'], |
|
15065
|
|
|
], |
|
15066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17293' => [ |
|
15067
|
|
|
'name' => 'SCAR IMW SW01-60', |
|
15068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
15069
|
|
|
'extent_code' => ['3080'], |
|
15070
|
|
|
], |
|
15071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17294' => [ |
|
15072
|
|
|
'name' => 'USGS Transantarctic Mountains', |
|
15073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
15074
|
|
|
'extent_code' => ['3081'], |
|
15075
|
|
|
], |
|
15076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17295' => [ |
|
15077
|
|
|
'name' => 'North Pole Lambert Azimuthal Equal Area (Bering Sea)', |
|
15078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9820', |
|
15079
|
|
|
'extent_code' => ['3480'], |
|
15080
|
|
|
], |
|
15081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17296' => [ |
|
15082
|
|
|
'name' => 'North Pole Lambert Azimuthal Equal Area (Alaska)', |
|
15083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9820', |
|
15084
|
|
|
'extent_code' => ['3480'], |
|
15085
|
|
|
], |
|
15086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17297' => [ |
|
15087
|
|
|
'name' => 'North Pole Lambert Azimuthal Equal Area (Canada)', |
|
15088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9820', |
|
15089
|
|
|
'extent_code' => ['3480'], |
|
15090
|
|
|
], |
|
15091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17298' => [ |
|
15092
|
|
|
'name' => 'North Pole Lambert Azimuthal Equal Area (Atlantic)', |
|
15093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9820', |
|
15094
|
|
|
'extent_code' => ['3480'], |
|
15095
|
|
|
], |
|
15096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17299' => [ |
|
15097
|
|
|
'name' => 'North Pole Lambert Azimuthal Equal Area (Europe)', |
|
15098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9820', |
|
15099
|
|
|
'extent_code' => ['3480'], |
|
15100
|
|
|
], |
|
15101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17300' => [ |
|
15102
|
|
|
'name' => 'North Pole Lambert Azimuthal Equal Area (Russia)', |
|
15103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9820', |
|
15104
|
|
|
'extent_code' => ['3480'], |
|
15105
|
|
|
], |
|
15106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17321' => [ |
|
15107
|
|
|
'name' => 'SWEREF99 12 00', |
|
15108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15109
|
|
|
'extent_code' => ['2833'], |
|
15110
|
|
|
], |
|
15111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17322' => [ |
|
15112
|
|
|
'name' => 'SWEREF99 13 30', |
|
15113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15114
|
|
|
'extent_code' => ['2834'], |
|
15115
|
|
|
], |
|
15116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17323' => [ |
|
15117
|
|
|
'name' => 'SWEREF99 15 00', |
|
15118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15119
|
|
|
'extent_code' => ['2835'], |
|
15120
|
|
|
], |
|
15121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17324' => [ |
|
15122
|
|
|
'name' => 'SWEREF99 16 30', |
|
15123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15124
|
|
|
'extent_code' => ['2836'], |
|
15125
|
|
|
], |
|
15126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17325' => [ |
|
15127
|
|
|
'name' => 'SWEREF99 18 00', |
|
15128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15129
|
|
|
'extent_code' => ['2837'], |
|
15130
|
|
|
], |
|
15131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17326' => [ |
|
15132
|
|
|
'name' => 'SWEREF99 14 15', |
|
15133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15134
|
|
|
'extent_code' => ['2838'], |
|
15135
|
|
|
], |
|
15136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17327' => [ |
|
15137
|
|
|
'name' => 'SWEREF99 15 45', |
|
15138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15139
|
|
|
'extent_code' => ['2839'], |
|
15140
|
|
|
], |
|
15141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17328' => [ |
|
15142
|
|
|
'name' => 'SWEREF99 17 15', |
|
15143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15144
|
|
|
'extent_code' => ['2840'], |
|
15145
|
|
|
], |
|
15146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17329' => [ |
|
15147
|
|
|
'name' => 'SWEREF99 18 45', |
|
15148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15149
|
|
|
'extent_code' => ['2841'], |
|
15150
|
|
|
], |
|
15151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17330' => [ |
|
15152
|
|
|
'name' => 'SWEREF99 20 15', |
|
15153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15154
|
|
|
'extent_code' => ['2842'], |
|
15155
|
|
|
], |
|
15156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17331' => [ |
|
15157
|
|
|
'name' => 'SWEREF99 21 45', |
|
15158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15159
|
|
|
'extent_code' => ['2843'], |
|
15160
|
|
|
], |
|
15161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17332' => [ |
|
15162
|
|
|
'name' => 'SWEREF99 23 15', |
|
15163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15164
|
|
|
'extent_code' => ['2844'], |
|
15165
|
|
|
], |
|
15166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17333' => [ |
|
15167
|
|
|
'name' => 'SWEREF99 TM', |
|
15168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15169
|
|
|
'extent_code' => ['1225'], |
|
15170
|
|
|
], |
|
15171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17334' => [ |
|
15172
|
|
|
'name' => 'Sweden zone 7.5 gon V', |
|
15173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15174
|
|
|
'extent_code' => ['2845'], |
|
15175
|
|
|
], |
|
15176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17335' => [ |
|
15177
|
|
|
'name' => 'Sweden zone 5 gon V', |
|
15178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15179
|
|
|
'extent_code' => ['2846'], |
|
15180
|
|
|
], |
|
15181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17336' => [ |
|
15182
|
|
|
'name' => 'Sweden zone 0 gon', |
|
15183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15184
|
|
|
'extent_code' => ['2848'], |
|
15185
|
|
|
], |
|
15186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17337' => [ |
|
15187
|
|
|
'name' => 'Sweden zone 2.5 gon O', |
|
15188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15189
|
|
|
'extent_code' => ['2849'], |
|
15190
|
|
|
], |
|
15191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17338' => [ |
|
15192
|
|
|
'name' => 'Sweden zone 5 gon O', |
|
15193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15194
|
|
|
'extent_code' => ['2850'], |
|
15195
|
|
|
], |
|
15196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17339' => [ |
|
15197
|
|
|
'name' => 'RT90 zone 7.5 gon V emulation', |
|
15198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15199
|
|
|
'extent_code' => ['2845'], |
|
15200
|
|
|
], |
|
15201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17340' => [ |
|
15202
|
|
|
'name' => 'RT90 zone 5 gon V emulation', |
|
15203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15204
|
|
|
'extent_code' => ['2846'], |
|
15205
|
|
|
], |
|
15206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17341' => [ |
|
15207
|
|
|
'name' => 'RT90 zone 2.5 gon V emulation', |
|
15208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15209
|
|
|
'extent_code' => ['2847'], |
|
15210
|
|
|
], |
|
15211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17342' => [ |
|
15212
|
|
|
'name' => 'RT90 zone 0 gon emulation', |
|
15213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15214
|
|
|
'extent_code' => ['2848'], |
|
15215
|
|
|
], |
|
15216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17343' => [ |
|
15217
|
|
|
'name' => 'RT90 zone 2.5 gon O emulation', |
|
15218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15219
|
|
|
'extent_code' => ['2849'], |
|
15220
|
|
|
], |
|
15221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17344' => [ |
|
15222
|
|
|
'name' => 'RT90 zone 5 gon O emulation', |
|
15223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15224
|
|
|
'extent_code' => ['2850'], |
|
15225
|
|
|
], |
|
15226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17348' => [ |
|
15227
|
|
|
'name' => 'Map Grid of Australia zone 48', |
|
15228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15229
|
|
|
'extent_code' => ['4191'], |
|
15230
|
|
|
], |
|
15231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17349' => [ |
|
15232
|
|
|
'name' => 'Map Grid of Australia zone 49', |
|
15233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15234
|
|
|
'extent_code' => ['4176'], |
|
15235
|
|
|
], |
|
15236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17350' => [ |
|
15237
|
|
|
'name' => 'Map Grid of Australia zone 50', |
|
15238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15239
|
|
|
'extent_code' => ['4178'], |
|
15240
|
|
|
], |
|
15241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17351' => [ |
|
15242
|
|
|
'name' => 'Map Grid of Australia zone 51', |
|
15243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15244
|
|
|
'extent_code' => ['1559'], |
|
15245
|
|
|
], |
|
15246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17352' => [ |
|
15247
|
|
|
'name' => 'Map Grid of Australia zone 52', |
|
15248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15249
|
|
|
'extent_code' => ['1560'], |
|
15250
|
|
|
], |
|
15251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17353' => [ |
|
15252
|
|
|
'name' => 'Map Grid of Australia zone 53', |
|
15253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15254
|
|
|
'extent_code' => ['1561'], |
|
15255
|
|
|
], |
|
15256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17354' => [ |
|
15257
|
|
|
'name' => 'Map Grid of Australia zone 54', |
|
15258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15259
|
|
|
'extent_code' => ['1562'], |
|
15260
|
|
|
], |
|
15261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17355' => [ |
|
15262
|
|
|
'name' => 'Map Grid of Australia zone 55', |
|
15263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15264
|
|
|
'extent_code' => ['1563'], |
|
15265
|
|
|
], |
|
15266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17356' => [ |
|
15267
|
|
|
'name' => 'Map Grid of Australia zone 56', |
|
15268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15269
|
|
|
'extent_code' => ['1564'], |
|
15270
|
|
|
], |
|
15271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17357' => [ |
|
15272
|
|
|
'name' => 'Map Grid of Australia zone 57', |
|
15273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15274
|
|
|
'extent_code' => ['4196'], |
|
15275
|
|
|
], |
|
15276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17358' => [ |
|
15277
|
|
|
'name' => 'Map Grid of Australia zone 58', |
|
15278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15279
|
|
|
'extent_code' => ['4175'], |
|
15280
|
|
|
], |
|
15281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17359' => [ |
|
15282
|
|
|
'name' => 'South Australia Lambert', |
|
15283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
15284
|
|
|
'extent_code' => ['2986'], |
|
15285
|
|
|
], |
|
15286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17360' => [ |
|
15287
|
|
|
'name' => 'Vicgrid66', |
|
15288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
15289
|
|
|
'extent_code' => ['2285'], |
|
15290
|
|
|
], |
|
15291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17361' => [ |
|
15292
|
|
|
'name' => 'Vicgrid', |
|
15293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
15294
|
|
|
'extent_code' => ['2285'], |
|
15295
|
|
|
], |
|
15296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17362' => [ |
|
15297
|
|
|
'name' => 'Geoscience Australia Standard National Scale Lambert Projection', |
|
15298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
15299
|
|
|
'extent_code' => ['2575'], |
|
15300
|
|
|
], |
|
15301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17363' => [ |
|
15302
|
|
|
'name' => 'Brisbane City Survey Grid 02', |
|
15303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15304
|
|
|
'extent_code' => ['2990'], |
|
15305
|
|
|
], |
|
15306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17364' => [ |
|
15307
|
|
|
'name' => 'New South Wales Lambert', |
|
15308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
15309
|
|
|
'extent_code' => ['3139'], |
|
15310
|
|
|
], |
|
15311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17365' => [ |
|
15312
|
|
|
'name' => 'Australian Albers', |
|
15313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9822', |
|
15314
|
|
|
'extent_code' => ['2575'], |
|
15315
|
|
|
], |
|
15316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17412' => [ |
|
15317
|
|
|
'name' => 'Congo Transverse Mercator zone 12', |
|
15318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15319
|
|
|
'extent_code' => ['3937'], |
|
15320
|
|
|
], |
|
15321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17414' => [ |
|
15322
|
|
|
'name' => 'Congo Transverse Mercator zone 14', |
|
15323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15324
|
|
|
'extent_code' => ['3151'], |
|
15325
|
|
|
], |
|
15326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17416' => [ |
|
15327
|
|
|
'name' => 'Congo Transverse Mercator zone 16', |
|
15328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15329
|
|
|
'extent_code' => ['3152'], |
|
15330
|
|
|
], |
|
15331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17418' => [ |
|
15332
|
|
|
'name' => 'Congo Transverse Mercator zone 18', |
|
15333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15334
|
|
|
'extent_code' => ['3153'], |
|
15335
|
|
|
], |
|
15336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17420' => [ |
|
15337
|
|
|
'name' => 'Congo Transverse Mercator zone 20', |
|
15338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15339
|
|
|
'extent_code' => ['3154'], |
|
15340
|
|
|
], |
|
15341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17422' => [ |
|
15342
|
|
|
'name' => 'Congo Transverse Mercator zone 22', |
|
15343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15344
|
|
|
'extent_code' => ['3155'], |
|
15345
|
|
|
], |
|
15346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17424' => [ |
|
15347
|
|
|
'name' => 'Congo Transverse Mercator zone 24', |
|
15348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15349
|
|
|
'extent_code' => ['3156'], |
|
15350
|
|
|
], |
|
15351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17426' => [ |
|
15352
|
|
|
'name' => 'Congo Transverse Mercator zone 26', |
|
15353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15354
|
|
|
'extent_code' => ['3157'], |
|
15355
|
|
|
], |
|
15356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17428' => [ |
|
15357
|
|
|
'name' => 'Congo Transverse Mercator zone 28', |
|
15358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15359
|
|
|
'extent_code' => ['3158'], |
|
15360
|
|
|
], |
|
15361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17430' => [ |
|
15362
|
|
|
'name' => 'Congo Transverse Mercator zone 30', |
|
15363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15364
|
|
|
'extent_code' => ['3159'], |
|
15365
|
|
|
], |
|
15366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17432' => [ |
|
15367
|
|
|
'name' => 'Indonesia TM-3 zone 46.2', |
|
15368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15369
|
|
|
'extent_code' => ['3976'], |
|
15370
|
|
|
], |
|
15371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17433' => [ |
|
15372
|
|
|
'name' => 'Indonesia TM-3 zone 47.1', |
|
15373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15374
|
|
|
'extent_code' => ['3510'], |
|
15375
|
|
|
], |
|
15376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17434' => [ |
|
15377
|
|
|
'name' => 'Indonesia TM-3 zone 47.2', |
|
15378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15379
|
|
|
'extent_code' => ['3511'], |
|
15380
|
|
|
], |
|
15381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17435' => [ |
|
15382
|
|
|
'name' => 'Indonesia TM-3 zone 48.1', |
|
15383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15384
|
|
|
'extent_code' => ['3512'], |
|
15385
|
|
|
], |
|
15386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17436' => [ |
|
15387
|
|
|
'name' => 'Indonesia TM-3 zone 48.2', |
|
15388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15389
|
|
|
'extent_code' => ['3513'], |
|
15390
|
|
|
], |
|
15391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17437' => [ |
|
15392
|
|
|
'name' => 'Indonesia TM-3 zone 49.1', |
|
15393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15394
|
|
|
'extent_code' => ['3514'], |
|
15395
|
|
|
], |
|
15396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17438' => [ |
|
15397
|
|
|
'name' => 'Indonesia TM-3 zone 49.2', |
|
15398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15399
|
|
|
'extent_code' => ['3515'], |
|
15400
|
|
|
], |
|
15401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17439' => [ |
|
15402
|
|
|
'name' => 'Indonesia TM-3 zone 50.1', |
|
15403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15404
|
|
|
'extent_code' => ['3516'], |
|
15405
|
|
|
], |
|
15406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17440' => [ |
|
15407
|
|
|
'name' => 'Indonesia TM-3 zone 50.2', |
|
15408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15409
|
|
|
'extent_code' => ['3517'], |
|
15410
|
|
|
], |
|
15411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17441' => [ |
|
15412
|
|
|
'name' => 'Indonesia TM-3 zone 51.1', |
|
15413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15414
|
|
|
'extent_code' => ['3518'], |
|
15415
|
|
|
], |
|
15416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17442' => [ |
|
15417
|
|
|
'name' => 'Indonesia TM-3 zone 51.2', |
|
15418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15419
|
|
|
'extent_code' => ['3519'], |
|
15420
|
|
|
], |
|
15421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17443' => [ |
|
15422
|
|
|
'name' => 'Indonesia TM-3 zone 52.1', |
|
15423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15424
|
|
|
'extent_code' => ['3520'], |
|
15425
|
|
|
], |
|
15426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17444' => [ |
|
15427
|
|
|
'name' => 'Indonesia TM-3 zone 52.2', |
|
15428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15429
|
|
|
'extent_code' => ['3521'], |
|
15430
|
|
|
], |
|
15431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17445' => [ |
|
15432
|
|
|
'name' => 'Indonesia TM-3 zone 53.1', |
|
15433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15434
|
|
|
'extent_code' => ['3522'], |
|
15435
|
|
|
], |
|
15436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17446' => [ |
|
15437
|
|
|
'name' => 'Indonesia TM-3 zone 53.2', |
|
15438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15439
|
|
|
'extent_code' => ['3523'], |
|
15440
|
|
|
], |
|
15441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17447' => [ |
|
15442
|
|
|
'name' => 'Indonesia TM-3 zone 54.1', |
|
15443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15444
|
|
|
'extent_code' => ['3975'], |
|
15445
|
|
|
], |
|
15446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17449' => [ |
|
15447
|
|
|
'name' => 'Australian Map Grid zone 49', |
|
15448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15449
|
|
|
'extent_code' => ['1557'], |
|
15450
|
|
|
], |
|
15451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17450' => [ |
|
15452
|
|
|
'name' => 'Australian Map Grid zone 50', |
|
15453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15454
|
|
|
'extent_code' => ['1558'], |
|
15455
|
|
|
], |
|
15456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17451' => [ |
|
15457
|
|
|
'name' => 'Australian Map Grid zone 51', |
|
15458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15459
|
|
|
'extent_code' => ['1559'], |
|
15460
|
|
|
], |
|
15461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17452' => [ |
|
15462
|
|
|
'name' => 'Australian Map Grid zone 52', |
|
15463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15464
|
|
|
'extent_code' => ['1560'], |
|
15465
|
|
|
], |
|
15466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17453' => [ |
|
15467
|
|
|
'name' => 'Australian Map Grid zone 53', |
|
15468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15469
|
|
|
'extent_code' => ['1561'], |
|
15470
|
|
|
], |
|
15471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17454' => [ |
|
15472
|
|
|
'name' => 'Australian Map Grid zone 54', |
|
15473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15474
|
|
|
'extent_code' => ['1567'], |
|
15475
|
|
|
], |
|
15476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17455' => [ |
|
15477
|
|
|
'name' => 'Australian Map Grid zone 55', |
|
15478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15479
|
|
|
'extent_code' => ['1568'], |
|
15480
|
|
|
], |
|
15481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17456' => [ |
|
15482
|
|
|
'name' => 'Australian Map Grid zone 56', |
|
15483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15484
|
|
|
'extent_code' => ['2291'], |
|
15485
|
|
|
], |
|
15486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17457' => [ |
|
15487
|
|
|
'name' => 'Australian Map Grid zone 57', |
|
15488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15489
|
|
|
'extent_code' => ['1565'], |
|
15490
|
|
|
], |
|
15491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17458' => [ |
|
15492
|
|
|
'name' => 'Australian Map Grid zone 58', |
|
15493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15494
|
|
|
'extent_code' => ['1566'], |
|
15495
|
|
|
], |
|
15496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17515' => [ |
|
15497
|
|
|
'name' => 'South African Survey Grid zone 15', |
|
15498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15499
|
|
|
'extent_code' => ['1454'], |
|
15500
|
|
|
], |
|
15501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17517' => [ |
|
15502
|
|
|
'name' => 'South African Survey Grid zone 17', |
|
15503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15504
|
|
|
'extent_code' => ['1455'], |
|
15505
|
|
|
], |
|
15506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17519' => [ |
|
15507
|
|
|
'name' => 'South African Survey Grid zone 19', |
|
15508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15509
|
|
|
'extent_code' => ['1456'], |
|
15510
|
|
|
], |
|
15511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17521' => [ |
|
15512
|
|
|
'name' => 'South African Survey Grid zone 21', |
|
15513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15514
|
|
|
'extent_code' => ['1457'], |
|
15515
|
|
|
], |
|
15516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17523' => [ |
|
15517
|
|
|
'name' => 'South African Survey Grid zone 23', |
|
15518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15519
|
|
|
'extent_code' => ['1458'], |
|
15520
|
|
|
], |
|
15521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17525' => [ |
|
15522
|
|
|
'name' => 'South African Survey Grid zone 25', |
|
15523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15524
|
|
|
'extent_code' => ['1459'], |
|
15525
|
|
|
], |
|
15526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17527' => [ |
|
15527
|
|
|
'name' => 'South African Survey Grid zone 27', |
|
15528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15529
|
|
|
'extent_code' => ['1460'], |
|
15530
|
|
|
], |
|
15531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17529' => [ |
|
15532
|
|
|
'name' => 'South African Survey Grid zone 29', |
|
15533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15534
|
|
|
'extent_code' => ['1461'], |
|
15535
|
|
|
], |
|
15536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17531' => [ |
|
15537
|
|
|
'name' => 'South African Survey Grid zone 31', |
|
15538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15539
|
|
|
'extent_code' => ['1462'], |
|
15540
|
|
|
], |
|
15541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17533' => [ |
|
15542
|
|
|
'name' => 'South African Survey Grid zone 33', |
|
15543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15544
|
|
|
'extent_code' => ['1463'], |
|
15545
|
|
|
], |
|
15546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17611' => [ |
|
15547
|
|
|
'name' => 'South West African Survey Grid zone 11', |
|
15548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15549
|
|
|
'extent_code' => ['1838'], |
|
15550
|
|
|
], |
|
15551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17613' => [ |
|
15552
|
|
|
'name' => 'South West African Survey Grid zone 13', |
|
15553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15554
|
|
|
'extent_code' => ['1839'], |
|
15555
|
|
|
], |
|
15556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17615' => [ |
|
15557
|
|
|
'name' => 'South West African Survey Grid zone 15', |
|
15558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15559
|
|
|
'extent_code' => ['1840'], |
|
15560
|
|
|
], |
|
15561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17617' => [ |
|
15562
|
|
|
'name' => 'South West African Survey Grid zone 17', |
|
15563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15564
|
|
|
'extent_code' => ['1841'], |
|
15565
|
|
|
], |
|
15566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17619' => [ |
|
15567
|
|
|
'name' => 'South West African Survey Grid zone 19', |
|
15568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15569
|
|
|
'extent_code' => ['1842'], |
|
15570
|
|
|
], |
|
15571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17621' => [ |
|
15572
|
|
|
'name' => 'South West African Survey Grid zone 21', |
|
15573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15574
|
|
|
'extent_code' => ['1843'], |
|
15575
|
|
|
], |
|
15576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17623' => [ |
|
15577
|
|
|
'name' => 'South West African Survey Grid zone 23', |
|
15578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15579
|
|
|
'extent_code' => ['1844'], |
|
15580
|
|
|
], |
|
15581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17625' => [ |
|
15582
|
|
|
'name' => 'South West African Survey Grid zone 25', |
|
15583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9808', |
|
15584
|
|
|
'extent_code' => ['1845'], |
|
15585
|
|
|
], |
|
15586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17701' => [ |
|
15587
|
|
|
'name' => 'MTM zone 1', |
|
15588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15589
|
|
|
'extent_code' => ['2226'], |
|
15590
|
|
|
], |
|
15591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17702' => [ |
|
15592
|
|
|
'name' => 'MTM zone 2', |
|
15593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15594
|
|
|
'extent_code' => ['2227'], |
|
15595
|
|
|
], |
|
15596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17703' => [ |
|
15597
|
|
|
'name' => 'MTM zone 3', |
|
15598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15599
|
|
|
'extent_code' => ['2290'], |
|
15600
|
|
|
], |
|
15601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17704' => [ |
|
15602
|
|
|
'name' => 'MTM zone 4', |
|
15603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15604
|
|
|
'extent_code' => ['2276'], |
|
15605
|
|
|
], |
|
15606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17705' => [ |
|
15607
|
|
|
'name' => 'MTM zone 5', |
|
15608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15609
|
|
|
'extent_code' => ['2277'], |
|
15610
|
|
|
], |
|
15611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17706' => [ |
|
15612
|
|
|
'name' => 'MTM zone 6', |
|
15613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15614
|
|
|
'extent_code' => ['2278'], |
|
15615
|
|
|
], |
|
15616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17707' => [ |
|
15617
|
|
|
'name' => 'MTM zone 7', |
|
15618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15619
|
|
|
'extent_code' => ['1425'], |
|
15620
|
|
|
], |
|
15621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17708' => [ |
|
15622
|
|
|
'name' => 'MTM zone 8', |
|
15623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15624
|
|
|
'extent_code' => ['2279'], |
|
15625
|
|
|
], |
|
15626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17709' => [ |
|
15627
|
|
|
'name' => 'MTM zone 9', |
|
15628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15629
|
|
|
'extent_code' => ['2280'], |
|
15630
|
|
|
], |
|
15631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17710' => [ |
|
15632
|
|
|
'name' => 'MTM zone 10', |
|
15633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15634
|
|
|
'extent_code' => ['2281'], |
|
15635
|
|
|
], |
|
15636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17711' => [ |
|
15637
|
|
|
'name' => 'MTM zone 11', |
|
15638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15639
|
|
|
'extent_code' => ['1432'], |
|
15640
|
|
|
], |
|
15641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17712' => [ |
|
15642
|
|
|
'name' => 'MTM zone 12', |
|
15643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15644
|
|
|
'extent_code' => ['1433'], |
|
15645
|
|
|
], |
|
15646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17713' => [ |
|
15647
|
|
|
'name' => 'MTM zone 13', |
|
15648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15649
|
|
|
'extent_code' => ['1434'], |
|
15650
|
|
|
], |
|
15651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17714' => [ |
|
15652
|
|
|
'name' => 'MTM zone 14', |
|
15653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15654
|
|
|
'extent_code' => ['1435'], |
|
15655
|
|
|
], |
|
15656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17715' => [ |
|
15657
|
|
|
'name' => 'MTM zone 15', |
|
15658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15659
|
|
|
'extent_code' => ['1436'], |
|
15660
|
|
|
], |
|
15661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17716' => [ |
|
15662
|
|
|
'name' => 'MTM zone 16', |
|
15663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15664
|
|
|
'extent_code' => ['1437'], |
|
15665
|
|
|
], |
|
15666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17717' => [ |
|
15667
|
|
|
'name' => 'MTM zone 17', |
|
15668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15669
|
|
|
'extent_code' => ['1438'], |
|
15670
|
|
|
], |
|
15671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17722' => [ |
|
15672
|
|
|
'name' => 'Alberta 3-degree TM reference meridian 111 W', |
|
15673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15674
|
|
|
'extent_code' => ['3543'], |
|
15675
|
|
|
], |
|
15676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17723' => [ |
|
15677
|
|
|
'name' => 'Alberta 3-degree TM reference meridian 114 W', |
|
15678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15679
|
|
|
'extent_code' => ['3542'], |
|
15680
|
|
|
], |
|
15681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17724' => [ |
|
15682
|
|
|
'name' => 'Alberta 3-degree TM reference meridian 117 W', |
|
15683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15684
|
|
|
'extent_code' => ['3541'], |
|
15685
|
|
|
], |
|
15686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17726' => [ |
|
15687
|
|
|
'name' => 'Alberta 3-degree TM reference meridian 120 W', |
|
15688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15689
|
|
|
'extent_code' => ['3540'], |
|
15690
|
|
|
], |
|
15691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17794' => [ |
|
15692
|
|
|
'name' => 'MTM Nova Scotia zone 4', |
|
15693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15694
|
|
|
'extent_code' => ['1534'], |
|
15695
|
|
|
], |
|
15696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17795' => [ |
|
15697
|
|
|
'name' => 'MTM Nova Scotia zone 5', |
|
15698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15699
|
|
|
'extent_code' => ['1535'], |
|
15700
|
|
|
], |
|
15701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17801' => [ |
|
15702
|
|
|
'name' => 'Japan Plane Rectangular CS zone I', |
|
15703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15704
|
|
|
'extent_code' => ['1854'], |
|
15705
|
|
|
], |
|
15706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17802' => [ |
|
15707
|
|
|
'name' => 'Japan Plane Rectangular CS zone II', |
|
15708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15709
|
|
|
'extent_code' => ['1855'], |
|
15710
|
|
|
], |
|
15711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17803' => [ |
|
15712
|
|
|
'name' => 'Japan Plane Rectangular CS zone III', |
|
15713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15714
|
|
|
'extent_code' => ['1856'], |
|
15715
|
|
|
], |
|
15716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17804' => [ |
|
15717
|
|
|
'name' => 'Japan Plane Rectangular CS zone IV', |
|
15718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15719
|
|
|
'extent_code' => ['1857'], |
|
15720
|
|
|
], |
|
15721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17805' => [ |
|
15722
|
|
|
'name' => 'Japan Plane Rectangular CS zone V', |
|
15723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15724
|
|
|
'extent_code' => ['1858'], |
|
15725
|
|
|
], |
|
15726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17806' => [ |
|
15727
|
|
|
'name' => 'Japan Plane Rectangular CS zone VI', |
|
15728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15729
|
|
|
'extent_code' => ['1859'], |
|
15730
|
|
|
], |
|
15731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17807' => [ |
|
15732
|
|
|
'name' => 'Japan Plane Rectangular CS zone VII', |
|
15733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15734
|
|
|
'extent_code' => ['1860'], |
|
15735
|
|
|
], |
|
15736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17808' => [ |
|
15737
|
|
|
'name' => 'Japan Plane Rectangular CS zone VIII', |
|
15738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15739
|
|
|
'extent_code' => ['1861'], |
|
15740
|
|
|
], |
|
15741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17809' => [ |
|
15742
|
|
|
'name' => 'Japan Plane Rectangular CS zone IX', |
|
15743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15744
|
|
|
'extent_code' => ['1862'], |
|
15745
|
|
|
], |
|
15746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17810' => [ |
|
15747
|
|
|
'name' => 'Japan Plane Rectangular CS zone X', |
|
15748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15749
|
|
|
'extent_code' => ['1863'], |
|
15750
|
|
|
], |
|
15751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17811' => [ |
|
15752
|
|
|
'name' => 'Japan Plane Rectangular CS zone XI', |
|
15753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15754
|
|
|
'extent_code' => ['1864'], |
|
15755
|
|
|
], |
|
15756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17812' => [ |
|
15757
|
|
|
'name' => 'Japan Plane Rectangular CS zone XII', |
|
15758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15759
|
|
|
'extent_code' => ['1865'], |
|
15760
|
|
|
], |
|
15761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17813' => [ |
|
15762
|
|
|
'name' => 'Japan Plane Rectangular CS zone XIII', |
|
15763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15764
|
|
|
'extent_code' => ['1866'], |
|
15765
|
|
|
], |
|
15766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17814' => [ |
|
15767
|
|
|
'name' => 'Japan Plane Rectangular CS zone XIV', |
|
15768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15769
|
|
|
'extent_code' => ['1867'], |
|
15770
|
|
|
], |
|
15771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17815' => [ |
|
15772
|
|
|
'name' => 'Japan Plane Rectangular CS zone XV', |
|
15773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15774
|
|
|
'extent_code' => ['1868'], |
|
15775
|
|
|
], |
|
15776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17816' => [ |
|
15777
|
|
|
'name' => 'Japan Plane Rectangular CS zone XVI', |
|
15778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15779
|
|
|
'extent_code' => ['1869'], |
|
15780
|
|
|
], |
|
15781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17817' => [ |
|
15782
|
|
|
'name' => 'Japan Plane Rectangular CS zone XVII', |
|
15783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15784
|
|
|
'extent_code' => ['1870'], |
|
15785
|
|
|
], |
|
15786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17818' => [ |
|
15787
|
|
|
'name' => 'Japan Plane Rectangular CS zone XVIII', |
|
15788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15789
|
|
|
'extent_code' => ['1871'], |
|
15790
|
|
|
], |
|
15791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17819' => [ |
|
15792
|
|
|
'name' => 'Japan Plane Rectangular CS zone XIX', |
|
15793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15794
|
|
|
'extent_code' => ['1872'], |
|
15795
|
|
|
], |
|
15796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17901' => [ |
|
15797
|
|
|
'name' => 'Mount Eden Circuit', |
|
15798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15799
|
|
|
'extent_code' => ['3781'], |
|
15800
|
|
|
], |
|
15801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17902' => [ |
|
15802
|
|
|
'name' => 'Bay of Plenty Circuit', |
|
15803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15804
|
|
|
'extent_code' => ['3779'], |
|
15805
|
|
|
], |
|
15806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17903' => [ |
|
15807
|
|
|
'name' => 'Poverty Bay Circuit', |
|
15808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15809
|
|
|
'extent_code' => ['3780'], |
|
15810
|
|
|
], |
|
15811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17904' => [ |
|
15812
|
|
|
'name' => 'Hawkes Bay Circuit', |
|
15813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15814
|
|
|
'extent_code' => ['3772'], |
|
15815
|
|
|
], |
|
15816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17905' => [ |
|
15817
|
|
|
'name' => 'Taranaki Circuit', |
|
15818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15819
|
|
|
'extent_code' => ['3777'], |
|
15820
|
|
|
], |
|
15821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17906' => [ |
|
15822
|
|
|
'name' => 'Tuhirangi Circuit', |
|
15823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15824
|
|
|
'extent_code' => ['3778'], |
|
15825
|
|
|
], |
|
15826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17907' => [ |
|
15827
|
|
|
'name' => 'Wanganui Circuit', |
|
15828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15829
|
|
|
'extent_code' => ['3776'], |
|
15830
|
|
|
], |
|
15831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17908' => [ |
|
15832
|
|
|
'name' => 'Wairarapa Circuit', |
|
15833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15834
|
|
|
'extent_code' => ['3775'], |
|
15835
|
|
|
], |
|
15836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17909' => [ |
|
15837
|
|
|
'name' => 'Wellington Circuit', |
|
15838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15839
|
|
|
'extent_code' => ['3774'], |
|
15840
|
|
|
], |
|
15841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17910' => [ |
|
15842
|
|
|
'name' => 'Collingwood Circuit', |
|
15843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15844
|
|
|
'extent_code' => ['3782'], |
|
15845
|
|
|
], |
|
15846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17911' => [ |
|
15847
|
|
|
'name' => 'Nelson Circuit', |
|
15848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15849
|
|
|
'extent_code' => ['3784'], |
|
15850
|
|
|
], |
|
15851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17912' => [ |
|
15852
|
|
|
'name' => 'Karamea Circuit', |
|
15853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15854
|
|
|
'extent_code' => ['3783'], |
|
15855
|
|
|
], |
|
15856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17913' => [ |
|
15857
|
|
|
'name' => 'Buller Circuit', |
|
15858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15859
|
|
|
'extent_code' => ['3786'], |
|
15860
|
|
|
], |
|
15861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17914' => [ |
|
15862
|
|
|
'name' => 'Grey Circuit', |
|
15863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15864
|
|
|
'extent_code' => ['3787'], |
|
15865
|
|
|
], |
|
15866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17915' => [ |
|
15867
|
|
|
'name' => 'Amuri Circuit', |
|
15868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15869
|
|
|
'extent_code' => ['3788'], |
|
15870
|
|
|
], |
|
15871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17916' => [ |
|
15872
|
|
|
'name' => 'Marlborough Circuit', |
|
15873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15874
|
|
|
'extent_code' => ['3785'], |
|
15875
|
|
|
], |
|
15876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17917' => [ |
|
15877
|
|
|
'name' => 'Hokitika Circuit', |
|
15878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15879
|
|
|
'extent_code' => ['3789'], |
|
15880
|
|
|
], |
|
15881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17918' => [ |
|
15882
|
|
|
'name' => 'Okarito Circuit', |
|
15883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15884
|
|
|
'extent_code' => ['3791'], |
|
15885
|
|
|
], |
|
15886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17919' => [ |
|
15887
|
|
|
'name' => 'Jacksons Bay Circuit', |
|
15888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15889
|
|
|
'extent_code' => ['3794'], |
|
15890
|
|
|
], |
|
15891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17920' => [ |
|
15892
|
|
|
'name' => 'Mount Pleasant Circuit', |
|
15893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15894
|
|
|
'extent_code' => ['3790'], |
|
15895
|
|
|
], |
|
15896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17921' => [ |
|
15897
|
|
|
'name' => 'Gawler Circuit', |
|
15898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15899
|
|
|
'extent_code' => ['3792'], |
|
15900
|
|
|
], |
|
15901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17922' => [ |
|
15902
|
|
|
'name' => 'Timaru Circuit', |
|
15903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15904
|
|
|
'extent_code' => ['3793'], |
|
15905
|
|
|
], |
|
15906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17923' => [ |
|
15907
|
|
|
'name' => 'Lindis Peak Circuit', |
|
15908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15909
|
|
|
'extent_code' => ['3795'], |
|
15910
|
|
|
], |
|
15911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17924' => [ |
|
15912
|
|
|
'name' => 'Mount Nicholas Circuit', |
|
15913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15914
|
|
|
'extent_code' => ['3797'], |
|
15915
|
|
|
], |
|
15916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17925' => [ |
|
15917
|
|
|
'name' => 'Mount York Circuit', |
|
15918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15919
|
|
|
'extent_code' => ['3799'], |
|
15920
|
|
|
], |
|
15921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17926' => [ |
|
15922
|
|
|
'name' => 'Observation Point Circuit', |
|
15923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15924
|
|
|
'extent_code' => ['3796'], |
|
15925
|
|
|
], |
|
15926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17927' => [ |
|
15927
|
|
|
'name' => 'North Taieri Circuit', |
|
15928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15929
|
|
|
'extent_code' => ['3798'], |
|
15930
|
|
|
], |
|
15931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17928' => [ |
|
15932
|
|
|
'name' => 'Bluff Circuit', |
|
15933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15934
|
|
|
'extent_code' => ['3800'], |
|
15935
|
|
|
], |
|
15936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17931' => [ |
|
15937
|
|
|
'name' => 'Mount Eden 2000', |
|
15938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15939
|
|
|
'extent_code' => ['3781'], |
|
15940
|
|
|
], |
|
15941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17932' => [ |
|
15942
|
|
|
'name' => 'Bay of Plenty 2000', |
|
15943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15944
|
|
|
'extent_code' => ['3779'], |
|
15945
|
|
|
], |
|
15946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17933' => [ |
|
15947
|
|
|
'name' => 'Poverty Bay 2000', |
|
15948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15949
|
|
|
'extent_code' => ['3780'], |
|
15950
|
|
|
], |
|
15951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17934' => [ |
|
15952
|
|
|
'name' => 'Hawkes Bay 2000', |
|
15953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15954
|
|
|
'extent_code' => ['3772'], |
|
15955
|
|
|
], |
|
15956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17935' => [ |
|
15957
|
|
|
'name' => 'Taranaki 2000', |
|
15958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15959
|
|
|
'extent_code' => ['3777'], |
|
15960
|
|
|
], |
|
15961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17936' => [ |
|
15962
|
|
|
'name' => 'Tuhirangi 2000', |
|
15963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15964
|
|
|
'extent_code' => ['3778'], |
|
15965
|
|
|
], |
|
15966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17937' => [ |
|
15967
|
|
|
'name' => 'Wanganui 2000', |
|
15968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15969
|
|
|
'extent_code' => ['3776'], |
|
15970
|
|
|
], |
|
15971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17938' => [ |
|
15972
|
|
|
'name' => 'Wairarapa 2000', |
|
15973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15974
|
|
|
'extent_code' => ['3775'], |
|
15975
|
|
|
], |
|
15976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17939' => [ |
|
15977
|
|
|
'name' => 'Wellington 2000', |
|
15978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15979
|
|
|
'extent_code' => ['3774'], |
|
15980
|
|
|
], |
|
15981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17940' => [ |
|
15982
|
|
|
'name' => 'Collingwood 2000', |
|
15983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15984
|
|
|
'extent_code' => ['3782'], |
|
15985
|
|
|
], |
|
15986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17941' => [ |
|
15987
|
|
|
'name' => 'Nelson 2000', |
|
15988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15989
|
|
|
'extent_code' => ['3784'], |
|
15990
|
|
|
], |
|
15991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17942' => [ |
|
15992
|
|
|
'name' => 'Karamea 2000', |
|
15993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15994
|
|
|
'extent_code' => ['3783'], |
|
15995
|
|
|
], |
|
15996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17943' => [ |
|
15997
|
|
|
'name' => 'Buller 2000', |
|
15998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
15999
|
|
|
'extent_code' => ['3786'], |
|
16000
|
|
|
], |
|
16001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17944' => [ |
|
16002
|
|
|
'name' => 'Grey 2000', |
|
16003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16004
|
|
|
'extent_code' => ['3787'], |
|
16005
|
|
|
], |
|
16006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17945' => [ |
|
16007
|
|
|
'name' => 'Amuri 2000', |
|
16008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16009
|
|
|
'extent_code' => ['3788'], |
|
16010
|
|
|
], |
|
16011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17946' => [ |
|
16012
|
|
|
'name' => 'Marlborough 2000', |
|
16013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16014
|
|
|
'extent_code' => ['3785'], |
|
16015
|
|
|
], |
|
16016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17947' => [ |
|
16017
|
|
|
'name' => 'Hokitika 2000', |
|
16018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16019
|
|
|
'extent_code' => ['3789'], |
|
16020
|
|
|
], |
|
16021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17948' => [ |
|
16022
|
|
|
'name' => 'Okarito 2000', |
|
16023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16024
|
|
|
'extent_code' => ['3791'], |
|
16025
|
|
|
], |
|
16026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17949' => [ |
|
16027
|
|
|
'name' => 'Jacksons Bay 2000', |
|
16028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16029
|
|
|
'extent_code' => ['3794'], |
|
16030
|
|
|
], |
|
16031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17950' => [ |
|
16032
|
|
|
'name' => 'Mount Pleasant 2000', |
|
16033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16034
|
|
|
'extent_code' => ['3790'], |
|
16035
|
|
|
], |
|
16036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17951' => [ |
|
16037
|
|
|
'name' => 'Gawler 2000', |
|
16038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16039
|
|
|
'extent_code' => ['3792'], |
|
16040
|
|
|
], |
|
16041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17952' => [ |
|
16042
|
|
|
'name' => 'Timaru 2000', |
|
16043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16044
|
|
|
'extent_code' => ['3793'], |
|
16045
|
|
|
], |
|
16046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17953' => [ |
|
16047
|
|
|
'name' => 'Lindis Peak 2000', |
|
16048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16049
|
|
|
'extent_code' => ['3795'], |
|
16050
|
|
|
], |
|
16051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17954' => [ |
|
16052
|
|
|
'name' => 'Mount Nicholas 2000', |
|
16053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16054
|
|
|
'extent_code' => ['3797'], |
|
16055
|
|
|
], |
|
16056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17955' => [ |
|
16057
|
|
|
'name' => 'Mount York 2000', |
|
16058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16059
|
|
|
'extent_code' => ['3799'], |
|
16060
|
|
|
], |
|
16061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17956' => [ |
|
16062
|
|
|
'name' => 'Observation Point 2000', |
|
16063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16064
|
|
|
'extent_code' => ['3796'], |
|
16065
|
|
|
], |
|
16066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17957' => [ |
|
16067
|
|
|
'name' => 'North Taieri 2000', |
|
16068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16069
|
|
|
'extent_code' => ['3798'], |
|
16070
|
|
|
], |
|
16071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17958' => [ |
|
16072
|
|
|
'name' => 'Bluff 2000', |
|
16073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16074
|
|
|
'extent_code' => ['3800'], |
|
16075
|
|
|
], |
|
16076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17959' => [ |
|
16077
|
|
|
'name' => 'Chatham Island Circuit 2000', |
|
16078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16079
|
|
|
'extent_code' => ['2889'], |
|
16080
|
|
|
], |
|
16081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17960' => [ |
|
16082
|
|
|
'name' => 'Auckland Islands Transverse Mercator 2000', |
|
16083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16084
|
|
|
'extent_code' => ['3554'], |
|
16085
|
|
|
], |
|
16086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17961' => [ |
|
16087
|
|
|
'name' => 'Campbell Island Transverse Mercator 2000', |
|
16088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16089
|
|
|
'extent_code' => ['3555'], |
|
16090
|
|
|
], |
|
16091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17962' => [ |
|
16092
|
|
|
'name' => 'Antipodes Islands Transverse Mercator 2000', |
|
16093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16094
|
|
|
'extent_code' => ['3556'], |
|
16095
|
|
|
], |
|
16096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17963' => [ |
|
16097
|
|
|
'name' => 'Raoul Island Transverse Mercator 2000', |
|
16098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16099
|
|
|
'extent_code' => ['3557'], |
|
16100
|
|
|
], |
|
16101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17964' => [ |
|
16102
|
|
|
'name' => 'New Zealand Continental Shelf Lambert Conformal 2000', |
|
16103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
16104
|
|
|
'extent_code' => ['3593'], |
|
16105
|
|
|
], |
|
16106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17965' => [ |
|
16107
|
|
|
'name' => 'Chatham Islands Transverse Mercator 2000', |
|
16108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16109
|
|
|
'extent_code' => ['2889'], |
|
16110
|
|
|
], |
|
16111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::17966' => [ |
|
16112
|
|
|
'name' => 'Darwin Glacier Lambert Conformal 2000', |
|
16113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
16114
|
|
|
'extent_code' => ['3592'], |
|
16115
|
|
|
], |
|
16116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18001' => [ |
|
16117
|
|
|
'name' => 'Austria Gauss-Kruger West Zone', |
|
16118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16119
|
|
|
'extent_code' => ['1706'], |
|
16120
|
|
|
], |
|
16121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18002' => [ |
|
16122
|
|
|
'name' => 'Austria Gauss-Kruger Central Zone', |
|
16123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16124
|
|
|
'extent_code' => ['1707'], |
|
16125
|
|
|
], |
|
16126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18003' => [ |
|
16127
|
|
|
'name' => 'Austria Gauss-Kruger East Zone', |
|
16128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16129
|
|
|
'extent_code' => ['1708'], |
|
16130
|
|
|
], |
|
16131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18004' => [ |
|
16132
|
|
|
'name' => 'Austria Gauss-Kruger West', |
|
16133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16134
|
|
|
'extent_code' => ['1706'], |
|
16135
|
|
|
], |
|
16136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18005' => [ |
|
16137
|
|
|
'name' => 'Austria Gauss-Kruger Central', |
|
16138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16139
|
|
|
'extent_code' => ['1707'], |
|
16140
|
|
|
], |
|
16141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18006' => [ |
|
16142
|
|
|
'name' => 'Austria Gauss-Kruger East', |
|
16143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16144
|
|
|
'extent_code' => ['1708'], |
|
16145
|
|
|
], |
|
16146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18007' => [ |
|
16147
|
|
|
'name' => 'Austria Gauss-Kruger M28', |
|
16148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16149
|
|
|
'extent_code' => ['1706'], |
|
16150
|
|
|
], |
|
16151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18008' => [ |
|
16152
|
|
|
'name' => 'Austria Gauss-Kruger M31', |
|
16153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16154
|
|
|
'extent_code' => ['1707'], |
|
16155
|
|
|
], |
|
16156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18009' => [ |
|
16157
|
|
|
'name' => 'Austria Gauss-Kruger M34', |
|
16158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16159
|
|
|
'extent_code' => ['1708'], |
|
16160
|
|
|
], |
|
16161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18011' => [ |
|
16162
|
|
|
'name' => 'Nord Algerie (ancienne)', |
|
16163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16164
|
|
|
'extent_code' => ['1728'], |
|
16165
|
|
|
], |
|
16166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18012' => [ |
|
16167
|
|
|
'name' => 'Sud Algerie (ancienne)', |
|
16168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16169
|
|
|
'extent_code' => ['1729'], |
|
16170
|
|
|
], |
|
16171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18021' => [ |
|
16172
|
|
|
'name' => 'Nord Algerie', |
|
16173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16174
|
|
|
'extent_code' => ['1728'], |
|
16175
|
|
|
], |
|
16176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18022' => [ |
|
16177
|
|
|
'name' => 'Sud Algerie', |
|
16178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16179
|
|
|
'extent_code' => ['1729'], |
|
16180
|
|
|
], |
|
16181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18031' => [ |
|
16182
|
|
|
'name' => 'Argentina zone 1', |
|
16183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16184
|
|
|
'extent_code' => ['1608'], |
|
16185
|
|
|
], |
|
16186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18032' => [ |
|
16187
|
|
|
'name' => 'Argentina zone 2', |
|
16188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16189
|
|
|
'extent_code' => ['1609'], |
|
16190
|
|
|
], |
|
16191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18033' => [ |
|
16192
|
|
|
'name' => 'Argentina zone 3', |
|
16193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16194
|
|
|
'extent_code' => ['1610'], |
|
16195
|
|
|
], |
|
16196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18034' => [ |
|
16197
|
|
|
'name' => 'Argentina zone 4', |
|
16198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16199
|
|
|
'extent_code' => ['1611'], |
|
16200
|
|
|
], |
|
16201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18035' => [ |
|
16202
|
|
|
'name' => 'Argentina zone 5', |
|
16203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16204
|
|
|
'extent_code' => ['1612'], |
|
16205
|
|
|
], |
|
16206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18036' => [ |
|
16207
|
|
|
'name' => 'Argentina zone 6', |
|
16208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16209
|
|
|
'extent_code' => ['1613'], |
|
16210
|
|
|
], |
|
16211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18037' => [ |
|
16212
|
|
|
'name' => 'Argentina zone 7', |
|
16213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16214
|
|
|
'extent_code' => ['1614'], |
|
16215
|
|
|
], |
|
16216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18041' => [ |
|
16217
|
|
|
'name' => 'Austria West Zone', |
|
16218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16219
|
|
|
'extent_code' => ['1706'], |
|
16220
|
|
|
], |
|
16221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18042' => [ |
|
16222
|
|
|
'name' => 'Austria Central Zone', |
|
16223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16224
|
|
|
'extent_code' => ['1707'], |
|
16225
|
|
|
], |
|
16226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18043' => [ |
|
16227
|
|
|
'name' => 'Austria East Zone', |
|
16228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16229
|
|
|
'extent_code' => ['1708'], |
|
16230
|
|
|
], |
|
16231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18044' => [ |
|
16232
|
|
|
'name' => 'Austria M28', |
|
16233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16234
|
|
|
'extent_code' => ['1706'], |
|
16235
|
|
|
], |
|
16236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18045' => [ |
|
16237
|
|
|
'name' => 'Austria M31', |
|
16238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16239
|
|
|
'extent_code' => ['1707'], |
|
16240
|
|
|
], |
|
16241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18046' => [ |
|
16242
|
|
|
'name' => 'Austria M34', |
|
16243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16244
|
|
|
'extent_code' => ['1708'], |
|
16245
|
|
|
], |
|
16246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18047' => [ |
|
16247
|
|
|
'name' => 'Austria zone M28', |
|
16248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16249
|
|
|
'extent_code' => ['1706'], |
|
16250
|
|
|
], |
|
16251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18048' => [ |
|
16252
|
|
|
'name' => 'Austria zone M31', |
|
16253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16254
|
|
|
'extent_code' => ['1707'], |
|
16255
|
|
|
], |
|
16256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18049' => [ |
|
16257
|
|
|
'name' => 'Austria zone M34', |
|
16258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16259
|
|
|
'extent_code' => ['1708'], |
|
16260
|
|
|
], |
|
16261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18051' => [ |
|
16262
|
|
|
'name' => 'Colombia West zone', |
|
16263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16264
|
|
|
'extent_code' => ['1598'], |
|
16265
|
|
|
], |
|
16266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18052' => [ |
|
16267
|
|
|
'name' => 'Colombia Bogota zone', |
|
16268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16269
|
|
|
'extent_code' => ['1599'], |
|
16270
|
|
|
], |
|
16271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18053' => [ |
|
16272
|
|
|
'name' => 'Colombia East Central zone', |
|
16273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16274
|
|
|
'extent_code' => ['1600'], |
|
16275
|
|
|
], |
|
16276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18054' => [ |
|
16277
|
|
|
'name' => 'Colombia East zone', |
|
16278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16279
|
|
|
'extent_code' => ['1601'], |
|
16280
|
|
|
], |
|
16281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18055' => [ |
|
16282
|
|
|
'name' => 'Colombia MAGNA Far West zone', |
|
16283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16284
|
|
|
'extent_code' => ['3091'], |
|
16285
|
|
|
], |
|
16286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18056' => [ |
|
16287
|
|
|
'name' => 'Colombia MAGNA West zone', |
|
16288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16289
|
|
|
'extent_code' => ['3090'], |
|
16290
|
|
|
], |
|
16291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18057' => [ |
|
16292
|
|
|
'name' => 'Colombia MAGNA Bogota zone', |
|
16293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16294
|
|
|
'extent_code' => ['1599', '3229'], |
|
16295
|
|
|
], |
|
16296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18058' => [ |
|
16297
|
|
|
'name' => 'Colombia MAGNA East Central zone', |
|
16298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16299
|
|
|
'extent_code' => ['1600'], |
|
16300
|
|
|
], |
|
16301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18059' => [ |
|
16302
|
|
|
'name' => 'Colombia MAGNA East zone', |
|
16303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16304
|
|
|
'extent_code' => ['1601'], |
|
16305
|
|
|
], |
|
16306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18063' => [ |
|
16307
|
|
|
'name' => 'Cuba Norte', |
|
16308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
16309
|
|
|
'extent_code' => ['1487'], |
|
16310
|
|
|
], |
|
16311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18064' => [ |
|
16312
|
|
|
'name' => 'Cuba Sur', |
|
16313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
16314
|
|
|
'extent_code' => ['1488'], |
|
16315
|
|
|
], |
|
16316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18071' => [ |
|
16317
|
|
|
'name' => 'Egypt Blue Belt', |
|
16318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16319
|
|
|
'extent_code' => ['1642'], |
|
16320
|
|
|
], |
|
16321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18072' => [ |
|
16322
|
|
|
'name' => 'Egypt Red Belt', |
|
16323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16324
|
|
|
'extent_code' => ['1643'], |
|
16325
|
|
|
], |
|
16326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18073' => [ |
|
16327
|
|
|
'name' => 'Egypt Purple Belt', |
|
16328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16329
|
|
|
'extent_code' => ['1644'], |
|
16330
|
|
|
], |
|
16331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18074' => [ |
|
16332
|
|
|
'name' => 'Egypt Extended Purple Belt', |
|
16333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16334
|
|
|
'extent_code' => ['1645'], |
|
16335
|
|
|
], |
|
16336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18081' => [ |
|
16337
|
|
|
'name' => 'Lambert zone I', |
|
16338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16339
|
|
|
'extent_code' => ['1731'], |
|
16340
|
|
|
], |
|
16341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18082' => [ |
|
16342
|
|
|
'name' => 'Lambert zone II', |
|
16343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16344
|
|
|
'extent_code' => ['1734'], |
|
16345
|
|
|
], |
|
16346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18083' => [ |
|
16347
|
|
|
'name' => 'Lambert zone III', |
|
16348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16349
|
|
|
'extent_code' => ['1733'], |
|
16350
|
|
|
], |
|
16351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18084' => [ |
|
16352
|
|
|
'name' => 'Lambert zone IV', |
|
16353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16354
|
|
|
'extent_code' => ['1327'], |
|
16355
|
|
|
], |
|
16356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18085' => [ |
|
16357
|
|
|
'name' => 'Lambert-93', |
|
16358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
16359
|
|
|
'extent_code' => ['1326'], |
|
16360
|
|
|
], |
|
16361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18091' => [ |
|
16362
|
|
|
'name' => 'Lambert Nord France', |
|
16363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16364
|
|
|
'extent_code' => ['1731'], |
|
16365
|
|
|
], |
|
16366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18092' => [ |
|
16367
|
|
|
'name' => 'Lambert Centre France', |
|
16368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16369
|
|
|
'extent_code' => ['1734'], |
|
16370
|
|
|
], |
|
16371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18093' => [ |
|
16372
|
|
|
'name' => 'Lambert Sud France', |
|
16373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16374
|
|
|
'extent_code' => ['1733'], |
|
16375
|
|
|
], |
|
16376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18094' => [ |
|
16377
|
|
|
'name' => 'Lambert Corse', |
|
16378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16379
|
|
|
'extent_code' => ['1327'], |
|
16380
|
|
|
], |
|
16381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18101' => [ |
|
16382
|
|
|
'name' => 'France Conic Conformal zone 1', |
|
16383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
16384
|
|
|
'extent_code' => ['3545'], |
|
16385
|
|
|
], |
|
16386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18102' => [ |
|
16387
|
|
|
'name' => 'France Conic Conformal zone 2', |
|
16388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
16389
|
|
|
'extent_code' => ['3546'], |
|
16390
|
|
|
], |
|
16391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18103' => [ |
|
16392
|
|
|
'name' => 'France Conic Conformal zone 3', |
|
16393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
16394
|
|
|
'extent_code' => ['3547'], |
|
16395
|
|
|
], |
|
16396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18104' => [ |
|
16397
|
|
|
'name' => 'France Conic Conformal zone 4', |
|
16398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
16399
|
|
|
'extent_code' => ['3548'], |
|
16400
|
|
|
], |
|
16401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18105' => [ |
|
16402
|
|
|
'name' => 'France Conic Conformal zone 5', |
|
16403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
16404
|
|
|
'extent_code' => ['3549'], |
|
16405
|
|
|
], |
|
16406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18106' => [ |
|
16407
|
|
|
'name' => 'France Conic Conformal zone 6', |
|
16408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
16409
|
|
|
'extent_code' => ['3550'], |
|
16410
|
|
|
], |
|
16411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18107' => [ |
|
16412
|
|
|
'name' => 'France Conic Conformal zone 7', |
|
16413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
16414
|
|
|
'extent_code' => ['3551'], |
|
16415
|
|
|
], |
|
16416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18108' => [ |
|
16417
|
|
|
'name' => 'France Conic Conformal zone 8', |
|
16418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
16419
|
|
|
'extent_code' => ['3552'], |
|
16420
|
|
|
], |
|
16421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18109' => [ |
|
16422
|
|
|
'name' => 'France Conic Conformal zone 9', |
|
16423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
16424
|
|
|
'extent_code' => ['3553'], |
|
16425
|
|
|
], |
|
16426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18110' => [ |
|
16427
|
|
|
'name' => 'India zone 0', |
|
16428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16429
|
|
|
'extent_code' => ['1668'], |
|
16430
|
|
|
], |
|
16431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18111' => [ |
|
16432
|
|
|
'name' => 'India zone I', |
|
16433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16434
|
|
|
'extent_code' => ['1669'], |
|
16435
|
|
|
], |
|
16436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18112' => [ |
|
16437
|
|
|
'name' => 'India zone IIa', |
|
16438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16439
|
|
|
'extent_code' => ['1670'], |
|
16440
|
|
|
], |
|
16441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18113' => [ |
|
16442
|
|
|
'name' => 'India zone IIb', |
|
16443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16444
|
|
|
'extent_code' => ['1671'], |
|
16445
|
|
|
], |
|
16446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18114' => [ |
|
16447
|
|
|
'name' => 'India zone IIIa', |
|
16448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16449
|
|
|
'extent_code' => ['1672'], |
|
16450
|
|
|
], |
|
16451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18116' => [ |
|
16452
|
|
|
'name' => 'India zone IVa', |
|
16453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16454
|
|
|
'extent_code' => ['1673'], |
|
16455
|
|
|
], |
|
16456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18121' => [ |
|
16457
|
|
|
'name' => 'Italy zone 1', |
|
16458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16459
|
|
|
'extent_code' => ['1718'], |
|
16460
|
|
|
], |
|
16461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18122' => [ |
|
16462
|
|
|
'name' => 'Italy zone 2', |
|
16463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16464
|
|
|
'extent_code' => ['1719'], |
|
16465
|
|
|
], |
|
16466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18131' => [ |
|
16467
|
|
|
'name' => 'Nord Maroc', |
|
16468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16469
|
|
|
'extent_code' => ['1703'], |
|
16470
|
|
|
], |
|
16471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18132' => [ |
|
16472
|
|
|
'name' => 'Sud Maroc', |
|
16473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16474
|
|
|
'extent_code' => ['2787'], |
|
16475
|
|
|
], |
|
16476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18134' => [ |
|
16477
|
|
|
'name' => 'Sahara Nord', |
|
16478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16479
|
|
|
'extent_code' => ['2788'], |
|
16480
|
|
|
], |
|
16481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18135' => [ |
|
16482
|
|
|
'name' => 'Sahara Sud', |
|
16483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16484
|
|
|
'extent_code' => ['2789'], |
|
16485
|
|
|
], |
|
16486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18141' => [ |
|
16487
|
|
|
'name' => 'New Zealand North Island National Grid', |
|
16488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16489
|
|
|
'extent_code' => ['1500'], |
|
16490
|
|
|
], |
|
16491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18142' => [ |
|
16492
|
|
|
'name' => 'New Zealand South Island National Grid', |
|
16493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16494
|
|
|
'extent_code' => ['3344'], |
|
16495
|
|
|
], |
|
16496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18151' => [ |
|
16497
|
|
|
'name' => 'Nigeria West Belt', |
|
16498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16499
|
|
|
'extent_code' => ['1715'], |
|
16500
|
|
|
], |
|
16501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18152' => [ |
|
16502
|
|
|
'name' => 'Nigeria Mid Belt', |
|
16503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16504
|
|
|
'extent_code' => ['1714'], |
|
16505
|
|
|
], |
|
16506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18153' => [ |
|
16507
|
|
|
'name' => 'Nigeria East Belt', |
|
16508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16509
|
|
|
'extent_code' => ['1713'], |
|
16510
|
|
|
], |
|
16511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18161' => [ |
|
16512
|
|
|
'name' => 'Peru west zone', |
|
16513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16514
|
|
|
'extent_code' => ['1753'], |
|
16515
|
|
|
], |
|
16516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18162' => [ |
|
16517
|
|
|
'name' => 'Peru central zone', |
|
16518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16519
|
|
|
'extent_code' => ['1752'], |
|
16520
|
|
|
], |
|
16521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18163' => [ |
|
16522
|
|
|
'name' => 'Peru east zone', |
|
16523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16524
|
|
|
'extent_code' => ['1751'], |
|
16525
|
|
|
], |
|
16526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18171' => [ |
|
16527
|
|
|
'name' => 'Philippines zone I', |
|
16528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16529
|
|
|
'extent_code' => ['1698'], |
|
16530
|
|
|
], |
|
16531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18172' => [ |
|
16532
|
|
|
'name' => 'Philippines zone II', |
|
16533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16534
|
|
|
'extent_code' => ['1699'], |
|
16535
|
|
|
], |
|
16536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18173' => [ |
|
16537
|
|
|
'name' => 'Philippines zone III', |
|
16538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16539
|
|
|
'extent_code' => ['1700'], |
|
16540
|
|
|
], |
|
16541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18174' => [ |
|
16542
|
|
|
'name' => 'Philippines zone IV', |
|
16543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16544
|
|
|
'extent_code' => ['1701'], |
|
16545
|
|
|
], |
|
16546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18175' => [ |
|
16547
|
|
|
'name' => 'Philippines zone V', |
|
16548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16549
|
|
|
'extent_code' => ['1702'], |
|
16550
|
|
|
], |
|
16551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18180' => [ |
|
16552
|
|
|
'name' => 'Finland zone 0', |
|
16553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16554
|
|
|
'extent_code' => ['3092'], |
|
16555
|
|
|
], |
|
16556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18181' => [ |
|
16557
|
|
|
'name' => 'Nord Tunisie', |
|
16558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16559
|
|
|
'extent_code' => ['1619'], |
|
16560
|
|
|
], |
|
16561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18182' => [ |
|
16562
|
|
|
'name' => 'Sud Tunisie', |
|
16563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16564
|
|
|
'extent_code' => ['1620'], |
|
16565
|
|
|
], |
|
16566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18183' => [ |
|
16567
|
|
|
'name' => 'Finland ETRS-GK19', |
|
16568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16569
|
|
|
'extent_code' => ['3092'], |
|
16570
|
|
|
], |
|
16571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18184' => [ |
|
16572
|
|
|
'name' => 'Finland ETRS-GK20', |
|
16573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16574
|
|
|
'extent_code' => ['3093'], |
|
16575
|
|
|
], |
|
16576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18185' => [ |
|
16577
|
|
|
'name' => 'Finland ETRS-GK21', |
|
16578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16579
|
|
|
'extent_code' => ['3094'], |
|
16580
|
|
|
], |
|
16581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18186' => [ |
|
16582
|
|
|
'name' => 'Finland ETRS-GK22', |
|
16583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16584
|
|
|
'extent_code' => ['3095'], |
|
16585
|
|
|
], |
|
16586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18187' => [ |
|
16587
|
|
|
'name' => 'Finland ETRS-GK23', |
|
16588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16589
|
|
|
'extent_code' => ['3096'], |
|
16590
|
|
|
], |
|
16591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18188' => [ |
|
16592
|
|
|
'name' => 'Finland ETRS-GK24', |
|
16593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16594
|
|
|
'extent_code' => ['3097'], |
|
16595
|
|
|
], |
|
16596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18189' => [ |
|
16597
|
|
|
'name' => 'Finland ETRS-GK25', |
|
16598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16599
|
|
|
'extent_code' => ['3098'], |
|
16600
|
|
|
], |
|
16601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18190' => [ |
|
16602
|
|
|
'name' => 'Finland ETRS-GK26', |
|
16603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16604
|
|
|
'extent_code' => ['3099'], |
|
16605
|
|
|
], |
|
16606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18191' => [ |
|
16607
|
|
|
'name' => 'Finland zone 1', |
|
16608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16609
|
|
|
'extent_code' => ['1536'], |
|
16610
|
|
|
], |
|
16611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18192' => [ |
|
16612
|
|
|
'name' => 'Finland zone 2', |
|
16613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16614
|
|
|
'extent_code' => ['1537'], |
|
16615
|
|
|
], |
|
16616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18193' => [ |
|
16617
|
|
|
'name' => 'Finland Uniform Coordinate System', |
|
16618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16619
|
|
|
'extent_code' => ['1538', '3333'], |
|
16620
|
|
|
], |
|
16621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18194' => [ |
|
16622
|
|
|
'name' => 'Finland zone 4', |
|
16623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16624
|
|
|
'extent_code' => ['1539'], |
|
16625
|
|
|
], |
|
16626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18195' => [ |
|
16627
|
|
|
'name' => 'Finland ETRS-GK27', |
|
16628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16629
|
|
|
'extent_code' => ['3100'], |
|
16630
|
|
|
], |
|
16631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18196' => [ |
|
16632
|
|
|
'name' => 'Finland ETRS-GK28', |
|
16633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16634
|
|
|
'extent_code' => ['3101'], |
|
16635
|
|
|
], |
|
16636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18197' => [ |
|
16637
|
|
|
'name' => 'Finland ETRS-GK29', |
|
16638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16639
|
|
|
'extent_code' => ['3102'], |
|
16640
|
|
|
], |
|
16641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18198' => [ |
|
16642
|
|
|
'name' => 'Finland ETRS-GK30', |
|
16643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16644
|
|
|
'extent_code' => ['3103'], |
|
16645
|
|
|
], |
|
16646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18199' => [ |
|
16647
|
|
|
'name' => 'Finland ETRS-GK31', |
|
16648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16649
|
|
|
'extent_code' => ['3104'], |
|
16650
|
|
|
], |
|
16651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18201' => [ |
|
16652
|
|
|
'name' => 'Palestine Grid', |
|
16653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
16654
|
|
|
'extent_code' => ['1356'], |
|
16655
|
|
|
], |
|
16656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18202' => [ |
|
16657
|
|
|
'name' => 'Palestine Belt', |
|
16658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16659
|
|
|
'extent_code' => ['1356'], |
|
16660
|
|
|
], |
|
16661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18203' => [ |
|
16662
|
|
|
'name' => 'Israeli CS', |
|
16663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
16664
|
|
|
'extent_code' => ['2603'], |
|
16665
|
|
|
], |
|
16666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18204' => [ |
|
16667
|
|
|
'name' => 'Israeli TM', |
|
16668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16669
|
|
|
'extent_code' => ['2603'], |
|
16670
|
|
|
], |
|
16671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18205' => [ |
|
16672
|
|
|
'name' => 'Finland zone 5', |
|
16673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16674
|
|
|
'extent_code' => ['3385'], |
|
16675
|
|
|
], |
|
16676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18211' => [ |
|
16677
|
|
|
'name' => 'Guatemala Norte', |
|
16678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16679
|
|
|
'extent_code' => ['2120'], |
|
16680
|
|
|
], |
|
16681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18212' => [ |
|
16682
|
|
|
'name' => 'Guatemala Sur', |
|
16683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16684
|
|
|
'extent_code' => ['2121'], |
|
16685
|
|
|
], |
|
16686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18221' => [ |
|
16687
|
|
|
'name' => 'NGO zone I', |
|
16688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16689
|
|
|
'extent_code' => ['1741'], |
|
16690
|
|
|
], |
|
16691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18222' => [ |
|
16692
|
|
|
'name' => 'NGO zone II', |
|
16693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16694
|
|
|
'extent_code' => ['1742'], |
|
16695
|
|
|
], |
|
16696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18223' => [ |
|
16697
|
|
|
'name' => 'NGO zone III', |
|
16698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16699
|
|
|
'extent_code' => ['1743'], |
|
16700
|
|
|
], |
|
16701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18224' => [ |
|
16702
|
|
|
'name' => 'NGO zone IV', |
|
16703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16704
|
|
|
'extent_code' => ['1744'], |
|
16705
|
|
|
], |
|
16706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18225' => [ |
|
16707
|
|
|
'name' => 'NGO zone V', |
|
16708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16709
|
|
|
'extent_code' => ['1745'], |
|
16710
|
|
|
], |
|
16711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18226' => [ |
|
16712
|
|
|
'name' => 'NGO zone VI', |
|
16713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16714
|
|
|
'extent_code' => ['1746'], |
|
16715
|
|
|
], |
|
16716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18227' => [ |
|
16717
|
|
|
'name' => 'NGO zone VII', |
|
16718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16719
|
|
|
'extent_code' => ['1747'], |
|
16720
|
|
|
], |
|
16721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18228' => [ |
|
16722
|
|
|
'name' => 'NGO zone VIII', |
|
16723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16724
|
|
|
'extent_code' => ['1748'], |
|
16725
|
|
|
], |
|
16726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18231' => [ |
|
16727
|
|
|
'name' => 'India zone I (1975 metres)', |
|
16728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16729
|
|
|
'extent_code' => ['1676'], |
|
16730
|
|
|
], |
|
16731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18232' => [ |
|
16732
|
|
|
'name' => 'India zone IIa (1975 metres)', |
|
16733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16734
|
|
|
'extent_code' => ['1677'], |
|
16735
|
|
|
], |
|
16736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18233' => [ |
|
16737
|
|
|
'name' => 'India zone IIIa (1975 metres)', |
|
16738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16739
|
|
|
'extent_code' => ['1672'], |
|
16740
|
|
|
], |
|
16741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18234' => [ |
|
16742
|
|
|
'name' => 'India zone IVa (1975 metres)', |
|
16743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16744
|
|
|
'extent_code' => ['1673'], |
|
16745
|
|
|
], |
|
16746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18235' => [ |
|
16747
|
|
|
'name' => 'India zone IIb (1975 metres)', |
|
16748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16749
|
|
|
'extent_code' => ['1678'], |
|
16750
|
|
|
], |
|
16751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18236' => [ |
|
16752
|
|
|
'name' => 'India zone I (1962 metres)', |
|
16753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16754
|
|
|
'extent_code' => ['1685'], |
|
16755
|
|
|
], |
|
16756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18237' => [ |
|
16757
|
|
|
'name' => 'India zone IIa (1962 metres)', |
|
16758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16759
|
|
|
'extent_code' => ['1686'], |
|
16760
|
|
|
], |
|
16761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18238' => [ |
|
16762
|
|
|
'name' => 'India zone IIb (1937 metres)', |
|
16763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16764
|
|
|
'extent_code' => ['3217'], |
|
16765
|
|
|
], |
|
16766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18240' => [ |
|
16767
|
|
|
'name' => 'Libya zone 5', |
|
16768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16769
|
|
|
'extent_code' => ['1470'], |
|
16770
|
|
|
], |
|
16771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18241' => [ |
|
16772
|
|
|
'name' => 'Libya zone 6', |
|
16773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16774
|
|
|
'extent_code' => ['1471'], |
|
16775
|
|
|
], |
|
16776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18242' => [ |
|
16777
|
|
|
'name' => 'Libya zone 7', |
|
16778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16779
|
|
|
'extent_code' => ['1472'], |
|
16780
|
|
|
], |
|
16781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18243' => [ |
|
16782
|
|
|
'name' => 'Libya zone 8', |
|
16783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16784
|
|
|
'extent_code' => ['1473'], |
|
16785
|
|
|
], |
|
16786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18244' => [ |
|
16787
|
|
|
'name' => 'Libya zone 9', |
|
16788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16789
|
|
|
'extent_code' => ['1474'], |
|
16790
|
|
|
], |
|
16791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18245' => [ |
|
16792
|
|
|
'name' => 'Libya zone 10', |
|
16793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16794
|
|
|
'extent_code' => ['1475'], |
|
16795
|
|
|
], |
|
16796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18246' => [ |
|
16797
|
|
|
'name' => 'Libya zone 11', |
|
16798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16799
|
|
|
'extent_code' => ['1476'], |
|
16800
|
|
|
], |
|
16801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18247' => [ |
|
16802
|
|
|
'name' => 'Libya zone 12', |
|
16803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16804
|
|
|
'extent_code' => ['1477'], |
|
16805
|
|
|
], |
|
16806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18248' => [ |
|
16807
|
|
|
'name' => 'Libya zone 13', |
|
16808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16809
|
|
|
'extent_code' => ['1478'], |
|
16810
|
|
|
], |
|
16811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18251' => [ |
|
16812
|
|
|
'name' => 'Korea East Belt', |
|
16813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16814
|
|
|
'extent_code' => ['3726'], |
|
16815
|
|
|
], |
|
16816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18252' => [ |
|
16817
|
|
|
'name' => 'Korea Central Belt', |
|
16818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16819
|
|
|
'extent_code' => ['3716'], |
|
16820
|
|
|
], |
|
16821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18253' => [ |
|
16822
|
|
|
'name' => 'Korea West Belt', |
|
16823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16824
|
|
|
'extent_code' => ['3713'], |
|
16825
|
|
|
], |
|
16826
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18260' => [ |
|
16827
|
|
|
'name' => 'Maracaibo Grid (M1)', |
|
16828
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16829
|
|
|
'extent_code' => ['1319'], |
|
16830
|
|
|
], |
|
16831
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18261' => [ |
|
16832
|
|
|
'name' => 'Maracaibo Grid', |
|
16833
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16834
|
|
|
'extent_code' => ['1319'], |
|
16835
|
|
|
], |
|
16836
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18262' => [ |
|
16837
|
|
|
'name' => 'Maracaibo Grid (M3)', |
|
16838
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16839
|
|
|
'extent_code' => ['1319'], |
|
16840
|
|
|
], |
|
16841
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18263' => [ |
|
16842
|
|
|
'name' => 'Maracaibo La Rosa Grid', |
|
16843
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
16844
|
|
|
'extent_code' => ['1319'], |
|
16845
|
|
|
], |
|
16846
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18275' => [ |
|
16847
|
|
|
'name' => 'Balkans zone 5', |
|
16848
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16849
|
|
|
'extent_code' => ['1709'], |
|
16850
|
|
|
], |
|
16851
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18276' => [ |
|
16852
|
|
|
'name' => 'Balkans zone 6', |
|
16853
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16854
|
|
|
'extent_code' => ['1710'], |
|
16855
|
|
|
], |
|
16856
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18277' => [ |
|
16857
|
|
|
'name' => 'Balkans zone 7', |
|
16858
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16859
|
|
|
'extent_code' => ['1711'], |
|
16860
|
|
|
], |
|
16861
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18278' => [ |
|
16862
|
|
|
'name' => 'Balkans zone 8', |
|
16863
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16864
|
|
|
'extent_code' => ['1712'], |
|
16865
|
|
|
], |
|
16866
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18280' => [ |
|
16867
|
|
|
'name' => 'Poland zone I', |
|
16868
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9809', |
|
16869
|
|
|
'extent_code' => ['1515'], |
|
16870
|
|
|
], |
|
16871
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18282' => [ |
|
16872
|
|
|
'name' => 'Poland zone II', |
|
16873
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9809', |
|
16874
|
|
|
'extent_code' => ['1516'], |
|
16875
|
|
|
], |
|
16876
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18283' => [ |
|
16877
|
|
|
'name' => 'Poland zone III', |
|
16878
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9809', |
|
16879
|
|
|
'extent_code' => ['1517'], |
|
16880
|
|
|
], |
|
16881
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18284' => [ |
|
16882
|
|
|
'name' => 'Poland zone IV', |
|
16883
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9809', |
|
16884
|
|
|
'extent_code' => ['1518'], |
|
16885
|
|
|
], |
|
16886
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18285' => [ |
|
16887
|
|
|
'name' => 'Poland zone V', |
|
16888
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16889
|
|
|
'extent_code' => ['1519'], |
|
16890
|
|
|
], |
|
16891
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18286' => [ |
|
16892
|
|
|
'name' => 'GUGiK-80', |
|
16893
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9809', |
|
16894
|
|
|
'extent_code' => ['1192'], |
|
16895
|
|
|
], |
|
16896
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18300' => [ |
|
16897
|
|
|
'name' => 'Poland CS92', |
|
16898
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16899
|
|
|
'extent_code' => ['1192'], |
|
16900
|
|
|
], |
|
16901
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18305' => [ |
|
16902
|
|
|
'name' => 'Poland CS2000 zone 5', |
|
16903
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16904
|
|
|
'extent_code' => ['1520'], |
|
16905
|
|
|
], |
|
16906
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18306' => [ |
|
16907
|
|
|
'name' => 'Poland CS2000 zone 6', |
|
16908
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16909
|
|
|
'extent_code' => ['1521'], |
|
16910
|
|
|
], |
|
16911
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18307' => [ |
|
16912
|
|
|
'name' => 'Poland CS2000 zone 7', |
|
16913
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16914
|
|
|
'extent_code' => ['1522'], |
|
16915
|
|
|
], |
|
16916
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18308' => [ |
|
16917
|
|
|
'name' => 'Poland CS2000 zone 8', |
|
16918
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16919
|
|
|
'extent_code' => ['1523'], |
|
16920
|
|
|
], |
|
16921
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18310' => [ |
|
16922
|
|
|
'name' => 'Libya TM zone 5', |
|
16923
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16924
|
|
|
'extent_code' => ['1470'], |
|
16925
|
|
|
], |
|
16926
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18311' => [ |
|
16927
|
|
|
'name' => 'Libya TM zone 6', |
|
16928
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16929
|
|
|
'extent_code' => ['1471'], |
|
16930
|
|
|
], |
|
16931
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18312' => [ |
|
16932
|
|
|
'name' => 'Libya TM zone 7', |
|
16933
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16934
|
|
|
'extent_code' => ['1472'], |
|
16935
|
|
|
], |
|
16936
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18313' => [ |
|
16937
|
|
|
'name' => 'Libya TM zone 8', |
|
16938
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16939
|
|
|
'extent_code' => ['1473'], |
|
16940
|
|
|
], |
|
16941
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18314' => [ |
|
16942
|
|
|
'name' => 'Libya TM zone 9', |
|
16943
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16944
|
|
|
'extent_code' => ['1474'], |
|
16945
|
|
|
], |
|
16946
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18315' => [ |
|
16947
|
|
|
'name' => 'Libya TM zone 10', |
|
16948
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16949
|
|
|
'extent_code' => ['1475'], |
|
16950
|
|
|
], |
|
16951
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18316' => [ |
|
16952
|
|
|
'name' => 'Libya TM zone 11', |
|
16953
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16954
|
|
|
'extent_code' => ['1476'], |
|
16955
|
|
|
], |
|
16956
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18317' => [ |
|
16957
|
|
|
'name' => 'Libya TM zone 12', |
|
16958
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16959
|
|
|
'extent_code' => ['1477'], |
|
16960
|
|
|
], |
|
16961
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18318' => [ |
|
16962
|
|
|
'name' => 'Libya TM zone 13', |
|
16963
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16964
|
|
|
'extent_code' => ['1478'], |
|
16965
|
|
|
], |
|
16966
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18319' => [ |
|
16967
|
|
|
'name' => 'Libya TM', |
|
16968
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16969
|
|
|
'extent_code' => ['1143'], |
|
16970
|
|
|
], |
|
16971
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18401' => [ |
|
16972
|
|
|
'name' => 'Kp2000 Jylland og Fyn', |
|
16973
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16974
|
|
|
'extent_code' => ['2531'], |
|
16975
|
|
|
], |
|
16976
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18402' => [ |
|
16977
|
|
|
'name' => 'Kp2000 Sjaelland', |
|
16978
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16979
|
|
|
'extent_code' => ['2532'], |
|
16980
|
|
|
], |
|
16981
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18403' => [ |
|
16982
|
|
|
'name' => 'Kp2000 Bornholm', |
|
16983
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16984
|
|
|
'extent_code' => ['2533'], |
|
16985
|
|
|
], |
|
16986
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18415' => [ |
|
16987
|
|
|
'name' => 'French Equatorial Africa west zone', |
|
16988
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
16989
|
|
|
'extent_code' => ['2552'], |
|
16990
|
|
|
], |
|
16991
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18425' => [ |
|
16992
|
|
|
'name' => 'Greenland zone 5 east', |
|
16993
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9826', |
|
16994
|
|
|
'extent_code' => ['2560'], |
|
16995
|
|
|
], |
|
16996
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18426' => [ |
|
16997
|
|
|
'name' => 'Greenland zone 6 east', |
|
16998
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9826', |
|
16999
|
|
|
'extent_code' => ['2561'], |
|
17000
|
|
|
], |
|
17001
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18427' => [ |
|
17002
|
|
|
'name' => 'Greenland zone 7 east', |
|
17003
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9826', |
|
17004
|
|
|
'extent_code' => ['2562'], |
|
17005
|
|
|
], |
|
17006
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18428' => [ |
|
17007
|
|
|
'name' => 'Greenland zone 8 east', |
|
17008
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9826', |
|
17009
|
|
|
'extent_code' => ['2569'], |
|
17010
|
|
|
], |
|
17011
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18432' => [ |
|
17012
|
|
|
'name' => 'Greenland zone 2 west', |
|
17013
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9826', |
|
17014
|
|
|
'extent_code' => ['2563'], |
|
17015
|
|
|
], |
|
17016
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18433' => [ |
|
17017
|
|
|
'name' => 'Greenland zone 3 west', |
|
17018
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9826', |
|
17019
|
|
|
'extent_code' => ['2564'], |
|
17020
|
|
|
], |
|
17021
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18434' => [ |
|
17022
|
|
|
'name' => 'Greenland zone 4 west', |
|
17023
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9826', |
|
17024
|
|
|
'extent_code' => ['2565'], |
|
17025
|
|
|
], |
|
17026
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18435' => [ |
|
17027
|
|
|
'name' => 'Greenland zone 5 west', |
|
17028
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9826', |
|
17029
|
|
|
'extent_code' => ['2566'], |
|
17030
|
|
|
], |
|
17031
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18436' => [ |
|
17032
|
|
|
'name' => 'Greenland zone 6 west', |
|
17033
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9826', |
|
17034
|
|
|
'extent_code' => ['2567'], |
|
17035
|
|
|
], |
|
17036
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18437' => [ |
|
17037
|
|
|
'name' => 'Greenland zone 7 west', |
|
17038
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9826', |
|
17039
|
|
|
'extent_code' => ['2568'], |
|
17040
|
|
|
], |
|
17041
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18441' => [ |
|
17042
|
|
|
'name' => 'CS63 zone A1', |
|
17043
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17044
|
|
|
'extent_code' => ['2772'], |
|
17045
|
|
|
], |
|
17046
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18442' => [ |
|
17047
|
|
|
'name' => 'CS63 zone A2', |
|
17048
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17049
|
|
|
'extent_code' => ['2773'], |
|
17050
|
|
|
], |
|
17051
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18443' => [ |
|
17052
|
|
|
'name' => 'CS63 zone A3', |
|
17053
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17054
|
|
|
'extent_code' => ['2774'], |
|
17055
|
|
|
], |
|
17056
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18444' => [ |
|
17057
|
|
|
'name' => 'CS63 zone A4', |
|
17058
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17059
|
|
|
'extent_code' => ['2775'], |
|
17060
|
|
|
], |
|
17061
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18446' => [ |
|
17062
|
|
|
'name' => 'CS63 zone K2', |
|
17063
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17064
|
|
|
'extent_code' => ['2776'], |
|
17065
|
|
|
], |
|
17066
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18447' => [ |
|
17067
|
|
|
'name' => 'CS63 zone K3', |
|
17068
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17069
|
|
|
'extent_code' => ['2777'], |
|
17070
|
|
|
], |
|
17071
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18448' => [ |
|
17072
|
|
|
'name' => 'CS63 zone K4', |
|
17073
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17074
|
|
|
'extent_code' => ['2778'], |
|
17075
|
|
|
], |
|
17076
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18450' => [ |
|
17077
|
|
|
'name' => 'CS63 zone C0', |
|
17078
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17079
|
|
|
'extent_code' => ['3173'], |
|
17080
|
|
|
], |
|
17081
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18451' => [ |
|
17082
|
|
|
'name' => 'CS63 zone C1', |
|
17083
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17084
|
|
|
'extent_code' => ['3174'], |
|
17085
|
|
|
], |
|
17086
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::18452' => [ |
|
17087
|
|
|
'name' => 'CS63 zone C2', |
|
17088
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17089
|
|
|
'extent_code' => ['3175'], |
|
17090
|
|
|
], |
|
17091
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19838' => [ |
|
17092
|
|
|
'name' => 'Rectified Skew Orthomorphic Sarawak LSD (metres)', |
|
17093
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9812', |
|
17094
|
|
|
'extent_code' => ['4611'], |
|
17095
|
|
|
], |
|
17096
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19839' => [ |
|
17097
|
|
|
'name' => 'Dubai Local Transverse Mercator', |
|
17098
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17099
|
|
|
'extent_code' => ['3531'], |
|
17100
|
|
|
], |
|
17101
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19840' => [ |
|
17102
|
|
|
'name' => 'IBCAO Polar Stereographic', |
|
17103
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
17104
|
|
|
'extent_code' => ['1996'], |
|
17105
|
|
|
], |
|
17106
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19841' => [ |
|
17107
|
|
|
'name' => 'Swiss Oblique Mercator 1903C (Greenwich)', |
|
17108
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9815', |
|
17109
|
|
|
'extent_code' => ['1144'], |
|
17110
|
|
|
], |
|
17111
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19842' => [ |
|
17112
|
|
|
'name' => 'Arctic Polar Stereographic', |
|
17113
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
17114
|
|
|
'extent_code' => ['1996'], |
|
17115
|
|
|
], |
|
17116
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19843' => [ |
|
17117
|
|
|
'name' => 'Mercator 41', |
|
17118
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9805', |
|
17119
|
|
|
'extent_code' => ['3508'], |
|
17120
|
|
|
], |
|
17121
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19844' => [ |
|
17122
|
|
|
'name' => 'Ministry of Transport of Quebec Lambert', |
|
17123
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17124
|
|
|
'extent_code' => ['1368'], |
|
17125
|
|
|
], |
|
17126
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19845' => [ |
|
17127
|
|
|
'name' => 'Slovene National Grid', |
|
17128
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17129
|
|
|
'extent_code' => ['1212'], |
|
17130
|
|
|
], |
|
17131
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19848' => [ |
|
17132
|
|
|
'name' => 'Pitcairn TM 2006', |
|
17133
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17134
|
|
|
'extent_code' => ['3208'], |
|
17135
|
|
|
], |
|
17136
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19849' => [ |
|
17137
|
|
|
'name' => 'Bermuda 2000 National Grid', |
|
17138
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17139
|
|
|
'extent_code' => ['1047'], |
|
17140
|
|
|
], |
|
17141
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19851' => [ |
|
17142
|
|
|
'name' => 'Croatia Transverse Mercator', |
|
17143
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17144
|
|
|
'extent_code' => ['1076'], |
|
17145
|
|
|
], |
|
17146
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19852' => [ |
|
17147
|
|
|
'name' => 'Croatia Lambert Conformal Conic', |
|
17148
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17149
|
|
|
'extent_code' => ['1076'], |
|
17150
|
|
|
], |
|
17151
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19853' => [ |
|
17152
|
|
|
'name' => 'Portugual TM06', |
|
17153
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17154
|
|
|
'extent_code' => ['1294'], |
|
17155
|
|
|
], |
|
17156
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19854' => [ |
|
17157
|
|
|
'name' => 'South Georgia Lambert', |
|
17158
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17159
|
|
|
'extent_code' => ['3529'], |
|
17160
|
|
|
], |
|
17161
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19856' => [ |
|
17162
|
|
|
'name' => 'TM Reunion', |
|
17163
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17164
|
|
|
'extent_code' => ['3337'], |
|
17165
|
|
|
], |
|
17166
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19857' => [ |
|
17167
|
|
|
'name' => 'Northwest Territories Lambert', |
|
17168
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17169
|
|
|
'extent_code' => ['3481'], |
|
17170
|
|
|
], |
|
17171
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19858' => [ |
|
17172
|
|
|
'name' => 'Yukon Albers', |
|
17173
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9822', |
|
17174
|
|
|
'extent_code' => ['2417'], |
|
17175
|
|
|
], |
|
17176
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19859' => [ |
|
17177
|
|
|
'name' => 'Fiji Map Grid', |
|
17178
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17179
|
|
|
'extent_code' => ['1094'], |
|
17180
|
|
|
], |
|
17181
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19860' => [ |
|
17182
|
|
|
'name' => 'Jamaica Metric Grid 2001', |
|
17183
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
17184
|
|
|
'extent_code' => ['3342'], |
|
17185
|
|
|
], |
|
17186
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19861' => [ |
|
17187
|
|
|
'name' => 'Laborde Grid', |
|
17188
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9813', |
|
17189
|
|
|
'extent_code' => ['1149'], |
|
17190
|
|
|
], |
|
17191
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19862' => [ |
|
17192
|
|
|
'name' => 'Belgian Lambert 2005', |
|
17193
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17194
|
|
|
'extent_code' => ['1347'], |
|
17195
|
|
|
], |
|
17196
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19863' => [ |
|
17197
|
|
|
'name' => 'South China Sea Lambert', |
|
17198
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17199
|
|
|
'extent_code' => ['3470'], |
|
17200
|
|
|
], |
|
17201
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19864' => [ |
|
17202
|
|
|
'name' => 'Singapore Transverse Mercator', |
|
17203
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17204
|
|
|
'extent_code' => ['1210'], |
|
17205
|
|
|
], |
|
17206
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19865' => [ |
|
17207
|
|
|
'name' => 'US NSIDC Sea Ice polar stereographic north', |
|
17208
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
17209
|
|
|
'extent_code' => ['1996'], |
|
17210
|
|
|
], |
|
17211
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19866' => [ |
|
17212
|
|
|
'name' => 'US NSIDC Sea Ice polar stereographic south', |
|
17213
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
17214
|
|
|
'extent_code' => ['1997'], |
|
17215
|
|
|
], |
|
17216
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19870' => [ |
|
17217
|
|
|
'name' => 'Faroe Lambert', |
|
17218
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9826', |
|
17219
|
|
|
'extent_code' => ['3248'], |
|
17220
|
|
|
], |
|
17221
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19871' => [ |
|
17222
|
|
|
'name' => 'Rectified Skew Orthomorphic Malaya Grid (chains)', |
|
17223
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9812', |
|
17224
|
|
|
'extent_code' => ['1690'], |
|
17225
|
|
|
], |
|
17226
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19872' => [ |
|
17227
|
|
|
'name' => 'Rectified Skew Orthomorphic Malaya Grid (metres)', |
|
17228
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9812', |
|
17229
|
|
|
'extent_code' => ['1690'], |
|
17230
|
|
|
], |
|
17231
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19873' => [ |
|
17232
|
|
|
'name' => 'Noumea Lambert', |
|
17233
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17234
|
|
|
'extent_code' => ['2823'], |
|
17235
|
|
|
], |
|
17236
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19874' => [ |
|
17237
|
|
|
'name' => 'Noumea Lambert 2', |
|
17238
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17239
|
|
|
'extent_code' => ['2823'], |
|
17240
|
|
|
], |
|
17241
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19875' => [ |
|
17242
|
|
|
'name' => 'Ontario MNR Lambert', |
|
17243
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17244
|
|
|
'extent_code' => ['1367'], |
|
17245
|
|
|
], |
|
17246
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19876' => [ |
|
17247
|
|
|
'name' => 'ST74', |
|
17248
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17249
|
|
|
'extent_code' => ['3408'], |
|
17250
|
|
|
], |
|
17251
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19877' => [ |
|
17252
|
|
|
'name' => 'Faroe Lambert fk89', |
|
17253
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9826', |
|
17254
|
|
|
'extent_code' => ['3248'], |
|
17255
|
|
|
], |
|
17256
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19878' => [ |
|
17257
|
|
|
'name' => 'Vanua Levu Grid', |
|
17258
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9833', |
|
17259
|
|
|
'extent_code' => ['3401'], |
|
17260
|
|
|
], |
|
17261
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19879' => [ |
|
17262
|
|
|
'name' => 'Viti Levu Grid', |
|
17263
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17264
|
|
|
'extent_code' => ['3195'], |
|
17265
|
|
|
], |
|
17266
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19881' => [ |
|
17267
|
|
|
'name' => 'Alberta 10-degree TM (Forest)', |
|
17268
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17269
|
|
|
'extent_code' => ['2376'], |
|
17270
|
|
|
], |
|
17271
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19882' => [ |
|
17272
|
|
|
'name' => 'Alberta 10-degree TM (Resource)', |
|
17273
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17274
|
|
|
'extent_code' => ['2376'], |
|
17275
|
|
|
], |
|
17276
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19883' => [ |
|
17277
|
|
|
'name' => 'World Mercator', |
|
17278
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9804', |
|
17279
|
|
|
'extent_code' => ['3391'], |
|
17280
|
|
|
], |
|
17281
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19884' => [ |
|
17282
|
|
|
'name' => 'Caspian Sea Mercator', |
|
17283
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9805', |
|
17284
|
|
|
'extent_code' => ['1291'], |
|
17285
|
|
|
], |
|
17286
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19885' => [ |
|
17287
|
|
|
'name' => 'Kelantan Grid', |
|
17288
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17289
|
|
|
'extent_code' => ['3384'], |
|
17290
|
|
|
], |
|
17291
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19886' => [ |
|
17292
|
|
|
'name' => 'Perak Grid', |
|
17293
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17294
|
|
|
'extent_code' => ['3383'], |
|
17295
|
|
|
], |
|
17296
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19887' => [ |
|
17297
|
|
|
'name' => 'Kedah and Perlis Grid', |
|
17298
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17299
|
|
|
'extent_code' => ['3382'], |
|
17300
|
|
|
], |
|
17301
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19888' => [ |
|
17302
|
|
|
'name' => 'Pinang Grid', |
|
17303
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17304
|
|
|
'extent_code' => ['3381'], |
|
17305
|
|
|
], |
|
17306
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19889' => [ |
|
17307
|
|
|
'name' => 'Terengganu Grid', |
|
17308
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17309
|
|
|
'extent_code' => ['3380'], |
|
17310
|
|
|
], |
|
17311
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19890' => [ |
|
17312
|
|
|
'name' => 'Selangor Grid', |
|
17313
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17314
|
|
|
'extent_code' => ['3379'], |
|
17315
|
|
|
], |
|
17316
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19891' => [ |
|
17317
|
|
|
'name' => 'Pahang Grid', |
|
17318
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17319
|
|
|
'extent_code' => ['3378'], |
|
17320
|
|
|
], |
|
17321
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19892' => [ |
|
17322
|
|
|
'name' => 'Sembilan and Melaka Grid', |
|
17323
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17324
|
|
|
'extent_code' => ['3377'], |
|
17325
|
|
|
], |
|
17326
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19893' => [ |
|
17327
|
|
|
'name' => 'Johor Grid', |
|
17328
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17329
|
|
|
'extent_code' => ['3376'], |
|
17330
|
|
|
], |
|
17331
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19894' => [ |
|
17332
|
|
|
'name' => 'Borneo RSO', |
|
17333
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9812', |
|
17334
|
|
|
'extent_code' => ['1362'], |
|
17335
|
|
|
], |
|
17336
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19895' => [ |
|
17337
|
|
|
'name' => 'Peninsular RSO', |
|
17338
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9812', |
|
17339
|
|
|
'extent_code' => ['3955'], |
|
17340
|
|
|
], |
|
17341
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19896' => [ |
|
17342
|
|
|
'name' => 'Hong Kong 1963 Grid', |
|
17343
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17344
|
|
|
'extent_code' => ['1118'], |
|
17345
|
|
|
], |
|
17346
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19897' => [ |
|
17347
|
|
|
'name' => 'Statistics Canada Lambert', |
|
17348
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17349
|
|
|
'extent_code' => ['1061'], |
|
17350
|
|
|
], |
|
17351
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19899' => [ |
|
17352
|
|
|
'name' => 'Mauritius Grid', |
|
17353
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
17354
|
|
|
'extent_code' => ['3209'], |
|
17355
|
|
|
], |
|
17356
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19900' => [ |
|
17357
|
|
|
'name' => 'Bahrain State Grid', |
|
17358
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17359
|
|
|
'extent_code' => ['1040'], |
|
17360
|
|
|
], |
|
17361
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19901' => [ |
|
17362
|
|
|
'name' => 'Belge Lambert 50', |
|
17363
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17364
|
|
|
'extent_code' => ['1347'], |
|
17365
|
|
|
], |
|
17366
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19902' => [ |
|
17367
|
|
|
'name' => 'Belge Lambert 72', |
|
17368
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9803', |
|
17369
|
|
|
'extent_code' => ['1347'], |
|
17370
|
|
|
], |
|
17371
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19903' => [ |
|
17372
|
|
|
'name' => 'Nord de Guerre', |
|
17373
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
17374
|
|
|
'extent_code' => ['1369'], |
|
17375
|
|
|
], |
|
17376
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19904' => [ |
|
17377
|
|
|
'name' => 'Ghana Metre Grid', |
|
17378
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17379
|
|
|
'extent_code' => ['1104'], |
|
17380
|
|
|
], |
|
17381
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19905' => [ |
|
17382
|
|
|
'name' => 'Netherlands East Indies Equatorial Zone', |
|
17383
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9804', |
|
17384
|
|
|
'extent_code' => ['4020'], |
|
17385
|
|
|
], |
|
17386
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19906' => [ |
|
17387
|
|
|
'name' => 'Iraq zone', |
|
17388
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
17389
|
|
|
'extent_code' => ['2294'], |
|
17390
|
|
|
], |
|
17391
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19907' => [ |
|
17392
|
|
|
'name' => 'Iraq National Grid', |
|
17393
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17394
|
|
|
'extent_code' => ['3625'], |
|
17395
|
|
|
], |
|
17396
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19909' => [ |
|
17397
|
|
|
'name' => 'Jamaica (Old Grid)', |
|
17398
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
17399
|
|
|
'extent_code' => ['3342'], |
|
17400
|
|
|
], |
|
17401
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19910' => [ |
|
17402
|
|
|
'name' => 'Jamaica National Grid', |
|
17403
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
17404
|
|
|
'extent_code' => ['3342'], |
|
17405
|
|
|
], |
|
17406
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19911' => [ |
|
17407
|
|
|
'name' => 'Laborde Grid approximation', |
|
17408
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9815', |
|
17409
|
|
|
'extent_code' => ['1149'], |
|
17410
|
|
|
], |
|
17411
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19913' => [ |
|
17412
|
|
|
'name' => 'RD Old', |
|
17413
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9809', |
|
17414
|
|
|
'extent_code' => ['1275'], |
|
17415
|
|
|
], |
|
17416
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19914' => [ |
|
17417
|
|
|
'name' => 'RD New', |
|
17418
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9809', |
|
17419
|
|
|
'extent_code' => ['1275'], |
|
17420
|
|
|
], |
|
17421
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19916' => [ |
|
17422
|
|
|
'name' => 'British National Grid', |
|
17423
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17424
|
|
|
'extent_code' => ['4390'], |
|
17425
|
|
|
], |
|
17426
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19917' => [ |
|
17427
|
|
|
'name' => 'New Zealand Map Grid', |
|
17428
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9811', |
|
17429
|
|
|
'extent_code' => ['3973'], |
|
17430
|
|
|
], |
|
17431
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19919' => [ |
|
17432
|
|
|
'name' => 'Qatar National Grid', |
|
17433
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17434
|
|
|
'extent_code' => ['1195'], |
|
17435
|
|
|
], |
|
17436
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19920' => [ |
|
17437
|
|
|
'name' => 'Singapore Grid', |
|
17438
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17439
|
|
|
'extent_code' => ['1210'], |
|
17440
|
|
|
], |
|
17441
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19921' => [ |
|
17442
|
|
|
'name' => 'Spain', |
|
17443
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
17444
|
|
|
'extent_code' => ['2366'], |
|
17445
|
|
|
], |
|
17446
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19922' => [ |
|
17447
|
|
|
'name' => 'Swiss Oblique Mercator 1903M', |
|
17448
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9815', |
|
17449
|
|
|
'extent_code' => ['1286'], |
|
17450
|
|
|
], |
|
17451
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19923' => [ |
|
17452
|
|
|
'name' => 'Swiss Oblique Mercator 1903C', |
|
17453
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9815', |
|
17454
|
|
|
'extent_code' => ['1286'], |
|
17455
|
|
|
], |
|
17456
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19924' => [ |
|
17457
|
|
|
'name' => 'Tobago Grid', |
|
17458
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17459
|
|
|
'extent_code' => ['1322'], |
|
17460
|
|
|
], |
|
17461
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19925' => [ |
|
17462
|
|
|
'name' => 'Trinidad Grid', |
|
17463
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17464
|
|
|
'extent_code' => ['1339'], |
|
17465
|
|
|
], |
|
17466
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19926' => [ |
|
17467
|
|
|
'name' => 'Stereo 70', |
|
17468
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9809', |
|
17469
|
|
|
'extent_code' => ['1197'], |
|
17470
|
|
|
], |
|
17471
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19927' => [ |
|
17472
|
|
|
'name' => 'Stereo 33', |
|
17473
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9809', |
|
17474
|
|
|
'extent_code' => ['1197'], |
|
17475
|
|
|
], |
|
17476
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19929' => [ |
|
17477
|
|
|
'name' => 'Sweden zone 2.5 gon V', |
|
17478
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17479
|
|
|
'extent_code' => ['2847', '3313'], |
|
17480
|
|
|
], |
|
17481
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19930' => [ |
|
17482
|
|
|
'name' => 'Greek Grid', |
|
17483
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17484
|
|
|
'extent_code' => ['3254'], |
|
17485
|
|
|
], |
|
17486
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19931' => [ |
|
17487
|
|
|
'name' => 'Egyseges Orszagos Vetuleti', |
|
17488
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9815', |
|
17489
|
|
|
'extent_code' => ['1119'], |
|
17490
|
|
|
], |
|
17491
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19933' => [ |
|
17492
|
|
|
'name' => 'Prince Edward Island Stereographic (ATS77)', |
|
17493
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9809', |
|
17494
|
|
|
'extent_code' => ['1533'], |
|
17495
|
|
|
], |
|
17496
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19934' => [ |
|
17497
|
|
|
'name' => 'Lithuania 1994', |
|
17498
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17499
|
|
|
'extent_code' => ['1145'], |
|
17500
|
|
|
], |
|
17501
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19936' => [ |
|
17502
|
|
|
'name' => 'Portuguese National Grid', |
|
17503
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17504
|
|
|
'extent_code' => ['1294'], |
|
17505
|
|
|
], |
|
17506
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19937' => [ |
|
17507
|
|
|
'name' => 'Tunisia Mining Grid', |
|
17508
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9816', |
|
17509
|
|
|
'extent_code' => ['1618'], |
|
17510
|
|
|
], |
|
17511
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19938' => [ |
|
17512
|
|
|
'name' => 'Estonian National Grid', |
|
17513
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17514
|
|
|
'extent_code' => ['1090'], |
|
17515
|
|
|
], |
|
17516
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19939' => [ |
|
17517
|
|
|
'name' => 'TM Baltic 93', |
|
17518
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17519
|
|
|
'extent_code' => ['1646'], |
|
17520
|
|
|
], |
|
17521
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19940' => [ |
|
17522
|
|
|
'name' => 'Levant Zone', |
|
17523
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9817', |
|
17524
|
|
|
'extent_code' => ['1623'], |
|
17525
|
|
|
], |
|
17526
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19941' => [ |
|
17527
|
|
|
'name' => 'Brazil Polyconic', |
|
17528
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9818', |
|
17529
|
|
|
'extent_code' => ['1053'], |
|
17530
|
|
|
], |
|
17531
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19942' => [ |
|
17532
|
|
|
'name' => 'British West Indies Grid', |
|
17533
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17534
|
|
|
'extent_code' => ['2295'], |
|
17535
|
|
|
], |
|
17536
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19943' => [ |
|
17537
|
|
|
'name' => 'Barbados National Grid', |
|
17538
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17539
|
|
|
'extent_code' => ['3218'], |
|
17540
|
|
|
], |
|
17541
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19944' => [ |
|
17542
|
|
|
'name' => 'Quebec Lambert Projection', |
|
17543
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17544
|
|
|
'extent_code' => ['1368'], |
|
17545
|
|
|
], |
|
17546
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19945' => [ |
|
17547
|
|
|
'name' => 'New Brunswick Stereographic (ATS77)', |
|
17548
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9809', |
|
17549
|
|
|
'extent_code' => ['1447'], |
|
17550
|
|
|
], |
|
17551
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19946' => [ |
|
17552
|
|
|
'name' => 'New Brunswick Stereographic (NAD83)', |
|
17553
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9809', |
|
17554
|
|
|
'extent_code' => ['1447'], |
|
17555
|
|
|
], |
|
17556
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19947' => [ |
|
17557
|
|
|
'name' => 'Austria Lambert', |
|
17558
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17559
|
|
|
'extent_code' => ['1037'], |
|
17560
|
|
|
], |
|
17561
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19948' => [ |
|
17562
|
|
|
'name' => 'Syria Lambert', |
|
17563
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9801', |
|
17564
|
|
|
'extent_code' => ['1623'], |
|
17565
|
|
|
], |
|
17566
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19949' => [ |
|
17567
|
|
|
'name' => 'Levant Stereographic', |
|
17568
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9809', |
|
17569
|
|
|
'extent_code' => ['1623'], |
|
17570
|
|
|
], |
|
17571
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19950' => [ |
|
17572
|
|
|
'name' => 'Swiss Oblique Mercator 1995', |
|
17573
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9815', |
|
17574
|
|
|
'extent_code' => ['1286'], |
|
17575
|
|
|
], |
|
17576
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19951' => [ |
|
17577
|
|
|
'name' => 'Nakhl e Taqi Oblique Mercator', |
|
17578
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9815', |
|
17579
|
|
|
'extent_code' => ['1338'], |
|
17580
|
|
|
], |
|
17581
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19952' => [ |
|
17582
|
|
|
'name' => 'Krovak', |
|
17583
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9819', |
|
17584
|
|
|
'extent_code' => ['1306'], |
|
17585
|
|
|
], |
|
17586
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19953' => [ |
|
17587
|
|
|
'name' => 'Qatar Grid', |
|
17588
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17589
|
|
|
'extent_code' => ['1346'], |
|
17590
|
|
|
], |
|
17591
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19954' => [ |
|
17592
|
|
|
'name' => 'Suriname Old TM', |
|
17593
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17594
|
|
|
'extent_code' => ['1222'], |
|
17595
|
|
|
], |
|
17596
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19955' => [ |
|
17597
|
|
|
'name' => 'Suriname TM', |
|
17598
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17599
|
|
|
'extent_code' => ['1222'], |
|
17600
|
|
|
], |
|
17601
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19956' => [ |
|
17602
|
|
|
'name' => 'Rectified Skew Orthomorphic Borneo Grid (chains)', |
|
17603
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9815', |
|
17604
|
|
|
'extent_code' => ['1362'], |
|
17605
|
|
|
], |
|
17606
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19957' => [ |
|
17607
|
|
|
'name' => 'Rectified Skew Orthomorphic Borneo Grid (feet)', |
|
17608
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9815', |
|
17609
|
|
|
'extent_code' => ['3977'], |
|
17610
|
|
|
], |
|
17611
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19958' => [ |
|
17612
|
|
|
'name' => 'Rectified Skew Orthomorphic Borneo Grid (metres)', |
|
17613
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9815', |
|
17614
|
|
|
'extent_code' => ['1362'], |
|
17615
|
|
|
], |
|
17616
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19959' => [ |
|
17617
|
|
|
'name' => 'Ghana National Grid', |
|
17618
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17619
|
|
|
'extent_code' => ['1104'], |
|
17620
|
|
|
], |
|
17621
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19960' => [ |
|
17622
|
|
|
'name' => 'Prince Edward Isl. Stereographic (NAD83)', |
|
17623
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9809', |
|
17624
|
|
|
'extent_code' => ['1533'], |
|
17625
|
|
|
], |
|
17626
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19961' => [ |
|
17627
|
|
|
'name' => 'Belgian Lambert 72', |
|
17628
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17629
|
|
|
'extent_code' => ['1347'], |
|
17630
|
|
|
], |
|
17631
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19962' => [ |
|
17632
|
|
|
'name' => 'Irish Transverse Mercator', |
|
17633
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17634
|
|
|
'extent_code' => ['1305'], |
|
17635
|
|
|
], |
|
17636
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19963' => [ |
|
17637
|
|
|
'name' => 'Sierra Leone New Colony Grid', |
|
17638
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17639
|
|
|
'extent_code' => ['1342'], |
|
17640
|
|
|
], |
|
17641
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19964' => [ |
|
17642
|
|
|
'name' => 'New War Office Sierra Leone Grid', |
|
17643
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17644
|
|
|
'extent_code' => ['1342'], |
|
17645
|
|
|
], |
|
17646
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19966' => [ |
|
17647
|
|
|
'name' => 'Luxembourg TM', |
|
17648
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17649
|
|
|
'extent_code' => ['1146'], |
|
17650
|
|
|
], |
|
17651
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19967' => [ |
|
17652
|
|
|
'name' => 'Slovenia Grid', |
|
17653
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17654
|
|
|
'extent_code' => ['1212'], |
|
17655
|
|
|
], |
|
17656
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19969' => [ |
|
17657
|
|
|
'name' => 'Portuguese Grid', |
|
17658
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17659
|
|
|
'extent_code' => ['1294'], |
|
17660
|
|
|
], |
|
17661
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19971' => [ |
|
17662
|
|
|
'name' => 'New Zealand Transverse Mercator 2000', |
|
17663
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17664
|
|
|
'extent_code' => ['3973'], |
|
17665
|
|
|
], |
|
17666
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19972' => [ |
|
17667
|
|
|
'name' => 'Irish Grid', |
|
17668
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17669
|
|
|
'extent_code' => ['1305'], |
|
17670
|
|
|
], |
|
17671
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19973' => [ |
|
17672
|
|
|
'name' => 'Irish National Grid', |
|
17673
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17674
|
|
|
'extent_code' => ['2530'], |
|
17675
|
|
|
], |
|
17676
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19974' => [ |
|
17677
|
|
|
'name' => 'Modified Portuguese Grid', |
|
17678
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17679
|
|
|
'extent_code' => ['1294'], |
|
17680
|
|
|
], |
|
17681
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19975' => [ |
|
17682
|
|
|
'name' => 'Trinidad Grid (Clarke\'s feet)', |
|
17683
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17684
|
|
|
'extent_code' => ['1339'], |
|
17685
|
|
|
], |
|
17686
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19976' => [ |
|
17687
|
|
|
'name' => 'ICN Regional', |
|
17688
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17689
|
|
|
'extent_code' => ['1251'], |
|
17690
|
|
|
], |
|
17691
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19977' => [ |
|
17692
|
|
|
'name' => 'Aramco Lambert', |
|
17693
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17694
|
|
|
'extent_code' => ['3303'], |
|
17695
|
|
|
], |
|
17696
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19978' => [ |
|
17697
|
|
|
'name' => 'Hong Kong 1980 Grid', |
|
17698
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17699
|
|
|
'extent_code' => ['1118'], |
|
17700
|
|
|
], |
|
17701
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19979' => [ |
|
17702
|
|
|
'name' => 'Portugal Bonne', |
|
17703
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9828', |
|
17704
|
|
|
'extent_code' => ['1294'], |
|
17705
|
|
|
], |
|
17706
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19981' => [ |
|
17707
|
|
|
'name' => 'Lambert New Caledonia', |
|
17708
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17709
|
|
|
'extent_code' => ['3430'], |
|
17710
|
|
|
], |
|
17711
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19983' => [ |
|
17712
|
|
|
'name' => 'Terre Adelie Polar Stereographic', |
|
17713
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9830', |
|
17714
|
|
|
'extent_code' => ['2818'], |
|
17715
|
|
|
], |
|
17716
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19984' => [ |
|
17717
|
|
|
'name' => 'British Columbia Albers', |
|
17718
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9822', |
|
17719
|
|
|
'extent_code' => ['2832'], |
|
17720
|
|
|
], |
|
17721
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19985' => [ |
|
17722
|
|
|
'name' => 'Europe Conformal 2001', |
|
17723
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17724
|
|
|
'extent_code' => ['2881'], |
|
17725
|
|
|
], |
|
17726
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19986' => [ |
|
17727
|
|
|
'name' => 'Europe Equal Area 2001', |
|
17728
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9820', |
|
17729
|
|
|
'extent_code' => ['2881'], |
|
17730
|
|
|
], |
|
17731
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19987' => [ |
|
17732
|
|
|
'name' => 'Iceland Lambert 1900', |
|
17733
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9826', |
|
17734
|
|
|
'extent_code' => ['3262'], |
|
17735
|
|
|
], |
|
17736
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19988' => [ |
|
17737
|
|
|
'name' => 'Iceland Lambert 1955', |
|
17738
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9826', |
|
17739
|
|
|
'extent_code' => ['3262'], |
|
17740
|
|
|
], |
|
17741
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19989' => [ |
|
17742
|
|
|
'name' => 'Iceland Lambert 1993', |
|
17743
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17744
|
|
|
'extent_code' => ['1120'], |
|
17745
|
|
|
], |
|
17746
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19990' => [ |
|
17747
|
|
|
'name' => 'Latvian Transverse Mercator', |
|
17748
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17749
|
|
|
'extent_code' => ['1139'], |
|
17750
|
|
|
], |
|
17751
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19991' => [ |
|
17752
|
|
|
'name' => 'Jan Mayen Grid', |
|
17753
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17754
|
|
|
'extent_code' => ['2869'], |
|
17755
|
|
|
], |
|
17756
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19992' => [ |
|
17757
|
|
|
'name' => 'Antarctic Polar Stereographic', |
|
17758
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
17759
|
|
|
'extent_code' => ['1031'], |
|
17760
|
|
|
], |
|
17761
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19993' => [ |
|
17762
|
|
|
'name' => 'Australian Antarctic Polar Stereographic', |
|
17763
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9829', |
|
17764
|
|
|
'extent_code' => ['1278'], |
|
17765
|
|
|
], |
|
17766
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19994' => [ |
|
17767
|
|
|
'name' => 'Australian Antarctic Lambert', |
|
17768
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9802', |
|
17769
|
|
|
'extent_code' => ['2880'], |
|
17770
|
|
|
], |
|
17771
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19995' => [ |
|
17772
|
|
|
'name' => 'Jordan Transverse Mercator', |
|
17773
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17774
|
|
|
'extent_code' => ['1130'], |
|
17775
|
|
|
], |
|
17776
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19996' => [ |
|
17777
|
|
|
'name' => 'Soldner Berlin', |
|
17778
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9806', |
|
17779
|
|
|
'extent_code' => ['2898'], |
|
17780
|
|
|
], |
|
17781
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19997' => [ |
|
17782
|
|
|
'name' => 'Kuwait Transverse Mercator', |
|
17783
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17784
|
|
|
'extent_code' => ['1310'], |
|
17785
|
|
|
], |
|
17786
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19998' => [ |
|
17787
|
|
|
'name' => 'Guernsey Grid', |
|
17788
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17789
|
|
|
'extent_code' => ['2989'], |
|
17790
|
|
|
], |
|
17791
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::19999' => [ |
|
17792
|
|
|
'name' => 'Jersey Transverse Mercator', |
|
17793
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9807', |
|
17794
|
|
|
'extent_code' => ['2988'], |
|
17795
|
|
|
], |
|
17796
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::32768' => [ |
|
17797
|
|
|
'name' => 'ETRS89 to ETRF2014 (geocen)', |
|
17798
|
|
|
'method' => 'urn:ogc:def:method:EPSG::32768', |
|
17799
|
|
|
'extent_code' => ['1298'], |
|
17800
|
|
|
], |
|
17801
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::32769' => [ |
|
17802
|
|
|
'name' => 'ETRS89 to ETRF2014 (geog2D to geocen)', |
|
17803
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9602', |
|
17804
|
|
|
'extent_code' => ['1298'], |
|
17805
|
|
|
], |
|
17806
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::32770' => [ |
|
17807
|
|
|
'name' => 'ETRS89 to ETRF2014 (geog3D to geocen)', |
|
17808
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9602', |
|
17809
|
|
|
'extent_code' => ['1298'], |
|
17810
|
|
|
], |
|
17811
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::32771' => [ |
|
17812
|
|
|
'name' => 'WGS 84 to WGS 84 (G2139) (geocen)', |
|
17813
|
|
|
'method' => 'urn:ogc:def:method:EPSG::32768', |
|
17814
|
|
|
'extent_code' => ['1262'], |
|
17815
|
|
|
], |
|
17816
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::32772' => [ |
|
17817
|
|
|
'name' => 'WGS 84 to WGS 84 (G2139) (geog2D to geocen)', |
|
17818
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9602', |
|
17819
|
|
|
'extent_code' => ['1262'], |
|
17820
|
|
|
], |
|
17821
|
|
|
'urn:ogc:def:coordinateOperation:EPSG::32773' => [ |
|
17822
|
|
|
'name' => 'WGS 84 to WGS 84 (G2139) (geog3D to geocen)', |
|
17823
|
|
|
'method' => 'urn:ogc:def:method:EPSG::9602', |
|
17824
|
|
|
'extent_code' => ['1262'], |
|
17825
|
|
|
], |
|
17826
|
|
|
]; |
|
17827
|
|
|
|
|
17828
|
|
|
protected static array $customSridParamData = []; |
|
17829
|
|
|
|
|
17830
|
|
|
protected static array $customTransformationData = []; |
|
17831
|
|
|
|
|
17832
|
|
|
public static function getOperationData(string $operationSrid): array |
|
17833
|
|
|
{ |
|
17834
|
|
|
if (!isset(self::$sridData[$operationSrid])) { |
|
17835
|
|
|
throw new UnknownCoordinateOperationException($operationSrid); |
|
17836
|
|
|
} |
|
17837
|
|
|
|
|
17838
|
|
|
return self::$sridData[$operationSrid]; |
|
17839
|
|
|
} |
|
17840
|
|
|
|
|
17841
|
|
|
public static function getParamData(string $operationSrid): array |
|
17842
|
|
|
{ |
|
17843
|
|
|
if (isset(self::$customSridParamData[$operationSrid])) { |
|
17844
|
|
|
return self::$customSridParamData[$operationSrid]; |
|
17845
|
|
|
} |
|
17846
|
|
|
|
|
17847
|
|
|
return require 'Params/' . str_replace(':', '', str_replace('urn:ogc:def:coordinateOperation:', '', $operationSrid)) . '.php'; |
|
17848
|
|
|
} |
|
17849
|
|
|
|
|
17850
|
|
|
public static function registerCustomOperation(string $srid, string $name, string $method, array $extent, array $params): void |
|
17851
|
|
|
{ |
|
17852
|
|
|
self::$sridData[$srid] = ['name' => $name, 'method' => $method, 'extent_code' => $extent, 'params' => $params]; |
|
17853
|
|
|
self::$customSridParamData[$srid] = $params; |
|
17854
|
|
|
} |
|
17855
|
|
|
|
|
17856
|
|
|
public static function registerCustomTransformation(string $operation, string $name, string $sourceCRS, string $targetCRS, float $accuracy, bool $reversible): void |
|
17857
|
|
|
{ |
|
17858
|
|
|
self::$customTransformationData[] = ['operation' => $operation, 'name' => $name, 'source_crs' => $sourceCRS, 'target_crs' => $targetCRS, 'accuracy' => $accuracy, 'reversible' => $reversible]; |
|
17859
|
|
|
} |
|
17860
|
|
|
|
|
17861
|
|
|
public static function getCustomTransformations(): array |
|
17862
|
|
|
{ |
|
17863
|
|
|
return static::$customTransformationData; |
|
17864
|
|
|
} |
|
17865
|
|
|
} |
|
17866
|
|
|
|