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 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.

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.

SEE ALSO

m.proj, s.proj, v.proj, g.setproj, i.rectify, i.rectify3, r.support, r.stats, s.sample, s.surf.idw, s.surf.rst

AUTHOR

Bill Brown