Markus Metz wrote: > r.out.gdal nodata handling could be changed so that the user has to > provide a nodata value if there are NULLs in the raster, otherwise > r.out.gdal aborts with an error.
That's reasonable for integer maps, but for FP maps it makes more sense to simply default to NaN as the no-data value (the two are essentially the same concept, so there is no information loss in using NaN). -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
