[GRASSLIST:887] Re: Sites
Hamish
hamish_nospam at yahoo.com
Sat Aug 2 00:17:47 EDT 2003
> I've created most of my maps, now I need to create files for my sites.
> The two methods I've attempted to use are s.in.ascii and s.in.dbf.
see-
http://grass.ibiblio.org/gdp/grass5tutor/HTML/c848.html
http://grass.ibiblio.org/gdp/html_grass5/html/s.in.ascii.html
http://grass.ibiblio.org/gdp/html_grass5/ascii_formats.html
http://grass.itc.it/grassdevel.html#prog
> As an example for one wedge tomb I have:
> An easting of 153710, a northing of 312310, and a Catalogue number of
> Cat. 32.
> I attempted to write this as an ASCII file.
> 153710 312310 #Cat. 32 (is # the right symbol for this?)
For import with s.in.ascii, the input file just has to look like:
153710 312310 32
153720 312320 33
etc.
For creating a sites file to move into the GRASS directory structure by
hand, try:
153710|312310|#32
153720|312320|#33
etc.
or
153710|312310|#32 @"Cat. 32"
153720|312320|#33 @"Cat. 33"
etc.
display with
d.sites
d.site.labels
Hamish
More information about the grass-user
mailing list