This is a simple real number giving the
GRASS database resolution (in meters).
S MACROS
You may find the following
"S"
macros helpful when referencing
the 'site.data' and 'site.mode' structures,
since they allow you to specify parameters:
MACRO site.data(site, layer)
({
site.data[ , site, layer]
})
END
MACRO site.mode(site, layer)
({
site.mode[site, layer]
})
END
MACRO USAGE
To select the site.data for all sites for layer 2:
- ?site.data(layer=2)
To select the site.data for site 4 in all layers:
- ?site.data(site=4)
To select the site.mode for site 10 in layer 1:
- ?site.mode(layer=1,site=10)
SORRY, BUT ...
These macros are not provided by the interface. To use
these macros, you will have to type them into a text file
and then, from "S", issue the command:
- define("<file>")
SEE ALSO
s.db.rim
s.in.ascii
s.menu
s.out.ascii
s.surf.idw
sites.format
sites.occur
sites.report