[GRASS-SVN] r67895 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 20 02:08:19 PST 2016
Author: mmetz
Date: 2016-02-20 02:08:19 -0800 (Sat, 20 Feb 2016)
New Revision: 67895
Modified:
grass/trunk/lib/init/variables.html
Log:
libinit: document GRASS_COMPRESSOR
Modified: grass/trunk/lib/init/variables.html
===================================================================
--- grass/trunk/lib/init/variables.html 2016-02-20 10:04:53 UTC (rev 67894)
+++ grass/trunk/lib/init/variables.html 2016-02-20 10:08:19 UTC (rev 67895)
@@ -107,6 +107,14 @@
<dd>defines the name (path) of a shell script to be processed as
batch job.</dd>
+ <dt>GRASS_COMPRESSOR</dt>
+ <dd>[libraster]<br>
+ the compression method for new raster maps can be set with the
+ environment variable GRASS_COMPRESSOR. Supported methods are RLE,
+ ZLIB, LZ4, and BZIP2 if GRASS has been compiled with BZIP2 support.
+ The default is ZLIB which can be changed with e.g.
+ <tt>GRASS_COMPRESSOR=LZ4</tt></dd>
+
<dt>GRASS_DB_ENCODING</dt>
<dd>[various modules, wxGUI]<br>
encoding for vector attribute data (utf-8, ascii, iso8859-1, koi8-r)</dd>
More information about the grass-commit
mailing list