ソースを参照

Updated manpage with description of -f flag, merge from devbr6 https://trac.osgeo.org/grass/changeset/40900

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40909 15284696-431f-4ddb-bdfa-cd5b030d7da7
Eric Patton 15 年 前
コミット
006e08af84
1 ファイル変更7 行追加0 行削除
  1. 7 0
      raster/r.out.gdal/r.out.gdal.html

+ 7 - 0
raster/r.out.gdal/r.out.gdal.html

@@ -105,6 +105,13 @@ available for a given file format, and certain compression methods may
 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.