[GRASS-SVN] r70669 - grass/trunk/raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 23 05:12:19 PST 2017
Author: neteler
Date: 2017-02-23 05:12:19 -0800 (Thu, 23 Feb 2017)
New Revision: 70669
Modified:
grass/trunk/raster/rasterintro.html
Log:
rasterintro manual: explain optional NULL compression
Modified: grass/trunk/raster/rasterintro.html
===================================================================
--- grass/trunk/raster/rasterintro.html 2017-02-23 12:56:22 UTC (rev 70668)
+++ grass/trunk/raster/rasterintro.html 2017-02-23 13:12:19 UTC (rev 70669)
@@ -279,12 +279,16 @@
<h3>Raster compression</h3>
<!-- keep in sync with raster/r.compress/r.compress.html -->
-
All GRASS GIS raster map types are by default ZLIB compressed, i.e. using
ZLIB's deflate algorithm. Through the environment variable
<tt>GRASS_COMPRESSOR</tt> the compression method can be set to RLE, ZLIB,
LZ4, or BZIP2.
<p>
+Important: the NULL file compression must be explicitly turned on with
+<tt>export GRASS_COMPRESS_NULLS=1</tt> - such raster maps can then only
+be opened with GRASS GIS 7.2.0 or later. NULL file compression can be
+managed with <b>r.null -z</b>.
+<p>
Integer (CELL type) raster maps can be compressed with RLE if
the environment variable <tt>GRASS_INT_ZLIB</tt> exists and is set to value
0. However, this is not recommended.
More information about the grass-commit
mailing list