[GRASS-SVN] r65118 - grass/trunk/raster/r.compress

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 21 09:36:21 PDT 2015


Author: neteler
Date: 2015-04-21 09:36:21 -0700 (Tue, 21 Apr 2015)
New Revision: 65118

Modified:
   grass/trunk/raster/r.compress/r.compress.html
Log:
r.compress manual: mention GRASS_ZLIB_LEVEL

Modified: grass/trunk/raster/r.compress/r.compress.html
===================================================================
--- grass/trunk/raster/r.compress/r.compress.html	2015-04-21 14:00:05 UTC (rev 65117)
+++ grass/trunk/raster/r.compress/r.compress.html	2015-04-21 16:36:21 UTC (rev 65118)
@@ -156,6 +156,17 @@
 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:



More information about the grass-commit mailing list