[GRASS-SVN] r70670 - grass/branches/releasebranch_7_2/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 23 05:13:45 PST 2017


Author: neteler
Date: 2017-02-23 05:13:45 -0800 (Thu, 23 Feb 2017)
New Revision: 70670

Modified:
   grass/branches/releasebranch_7_2/raster/rasterintro.html
Log:
rasterintro manual: explain optional NULL compression

Modified: grass/branches/releasebranch_7_2/raster/rasterintro.html
===================================================================
--- grass/branches/releasebranch_7_2/raster/rasterintro.html	2017-02-23 13:12:19 UTC (rev 70669)
+++ grass/branches/releasebranch_7_2/raster/rasterintro.html	2017-02-23 13:13:45 UTC (rev 70670)
@@ -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