At 08:48 AM 6/10/96 -0400, you wrote:
I have a raster file that I want to shift or move all the cells a specific
distance. For example
I want to move all the cells 1 degree latitude north, and 1 degree
longitude east. Does anyone
know how to do that?
Any help is appreciated.
Thank you.
You may be able to do an r.out.ascii and capture
the out put in a file then you can change the coordinates in that file
to what ever you want and do a r.in.ascii.
Nalneesh