Jonathan Greenberg wrote: > Is there any way to take a GRASS raster and generate two outputs where > each pixel is the center coordinate of that pixel (e.g. you will have > one x- image and one y-image)? I'm trying to produce a "latitude map" > for solar calculations.
r.mapcalc 'xmap = x() ; ymap = y()'
--
Glynn Clements <[email protected]>
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user
