s.proj
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 [output=name] [mapset=name] location=name [dbase=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.
- output
- Name of the output sites list.
- mapset
- Mapset of input file
- location
- Location of the input file
- dbase
- Database of the input file
SEE ALSO
m.proj, r.proj, v.proj
AUTHOR
Bill Brown