[GRASS-SVN] r71330 - grass-addons/grass7/raster/r.hypso

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 5 01:52:35 PDT 2017


Author: madi
Date: 2017-08-05 01:52:35 -0700 (Sat, 05 Aug 2017)
New Revision: 71330

Modified:
   grass-addons/grass7/raster/r.hypso/r.hypso.html
Log:
Fixed example

Modified: grass-addons/grass7/raster/r.hypso/r.hypso.html
===================================================================
--- grass-addons/grass7/raster/r.hypso/r.hypso.html	2017-08-05 08:49:54 UTC (rev 71329)
+++ grass-addons/grass7/raster/r.hypso/r.hypso.html	2017-08-05 08:52:35 UTC (rev 71330)
@@ -1,14 +1,14 @@
 <h2>DESCRIPTION</h2>
-<em>r.hypso</em> produces the hypsometric and hypsographic curve 
-related to a digital elevation model and prints the percentiles. 
+<em>r.hypso</em> produces the hypsometric and hypsographic curve
+related to a digital elevation model and prints the percentiles.
 
 <h2>NOTES</h2>
 
-The <em>hypsographic curve</em> gives the distribution of surfaces in 
-different altitude ranges. Each point on the function reports on the 
-y-axis the elevation and on the x-axis the portion of the basin 
+The <em>hypsographic curve</em> gives the distribution of surfaces in
+different altitude ranges. Each point on the function reports on the
+y-axis the elevation and on the x-axis the portion of the basin
 surface placed above such elevation value. The <em>hypsometric curve
-</em> uses adimensional axes. 
+</em> uses adimensional axes.
 
 <h2>Flags:</h2>
 <p>-a: generates hypsometric curve
@@ -17,12 +17,12 @@
 <h2>EXAMPLE</h2>
 
 <div class="code"><pre>
-r.hypso.py -b map=elevation.10m image=path/to/output/prefix
+r.hypso -b map=elevation image=/temp/hypso
 </pre></div>
 generates hypsographic curve, and
 
 <div class="code"><pre>
-r.hypso.py -a map=elevation.10m image=path/to/output/prefix
+r.hypso -a map=elevation image=/temp/hypso
 </pre></div>
 generates hypsometric curve.
 
@@ -39,12 +39,12 @@
 
 <h2>REFERENCES</h2>
 
-<p><em>Rodriguez-Iturbe I., Rinaldo A. — Fractal River Basins, 
+<p><em>Rodriguez-Iturbe I., Rinaldo A. — Fractal River Basins,
 Chance and Self-Organization. Cambridge Press (2001)</em>
 
-<p><em>In Italian: Di Leo M., Di Stefano M., Claps P., Sole A. 
-— Caratterizzazione morfometrica del bacino idrografico in 
-GRASS GIS (Morphometric characterization of the catchment in GRASS 
+<p><em>In Italian: Di Leo M., Di Stefano M., Claps P., Sole A.
+— Caratterizzazione morfometrica del bacino idrografico in
+GRASS GIS (Morphometric characterization of the catchment in GRASS
 GIS environment), <a href="http://geomatica.como.polimi.it/workbooks/">Geomatics Workbooks</a>,
 n. 9 (2010)</em>
 



More information about the grass-commit mailing list