[GRASS-SVN] r71452 - grass/branches/releasebranch_7_2/raster/r.compress
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 31 08:54:39 PDT 2017
Author: neteler
Date: 2017-08-31 08:54:39 -0700 (Thu, 31 Aug 2017)
New Revision: 71452
Modified:
grass/branches/releasebranch_7_2/raster/r.compress/r.compress.html
Log:
r.compress manual: URLs to compression methods added
Modified: grass/branches/releasebranch_7_2/raster/r.compress/r.compress.html
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.compress/r.compress.html 2017-08-31 15:53:59 UTC (rev 71451)
+++ grass/branches/releasebranch_7_2/raster/r.compress/r.compress.html 2017-08-31 15:54:39 UTC (rev 71452)
@@ -36,8 +36,8 @@
<p>
Raster maps that are already compressed might be compressed again,
either by setting a different method with <tt>GRASS_COMPRESSOR</tt>
-(RLE, ZLIB, LZ4, BZIP2) or, for the case of ZLIB compression, by
-changing the compression level with the environment variable
+(supported methods: RLE, ZLIB, LZ4, BZIP2) or, for the case of ZLIB
+compression, by changing the compression level with the environment variable
<tt>GRASS_ZLIB_LEVEL</tt>.
<p>
@@ -237,12 +237,17 @@
<a href="r.null.html">r.null</a>,
<a href="r.support.html">r.support</a>
</em>
+<p>
+Compression algorithms:
+<a href="http://www.bzip.org/">bzip2</a>,
+<a href="http://www.lz4.org/">LZ4</a>,
+<a href="http://zlib.net/">zlib</a>
+
<h2>AUTHORS</h2>
-James Westervelt,<br>
-Michael Shapiro,<br>
-U.S. Army Construction Engineering Research Laboratory<br>
+James Westervelt and Michael Shapiro, U.S. Army Construction Engineering Research Laboratory
+<p>
Markus Metz
<p><i>Last changed: $Date$</i>
More information about the grass-commit
mailing list