From 3d909b4418b777bcd941ace67d39e07b56c1d77f Mon Sep 17 00:00:00 2001 From: Micah Cochran Date: Fri, 19 Feb 2016 11:30:26 -0600 Subject: man page update. cs2cs header was updated. HOME PAGE links were changed. Converted man pages to html using man2html program. [ci skip] --- html/man_cs2cs.html | 33 ++++++++++++++----------- html/man_proj.html | 71 +++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 68 insertions(+), 36 deletions(-) (limited to 'html') diff --git a/html/man_cs2cs.html b/html/man_cs2cs.html index 4e84b490..5454714b 100644 --- a/html/man_cs2cs.html +++ b/html/man_cs2cs.html @@ -1,6 +1,9 @@ -Manpage of PROJ +Content-type: text/html; charset=UTF-8 + + +Man page of CS2CS -

PROJ

+

CS2CS

Section: User Commands (1)
Updated: 2000/03/21 Rel. 4.4
Index Return to Main Contents
@@ -166,7 +169,7 @@ The run-line arguments are associated with cartographic parameters and usage varies with projection and for a complete description see -Cartographic Projection Procedures for the UNIX Environment---A User's Manual ) +Cartographic Projection Procedures for the UNIX Environment---A User's Manual and supplementary documentation for Release 4.

@@ -183,7 +186,7 @@ each and may have the same or different datums.

Additional projection control parameters may be contained in two -auxilliary control files: +auxiliary control files: the first is optionally referenced with the +init=file:id @@ -217,15 +220,15 @@ of the input line are appended to the output line.

Input geographic data -(longitude and latitude) must be in DMS format and input +(longitude and latitude) must be in DMS or decimal degrees format and input cartesian data must be in units consistent with the ellipsoid major axis or sphere radius units. -Output geographic coordinates will be in DMS -(if the --w +Output geographic coordinates will normally be in DMS format (use +-f %.12f + +for decimal degrees with 12 decimal places), while +projected (cartesian) coordinates will be in linear (meter, feet) units. -switch is not employed) and precise to 0.001" -with trailing, zero-valued minute-second fields deleted.  

EXAMPLE

@@ -251,7 +254,7 @@ The x-y output data will appear as three lines of:  

SEE ALSO

-proj(1U), +proj(1),
@@ -268,7 +271,7 @@ USGS Bulletin 1532). Map Projections---A Working Manual -(Synder, 1988, USGS Prof. Paper 1395). +(Snyder, 1988, USGS Prof. Paper 1395).
An Album of Map Projections @@ -277,7 +280,7 @@ USGS Bulletin 1532).  

HOME PAGE

-http://www.remotesensing.org/proj +https://github.com/OSGeo/proj.4/wiki


@@ -292,8 +295,8 @@ USGS Bulletin 1532).
This document was created by -man2html, +man2html, using the manual pages.
-Time: 13:14:44 GMT, October 14, 2005 +Time: 20:43:10 GMT, February 18, 2016 diff --git a/html/man_proj.html b/html/man_proj.html index cb0213b5..79658d31 100644 --- a/html/man_proj.html +++ b/html/man_proj.html @@ -1,9 +1,13 @@ -Manpage of PROJ +Content-type: text/html; charset=UTF-8 + + +Man page of PROJ

PROJ

+Section: User Commands (1)
Updated: 2000/03/21 Rel. 4.4
Index +Return to Main Contents
-Section: User Commands (1), Updated: 2000/03/21 Rel. 4.4
- + 

NAME

proj - forward cartographic projection filter @@ -122,7 +126,7 @@ value for both return values.
causes the input coordinates to be copied to the output line prior to printing the converted values. -
-l[p|P|=|e|u]id +
-l[p|P|=|e|u|d]id
List projection identifiers with @@ -145,14 +149,19 @@ List ellipsoid identifiers with -le, that can be selected with -+ellps ++ellps, -or -lu list of cartesian to meter conversion factors that can be selected with -+units. ++units + +or +-ld + +list of datums that can be selected with ++datum.
-r @@ -222,8 +231,6 @@ is a format string to control the form of the output values. For inverse projections, the output will be in degrees when this option is employed. -If a format is specified for inverse projection the -output data will be in decimal degrees. The default format is "%.2f" for forward projection and DMS for inverse.
-[w|W]n @@ -292,7 +299,7 @@ and specify maximum degree of the polynomials (default: 15). See also: -fproj(1). +fproj(1).

@@ -302,13 +309,13 @@ The run-line arguments are associated with cartographic parameters and usage varies with projection and for a complete description see -Cartographic Projection Procedures for the UNIX Environment---A User's Manual ) +Cartographic Projection Procedures for the UNIX Environment---A User's Manual and supplementary documentation for Release 4.

Additional projection control parameters may be contained in two -auxilliary control files: +auxiliary control files: the first is optionally referenced with the +init=file:id @@ -322,7 +329,8 @@ The environment parameter PROJ_LIB establishes the default directory for a file reference without -an absolute path. +an absolute path. This is also used for supporting files like +datum shift files.

One or more @@ -355,7 +363,7 @@ with trailing, zero-valued minute-second fields deleted. The following script

-
 proj +proj=utm +lon_0=112w -r <<EOF +
 proj +proj=utm +lon_0=112w +ellps=clrk66 -r <<EOF
 45d15'33.1"    111.5W

 45d15.551666667N       -111d30

 +45.25919444444        111d30'000w
@@ -372,8 +380,28 @@ The x-y output data will appear as three lines of:
  +

OTHER PROGRAMS

+ +

+ +The proj program is limited to converting between geographic and +projection coordinates within one datum. +

+ +The cs2cs program operates +similarly, but allows translation between any pair of definable coordinate +systems, including support for datum translation. +

+ +The geod program provides the ability to compute geodesic (Great +Circle) computations. + 

SEE ALSO

+cs2cs(1), geod(1), pj_init(3), + +
+ Cartographic Projection Procedures for the UNIX Environment---A User's Manual, (Evenden, 1990, Open-file report 90-284). @@ -387,16 +415,16 @@ USGS Bulletin 1532). Map Projections---A Working Manual -(Synder, 1988, USGS Prof. Paper 1395). +(Snyder, 1988, USGS Prof. Paper 1395).
An Album of Map Projections (Snyder & Voxland, 1989, USGS Prof. Paper 1453). -  + 

HOME PAGE

-http://www.remotesensing.org/proj +https://github.com/OSGeo/proj.4/wiki


@@ -406,13 +434,14 @@ USGS Bulletin 1532).
SYNOPSIS
DESCRIPTION
EXAMPLE
-
SEE ALSO
-
HOME PAGE
+
OTHER PROGRAMS
+
SEE ALSO
+
HOME PAGE

This document was created by -man2html, +man2html, using the manual pages.
-Time: 15:44:01 GMT, March 27, 2000 +Time: 20:44:57 GMT, February 18, 2016 -- cgit v1.2.3