[GRASS-user] r.region

Hamish hamish_nospam at yahoo.com
Tue Jul 3 22:04:03 EDT 2007


goldneaa at onid.orst.edu wrote:
> 
> I am sorry I seemed to have misrepresented what I was trying to say.  
> I have correct projection I need to rescale these rasters on top of my
> global scale map.  I am pretty sure r.region is the way to go, I just
> do not know how to rescale 800 rasters all at once.

for MAP in `g.mlist patt="*"` ; do 
   r.region map=$MAP n= s= e= w=
done



Hamish




More information about the grass-user mailing list