[GRASS-user] min and max coord values
Hamish
hamish_nospam at yahoo.com
Wed Jul 18 21:19:52 EDT 2007
temiz wrote:
> I want to get min and max coord values from of catagorized raster
> map.
>
> something like: r.stats -agn hey6 > gives minx maxx miny maxy
> is it possible ?
do you mean you want the coordinates of the bounding boxes surrounding
each category?
loop over each CAT (`r.describe`), create a MASK or new map based on
that cat, then 'g.region -p zoom='.
?
Hamish
More information about the grass-user
mailing list