[GRASS-SVN] r57077 - grass-addons/grass7/raster/r.ipso
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 13 07:20:35 PDT 2013
Author: neteler
Date: 2013-07-13 07:20:35 -0700 (Sat, 13 Jul 2013)
New Revision: 57077
Modified:
grass-addons/grass7/raster/r.ipso/r.ipso.html
Log:
r.ipso: fix HTML
Modified: grass-addons/grass7/raster/r.ipso/r.ipso.html
===================================================================
--- grass-addons/grass7/raster/r.ipso/r.ipso.html 2013-07-13 14:00:03 UTC (rev 57076)
+++ grass-addons/grass7/raster/r.ipso/r.ipso.html 2013-07-13 14:20:35 UTC (rev 57077)
@@ -1,21 +1,30 @@
<h2>DESCRIPTION</h2>
-<em>r.ipso</em> produces the Ipsometric and Ipsographic curve related to a digital elevation model and prints the percentiles.
+<em>r.ipso</em> produces the Ipsometric and Ipsographic curve
+related to a digital elevation model and prints the percentiles.
<h2>NOTES</h2>
-<p>The <em>ipsographic 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>ipsometric curve</em> uses adimensional
-axes.
+The <em>ipsographic 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>ipsometric curve
+</em> uses adimensional axes.
+
<h2>Flags:</h2>
-<p>-a : generates ipsometric curve
-<p>-b : generates iposographic curve
+<p>-a: generates ipsometric curve
+<p>-b: generates iposographic curve
<h2>EXAMPLE</h2>
-<p>r.ipso.py -b map=elevation.10m image=path/to/output/prefix
-<p>generates ipsographic curve, and
+<div class="code"><pre>
+r.ipso.py -b map=elevation.10m image=path/to/output/prefix
+</pre></div>
+generates ipsographic curve, and
-<p>r.ipso.py -a map=elevation.10m image=path/to/output/prefix
-<p>generates ipsometric curve
+<div class="code"><pre>
+r.ipso.py -a map=elevation.10m image=path/to/output/prefix
+</pre></div>
+generates ipsometric curve.
<h3>Dependencies</h3>
<ul>
@@ -29,10 +38,16 @@
</em>
<h2>REFERENCES</h2>
-<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 GIS environment), <a href="http://geomatica.como.polimi.it/workbooks/">Geomatics Workbooks</a>, n. 9 (2010)</em></a>
+<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
+GIS environment), <a href="http://geomatica.como.polimi.it/workbooks/">Geomatics Workbooks</a>,
+n. 9 (2010)</em>
+
<h2>AUTHORS</h2>
<p>Margherita Di Leo (dileomargherita AT gmail DOT com), Massimo Di Stefano, Francesco Di Stefano
More information about the grass-commit
mailing list