proj4rb 0.3.0-x86-mswin32-60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/MIT-LICENSE +9 -0
- data/README +169 -0
- data/data/GL27 +22 -0
- data/data/MD +0 -0
- data/data/TN +0 -0
- data/data/WI +0 -0
- data/data/WO +0 -0
- data/data/conus +0 -0
- data/data/epsg +5443 -0
- data/data/epsg-deprecated +2 -0
- data/data/esri +5937 -0
- data/data/esri.extra +948 -0
- data/data/hawaii +0 -0
- data/data/nad.lst +142 -0
- data/data/nad27 +809 -0
- data/data/nad83 +744 -0
- data/data/ntv1_can.dat +0 -0
- data/data/null +0 -0
- data/data/other.extra +49 -0
- data/data/proj_def.dat +17 -0
- data/data/prvi +0 -0
- data/data/stgeorge +0 -0
- data/data/stlrnc +0 -0
- data/data/stpaul +0 -0
- data/data/world +212 -0
- data/example/basic.rb +18 -0
- data/example/list-datums.rb +17 -0
- data/example/list-ellipsoids.rb +17 -0
- data/example/list-errors.rb +11 -0
- data/example/list-prime-meridians.rb +17 -0
- data/example/list-projection-types.rb +17 -0
- data/example/list-units.rb +17 -0
- data/example/version.rb +8 -0
- data/ext/extconf.rb +8 -0
- data/ext/mingw/rakefile.rb +38 -0
- data/ext/projrb.c +560 -0
- data/ext/vc/proj4_ruby.sln +19 -0
- data/ext/vc/proj4_ruby.vcproj +208 -0
- data/lib/proj4.rb +466 -0
- data/lib/proj4_ruby.so +0 -0
- data/rakefile.rb +130 -0
- data/test/test_constants.rb +20 -0
- data/test/test_create_projection.rb +64 -0
- data/test/test_datums.rb +44 -0
- data/test/test_ellipsoids.rb +45 -0
- data/test/test_errors.rb +70 -0
- data/test/test_init_projection.rb +108 -0
- data/test/test_prime_meridians.rb +44 -0
- data/test/test_projection_type.rb +43 -0
- data/test/test_simple_projection.rb +57 -0
- data/test/test_transform.rb +114 -0
- data/test/test_units.rb +45 -0
- metadata +117 -0
data/data/nad83
ADDED
@@ -0,0 +1,744 @@
|
|
1
|
+
# SCCSID @(#)nad83 4.1 92/12/20 GIE
|
2
|
+
# proj +init files for:
|
3
|
+
#
|
4
|
+
# State Plane Coordinate Systems,
|
5
|
+
# North American Datum 1983
|
6
|
+
|
7
|
+
# 101: alabama east: nad83
|
8
|
+
<101> proj=tmerc a=6378137 es=.0066943800229
|
9
|
+
lon_0=-85d50 lat_0=30d30 k=.99996
|
10
|
+
x_0=200000 y_0=0
|
11
|
+
no_defs <>
|
12
|
+
|
13
|
+
# 102: alabama west: nad83
|
14
|
+
<102> proj=tmerc a=6378137 es=.0066943800229
|
15
|
+
lon_0=-87d30 lat_0=30 k=.9999333333333333
|
16
|
+
x_0=600000 y_0=0
|
17
|
+
no_defs <>
|
18
|
+
|
19
|
+
# 5010: alaska zone no. 10: nad83
|
20
|
+
<5010> proj=lcc a=6378137 es=.0066943800229
|
21
|
+
lon_0=-176 lat_1=53d50 lat_2=51d50 lat_0=51
|
22
|
+
x_0=1000000 y_0=0
|
23
|
+
no_defs <>
|
24
|
+
|
25
|
+
# 201: arizona east: nad83
|
26
|
+
<201> proj=tmerc a=6378137 es=.0066943800229
|
27
|
+
lon_0=-110d10 lat_0=31 k=.9999
|
28
|
+
x_0=213360 y_0=0
|
29
|
+
no_defs <>
|
30
|
+
|
31
|
+
# 202: arizona central: nad83
|
32
|
+
<202> proj=tmerc a=6378137 es=.0066943800229
|
33
|
+
lon_0=-111d55 lat_0=31 k=.9999
|
34
|
+
x_0=213360 y_0=0
|
35
|
+
no_defs <>
|
36
|
+
|
37
|
+
# 203: arizona west: nad83
|
38
|
+
<203> proj=tmerc a=6378137 es=.0066943800229
|
39
|
+
lon_0=-113d45 lat_0=31 k=.9999333333333333
|
40
|
+
x_0=213360 y_0=0
|
41
|
+
no_defs <>
|
42
|
+
|
43
|
+
# 301: arkansas north: nad83
|
44
|
+
<301> proj=lcc a=6378137 es=.0066943800229
|
45
|
+
lon_0=-92 lat_1=36d14 lat_2=34d56 lat_0=34d20
|
46
|
+
x_0=400000 y_0=0
|
47
|
+
no_defs <>
|
48
|
+
|
49
|
+
# 302: arkansas south: nad83
|
50
|
+
<302> proj=lcc a=6378137 es=.0066943800229
|
51
|
+
lon_0=-92 lat_1=34d46 lat_2=33d18 lat_0=32d40
|
52
|
+
x_0=400000 y_0=400000
|
53
|
+
no_defs <>
|
54
|
+
|
55
|
+
# 401: california i: nad83
|
56
|
+
<401> proj=lcc a=6378137 es=.0066943800229
|
57
|
+
lon_0=-122 lat_1=41d40 lat_2=40 lat_0=39d20
|
58
|
+
x_0=2000000 y_0=500000
|
59
|
+
no_defs <>
|
60
|
+
|
61
|
+
# 402: california ii: nad83
|
62
|
+
<402> proj=lcc a=6378137 es=.0066943800229
|
63
|
+
lon_0=-122 lat_1=39d50 lat_2=38d20 lat_0=37d40
|
64
|
+
x_0=2000000 y_0=500000
|
65
|
+
no_defs <>
|
66
|
+
|
67
|
+
# 403: california iii: nad83
|
68
|
+
<403> proj=lcc a=6378137 es=.0066943800229
|
69
|
+
lon_0=-120d30 lat_1=38d26 lat_2=37d4 lat_0=36d30
|
70
|
+
x_0=2000000 y_0=500000
|
71
|
+
no_defs <>
|
72
|
+
|
73
|
+
# 404: california iv: nad83
|
74
|
+
<404> proj=lcc a=6378137 es=.0066943800229
|
75
|
+
lon_0=-119 lat_1=37d15 lat_2=36 lat_0=35d20
|
76
|
+
x_0=2000000 y_0=500000
|
77
|
+
no_defs <>
|
78
|
+
|
79
|
+
# 405: california v: nad83
|
80
|
+
<405> proj=lcc a=6378137 es=.0066943800229
|
81
|
+
lon_0=-118 lat_1=35d28 lat_2=34d2 lat_0=33d30
|
82
|
+
x_0=2000000 y_0=500000
|
83
|
+
no_defs <>
|
84
|
+
|
85
|
+
# 406: california vi: nad83
|
86
|
+
<406> proj=lcc a=6378137 es=.0066943800229
|
87
|
+
lon_0=-116d15 lat_1=33d53 lat_2=32d47 lat_0=32d10
|
88
|
+
x_0=2000000 y_0=500000
|
89
|
+
no_defs <>
|
90
|
+
|
91
|
+
# 501: colorado north: nad83
|
92
|
+
<501> proj=lcc a=6378137 es=.0066943800229
|
93
|
+
lon_0=-105d30 lat_1=40d47 lat_2=39d43 lat_0=39d20
|
94
|
+
x_0=914401.8289 y_0=304800.6096
|
95
|
+
no_defs <>
|
96
|
+
|
97
|
+
# 502: colorado central: nad83
|
98
|
+
<502> proj=lcc a=6378137 es=.0066943800229
|
99
|
+
lon_0=-105d30 lat_1=39d45 lat_2=38d27 lat_0=37d50
|
100
|
+
x_0=914401.8289 y_0=304800.6096
|
101
|
+
no_defs <>
|
102
|
+
|
103
|
+
# 503: colorado south: nad83
|
104
|
+
<503> proj=lcc a=6378137 es=.0066943800229
|
105
|
+
lon_0=-105d30 lat_1=38d26 lat_2=37d14 lat_0=36d40
|
106
|
+
x_0=914401.8289 y_0=304800.6096
|
107
|
+
no_defs <>
|
108
|
+
|
109
|
+
# 600: connecticut ---: nad83
|
110
|
+
<600> proj=lcc a=6378137 es=.0066943800229
|
111
|
+
lon_0=-72d45 lat_1=41d52 lat_2=41d12 lat_0=40d50
|
112
|
+
x_0=304800.6096 y_0=152400.3048
|
113
|
+
no_defs <>
|
114
|
+
|
115
|
+
# 700: delaware ---: nad83
|
116
|
+
<700> proj=tmerc a=6378137 es=.0066943800229
|
117
|
+
lon_0=-75d25 lat_0=38 k=.999995
|
118
|
+
x_0=200000 y_0=0
|
119
|
+
no_defs <>
|
120
|
+
|
121
|
+
# 901: florida east: nad83
|
122
|
+
<901> proj=tmerc a=6378137 es=.0066943800229
|
123
|
+
lon_0=-81 lat_0=24d20 k=.9999411764705882
|
124
|
+
x_0=200000 y_0=0
|
125
|
+
no_defs <>
|
126
|
+
|
127
|
+
# 902: florida west: nad83
|
128
|
+
<902> proj=tmerc a=6378137 es=.0066943800229
|
129
|
+
lon_0=-82 lat_0=24d20 k=.9999411764705882
|
130
|
+
x_0=200000 y_0=0
|
131
|
+
no_defs <>
|
132
|
+
|
133
|
+
# 903: florida north: nad83
|
134
|
+
<903> proj=lcc a=6378137 es=.0066943800229
|
135
|
+
lon_0=-84d30 lat_1=30d45 lat_2=29d35 lat_0=29
|
136
|
+
x_0=600000 y_0=0
|
137
|
+
no_defs <>
|
138
|
+
|
139
|
+
# 1001: georgia east: nad83
|
140
|
+
<1001> proj=tmerc a=6378137 es=.0066943800229
|
141
|
+
lon_0=-82d10 lat_0=30 k=.9999
|
142
|
+
x_0=200000 y_0=0
|
143
|
+
no_defs <>
|
144
|
+
|
145
|
+
# 1002: georgia west: nad83
|
146
|
+
<1002> proj=tmerc a=6378137 es=.0066943800229
|
147
|
+
lon_0=-84d10 lat_0=30 k=.9999
|
148
|
+
x_0=700000 y_0=0
|
149
|
+
no_defs <>
|
150
|
+
|
151
|
+
# 5101: hawaii 1: nad83
|
152
|
+
<5101> proj=tmerc a=6378137 es=.0066943800229
|
153
|
+
lon_0=-155d30 lat_0=18d50 k=.9999666666666667
|
154
|
+
x_0=500000 y_0=0
|
155
|
+
no_defs <>
|
156
|
+
|
157
|
+
# 5102: hawaii 2: nad83
|
158
|
+
<5102> proj=tmerc a=6378137 es=.0066943800229
|
159
|
+
lon_0=-156d40 lat_0=20d20 k=.9999666666666667
|
160
|
+
x_0=500000 y_0=0
|
161
|
+
no_defs <>
|
162
|
+
|
163
|
+
# 5103: hawaii 3: nad83
|
164
|
+
<5103> proj=tmerc a=6378137 es=.0066943800229
|
165
|
+
lon_0=-158 lat_0=21d10 k=.99999
|
166
|
+
x_0=500000 y_0=0
|
167
|
+
no_defs <>
|
168
|
+
|
169
|
+
# 5104: hawaii 4: nad83
|
170
|
+
<5104> proj=tmerc a=6378137 es=.0066943800229
|
171
|
+
lon_0=-159d30 lat_0=21d50 k=.99999
|
172
|
+
x_0=500000 y_0=0
|
173
|
+
no_defs <>
|
174
|
+
|
175
|
+
# 5105: hawaii 5: nad83
|
176
|
+
<5105> proj=tmerc a=6378137 es=.0066943800229
|
177
|
+
lon_0=-160d10 lat_0=21d40 k=1
|
178
|
+
x_0=500000 y_0=0
|
179
|
+
no_defs <>
|
180
|
+
|
181
|
+
# 1101: idaho east: nad83
|
182
|
+
<1101> proj=tmerc a=6378137 es=.0066943800229
|
183
|
+
lon_0=-112d10 lat_0=41d40 k=.9999473684210526
|
184
|
+
x_0=200000 y_0=0
|
185
|
+
no_defs <>
|
186
|
+
|
187
|
+
# 1102: idaho central: nad83
|
188
|
+
<1102> proj=tmerc a=6378137 es=.0066943800229
|
189
|
+
lon_0=-114 lat_0=41d40 k=.9999473684210526
|
190
|
+
x_0=500000 y_0=0
|
191
|
+
no_defs <>
|
192
|
+
|
193
|
+
# 1103: idaho west: nad83
|
194
|
+
<1103> proj=tmerc a=6378137 es=.0066943800229
|
195
|
+
lon_0=-115d45 lat_0=41d40 k=.9999333333333333
|
196
|
+
x_0=800000 y_0=0
|
197
|
+
no_defs <>
|
198
|
+
|
199
|
+
# 1201: illinois east: nad83
|
200
|
+
<1201> proj=tmerc a=6378137 es=.0066943800229
|
201
|
+
lon_0=-88d20 lat_0=36d40 k=.999975
|
202
|
+
x_0=300000 y_0=0
|
203
|
+
no_defs <>
|
204
|
+
|
205
|
+
# 1202: illinois west: nad83
|
206
|
+
<1202> proj=tmerc a=6378137 es=.0066943800229
|
207
|
+
lon_0=-90d10 lat_0=36d40 k=.9999411764705882
|
208
|
+
x_0=700000 y_0=0
|
209
|
+
no_defs <>
|
210
|
+
|
211
|
+
# 1301: indiana east: nad83
|
212
|
+
<1301> proj=tmerc a=6378137 es=.0066943800229
|
213
|
+
lon_0=-85d40 lat_0=37d30 k=.9999666666666667
|
214
|
+
x_0=100000 y_0=250000
|
215
|
+
no_defs <>
|
216
|
+
|
217
|
+
# 1302: indiana west: nad83
|
218
|
+
<1302> proj=tmerc a=6378137 es=.0066943800229
|
219
|
+
lon_0=-87d5 lat_0=37d30 k=.9999666666666667
|
220
|
+
x_0=900000 y_0=250000
|
221
|
+
no_defs <>
|
222
|
+
|
223
|
+
# 1401: iowa north: nad83
|
224
|
+
<1401> proj=lcc a=6378137 es=.0066943800229
|
225
|
+
lon_0=-93d30 lat_1=43d16 lat_2=42d4 lat_0=41d30
|
226
|
+
x_0=1500000 y_0=1000000
|
227
|
+
no_defs <>
|
228
|
+
|
229
|
+
# 1402: iowa south: nad83
|
230
|
+
<1402> proj=lcc a=6378137 es=.0066943800229
|
231
|
+
lon_0=-93d30 lat_1=41d47 lat_2=40d37 lat_0=40
|
232
|
+
x_0=500000 y_0=0
|
233
|
+
no_defs <>
|
234
|
+
|
235
|
+
# 1501: kansas north: nad83
|
236
|
+
<1501> proj=lcc a=6378137 es=.0066943800229
|
237
|
+
lon_0=-98 lat_1=39d47 lat_2=38d43 lat_0=38d20
|
238
|
+
x_0=400000 y_0=0
|
239
|
+
no_defs <>
|
240
|
+
|
241
|
+
# 1502: kansas south: nad83
|
242
|
+
<1502> proj=lcc a=6378137 es=.0066943800229
|
243
|
+
lon_0=-98d30 lat_1=38d34 lat_2=37d16 lat_0=36d40
|
244
|
+
x_0=400000 y_0=400000
|
245
|
+
no_defs <>
|
246
|
+
|
247
|
+
# 1601: kentucky north: nad83
|
248
|
+
<1601> proj=lcc a=6378137 es=.0066943800229
|
249
|
+
lon_0=-84d15 lat_1=38d58 lat_2=37d58 lat_0=37d30
|
250
|
+
x_0=500000 y_0=0
|
251
|
+
no_defs <>
|
252
|
+
|
253
|
+
# 1602: kentucky south: nad83
|
254
|
+
<1602> proj=lcc a=6378137 es=.0066943800229
|
255
|
+
lon_0=-85d45 lat_1=37d56 lat_2=36d44 lat_0=36d20
|
256
|
+
x_0=500000 y_0=500000
|
257
|
+
no_defs <>
|
258
|
+
|
259
|
+
# 1701: louisiana north: nad83
|
260
|
+
<1701> proj=lcc a=6378137 es=.0066943800229
|
261
|
+
lon_0=-92d30 lat_1=32d40 lat_2=31d10 lat_0=30d30
|
262
|
+
x_0=1000000 y_0=0
|
263
|
+
no_defs <>
|
264
|
+
|
265
|
+
# 1702: louisiana south: nad83
|
266
|
+
<1702> proj=lcc a=6378137 es=.0066943800229
|
267
|
+
lon_0=-91d20 lat_1=30d42 lat_2=29d18 lat_0=28d30
|
268
|
+
x_0=1000000 y_0=0
|
269
|
+
no_defs <>
|
270
|
+
|
271
|
+
# 1703: louisiana offshore: nad83
|
272
|
+
<1703> proj=lcc a=6378137 es=.0066943800229
|
273
|
+
lon_0=-91d20 lat_1=27d50 lat_2=26d10 lat_0=25d30
|
274
|
+
x_0=1000000 y_0=0
|
275
|
+
no_defs <>
|
276
|
+
|
277
|
+
# 1801: maine east: nad83
|
278
|
+
<1801> proj=tmerc a=6378137 es=.0066943800229
|
279
|
+
lon_0=-68d30 lat_0=43d40 k=.9999
|
280
|
+
x_0=300000 y_0=0
|
281
|
+
no_defs <>
|
282
|
+
|
283
|
+
# 1802: maine west: nad83
|
284
|
+
<1802> proj=tmerc a=6378137 es=.0066943800229
|
285
|
+
lon_0=-70d10 lat_0=42d50 k=.9999666666666667
|
286
|
+
x_0=900000 y_0=0
|
287
|
+
no_defs <>
|
288
|
+
|
289
|
+
# 1900: maryland ---: nad83
|
290
|
+
<1900> proj=lcc a=6378137 es=.0066943800229
|
291
|
+
lon_0=-77 lat_1=39d27 lat_2=38d18 lat_0=37d40
|
292
|
+
x_0=400000 y_0=0
|
293
|
+
no_defs <>
|
294
|
+
|
295
|
+
# 2001: massachusetts mainland: nad83
|
296
|
+
<2001> proj=lcc a=6378137 es=.0066943800229
|
297
|
+
lon_0=-71d30 lat_1=42d41 lat_2=41d43 lat_0=41
|
298
|
+
x_0=200000 y_0=750000
|
299
|
+
no_defs <>
|
300
|
+
|
301
|
+
# 2002: massachusetts island: nad83
|
302
|
+
<2002> proj=lcc a=6378137 es=.0066943800229
|
303
|
+
lon_0=-70d30 lat_1=41d29 lat_2=41d17 lat_0=41
|
304
|
+
x_0=500000 y_0=0
|
305
|
+
no_defs <>
|
306
|
+
|
307
|
+
# 2111: michigan north: nad83
|
308
|
+
<2111> proj=lcc a=6378137 es=.0066943800229
|
309
|
+
lon_0=-87 lat_1=47d5 lat_2=45d29 lat_0=44d47
|
310
|
+
x_0=8000000 y_0=0
|
311
|
+
no_defs <>
|
312
|
+
|
313
|
+
# 2112: michigan central/l: nad83
|
314
|
+
<2112> proj=lcc a=6378137 es=.0066943800229
|
315
|
+
lon_0=-84d22 lat_1=45d42 lat_2=44d11 lat_0=43d19
|
316
|
+
x_0=6000000 y_0=0
|
317
|
+
no_defs <>
|
318
|
+
|
319
|
+
# 2113: michigan south: nad83
|
320
|
+
<2113> proj=lcc a=6378137 es=.0066943800229
|
321
|
+
lon_0=-84d22 lat_1=43d40 lat_2=42d6 lat_0=41d30
|
322
|
+
x_0=4000000 y_0=0
|
323
|
+
no_defs <>
|
324
|
+
|
325
|
+
# 2201: minnesota north: nad83
|
326
|
+
<2201> proj=lcc a=6378137 es=.0066943800229
|
327
|
+
lon_0=-93d6 lat_1=48d38 lat_2=47d2 lat_0=46d30
|
328
|
+
x_0=800000 y_0=100000
|
329
|
+
no_defs <>
|
330
|
+
|
331
|
+
# 2202: minnesota central: nad83
|
332
|
+
<2202> proj=lcc a=6378137 es=.0066943800229
|
333
|
+
lon_0=-94d15 lat_1=47d3 lat_2=45d37 lat_0=45
|
334
|
+
x_0=800000 y_0=100000
|
335
|
+
no_defs <>
|
336
|
+
|
337
|
+
# 2203: minnesota south: nad83
|
338
|
+
<2203> proj=lcc a=6378137 es=.0066943800229
|
339
|
+
lon_0=-94 lat_1=45d13 lat_2=43d47 lat_0=43
|
340
|
+
x_0=800000 y_0=100000
|
341
|
+
no_defs <>
|
342
|
+
|
343
|
+
# 2301: mississippi east: nad83
|
344
|
+
<2301> proj=tmerc a=6378137 es=.0066943800229
|
345
|
+
lon_0=-88d50 lat_0=29d30 k=.99995
|
346
|
+
x_0=300000 y_0=0
|
347
|
+
no_defs <>
|
348
|
+
|
349
|
+
# 2302: mississippi west: nad83
|
350
|
+
<2302> proj=tmerc a=6378137 es=.0066943800229
|
351
|
+
lon_0=-90d20 lat_0=29d30 k=.99995
|
352
|
+
x_0=700000 y_0=0
|
353
|
+
no_defs <>
|
354
|
+
|
355
|
+
# 2401: missouri east: nad83
|
356
|
+
<2401> proj=tmerc a=6378137 es=.0066943800229
|
357
|
+
lon_0=-90d30 lat_0=35d50 k=.9999333333333333
|
358
|
+
x_0=250000 y_0=0
|
359
|
+
no_defs <>
|
360
|
+
|
361
|
+
# 2402: missouri central: nad83
|
362
|
+
<2402> proj=tmerc a=6378137 es=.0066943800229
|
363
|
+
lon_0=-92d30 lat_0=35d50 k=.9999333333333333
|
364
|
+
x_0=500000 y_0=0
|
365
|
+
no_defs <>
|
366
|
+
|
367
|
+
# 2403: missouri west: nad83
|
368
|
+
<2403> proj=tmerc a=6378137 es=.0066943800229
|
369
|
+
lon_0=-94d30 lat_0=36d10 k=.9999411764705882
|
370
|
+
x_0=850000 y_0=0
|
371
|
+
no_defs <>
|
372
|
+
|
373
|
+
# 2500: montana: nad83
|
374
|
+
<2500> proj=lcc a=6378137 es=.0066943800229
|
375
|
+
lon_0=-109d30 lat_1=49 lat_2=45 lat_0=44d15
|
376
|
+
x_0=600000 y_0=0
|
377
|
+
no_defs <>
|
378
|
+
|
379
|
+
# 2600: nebraska: nad83
|
380
|
+
<2600> proj=lcc a=6378137 es=.0066943800229
|
381
|
+
lon_0=-100 lat_1=43 lat_2=40 lat_0=39d50
|
382
|
+
x_0=500000 y_0=0
|
383
|
+
no_defs <>
|
384
|
+
|
385
|
+
# 2701: nevada east: nad83
|
386
|
+
<2701> proj=tmerc a=6378137 es=.0066943800229
|
387
|
+
lon_0=-115d35 lat_0=34d45 k=.9999
|
388
|
+
x_0=200000 y_0=8000000
|
389
|
+
no_defs <>
|
390
|
+
|
391
|
+
# 2702: nevada central: nad83
|
392
|
+
<2702> proj=tmerc a=6378137 es=.0066943800229
|
393
|
+
lon_0=-116d40 lat_0=34d45 k=.9999
|
394
|
+
x_0=500000 y_0=6000000
|
395
|
+
no_defs <>
|
396
|
+
|
397
|
+
# 2703: nevada west: nad83
|
398
|
+
<2703> proj=tmerc a=6378137 es=.0066943800229
|
399
|
+
lon_0=-118d35 lat_0=34d45 k=.9999
|
400
|
+
x_0=800000 y_0=4000000
|
401
|
+
no_defs <>
|
402
|
+
|
403
|
+
# 2800: new hampshire ---: nad83
|
404
|
+
<2800> proj=tmerc a=6378137 es=.0066943800229
|
405
|
+
lon_0=-71d40 lat_0=42d30 k=.9999666666666667
|
406
|
+
x_0=300000 y_0=0
|
407
|
+
no_defs <>
|
408
|
+
|
409
|
+
# 2900: new jersey ---: nad83
|
410
|
+
<2900> proj=tmerc a=6378137 es=.0066943800229
|
411
|
+
lon_0=-74d30 lat_0=38d50 k=.9999
|
412
|
+
x_0=150000 y_0=0
|
413
|
+
no_defs <>
|
414
|
+
|
415
|
+
# 3001: new mexico east: nad83
|
416
|
+
<3001> proj=tmerc a=6378137 es=.0066943800229
|
417
|
+
lon_0=-104d20 lat_0=31 k=.9999090909090909
|
418
|
+
x_0=165000 y_0=0
|
419
|
+
no_defs <>
|
420
|
+
|
421
|
+
# 3002: new mexico central: nad83
|
422
|
+
<3002> proj=tmerc a=6378137 es=.0066943800229
|
423
|
+
lon_0=-106d15 lat_0=31 k=.9999
|
424
|
+
x_0=500000 y_0=0
|
425
|
+
no_defs <>
|
426
|
+
|
427
|
+
# 3003: new mexico west: nad83
|
428
|
+
<3003> proj=tmerc a=6378137 es=.0066943800229
|
429
|
+
lon_0=-107d50 lat_0=31 k=.9999166666666667
|
430
|
+
x_0=830000 y_0=0
|
431
|
+
no_defs <>
|
432
|
+
|
433
|
+
# 3101: new york east: nad83
|
434
|
+
<3101> proj=tmerc a=6378137 es=.0066943800229
|
435
|
+
lon_0=-74d30 lat_0=38d50 k=.9999
|
436
|
+
x_0=150000 y_0=0
|
437
|
+
no_defs <>
|
438
|
+
|
439
|
+
# 3102: new york central: nad83
|
440
|
+
<3102> proj=tmerc a=6378137 es=.0066943800229
|
441
|
+
lon_0=-76d35 lat_0=40 k=.9999375
|
442
|
+
x_0=250000 y_0=0
|
443
|
+
no_defs <>
|
444
|
+
|
445
|
+
# 3103: new york west: nad83
|
446
|
+
<3103> proj=tmerc a=6378137 es=.0066943800229
|
447
|
+
lon_0=-78d35 lat_0=40 k=.9999375
|
448
|
+
x_0=350000 y_0=0
|
449
|
+
no_defs <>
|
450
|
+
|
451
|
+
# 3104: new york long island: nad83
|
452
|
+
<3104> proj=lcc a=6378137 es=.0066943800229
|
453
|
+
lon_0=-74 lat_1=41d2 lat_2=40d40 lat_0=40d10
|
454
|
+
x_0=300000 y_0=0
|
455
|
+
no_defs <>
|
456
|
+
|
457
|
+
# 3200: north carolina ---: nad83
|
458
|
+
<3200> proj=lcc a=6378137 es=.0066943800229
|
459
|
+
lon_0=-79 lat_1=36d10 lat_2=34d20 lat_0=33d45
|
460
|
+
x_0=609601.22 y_0=0
|
461
|
+
no_defs <>
|
462
|
+
|
463
|
+
# 3301: north dakota north: nad83
|
464
|
+
<3301> proj=lcc a=6378137 es=.0066943800229
|
465
|
+
lon_0=-100d30 lat_1=48d44 lat_2=47d26 lat_0=47
|
466
|
+
x_0=600000 y_0=0
|
467
|
+
no_defs <>
|
468
|
+
|
469
|
+
# 3302: north dakota south: nad83
|
470
|
+
<3302> proj=lcc a=6378137 es=.0066943800229
|
471
|
+
lon_0=-100d30 lat_1=47d29 lat_2=46d11 lat_0=45d40
|
472
|
+
x_0=600000 y_0=0
|
473
|
+
no_defs <>
|
474
|
+
|
475
|
+
# 3401: ohio north: nad83
|
476
|
+
<3401> proj=lcc a=6378137 es=.0066943800229
|
477
|
+
lon_0=-82d30 lat_1=41d42 lat_2=40d26 lat_0=39d40
|
478
|
+
x_0=600000 y_0=0
|
479
|
+
no_defs <>
|
480
|
+
|
481
|
+
# 3402: ohio south: nad83
|
482
|
+
<3402> proj=lcc a=6378137 es=.0066943800229
|
483
|
+
lon_0=-82d30 lat_1=40d2 lat_2=38d44 lat_0=38
|
484
|
+
x_0=600000 y_0=0
|
485
|
+
no_defs <>
|
486
|
+
|
487
|
+
# 3501: oklahoma north: nad83
|
488
|
+
<3501> proj=lcc a=6378137 es=.0066943800229
|
489
|
+
lon_0=-98 lat_1=36d46 lat_2=35d34 lat_0=35
|
490
|
+
x_0=600000 y_0=0
|
491
|
+
no_defs <>
|
492
|
+
|
493
|
+
# 3502: oklahoma south: nad83
|
494
|
+
<3502> proj=lcc a=6378137 es=.0066943800229
|
495
|
+
lon_0=-98 lat_1=35d14 lat_2=33d56 lat_0=33d20
|
496
|
+
x_0=600000 y_0=0
|
497
|
+
no_defs <>
|
498
|
+
|
499
|
+
# 3601: oregon north: nad83
|
500
|
+
<3601> proj=lcc a=6378137 es=.0066943800229
|
501
|
+
lon_0=-120d30 lat_1=46 lat_2=44d20 lat_0=43d40
|
502
|
+
x_0=2500000 y_0=0
|
503
|
+
no_defs <>
|
504
|
+
|
505
|
+
# 3602: oregon south: nad83
|
506
|
+
<3602> proj=lcc a=6378137 es=.0066943800229
|
507
|
+
lon_0=-120d30 lat_1=44 lat_2=42d20 lat_0=41d40
|
508
|
+
x_0=1500000 y_0=0
|
509
|
+
no_defs <>
|
510
|
+
|
511
|
+
# 3701: pennsylvania north: nad83
|
512
|
+
<3701> proj=lcc a=6378137 es=.0066943800229
|
513
|
+
lon_0=-77d45 lat_1=41d57 lat_2=40d53 lat_0=40d10
|
514
|
+
x_0=600000 y_0=0
|
515
|
+
no_defs <>
|
516
|
+
|
517
|
+
# 3702: pennsylvania south: nad83
|
518
|
+
<3702> proj=lcc a=6378137 es=.0066943800229
|
519
|
+
lon_0=-77d45 lat_1=40d58 lat_2=39d56 lat_0=39d20
|
520
|
+
x_0=600000 y_0=0
|
521
|
+
no_defs <>
|
522
|
+
|
523
|
+
# 3800: rhode island ---: nad83
|
524
|
+
<3800> proj=tmerc a=6378137 es=.0066943800229
|
525
|
+
lon_0=-71d30 lat_0=41d5 k=.99999375
|
526
|
+
x_0=100000 y_0=0
|
527
|
+
no_defs <>
|
528
|
+
|
529
|
+
# 3900: south carolina: nad83
|
530
|
+
<3900> proj=lcc a=6378137 es=.0066943800229
|
531
|
+
lon_0=-81 lat_1=34d50 lat_2=32d30 lat_0=31d50
|
532
|
+
x_0=609600 y_0=0
|
533
|
+
no_defs <>
|
534
|
+
|
535
|
+
# 4001: south dakota north: nad83
|
536
|
+
<4001> proj=lcc a=6378137 es=.0066943800229
|
537
|
+
lon_0=-100 lat_1=45d41 lat_2=44d25 lat_0=43d50
|
538
|
+
x_0=600000 y_0=0
|
539
|
+
no_defs <>
|
540
|
+
|
541
|
+
# 4002: south dakota south: nad83
|
542
|
+
<4002> proj=lcc a=6378137 es=.0066943800229
|
543
|
+
lon_0=-100d20 lat_1=44d24 lat_2=42d50 lat_0=42d20
|
544
|
+
x_0=600000 y_0=0
|
545
|
+
no_defs <>
|
546
|
+
|
547
|
+
# 4100: tennessee ---: nad83
|
548
|
+
<4100> proj=lcc a=6378137 es=.0066943800229
|
549
|
+
lon_0=-86 lat_1=36d25 lat_2=35d15 lat_0=34d20
|
550
|
+
x_0=600000 y_0=0
|
551
|
+
no_defs <>
|
552
|
+
|
553
|
+
# 4201: texas north: nad83
|
554
|
+
<4201> proj=lcc a=6378137 es=.0066943800229
|
555
|
+
lon_0=-101d30 lat_1=36d11 lat_2=34d39 lat_0=34
|
556
|
+
x_0=200000 y_0=1000000
|
557
|
+
no_defs <>
|
558
|
+
|
559
|
+
# 4202: texas north central: nad83
|
560
|
+
<4202> proj=lcc a=6378137 es=.0066943800229
|
561
|
+
lon_0=-98d30 lat_1=33d58 lat_2=32d8 lat_0=31d40
|
562
|
+
x_0=600000 y_0=2000000
|
563
|
+
no_defs <>
|
564
|
+
|
565
|
+
# 4203: texas central: nad83
|
566
|
+
<4203> proj=lcc a=6378137 es=.0066943800229
|
567
|
+
lon_0=-100d20 lat_1=31d53 lat_2=30d7 lat_0=29d40
|
568
|
+
x_0=700000 y_0=3000000
|
569
|
+
no_defs <>
|
570
|
+
|
571
|
+
# 4204: texas south central: nad83
|
572
|
+
<4204> proj=lcc a=6378137 es=.0066943800229
|
573
|
+
lon_0=-99 lat_1=30d17 lat_2=28d23 lat_0=27d50
|
574
|
+
x_0=600000 y_0=4000000
|
575
|
+
no_defs <>
|
576
|
+
|
577
|
+
# 4205: texas south: nad83
|
578
|
+
<4205> proj=lcc a=6378137 es=.0066943800229
|
579
|
+
lon_0=-98d30 lat_1=27d50 lat_2=26d10 lat_0=25d40
|
580
|
+
x_0=300000 y_0=5000000
|
581
|
+
no_defs <>
|
582
|
+
|
583
|
+
# 4301: utah north: nad83
|
584
|
+
<4301> proj=lcc a=6378137 es=.0066943800229
|
585
|
+
lon_0=-111d30 lat_1=41d47 lat_2=40d43 lat_0=40d20
|
586
|
+
x_0=500000 y_0=1000000
|
587
|
+
no_defs <>
|
588
|
+
|
589
|
+
# 4302: utah central: nad83
|
590
|
+
<4302> proj=lcc a=6378137 es=.0066943800229
|
591
|
+
lon_0=-111d30 lat_1=40d39 lat_2=39d1 lat_0=38d20
|
592
|
+
x_0=500000 y_0=2000000
|
593
|
+
no_defs <>
|
594
|
+
|
595
|
+
# 4303: utah south: nad83
|
596
|
+
<4303> proj=lcc a=6378137 es=.0066943800229
|
597
|
+
lon_0=-111d30 lat_1=38d21 lat_2=37d13 lat_0=36d40
|
598
|
+
x_0=500000 y_0=3000000
|
599
|
+
no_defs <>
|
600
|
+
|
601
|
+
# 4400: vermont ---: nad83
|
602
|
+
<4400> proj=tmerc a=6378137 es=.0066943800229
|
603
|
+
lon_0=-72d30 lat_0=42d30 k=.9999642857142857
|
604
|
+
x_0=500000 y_0=0
|
605
|
+
no_defs <>
|
606
|
+
|
607
|
+
# 4501: virginia north: nad83
|
608
|
+
<4501> proj=lcc a=6378137 es=.0066943800229
|
609
|
+
lon_0=-78d30 lat_1=39d12 lat_2=38d2 lat_0=37d40
|
610
|
+
x_0=3500000 y_0=2000000
|
611
|
+
no_defs <>
|
612
|
+
|
613
|
+
# 4502: virginia south: nad83
|
614
|
+
<4502> proj=lcc a=6378137 es=.0066943800229
|
615
|
+
lon_0=-78d30 lat_1=37d58 lat_2=36d46 lat_0=36d20
|
616
|
+
x_0=3500000 y_0=1000000
|
617
|
+
no_defs <>
|
618
|
+
|
619
|
+
# 4601: washington north: nad83
|
620
|
+
<4601> proj=lcc a=6378137 es=.0066943800229
|
621
|
+
lon_0=-120d50 lat_1=48d44 lat_2=47d30 lat_0=47
|
622
|
+
x_0=500000 y_0=0
|
623
|
+
no_defs <>
|
624
|
+
|
625
|
+
# 4602: washington south: nad83
|
626
|
+
<4602> proj=lcc a=6378137 es=.0066943800229
|
627
|
+
lon_0=-120d30 lat_1=47d20 lat_2=45d50 lat_0=45d20
|
628
|
+
x_0=500000 y_0=0
|
629
|
+
no_defs <>
|
630
|
+
|
631
|
+
# 4701: west virginia north: nad83
|
632
|
+
<4701> proj=lcc a=6378137 es=.0066943800229
|
633
|
+
lon_0=-79d30 lat_1=40d15 lat_2=39 lat_0=38d30
|
634
|
+
x_0=600000 y_0=0
|
635
|
+
no_defs <>
|
636
|
+
|
637
|
+
# 4702: west virginia south: nad83
|
638
|
+
<4702> proj=lcc a=6378137 es=.0066943800229
|
639
|
+
lon_0=-81 lat_1=38d53 lat_2=37d29 lat_0=37
|
640
|
+
x_0=600000 y_0=0
|
641
|
+
no_defs <>
|
642
|
+
|
643
|
+
# 4801: wisconsin north: nad83
|
644
|
+
<4801> proj=lcc a=6378137 es=.0066943800229
|
645
|
+
lon_0=-90 lat_1=46d46 lat_2=45d34 lat_0=45d10
|
646
|
+
x_0=600000 y_0=0
|
647
|
+
no_defs <>
|
648
|
+
|
649
|
+
# 4802: wisconsin central: nad83
|
650
|
+
<4802> proj=lcc a=6378137 es=.0066943800229
|
651
|
+
lon_0=-90 lat_1=45d30 lat_2=44d15 lat_0=43d50
|
652
|
+
x_0=600000 y_0=0
|
653
|
+
no_defs <>
|
654
|
+
|
655
|
+
# 4803: wisconsin south: nad83
|
656
|
+
<4803> proj=lcc a=6378137 es=.0066943800229
|
657
|
+
lon_0=-90 lat_1=44d4 lat_2=42d44 lat_0=42
|
658
|
+
x_0=600000 y_0=0
|
659
|
+
no_defs <>
|
660
|
+
|
661
|
+
# 4901: wyoming east: nad83
|
662
|
+
<4901> proj=tmerc a=6378137 es=.0066943800229
|
663
|
+
lon_0=-105d10 lat_0=40d30 k=.9999375
|
664
|
+
x_0=200000 y_0=0
|
665
|
+
no_defs <>
|
666
|
+
|
667
|
+
# 4902: wyoming east central: nad83
|
668
|
+
<4902> proj=tmerc a=6378137 es=.0066943800229
|
669
|
+
lon_0=-107d20 lat_0=40d30 k=.9999375
|
670
|
+
x_0=400000 y_0=100000
|
671
|
+
no_defs <>
|
672
|
+
|
673
|
+
# 4903: wyoming west central: nad83
|
674
|
+
<4903> proj=tmerc a=6378137 es=.0066943800229
|
675
|
+
lon_0=-108d45 lat_0=40d30 k=.9999375
|
676
|
+
x_0=600000 y_0=0
|
677
|
+
no_defs <>
|
678
|
+
|
679
|
+
# 4904: wyoming west: nad83
|
680
|
+
<4904> proj=tmerc a=6378137 es=.0066943800229
|
681
|
+
lon_0=-110d5 lat_0=40d30 k=.9999375
|
682
|
+
x_0=800000 y_0=100000
|
683
|
+
no_defs <>
|
684
|
+
|
685
|
+
# 5001: alaska zone no. 1: nad83
|
686
|
+
<5001> proj=omerc a=6378137 es=.0066943800229
|
687
|
+
k=.9999 lonc=-133d40 lat_0=57 alpha=-36d52'11.6315
|
688
|
+
x_0=818676.7344011233 y_0=575097.6888751927
|
689
|
+
no_defs <>
|
690
|
+
|
691
|
+
# 5002: alaska zone no. 2: nad83
|
692
|
+
<5002> proj=tmerc a=6378137 es=.0066943800229
|
693
|
+
lon_0=-142 lat_0=54 k=.9999
|
694
|
+
x_0=500000 y_0=0
|
695
|
+
no_defs <>
|
696
|
+
|
697
|
+
# 5003: alaska zone no. 3: nad83
|
698
|
+
<5003> proj=tmerc a=6378137 es=.0066943800229
|
699
|
+
lon_0=-146 lat_0=54 k=.9999
|
700
|
+
x_0=500000 y_0=0
|
701
|
+
no_defs <>
|
702
|
+
|
703
|
+
# 5004: alaska zone no. 4: nad83
|
704
|
+
<5004> proj=tmerc a=6378137 es=.0066943800229
|
705
|
+
lon_0=-150 lat_0=54 k=.9999
|
706
|
+
x_0=500000 y_0=0
|
707
|
+
no_defs <>
|
708
|
+
|
709
|
+
# 5005: alaska zone no. 5: nad83
|
710
|
+
<5005> proj=tmerc a=6378137 es=.0066943800229
|
711
|
+
lon_0=-154 lat_0=54 k=.9999
|
712
|
+
x_0=500000 y_0=0
|
713
|
+
no_defs <>
|
714
|
+
|
715
|
+
# 5006: alaska zone no. 6: nad83
|
716
|
+
<5006> proj=tmerc a=6378137 es=.0066943800229
|
717
|
+
lon_0=-158 lat_0=54 k=.9999
|
718
|
+
x_0=500000 y_0=0
|
719
|
+
no_defs <>
|
720
|
+
|
721
|
+
# 5007: alaska zone no. 7: nad83
|
722
|
+
<5007> proj=tmerc a=6378137 es=.0066943800229
|
723
|
+
lon_0=-162 lat_0=54 k=.9999
|
724
|
+
x_0=500000 y_0=0
|
725
|
+
no_defs <>
|
726
|
+
|
727
|
+
# 5008: alaska zone no. 8: nad83
|
728
|
+
<5008> proj=tmerc a=6378137 es=.0066943800229
|
729
|
+
lon_0=-166 lat_0=54 k=.9999
|
730
|
+
x_0=500000 y_0=0
|
731
|
+
no_defs <>
|
732
|
+
|
733
|
+
# 5009: alaska zone no. 9: nad83
|
734
|
+
<5009> proj=tmerc a=6378137 es=.0066943800229
|
735
|
+
lon_0=-170 lat_0=54 k=.9999
|
736
|
+
x_0=500000 y_0=0
|
737
|
+
no_defs <>
|
738
|
+
|
739
|
+
# 5200: puerto rico and virgin islands: nad83
|
740
|
+
<5200> proj=lcc a=6378137 es=.0066943800229
|
741
|
+
lon_0=-66d26 lat_1=18d26 lat_2=18d2 lat_0=17d50
|
742
|
+
x_0=200000 y_0=200000
|
743
|
+
no_defs <>
|
744
|
+
|