[GRASS-SVN] r71451 - grass/trunk/raster/r.compress

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 31 08:53:59 PDT 2017


Author: neteler
Date: 2017-08-31 08:53:59 -0700 (Thu, 31 Aug 2017)
New Revision: 71451

Modified:
   grass/trunk/raster/r.compress/r.compress.html
Log:
r.compress manual: URLs to compression methods added

Modified: grass/trunk/raster/r.compress/r.compress.html
===================================================================
--- grass/trunk/raster/r.compress/r.compress.html	2017-08-31 14:00:22 UTC (rev 71450)
+++ grass/trunk/raster/r.compress/r.compress.html	2017-08-31 15:53:59 UTC (rev 71451)
@@ -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