[GRASS-SVN] r69898 - grass/trunk/raster/r.texture
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 24 12:12:47 PST 2016
Author: mmetz
Date: 2016-11-24 12:12:47 -0800 (Thu, 24 Nov 2016)
New Revision: 69898
Modified:
grass/trunk/raster/r.texture/r.texture.html
Log:
r.texture: update manual
Modified: grass/trunk/raster/r.texture/r.texture.html
===================================================================
--- grass/trunk/raster/r.texture/r.texture.html 2016-11-24 14:56:09 UTC (rev 69897)
+++ grass/trunk/raster/r.texture/r.texture.html 2016-11-24 20:12:47 UTC (rev 69898)
@@ -168,23 +168,23 @@
<div class="code"><pre>
# import raster
-r.in.ascii in=- output=lines << EOF
-> north: 9
-> south: 0
-> east: 9
-> west: 0
-> rows: 9
-> cols: 9
-> 0 0 0 1 0 0 0 1 0
-> 0 0 0 1 0 0 0 1 0
-> 0 0 0 1 0 0 0 1 0
-> 0 0 0 1 0 0 0 1 0
-> 0 0 0 1 0 0 0 1 0
-> 0 0 0 1 0 0 0 1 0
-> 0 0 0 1 0 0 0 1 0
-> 0 0 0 1 0 0 0 1 0
-> 0 0 0 1 0 0 0 1 0
-> EOF
+r.in.ascii in=- output=lines << EOF
+north: 9
+south: 0
+east: 9
+west: 0
+rows: 9
+cols: 9
+0 0 0 1 0 0 0 1 0
+0 0 0 1 0 0 0 1 0
+0 0 0 1 0 0 0 1 0
+0 0 0 1 0 0 0 1 0
+0 0 0 1 0 0 0 1 0
+0 0 0 1 0 0 0 1 0
+0 0 0 1 0 0 0 1 0
+0 0 0 1 0 0 0 1 0
+0 0 0 1 0 0 0 1 0
+EOF
# adjust region to raster
g.region rast=lines
@@ -209,7 +209,8 @@
<h2>KNOWN ISSUES</h2>
-The program can run incredibly slow for large raster maps.
+The program can run incredibly slow for large raster maps and large
+moving windows (<em>size</em> option).
<h2>REFERENCES</h2>
@@ -253,6 +254,7 @@
<a href="mailto:antoniol at ieee.org">G. Antoniol</a> - RCOST (Research Centre on Software Technology - Viale Traiano - 82100 Benevento)<br>
C. Basco - RCOST (Research Centre on Software Technology - Viale Traiano - 82100 Benevento)<br>
M. Ceccarelli - Facolta di Scienze, Universita del Sannio, Benevento<br>
-Markus Metz
+Markus Metz (correction and optimization of the initial version)<br>
+Moritz Lennert (documentation)
<p><i>Last changed: $Date$</i>
More information about the grass-commit
mailing list