[GRASS-SVN] r74120 - grass/branches/releasebranch_7_6/raster/r.compress

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 21 01:47:51 PST 2019


Author: mmetz
Date: 2019-02-21 01:47:51 -0800 (Thu, 21 Feb 2019)
New Revision: 74120

Modified:
   grass/branches/releasebranch_7_6/raster/r.compress/r.compress.html
Log:
r.compress: ZLIB is no longer the default compression method, credits to sbl (backport trunk r74119)

Modified: grass/branches/releasebranch_7_6/raster/r.compress/r.compress.html
===================================================================
--- grass/branches/releasebranch_7_6/raster/r.compress/r.compress.html	2019-02-21 09:43:47 UTC (rev 74119)
+++ grass/branches/releasebranch_7_6/raster/r.compress/r.compress.html	2019-02-21 09:47:51 UTC (rev 74120)
@@ -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