[GRASS-SVN] r74119 - grass/trunk/raster/r.compress
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 21 01:43:48 PST 2019
Author: mmetz
Date: 2019-02-21 01:43:47 -0800 (Thu, 21 Feb 2019)
New Revision: 74119
Modified:
grass/trunk/raster/r.compress/r.compress.html
Log:
r.compress: ZLIB is no longer the default compression method, credits to sbl
Modified: grass/trunk/raster/r.compress/r.compress.html
===================================================================
--- grass/trunk/raster/r.compress/r.compress.html 2019-02-21 09:38:28 UTC (rev 74118)
+++ grass/trunk/raster/r.compress/r.compress.html 2019-02-21 09:43:47 UTC (rev 74119)
@@ -6,11 +6,12 @@
<p>
All raster maps (those imported for the first time and those newly
-generated) are compressed by default using the ZLIB compression
-method (see below). Related no data files (i.e.: NULL files), if
-present, are compressed by default unless a specific environment
-variable is set to explicitly disable NULL file compression
-(<tt>GRASS_COMPRESS_NULLS</tt>, see below).
+generated) are compressed by default using the ZSTD compression
+method if available, otherwise ZLIB compression is used (see below).
+Related no data files (i.e.: NULL files), if present, are compressed by
+default unless a specific environment variable is set to explicitly
+disable NULL file compression (<tt>GRASS_COMPRESS_NULLS</tt>, see
+below).
<p>
During compression or re-compression, <em>r.compress</em> compresses
More information about the grass-commit
mailing list