Revision 26813

View differences:

branches/v2_0_0_prep/binaries/linux/.cvsignore
1
*.so*
0 2

  
branches/v2_0_0_prep/binaries/linux/build.xml
1
<project name="binaries linux" default="main" basedir=".">
2
    <description>
3
        Reorganiza el directorio binaries/linux, para que pueda usarse directamente por gvSIG.
4
    </description>
5

  
6
	<available property="is3D" file="3D" />
7

  
8
	<target name="init">
9
		<condition property="isLinux">
10
			<os family="unix"/>
11
		</condition>
12
	</target>
13
	<property name="targetDir" location="." />
14

  
15
	<target name="main" depends="init, ecw, gdal, mrsid, crs, potrace, 3D, grass" />
16
	<target name="without-3D" depends="init, ecw, gdal, mrsid, crs, potrace" />
17

  
18
	<target name="ecw">
19
		<copy todir="${targetDir}">
20
			<fileset dir="raster/ecw" includes="libjecw.so.0.0.6, libNCScnet.so, libNCSEcwC.so, libNCSEcw.so, libNCSUtil.so" />
21
		</copy>
22
		<!-- necesitamos borrar los links antes de crearlos, porque failonerror=false no
23
		      funciona correctamente -->
24

  
25
		<antcall target="makeLink">
26
			<param name="ml.file" location="${targetDir}/libjecw.so.0.0.6"/>
27
			<param name="ml.link" value="${targetDir}/libjecw.so"/>
28
			<param name="ml.failonerror" value="false"/>
29
		</antcall>
30

  
31
		<antcall target="makeLink">
32
			<param name="ml.file" location="${targetDir}/libjecw.so.0.0.6"/>
33
			<param name="ml.link" value="${targetDir}/libjecw.so.0"/>
34
			<param name="ml.failonerror" value="false"/>
35
		</antcall>
36

  
37
		<antcall target="makeLink">
38
			<param name="ml.file" location="${targetDir}/libNCScnet.so"/>
39
			<param name="ml.link" value="${targetDir}/libNCScnet.so.0"/>
40
			<param name="ml.failonerror" value="false"/>
41
		</antcall>
42

  
43
		<antcall target="makeLink">
44
			<param name="ml.file" location="${targetDir}/libNCScnet.so"/>
45
			<param name="ml.link" value="${targetDir}/libNCSCnet.so"/>
46
			<param name="ml.failonerror" value="false"/>
47
		</antcall>
48

  
49
		<antcall target="makeLink">
50
			<param name="ml.file" location="${targetDir}/libNCScnet.so"/>
51
			<param name="ml.link" value="${targetDir}/libNCSCnet.so.0"/>
52
			<param name="ml.failonerror" value="false"/>
53
		</antcall>
54

  
55

  
56
		<antcall target="makeLink">
57
			<param name="ml.file" location="${targetDir}/libNCScnet.so"/>
58
			<param name="ml.link" value="${targetDir}/libNCSCNet.so"/>
59
			<param name="ml.failonerror" value="false"/>
60
		</antcall>
61

  
62
		<antcall target="makeLink">
63
			<param name="ml.file" location="${targetDir}/libNCScnet.so"/>
64
			<param name="ml.link" value="${targetDir}/libNCSCNet.so.0"/>
65
			<param name="ml.failonerror" value="false"/>
66
		</antcall>
67

  
68
		<antcall target="makeLink">
69
			<param name="ml.file" location="${targetDir}/libNCSEcw.so"/>
70
			<param name="ml.link" value="${targetDir}/libNCSEcw.so.0"/>
71
			<param name="ml.failonerror" value="false"/>
72
		</antcall>
73

  
74
		<antcall target="makeLink">
75
			<param name="ml.file" location="${targetDir}/libNCSEcwC.so"/>
76
			<param name="ml.link" value="${targetDir}/libNCSEcwC.so.0"/>
77
			<param name="ml.failonerror" value="false"/>
78
		</antcall>
79

  
80
		<antcall target="makeLink">
81
			<param name="ml.file" location="${targetDir}/libNCSUtil.so"/>
82
			<param name="ml.link" value="${targetDir}/libNCSUtil.so.0"/>
83
			<param name="ml.failonerror" value="false"/>
84
		</antcall>
85

  
86
	</target>
87

  
88
	<target name="gdal">
89
		<copy todir="${targetDir}">
90
			<fileset dir="raster/gdal"
91
				 includes="lib*.so*"/>
92
		</copy>
93
		<antcall target="makeLink">
94
			<param name="ml.file" location="${targetDir}/libcrypto.so.0.9.7"/>
95
			<param name="ml.link" value="${targetDir}/libcrypto.so"/>
96
			<param name="ml.failonerror" value="false"/>
97
		</antcall>
98

  
99
		<antcall target="makeLink">
100
			<param name="ml.file" location="${targetDir}/libcrypto.so.0.9.7"/>
101
			<param name="ml.link" value="${targetDir}/libcrypto.so.0"/>
102
			<param name="ml.failonerror" value="false"/>
103
		</antcall>
104

  
105
		<antcall target="makeLink">
106
			<param name="ml.file" location="${targetDir}/libgdal.so.1.12.2"/>
107
			<param name="ml.link" value="${targetDir}/libgdal.so"/>
108
			<param name="ml.failonerror" value="false"/>
109
		</antcall>
110

  
111
		<antcall target="makeLink">
112
			<param name="ml.file" location="${targetDir}/libgdal.so.1.12.2"/>
113
			<param name="ml.link" value="${targetDir}/libgdal.so.1"/>
114
			<param name="ml.failonerror" value="false"/>
115
		</antcall>
116

  
117

  
118
		<antcall target="makeLink">
119
			<param name="ml.file" location="${targetDir}/libjasper-1.701.so.1"/>
120
			<param name="ml.link" value="${targetDir}/libjasper-1.701.so"/>
121
			<param name="ml.failonerror" value="false"/>
122
		</antcall>
123

  
124
		<!--
125
		<antcall target="makeLink">
126
			<param name="ml.file" location="libjasper-1.701.so.1.0.0"/>
127
			<param name="ml.link" value="${targetDir}/libjasper-1.701.so.1"/>
128
			<param name="ml.failonerror" value="false"/>
129
		</antcall>
130
		-->
131

  
132
		<antcall target="makeLink">
133
			<param name="ml.file" location="${targetDir}/libjgdal.so.0.9.1"/>
134
			<param name="ml.link" value="${targetDir}/libjgdal.so"/>
135
			<param name="ml.failonerror" value="false"/>
136
		</antcall>
137

  
138
		<antcall target="makeLink">
139
			<param name="ml.file" location="${targetDir}/libjgdal.so.0.9.1"/>
140
			<param name="ml.link" value="${targetDir}/libjgdal.so.0"/>
141
			<param name="ml.failonerror" value="false"/>
142
		</antcall>
143

  
144
		<antcall target="makeLink">
145
			<param name="ml.file" location="${targetDir}/libodbc.so.1"/>
146
			<param name="ml.link" value="${targetDir}/libodbc.so"/>
147
			<param name="ml.failonerror" value="false"/>
148
		</antcall>
149

  
150
		<antcall target="makeLink">
151
			<param name="ml.file" location="${targetDir}/libpng.so.3"/>
152
			<param name="ml.link" value="${targetDir}/libpng.so"/>
153
			<param name="ml.failonerror" value="false"/>
154
		</antcall>
155

  
156
		<!--<antcall target="makeLink">
157
			<param name="ml.file" location="${targetDir}/libpq.so.3"/>
158
			<param name="ml.link" value="${targetDir}/libpq.so"/>
159
			<param name="ml.failonerror" value="false"/>
160
		</antcall>-->
161
		
162
		<antcall target="makeLink">
163
			<param name="ml.file" location="${targetDir}/libpq.so.5.1"/>
164
			<param name="ml.link" value="${targetDir}/libpq.so.5"/>
165
			<param name="ml.failonerror" value="false"/>
166
		</antcall>
167

  
168
		<antcall target="makeLink">
169
			<param name="ml.file" location="${targetDir}/libssl.so.0.9.7"/>
170
			<param name="ml.link" value="${targetDir}/libssl.so"/>
171
			<param name="ml.failonerror" value="false"/>
172
		</antcall>
173

  
174
		<antcall target="makeLink">
175
			<param name="ml.file" location="${targetDir}/libssl.so.0.9.7"/>
176
			<param name="ml.link" value="${targetDir}/libssl.so.0"/>
177
			<param name="ml.failonerror" value="false"/>
178
		</antcall>
179

  
180
		<antcall target="makeLink">
181
			<param name="ml.file" location="${targetDir}/libcrypt.so.1"/>
182
			<param name="ml.link" value="${targetDir}/libcrypt.so"/>
183
			<param name="ml.failonerror" value="false"/>
184
		</antcall>
185

  
186
		<antcall target="makeLink">
187
			<param name="ml.file" location="${targetDir}/libjpeg.so.62"/>
188
			<param name="ml.link" value="${targetDir}/libjpeg.so"/>
189
			<param name="ml.failonerror" value="false"/>
190
		</antcall>
191

  
192
		<antcall target="makeLink">
193
			<param name="ml.file" location="${targetDir}/libm.so.6"/>
194
			<param name="ml.link" value="${targetDir}/libm.so"/>
195
			<param name="ml.failonerror" value="false"/>
196
		</antcall>
197

  
198
		<antcall target="makeLink">
199
			<param name="ml.file" location="${targetDir}/libnsl.so.1"/>
200
			<param name="ml.link" value="${targetDir}/libnsl.so"/>
201
			<param name="ml.failonerror" value="false"/>
202
		</antcall>
203

  
204
		<antcall target="makeLink">
205
			<param name="ml.file" location="${targetDir}/libodbc.so.1"/>
206
			<param name="ml.link" value="${targetDir}/libodbc.so"/>
207
			<param name="ml.failonerror" value="false"/>
208
		</antcall>
209

  
210

  
211
		<antcall target="makeLink">
212
			<param name="ml.file" location="${targetDir}/libpng.so.3"/>
213
			<param name="ml.link" value="${targetDir}/libpng.so"/>
214
			<param name="ml.failonerror" value="false"/>
215
		</antcall>
216

  
217
		<!--<antcall target="makeLink">
218
			<param name="ml.file" location="${targetDir}/libpq.so.3"/>
219
			<param name="ml.link" value="${targetDir}/libpq.so"/>
220
			<param name="ml.failonerror" value="false"/>
221
		</antcall>-->
222

  
223
		<antcall target="makeLink">
224
			<param name="ml.file" location="${targetDir}/libz.so.1"/>
225
			<param name="ml.link" value="${targetDir}/libz.so"/>
226
			<param name="ml.failonerror" value="false"/>
227
		</antcall>
228
		<!--
229
		<antcall target="makeLink">
230
			<param name="ml.file" location="${targetDir}/libhdf5_hl.so.0.0.0"/>
231
			<param name="ml.link" value="${targetDir}/libhdf5_hl.so.0"/>
232
			<param name="ml.failonerror" value="false"/>
233
		</antcall>
234
		
235
		<antcall target="makeLink">
236
			<param name="ml.file" location="${targetDir}/libhdf5_hl.so.0.0.0"/>
237
			<param name="ml.link" value="${targetDir}/libhdf5_hl.so"/>
238
			<param name="ml.failonerror" value="false"/>
239
		</antcall>
240
		
241
		<antcall target="makeLink">
242
			<param name="ml.file" location="${targetDir}/libhdf5.so.0.0.0"/>
243
			<param name="ml.link" value="${targetDir}/libhdf5.so.0"/>
244
			<param name="ml.failonerror" value="false"/>
245
		</antcall>
246
		
247
		<antcall target="makeLink">
248
			<param name="ml.file" location="${targetDir}/libhdf5.so.0.0.0"/>
249
			<param name="ml.link" value="${targetDir}/libhdf5.so"/>
250
			<param name="ml.failonerror" value="false"/>
251
		</antcall>
252
		-->
253
	</target>
254

  
255
	<target name="mrsid">
256
		<copy todir="${targetDir}">
257
			<fileset dir="raster/mrsid" includes="libjmrsid.so.0.0.2" />
258
		</copy>
259
		<antcall target="makeLink">
260
			<param name="ml.file" location="${targetDir}/libjmrsid.so.0.0.2"/>
261
			<param name="ml.link" value="${targetDir}/libjmrsid.so"/>
262
			<param name="ml.failonerror" value="false"/>
263
		</antcall>
264

  
265
		<antcall target="makeLink">
266
			<param name="ml.file" location="${targetDir}/libjmrsid.so.0.0.2"/>
267
			<param name="ml.link" value="${targetDir}/libjmrsid.so.0"/>
268
			<param name="ml.failonerror" value="false"/>
269
		</antcall>
270

  
271
	</target>
272
	
273
	<target name="grass">
274
		<copy todir="${targetDir}">
275
			<fileset dir="raster/grass" includes="lib*.so*" />
276
		</copy>
277
		<antcall target="makeLink">
278
			<param name="ml.file" location="${targetDir}/libgrass_datetime.6.0.2.so"/>
279
			<param name="ml.link" value="${targetDir}/libgrass_datetime.so"/>
280
			<param name="ml.failonerror" value="false"/>
281
		</antcall>
282

  
283
		<antcall target="makeLink">
284
			<param name="ml.file" location="${targetDir}/libgrass_dbmibase.6.0.2.so"/>
285
			<param name="ml.link" value="${targetDir}/libgrass_dbmibase.so"/>
286
			<param name="ml.failonerror" value="false"/>
287
		</antcall>
288
			
289
		<antcall target="makeLink">
290
			<param name="ml.file" location="${targetDir}/libgrass_dbmiclient.6.0.2.so"/>
291
			<param name="ml.link" value="${targetDir}/libgrass_dbmiclient.so"/>
292
			<param name="ml.failonerror" value="false"/>
293
		</antcall>
294
		
295
		<antcall target="makeLink">
296
			<param name="ml.file" location="${targetDir}/libgrass_dgl.6.0.2.so"/>
297
			<param name="ml.link" value="${targetDir}/libgrass_dgl.so"/>
298
			<param name="ml.failonerror" value="false"/>
299
		</antcall>
300
		
301
		<antcall target="makeLink">
302
			<param name="ml.file" location="${targetDir}/libgrass_dig2.6.0.2.so"/>
303
			<param name="ml.link" value="${targetDir}/libgrass_dig2.so"/>
304
			<param name="ml.failonerror" value="false"/>
305
		</antcall>
306
		
307
		<antcall target="makeLink">
308
			<param name="ml.file" location="${targetDir}/libgrass_gis.6.0.2.so"/>
309
			<param name="ml.link" value="${targetDir}/libgrass_gis.so"/>
310
			<param name="ml.failonerror" value="false"/>
311
		</antcall>
312
		
313
		<antcall target="makeLink">
314
			<param name="ml.file" location="${targetDir}/libgrass_gmath.6.0.2.so"/>
315
			<param name="ml.link" value="${targetDir}/libgrass_gmath.so"/>
316
			<param name="ml.failonerror" value="false"/>
317
		</antcall>
318
		
319
		<antcall target="makeLink">
320
			<param name="ml.file" location="${targetDir}/libgrass_gproj.6.0.2.so"/>
321
			<param name="ml.link" value="${targetDir}/libgrass_gproj.so"/>
322
			<param name="ml.failonerror" value="false"/>
323
		</antcall>
324
		
325
		<antcall target="makeLink">
326
			<param name="ml.file" location="${targetDir}/libgrass_I.6.0.2.so"/>
327
			<param name="ml.link" value="${targetDir}/libgrass_I.so"/>
328
			<param name="ml.failonerror" value="false"/>
329
		</antcall>
330
		
331
		<antcall target="makeLink">
332
			<param name="ml.file" location="${targetDir}/libgrass_linkm.6.0.2.so"/>
333
			<param name="ml.link" value="${targetDir}/libgrass_linkm.so"/>
334
			<param name="ml.failonerror" value="false"/>
335
		</antcall>
336
		
337
		<antcall target="makeLink">
338
			<param name="ml.file" location="${targetDir}/libgrass_rtree.6.0.2.so"/>
339
			<param name="ml.link" value="${targetDir}/libgrass_rtree.so"/>
340
			<param name="ml.failonerror" value="false"/>
341
		</antcall>
342
		
343
		<antcall target="makeLink">
344
			<param name="ml.file" location="${targetDir}/libgrass_vask.6.0.2.so"/>
345
			<param name="ml.link" value="${targetDir}/libgrass_vask.so"/>
346
			<param name="ml.failonerror" value="false"/>
347
		</antcall>
348
		
349
		<antcall target="makeLink">
350
			<param name="ml.file" location="${targetDir}/libgrass_vect.6.0.2.so"/>
351
			<param name="ml.link" value="${targetDir}/libgrass_vect.so"/>
352
			<param name="ml.failonerror" value="false"/>
353
		</antcall>
354
		
355
		<!--<antcall target="makeLink">
356
			<param name="ml.file" location="${targetDir}/libproj.so.0.5.0"/>
357
			<param name="ml.link" value="${targetDir}/libproj.so"/>
358
			<param name="ml.failonerror" value="false"/>
359
		</antcall>-->
360
	</target>
361

  
362
	<target name="potrace">
363
		<copy todir="${targetDir}">
364
			<fileset dir="raster/potrace" includes="lib*.so*"/>
365
		</copy>
366

  
367
		<antcall target="makeLink">
368
			<param name="ml.file" location="${targetDir}/libpotrace.so.0.0.1"/>
369
			<param name="ml.link" value="${targetDir}/libpotrace.so"/>
370
			<param name="ml.failonerror" value="false"/>
371
		</antcall>
372

  
373
		<antcall target="makeLink">
374
			<param name="ml.file" location="${targetDir}/libjpotrace.so.0.0.1"/>
375
			<param name="ml.link" value="${targetDir}/libjpotrace.so"/>
376
			<param name="ml.failonerror" value="false"/>
377
		</antcall>
378

  
379
		<antcall target="makeLink">
380
			<param name="ml.file" location="${targetDir}/libpotrace.so.0.0.1"/>
381
			<param name="ml.link" value="${targetDir}/libpotrace.so.0"/>
382
			<param name="ml.failonerror" value="false"/>
383
		</antcall>
384

  
385
		<antcall target="makeLink">
386
			<param name="ml.file" location="${targetDir}/libjpotrace.so.0.0.1"/>
387
			<param name="ml.link" value="${targetDir}/libjpotrace.so.0"/>
388
			<param name="ml.failonerror" value="false"/>
389
		</antcall>
390
	</target>
391

  
392
	<target name="crs">
393
		<copy todir="${targetDir}">
394
			<fileset dir="crs"
395
				includes="*.so.*,*.so"/>
396
		</copy>
397

  
398

  
399
		<antcall target="makeLink">
400
			<param name="ml.file" location="${targetDir}/libproj.so.0.5.0"/>
401
			<param name="ml.link" value="${targetDir}/libproj.so"/>
402
			<param name="ml.failonerror" value="false"/>
403
		</antcall>
404

  
405
		<antcall target="makeLink">
406
			<param name="ml.file" location="${targetDir}/libproj.so.0.5.0"/>
407
			<param name="ml.link" value="${targetDir}/libproj.so.0"/>
408
			<param name="ml.failonerror" value="false"/>
409
		</antcall>
410

  
411
		<antcall target="makeLink">
412
			<param name="ml.file" location="${targetDir}/libcrsjniproj.so.0.1.1"/>
413
			<param name="ml.link" value="${targetDir}/libcrsjniproj.so"/>
414
			<param name="ml.failonerror" value="false"/>
415
		</antcall>
416
		<antcall target="makeLink">
417
			<param name="ml.file" location="${targetDir}/libcrsjniproj.so.0.1.1"/>
418
			<param name="ml.link" value="${targetDir}/libcrsjniproj.so.0"/>
419
			<param name="ml.failonerror" value="false"/>
420
		</antcall>
421

  
422
	</target>
423

  
424

  
425

  
426

  
427
	<target name="makeLink" if="isLinux">
428
		<!--<exec executable="ln" os="unix" failonerror="${ml.failonerror}">-->
429
		<exec executable="ln" failonerror="true">
430
		    <arg value="-sf"/>
431
		    <arg value="${ml.file}"/>
432
		    <arg value="${ml.link}"/>
433
		</exec>
434
	</target>
435

  
436
	<target name="clean3D" if="is3D">
437
		<delete includeemptydirs="true">
438
			<fileset dir="${targetDir}" includes="osgPlugins**/**" />
439
		</delete>
440
	</target>
441

  
442
	<target name="clean" depends="clean3D">
443
		<delete>
444
			<fileset
445
				dir="${targetDir}"
446
				includes="*.so*"/>
447
		</delete>
448
	</target>
449

  
450

  
451
	<target name="3D" if="is3D">
452
		<copy todir="${targetDir}">
453
			<fileset dir="3D" includes="*.so*" />
454
		</copy>
455
		<copy todir="${targetDir}">
456
			<fileset dir="3D" includes="**/*.so*" />
457
		</copy>
458

  
459
		<!--<property file="3D/links.properties" prefix="links3D"/>-->
460
		<exec executable="${basedir}/3D/install-3D.sh">
461
			<arg value="${targetDir}"/>
462
		</exec>
463

  
464
		<!-- cd $HOME/.depman/lib ; find . -type l -exec ls -l {} ';' | sed 's/.*[.][/]//g' | sed 's/\(.*\) -> \(.*\)$/ln -sf \2 \1/g' > ${3D}/install-3D.sh ; cat ${3D}/install-3D.sh.head ${3D}/install-3D.sh > ${3D}/install-3D.sh -->
465

  
466
	</target>
