[GRASS-SVN] r71896 - grass/trunk/raster/r.compress
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 6 04:38:51 PST 2017
Author: neteler
Date: 2017-12-06 04:38:50 -0800 (Wed, 06 Dec 2017)
New Revision: 71896
Modified:
grass/trunk/raster/r.compress/r.compress.html
Log:
r.compress manual: added that NULL file compression is fixed to LZ4
Modified: grass/trunk/raster/r.compress/r.compress.html
===================================================================
--- grass/trunk/raster/r.compress/r.compress.html 2017-12-05 13:20:32 UTC (rev 71895)
+++ grass/trunk/raster/r.compress/r.compress.html 2017-12-06 12:38:50 UTC (rev 71896)
@@ -94,6 +94,8 @@
<tt>export GRASS_COMPRESS_NULLS=0</tt>. Raster maps with NULL file
compression can only be opened with GRASS GIS 7.2.0 or later. NULL file
compression for a particular raster map can be managed with <b>r.null -z</b>.
+The NULL file compression is using the LZ4 method as being the best compromise
+between speed and compression rate.
<h3>COMPRESSION ALGORITHM DETAILS</h3>
<!-- keep in sync with raster/rasterintro.html -->
More information about the grass-commit
mailing list