Bob wrote: > Is there a way to r.mapcalc or some other command to change > NaN values in rasters to another value?
If you mean real "nan" not grass NULL values, see this thread from the grass-dev list from a few days ago: http://thread.gmane.org/gmane.comp.gis.grass.devel/27160 and the question of where they came from. For grass NULL values, r.null is your friend, or isnull(mapname) in r.mapcalc. Hamish _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