467

  
468
</project>
0 469

  
branches/v2_0_0_prep/binaries/linux/raster/gdal/data/stateplane.csv
1
"ID","STATE","ZONE","PROJ_METHOD","DATUM","USGS_CODE","EPSG_PCS_CODE"
2
101,ALABAMA,EAST,1,NAD83,101,26929
3
102,ALABAMA,WEST,1,NAD83,102,26930
4
201,ARIZONA,EAST,1,NAD83,201,26948
5
202,ARIZONA,CENTRAL,1,NAD83,202,26949
6
203,ARIZONA,WEST,1,NAD83,203,26950
7
301,ARKANSAS,NORTH,2,NAD83,301,26951
8
302,ARKANSAS,SOUTH,2,NAD83,302,26952
9
401,CALIFORNIA,I,2,NAD83,401,26941
10
402,CALIFORNIA,II,2,NAD83,402,26942
11
403,CALIFORNIA,III,2,NAD83,403,26943
12
404,CALIFORNIA,IV,2,NAD83,404,26944
13
405,CALIFORNIA,V,2,NAD83,405,26945
14
406,CALIFORNIA,VI,2,NAD83,406,26946
15
501,COLORADO,NORTH,2,NAD83,501,26953
16
502,COLORADO,CENTRAL,2,NAD83,502,26954
17
503,COLORADO,SOUTH,2,NAD83,503,26955
18
600,CONNECTICUT,,2,NAD83,600,26956
19
700,DELAWARE,,1,NAD83,700,26957
20
901,FLORIDA,EAST,1,NAD83,901,26958
21
902,FLORIDA,WEST,1,NAD83,902,26959
22
903,FLORIDA,NORTH,2,NAD83,903,26960
23
1001,GEORGIA,EAST,1,NAD83,1001,26966
24
1002,GEORGIA,WEST,1,NAD83,1002,26967
25
1101,IDAHO,EAST,1,NAD83,1101,26968
26
1102,IDAHO,CENTRAL,1,NAD83,1102,26969
27
1103,IDAHO,WEST,1,NAD83,1103,26970
28
1201,ILLINOIS,EAST,1,NAD83,1201,26971
29
1202,ILLINOIS,WEST,1,NAD83,1202,26972
30
1301,INDIANA,EAST,1,NAD83,1301,26973
31
1302,INDIANA,WEST,1,NAD83,1302,26974
32
1401,IOWA,NORTH,2,NAD83,1401,26975
33
1402,IOWA,SOUTH,2,NAD83,1402,26976
34
1501,KANSAS,NORTH,2,NAD83,1501,26977
35
1502,KANSAS,SOUTH,2,NAD83,1502,26978
36
1601,KENTUCKY,NORTH,2,NAD83,1601,2205
37
1602,KENTUCKY,SOUTH,2,NAD83,1602,26980
38
1701,LOUISIANA,NORTH,2,NAD83,1701,26981
39
1702,LOUISIANA,SOUTH,2,NAD83,1702,26982
40
1703,LOUISIANA,OFFSHORE,2,NAD83,1703,
41
1801,MAINE,EAST,1,NAD83,1801,26983
42
1802,MAINE,WEST,1,NAD83,1802,26984
43
1900,MARYLAND,,2,NAD83,1900,26985
44
2001,MASSACHUSETTS,MAINLAND,2,NAD83,2001,26986
45
2002,MASSACHUSETTS,ISLAND,2,NAD83,2002,26987
46
2111,MICHIGAN,NORTH,2,NAD83,2111,26988
47
2112,MICHIGAN,CENTRAL,2,NAD83,2112,26989
48
2113,MICHIGAN,SOUTH,2,NAD83,2113,26990
49
2201,MINNESOTA,NORTH,2,NAD83,2201,26991
50
2202,MINNESOTA,CENTRAL,2,NAD83,2202,26992
51
2203,MINNESOTA,SOUTH,2,NAD83,2203,26993
52
2301,MISSISSIPPI,EAST,1,NAD83,2301,26994
53
2302,MISSISSIPPI,WEST,1,NAD83,2302,26995
54
2401,MISSOURI,EAST,1,NAD83,2401,26996
55
2402,MISSOURI,CENTRAL,1,NAD83,2402,26997
56
2403,MISSOURI,WEST,1,NAD83,2403,26998
57
2500,MONTANA,,2,NAD83,2500,32100
58
2600,NEBRASKA,,2,NAD83,2600,32104
59
2701,NEVADA,EAST,1,NAD83,2701,32107
60
2702,NEVADA,CENTRAL,1,NAD83,2702,32108
61
2703,NEVADA,WEST,1,NAD83,2703,32109
62
2800,"NEW HAMPSHIRE",,1,NAD83,2800,32110
63
2900,"NEW JERSEY",,1,NAD83,2900,32111
64
3001,"NEW MEXICO",EAST,1,NAD83,3001,32112
65
3002,"NEW MEXICO",CENTRAL,1,NAD83,3002,32113
66
3003,"NEW MEXICO",WEST,1,NAD83,3003,32114
67
3101,"NEW YORK",EAST,1,NAD83,3101,32115
68
3102,"NEW YORK",CENTRAL,1,NAD83,3102,32116
69
3103,"NEW YORK",WEST,1,NAD83,3103,32117
70
3104,"NEW YORK","LONG ISLAND",2,NAD83,3104,32118
71
3200,"NORTH CAROLINA",,2,NAD83,3200,32119
72
3301,"NORTH DAKOTA",NORTH,2,NAD83,3301,32120
73
3302,"NORTH DAKOTA",SOUTH,2,NAD83,3302,32121
74
3401,OHIO,NORTH,2,NAD83,3401,32122
75
3402,OHIO,SOUTH,2,NAD83,3402,32123
76
3501,OKLAHOMA,NORTH,2,NAD83,3501,32124
77
3502,OKLAHOMA,SOUTH,2,NAD83,3502,32125
78
3601,OREGON,NORTH,2,NAD83,3601,32126
79
3602,OREGON,SOUTH,2,NAD83,3602,32127
80
3701,PENNSYLVANIA,NORTH,2,NAD83,3701,32128
81
3702,PENNSYLVANIA,SOUTH,2,NAD83,3702,32129
82
3800,"RHODE ISLAND",,1,NAD83,3800,32130
83
3900,"SOUTH CAROLINA",,2,NAD83,3900,32133
84
4001,"SOUTH DAKOTA",NORTH,2,NAD83,4001,32134
85
4002,"SOUTH DAKOTA",SOUTH,2,NAD83,4002,32135
86
4100,TENNESSEE,,2,NAD83,4100,32136
87
4201,TEXAS,NORTH,2,NAD83,4201,32137
88
4202,TEXAS,"NORTH CENTRAL",2,NAD83,4202,32138
89
4203,TEXAS,CENTRAL,2,NAD83,4203,32139
90
4204,TEXAS,"SOUTH CENTRAL",2,NAD83,4204,32140
91
4205,TEXAS,SOUTH,2,NAD83,4205,32141
92
4301,UTAH,NORTH,2,NAD83,4301,32142
93
4302,UTAH,CENTRAL,2,NAD83,4302,32143
94
4303,UTAH,SOUTH,2,NAD83,4303,32144
95
4400,VERMONT,,1,NAD83,4400,32145
96
4501,VIRGINIA,NORTH,2,NAD83,4501,32146
97
4502,VIRGINIA,SOUTH,2,NAD83,4502,32147
98
4601,WASHINGTON,NORTH,2,NAD83,4601,32148
99
4602,WASHINGTON,SOUTH,2,NAD83,4602,32149
100
4701,"WEST VIRGINIA",NORTH,2,NAD83,4701,32150
101
4702,"WEST VIRGINIA",SOUTH,2,NAD83,4702,32151
102
4801,WISCONSIN,NORTH,2,NAD83,4801,32152
103
4802,WISCONSIN,CENTRAL,2,NAD83,4802,32153
104
4803,WISCONSIN,SOUTH,2,NAD83,4803,32154
105
4901,WYOMING,EAST,1,NAD83,4901,32155
106
4902,WYOMING,"EAST CENTRAL",1,NAD83,4902,32156
107
4903,WYOMING,"WEST CENTRAL",1,NAD83,4903,32157
108
4904,WYOMING,WEST,1,NAD83,4904,32158
109
5001,ALASKA,"ZONE NO. 1",4,NAD83,5001,26931
110
5002,ALASKA,"ZONE NO. 2",1,NAD83,5002,26932
111
5003,ALASKA,"ZONE NO. 3",1,NAD83,5003,26933
112
5004,ALASKA,"ZONE NO. 4",1,NAD83,5004,26934
113
5005,ALASKA,"ZONE NO. 5",1,NAD83,5005,26935
114
5006,ALASKA,"ZONE NO. 6",1,NAD83,5006,26936
115
5007,ALASKA,"ZONE NO. 7",1,NAD83,5007,26937
116
5008,ALASKA,"ZONE NO. 8",1,NAD83,5008,26938
117
5009,ALASKA,"ZONE NO. 9",1,NAD83,5009,26939
118
5010,ALASKA,"ZONE NO. 10",2,NAD83,5010,26940
119
5101,HAWAII,1,1,NAD83,5101,26961
120
5102,HAWAII,2,1,NAD83,5102,26962
121
5103,HAWAII,3,1,NAD83,5103,26963
122
5104,HAWAII,4,1,NAD83,5104,26964
123
5105,HAWAII,5,1,NAD83,5105,26965
124
5200,"PUERTO RICO AND","VIRGIN ISLANDS",2,NAD83,5200,32161
125
10101,ALABAMA,EAST,1,NAD27,101,26729
126
10102,ALABAMA,WEST,1,NAD27,102,26730
127
10201,ARIZONA,EAST,1,NAD27,201,26748
128
10202,ARIZONA,CENTRAL,1,NAD27,202,26749
129
10203,ARIZONA,WEST,1,NAD27,203,26750
130
10301,ARKANSAS,NORTH,2,NAD27,301,26751
131
10302,ARKANSAS,SOUTH,2,NAD27,302,26752
132
10401,CALIFORNIA,I,2,NAD27,401,26741
133
10402,CALIFORNIA,II,2,NAD27,402,26742
134
10403,CALIFORNIA,III,2,NAD27,403,26743
135
10404,CALIFORNIA,IV,2,NAD27,404,26744
136
10405,CALIFORNIA,V,2,NAD27,405,26745
137
10406,CALIFORNIA,VI,2,NAD27,406,26746
138
10407,CALIFORNIA,VII,2,NAD27,407,26799
139
10501,COLORADO,NORTH,2,NAD27,501,26753
140
10502,COLORADO,CENTRAL,2,NAD27,502,26754
141
10503,COLORADO,SOUTH,2,NAD27,503,26755
142
10600,CONNECTICUT,,2,NAD27,600,26756
143
10700,DELAWARE,,1,NAD27,700,26757
144
10901,FLORIDA,EAST,1,NAD27,901,26758
145
10902,FLORIDA,WEST,1,NAD27,902,26759
146
10903,FLORIDA,NORTH,2,NAD27,903,26760
147
11001,GEORGIA,EAST,1,NAD27,1001,26766
148
11002,GEORGIA,WEST,1,NAD27,1002,26767
149
11101,IDAHO,EAST,1,NAD27,1101,26768
150
11102,IDAHO,CENTRAL,1,NAD27,1102,26769
151
11103,IDAHO,WEST,1,NAD27,1103,26770
152
11201,ILLINOIS,EAST,1,NAD27,1201,26771
153
11202,ILLINOIS,WEST,1,NAD27,1202,26772
154
11301,INDIANA,EAST,1,NAD27,1301,26773
155
11302,INDIANA,WEST,1,NAD27,1302,26774
156
11401,IOWA,NORTH,2,NAD27,1401,26775
157
11402,IOWA,SOUTH,2,NAD27,1402,26776
158
11501,KANSAS,NORTH,2,NAD27,1501,26777
159
11502,KANSAS,SOUTH,2,NAD27,1502,26778
160
11601,KENTUCKY,NORTH,2,NAD27,1601,26779
161
11602,KENTUCKY,SOUTH,2,NAD27,1602,26780
162
11701,LOUISIANA,NORTH,2,NAD27,1701,26781
163
11702,LOUISIANA,SOUTH,2,NAD27,1702,26782
164
11703,LOUISIANA,OFFSHORE,2,NAD27,1703,
165
11801,MAINE,EAST,1,NAD27,1801,26783
166
11802,MAINE,WEST,1,NAD27,1802,26784
167
11900,MARYLAND,,2,NAD27,1900,26785
168
12001,MASSACHUSETTS,MAINLAND,2,NAD27,2001,26786
169
12002,MASSACHUSETTS,ISLAND,2,NAD27,2002,26787
170
12101,MICHIGAN,EAST,1,NAD27,2101,26801
171
12102,MICHIGAN,"CENTRAL/M",1,NAD27,2102,26802
172
12103,MICHIGAN,WEST,1,NAD27,2103,26803
173
12111,MICHIGAN,NORTH,2,NAD27,2111,26811
174
12112,MICHIGAN,"CENTRAL/L",2,NAD27,2112,26812
175
12113,MICHIGAN,SOUTH,2,NAD27,2113,26813
176
12201,MINNESOTA,NORTH,2,NAD27,2201,26791
177
12202,MINNESOTA,CENTRAL,2,NAD27,2202,26792
178
12203,MINNESOTA,SOUTH,2,NAD27,2203,26793
179
12301,MISSISSIPPI,EAST,1,NAD27,2301,26794
180
12302,MISSISSIPPI,WEST,1,NAD27,2302,26795
181
12401,MISSOURI,EAST,1,NAD27,2401,26796
182
12402,MISSOURI,CENTRAL,1,NAD27,2402,26797
183
12403,MISSOURI,WEST,1,NAD27,2403,26798
184
12501,MONTANA,NORTH,2,NAD27,2501,32001
185
12502,MONTANA,CENTRAL,2,NAD27,2502,32002
186
12503,MONTANA,SOUTH,2,NAD27,2503,32003
187
12601,NEBRASKA,NORTH,2,NAD27,2601,32005
188
12602,NEBRASKA,SOUTH,2,NAD27,2602,32006
189
12701,NEVADA,EAST,1,NAD27,2701,32007
190
12702,NEVADA,CENTRAL,1,NAD27,2702,32008
191
12703,NEVADA,WEST,1,NAD27,2703,32009
192
12800,"NEW HAMPSHIRE",,1,NAD27,2800,32010
193
12900,"NEW JERSEY",,1,NAD27,2900,32011
194
13001,"NEW MEXICO",EAST,1,NAD27,3001,32012
195
13002,"NEW MEXICO",CENTRAL,1,NAD27,3002,32013
196
13003,"NEW MEXICO",WEST,1,NAD27,3003,32014
197
13101,"NEW YORK",EAST,1,NAD27,3101,32015
198
13102,"NEW YORK",CENTRAL,1,NAD27,3102,32016
199
13103,"NEW YORK",WEST,1,NAD27,3103,32017
200
13104,"NEW YORK","LONG ISLAND",2,NAD27,3104,32018
201
13200,"NORTH CAROLINA",,2,NAD27,3200,32019
202
13301,"NORTH DAKOTA",NORTH,2,NAD27,3301,32020
203
13302,"NORTH DAKOTA",SOUTH,2,NAD27,3302,32021
204
13401,OHIO,NORTH,2,NAD27,3401,32022
205
13402,OHIO,SOUTH,2,NAD27,3402,32023
206
13501,OKLAHOMA,NORTH,2,NAD27,3501,32024
207
13502,OKLAHOMA,SOUTH,2,NAD27,3502,32025
208
13601,OREGON,NORTH,2,NAD27,3601,32026
209
13602,OREGON,SOUTH,2,NAD27,3602,32027
210
13701,PENNSYLVANIA,NORTH,2,NAD27,3701,32028
211
13702,PENNSYLVANIA,SOUTH,2,NAD27,3702,32029
212
13800,"RHODE ISLAND",,1,NAD27,3800,32030
213
13901,"SOUTH CAROLINA",NORTH,2,NAD27,3901,32031
214
13902,"SOUTH CAROLINA",SOUTH,2,NAD27,3902,32033
215
14001,"SOUTH DAKOTA",NORTH,2,NAD27,4001,32034
216
14002,"SOUTH DAKOTA",SOUTH,2,NAD27,4002,32035
217
14100,TENNESSEE,,2,NAD27,4100,2204
218
14201,TEXAS,NORTH,2,NAD27,4201,32037
219
14202,TEXAS,"NORTH CENTRAL",2,NAD27,4202,32038
220
14203,TEXAS,CENTRAL,2,NAD27,4203,32039
221
14204,TEXAS,"SOUTH CENTRAL",2,NAD27,4204,32040
222
14205,TEXAS,SOUTH,2,NAD27,4205,32041
223
14301,UTAH,NORTH,2,NAD27,4301,32042
224
14302,UTAH,CENTRAL,2,NAD27,4302,32043
225
14303,UTAH,SOUTH,2,NAD27,4303,32044
226
14400,VERMONT,,1,NAD27,4400,32045
227
14501,VIRGINIA,NORTH,2,NAD27,4501,32046
228
14502,VIRGINIA,SOUTH,2,NAD27,4502,32047
229
14601,WASHINGTON,NORTH,2,NAD27,4601,32048
230
14602,WASHINGTON,SOUTH,2,NAD27,4602,32049
231
14701,"WEST VIRGINIA",NORTH,2,NAD27,4701,32050
232
14702,"WEST VIRGINIA",SOUTH,2,NAD27,4702,32051
233
14801,WISCONSIN,NORTH,2,NAD27,4801,32052
234
14802,WISCONSIN,CENTRAL,2,NAD27,4802,32053
235
14803,WISCONSIN,SOUTH,2,NAD27,4803,32054
236
14901,WYOMING,EAST,1,NAD27,4901,32055
237
14902,WYOMING,"EAST CENTRAL",1,NAD27,4902,32056
238
14903,WYOMING,"WEST CENTRAL",1,NAD27,4903,32057
239
14904,WYOMING,WEST,1,NAD27,4904,32058
240
15001,ALASKA,"ZONE NO. 1",4,NAD27,5001,26731
241
15002,ALASKA,"ZONE NO. 2",1,NAD27,5002,26732
242
15003,ALASKA,"ZONE NO. 3",1,NAD27,5003,26733
243
15004,ALASKA,"ZONE NO. 4",1,NAD27,5004,26734
244
15005,ALASKA,"ZONE NO. 5",1,NAD27,5005,26735
245
15006,ALASKA,"ZONE NO. 6",1,NAD27,5006,26736
246
15007,ALASKA,"ZONE NO. 7",1,NAD27,5007,26737
247
15008,ALASKA,"ZONE NO. 8",1,NAD27,5008,26738
248
15009,ALASKA,"ZONE NO. 9",1,NAD27,5009,26739
249
15010,ALASKA,"ZONE NO. 10",2,NAD27,5010,26740
250
15101,HAWAII,1,1,NAD27,5101,3561
251
15102,HAWAII,2,1,NAD27,5102,3562
252
15103,HAWAII,3,1,NAD27,5103,3563
253
15104,HAWAII,4,1,NAD27,5104,3564
254
15105,HAWAII,5,1,NAD27,5105,3565
255
15201,"PUERTO RICO AND VIRGIN ISLANDS",,2,NAD27,5201,3991
256
15202,"VIRGIN ISLANDS","ST. CROIX",2,NAD27,5202,3992
257
15300,"AMERICAN SAMOA",,2,NAD27,5300,2155
258
15400,"GUAM ISLAND",,3,NAD27,5400,
branches/v2_0_0_prep/binaries/linux/raster/gdal/data/cubewerx_extra.wkt
1
#
2
# This file derived from the public_coordsys.txt file distributed with 
3
# CubeSTOR by CubeWerx (http://www.cubewerx.com)
4
#
5
#  OGC-defined "AUTO" codes
6
#  http://www.digitalearth.gov/wmt/auto.html
7
# 
8
# Hmm, not really much point to including these as they require extra
9
# substitutions.  See the importFromWMSAUTO() if you need these. 
10
#
11
#42001,PROJCS["WGS 84 / Auto UTM%s",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["central_meridian","%.16g"],PARAMETER["latitude_of_origin",0],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing","%.16g"],UNIT["Meter",1],AUTHORITY["EPSG","42001"]]
12
#42002,PROJCS["WGS 84 / Auto Tr. Mercator",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["central_meridian","%.16g"],PARAMETER["latitude_of_origin",0],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing","%.16g"],UNIT["Meter",1],AUTHORITY["EPSG","42002"]]
13
#42003,PROJCS["WGS 84 / Auto Orthographic",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Orthographic"],PARAMETER["central_meridian","%.16g"],PARAMETER["latitude_of_origin","%.16g"],UNIT["Meter",1],AUTHORITY["EPSG","42003"]]
14
#42004,PROJCS["WGS 84 / Auto Equirectangular",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Equirectangular"],PARAMETER["central_meridian",0],PARAMETER["latitude_of_origin",0],PARAMETER["standard_parallel_1","%.16g"],UNIT["Meter",1],AUTHORITY["EPSG","42004"]]
15
#
16
#  OGC-defined extended codes  (41000--41999)
17
#  see http://www.digitalearth.gov/wmt/auto.html
18
#
19
41001,PROJCS["WGS84 / Simple Mercator",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Mercator_1SP"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",0],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Meter",1],AUTHORITY["EPSG","41001"]]
20
#
21
#  CubeWerx-defined extended codes  (42100--42199)
22
#
23
42101,PROJCS["WGS 84 / LCC Canada",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["central_meridian",-95.0],PARAMETER["latitude_of_origin",0],PARAMETER["standard_parallel_1",49.0],PARAMETER["standard_parallel_2",77.0],PARAMETER["false_easting",0.0],PARAMETER["false_northing",-8000000.0],UNIT["Meter",1],AUTHORITY["EPSG","42101"]]
24
#EPSG:42102,"PROJCS[\"NAD83 / BC Albers\",GEOGCS[\"NAD83\",DATUM[\"North_American_Datum_1983\",SPHEROID[\"GRS_1980\",6378137,298.257222101]],PRIMEM[\"Greenwich\",0],UNIT[\"Decimal_Degree\",0.0174532925199433]],PROJECTION[\"Albers_conic_equal_area\"],PARAMETER[\"central_meridian\",-126.0],PARAMETER[\"latitude_of_origin\",45],PARAMETER[\"standard_parallel_1\",50.0],PARAMETER[\"standard_parallel_2\",58.5],PARAMETER[\"false_easting\",1000000.0],PARAMETER[\"false_northing\",0],UNIT[\"Meter\",1]]"
25
42103,PROJCS["WGS 84 / LCC USA",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS_1978",6378135,298.26]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["central_meridian",-100.0],PARAMETER["latitude_of_origin",0],PARAMETER["standard_parallel_1",33.0],PARAMETER["standard_parallel_2",45.0],PARAMETER["false_easting",0.0],PARAMETER["false_northing",0.0],UNIT["Meter",1],AUTHORITY["EPSG","42103"]]
26
42104,PROJCS["NAD83 / MTM zone 8 Qu?bec",GEOGCS["GRS80",DATUM["GRS_1980",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",-73.5],PARAMETER["scale_factor",0.9999],PARAMETER["false_easting",304800],PARAMETER["false_northing",0],UNIT["Meter",1],AUTHORITY["EPSG","42104"]]
27
42105,PROJCS["WGS84 / Merc NorthAm",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Mercator_1SP"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",-96],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Meter",1],AUTHORITY["EPSG","42105"]]
28
42106,PROJCS["WGS84 / Lambert Azim Mozambique",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["Sphere_radius_6370997_m",6370997,0]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Lambert_Azimuthal_equal_area"],PARAMETER["latitude_of_origin",5],PARAMETER["central_meridian",20],PARAMETER["standard_parallel_1",5],PARAMETER["standard_parallel_2",5],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Meter",1],AUTHORITY["EPSG","42106"]]
29
#
30
#  CubeWerx-customer definitions  (42300--42399)
31
#
32
42301,PROJCS["NAD27 / Polar Stereographic / CM=-98",GEOGCS["NAD27",DATUM["North_American_Datum_1927",SPHEROID["Clarke 1866",6378206.4,294.978698213901]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Stereographic"],PARAMETER["latitude_of_origin",90],PARAMETER["central_meridian",-98.0],PARAMETER["standard_parallel_1",90],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Meter",1],AUTHORITY["EPSG","42301"]]
33
42302,PROJCS["JapanOrtho.09 09",GEOGCS["Lon/Lat.Tokyo Datum",DATUM["Tokyo Datum",SPHEROID["anon",6377397.155,299.15281310608]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["Central_Meridian",139.833333333333],PARAMETER["False_Easting",0],PARAMETER["False_Northing",0],PARAMETER["Latitude_of_Origin",36],PARAMETER["Scale_Factor",0.9999],UNIT["Meter",1],AUTHORITY["EPSG","42302"]]
34
42303,PROJCS["NAD83 / Albers NorthAm",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Albers_conic_equal_area"],PARAMETER["central_meridian",-96.0],PARAMETER["latitude_of_origin",23],PARAMETER["standard_parallel_1",29.5],PARAMETER["standard_parallel_2",45.5],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Meter",1],AUTHORITY["EPSG","42303"]]
35
42304,PROJCS["NAD83 / NRCan LCC Canada",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["central_meridian",-95.0],PARAMETER["latitude_of_origin",49.0],PARAMETER["standard_parallel_1",49.0],PARAMETER["standard_parallel_2",77.0],PARAMETER["false_easting",0.0],PARAMETER["false_northing",0.0],UNIT["Meter",1],AUTHORITY["EPSG","42304"]]
36
42305,PROJCS["France_II",GEOGCS["GCS_NTF_Paris",DATUM["Nouvelle_Triangulation_Francaise",SPHEROID["Clarke_1880_IGN",6378249.2,293.46602]],PRIMEM["Paris",2.337229166666667],UNIT["degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["False_Easting",600000],PARAMETER["False_Northing",2200000],PARAMETER["Central_Meridian",0],PARAMETER["Standard_Parallel_1",45.898918964419],PARAMETER["Standard_Parallel_2",47.696014502038],PARAMETER["Latitude_Of_Origin",46.8],UNIT["Meter",1],AUTHORITY["EPSG","42305"]]
37
42306,PROJCS["NAD83/QC_LCC",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["central_meridian",-68.5],PARAMETER["latitude_of_origin",44],PARAMETER["standard_parallel_1",46],PARAMETER["standard_parallel_2",60],PARAMETER["false_easting",0.0],PARAMETER["false_northing",0.0],UNIT["Meter",1],AUTHORITY["EPSG","42306"]]
38
42307,PROJCS["NAD83 / Texas Central - feet",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS 1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["standard_parallel_1",31.8833333333333],PARAMETER["standard_parallel_2",30.1166666666667],PARAMETER["latitude_of_origin",29.6666666666667],PARAMETER["central_meridian",-100.333333333333],PARAMETER["false_easting",2296583.33333333333333],PARAMETER["false_northing",9842500],UNIT["US_Foot",0.30480060960121924],AUTHORITY["EPSG","42307"]]
39
42308,PROJCS["NAD27 / California Albers",GEOGCS["NAD27",DATUM["North_American_Datum_1927",SPHEROID["Clarke 1866",6378206.4,294.978698213901]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Albers_conic_equal_area"],PARAMETER["central_meridian",-120.0],PARAMETER["latitude_of_origin",0],PARAMETER["standard_parallel_1",34],PARAMETER["standard_parallel_2",40.5],PARAMETER["false_easting",0],PARAMETER["false_northing",-4000000],UNIT["Meter",1],AUTHORITY["EPSG","42308"]]
40
42309,PROJCS["NAD 83 / LCC Canada AVHRR-2",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS 1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["central_meridian",-95.0],PARAMETER["latitude_of_origin",0],PARAMETER["standard_parallel_1",49.0],PARAMETER["standard_parallel_2",77.0],PARAMETER["false_easting",0.0],PARAMETER["false_northing",0.0],UNIT["Meter",1],AUTHORITY["EPSG","42309"]]
41
42310,PROJCS["WGS84+GRS80 / Mercator",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["GRS 1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Mercator_1SP"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",0],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Meter",1],AUTHORITY["EPSG","42310"]]
42
42311,PROJCS["NAD83 / LCC Statcan",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Decimal_Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["central_meridian",-91.866667],PARAMETER["latitude_of_origin",63.390675],PARAMETER["standard_parallel_1",49],PARAMETER["standard_parallel_2",77],PARAMETER["false_easting",6200000],PARAMETER["false_northing",3000000],UNIT["Meter",1],AUTHORITY["EPSG","42311"]]
43
#
44
#  BC-Forestry/NFIS code
45
#
46
100001,GEOGCS["NAD83 / NFIS Seconds",DATUM["North_American_Datum_1983",SPHEROID["GRS 1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Decimal_Second",4.84813681109536e-06],AUTHORITY["EPSG","100001"]]
47
100002,PROJCS["NAD83 / Austin",GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS 1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["standard_parallel_1",31.8833333333333],PARAMETER["standard_parallel_2",30.1166666666667],PARAMETER["latitude_of_origin",29.6666666666667],PARAMETER["central_meridian",-100.333333333333],PARAMETER["false_easting",2296583.333333],PARAMETER["false_northing",9842500.0000000],UNIT["Meter",1],AUTHORITY["EPSG","100002"]]
branches/v2_0_0_prep/binaries/linux/raster/gdal/data/gdal_datum.csv
1
"DATUM_CODE","DATUM_NAME","DATUM_TYPE","ORIGIN_DESCRIPTION","REALIZATION_EPOCH","ELLIPSOID_CODE","PRIME_MERIDIAN_CODE","AREA_OF_USE_CODE","DATUM_SCOPE","REMARKS","INFORMATION_SOURCE","DATA_SOURCE","REVISION_DATE","CHANGE_ID","DEPRECATED","ESRI_DATUM_NAME"
2
5100,Mean Sea Level,vertical,,,,,1262,Hydrography.,"msl has geographic and temporal components.  Users are advised to not use this generic vertical datum but to define specific instances of msl based on knowledge of these components; for instance ""msl at xxx during 19yy"".",,EPSG,1996-04-12,,0,
3
5101,Ordnance Datum Newlyn,vertical,Mean Sea Level at Newlyn between 1915 and 1921.,,,,2792,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2004-06-16,2004.10,0,
4
5102,National Geodetic Vertical Datum 1929,vertical,26 tide gauges in the US and Canada.,1929,,,1323,"Topographic mapping, geodetic survey.",,,EPSG,1996-09-12,,0,
5
5103,North American Vertical Datum 1988,vertical,"Father's Point, Rimouski, Quebec.",1988,,,1325,"Topographic mapping, geodetic survey.",,,EPSG,2006-01-16,2005.88,0,
6
5104,Yellow Sea 1956,vertical,2 years tide readings at Qingdao.,1956,,,3228,"Topographic mapping, geodetic survey.",Superseded by Yellow Sea 1985 datum.,,EPSG,2002-06-22,2002.16,0,
7
5105,Baltic Sea,vertical,"Datum: average water level at Kronstadt 1833. Network adjusted in 1977.",1977,,,1284,"Topographic mapping, geodetic survey.",Uses Normal heights.,,EPSG,2005-05-27,2004.10 2005.18,0,
8
5106,Caspian Sea,vertical,Defined as -28.0m Baltic datum,,,,1291,Hydrography.,,,EPSG,1996-09-12,,0,
9
5107,Nivellement general de la France,vertical,Mean sea level at Marseille,,,,1326,"Topographic mapping, geodetic survey.",The CNIG states that NGF is a general term applying to all vertical network readjustments of France and recommends more specific terminology. See codes 5118-5120.,"Conseil National de l'Information Geographique groupe de travail ""Reseaux de Nivellement"" recommendations v5.1 April 1994.",EPSG,1996-09-12,,1,
10
5109,Normaal Amsterdams Peil,vertical,Mean high tide at Amsterdams Peil in 1684.,,,,1275,"Topographic mapping, geodetic survey, hydrography.",Orthometric heights.,"Nederlandse Commissie voor Geodesie publication 30; 1993",EPSG,2006-01-16,2004.10 2005.88,0,
11
5110,Oostende,vertical,Mean low water during 1958,1958,,,1347,"Topographic mapping, geodetic survey.",,"Nederlandse Commissie voor Geodesie publication 30; 1993",EPSG,2006-01-16,2005.88,0,
12
5111,Australian Height Datum,vertical,MSL 1966-68 at 30 gauges around coast.,1968,,,1281,"Topographic mapping, geodetic survey.",,Australian Land Information Group  www.auslig.gov.au,EPSG,2005-09-06,2005.46,0,
13
5112,"Australian Height Datum (Tasmania)",vertical,MSL 1972 at Hobart and Burnie.,1972,,,1282,"Topographic mapping, geodetic survey.",,,EPSG,1996-09-12,,0,
14
5113,Sea Level,vertical,,,,,1262,Hydrography.,An unspecified local vertical datum not recommended for use.,,EPSG,1996-09-12,,0,
15
5114,Canadian Geodetic Vertical Datum of 1928,vertical,Based on the mean sea level determined from several tidal gauges located in strategic areas of the country,1928,,,1289,"Topographic mapping, geodetic survey.",,"Geodetic Survey Division, Natural Resources Canada. http://maps.nrcan.gc.ca/asdb/asdb_datum.html and http://www.geod.nrcan.gc.ca/index_e/help_e/acron_e.html",EPSG,2004-11-26,2004.723,0,
16
5115,Piraeus Harbour 1986,vertical,MSL determined during 1986.,1986,,,3254,"Topographic mapping, geodetic survey.",,"Geodesy Department; Public Pertoleum Corporation of Greece",EPSG,1997-06-16,,0,
17
5116,Helsinki 1960,vertical,MSL at Helsinki during 1960.,1960,,,3333,"Topographic mapping, geodetic survey.",,"National Land Survey of Finland;
18
http://www.maanmittauslaitos.fi",EPSG,1997-07-22,,0,
19
5117,Rikets hojdsystem 1970,vertical,"Adjustment is referenced to mean high tide at Amsterdams Peil in 1684. To account for land level movements caused by isostatic rebound, heights are reduced to epoch 1970.0 using uplift values computed from repeated levelling observations.",1970,,,3313,"Topographic mapping, geodetic survey.",Uses Normal heights.,National Land Survey of Sweden,EPSG,2004-06-16,2002.48 2004.10,0,
20
5118,Nivellement General de la France - Lallemand,vertical,"Rivet number M.ac O-VIII on the Marseille tide gauge site, with the height fixed in 1897 at 1.661 metre above mean sea level between February 2nd 1885 and January 1st 1897.",,,,1326,"Geodetic survey, topographic mapping, engineering survey.",Orthometric heights.,"Conseil National de l'Information Geographique groupe de travail ""Reseaux de Nivellement"" recommendations v5.1 April 1994.",EPSG,1997-11-13,2001.47 2004.06,0,
21
5119,Nivellement General de la France - IGN69,vertical,"Rivet number M.ac O-VIII on the Marseille tide gauge site, with the height fixed in 1897 at 1.661 metre above mean sea level between February 2nd 1885 and January 1st 1897.",1969,,,1326,"Geodetic survey, topographic mapping, engineering survey.",Uses Normal heights.,"Conseil National de l'Information Geographique groupe de travail ""Reseaux de Nivellement"" recommendations v5.1 April 1994.",EPSG,1997-11-13,2001.47,0,
22
5120,IGN78 Corsica,vertical,Marker MM3 situated on the tide gauge site of Ajaccio. Height is 3.640 metre above mean sea level.,1978,,,1327,"Geodetic survey, topographic mapping, engineering survey.","Uses Normal heights. Supersedes NGC (datum code 5189).","Conseil National de l'Information Geographique groupe de travail ""Reseaux de Nivellement"" recommendations v5.1 April 1994.",EPSG,2004-10-14,2001.47 2004.06 2004.564,0,
23
5121,Maputo,vertical,Mean sea level at Maputo.,,,,3281,Topographic mapping.,,"Direcção Nacional de Geografia e Cadastral (DINAGECA).",EPSG,1998-04-16,,0,
24
5122,Japanese Standard Levelling Datum 1949,vertical,24.4140 metres above mean sea level Tokyo Bay.,1949,,,3263,"Topographic mapping, geodetic survey.",,"Ministry of Construction; Japan.  http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html",EPSG,2004-05-09,2002.08 2004.38,0,
25
5123,PDO Height Datum 1993,vertical,,1993,,,3288,Oil industry mapping.,"Misclosure between Muscat and Salalah less than .5 meters with differences from of up to 5 meters from old Fahud Datum.  The PHD93 adjustment was initially known as the Spine.  Supersedes Fahud Vertical Datum (code 5124) from 1993.",Petroleum Development Oman,EPSG,1999-04-22,,0,
26
5124,Fahud Height Datum,vertical,Single MSL determination at Mina Al Fahal.,,,,3288,Oil industry mapping.,"Based on reciprocal trigonometric heighting. Superseded by PHD93 Datum (code 5123) in 1993.",Petroleum Development Oman,EPSG,2004-04-07,2004.212,0,
27
5125,Ha Tien 1960,vertical,,1960,,,1302,"Topographic mapping, geodetic survey.",In Vietnam replaced by Hon Dau in 1992.,,EPSG,1999-10-20,,0,
28
5126,Hon Dau 1992,vertical,,1992,,,3328,"Topographic mapping, geodetic survey.",Supersedes Ha Tien in Vietnam.,,EPSG,1999-10-20,,0,
29
5127,Landesnivellement 1902,vertical,"Origin at Repere Pierre du Niton (RPN) defined as 373.6 metres above msl. This value derived from msl at Marseille in 1897 through the French Lallemand network.",1902,,,1286,"Topographic mapping, cadastral survey.","Levelling observations not corrected for gravity field. For scientific purposes, superseded by LHHN95.","Bundesamt für Landestopographie",EPSG,2004-06-16,2004.10,0,
30
5128,Landeshohennetz 1995,vertical,"Origin at Repere Pierre du Niton (RPN) defined as 373.6 metres above msl. This value derived from msl at Marseille in 1897 through the French Lallemand network.",1995,,,1286,Geodetic survey and scientific studies.,"Orthometric heights. For scientific purposes only, supersedes LN02.","Bundesamt für Landestopographie",EPSG,2004-06-16,2004.10,0,
31
5129,European Vertical Reference Frame 2000,vertical,"Height at Normaal Amsterdams Peil (NAP) is zero, defined through height at UELN bench mark 13600 (52°22'53""N 4°54'34""E) of 0.71599m. Datum at NAP is mean high tide in 1684.",2000,,,1299,Geodesy.,Realised by geopotential numbers and Normal heights of the United European Levelling Network.,"European veritical data centre at Bundesamt für Kartographie und Geodäsie (BKG), Leipzig branch. http://crs.bkg.bund.de/evrs/",EPSG,2000-10-19,,0,
32
5130,Malin Head,vertical,Mean sea level between January 1960 and December 1969.,1970,,,1305,Topographic mapping,Orthometric heights.,Ordnance Survey of Ireland,EPSG,2001-11-06,,0,
33
5131,Belfast Lough,vertical,"Mean sea level between 1951 and 1956 at Clarendon Dock, Belfast.",1957,,,2530,"Large scale (1:1,250, 1:2,500 and 1:10,000) topographic mapping.","Orthometric heights. Malin Head (datum code 5130) used for 1:50,000 and smaller mapping.",Ordnance Survey of Northern Ireland,EPSG,2002-09-19,2002.62,0,
34
5132,Dansk Normal Nul,vertical,Mean Sea Level at 10 gauges.,,,,3237,Topographic mapping and engineering survey,Orthometric heights.,"Kort & Matrikelstyrelsen",EPSG,2001-11-06,,0,
35
5133,AIOC 1995,vertical,Average level of Caspian Sea at the Oil Rocks tide gauge June-September 1995.,1995,,,2592,Oil industry mapping.,AIOC 1995 datum is 1.7m above Caspian datum and 26.3m below Baltic datum.,BP,EPSG,2002-02-12,,0,
36
5134,Black Sea,vertical,,,,,1102,Hydrographic surveying and since break-up of Former Soviet Union also topographic mapping.,Black Sea datum is 0.4m below Baltic datum.,BP,EPSG,2002-02-12,,0,
37
5135,Hong Kong Principal Datum,vertical,"1.23m below the mean of 19 years (1965-83) observations of tide levels at North Point, Victoria Harbour.",1980,,,3334,"Geodetic survey, engineering survey, cadastre.",,"Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2002-06-22,,0,
38
5136,Hong Kong Chart Datum,vertical,"Approximates to Lowest Astronomic Tide level (LAT).",,,,3335,Hydrographic survey and charting.,"Chart datum is 0.15 metres below Hong Kong Principal Datum (code 5135) and 1.38m below MSL at Quarry Bay.","Survey and Mapping Office, Lands Department. Http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2002-06-22,,0,
39
5137,Yellow Sea 1985,vertical,20 years tide readings at Qingdao.,1985,,,3228,"Topographic mapping, geodetic survey.",Supersedes Yellow Sea 1956 datum.,Guangdong Province Land Resource Information Centre,EPSG,2002-06-22,,0,
40
5138,"Ordnance Datum Newlyn (Orkney Isles)",vertical,Connected to Newlyn datum by triangulation from the British mainland.,,,,2793,"Topographic mapping, geodetic survey.",Considered as separate from Newlyn because the accuracy of the trigonometric connection across the Pentland Firth does not meet geodetic levelling specifications. Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2004-06-16,2004.10,0,
41
5139,Fair Isle,vertical,,,,,2794,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2002-09-19,,0,
42
5140,Lerwick,vertical,,,,,2795,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2002-09-19,,0,
43
5141,Foula,vertical,,,,,2796,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2002-09-19,,0,
44
5142,Sule Skerry,vertical,,,,,2797,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2002-09-19,,0,
45
5143,North Rona,vertical,,,,,2798,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2002-09-19,,0,
46
5144,Stornoway,vertical,,,,,2799,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2002-09-19,,0,
47
5145,St. Kilda,vertical,,,,,2800,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2002-09-19,,0,
48
5146,Flannan Isles,vertical,,,,,2801,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2006-01-16,2005.88,0,
49
5147,St. Marys,vertical,,,,,2802,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2002-09-19,,0,
50
5148,Douglas,vertical,,,,,2803,"Topographic mapping, geodetic survey.",Orthometric heights.,Ordnance Survey of Great Britain,EPSG,2002-09-19,,0,
51
5149,Fao,vertical,,,,,2806,"Topographic mapping, geodetic survey.","Established by Hunting Surveys for IPC. Superseded by Bandar Abbas (code 5150). At time of record creation NIOC data in Ahwaz area still usually referenced to Fao.","National Iranian Oil Company (NIOC).",EPSG,2002-09-19,,0,
52
5150,Bandar Abbas,vertical,Average sea level at Bandar Abbass 1995-2001.,2001,,,3336,"Topographic mapping, geodetic survey.","Supersedes Fao (code 5149).",National Cartographic Centre of Iran,EPSG,2002-09-19,,0,
53
5151,Nivellement General de Nouvelle Caledonie,vertical,"Rivet AB01 established by SHOM (Service Hydrographique de la Marine)  in 1937 on the Quai des Volontaires in Noumea. Height i: 1.885 metre above mean sea level.",1969,,,2822,"Geodetic survey, topographic mapping, engineering survey.",Orthometric heights.,Service Topographique de la Nouvelle Caledonie.,EPSG,2004-03-15,2004.06,0,
54
5152,Poolbeg,vertical,"Low water mark of the spring tide on the 8 April 1837 at Poolbeg Lighthouse, Dublin.",1837,,,1305,Topographic mapping before 1956 in Northern Ireland and 1970 in the Republic of Ireland.,"Superseded by Belfast Lough and Malin Head (datum codes 5130-31).","""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2003-06-27,,0,
55
5153,Nivellement General Guyanais 1977,vertical,,1977,,,3146,"Geodetic survey, topographic mapping, engineering survey.",Normal heights.,IGN Paris,EPSG,2003-06-27,,0,
56
5154,Martinique 1987,vertical,,,,,3276,"Geodetic survey, topographic mapping, engineering survey.","Supersedes Martinique 1955 (datum code 5192).",IGN Paris,EPSG,2004-10-14,2004.561,0,
57
5155,Guadeloupe 1988,vertical,,,,,2829,"Geodetic survey, topographic mapping, engineering survey.","Supersedes Guadeloupe 1951 (datum code 5193).",IGN Paris,EPSG,2004-10-14,2004.561,0,
58
5156,Reunion 1989,vertical,,,,,3337,"Geodetic survey, topographic mapping, engineering survey.",,IGN Paris,EPSG,2004-10-14,2004.561,0,
59
5157,Auckland,vertical,MSL at Auckland harbour 1909-1923.,1946,,,1500,"Geodetic survey, topographic mapping, engineering survey.",,"OSG Technical Report #10, February 2001.",EPSG,2004-03-09,,0,
60
5158,Bluff,vertical,MSL at Invercargill harbour over 8 years between 1918 and 1934.,1955,,,1501,"Geodetic survey, topographic mapping, engineering survey.",,"OSG Technical Report #10, February 2001.",EPSG,2004-03-09,,0,
61
5159,Dunedin,vertical,MSL at Dunedin harbour 1918-1937.,1958,,,1501,"Geodetic survey, topographic mapping, engineering survey.",,"OSG Technical Report #10, February 2001.",EPSG,2004-03-09,,0,
62
5160,Gisborne,vertical,MSL at Gisborne harbour 1926.,1926,,,1500,"Geodetic survey, topographic mapping, engineering survey.",,"OSG Technical Report #10, February 2001.",EPSG,2004-03-09,,0,
63
5161,Lyttleton,vertical,MSL at Lyttleton harbour over 9 years between 1918 and 1933.,1937,,,1501,"Geodetic survey, topographic mapping, engineering survey.",,"OSG Technical Report #10, February 2001.",EPSG,2004-03-09,,0,
64
5162,Moturiki,vertical,MSL at Moturiki Island February 1949 to December 1952.,1953,,,1500,"Geodetic survey, topographic mapping, engineering survey.",,"OSG Technical Report #10, February 2001.",EPSG,2004-03-09,,0,
65
5163,Napier,vertical,MSL at Napier harbour. Period of derivation unknown.,1962,,,1500,"Geodetic survey, topographic mapping, engineering survey.",,"OSG Technical Report #10, February 2001.",EPSG,2004-03-09,,0,
66
5164,Nelson,vertical,MSL at Nelson harbour 1939-1942.,1955,,,1501,"Geodetic survey, topographic mapping, engineering survey.",,"OSG Technical Report #10, February 2001.",EPSG,2004-03-09,,0,
67
5165,One Tree Point,vertical,MSL at Whangarei harbour 1960-1963.,1964,,,1500,"Geodetic survey, topographic mapping, engineering survey.",,"OSG Technical Report #10, February 2001.",EPSG,2004-03-09,,0,
68
5166,Tararu,vertical,MSL at Tararu Point 1922-1923.,1952,,,1500,"Geodetic survey, topographic mapping, engineering survey.",,"OSG Technical Report #10, February 2001.",EPSG,2004-03-09,,0,
69
5167,Taranaki,vertical,MSL at Taranaki harbour 1918-1921.,1970,,,1500,"Geodetic survey, topographic mapping, engineering survey.",,"OSG Technical Report #10, February 2001.",EPSG,2004-03-09,,0,
70
5168,Wellington,vertical,MSL at Wellington harbour 1909-1946.,1953,,,1500,"Geodetic survey, topographic mapping, engineering survey.",,"OSG Technical Report #10, February 2001.",EPSG,2004-03-09,,0,
71
5169,Chatham Island,vertical,MSL at Waitangi harbour collected in 1959.,1959,,,2889,"Geodetic survey, topographic mapping, engineering survey.",,"Interim Report GEO/T1/19/51 for LINZ by John Hannah, ""An Assessment of New Zealand's Height Systems and Options for a Future Height System"", January 2001.",EPSG,2004-03-09,,0,
72
5170,Stewart Island,vertical,MSL at 3-5 high and low tides at two different locations.,1977,,,3338,"Geodetic survey, topographic mapping, engineering survey.",,"Interim Report GEO/T1/19/51 for LINZ by John Hannah, ""An Assessment of New Zealand's Height Systems and Options for a Future Height System"", January 2001.",EPSG,2004-03-09,,0,
73
5171,EGM96 geoid,vertical,WGS 84 ellipsoid.,1996,,,1262,Geodesy.,,"NASA http://cddis.gsfc.nasa.gov/926/egm96/egm96.html",EPSG,2004-04-27,,0,
74
5172,Nivellement General du Luxembourg,vertical,"Reference point Wemperhardt defined as 528.030m above Normaal Amsterdams Peil (NAP). Datum at NAP is mean high tide in 1684. Network adjusted in 1995.",1995,,,1146,"Geodetic survey, topographic mapping, engineering survey.",Orthometric heights.,"Administration du Cadastre et de la Topographie. http://www.etat.lu/ACT",EPSG,2004-03-09,,0,
75
5173,Antalya,vertical,Mean sea Level at Antalya 1936-71.,,,,3322,"Geodetic survey, topographic mapping, engineering survey.",Orthometric heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-11-26,2004.722,0,
76
5174,Norway Normal Nul 1954,vertical,MSL defined by regression at 7 gauges with between 17 and 67 years observations.,1974,,,1352,"Geodetic survey, topographic mapping, engineering survey.",Includes initial NN1954 system and NNN1957 system. Former name retained. Normal-orthometric heights.,Statoil,EPSG,2004-03-09,,0,
77
5175,Durres,vertical,Mean Sea Level at Durres.,,,,3212,"Geodetic survey, topographic mapping, engineering survey.",Normal-orthometric heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0,
78
5176,Gebrauchshohen ADRIA,vertical,Reference point Hutbiegl defined relative to mean sea level at Trieste in 1875.,,,,1037,"Geodetic survey, topographic mapping, engineering survey.",Normal-orthometric heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0,
79
5177,National Vertical Network 1999,vertical,Reference point Ruse defined relative to mean sea level at Trieste in 1875.,1999,,,3307,"Geodetic survey, topographic mapping, engineering survey.",Normal-orthometric heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0,
80
5178,Cascais,vertical,Mean Sea Level at Cascais 1938.,1938,,,1294,"Geodetic survey, topographic mapping, engineering survey.",Orthometric heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0,
81
5179,Constanta,vertical,Mean Sea Level at Constanta.,,,,3295,"Geodetic survey, topographic mapping, engineering survey.",Normal-orthometric heights.,"Eurogeographics, http://crs.bkg.bund.de/evrs/Relations.html",EPSG,2004-03-09,,0,
82
5180,Alicante,vertical,Mean Sea Level at Alicante between 1870 and 1882.,,,,2366,"Geodetic survey, topographic mapping, engineering survey.",Orthometric heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0,
83
5181,Deutches Haupthohennetz 1992,vertical,"Network adjusted in 1992. Geopotential number at reference point Wallenhorst defined as value from the UELN-73/86 adjustment. Datum at Normaal Amsterdams Peil (NAP) is mean high tide in 1684.",1992,,,3339,"Geodetic survey, topographic mapping, engineering survey.",Supersedes DHHN85 in West Germany and SNN76 in East Germany. Uses Normal heights.,"Bundesamt für Kartographie und Geodäsie (BKG), http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0,
84
5182,Deutches Haupthohennetz 1985,vertical,"Network adjusted in 1985. Height of reference point Wallenhorst defined as value from 1928 adjustment. Datum at Normaal Amsterdams Peil (NAP) is mean high tide in 1684.",1985,,,2326,"Geodetic survey, topographic mapping, engineering survey.",Superseded by DHHN92. Uses Normal-orthometric heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0,
85
5183,SNN76,vertical,Network adjusted in 1976. Height at reference point Hoppegarten defined as 1957 value from the UPLN adjustment. Datum at Kronstadt is mean sea level of Baltic in 1833.,1976,,,1343,"Geodetic survey, topographic mapping, engineering survey.",Superseded by DHHN92. Uses Normal heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0,
86
5184,Baltic 1982,vertical,Network adjusted in 1982. Height at reference point Varna defined as 1958 value from the UPLN adjustment. Datum at Kronstadt is mean sea level of Baltic in 1833.,1982,,,3224,"Geodetic survey, topographic mapping, engineering survey.",Uses Normal heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0,
87
5185,Baltic 1980,vertical,,,,,1119,"Geodetic survey, topographic mapping, engineering survey.",Uses Normal heights.,"Eurogeographics, http://crs.bkg.bund.de/crs-eu/",EPSG,2004-03-09,,0,
88
5186,Kuwait PWD,vertical,"Mean Low Low Water (MLLW) at Kuwait City.",,,,3267,Municipality and military purposes.,Approximately 1.03m below MSL.,Kuwait Oil Company.,EPSG,2004-06-16,,0,
89
5187,KOC Well Datum,vertical,,1937,,,3267,KOC exploration and field development subsurface work.,Approximately 3.22m above MSL.,Kuwait Oil Company.,EPSG,2004-06-16,,0,
90
5188,KOC Construction Datum,vertical,,1952,,,3267,KOC survey control and facilities engineering.,Approximately 1.52m below MSL. Created for the construction of the Mina al Ahmadi refinery.,Kuwait Oil Company.,EPSG,2004-06-16,,0,
91
5189,Nivellement General de la Corse 1948,vertical,Mean sea level at Ajaccio between 1912 and 1937.,1948,,,1327,"Geodetic survey, topographic mapping, engineering survey.","Superseded by IGN78 Corsica (datum 5120).",IGN Paris,EPSG,2004-10-14,,0,
92
5190,Danger 1950,vertical,Marker near tide gauge at port of Saint Pierre. Height is 1.26 metres above zero of tide gauge.,1950,,,3299,"Geodetic survey, topographic mapping, engineering survey.",,IGN Paris,EPSG,2004-10-14,,0,
93
5191,Mayotte 1950,vertical,Marker on Issoufali jetty at Dzaoudzi. Height is 2.18m above zero of tide gauge.,1950,,,3340,"Geodetic survey, topographic mapping, engineering survey.",,IGN Paris,EPSG,2004-10-14,,0,
94
5192,Martinique 1955,vertical,Marker N.BC-2 situated at the port of Fort de France.,1955,,,3276,"Geodetic survey, topographic mapping, engineering survey.","Superseded by Martinique 1987 (datum code 5154).",IGN Paris,EPSG,2004-10-14,,0,
95
5193,Guadeloupe 1951,vertical,At the port of Pointe-a-Pitre.,1955,,,2892,"Geodetic survey, topographic mapping, engineering survey.","Superseded by Guadeloupe 1988 (datum code 5155).",IGN Paris,EPSG,2004-10-14,,0,
96
5194,Lagos 1955,vertical,"Mean sea level at Lagos, 1912-1928.",1955,,,3287,"Geodetic survey, topographic mapping, engineering survey.",,"Ebong et al, AVN International, 1991.",EPSG,2004-10-14,,0,
97
5195,Nivellement General de Polynesie Francaise,vertical,,,,,3134,"Geodetic survey, topographic mapping, engineering survey.",The collection of heterogeneous levelling networks throughout the Society Islands of French Polynesia.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0,
98
5196,IGN 1966,vertical,"Fundamental benchmark: RN501",1966,,,3124,"Geodetic survey, topographic mapping, engineering survey.",Included as part of NGPF - see datum code 5195.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0,
99
5197,Moorea SAU 1981,vertical,"Fundamental benchmark: RN225",1981,,,3125,"Geodetic survey, topographic mapping, engineering survey.",Included as part of NGPF - see datum code 5195.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0,
100
5198,Raiatea SAU 2001,vertical,"Fundamental benchmark: RN1",2001,,,3136,"Geodetic survey, topographic mapping, engineering survey.",Included as part of NGPF - see datum code 5195.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0,
101
5199,Maupiti SAU 2001,vertical,"Fundamental benchmark: RN11",2001,,,3126,"Geodetic survey, topographic mapping, engineering survey.",Included as part of NGPF - see datum code 5195.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0,
102
5200,Huahine SAU 2001,vertical,"Fundamental benchmark: SHOM B3",2001,,,3135,"Geodetic survey, topographic mapping, engineering survey.",Included as part of NGPF - see datum code 5195.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0,
103
5201,Tahaa SAU 2001,vertical,"Fundamental benchmark: RN16",2001,,,3138,"Geodetic survey, topographic mapping, engineering survey.",Included as part of NGPF - see datum code 5195.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0,
104
5202,Bora Bora SAU 2001,vertical,"Fundamental benchmark: Vaitape quay SHOM benchmark B.",2001,,,3137,"Geodetic survey, topographic mapping, engineering survey.",Included as part of NGPF - see datum code 5195.,"Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0,
105
5203,EGM84 geoid,vertical,WGS 84 ellipsoid.,1984,,,1262,Geodesy.,,"US National Geospatial-Intelligence Agency (NGA); http://earth-info.nga.mil/GandG/",EPSG,2005-09-30,,0,
106
6001,"Not specified (based on Airy 1830 ellipsoid)",geodetic,,,7001,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Airy_1830"
107
6002,"Not specified (based on Airy Modified 1849 ellipsoid)",geodetic,,,7002,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Airy_Modified"
108
6003,"Not specified (based on Australian National Spheroid)",geodetic,,,7003,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Australian"
109
6004,"Not specified (based on Bessel 1841 ellipsoid)",geodetic,,,7004,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Bessel_1841"
110
6005,"Not specified (based on Bessel Modified ellipsoid)",geodetic,,,7005,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Bessel_Modified"
111
6006,"Not specified (based on Bessel Namibia ellipsoid)",geodetic,,,7046,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2001-01-21,96.08  2000.42  2001.15,0,"D_Bessel_Namibia"
112
6007,"Not specified (based on Clarke 1858 ellipsoid)",geodetic,,,7007,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Clarke_1858"
113
6008,"Not specified (based on Clarke 1866 ellipsoid)",geodetic,,,7008,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Clarke_1866"
114
6009,"Not specified (based on Clarke 1866 Michigan ellipsoid)",geodetic,,,7009,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Clarke_1866_Michigan"
115
6010,"Not specified (based on Clarke 1880 (Benoit) ellipsoid)",geodetic,,,7010,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Clarke_1880_Benoit"
116
6011,"Not specified (based on Clarke 1880 (IGN) ellipsoid)",geodetic,,,7011,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Clarke_1880_IGN"
117
6012,"Not specified (based on Clarke 1880 (RGS) ellipsoid)",geodetic,,,7012,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Clarke_1880_RGS"
118
6013,"Not specified (based on Clarke 1880 (Arc) ellipsoid)",geodetic,,,7013,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Clarke_1880_Arc"
119
6014,"Not specified (based on Clarke 1880 (SGA 1922) ellipsoid)",geodetic,,,7014,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Clarke_1880_SGA"
120
6015,"Not specified (based on Everest 1830 (1937 Adjustment) ellipsoid)",geodetic,,,7015,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,
121
6016,"Not specified (based on Everest 1830 (1967 Definition) ellipsoid)",geodetic,,,7016,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Everest_Def_1967"
122
6018,"Not specified (based on Everest 1830 Modified ellipsoid)",geodetic,,,7018,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Everest_Modified"
123
6019,"Not specified (based on GRS 1980 ellipsoid)",geodetic,,,7019,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_GRS_1980"
124
6020,"Not specified (based on Helmert 1906 ellipsoid)",geodetic,,,7020,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Helmert_1906"
125
6021,"Not specified (based on Indonesian National Spheroid)",geodetic,,,7021,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Indonesian"
126
6022,"Not specified (based on International 1924 ellipsoid)",geodetic,,,7022,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_International_1924"
127
6024,"Not specified (based on Krassowsky 1940 ellipsoid)",geodetic,,,7024,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Krasovsky_1940"
128
6025,"Not specified (based on NWL 9D ellipsoid)",geodetic,,,7025,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_NWL_9D"
129
6027,"Not specified (based on Plessis 1817 ellipsoid)",geodetic,,,7027,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Plessis_1817"
130
6028,"Not specified (based on Struve 1860 ellipsoid)",geodetic,,,7028,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Struve_1860"
131
6029,"Not specified (based on War Office ellipsoid)",geodetic,,,7029,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_War_Office"
132
6030,"Not specified (based on WGS 84 ellipsoid)",geodetic,,,7030,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,
133
6031,"Not specified (based on GEM 10C ellipsoid)",geodetic,,,7031,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_GEM_10C"
134
6032,"Not specified (based on OSU86F ellipsoid)",geodetic,,,7032,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_OSU_86F"
135
6033,"Not specified (based on OSU91A ellipsoid)",geodetic,,,7033,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_OSU_91A"
136
6034,"Not specified (based on Clarke 1880 ellipsoid)",geodetic,,,7034,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,96.08  2000.42,0,"D_Clarke_1880"
137
6035,"Not specified (based on Authalic Sphere)",geodetic,,,7035,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown. Deprecated and superseded by 6047.,EPSG,EPSG,2001-06-05,96.08  2000.42,1,"D_Sphere"
138
6036,"Not specified (based on GRS 1967 ellipsoid)",geodetic,,,7036,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,2000.42,0,"D_GRS_1967"
139
6041,"Not specified (based on Average Terrestrial System 1977 ellipsoid)",geodetic,,,7041,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,2000.42,0,
140
6042,"Not specified (based on Everest (1830 Definition) ellipsoid)",geodetic,,,7042,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,2000.42,0,"D_Everest_1830"
141
6043,"Not specified (based on WGS 72 ellipsoid)",geodetic,,,7043,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,2000.42,0,
142
6044,"Not specified (based on Everest 1830 (1962 Definition) ellipsoid)",geodetic,,,7044,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,2000.42,0,"D_Everest_Def_1962"
143
6045,"Not specified (based on Everest 1830 (1975 Definition) ellipsoid)",geodetic,,,7045,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2000-05-03,2000.42,0,"D_Everest_Def_1975"
144
6047,"Not specified (based on GRS 1980 Authalic Sphere)",geodetic,,,7048,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2004-04-27,2001.19 2003.33,0,
145
6052,"Not specified (based on Clarke 1866 Authalic Sphere)",geodetic,,,7052,8901,1263,Not a valid datum.,Included for coordinate reference systems where datum is unknown.,EPSG,EPSG,2004-04-27,,0,
146
6120,Greek,geodetic,"Fundamental point: Athens Observatory; latitude 37 deg 58 min 20.132 sec N; longitude 23 deg 42 min 58.815 sec E of Greenwich",,7004,8901,1106,Topographic mapping.,"See geodetic datum alias 6404.  Used as basis of topographic mapping based on Hatt projection. Superseded by GGRS87 (code 6121).","Topography Department; National Technical University of Athens",EPSG,2004-03-26,2004.183,0,"D_Greek"
147
6121,Greek Geodetic Reference System 1987,geodetic,"Fundamental point: Dionysos; latitude 38 deg 04 min 33.8 sec N; longitude 23 deg 55 min 51.0 sec E of Greenwich; geoid height 7.0 m.",1987,7019,8901,1106,Topographic mapping.,"Superseded (old) Greek datum.  Oil industry work based on ED50.","L. Portokalakis; Public Petroleum Corporation of Greece",EPSG,1997-06-16,,0,"D_GGRS_1987"
148
6122,Average Terrestrial System 1977,geodetic,,1977,7041,8901,1283,Topographic mapping.,"In use from 1979.  To be phased out in late 1990's.",New Brunswick Geographic Information Corporation land and water information standards manual.,EPSG,1997-07-02,,0,"D_ATS_1977"
149
6123,Kartasto Koordinaati Jarjestelma 1966,geodetic,Adjustment with fundamental point SF31 based on ED50 transformed to best fit the older VVJ adjustment.,1966,7022,8901,1095,"Geodetic survey, cadastre, topographic mapping, engineering survey.",Adopted in 1970.,"National Land Survey of Finland;
150
http://www.maanmittauslaitos.fi",EPSG,1997-07-22,,0,"D_KKJ"
151
6124,Rikets koordinatsystem 1990,geodetic,,1982,7004,8901,1225,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Supersedes RT38 adjustment (datum code 6308)",National Land Survey of Sweden,EPSG,1997-11-13,,0,"D_RT_1990"
152
6125,Samboja,geodetic,Original origin station P2 Exc now destroyed.  Extensions recomputed using Toran station T9 as origin.,,7004,8901,1328,Topographic mapping.,,Total Indonesia.,EPSG,1997-11-13,,1,"D_Samboja"
153
6126,"Lithuania 1994 (ETRS89)",geodetic,Constrained to 4 ETRS89 points in Lithuania from the EUREF Baltic 1992 campaign..,1994,7019,8901,1145,"Topographic mapping, geodetic survey.",Densification of ETRS89 during the 1992 Baltic campaign.,HNIT-Baltic GeoInfoServisas,EPSG,1998-03-12,,0,"D_Lithuania_1994"
154
6127,Tete,geodetic,"Fundamental point: Tete.",,7008,8901,3281,Topographic mapping.,,"Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).",EPSG,1998-04-16,,0,"D_Tete"
155
6128,Madzansua,geodetic,"Fundamental point: Madzansua.",,7008,8901,1315,Topographic mapping.,"Superseded by transformation to Tete datum (datum code 6127).","Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).",EPSG,1998-04-16,,0,"D_Madzansua"
156
6129,Observatario,geodetic,"Fundamental point: Maputo observatory.",,7008,8901,1329,Topographic mapping.,"Superseded by transformation to Tete datum (datum code 6127).","Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).",EPSG,1998-04-16,,0,"D_Observatario"
157
6130,"Moznet (ITRF94)",geodetic,ITRF 1994 epoch 20,,7030,8901,1167,Topographic mapping.,,"Mozambique Direcção Nacional de Geografia e Cadastral (DINAGECA).",EPSG,1998-04-16,,0,"D_Moznet"
158
6131,Indian 1960,geodetic,DMA extension over IndoChina of the Indian 1954 network adjusted  to better fit local geoid.,,7015,8901,1302,Topographic mapping.,"Also known as Indian (DMA Reduced).",,EPSG,2003-12-31,2003.361,0,"D_Indian_1960"
159
6132,Final Datum 1958,geodetic,"Fundamental point: Maniyur.  Latitude: 31 deg 23 min 59.19 sec N; Longitude: 48 deg 32 min 31.38 sec E (of Greenwich).",,7012,8901,1300,Oil industry mapping.,Network included in Nahrwan 1967 adjustment.,IOEPC records,EPSG,1998-11-11,,0,"D_FD_1958"
160
6133,Estonia 1992,geodetic,Densification from 4  ETRS89 points.,1992,7019,8901,1090,"Topographic mapping, Geodetic survey.","Based on ETRS89 as established during the 1992 Baltic campaign. Superseded by Estonia 1997 adjustment (code 6180).","http://www.geo.ut.ee",EPSG,2005-09-06,2005.46,0,"D_Estonia_1992"
161
6134,PDO Survey Datum 1993,geodetic,Adjustment best fitted to Fahud network.,1993,7012,8901,3288,Oil industry mapping.,"Supersedes Fahud datum (code 6232). Maximum differences to Fahud adjustment are 20 metres.",Petroleum Development Oman,EPSG,1999-04-22,,0,"D_PDO_1993"
162
6135,Old Hawaiian,geodetic,"Fundamental point: Oahu West Base Astro.  Latitude: 21 deg 18 min 13.89 sec N; longitude 157 deg 50 min 55.79 sec W (of Greenwich)",,7008,8901,1334,Topographic mapping.,"Hawaiian Islands were never on NAD27 but rather on Old Hawaiian Datum.  NADCON conversion program provides transformation from Old Hawaiian Datum to NAD83 (original 1986 realization) but making the transformation appear to user as if from NAD27.","http://www.ngs.noaa.gov/ (NADCON readme file).",EPSG,2005-09-05,2005.46,0,"D_Old_Hawaiian"
163
6136,St. Lawrence Island,geodetic,,,7008,8901,1332,Topographic mapping.,"Many Alaskan islands were never on NAD27 but rather on independent datums.  NADCON conversion program provides transformation from St. Lawrence Island Datum to NAD83 (original 1986 realization) - making the transformation appear to user as if from NAD27.","http://www.ngs.noaa.gov/ (NADCON readme file)",EPSG,1999-05-24,,0,"D_St_Lawrence_Island"
164
6137,St. Paul Island,geodetic,"Fundamental point latitude: 57 deg 07 min 16.86 sec N; longitude: 170 deg 16 min 24.00 sec W (of Greenwich).",,7008,8901,1333,Topographic mapping.,"Many Alaskan islands were never on NAD27 but rather on independent datums.  NADCON conversion program provides transformation from St. Paul Island Datum to NAD83 (original 1986 realization) - making the transformation appear to user as if from NAD27.","http://www.ngs.noaa.gov/ (NADCON readme file)",EPSG,1999-05-24,,0,"D_St_Paul_Island"
165
6138,St. George Island,geodetic,"Fundamental point latitude: 56 deg 36 min 11.31 sec N; longitude: 169 deg 32 min 36.00 sec W (of Greenwich).",,7008,8901,1331,Topographic mapping.,"Many Alaskan islands were never on NAD27 but rather on independent datums.  NADCON conversion program provides transformation from St. George Island Datum to NAD83 (original 1986 realization) - making the transformation appear to user as if from NAD27.","http://www.ngs.noaa.gov/ (NADCON readme file)",EPSG,2003-12-31,2003.362,0,"D_St_George_Island"
166
6139,Puerto Rico,geodetic,"Fundamental point: Cardona Island Lighthouse. Latitude:17 deg 57 min 31.40 sec N; Longitude: 66 deg 38 min 07.53 sec W (of Greenwich).",1901,7008,8901,1335,Topographic mapping.,"NADCON conversion program provides transformation from Puerto Rico Datum to NAD83 (original 1986 realization) but making the transformation appear to user as if from NAD27.","Ordnance Survey of Great Britain and http://www.ngs.noaa.gov/ (NADCON readme file).",EPSG,2003-12-31,2003.362,0,"D_Puerto_Rico"
167
6140,NAD83 Canadian Spatial Reference System,geodetic,,1998,7019,8901,2784,Geodetic survey.,Supersedes ATS77 from 1999 in New Brunswick.,Service New Brunswick Land and Information Standards Manual,EPSG,2006-01-16,2005.88,0,"D_North_American_1983_CSRS98"
168
6141,Israel,geodetic,"Fundamental point:  Latitude: 31 deg 44 min 03.817 sec N; Longitude: 35 deg 12 min 16.261 sec E (of Greenwich).",,7019,8901,2603,Topographic mapping.,,Survey of Israel.,EPSG,2004-04-14,2002.34 2004.15,0,"D_Israel"
169
6142,Locodjo 1965,geodetic,"Fundamental point: T5 Banco. Latitude: 5 deg 18 min 50.5 sec N; Longitude: 4 deg 02 min 05.1 sec W (of Greenwich).",1965,7012,8901,1075,Topographic mapping.,,IGN Paris.,EPSG,1999-10-20,,0,"D_Locodjo_1965"
170
6143,Abidjan 1987,geodetic,"Fundamental point: Abidjan I. Latitude: 5 deg 18 min 51.01 sec N; Longitude: 4 deg 02 min 06.04 sec W (of Greenwich).",1987,7012,8901,1075,Topographic mapping.,,IGN Paris.,EPSG,1999-10-20,,0,"D_Abidjan_1987"
171
6144,Kalianpur 1937,geodetic,"Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).",1937,7015,8901,1308,Topographic mapping.,Supersedes 1880 adjustment except for topographic mapping.  Superseded in Bangladesh and Pakistan by 1962 metrication conversion and in India by 1975 metrication conversion.,"G. Bomford; ""The Re-adjustment of the Indian Triangulation""; Survey of India Professional Paper 28; 1939.",EPSG,1999-10-20,,0,"D_Kalianpur_1937"
172
6145,Kalianpur 1962,geodetic,"Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).",1962,7044,8901,3289,Topographic mapping.,"1937 adjustment rescaled by ratio metric conversions of Indian foot (1937) to Indian foot (1962).",,EPSG,1999-10-20,,0,"D_Kalianpur_1962"
173
6146,Kalianpur 1975,geodetic,"Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).",1975,7045,8901,3341,Topographic mapping.,"1937 adjustment rescaled by ratio metric conversions of Indian foot (1937) to Indian foot (1975).",,EPSG,1999-10-20,,0,"D_Kalianpur_1975"
174
6147,Hanoi 1972,geodetic,,1972,7024,8901,3328,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,PetroVietnam,EPSG,1999-10-20,,0,"D_Hanoi_1972"
175
6148,Hartebeesthoek94,geodetic,"Coincident with ITRF91 (1994.0) at Hartebeesthoek astronomical observatory near Pretoria.",1994,7030,8901,1215,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Supersedes Cape datum (code 6222).","Directorate of Surveys and Mapping; http://w3sli.wcape.gov.za/surveys/mapping/wgs84.htm",EPSG,2000-01-06,99.96,0,"D_Hartebeesthoek_1994"
176
6149,CH1903,geodetic,"Fundamental point: Old Bern observatory. Latitude: 46 deg 57 min 08.660 sec N; Longitude: 7 deg 26 min 22.500 sec E (of Greenwich).",1903,7004,8901,1286,Topographic mapping.,,"Bundesamt für Landestopographie",EPSG,1999-10-20,,0,"D_CH1903"
177
6150,"CH1903+",geodetic,"Fundamental point: Zimmerwald observatory.",,7004,8901,1286,"Geodetic survey, topographic mapping.",,"Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.",EPSG,2001-11-06,2001.52,0,"D_CH1903+"
178
6151,Swiss Terrestrial Reference Frame 1995,geodetic,ETRF89 at 1993.0,1995,7019,8901,1286,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Bundesamt für Landestopographie.  Aufbau der Landesvermessung der Schweiz 'LV95' Teil 3: Terrestrische Bezugssysteme und Bezugsrahmen. L+T 1999.",EPSG,1999-10-20,,0,"D_Swiss_TRF_1995"
179
6152,"NAD83 (High Accuracy Regional Network)",geodetic,,,7019,8901,1337,Geodetic survey.,,National Geodetic Survey,EPSG,1999-10-20,,0,"D_North_American_1983_HARN"
180
6153,Rassadiran,geodetic,"Fundamental point: Total1. Latitude: 27 deg 31 min 07.784 sec N; Longitude: 52 deg 36 min 12.741 sec E (of Greenwich).",1998,7022,8901,1338,Oil industry mapping.,,Total-Fina,EPSG,1999-11-20,,0,"D_Rassadiran"
181
6154,"European Datum 1950(1977)",geodetic,Extension of ED50 over Iran.,1977,7022,8901,1123,Topographic mapping.,Sometimes referred to as ED50-ED77.,National Cartographic Centre of Iran,EPSG,1999-11-20,,0,"D_European_1950_ED77"
182
6155,Dabola 1981,geodetic,,1981,7011,8901,3257,Topographic mapping.,,IGN Paris,EPSG,1999-12-09,,0,"D_Dabola"
183
6156,Jednotne Trigonometricke Site Katastralni,geodetic,"Modification of Austrian MGI datum, code 6312.",,7004,8901,1306,"Geodetic survey, cadastre, topographic mapping, engineering survey.","S-JTSK = System of the Unified Trigonometrical Cadastral Network.","Research Institute for Geodesy Topography and Cartography (VUGTK); Prague.",EPSG,2001-11-06,2001.26  2001.51,0,"D_S_JTSK"
184
6157,Mount Dillon,geodetic,"Fundamental point: Mount Dillon triangulation station. Latitude: 11 deg 15 min 07.843 sec N; Longitude: 60 deg 41 min 09.632 sec W (of Greenwich).",,7007,8901,1322,Topographic mapping.,,University of the West Indies Geodetic Services.,EPSG,2003-12-31,2003.361,0,
185
6158,Naparima 1955,geodetic,"Fundamental point: Naparima. Latitude: 10 deg 16 min 44.860 sec N; Longitude: 61 deg 27 min 34.620 sec W (of Greenwich).",1955,7022,8901,3143,Topographic mapping.,Naparima 1972 is an extension of the Naparima 1955 network of Trinidad to include Tobago.,Ordnance Survey International.,EPSG,2000-03-07,,0,
186
6159,European Libyan Datum 1979,geodetic,Extension of ED50 over Libya.,1979,7022,8901,1143,Topographic mapping.,,Brown and Root,EPSG,2003-12-31,2003.362,0,
187
6160,Chos Malal 1914,geodetic,Chos Malal police station.,1914,7022,8901,1292,Oil industry mapping.,"Also known as Quini-Huao.  Superseded by Campo Inchauspe (code 6221).",Various oil company records.,EPSG,2000-03-07,,0,
188
6161,Pampa del Castillo,geodetic,,,7022,8901,1265,Oil industry mapping.,"Used in Comodoro Rivadavia area.  Superseded by Campo Inchauspe (code 6221).",Various oil company records.,EPSG,2000-03-07,,0,
189
6162,Korean Datum 1985,geodetic,"Fundamental point: Suwon; latitude 37 deg 16 min 31.9034 sec N; longitude 127 deg 03 min 05.1451 sec E of Greenwich.",1985,7004,8901,3266,Topographic mapping.,,"Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1999. http://www.asprs.org/",EPSG,2005-09-05,2001.28 2005.46,0,
190
6163,Yemen National Geodetic Network 1996,geodetic,"Sana'a IGN reference marker",1996,7030,8901,1257,Topographic mapping.,,IGN Paris,EPSG,2000-03-07,,0,
191
6164,South Yemen,geodetic,,,7024,8901,1340,Topographic mapping.,,IGN Paris,EPSG,2000-03-07,,0,
192
6165,Bissau,geodetic,,,7022,8901,3258,Topographic mapping.,,"NIMA TR8350.2  ftp://164.214.2.65/pub/gig/tr8350.2/changes.pdf",EPSG,2005-09-05,2005.46,0,"D_Bissau"
193
6166,Korean Datum 1995,geodetic,,1995,7030,8901,3266,Topographic mapping.,,"NIMA TR8350.2  ftp://164.214.2.65/pub/gig/tr8350.2/changes.pdf",EPSG,2005-09-05,2005.46,0,
194
6167,New Zealand Geodetic Datum 2000,geodetic,Based on ITRF96 at epoch 2000.0,2000,7019,8901,3285,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Supersedes New Zealand Geodetic Datum 1949 (code 6272) and Chatham Islands Datum 1979 (code 6673) from March 2000.","Land Information New Zealand. http://www.linz.govt.nz/rcs/linz/pub/web/root/core/SurveySystem/GeodeticInfo/GeodeticDatums/nzgd2000factsheet/index.jsp",EPSG,2004-03-26,2004.11,0,
195
6168,Accra,geodetic,"Fundamental point: GCS Station 547. Latitude: 5 deg 23 min 43.3 sec N; Longitude: 0 deg 11 min 52.3 sec W (of Greenwich).",,7029,8901,1104,Topographic mapping.,"Superseded in 1978 by Leigon datum (code 6250).",Ordnance Survey International,EPSG,2000-10-12,,0,
196
6169,American Samoa 1962,geodetic,"Fundamental point: Betty 13 eccentric. Latitude: 14 deg 20 min 08.34 sec S; longitude: 170 deg 42 min 52.25 sec W",1962,7008,8901,3109,Topographic mapping.,,NIMA TR8350.2 revision of January 2000. Oil industry sources for origin description details.,EPSG,2005-05-21,2003.362 2005.23,0,
197
6170,Sistema de Referencia Geocentrico para America del Sur 1995,geodetic,ITRF94 epoch 1995.42.,1995,7019,8901,1341,Geodetic survey.,Realised by a frame of 58 stations observed in 1995 and adjusted in the ITRF94. Superseded by SIRGAS 2000.,"NIMA TR8350.2 revision of January 2000. Also http://www1.ibge.gov.br/",EPSG,2005-09-05,2004.25 2005.46,0,
198
6171,Reseau Geodesique Francais 1993,geodetic,Coincident with ETRS89 at epoch 1993.0,1993,7019,8901,1096,Geodetic survey.,,"http://www.ign.fr/ via TotalFinaElf",EPSG,2005-09-05,2001.51 2005.46,0,
199
6172,Posiciones Geodesicas Argentinas,geodetic,,1994,7019,8901,1033,"Topographic mapping, geodetic survey.","Una red geodésica de 127 puntos materializados
200
en el terreno que definen el Sistema Geodésico Nacional.  [A geodetic network of 127 points defining the National Geodetic System.] Superseded by POSGAR98 (code 6190).","http://www.igm.gov.ar/posgar.html",EPSG,2000-10-19,,1,
201
6173,IRENET95,geodetic,ETRS89 stations in Ireland,1995,7019,8901,1305,Geodetic survey.,Densification of ETRS89,Ordnance Survey of Ireland,EPSG,2004-04-07,2004.22,0,
202
6174,Sierra Leone Colony 1924,geodetic,"Fundamental point: Kortright. Latitude: 8 deg 28 min 44.4 sec N; Longitude: 13 deg 13 min 03.81 sec W (of Greenwich).",1924,7029,8901,1342,"Topographic mapping, engineering survey.",,Ordnance Survey International.,EPSG,2001-06-05,,0,
203
6175,Sierra Leone 1968,geodetic,"Fundamental point: SLX2 Astro. Latitude: 8 deg 27 min 17.567 sec N; Longitude: 12 deg 49 min 40.186 sec W (of Greenwich).",1968,7012,8901,3306,"Topographic mapping, engineering survey.",Extension and readjustment with additional observations of 1960 network.  Coordinates of 1960 stations change by less than 3 metres.,Ordnance Survey International.,EPSG,2001-06-05,,0,
204
6176,Australian Antarctic Datum 1998,geodetic,,1998,7019,8901,1278,Topographic mapping.,,Standards Australia,EPSG,2006-01-30,2006.08,0,
205
6178,"Pulkovo 1942/83",geodetic,"Fundamental point: Pulkovo observatory. Latitude: 59 deg 46 min 18.550 sec N; Longitude: 30 deg 19 min 42.090 sec E (of Greenwich).",1983,7024,8901,1343,"Geodetic survey, cadastre, topographic mapping, engineering survey.",International adjustment of Uniforrm Astro-Geodetic Network of countries of central and eastern Europe.,"Bundesamt für Kartographie und Geodäsie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/",EPSG,2001-06-05,,0,
206
6179,"Pulkovo 1942/58",geodetic,"Fundamental point: Pulkovo observatory. Latitude: 59 deg 46 min 18.550 sec N; Longitude: 30 deg 19 min 42.090 sec E (of Greenwich).",1958,7024,8901,1192,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/",EPSG,2001-06-05,,0,
207
6180,Estonia 1997,geodetic,Densification of ETRS89 during EUREF-ESTONIA97 campaign through transformation from ITRF96 epoch 1997.56.,1997,7019,8901,1090,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Supersedes Estonia 1992 adjustment (code 6133).","Estonian National Land Board via EuroGeographics; http://crs.bkg.bund.de/crs-eu/",EPSG,2001-06-05,,0,
208
6181,Luxembourg 1930,geodetic,"Fundamental point: northern station of Habay-la-Neuve baseline in Belgium. Latitude: 49 deg 43 min 24.408 sec N; longitude: 5 deg 38 min 22.470 sec E (of Greenwich)",1930,7022,8901,1146,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Administration du Cadastre et de la Topographie via EuroGeographics; http://crs.bkg.bund.de/crs-eu/",EPSG,2001-06-05,,0,
209
6182,Azores Occidental Islands 1939,geodetic,"Fundamental point: Observatario Meteorologico Flores.",1939,7022,8901,1344,Topographic mapping.,,"Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/",EPSG,2005-12-30,2005.85,0,
210
6183,Azores Central Islands 1948,geodetic,"Fundamental point: Graciosa south west base. Latitude: 39 deg 03 min 54.934 sec N; longitude: 28 deg 02 min 23.882 sec W",1948,7022,8901,1301,Topographic mapping.,"Superseded by 1995 adjustment (datum code 6665).","Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/  Oil industry sources for origin description details.",EPSG,2003-12-31,2002.25 2003.231 2003.362,0,
211
6184,Azores Oriental Islands 1940,geodetic,"Fundamental point: Forte de São Bras.",1940,7022,8901,1345,Topographic mapping.,"Superseded by 1995 adjustment (datum code 6664).","Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/",EPSG,2003-08-14,2003.231,0,
212
6185,Madeira 1936,geodetic,"Fundamental point: Madeira SE Base.",1936,7022,8901,1314,Topographic mapping.,,"Instituto Geografico e Cadastral Lisbon via EuroGeographics; http://crs.bkg.bund.de/crs-eu/",EPSG,2001-06-05,,1,
213
6188,OSNI 1952,geodetic,Position fixed to the coordinates from the 19th century Principle Triangulation of station Divis. Scale and orientation controlled by position of Principle Triangulation stations Knocklayd and Trostan.,1952,7001,8901,2530,Geodetic survey and topographic mapping.,"Superseded by Geodetic Datum of 1965 alias 1975 Mapping Adjustment or TM75 (datum code 6300).",Ordnance Survey of Northern Ireland.,EPSG,2001-11-06,,0,
214
6189,Red Geodesica Venezolana,geodetic,Realised by a frame of 67 stations observed in 1995 as a densification of the SIRGAS campaign and adjusted in the ITRF94.,2000,7019,8901,1251,Geodetic survey.,,Servicio Autonomo de Geografia y Cartografia Nacional.,EPSG,2001-06-11,,0,
215
6190,Posiciones Geodesicas Argentinas 1998,geodetic,"A geodetic network of 136 high accuracy surveyed points. Densification of SIRGAS 1995; ITRF94 epoch 1995.42.",1998,7019,8901,1033,Geodetic survey.,"Technically, but at this record revision date not legally, supersedes the 1994 POSGAR adjustment (code 6694).","Instituto Geográfico Militar de la República Argentina, http://www.igm.gov.ar",EPSG,2005-09-12,2003.372 2005.46 2005.48,0,
216
6191,Albanian 1987,geodetic,,1987,7024,8901,1025,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"EuroGeographics; http://crs.bkg.bund.de/crs-eu/",EPSG,2001-11-06,,0,
217
6192,Douala 1948,geodetic,"South pillar of Douala base; 4deg 00min 40.64sec N, 9deg 42min 30.41sec E",1948,7022,8901,2555,Topographic mapping.,"Superseded  by Manoca 1962 datum (code 6193).",TotalFinaElf,EPSG,2005-12-30,2005.83,0,
218
6193,Manoca 1962,geodetic,"Reservoir centre at the  Manoca tower (""tube Suel""), 3deg 51min 49.896sec N, 9deg 36min 49.347sec E.",1962,7011,8901,2555,Topographic mapping.,"The intent of the Bukavu 1953 conference was to adopt the Clarke 1880 (RGS) ellipsoid (code 7012) but in practice this datum has used the IGN version.  Supersedes Douala 1948 (code 6192).",TotalFinaElf,EPSG,2002-01-18,,0,
219
6194,Qornoq 1927,geodetic,"Fundamental point: Station 7008. Latitude: 64 deg 31 min 06.27 sec N; Longitude: 51 deg 12 min 24.86 sec W (of Greenwich).",1927,7022,8901,3119,Topographic mapping.,,"Kort & Matrikelstyrelsen, Copenhagen. Origin coordinates from NIMA http://earth-info.nima.mil/",EPSG,2005-09-05,2003.362 2005.46,0,
220
6195,Scoresbysund 1952,geodetic,,1952,7022,8901,2570,Topographic mapping.,,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-18,,0,
221
6196,Ammassalik 1958,geodetic,,1958,7022,8901,2571,Topographic mapping.,,"Kort & Matrikelstyrelsen, Copenhagen.",EPSG,2002-01-18,,0,
222
6197,Garoua,geodetic,"Fundamental ;point: IGN astronomical station and benchmark no. 16 at Tongo. Latitude 8 deg 55 min 08.74 sec N; longitude 13 deg 30 min 43.19 sec E (of Greenwich).",,7012,8901,2590,Topographic mapping.,,TotalFinaElf,EPSG,2002-02-12,,0,
223
6198,Kousseri,geodetic,"IGN astronomical station Dabanga; 11deg 55min 05.9sec N  14deg 38min 40.8sec E.",,7012,8901,2591,Topographic mapping.,,TotalFinaElf,EPSG,2002-02-12,,0,
224
6199,Egypt 1930,geodetic,"Fundamental point: Station F1 (Venus). Latitude: 30 deg 01 min 42.86 sec N; Longitude: 31 deg 16 min 37.05 sec E (of Greenwich).",1930,7022,8901,3242,Used for scientific purposes only.,"Note that Egypt 1930 uses the International 1924 ellipsoid, unlike the Egypt 1907 datum (code 6229) which uses the Helmert ellipsoid. Oil industry references to the Egypt 1930 datum name and the Helmert ellipsoid probably mean Egypt 1907 datum.",,EPSG,2002-02-12,,0,
225
6200,Pulkovo 1995,geodetic,"Fundamental point: Pulkovo observatory. Latitude: 59 deg 46 min 15.359 sec N; Longitude: 30 deg 19 min 28.318 sec E (of Greenwich).",1995,7024,8901,1198,Scientific adjustment.,,"""Main Terms of Reference for the State Geodetic Network""; Federal Geodetic Service of Russia; 1994",EPSG,1996-09-12,,0,"D_Pulkovo_1995"
226
6201,Adindan,geodetic,"Fundamental point: Station 15; Adindan. Latitude: 22 deg 10 min 07.110 sec N; Longitude: 31 deg 29 min 21.608 sec E (of Greenwich).",,7012,8901,1271,Topographic mapping.,"The 12th parallel traverse of 1966-70 (Point 58 datum, code 6620) is connected to the Adindan network in western Sudan. This has given rise to misconceptions that the Adindan network is used in west Africa.",,EPSG,2003-12-31,2002.431 2003.361,0,"D_Adindan"
227
6202,Australian Geodetic Datum 1966,geodetic,"Fundamental point: Johnson Memorial Cairn. Latitude: 25 deg 56 min 54.5515 sec S; Longitude: 133 deg 12 min 30.0771 sec E (of Greenwich).",1966,7003,8901,1279,Topographic mapping.,,"Australian Map Grid Technical Manual. National Mapping Council of Australia Technical Publication 7; 1972.",EPSG,2003-12-31,2003.361,0,"D_Australian_1966"
228
6203,Australian Geodetic Datum 1984,geodetic,"Fundamental point: Johnson Memorial Cairn. Latitude: 25 deg 56 min 54.5515 sec S; Longitude: 133 deg 12 min 30.0771 sec E (of Greenwich).",1984,7003,8901,2576,Topographic mapping.,"Uses all data from 1966 adjustment with additional observations, improved software and a geoid model.","""GDA technical manual v2_2"", Intergovernmental Committee on Surveying and Mapping. www.anzlic.org.au/icsm/gdtm/",EPSG,2003-12-31,2003.29 2003.361,0,"D_Australian_1984"
229
6204,Ain el Abd 1970,geodetic,"Fundamental point: Ain El Abd.  Latitude: 28 deg 14 min 06.171 sec N; Longitude: 48 deg 16 min 20.906 sec E (of Greenwich).",1970,7022,8901,1272,Topographic mapping.,,,EPSG,2003-12-31,2003.361,0,"D_Ain_el_Abd_1970"
230
6205,Afgooye,geodetic,,,7024,8901,1214,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Afgooye"
231
6206,Agadez,geodetic,,,7011,8901,1177,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Agadez"
232
6207,Lisbon 1937,geodetic,"Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 9 deg 07 min 54.862 sec W (of Greenwich).",1937,7022,8901,1294,Topographic mapping.,"Supersedes Lisbon 1890 adjustment (which used Bessel 1841 ellipsoid).","Instituto Geografico e Cadastral; Lisbon",EPSG,1995-06-02,2001.551,0,"D_Lisbon"
233
6208,Aratu,geodetic,,,7022,8901,1274,Oil industry geodetic purposes.,,,EPSG,1995-06-02,,0,"D_Aratu"
234
6209,Arc 1950,geodetic,"Fundamental point: Buffelsfontein. Latitude: 33 deg 59 min 32.000 sec S; Longitude: 25 deg 30 min 44.622 sec E (of Greenwich).",1950,7013,8901,1276,"Topographic mapping, geodetic survey.",,,EPSG,1995-06-02,,0,"D_Arc_1950"
235
6210,Arc 1960,geodetic,"Fundamental point: Buffelsfontein. Latitude: 33 deg 59 min 32.000 sec S; Longitude: 25 deg 30 min 44.622 sec E (of Greenwich).",1960,7012,8901,1277,"Topographic mapping, geodetic survey.",,,EPSG,1995-06-02,,0,"D_Arc_1960"
236
6211,Batavia,geodetic,"Fundamental point: Longitude at Batavia Astro. Station. Latitude: 6 deg  7 min 39.522 sec S; Longitude: 106 deg 48 min 27.790 sec E (of Greenwich). Latitude and azimuth at Genuk.",,7004,8901,1285,Topographic mapping.,,,EPSG,2003-12-31,2003.361,0,"D_Batavia"
237
6212,Barbados 1938,geodetic,"Fundamental point: HMS Challenger astro station M1, St. Anne's Tower; latitude 13 deg 04 min 32.53 sec N; longitude 59 deg 36 min 29.34 sec W (of Greenwich).",1938,7012,8901,1042,Topographic mapping.,,Ordnance Survey of Great Britain.,EPSG,1999-04-22,99.171 2005.,0,"D_Barbados_1938"
238
6213,Beduaram,geodetic,,,7011,8901,2771,Topographic mapping.,,,EPSG,2004-09-01,2004.49,0,"D_Beduaram"
239
6214,Beijing 1954,geodetic,,1954,7024,8901,1067,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Beijing_1954"
240
6215,Reseau National Belge 1950,geodetic,"Fundamental point: Lommel (tower). Latitude: 51 deg 13 min 47.334 sec N; Longitude: 5 deg 18 min 49.483 sec E (of Greenwich).",1950,7022,8901,1347,Topographic mapping.,,,EPSG,2003-12-18,2003.361,0,"D_Belge_1950"
241
6216,Bermuda 1957,geodetic,"Fundamental point: Fort George base. Latitude 32 deg 22 min 44.36 sec N; longitude 64 deg 40 min 58.11 sec W (of Greenwich).",1957,7008,8901,1047,Topographic mapping.,,Various oil industry sources.,EPSG,2003-12-31,2003.362,0,"D_Bermuda_1957"
242
6218,Bogota 1975,geodetic,"Fundamental point: Bogota observatory. Latitude: 4 deg 35 min 56.570 sec N; Longitude: 74 deg  4 min 51.300 sec W (of Greenwich).",1975,7022,8901,3229,Topographic mapping.,"Supersedes 1951 adjustment. Superseded by MAGNA-SIRGAS (datum code 6685).","Instituto Geografico Agustin Caduzzi (IGAC) special publication no. 1, 4th edition (1975) ""Geodesia: Resultados Definitvos de Parte de las Redes Geodesicas Establecidas en el Pais"".",EPSG,2005-04-14,2000.20 2005.06,0,"D_Bogota"
243
6219,Bukit Rimpah,geodetic,"2deg 00min 40.16sec S  105deg 51min 39.76sec E (of Greenwich).",,7004,8901,1287,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Bukit_Rimpah"
244
6220,Camacupa,geodetic,"Fundamental point: Campo de Aviaçao. Latitude: 12 deg 01 min 19.070 sec South, Longitude = 17 deg 27 min 19.800 sec East of Greenwich",1948,7012,8901,1288,Coastal hydrography.,,"Clifford J. Mugnier, PE&RS journal, March 2001.",EPSG,2004-01-08,2003.361,0,"D_Camacupa"
245
6221,Campo Inchauspe,geodetic,"Fundamental point: Campo Inchauspe. Latitude: 35 deg 58 min 16.56 sec S; Longitude: 62 deg 10 min 12.03 sec W (of Greenwich).",,7022,8901,1033,Topographic mapping.,,"NIMA http://earth-info.nima.mil/",EPSG,2005-09-05,2003.361 2005.46,0,"D_Campo_Inchauspe"
246
6222,Cape,geodetic,"Fundamental point: Buffelsfontein. Latitude: 33 deg 59 min 32.000 sec S; Longitude: 25 deg 30 min 44.622 sec E (of Greenwich).",,7013,8901,1290,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Private Communication, Directorate of Surveys and Land Information, Cape Town.",EPSG,1996-10-18,96.25  99.69,0,"D_Cape"
247
6223,Carthage,geodetic,"Fundamental point: Carthage. Latitude: 40.9464506g = 36 deg 51 min 06.50 sec N; Longitude: 8.8724368g E of Paris = 10 deg 19 min 20.72 sec E of Greenwich.",1925,7011,8901,1236,Topographic mapping.,Fundamental point astronomic coordinates determined in 1878.,,EPSG,2004-01-15,2003.362 2003.05,0,"D_Carthage"
248
6224,Chua,geodetic,"Fundamental point: Chua. Latitude: 19 deg 45 min 41.160 sec S; Longitude: 48 deg 06 min 07.560 sec W (of Greenwich).",,7022,8901,3356,Geodetic survey.,,"NIMA http://earth-info.nima.mil/",EPSG,2006-02-17,2003.361 2005.46 2005.84,0,"D_Chua"
249
6225,Corrego Alegre,geodetic,"Fundamental point: Corrego Alegre. Latitude: 19 deg 50 min 15.140 sec S; Longitude: 48 deg 57 min 42.750 sec W (of Greenwich).",,7022,8901,1293,"Topographic mapping, geodetic survey. Superseded by SAD69.","NIMA gives coordinates of origin as Latitude: 19 deg 50 min 15.140 sec S; Longitude: 48 deg 57 min 42.750 sec W.","IGBE and NIMA http://earth-info.nima.mil/",EPSG,2006-02-09,2005.841,0,"D_Corrego_Alegre"
250
6226,"Cote d'Ivoire",geodetic,,,7011,8901,1075,Topographic mapping.,,,EPSG,1995-06-02,2001.11,1,"D_Cote_d_Ivoire"
251
6227,Deir ez Zor,geodetic,"Fundamental point: Trig. 254 Deir. Latitude: 35 deg 21 min 49.975 sec N; Longitude: 40 deg 05 min 46.770 sec E (of Greenwich).",,7011,8901,1623,Topographic mapping.,,,EPSG,2003-12-31,2003.361,0,"D_Deir_ez_Zor"
252
6228,Douala,geodetic,,,7011,8901,1060,Topographic mapping.,,,EPSG,1995-06-02,,1,"D_Douala"
253
6229,Egypt 1907,geodetic,"Fundamental point: Station F1 (Venus). Latitude: 30 deg 01 min 42.86 sec N; Longitude: 31 deg 16 min 33.60 sec E (of Greenwich).",1907,7020,8901,1086,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,,EPSG,1995-06-02,,0,"D_Egypt_1907"
254
6230,European Datum 1950,geodetic,"Fundamental point: Potsdam (Helmert Tower). Latitude: 52 deg 22 min 51.4456 sec N; Longitude: 13 deg  3 min 58.9283 sec E (of Greenwich).",1950,7022,8901,1296,"Topographic mapping, geodetic survey.",,"EuroGeographics; http://crs.bkg.bund.de/crs-eu/",EPSG,2003-12-31,2003.361,0,"D_European_1950"
255
6231,European Datum 1987,geodetic,"Fundamental point: Potsdam (Helmert Tower). Latitude: 52 deg 22 min 51.4456 sec N; Longitude: 13 deg  3 min 58.9283 sec E (of Greenwich).",1987,7022,8901,1297,Scientific network.,,,EPSG,2003-12-31,2003.362,0,"D_European_1987"
256
6232,Fahud,geodetic,"Fundamental point: Station NO68-024 Fahud. Latitude: 22 deg 17 min 31.182 sec N; Longitude: 56 deg 29 min 18.820 sec E (of Greenwich).",,7012,8901,3288,Oil industry mapping.,"Superseded by PSD93 (code 6134).",Petroleum Development Oman.,EPSG,1995-06-02,,0,"D_Fahud"
257
6233,Gandajika 1970,geodetic,,1970,7022,8901,1152,Topographic mapping.,,,EPSG,1995-06-02,,1,"D_Gandajika_1970"
258
6234,Garoua,geodetic,,,7011,8901,1060,Topographic mapping.,"The intent of the Bukavu 1953 conference was to adopt the Clarke 1880 (RGS) ellipsoid (code 7012) but in practice this datum has used the IGN version.",,EPSG,1995-06-02,,1,"D_Garoua"
259
6235,Guyane Francaise,geodetic,,,7022,8901,1097,Topographic mapping.,,,EPSG,1995-06-02,,1,"D_Guyane_Francaise"
260
6236,Hu Tzu Shan,geodetic,"Fundamental point: Hu Tzu Shan. Latitude: 23 deg 58 min 32.34 sec N; Longitude: 120 deg 58 min 25.975 sec E (of Greenwich).",,7022,8901,3315,Topographic mapping.,,"NIMA http://earth-info.nima.mil/",EPSG,2005-12-30,2003.362 2005.46 2005.83,0,"D_Hu_Tzu_Shan"
261
6237,Hungarian Datum 1972,geodetic,"Fundamental point: Szolohegy. Latitude: 47 deg 17 min 32,6156 sec N; Longitude 19 deg 36 min 09.9865 sec E; geoid height 6.56m.",1972,7036,8901,1119,Topographic mapping.,,"http://lazarus.elte.hu/gb/geodez/geod3.htm",EPSG,1996-10-18,96.09,0,"D_Hungarian_1972"
262
6238,Indonesian Datum 1974,geodetic,"Fundamental point: Padang. Latitude: 0 deg 56 min 38.414 sec S; Longitude: 100 deg 22 min  8.804 sec E (of Greenwich). Ellipsoidal height 3.190m, gravity-related height 14.0m above mean sea level.",1974,7021,8901,1122,Topographic mapping.,,Bakosurtanal 1979 paper by Jacob Rais.,EPSG,2002-06-22,2002.151,0,"D_Indonesian_1974"
263
6239,Indian 1954,geodetic,Extension of Kalianpur 1937 over Myanmar and Thailand.,1954,7015,8901,1304,Topographic mapping.,,,EPSG,2003-12-31,2003.361,0,"D_Indian_1954"
264
6240,Indian 1975,geodetic,"Fundamental point: Khau Sakaerang",1975,7015,8901,1231,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Indian_1975"
265
6241,Jamaica 1875,geodetic,"Fundamental point: Fort Charles Flagstaff. Latitude: 17 deg 55 min 55.800 sec N; Longitude: 76 deg 56 min 37.260 sec W (of Greenwich).",1875,7034,8901,3342,Topographic mapping.,,"Survey Department, Government of Jamaica, 1983.",EPSG,2004-09-12,2004.51,0,"D_Jamaica_1875"
266
6242,Jamaica 1969,geodetic,"Fundamental point: Fort Charles Flagstaff. Latitude: 17 deg 55 min 55.800 sec N; Longitude: 76 deg 56 min 37.260 sec W (of Greenwich).",1969,7008,8901,3342,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Survey Department, Government of Jamaica, 1983.",EPSG,2004-09-12,2004.51,0,"D_Jamaica_1969"
267
6243,Kalianpur 1880,geodetic,"Fundamental point: Kalianpur. Latitude: 24 deg  07 min 11.260 sec N; Longitude: 77 deg 39 min 17.570 sec E (of Greenwich).",1880,7042,8901,1307,Topographic mapping.,"Includes 1916 extension into Burma (Myanmar).  Superseded by 1937 adjustment.","G. Bomford; ""The Re-adjustment of the Indian Triangulation""; Survey of India Professional Paper 28; 1939.",EPSG,2004-04-27,97.23 2004.27,0,"D_Kalianpur_1880"
268
6244,Kandawala,geodetic,,,7015,8901,3310,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Kandawala"
269
6245,Kertau,geodetic,"Fundamental point: Kertau. Latitude: 3 deg 27 min 50.710 sec N; Longitude: 102 deg 37 min 24.550 sec E (of Greenwich).",,7018,8901,1309,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Kertau"
270
6246,Kuwait Oil Company,geodetic,"Fundamental point: K28.  Latitude: 29 deg 03 min 42.348 sec N; Longitude: 48 deg 08 min 42.558 sec E (of Greenwich).",1952,7012,8901,3267,Oil industry mapping.,,,EPSG,2004-06-16,2004.41,0,"D_Kuwait_Oil_Company"
271
6247,La Canoa,geodetic,"Fundamental point: La Canoa. Latitude: 8 deg 34 min 17.170 sec N; Longitude: 63 deg 51 min 34.880 sec W (of Greenwich).",,7022,8901,3327,"Geodetic survey, topographic mapping, engineering survey.",Origin also adopted for PSAD56.,,EPSG,1995-06-02,,0,"D_La_Canoa"
272
6248,Provisional South American Datum 1956,geodetic,"Fundamental point: La Canoa. Latitude: 8 deg 34 min 17.170 sec N; Longitude: 63 deg 51 min 34.880 sec W (of Greenwich).",1956,7022,8901,1348,Topographic mapping.,Same origin as La Canoa datum.,,EPSG,1995-06-02,,0,"D_Provisional_S_American_1956"
273
6249,Lake,geodetic,"Fundamental point: Maracaibo Cathedral. Latitude: 10 deg 38 min 34.678 sec N; Longitude: 71 deg 36 min 20.224 sec W (of Greenwich).",,7022,8901,1312,Oil industry mapping.,,,EPSG,1995-06-02,,0,"D_Lake"
274
6250,Leigon,geodetic,"Fundamental point: GCS Station 121, Leigon. Latitude: 5 deg 38 min 52.27 sec N; Longitude: 0 deg 11 min 46.08 sec W (of Greenwich).",,7012,8901,1104,Topographic mapping.,"Superseded Accra datum (code 6168) from 1978.  Coordinates at Leigon fundamental point defined as Accra datum values for that point.",Ordnance Survey International,EPSG,1995-06-02,,0,"D_Leigon"
275
6251,Liberia 1964,geodetic,"Fundamental point: Robertsfield. Latitude: 6 deg 13 min 53.02 sec N; Longitude: 10 deg 21 min 35.44 sec W (of Greenwich).",1964,7012,8901,3270,Topographic mapping.,,"NIMA http://earth-info.nima.mil/",EPSG,2005-09-05,2003.362 2005.46,0,"D_Liberia_1964"
276
6252,Lome,geodetic,,,7011,8901,1232,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Lome"
277
6253,Luzon 1911,geodetic,"Fundamental point: Balacan. Latitude: 13 deg 33 min 41.000 sec N; Longitude: 121 deg 52 min  03.000 sec E (of Greenwich).",1911,7008,8901,1190,Topographic mapping.,"Superseded by Philippine Reference system of 1992 (datum code 6683).",Coast and Geodetic Survey,EPSG,2004-12-24,2004.73,0,"D_Luzon_1911"
278
6254,Hito XVIII 1963,geodetic,Chile-Argentina boundary survey.,1963,7022,8901,1303,Geodetic survey.,Used in Tierra del Fuego.,Various oil company records.,EPSG,1995-06-02,,0,"D_Hito_XVIII_1963"
279
6255,Herat North,geodetic,"Fundamental point: Herat North. Latitude: 34 deg 23 min 09.08 sec N; Longitude: 64 deg 10 min 58.94 sec E (of Greenwich).",,7022,8901,1024,Topographic mapping.,,"NIMA http://earth-info.nima.mil/",EPSG,2005-09-05,2003.362 2005.46,0,"D_Herat_North"
280
6256,Mahe 1971,geodetic,"Fundamental point: Mahe",1971,7012,8901,1208,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Mahe_1971"
281
6257,Makassar,geodetic,"Fundamental point: station P1, Moncongloe. Latitude: 5 deg 08 min 41.42 sec S; long 119 deg 24 min 14.94 sec E of Greenwich.",,7004,8901,1316,Topographic mapping.,,"NIMA http://earth-info.nima.mil/",EPSG,2005-09-05,2003.361 2005.46,0,"D_Makassar"
282
6258,European Terrestrial Reference System 1989,geodetic,"Fixed to the stable part of the Eurasian continental 
283
plate and consistent with ITRS at the epoch 1989.0.",1989,7019,8901,1298,Geodetic survey.,"The distinction in usage between ETRF89 and ETRS89 is confused: although in principle conceptually different in practice both are used for the realisation.",,EPSG,2003-08-14,97.11  97.55  99.111 2000.72 2003.26,0,"D_ETRF_1989"
284
6259,Malongo 1987,geodetic,"Fundamental point: Station Y at Malongo base camp. Latitude: 5 deg 23 min 30.810 sec S; Longitude: 12 deg 12 min  01.590 sec E (of Greenwich).",1987,7022,8901,3180,Oil industry offshore exploration and production from 1987.,"Superseded Mhast (offshore) (code 6705) in 1987. Origin coordinates constrained to those of Mhast (offshore) but other station coordinates differ. References to ""Mhast"" since 1987 often should have stated ""Malongo 1987"".",Chevron Petroleum Technology.,EPSG,2006-01-06,2005.751,0,"D_Malongo_1987"
285
6260,Manoca,geodetic,,,7012,8901,1060,Topographic mapping.,,,EPSG,1995-06-02,,1,"D_Manoca"
286
6261,Merchich,geodetic,"Fundamental point: Merchich. Latitude: 33 deg 26 min 59.672 sec N; Longitude: 7deg 33 min 27.295sec W (of Greenwich).",1922,7011,8901,3280,Topographic mapping.,,,EPSG,2003-12-31,2003.361,0,"D_Merchich"
287
6262,Massawa,geodetic,,,7004,8901,1089,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Massawa"
288
6263,Minna,geodetic,"Fundamental point: Minna base station L40. Latitude: 9 deg 38 min 08.87 sec N; Longitude: 6 deg 30 min 58.76 sec E (of Greenwich).",,7012,8901,1178,Topographic mapping.,,"NIMA http://earth-info.nima.mil/",EPSG,2005-09-05,2003.361 2005.46,0,"D_Minna"
289
6264,Mhast,geodetic,,,7022,8901,1318,Coastal hydrography.,,,EPSG,1995-06-02,,1,"D_Mhast"
290
6265,Monte Mario,geodetic,"Fundamental point: Monte Mario. Latitude: 41 deg 55 min 25.51 sec N; Longitude: 12 deg  27 min  08.4 sec E (of Greenwich).",1940,7022,8901,3343,Topographic mapping.,"Superseded Genova datum, Bessel 1841 ellipsoid, from 1940.",,EPSG,2003-12-31,2003.36,0,"D_Monte_Mario"
291
6266,"M'poraloko",geodetic,,,7011,8901,1100,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Mporaloko"
292
6267,North American Datum 1927,geodetic,"Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).",1927,7008,8901,1349,Topographic mapping.,"Superseded by North American Datum 1983 (NAD83)",,EPSG,1995-06-02,,0,"D_North_American_1927"
293
6268,NAD Michigan,geodetic,"Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).",,7009,8901,1391,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_North_American_Michigan"
294
6269,North American Datum 1983,geodetic,Origin at geocentre.,1986,7019,8901,1350,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_North_American_1983"
295
6270,Nahrwan 1967,geodetic,"Fundamental point: Nahrwan south base.  Latitude: 33 deg 19 min 10.87 sec N; Longitude: 44 deg 43 min 25.54 sec E (of Greenwich).",1967,7012,8901,1351,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Nahrwan_1967"
296
6271,Naparima 1972,geodetic,"Fundamental point: Naparima. Latitude: 10 deg 16 min 44.860 sec N; Longitude: 61 deg 27 min 34.620 sec W (of Greenwich).",1972,7022,8901,1322,Topographic mapping.,Naparima 1972 is an extension of the Naparima 1955 network of Trinidad to include Tobago.,Ordnance Survey International.,EPSG,1995-06-02,,0,"D_Naparima_1972"
297
6272,New Zealand Geodetic Datum 1949,geodetic,"Fundamental point: Papatahi. Latitude: 41 deg 19 min  8.900 sec S; Longitude: 175 deg  02 min 51.000 sec E (of Greenwich).",1949,7022,8901,3285,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by New Zealand Geodetic Datum 2000 (code 6167) from March 2000.","Land Information New Zealand. http://www.linz.govt.nz/rcs/linz/pub/web/root/core/SurveySystem/GeodeticInfo/GeodeticDatums/nzgd2000factsheet/index.jsp",EPSG,2004-03-26,2000.702 2004.11,0,"D_New_Zealand_1949"
298
6273,NGO 1948,geodetic,"Fundamental point: Oslo observatory. Latitude: 59 deg 54 min 43.7 sec N; Longitude: 10 deg 43 min 22.5 sec E (of Greenwich).",1948,7005,8901,1352,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"EuroGeographics; http://crs.bkg.bund.de/crs-eu/",EPSG,2004-01-05,2003.362,0,"D_NGO_1948"
299
6274,Datum 73,geodetic,"Fundamental point:  TF4, Melrica. Latitude: 39 deg 41 min 37.30 sec N; Longitude: 8 deg 07 min 53.31 sec W (of Greenwich).",1964,7022,8901,1294,Topographic mapping.,,"Instituto Geografico e Cadastral; Lisbon",EPSG,1995-06-02,,0,"D_Datum_73"
300
6275,Nouvelle Triangulation Francaise,geodetic,"Fundamental point: Pantheon. Latitude: 48 deg 50 min 46.522 sec N; Longitude: 2 deg 20 min 48.667 sec E (of Greenwich).",1895,7011,8901,1326,Topographic mapping.,,,EPSG,2004-01-07,2003.361,0,"D_NTF"
301
6276,NSWC 9Z-2,geodetic,,,7025,8901,1262,Satellite navigation.,Transit precise ephemeris before 1991.,,EPSG,1995-06-02,,0,"D_NSWC_9Z_2"
302
6277,OSGB 1936,geodetic,"Fundamental point: Pre 2002: Herstmonceux, Latitude: 50 deg 51 min 55.271 sec N; Longitude: 0 deg 20 min 45.882 sec E (of Greenwich). From April 2002 the datum is defined through the application of the OSTN02 transformation (tfm code 1039) to ETRS89.",1936,7001,8901,1264,Topographic mapping.Topographic mapping.Topographic mapping.Topographic mapping.,,Ordnance Survey of Great Britain,EPSG,2002-09-19,2002.62,0,"D_OSGB_1936"
303
6278,"OSGB 1970 (SN)",geodetic,"Fundamental point: Herstmonceux. Latitude: 50 deg 51 min 55.271 sec N; Longitude: 0 deg 20 min 45.882 sec E (of Greenwich).",1970,7001,8901,1264,Scientific network.,,,EPSG,2006-01-16,2005.88,0,"D_OSGB_1970_SN"
304
6279,"OS (SN) 1980",geodetic,"Fundamental point: Herstmonceux. Latitude: 50 deg 51 min 55.271 sec N; Longitude: 0 deg 20 min 45.882 sec E (of Greenwich).",1980,7001,8901,1354,Scientific network.,,,EPSG,1995-06-02,,0,"D_OS_SN_1980"
305
6280,Padang 1884,geodetic,"Fundamental point: Padang",1884,7004,8901,1355,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Padang_1884"
306
6281,Palestine 1923,geodetic,"Fundamental point: Point 82'M  Jerusalem. Latitude: 31 deg 44 min  2.749 sec N; Longitude: 35 deg 12 min 43.490 sec E (of Greenwich).",1923,7010,8901,1356,Topographic mapping.,,,EPSG,2004-04-14,2004.15,0,"D_Palestine_1923"
307
6282,Congo 1960 Pointe Noire,geodetic,"Fundamental point: Point Noire Astro. Latitude: 4 deg 47 min 00.10 sec S; Longitude: 11 deg 51 min 01.55 sec E (of Greenwich).",1960,7011,8901,1072,Topographic mapping.,,Elf,EPSG,2003-12-31,2002.05 2003.361,0,"D_Pointe_Noire"
308
6283,Geocentric Datum of Australia 1994,geodetic,ITRF92 at epoch 1994.0,1994,7019,8901,2575,"Topographic mapping, geodetic survey.",Coincident with WGS84 to within 1 metre.,"Australian Surveying and Land Information Group Internet WWW page. http://www.auslig.gov.au/geodesy/datums/gda.htm#specs",EPSG,1995-06-02,,0,"D_GDA_1994"
309
6284,Pulkovo 1942,geodetic,"Fundamental point: Pulkovo observatory. Latitude: 59 deg 46 min 18.550 sec N; Longitude: 30 deg 19 min 42.090 sec E (of Greenwich).",1942,7024,8901,1357,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Pulkovo_1942"
310
6285,Qatar 1974,geodetic,"Fundamental point: Station G3",1974,7022,8901,1346,Topographic mapping.,,,EPSG,2001-08-28,2001.27,0,"D_Qatar"
311
6286,Qatar 1948,geodetic,"Fundamental point: Sokey 0 M. Latitude: 25 deg 22 min 56.500 sec N; Longitude: 50 deg 45 min 41.000 sec E (of Greenwich).",1948,7020,8901,1346,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Qatar_1948"
312
6287,Qornoq,geodetic,,1927,7022,8901,1107,Topographic mapping.,,,EPSG,1995-06-02,,1,"D_Qornoq"
313
6288,Loma Quintana,geodetic,"Fundamental point: Loma Quintana",,7022,8901,1313,Topographic mapping.,"Superseded by La Canoa (code 6247).",,EPSG,1995-06-02,,0,"D_Loma_Quintana"
314
6289,Amersfoort,geodetic,"Fundamental point: Amersfoort. Latitude: 52 deg 09 min 22.178 sec N; Longitude: 5 deg 23 min 15.478 sec E (of Greenwich).",,7004,8901,1275,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"http://www.rdnap.nl/",EPSG,2005-09-29,2000.56 2003.361 2005.46,0,"D_Amersfoort"
315
6291,South American Datum 1969,geodetic,,1969,7036,8901,1358,Topographic mapping.,"SAD69 uses GRS67 ellipsoid with 1/f to exactly 2 decimal places.  Precision of ellipsoid entry increased from 2 to 5 dp with change id 97.252.  Error introduced if not using the truncated precision is 0 to 31mm.",,EPSG,1996-10-18,96.09  97.252,1,"D_South_American_1969"
316
6292,Sapper Hill 1943,geodetic,,1943,7022,8901,3247,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Sapper_Hill_1943"
317
6293,Schwarzeck,geodetic,"Fundamental point: Schwarzeck. Latitude: 22 deg 45 min 35.820 sec S; Longitude: 18 deg 40 min 34.549 sec E of Greenwich. Fixed during German South West Africa-British Bechuanaland boundary survey of 1898-1903.",,7046,8901,1169,Topographic mapping.,,"Private Communication, Directorate of Surveys and Land Information, Cape Town.",EPSG,2004-04-09,2001.15 2003.362,0,"D_Schwarzeck"
318
6294,Segora,geodetic,,,7004,8901,1359,Topographic mapping.,,,EPSG,1995-06-02,,1,"D_Segora"
319
6295,Serindung,geodetic,"Fundamental point: Ep A. Latitude: 1 deg 06 min 10.60 sec N; Longitude: 105 deg 00 min 59.82 sec E (of Greenwich).",,7004,8901,1360,Topographic mapping.,,"NIMA http://earth-info.nima.mil/",EPSG,2005-09-05,2003.362 2005.46,0,"D_Serindung"
320
6296,Sudan,geodetic,,,7011,8901,1361,Topographic mapping.,,,EPSG,1995-06-02,,1,"D_Sudan"
321
6297,Tananarive 1925,geodetic,"Fundamental point: Tananarive observatory. Latitude: 18 deg 55 min 02.10 sec S; Longitude: 47 deg 33 min 06.75 sec E (of Greenwich).",2025,7022,8901,3273,Topographic mapping.,,IGN Paris,EPSG,2003-12-31,2003.361,0,"D_Tananarive_1925"
322
6298,Timbalai 1948,geodetic,"Fundamental point: Timbalai. Latitude: 5 deg 17 min  3.548 sec N; Longitude: 115 deg 10 min 56.409 sec E (of Greenwich).",1948,7016,8901,1362,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Timbalai_1948"
323
6299,TM65,geodetic,Adjusted to best mean fit 12 stations of the OSNI 1952 primary adjustment.,1965,7002,8901,1305,Topographic mapping.,"Differences between OSNI 1952 and TM65 at these stations are RMS 0.25m east, 0.23m north, maximum vector 0.57m. TM65 superseded by and not to be confused with Geodetic Datum of 1965 alias 1975 Mapping Adjustment or TM75 (datum code 6300).","""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2003-06-27,2002.621,0,"D_TM65"
324
6300,Geodetic Datum of 1965,geodetic,Adjusted to best mean fit 9 stations of the OSNI 1952 primary adjustment in Northern Ireland plus the 1965 values of 3 stations in the Republic of Ireland.,1975,7002,8901,1305,"Geodetic survey, topographic mapping and engineering survey.","Differences from the 1965 adjustment (datum code 6299) are: average difference in Eastings 0.092m; average difference in Northings 0.108m; maximum vector difference 0.548m.","""The Irish Grid - A Description of the Co-ordinate Reference System"" published by Ordnance Survey of Ireland, Dublin and Ordnance Survey of Northern Ireland, Belfast.",EPSG,2003-06-27,2002.621,0,"D_TM75"
325
6301,Tokyo,geodetic,"Fundamental point: Nikon-Keido-Genten. Latitude: 35 deg 39 min 17.5148 sec N; Longitude: 139 deg 44 min 40.5020 sec E (of Greenwich).",,7004,8901,1364,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by Japanese Geodetic Datum 2000 (code 6611).","Geographic Survey Institute; Japan; Bulletin 40 (March 1994).  Also http://vldb.gsi.go.jp/sokuchi/datum/tokyodatum.html",EPSG,2002-06-22,98.46  2002.08,0,"D_Tokyo"
326
6302,Trinidad 1903,geodetic,"Station 00, Harbour Master's Flagstaff, Port of Spain. 
327
Trinidad 1903 / Trinidad Grid coordinates (Clarke's links): 333604.30 E, 436366.91 N (Latitude: 10 deg 38 min 39.01 sec N,  Longitude: 61 deg 30 min 38.00 sec W of Greenwich)",1903,7007,8901,1339,Topographic mapping.,,"""Land Surveyor's Handbook"", 1935, published under the direction of JW MacGillivray, Surveyor General, Land & Survey's Department, Trinidad & Tobago.",EPSG,2004-03-01,2003.362  2004.13,0,"D_Trinidad_1903"
328
6303,Trucial Coast 1948,geodetic,"Fundamental point: TC1. Latitude: 25 deg 23 min 50.190 sec N; Longitude: 55 deg 26 min 43.950 sec E (of Greenwich).",1948,7020,8901,1363,Oil industry mapping.,,,EPSG,1995-06-02,,0,"D_Trucial_Coast_1948"
329
6304,Voirol 1875,geodetic,"Fundamental point: Voirol. Latitude: 36 deg 45 min 07.927 sec N; Longitude: 3 deg 02 min 49.435 sec E of Greenwich. Uses RGS (and old IGN) value of 2 deg 20 min 13.95 sec for Greenwich-Paris meridian difference.",1875,7011,8901,1365,Topographic mapping.,"Superseded by Voirol 1879 (code 6671).",IGN Paris,EPSG,2004-01-07,2003.361,0,"D_Voirol_1875"
330
6306,Bern 1938,geodetic,"Fundamental point: Old Bern observatory. Latitude: 46 deg 57 min  7.890 sec N; Longitude: 7 deg 26 min 22.335 sec E (of Greenwich).",1938,7004,8901,1286,Topographic mapping.,"This redetermination of the coordinates of fundamental point is used for scientific purposes and as the graticule overprinted on topographic maps constructed on the CH1903 / LV03 projected CS (code 21781).","""Die Projektionen der schweizerischen Plan- und Kartenwerke""; J. Bolliger 1967",EPSG,1995-06-02,,0,"D_Bern_1938"
331
6307,Nord Sahara 1959,geodetic,"Coordinates of primary network readjusted on ED50 datum and then transformed conformally to Clarke 1880 (RGS) ellipsoid.",1959,7012,8901,1365,Topographic mapping.,"Sometimes incorrectly referred to as Voirol Unifie 1960. Voirol Unifie 1960 is NOT a datum:  it is two projected coordinate systems based on  Nord Sahara 1959.  See coordinate system codes 30791 and 30792.","""Le System Geodesique Nord-Sahara""; IGN Paris",EPSG,2006-01-16,99.62 2003.361 2005.88,0,"D_Nord_Sahara_1959"
332
6308,Stockholm 1938,geodetic,"Fundamental point: Stockholm observatory",1938,7004,8901,3313,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by RT90 adjustment (datum code 6124)",,EPSG,1996-04-12,,0,"D_Stockholm_1938"
333
6309,Yacare,geodetic,"Fundamental point: Yacare. Latitude: 30 deg 35 min 53.68 sec S; Longitude: 57 deg 25 min 01.30 sec W of Greenwich.",,7022,8901,1247,Topographic mapping.,,"NIMA http://earth-info.nima.mil/",EPSG,2005-09-05,2003.362 2005.46,0,"D_Yacare"
334
6310,Yoff,geodetic,"Fundamental point: Yoff. Latitude: 14 deg 44 min 41.62 sec N; Longitude: 17 deg 29 min 07.02 sec W of Greenwich.",,7011,8901,1207,Topographic mapping.,,,EPSG,2003-12-31,2003.362,0,"D_Yoff"
335
6311,Zanderij,geodetic,,,7022,8901,1222,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Zanderij"
336
6312,Militar-Geographische Institut,geodetic,"Fundamental point: Hermannskogel. Latitude: 48 deg 16 min 15.29 sec N; Longitude: 16 deg 17 min 41.06 sec E (of Greenwich).",1901,7004,8901,1321,Topographic mapping.,"Croatia is planning to define a new modern datum to supersede HR1901 (info from EuroGeographics; http://crs.ifag.de/).","Bundesamt fur Eich- und Vermessungswesen; Wien",EPSG,1995-06-02,,0,"D_MGI"
337
6313,Reseau National Belge 1972,geodetic,"Fundamental point: Uccle observatory. Latitude: 50 deg 47 min 57.704 sec N; Longitude: 4 deg 21 min 24.983 sec E (of Greenwich).",1972,7022,8901,1347,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Belge_1972"
338
6314,Deutsches Hauptdreiecksnetz,geodetic,"Fundamental point: Rauenberg. Latitude: 52 deg 27 min 12.021 sec N; Longitude: 13 deg 22 min 04.928 sec E (of Greenwich).",,7004,8901,1295,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,,EPSG,2001-11-06,2001.511,0,"D_Deutsche_Hauptdreiecksnetz"
339
6315,Conakry 1905,geodetic,"Fundamental point: Conakry. Latitude: 10.573766g N; Longitude: 17.833682g W (of Paris).",1905,7011,8901,3257,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Conakry_1905"
340
6316,Dealul Piscului 1933,geodetic,"Fundamental point: latitude 44 deg 24 min 33.9606 sec N; longitude 26 deg 06 min 44.8772 sec E (of Greenwich).",1933,7022,8901,3295,Topographic mapping.,"Superseded by 1970 adjustment (datum code 6317)",Institute for Geodesy Photogrametry and Land Management,EPSG,1996-04-12,,0,"D_Dealul_Piscului_1933"
341
6317,Dealul Piscului 1970,geodetic,"Fundamental point: latitude 44 deg 24 min 23.7709 sec N; longitude 26deg 06 min 44.1265 sec E (of Greenwich).",1970,7024,8901,1197,Topographic mapping.,"Supersedes 1933 adjustment (datum code 6316)",Institute for Geodesy Photogrametry and Land Management,EPSG,1996-04-12,,0,"D_Dealul_Piscului_1970"
342
6318,National Geodetic Network,geodetic,,1993,7030,8901,3267,Geodetic survey.,Supersedes 1984 adjustment which used the WGS72 ellipsoid.,,EPSG,2004-06-16,2004.41,0,"D_NGN"
343
6319,Kuwait Utility,geodetic,,,7019,8901,1310,"Cadastre, engineering survey.",,,EPSG,1996-04-12,,0,"D_Kuwait_Utility"
344
6322,World Geodetic System 1972,geodetic,Developed from a worldwide distribution of terrestrial and geodetic satellite observations and defined through a set of station coordinates.,1972,7043,8901,1262,Satellite navigation.,"Used by GPS before 1987. For Transit satellite positioning see also WGS 72BE. Datum code 6323 reserved for southern hemisphere ProjCS's.","NIMA http://earth-info.nima.mil/",EPSG,2005-09-06,99.03 2003.362 2005.46,0,"D_WGS_1972"
345
6324,WGS 72 Transit Broadcast Ephemeris,geodetic,,1972,7043,8901,1262,Satellite navigation.,"Alleged datum for use with Transit broadcast ephemeris prior to 1989. Relationship to WGS 72 has changed over time.  Datum code 6325 reserved for southern hemisphere ProjCS's.",,EPSG,1999-04-22,99.03,0,"D_WGS_1972_BE"
346
6326,World Geodetic System 1984,geodetic,"Defined through a consistent set of station coordinates. These have changed with time: by 0.7m on 29/6/1994 [WGS 84 (G730)], a further 0.2m on 29/1/1997 [WGS 84 (G873)] and a further 0.06m on 20/1/2002 [WGS 84 (G1150)].",1984,7030,8901,1262,Satellite navigation.,"EPSG's WGS 84 datum has been the then current realisation. No distinction is made between the original WGS 84 frame, WGS 84 (G730), WGS 84 (G873) and WGS 84 (G1150). Since 1997, WGS 84 has been maintained within 10cm of the then current ITRF.","NIMA TR8350.2 June 2004 revision. http://earth-info.nga.mil/GandG/publications/tr8350.2/tr8350_2.html and 
347
http://gis-lab.info/docs/nima-tr8350.2-addendum.pdf",EPSG,2005-09-06,2002.151 2002.89 2003.27 2005.46 2005.55,0,"D_WGS_1984"
348
6600,Anguilla 1957,geodetic,"Fundamental point: station A4, Police.",1957,7012,8901,3214,Topographic mapping.,,Ordnance Survey of Great Britain.,EPSG,1999-04-22,,0,"D_Anguilla_1957"
349
6601,Antigua 1943,geodetic,"Fundamental point: station A14.",1943,7012,8901,1273,Topographic mapping.,,Ordnance Survey of Great Britain.,EPSG,1999-04-22,,0,"D_Antigua_1943"
350
6602,Dominica 1945,geodetic,"Fundamental point: station M12.",1945,7012,8901,3239,Topographic mapping.,,Ordnance Survey of Great Britain.,EPSG,1999-04-22,,0,"D_Dominica_1945"
351
6603,Grenada 1953,geodetic,"Fundamental point: station GS8, Sante Marie.",1953,7012,8901,1551,Topographic mapping.,,Ordnance Survey of Great Britain.,EPSG,2006-02-09,2006.03,0,"D_Grenada_1953"
352
6604,Montserrat 1958,geodetic,"Fundamental point: station M36.",1958,7012,8901,3279,Topographic mapping.,,Ordnance Survey of Great Britain.,EPSG,1999-04-22,,0,
353
6605,St. Kitts 1955,geodetic,"Fundamental point: station K12.",1955,7012,8901,3297,Topographic mapping.,,Ordnance Survey of Great Britain.,EPSG,1999-04-22,,0,"D_St_Kitts_1955"
354
6606,St. Lucia 1955,geodetic,"Fundamental point: station DCS3.",1955,7012,8901,3298,Topographic mapping.,,Ordnance Survey of Great Britain.,EPSG,1999-04-22,,0,"D_St_Lucia_1955"
355
6607,St. Vincent 1945,geodetic,"Fundamental point: station V1, Fort Charlotte.",1945,7012,8901,3300,Topographic mapping.,,Ordnance Survey of Great Britain.,EPSG,2006-02-09,2006.03,0,"D_St_Vincent_1945"
356
6608,"North American Datum 1927 (1976)",geodetic,"Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).",1976,7008,8901,1367,"Geodetic survey, cadastre, topographic mapping, engineering survey.","NAD27(76) used in Ontario for all maps at scale 1/20 000 and larger; elsewhere in Canada for selected purposes.",Geodetic Survey of Canada.,EPSG,1999-05-12,,0,"D_NAD_1927_Definition_1976"
357
6609,"North American Datum 1927 (CGQ77)",geodetic,"Fundamental point: Meade's Ranch. Latitude: 39 deg 13 min 26.686 sec N; Longitude: 98 deg 32 min 30.506 sec W (of Greenwich).",1977,7008,8901,1368,"Geodetic survey, cadastre, topographic mapping, engineering survey.","NAD27 (CGQ77) used in Quebec for all maps at scale 1/20 000 and larger; generally for maps issued by the Quebec cartography office whose reference system is CGQ77.","Geodetic Service of Quebec.  Contact alain.bernard@mrn.gouv.qc.ca",EPSG,1999-05-12,,0,"D_NAD_1927_CGQ77"
358
6610,Xian 1980,geodetic,,1980,7049,8901,3228,"Geodetic survey, topographic and engineering survey.",,BP,EPSG,2002-02-12,,0,
359
6611,Hong Kong 1980,geodetic,"Fundamental point: Trig ""Zero"", 38.4 feet south along the transit circle of the Kowloon Observatory. Latitude 22deg 18min 12.82sec North, longitude 114deg 10min 18.75sec East.",1980,7022,8901,1118,"Geodetic survey, topgraphic and engineering survey, cadastre.","Supersedes Hong Kong 1963 and Hong Kong 1963(67).","Survey and Mapping Office, Lands Department. http://www.info.gov.hk/landsd/mapping/tindex.htm",EPSG,2006-02-06,2005.26,0,
360
6612,Japanese Geodetic Datum 2000,geodetic,ITRF94 at epoch 1997.0,2000,7019,8901,1129,"Geodetic survey, topographic and engineering survey.","Instigated under amendment to the Japanese Surveying Law with effect from April 2002. Supersedes Tokyo datum (code 6301).","Japanese Survey Federation and Geographical Survey Institute http://www.gsi.go.jp/ENGLISH/RESEARCH/BULLETIN/vol-45/45abst1.htm",EPSG,2002-06-22,,0,
361
6613,Gunung Segara,geodetic,"Station P5 (Gunung Segara). Latitude 0deg 32min 12.83sec S, longitude  117deg 08min 48.47sec E (of Greenwich).",,7004,8901,1360,Topographic mapping.,,TotalFinaElf.,EPSG,2002-06-22,,0,
362
6614,Qatar National Datum 1995,geodetic,Defined by transformation from WGS 84 - see coordinate operation code 1840.,1995,7022,8901,1346,Topographic mapping.,,Qatar Centre for Geographic Information.,EPSG,2002-06-28,,0,
363
6615,Porto Santo 1936,geodetic,SE Base on Porto Santo island.,1936,7022,8901,1314,Topographic mapping.,"Superseded by 1995 adjustment (datum code 6663). For Selvagens see Selvagem Grande (code 6616).","Instituto Geografico e Cadastral Lisbon http://www.igeo.pt",EPSG,2003-08-14,2003.231 2003.232,0,
364
6616,Selvagem Grande,geodetic,,,7022,8901,2779,Topographic mapping.,,"Instituto Geografico e Cadastral Lisbon http://www.igeo.pt",EPSG,2003-08-14,2003.232,0,
365
6618,South American Datum 1969,geodetic,"Fundamental point: Chua. Geodetic latitude: 19 deg 45 min 41.6527 sec S; geodetic longitude: 48 deg 06 min 04.0639 sec W (of Greenwich). (Astronomic coordinates: Latitude 19 deg 45 min 41.34 +/- 0.05 sec S; Longitude 48 deg 06 min 07.80 +/- 0.08 sec W).",1969,7050,8901,1358,Topographic mapping.,"SAD69 uses GRS 1967 ellipsoid but with 1/f to exactly 2 decimal places.",DMA 1974.,EPSG,2004-01-09,2003.362,0,
366
6619,SWEREF99,geodetic,Densification of ETRS89.,1982,7019,8901,1225,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"National Land Survey of Sweden http://www.lantmateriet.se",EPSG,2002-09-19,,0,
367
6620,Point 58,geodetic,"Fundamental point: Point 58. Latitude: 3 deg 58 min 37.040 sec N; Longitude: 12 deg 52 min 44.045 sec E (of Greenwich).",1969,7012,8901,2790,Geodetic survey,Used as the basis for computation of the 12th Parallel traverse conducted 1966-70 from Senegal to Chad and connecting to the Adindan triangulation in Sudan.,IGN Paris.,EPSG,2002-09-19,,0,
368
6621,Fort Marigot,geodetic,,,7022,8901,2828,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by RRAF 1991 (datum code 6640).",IGN Paris.,EPSG,2002-11-29,,0,
369
6622,Guadeloupe 1948,geodetic,,1948,7022,8901,2829,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by RRAF 1991 (datum code 6640).",IGN Paris.,EPSG,2004-10-14,2004.561,0,
370
6623,Centre Spatial Guyanais 1967,geodetic,"Fundamental point: Kourou-Diane. Latitude: 5 deg 15 min 53.699 sec N; Longitude: 52 deg 48 min 09.149 sec W (of Greenwich).",1967,7022,8901,3105,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by RGFG95 (code 6624).",IGN Paris.,EPSG,2005-04-24,2004.562,0,
371
6624,Reseau Geodesique Francais Guyane 1995,geodetic,ITRF93 at epoch 1995.0,1995,7019,8901,1097,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Supersedes CSG67 (datum code 6623).",IGN Paris.,EPSG,2002-11-29,,0,
372
6625,Martinique 1938,geodetic,"Fundamental point: Fort Desaix. Latitude: 14 deg 36 min 54.090 sec N; Longitude: 61 deg 04 min 04.030 sec W (of Greenwich).",1938,7022,8901,3276,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by RRAF 1991 (datum code 6640).",IGN Paris.,EPSG,2004-10-14,2004.561,0,
373
6626,Reunion 1947,geodetic,"Fundamental point: Piton des Neiges (Borne). Latitude: 21 deg 05 min 13.119 sec S; Longitude: 55 deg 29 min 09.193 sec E (of Greenwich).",1947,7022,8901,3337,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by RGR92 (datum code 6627).",IGN Paris.,EPSG,2004-10-14,2004.561,0,
374
6627,Reseau Geodesique de la Reunion 1992,geodetic,ITRF91 at epoch 93.0,1992,7019,8901,1196,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Supersedes Piton des Neiges (code 6626).",IGN Paris.,EPSG,2002-11-29,,0,
375
6628,Tahiti 52,geodetic,"Fundamental point: Tahiti North Base. Latitude: 17 deg 38 min 10.0 sec S; Longitude: 149 deg 36 min 57.8 sec W (of Greenwich).",1952,7022,8901,2811,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by Tahiti 79 (datum code 6690) in Tahiti and Moorea 87 (code 6691) in Moorea.","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2002-11-29,2005.38,0,
376
6629,Tahaa 54,geodetic,"Fundamental point: Tahaa East Base. Latitude: 16 deg 33 min 20.97 sec S; Longitude: 151 deg 29 min 06.25 sec W (of Greenwich).",1954,7022,8901,2812,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by RGPF (datum code 6687).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,2005.38,0,
377
6630,IGN72 Nuku Hiva,geodetic,"Fundamental point: Taiohae. Latitude: 8 deg 55 min 03.97 sec S; Longitude: 140 deg 05 min 36.24 sec W (of Greenwich).",1972,7022,8901,3129,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by RGPF (datum code 6687).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,2005.38,0,
378
6631,K0 1949,geodetic,,1949,7022,8901,2816,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,IGN Paris.,EPSG,2002-11-29,,1,
379
6632,Combani 1950,geodetic,,1950,7022,8901,3340,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,IGN Paris.,EPSG,2002-11-29,,0,
380
6633,IGN56 Lifou,geodetic,,1956,7022,8901,2814,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,0,
381
6634,IGN72 Grande Terre,geodetic,,1972,7022,8901,2822,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,0,
382
6635,ST87 Ouvea,geodetic,,1987,7022,8901,2813,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,0,
383
6636,Petrels 1972,geodetic,"Fundamental point: Astro station DZ on Ile de Petrels. Latitude: 66 deg 40 min 00 sec S; Longitude: 140 deg 00 min 46 sec E (of Greenwich).",1972,7022,8901,2817,"Geodetic survey,  topographic mapping.",,IGN Paris.,EPSG,2002-11-29,,0,
384
6637,Pointe Geologie Perroud 1950,geodetic,"Fundamental point: Astro station G.0 on Pointe Geologie. Latitude: 66 deg 39 min 30 sec S; Longitude: 140 deg 01 min 00 sec E (of Greenwich).",1950,7022,8901,2818,"Geodetic survey,  topographic mapping.",,IGN Paris.,EPSG,2002-11-29,,0,
385
6638,Saint Pierre et Miquelon 1950,geodetic,,1950,7008,8901,1220,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,IGN Paris.,EPSG,2006-02-03,2006.06,0,
386
6639,MOP78,geodetic,,1978,7022,8901,2815,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,IGN Paris.,EPSG,2002-11-29,,0,
387
6640,Reseau de Reference des Antilles Francaises 1991,geodetic,WGS 84 coordinates of a single station determined during the 1988 Tango mission.,1991,7030,8901,2824,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Supersedes Fort Marigot and Sainte Anne (datum codes 6621-22) in Guadeloupe and Fort Desaix (datum code 6625) in Martinique.",IGN Paris.,EPSG,2004-03-26,2004.20,0,
388
6641,IGN53 Mare,geodetic,,1953,7022,8901,2819,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,0,
389
6642,ST84 Ile des Pins,geodetic,,1984,7022,8901,2820,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,0,
390
6643,ST71 Belep,geodetic,,1971,7022,8901,2821,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,0,
391
6644,NEA74 Noumea,geodetic,,1974,7022,8901,2823,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,0,
392
6645,Reseau Geodesique Nouvelle Caledonie 1991,geodetic,ITRF90 at 1989.0,1989,7022,8901,1174,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Service Topographique de la Nouvelle Caledonie.,EPSG,2002-11-29,,0,
393
6646,Grand Comoros,geodetic,"Fundamental point: M'Tsaoueni.  Latitude: 11 deg 28 min 32.200 sec S; Longitude: 43 deg 15 min 42.315 sec E (of Greenwich).",,7022,8901,2807,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,IGN Paris.,EPSG,2002-11-29,,0,
394
6647,IERS Terrestrial Reference Frame 1988,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1988,7019,8901,1262,Geodesy.,"Realisation of the IERS Terrestrial Reference System (ITRS) at 1988.0. Superseded by ITRF89 (code 6648).","International Earth Rotation Service (IERS) Annual Report for 1988. Also IGN Paris http://lareg.ensg.ign.fr/ITRF",EPSG,2002-11-29,,0,
395
6648,IERS Terrestrial Reference Frame 1989,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1989,7019,8901,1262,Geodesy.,"Realisation of the IERS Terrestrial Reference System (ITRS) at 1989.0. Supersedes ITRF88 (code 6647). Superseded by ITRF90 (code 6649).","International Earth Rotation Service (IERS) Technical Note No. 6. Also IGN Paris http://lareg.ensg.ign.fr/ITRF",EPSG,2002-11-29,,0,
396
6649,IERS Terrestrial Reference Frame 1990,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1990,7019,8901,1262,Geodesy.,"Realisation of the IERS Terrestrial Reference System (ITRS) at 1990.0. Supersedes ITRF89 (code 6648). Superseded by ITRF91 (code 6650).","International Earth Rotation Service (IERS) Technical Note No. 9. Also IGN Paris http://lareg.ensg.ign.fr/ITRF",EPSG,2002-11-29,,0,
397
6650,IERS Terrestrial Reference Frame 1991,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1991,7019,8901,1262,Geodesy.,"Realisation of the IERS Terrestrial Reference System (ITRS) at 1991.0. Supersedes ITRF90 (code 6649). Superseded by ITRF92 (code 6651).","International Earth Rotation Service (IERS) Technical Note No. 12. Also IGN Paris http://lareg.ensg.ign.fr/ITRF",EPSG,2002-11-29,,0,
398
6651,IERS Terrestrial Reference Frame 1992,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1992,7019,8901,1262,Geodesy.,"Realisation of the IERS Terrestrial Reference System (ITRS) at 1992.0. Supersedes ITRF91 (code 6650). Superseded by ITRF93 (code 6652).","International Earth Rotation Service (IERS) Technical Note No. 15. Also IGN Paris http://lareg.ensg.ign.fr/ITRF",EPSG,2002-11-29,,0,
399
6652,IERS Terrestrial Reference Frame 1993,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1993,7019,8901,1262,Geodesy.,"Realisation of the IERS Terrestrial Reference System (ITRS) at 1993.0. Supersedes ITRF92 (code 6651). Superseded by ITRF94 (code 6653).","International Earth Rotation Service (IERS) Technical Note No. 18. Also IGN Paris http://lareg.ensg.ign.fr/ITRF",EPSG,2002-11-29,,0,
400
6653,IERS Terrestrial Reference Frame 1994,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1994,7019,8901,1262,Geodesy.,"Realisation of the IERS Terrestrial Reference System (ITRS) at 1994.0. Supersedes ITRF93 (code 6652). Superseded by ITRF96 (code 6654).","International Earth Rotation Service (IERS) Technical Note No. 20. Also IGN Paris http://lareg.ensg.ign.fr/ITRF",EPSG,2002-11-29,,0,
401
6654,IERS Terrestrial Reference Frame 1996,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1996,7019,8901,1262,Geodesy.,"Realisation of the IERS Terrestrial Reference System (ITRS) at 1996.0. Supersedes ITRF94 (code 6653). Superseded by ITRF97 (code 6655).","International Earth Rotation Service (IERS) Technical Note No. 24. Also IGN Paris http://lareg.ensg.ign.fr/ITRF",EPSG,2002-11-29,,0,
402
6655,IERS Terrestrial Reference Frame 1997,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",1997,7019,8901,1262,Geodesy.,"Realisation of the IERS Terrestrial Reference System (ITRS) at 1997.0. Supersedes ITRF96 (code 6654). Superseded by ITRF2000 (code 6656).","International Earth Rotation Service (IERS) Technical Note No. 27. Also IGN Paris http://lareg.ensg.ign.fr/ITRF",EPSG,2002-11-29,,0,
403
6656,IERS Terrestrial Reference Frame 2000,geodetic,"Origin at geocentre, orientated to the BIH Terrestrial System at 1984.0. Datum defined by a set of 3-dimensional Cartesian station coordinates (SCS).",2000,7019,8901,1262,Geodesy.,"Realisation of the IERS Terrestrial Reference System (ITRS) at 2000.0. Supersedes ITRF97 (code 6655).","IGN Paris http://lareg.ensg.ign.fr/ITRF",EPSG,2002-11-29,,0,
404
6657,Reykjavik 1900,geodetic,"Fundamental point:  Latitude: 64 deg 08 min 31.88 sec N; Longitude: 21 deg 55 min 51.15 sec W (of Greenwich).",1900,7051,8901,3262,Medium scale topographic mapping.,,"Landmaelingar Islands (National Survey of Iceland).",EPSG,2003-06-27,,0,
405
6658,Hjorsey 1955,geodetic,"Fundamental point:  Latitude: 64 deg 31 min 29.26 sec N; Longitude: 22 deg 22 min 05.84 sec W (of Greenwich).",1955,7022,8901,3262,"1/50,000 scale topographic mapping.",,"Landmaelingar Islands (National Survey of Iceland).",EPSG,2003-06-27,,0,
406
6659,Islands Network 1993,geodetic,ITRF93 at 1993.6.,1996,7019,8901,1120,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Landmaelingar Islands (National Survey of Iceland).",EPSG,2003-06-27,,0,
407
6660,Helle 1954,geodetic,,1954,7022,8901,2869,"Geodetic survey, topographic mapping..",,Statens kartverk.,EPSG,2003-06-27,,0,
408
6661,Latvia 1992,geodetic,Constrained to 4 ETRS89 points in Latvia from the EUREF Baltic 1992 campaign.,1992,7019,8901,1139,"Topographic mapping, geodetic survey.",Densification of ETRS89 during the 1992 Baltic campaign.,"Latvijas Republikas Valsts zemes dienests (State Land Service of the Republic of Latvia) via EuroGeographics. http://crs.bkg.bund.de/crs-eu/",EPSG,2003-06-27,,0,
409
6663,Porto Santo 1995,geodetic,SE Base on Porto Santo island. Origin and orientation constrained to those of the 1936 adjustment.,1995,7022,8901,1314,Topographic mapping.,"Classical and GPS observations. Supersedes 1936 adjustment (datum code 6615). 
410
For Selvagens see Selvagem Grande (datum code 6616).","Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt/",EPSG,2005-09-06,2005.46,0,
411
6664,Azores Oriental Islands 1995,geodetic,"Fundamental point: Forte de São Bras. Origin and orientation constrained to those of the 1940 adjustment.",1940,7022,8901,1345,Topographic mapping.,"Classical and GPS observations. Supersedes 1940 adjustment (datum code 6184).","Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt/",EPSG,2005-09-06,2005.46,0,
412
6665,Azores Central Islands 1995,geodetic,"Fundamental point: Graciosa south west base. Origin and orientation constrained to those of the 1948 adjustment.",1948,7022,8901,1301,Topographic mapping.,"Classical and GPS observations. Supersedes 1948 adjustment (datum code 6183).","Instituto Geografico e Cadastral Lisbon; http://www.igeo.pt/",EPSG,2005-09-06,2005.46,0,
413
6666,Lisbon 1890,geodetic,"Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 9 deg 07 min 54.862 sec W of Greenwich.",1937,7004,8901,1294,Topographic mapping.,"Superseded by Lisbon 1937 adjustment (which uses International 1924 ellipsoid).","Instituto Geografico e Cadastral Lisbon http://www.igeo.pt",EPSG,2003-12-18,2003.361,0,
414
6667,Iraq-Kuwait Boundary Datum 1992,geodetic,Four stations established between September and December 1991 determined by GPS and Doppler observations.,1992,7030,8901,2876,International boundary demarcation,,"United Nations Iraq-Kuwait Boundary Demarcation Commission, Final Report, May 1993.",EPSG,2003-09-01,,0,
415
6668,European Datum 1979,geodetic,"Fundamental point: Potsdam (Helmert Tower). Latitude: 52 deg 22 min 51.4456 sec N; Longitude: 13 deg  3 min 58.9283 sec E (of Greenwich).",1979,7022,8901,1297,Scientific network.,Superseded by 1987 adjustment.,,EPSG,2003-12-31,,0,
416
6670,Istituto Geografico Militaire 1995,geodetic,Network of 1296 points observed 1992-1995 and adjusted in 1996 constrained to 9 ETRS89 points. Densification of ETRS89 in Italy.,1995,7030,8901,1127,Geodetic survey and scientific study.,,ENI,EPSG,2004-01-07,,0,
417
6671,Voirol 1879,geodetic,"Fundamental point: Voirol. Latitude: 36 deg 45 min 08.199 sec N; Longitude: 3 deg 02 min 49.435 sec E of Greenwich. Uses RGS (and old IGN) value of 2 deg 20 min 13.95 sec for Greenwich-Paris meridian difference.",1879,7011,8901,1365,Topographic mapping.,"Supersedes Voirol 1875 (code 6304).",IGN Paris,EPSG,2004-01-07,,0,
418
6672,Chatham Islands Datum 1971,geodetic,,1971,7022,8901,2889,"Geodetic survey, topographic mapping, engineering survey.","Superseded by Chatham Islands Datum 1979 (code 6673).","Office of Surveyor General (OSG) Technical Report 14, June 2001.",EPSG,2004-02-17,,0,
419
6673,Chatham Islands Datum 1979,geodetic,"Fundamental point: station Astro. Latitude: 43 deg 57 min 23.60 sec S; Longitude: 176 deg 34 min 28.65 sec W (of Greenwich).",1979,7022,8901,2889,"Geodetic survey, topographic mapping, engineering survey.","Supersedes Chatham Islands Datum 1971 (code 6672). Superseded by New Zealand Geodetic Datum 2000 (code 6167) from March 2000.","Office of Surveyor General (OSG) Technical Report 14, June 2001.",EPSG,2004-02-17,,0,
420
6674,Sistema de Referencia Geocentrico para America del Sur 2000,geodetic,ITRF2000 epoch 2000.40.,2000,7019,8901,1341,Geodetic survey.,Realised by a frame of 184 stations observed in 2000 and adjusted in the ITRF2000. Includes ties to tide gauges. Supersedes SIRGAS 1995.,"IBGE Brazil,  http://www1.ibge.gov.br/",EPSG,2005-12-30,2005.46 2005.83,0,
421
6675,Guam 1963,geodetic,"Fundamental point: Tagcha. Latitude: 13 deg 22 min 38.49 sec N; Longitude: 144 deg 45 min 51.56 sec E (of Greenwich).",1963,7008,8901,3255,Topographic mapping.,"Superseded by NAD83(HARN)","US National Geospatial Intelligence Agency (NGA). http://earth-info.nga.mil/",EPSG,2005-09-06,2005.46,0,
422
6676,Vientiane 1982,geodetic,"Fundamental point: Vientiane (Nongteng) Astro Pillar. Latitude: 18 deg 01 min 31.6301 sec N; Longitude: 102 deg 30 min 56.6999 sec E (of Greenwich).",1982,7024,8901,1138,Topographic mapping.,Superseded by Lao 1993.,National Geographic Department,EPSG,2004-04-27,,0,
423
6677,Lao 1993,geodetic,"Fundamental point: Lao 1982 coordinates of Pakxa pillar. Latitude: 18 deg 23 min 57.0056 sec N; Longitude: 103 deg 38 min 41.8020 sec E (of Greenwich). Orientation parallel with WGS 84.",1993,7024,8901,1138,Topographic mapping.,Supersedes Vientiane 1982. Superseded by Lao 1997,National Geographic Department,EPSG,2004-04-27,,0,
424
6678,Lao National Datum 1997,geodetic,"Fundamental point: Vientiane (Nongteng) Astro Pillar. Latitude: 18 deg 01 min 31.3480 sec N; Longitude: 102 deg 30 min 57.1376 sec E (of Greenwich).",1997,7024,8901,1138,"Cadastre, topographic mapping, engineering survey.",Supersedes Lao 1993.,National Geographic Department,EPSG,2004-04-27,,0,
425
6679,Jouik 1961,geodetic,,1961,7012,8901,2967,Hydrographic charting.,,Woodside,EPSG,2004-10-14,,0,
426
6680,Nouakchott 1965,geodetic,Nouakchott astronomical point.,1965,7012,8901,2968,Topographic survey.,"Triangulation limited to environs of Nouakchott. Extended in 1982 by satellite translocation from a single station ""Ruines"" to support Syledis chain for offshore operations.",IGN Paris and various industry sources.,EPSG,2004-10-14,,0,
427
6681,Mauritania 1999,geodetic,,1999,7012,8901,1157,"Minerals management, topographic mapping.","A network of 36 GPS stations tied to ITRF96, 8 of which are IGN astronomic points. CARE! This datum record under investigation - may be in error.",Woodside,EPSG,2004-10-14,,0,
428
6682,Gulshan 303,geodetic,"Gulshan garden, Dhaka.",1995,7015,8901,1041,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,IGN,EPSG,2004-10-14,,0,
429
6683,Philippine Reference System 1992,geodetic,"Fundamental point: Balacan. Latitude: 13 deg 33 min 41.000 sec N; Longitude: 121 deg 52 min  03.000 sec E (of Greenwich), geoid-ellipsoid separation 0.34m.",1992,7008,8901,1190,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Supersedes Luzon 1911 datum (code 6253).","National Mapping and Resource Information Authority, Coast and Geodetic Survey Department.",EPSG,2004-12-24,,0,
430
6684,Gan 1970,geodetic,,1970,7022,8901,3274,Topographic mapping.,"In some references incorrectly named ""Gandajika 1970"". See datum code 6685.",Various industry sources.,EPSG,2005-04-14,,0,
431
6685,Gandajika,geodetic,Gandajika base,1953,7022,8901,1259,Topographic mapping.,In some references incorrectly attributed to the Maldives. See datum code 6684.,Various industry sources.,EPSG,2005-04-14,,1,
432
6686,Marco Geocentrico Nacional de Referencia,geodetic,"ITRF94 at 1995.4.  Bogota observatory coordinates: Latitude: 4 deg 35 min 46.3215 sec N; Longitude: 74 deg 04 min 39.0285 sec W (of Greenwich).",2004,7019,8901,3229,Geodetic survey.,"Densification of SIRGAS 1995 within Colombia. Supersedes Bogota 1975 (datum code 6218).","Instituto Geografico Agustin Caduzzi (IGAC) publication ""Aspectos prácticos de la adopción del Marco Geocéntrico Nacional de Referencia MAGNA-SIRGAS como datum oficial de Colombia"". http://www.igac.gov.co/MAGNAWEB/DocumentosMAGNA.htm",EPSG,2005-04-14,,0,
433
6687,Reseau Geodesique de la Polynesie Francaise,geodetic,"ITRF92 at 1993.0. Densification by GPS of the Reference Network of French Polynesia, a coordinate set of 13 stations determined through DORIS observations.",1993,7019,8901,1098,Geodetic survey.,"Supersedes Tahaa 54 (datum code 6629), IGN 63 Hiva Oa (6689), IGN 72 Nuku Hiva (6630), Maupiti 83 (6692), MHEFO 55 (6688), Moorea 87 (6691) and Tahiti 79 (6690).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie. Also www.shom.fr, technical report 002/199.",EPSG,2005-08-12,,0,
434
6688,Fatu Iva 72,geodetic,"Fundamental point: Latitude: 9 deg 25 min 58.00 sec S; Longitude: 138 deg 55 min 06.25 sec W (of Greenwich).",1972,7022,8901,3133,Hydrographic and topographic survey.,"Recomputed by IGN in 1972 using origin and observations of 1953-1955 Mission Hydrographique des Establissements Francais d'Oceanie (MHEFO 55). Superseded by RGPF (datum code 6687).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0,
435
6689,IGN63 Hiva Oa,geodetic,"Fundamental point: Atuona. Latitude: 9 deg 48 min 27.20 sec S; Longitude: 139 deg 02 min 15.45 sec W (of Greenwich).",1963,7022,8901,3130,Hydrographic and topographic survey.,"Superseded by RGPF (datum code 6687).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0,
436
6690,Tahiti 79,geodetic,"Fundamental point: Tahiti North Base. Latitude: 17 deg 38 min 10.0 sec S; Longitude: 149 deg 36 min 57.8 sec W (of Greenwich).",1979,7022,8901,3124,Hydrographic and topographic survey.,"Supersedes Tahiti 52 (datum code 6628) in Tahiti. Superseded by RGPF (datum code 6687).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0,
437
6691,Moorea 87,geodetic,Two stations onTahiti whose coordinates from the Tahiti 1979 adjustment were held fixed.,1987,7022,8901,3125,Hydrographic and topographic survey.,"Supersedes Tahiti 52 (datum code 6628) in Moorea. Superseded by RGPF (datum code 6687).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0,
438
6692,Maupiti 83,geodetic,"Fundamental point: Pitiahe South Base. Latitude: 16 deg 28 min 28.942 sec S; Longitude: 152 deg 14 min 55.059 sec W (of Greenwich).",1983,7022,8901,3126,Hydrographic and topographic survey.,"Superseded by RGPF (datum code 6687).","Gouvernement de la Polynésie Française, Service  de l'Urbanisme, Section topographie.",EPSG,2005-08-12,,0,
439
6693,Nakhl-e Ghanem,geodetic,"Coordinates of two stations determined with respect to ITRF 2000 at 2005.2: BMT1 latitude 27 deg 42 min 09.8417 sec N, longitude 52 deg 12 min 11.0362 sec E; Total1 latitude 27 deg 31 min 03.8896 sec N, longitude 52 deg 36 min 13.1312 sec E.",2005,7030,8901,2362,Engineering survey for onshore facilities for South Pars phase 11 and Pars LNG.,,Total,EPSG,2005-08-18,,0,
440
6694,Posiciones Geodesicas Argentinas 1994,geodetic,"A geodetic network of 127 high accuracy surveyed points based on WGS 84 that define the National Geodetic System (Sistema Geodésico Nacional).",1994,7019,8901,1033,"Topographic mapping, geodetic survey.","Una red geodésica de 127 puntos materializados
441
en el terreno que definen el Sistema Geodésico Nacional. 
442
Technically, but at this record revision date not legally, superseded by POSGAR 98 (code 6190).","Instituto Geográfico Militar de la República Argentina, http://www.igm.gov.ar",EPSG,2005-09-12,,0,
443
6695,Katanga 1955,geodetic,"Fundamental point: Tshinsenda A. Latitude: 12 deg 20 min 31.568 sec S; Longitude: 28 deg 01 min 02.971 sec E.",1955,7008,8901,3147,"Cadastre, topographic mapping, engineering survey.",Supersedes earlier adjustments.,"Clifford J. Mugnier, in Photgrammetric Engineering and Remote Sensing, June 2005.",EPSG,2005-09-30,,0,
444
6696,Kasai 1953,geodetic,"Two stations of the Katanga triangulation with ellipsoid change applied: Kabila, latitude 6 deg 58 min 34.023 sec S, longitude 23 deg 50 min 24.028 sec E; and Gandajika NW base, latitude 6 deg 45 min 01.057 sec S, longitude 23 deg 57 min 03.038 sec E.",1955,7012,8901,3148,"Cadastre, topographic mapping, engineering survey.",Superseded by IGC 1962 Arc of the 6th Parallel South.,Institute Geographique du Congo,EPSG,2005-09-30,,0,
445
6697,IGC 1962 Arc of the 6th Parallel South,geodetic,"Coordinates of 3 stations determined with respect to Arc 1950: Mulungu 4deg 47min 39.2325sec S, 29deg 59min 37.5864sec E; Nyakawembe 4deg 14min 57.3618sec S, 29deg 42min 52.8032sec E; Kavula 4deg 35min 15.8634sec S, 29deg 41min 14.2693sec E.",1962,7012,8901,3149,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,Institute Geographique du Congo,EPSG,2005-09-30,,0,
446
6698,IGN 1962 Kerguelen,geodetic,K0 1949.,1949,7022,8901,2816,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,IGN Paris.,OGP,2005-11-23,,0,
447
6701,Institut Geographique du Congo Belge 1955,geodetic,"Fundamental point: Yella east base. Latitude: 6 deg 00 min 53.139 sec S; Longitude: 12 deg 58 min 29.287 sec E.",1955,7012,8901,3171,"Cadastre, topographic mapping, engineering survey.","Superseded by IGC 1962 Arc of the 6th Parallel South, except for oil industry activities.",Institut Geographique du Congo Belge.,OGP,2005-11-28,,0,
448
6703,Missao Hidrografico Angola y Sao Tome 1951,geodetic,Extension of Camacupa datum into Cabinda.,1951,7012,8901,1318,Coastal hydrography.,"A variation of this datum has been adopted by the oil industry but incorrectly using the International 1924 ellipsoid and not tied to the official Portuguese triangulation - see Mhast (onshore) and Mhast (offshore) (codes 6704 and 6705).",Various industry sources.,OGP,2006-01-03,,0,
449
6704,"Mhast (onshore)",geodetic,Probably adopted a Mhast 1951 coordinate set but associated an incorrect ellipsoid with it.,,7022,8901,3179,"Oil industry exploration and production. From 1979, offshore use superseded by Mhast (offshore) (code 6705).","Adopted by oil industry with intention of being Mhast 1951 (code 6703) but incorrectly (for Mhast 1951) used the International 1924 ellipsoid. This datum differs by about 400 metres from the Portuguese Mhast 1951 and Camacupa datums.",ChevronTexaco.,OGP,2006-01-03,,0,
450
6705,"Mhast (offshore)",geodetic,"Fundamental point: Station Y at Malongo base camp. Latitude: 5 deg 23 min 30.810 sec S; Longitude: 12 deg 12 min  01.590 sec E (of Greenwich).",1979,7022,8901,3180,Oil industry offshore exploration and production between 1979 and 1987.,"Origin coordinates determined by Transit single point position using 32 passes and transformed from WGS72BE using transformation code 15790. Differs from Mhast (onshore) by approximately 10m. Superseded in 1987 by Malongo 1987 (code 6259).",ChevronTexaco.,OGP,2006-01-03,,0,
451
6706,Egypt Gulf of Suez S-650 TL,geodetic,"Fundamental point: Station S-650 DMX. Adopted coordinates: latitude: 28 deg 19 min 02.1907 sec N; Longitude: 33 deg 06 min  36.6344 sec E (of Greenwich). The proper Egypt 1907 coordinates for S-650 differ from these by about 20m.",1980,7020,8901,2341,Oil industry offshore exploration and production in Gulf of Suez after 1980.,"A coherent set of stations bordering the Gulf of Suez coordinated by Transit translocation (""TL"") between 1980 and 1984. Based on incorrect Egypt 1907 values for origin station S-650. Differs from true Egypt 1907 by approximately 20m.",Various industry sources.,OGP,2006-01-11,,0,
452
6707,Tern Island 1961,geodetic,"Fundamental point: station FRIG on tern island, station B4 on Sorol Atoll.",1961,7022,8901,3181,Military and topographic mapping,"Two independent astronomic determinations considered to be consistent through adoption of common transformation to WGS 84 (see tfm code 15795).","DMA / NIMA / NGA TR8350.2 (original 1987 first edition and 3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
453
6708,Cocos Islands 1965,geodetic,"Fundamental point: Anna 1.",1965,7003,8901,1069,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
454
6709,Iwo Jima 1945,geodetic,"Fundamental point: Beacon ""E"".",1945,7022,8901,3200,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
455
6710,St. Helena 1971,geodetic,"Fundamental point: DOS 71/4.",1971,7022,8901,3183,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
456
6711,Marcus Island 1952,geodetic,Marcus Island Astronomic Station.,1952,7022,8901,3203,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
457
6712,Ascension Island 1958,geodetic,,1958,7022,8901,3182,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
458
6713,Ayabelle Lighthouse,geodetic,"Fundamental point: Ayabelle Lighthouse.",,7012,8901,1081,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
459
6714,Bellevue,geodetic,,,7022,8901,1249,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
460
6715,Camp Area Astro,geodetic,,,7022,8901,3205,Geodetic and topographic survey,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
461
6716,Phoenix Islands 1966,geodetic,,1966,7022,8901,3196,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
462
6717,Cape Canaveral,geodetic,,,7008,8901,3206,US space and military operations.,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
463
6718,Solomon 1968,geodetic,"Fundamental point: GUX 1.",1968,7022,8901,1213,"Military and topographic mapping, +/- 25 meters in each component",,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
464
6719,Easter Island 1967,geodetic,,1967,7022,8901,3188,"Military and topographic mapping, +/- 25 meters in each component",,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
465
6720,Fiji 1986,geodetic,,1986,7043,8901,1094,Military and topographic mapping,,"http://www.sopac.org/tiki/tiki-index.php?page=Pacific%20Projections",OGP,2006-01-26,,0,
466
6721,Fiji 1956,geodetic,"Latitude origin was obtained astronomically at station Rasusuva = 17 deg 49 min 03.13 sec South,   Longitude origin was obtained astronomically at station Suva = 178 deg 25 min 35.835 sec West.",1956,7022,8901,1094,Military and topographic mapping,,"http://www.sopac.org/tiki/tiki-index.php?page=Pacific%20Projections and www.asprs.org/resources/grids/10-2000-fiji.pdf",OGP,2006-01-26,,0,
467
6722,South Georgia 1968,geodetic,"Fundamental point: ISTS 061.",1968,7022,8901,3187,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
468
6723,Grand Cayman 1959,geodetic,"Fundamental point: GC1. Latitude: 19deg 17min 54.43sec North, longitude: 81deg 22min 37.17sec West.",1959,7008,8901,3185,Topographic mapping,,"Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1998. http://www.asprs.org/",OGP,2006-01-26,,0,
469
6724,Diego Garcia 1969,geodetic,"Fundamental point: ISTS 073",1969,7022,8901,3189,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
470
6725,Johnston Island 1961,geodetic,,1961,7022,8901,3201,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
471
6726,Little Cayman 1961,geodetic,"Fundamental point: LC5. Latitude: 19deg 39min 46.324sec North, longitude: 81deg 203min 47.910sec West.",1961,7008,8901,3186,Military and topographic mapping,,"Clifford J. Mugnier; in Photogrammetric Engineering & Remote Sensing November 1998. http://www.asprs.org/",OGP,2006-01-26,,0,
472
6727,Midway 1961,geodetic,,1961,7022,8901,3202,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
473
6728,Pico de la Nieves,geodetic,,,7022,8901,3199,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
474
6729,Pitcairn 1967,geodetic,,1967,7022,8901,3208,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
475
6730,Santo 1965,geodetic,,1965,7022,8901,3194,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
476
6731,Viti Levu 1916,geodetic,,1916,7012,8901,3195,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
477
6732,Marshall Islands 1960,geodetic,,1960,7053,8901,3191,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
478
6733,Wake Island 1952,geodetic,,1952,7022,8901,3190,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
479
6734,Tristan 1968,geodetic,,1968,7022,8901,3184,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
480
6735,Kusaie 1951,geodetic,,1951,7022,8901,3192,Military and topographic mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
481
6736,Deception Island,geodetic,,,7012,8901,3204,Military and scientific mapping,,"DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000).",OGP,2006-01-26,,0,
482
6737,Geocentric datum of Korea,geodetic,"ITRF2000, epoch 2002.0",2002,7019,8901,1135,Geodetic survey.,,"Permanent Committee for GIS Infrastructure for Asia and the Pacific (PCGIAP), http://www.gsi.go.jp/PCGIAP",OGP,2006-01-30,,0,
483
6738,Hong Kong 1963,geodetic,"Fundamental point: Trig ""Zero"", 38.4 feet south along the transit circle of the Kowloon Observatory. Latitude 22deg 18min 12.82sec North, longitude 114deg 10min 18.75sec East.",1963,7007,8901,1118,Topographic mapping and hydrographic charting.,"Superseded by Hong Kong 1963(67) for military purposes only in 1967.  Superseded by Hong Kong 1980.","Survey and Mapping Office, Lands Department. http://www.info.gov.hk/landsd/",OGP,2006-02-03,,0,
484
6739,"Hong Kong 1963(67)",geodetic,"Fundamental point: Trig ""Zero"", 38.4 feet south along the transit circle of the Kowloon Observatory. Latitude 22deg 18min 12.82sec North, longitude 114deg 10min 18.75sec East.",1967,7022,8901,1118,Military mapping and charting.,Supersedes Hong Kong 1963 for military purposes only in 1967.  Superseded by Hong Kong 1980.,UK Hydrographic Office.,OGP,2006-02-03,,0,
485
6801,"CH1903 (Bern)",geodetic,"Fundamental point: Old Bern observatory. Latitude: 46 deg 57 min 08.660 sec N; Longitude: 0 deg E of Bern.",1903,7004,8907,1286,Topographic mapping.,,"Bundesamt für Landestopographie",EPSG,2003-12-18,2003.361,0,"D_Bern_1898"
486
6802,"Bogota 1975 (Bogota)",geodetic,"Fundamental point: Bogota observatory. Latitude: 4 deg 35 min 56.570 sec N; Longitude: 0 deg E of Bogota.",1975,7022,8904,3229,Topographic mapping.,,,EPSG,2003-12-18,2000.20 2003.361,0,"D_Bogota"
487
6803,"Lisbon 1937 (Lisbon)",geodetic,"Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 0",1937,7022,8902,1294,Topographic mapping.,"Supersedes Lisbon 1890 adjustment (which used Bessel 1841 ellipsoid).","Instituto Geografico e Cadastral; Lisbon",EPSG,1995-06-02,2001.551,0,"D_Lisbon"
488
6804,"Makassar (Jakarta)",geodetic,"Fundamental point: station P1, Moncongloe. Latitude 5 deg 08 min 41.42 sec S; longitude 12 deg 35 min 47.15 sec E of Jakarta.",,7004,8908,1316,Topographic mapping.,,EPSG,EPSG,2003-12-31,2003.361,0,"D_Makassar"
489
6805,"Militar-Geographische Institut (Ferro)",geodetic,"Fundamental point: Hermannskogel. Latitude: 48 deg 16 min 15.29 sec N; Longitude: 33 deg 57 min 41.06 sec E of Ferro.",1901,7004,8909,1321,Topographic mapping.,,"Bundesamt fur Eich- und Vermessungswesen; Wien",EPSG,1995-06-02,,0,"D_MGI"
490
6806,"Monte Mario (Rome)",geodetic,"Fundamental point: Monte Mario. Latitude: 41 deg 55 min 25.51 sec N; Longitude: 0 deg  00 min  00.00 sec E (of Rome).",,7022,8906,3343,Topographic mapping.,"Superseded Genova datum, Bessel 1841 ellipsoid, from 1940.",,EPSG,2003-12-31,2003.36,0,"D_Monte_Mario"
491
6807,"Nouvelle Triangulation Francaise (Paris)",geodetic,"Fundamental point: Pantheon. Latitude: 54.273618g N; Longitude: 0.0106921g E (of Paris).",1895,7011,8903,1326,Topographic mapping.,,,EPSG,2004-01-07,2003.361,0,"D_NTF"
492
6808,"Padang 1884 (Jakarta)",geodetic,"Fundamental point: Padang",1884,7004,8908,1355,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Padang_1884"
493
6809,"Reseau National Belge 1950 (Brussels)",geodetic,"Fundamental point: Lommel (tower). Latitude: 51 deg 13 min 47.334 sec N; Longitude: 0 deg 56 min 44.773 sec E (of Brussels).",1950,7022,8910,1347,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Belge_1950"
494
6810,"Tananarive 1925 (Paris)",geodetic,"Fundamental point: Tananarive observatory. Latitude: 21.0191667g S; Longitude: 50.23849537g E (of Paris)",1925,7022,8903,3273,Topographic mapping.,,IGN Paris,EPSG,2003-12-31,2003.361,0,"D_Tananarive_1925"
495
6811,"Voirol 1875 (Paris)",geodetic,"Fundamental point: Voirol. Latitude: 40.83578 grads N; Longitude: 0.78873 grads E of Paris.",1875,7011,8903,1365,Topographic mapping.,,IGN Paris,EPSG,2004-01-07,2003.361,0,"D_Voirol_1875"
496
6813,"Batavia (Jakarta)",geodetic,"Fundamental point: Longitude at Batavia Astro. Station. Latitude: 6 deg  7 min 39.522 sec S; Longitude: 0 deg 00 min 00.0 sec E (of Jakarta). Latitude and azimuth at Genuk.",,7004,8908,1285,Topographic mapping.,,,EPSG,2003-12-31,2003.361,0,"D_Batavia"
497
6814,"Stockholm 1938 (Stockholm)",geodetic,"Fundamental point: Stockholm observatory",1938,7004,8911,3313,"Geodetic survey, cadastre, topographic mapping, engineering survey.","Superseded by RT90 adjustment (datum code 6124)",,EPSG,1996-04-12,,0,"D_Stockholm_1938"
498
6815,"Greek (Athens)",geodetic,"Fundamental point: Athens Observatory; latitude 37 deg 58 min 20.132 sec N; longitude 0 deg E of Athens.",,7004,8912,1106,Topographic mapping.,See geodetic datum alias 6404.  Used as basis of topographic mapping based on Hatt projection.,"Topography Department; National Technical University of Athens",EPSG,1997-06-16,,0,"D_Greek"
499
6816,"Carthage (Paris)",geodetic,"Fundamental point: Carthage. Latitude: 40.9464506g N; Longitude: 8.8724368g E (of Paris).",1925,7011,8903,1618,Topographic mapping.,Fundamental point astronomic coordinates determined in 1878.,,EPSG,2004-01-15,2003.362 2003.05,0,"D_Carthage"
500
6817,"NGO 1948 (Oslo)",geodetic,"Fundamental point: Oslo observatory. Latitude: 59 deg 54 min 43.7 sec N; Longitude: 0 deg 00 min 00.0 sec E (of Oslo).",1948,7005,8913,1352,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,,EPSG,2004-01-05,2003.362,0,"D_NGO_1948"
501
6818,"S-JTSK (Ferro)",geodetic,"Modification of Austrian MGI (Ferro) datum.",1920,7004,8909,1306,"Geodetic survey, cadastre, topographic mapping, engineering survey.",,"Research Institute for Geodesy Topography and Cartography (VUGTK); Prague.",EPSG,2001-08-28,2001.26,0,"D_S_JTSK"
502
6819,"Nord Sahara 1959 (Paris)",geodetic,"Coordinates of primary network readjusted on ED50 datum and then transformed conformally to Clarke 1880 (RGS) ellipsoid.",1959,7012,8903,1366,Topographic mapping.,,"""Le System Geodesique Nord-Sahara""; IGN Paris",EPSG,2000-06-23,,1,
503
6820,"Gunung Segara (Jakarta)",geodetic,"Station P5 (Gunung Segara) 0deg 32min 12.83sec S  117deg 08min 48.47sec E of Greenwich (8deg 20min 20.68sec E of Jakarta).",,7004,8908,1360,Topographic mapping.,,,EPSG,2002-06-22,,0,
504
6821,"Voirol 1879 (Paris)",geodetic,"Fundamental point: Voirol. Latitude: 40.835864 grads N; Longitude: 0.788735 grads E of Paris.",1879,7011,8903,1365,Topographic mapping.,"Supersedes Voirol 1875 (Paris) (code 6811).",IGN Paris,EPSG,2004-01-07,,0,
505
6901,"Ancienne Triangulation Francaise (Paris)",geodetic,,,7027,8903,1326,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_ATF"
506
6902,"Nord de Guerre (Paris)",geodetic,,,7027,8903,1369,Topographic mapping.,,,EPSG,1995-06-02,,0,"D_Nord_de_Guerre"
507
6903,"Madrid 1870 (Madrid)",geodetic,"Fundamental point: Madrid observatory.",1870,7028,8905,2366,Topographic mapping.,,"Institut de Geomatica; Barcelona",EPSG,1998-11-11,,0,"D_Madrid_1870"
508
6904,"Lisbon 1890 (Lisbon)",geodetic,"Fundamental point: Castelo Sao Jorge; Lisbon. Latitude: 38 deg 42 min 43.631 sec N; Longitude: 0 deg E of Lisbon.",1937,7004,8902,1294,Topographic mapping.,"Superseded by Lisbon 1937 adjustment (which uses International 1924 ellipsoid).","Instituto Geografico e Cadastral Lisbon http://www.igeo.pt",EPSG,2003-08-14,2003.232,0,
509
9300,Astra Minas,engineering,"Origin at 45 deg 59 min 54.79 sec S; 67 deg 34 min 38.94 sec W.",,,,1265,Oil industry mapping.,,,EPSG,2000-03-07,,0,
510
9301,Barcelona,engineering,"Centre of the gateway of San Cristobal chuch; Plaza Boyaca; Barcelona.",,,,1266,Oil industry mapping.,Coordinates variously given as 10deg 08min 06sec N  64deg 41min 17sec W and 10deg 08min 06sec N  64deg 41min 07.5sec W.  It is not clear whether there should be two local datums.,"Ministry of Mines standards manual, 1974.",EPSG,2000-03-07,,0,
511
9302,Maturin,engineering,"Concrete post PR-1 in Plaza Bolivar; Maturin.  9deg 44min 55sec N  63deg 10min 40sec W.",,,,1320,Oil industry mapping.,,"Ministry of Mines standards manual, 1974.",EPSG,2000-06-10,,0,
512
9303,Maracaibo Cross,engineering,"Cruz Canada Morillo in Maracaibo; 10deg 38min 32.328sec N  71deg 37min 12.12sec W  Loma Quintana datum.",,,,1319,Oil industry mapping.,,"Ministry of Mines standards manual, 1974.",EPSG,2000-06-10,,0,
513
9304,La Rosa,engineering,"Monument in La Rosa; 10deg 22min 40.417sec N  71deg 26min 59.488sec W  Loma Quintana datum.",,,,1311,Oil industry mapping.,,"Ministry of Mines standards manual, 1974.",EPSG,2000-06-10,,0,
514
9305,Mene Grande,engineering,"Monument in Santa Barbara; Mene Grande.  9deg 52min 25.488sec N  70deg 54min 35.310sec W.",,,,1270,Oil industry mapping.,,"Ministry of Mines standards manual, 1974.",EPSG,2000-06-10,,0,
515
9306,El Cubo,engineering,8deg 44min 17.258sec N  72deg 30min 09.01sec W.,,,,1269,Oil industry mapping.,,"Ministry of Mines standards manual, 1974.",EPSG,2000-06-10,,0,
516
9307,Dabajuro,engineering,"Church tower at Dabajuro; 11deg 01min 19sec N  70deg 40min 40sec W.",,,,1268,Oil industry mapping.,,"Ministry of Mines standards manual, 1974.",EPSG,2000-06-10,,0,
517
9308,Tucupita,engineering,"Centre of Plaza Bolivar; Tucupita; 9deg 03min 32sec N  62deg 03min 07.6sec W.",,,,1370,Oil industry mapping.,,"Ministry of Mines standards manual, 1974.",EPSG,2000-06-10,,0,
518
9309,El Mene,engineering,10deg 04min 49.1sec N  71deg 02min 10sec W.,,,,1270,Oil industry mapping.,,"Ministry of Mines standards manual, 1974.",EPSG,2000-06-10,,0,
519
9310,Santa Maria de Ipire,engineering,"Concrete post PR-1 in Plaza Bolivar; Santa Maria de Ipire; 8deg 40min 06sec N  65deg 19min 09sec W.",,,,1371,Oil industry mapping.,,"Ministry of Mines standards manual, 1974.",EPSG,2000-06-10,,0,
520
9311,Barinas west base,engineering,Concrete pillar,,,,1267,Oil industry mapping.,,"Ministry of Mines standards manual, 1974.",EPSG,2000-06-10,,0,
521
9312,EPSG example  X,engineering,"Bin grid I=J=1 at WGS 84 / UTM zone 31N 456781E 5836723N.",,,,1263,Example only.,"Example only!","Bin grid orientation = 20 degrees grid.  Bin width I=25m, J=12.5m.  Bin increment I=1, J=1.  Scale factor at origin 0.99984.
522

  
523
Example only!",EPSG,2000-06-23,,1,
524
9313,EPSG example Platform Y,engineering,Conductor slot A1,,,,1263,Example only.,Example only,EPSG,EPSG,2000-06-23,,0,
525
9314,Tombak LNG plant,engineering,"Plant grid coordinates of x=20000m, y=10000m at Nakhl-e Ghanem / UTM zone 39 coordinates 618336.784E, 3067774.21N. Plant grid x orientated at UTM grid bearing of 45 deg., plant grid y orientated at UTM grid bearing of 315 deg.",,,,2362,Engineering survey.,,Total,EPSG,2005-08-18,,0,
526
9315,UKOOA P6 seismic bin grid example,engineering,"Centre of bin grid I=J=1.",,,,1263,Example only.,,"UKOOA Data Exchange Format P6/98 ""Definition of 3D Seismic Binning Grids"".",EPSG,2005-09-08,,0,
branches/v2_0_0_prep/binaries/linux/raster/gdal/data/epsg.wkt
1
include esri_extra.wkt
2
include cubewerx_extra.wkt
branches/v2_0_0_prep/binaries/linux/raster/gdal/data/s57objectclasses_aml.csv
1
"Code","ObjectClass","Acronym","Attribute_A","Attribute_B","Attribute_C","Class","Primitives"
2
1,Administration area (Named),ADMARE,JRSDTN;NATION;NOBJNM;OBJNAM;,INFORM;NINFOM;NTXTDS;PICREP;SCAMAX;SCAMIN;TXTDSC;,RECDAT;RECIND;SORDAT;SORIND;,G,Area;
3
2,Airport / airfield,AIRARE,CATAIR;CONDTN;CONVIS;NOBJNM;OBJNAM;STATUS;,INFORM;NINFOM;NTXTDS;PICREP;SCAMAX;SCAMIN;TXTDSC;,RECDAT;RECIND;SORDAT;SORIND;,G,Point;Area;
4
3,Anchor berth,ACHBRT,CATACH;DATEND;DATSTA;NOBJNM;OBJNAM;PEREND;PERSTA;RADIUS;STATUS;,INFORM;NINFOM;NTXTDS;SCAMAX;SCAMIN;TXTDSC;,RECDAT;RECIND;SORDAT;SORIND;,G,Point;Area;
5
4,Anchorage area,ACHARE,CATACH;DATEND;DATSTA;NOBJNM;OBJNAM;PEREND;PERSTA;RESTRN;STATUS;,INFORM;NINFOM;NTXTDS;SCAMAX;SCAMIN;TXTDSC;,RECDAT;RECIND;SORDAT;SORIND;,G,Point;Area;
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff