[GRASS-SVN] r49684 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 12 10:26:47 EST 2011
Author: neteler
Date: 2011-12-12 07:26:47 -0800 (Mon, 12 Dec 2011)
New Revision: 49684
Modified:
grass/trunk/lib/init/variables.html
Log:
GRASS_INT_ZLIB only applies to CELL type
Modified: grass/trunk/lib/init/variables.html
===================================================================
--- grass/trunk/lib/init/variables.html 2011-12-12 15:25:32 UTC (rev 49683)
+++ grass/trunk/lib/init/variables.html 2011-12-12 15:26:47 UTC (rev 49684)
@@ -170,8 +170,8 @@
<dt>GRASS_INT_ZLIB</dt>
<dd>[libgis]<br> if the environment variable GRASS_INT_ZLIB exists,
- new compressed rasters will be compressed using zlib instead of
- RLE compression. Such rasters will have a <tt>compressed</tt>
+ new compressed <i>integer</i> (CELL type) raster maps will be compressed
+ using zlib instead of RLE compression. Such rasters will have a <tt>compressed</tt>
value of 2 in the cellhd file.
<br><br>
Obviously, decompression is controlled by the
More information about the grass-commit
mailing list