~ubuntu-branches/ubuntu/wily/proj/wily

« back to all changes in this revision

Viewing changes to man/man1/cs2cs.1

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-05-03 21:15:10 UTC
  • mfrom: (12.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20150503211510-35jung6npvio2e5k
Tags: 4.9.1-1
* Move from experimental to unstable.
* Use jquery.js from libjs-jquery instead of doxygen copy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
of the input line are appended to the output line.
158
158
.PP
159
159
Input geographic data
160
 
(longitude and latitude) must be in DMS format and input
 
160
(longitude and latitude) must be in DMS or decimal degrees format and input
161
161
cartesian data must be in units consistent with the ellipsoid
162
162
major axis or sphere radius units.
163
 
Output geographic coordinates will be in DMS
164
 
(if the
165
 
.B \-w
166
 
switch is not employed) and precise to 0.001"
167
 
with trailing, zero-valued minute-second fields deleted.
 
163
Output geographic coordinates will normally be in DMS format (use 
 
164
.B \-f %.12f 
 
165
for decimal degrees with 12 decimal places), while
 
166
projected (cartesian) coordinates will be in linear (meter, feet) units.
 
167
 
168
168
.SH EXAMPLE
169
169
The following script
170
170
.RS 5