[GRASS-SVN] r61500 - grass/trunk/raster/r.compress
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Aug 1 20:44:48 PDT 2014
Author: glynn
Date: 2014-08-01 20:44:48 -0700 (Fri, 01 Aug 2014)
New Revision: 61500
Modified:
grass/trunk/raster/r.compress/r.compress.html
Log:
ZLIB compression is now the default (ticket #2349)
Modified: grass/trunk/raster/r.compress/r.compress.html
===================================================================
--- grass/trunk/raster/r.compress/r.compress.html 2014-08-01 18:47:11 UTC (rev 61499)
+++ grass/trunk/raster/r.compress/r.compress.html 2014-08-02 03:44:48 UTC (rev 61500)
@@ -49,10 +49,10 @@
Floating point (FCELL, DCELL) raster maps never use RLE compression;
they are either compressed with ZLIB or uncompressed.
<p>
-Integer (CELL) raster maps by default RLE compressed or may remain
+Integer (CELL) raster maps are by default ZLIB compressed or may remain
uncompressed. If the environment variable <tt>GRASS_INT_ZLIB</tt>
-exists, newly generated compressed integer (CELL type) raster maps will
-be compressed using ZLIB instead of RLE compression. In the internal
+exists and has the value 0, newly generated compressed integer (CELL type) raster maps will
+be compressed using RLE compression instead of ZLIB. In the internal
cellhd file, the value for "compressed" is 1 for RLE and 2 for ZLIB.
<p>
Obviously, decompression is controlled by the raster map's compression,
More information about the grass-commit
mailing list