[GRASS-SVN] r40900 - grass/branches/develbranch_6/raster/r.out.gdal

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 9 18:53:13 EST 2010


Author: epatton
Date: 2010-02-09 18:53:13 -0500 (Tue, 09 Feb 2010)
New Revision: 40900

Modified:
   grass/branches/develbranch_6/raster/r.out.gdal/description.html
Log:
Updated manpage with description of -f flag

Modified: grass/branches/develbranch_6/raster/r.out.gdal/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.out.gdal/description.html	2010-02-09 23:43:26 UTC (rev 40899)
+++ grass/branches/develbranch_6/raster/r.out.gdal/description.html	2010-02-09 23:53:13 UTC (rev 40900)
@@ -105,6 +105,13 @@
 only be supported for certain data types (depends on vendor and version).
 <!-- e.g. data destined for ESRI software should use COMPRESS=LZW/PACKBITS/DEFLATE ??? -->
 <p>
+If the export settings are set such that data loss would occur in the output
+file (i.e, due to the particular choice of data type and/or file type), the
+normal behaviour of <em>r.out.gdal</em> in this case would be to issue an error
+message describing the problem and exit without exporting. The <b>-f</b> flag
+allows raster export even if some of the data loss tests are not passed, and
+warnings are issued instead of errors.
+<p>
 <em>r.out.gdal</em> exports may appear all black or gray on initial
 display in other GIS software. This is not a bug of <em>r.out.gdal</em>,
 but often caused by the default color table assigned by that software.



More information about the grass-commit mailing list