NAME

s.proj - Allows the user to re-project a sites file from one location to the current location.
(GRASS Sites Program)

SYNOPSIS

s.proj
s.proj help
s.proj [-l] input=name location=name [mapset=name] [dbase=name] [output=name]

DESCRIPTION

Allows the user to create a new sites file in the current location by re-projecting a sites file from another location, similar to v.proj and r.proj. Each site will retain all associated category, double, and string attributes. The header information is copied and an additional header comment is written containing the s.proj command line used to create the new file.

Flags:

-l
List sites files in input location and exit

Parameters:

input
Name of the input sites list.
mapset
Mapset of input sites list.
location
Location of the input sites list.
dbase
path to GRASS database of input location.
output
Name of the output sites list.

NOTES

s.proj supports general datum transformations, making use of the PROJ.4 co-ordinate system translation library.

SEE ALSO

v.proj, r.proj, m.proj2, g.projinfo, g.setproj, i.rectify, i.rectify3

AUTHOR

Bill Brown

Last changed: $Date$