File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -192,18 +192,18 @@ The following script
192
192
193
193
.. code-block :: console
194
194
195
- proj +proj=utm +lon_0=112w +ellps=clrk66 -r <<EOF
195
+ proj +proj=utm +zone=12 +ellps=GRS80 -r <<EOF
196
196
45d15'33.1" 111.5W
197
197
45d15.551666667N -111d30
198
198
+45.25919444444 111d30'000w
199
199
EOF
200
200
201
- will perform UTM forward projection with a standard UTM central meridian
202
- nearest longitude 112W. The geographic values of this example are equivalent
201
+ will perform UTM zone 12 forward projection.
202
+ The geographic values of this example are equivalent
203
203
and meant as examples of various forms of DMS input. The x-y output
204
204
data will appear as three lines of::
205
205
206
- 460769.27 5011648.45
206
+ 460770.43 5011865.86
207
207
208
208
.. only :: man
209
209
You can’t perform that action at this time.
0 commit comments