Allar wrote: > What would be the most efficient way of getting the > coordinates for each input raster cell? ... > But this does not check for > null-values in the raster (which I would like to exclude) > and I'm also not very sure how it would play out with some > coordinate systems. One way to solve the null-value issue > would be to impose an r.what check, but this does not seem > to be very elegant way to do it. > Any suggestions?
r.out.xyz does just that. Hamish _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
