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 _______________________________________________ grassuser mailing list [email protected] http://grass.itc.it/mailman/listinfo/grassuser

