Explorar o código

r.compress manual: mention GRASS_ZLIB_LEVEL

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65118 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler %!s(int64=10) %!d(string=hai) anos
pai
achega
2e14b9f0de
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      raster/r.compress/r.compress.html

+ 11 - 0
raster/r.compress/r.compress.html

@@ -156,6 +156,17 @@ single byte preceding each row.
 Since GRASS GIS 7.0.0, the default compression method for
  Integer (CELL) maps is deflate and not any more the RLE compression.
 
+<h4>DEFLATE compression level</h4>
+
+If the environment variable <tt>GRASS_ZLIB_LEVEL</tt> exists and
+its value can be parsed as an integer, it determines the compression
+level used when newly generated raster maps are compressed using zlib
+compression. This applies to all raster map types (CELL, FCELL, DCELL).
+<p>
+If the variable does not exist, or the value cannot be parsed as an
+integer, zlib's default compression level will be used.
+
+
 <h2>EXAMPLES</h2>
 
 Printing of current compression state: