[GRASS-SVN] r70054 - in grass/trunk/raster: r.fill.dir r.param.scale r.univar
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 11 10:02:53 PST 2016
Author: neteler
Date: 2016-12-11 10:02:53 -0800 (Sun, 11 Dec 2016)
New Revision: 70054
Modified:
grass/trunk/raster/r.fill.dir/r.fill.dir.html
grass/trunk/raster/r.param.scale/r.param.scale.html
grass/trunk/raster/r.univar/r.univar.html
Log:
r.param.scale manual: example fix; figure style cosmetics
Modified: grass/trunk/raster/r.fill.dir/r.fill.dir.html
===================================================================
--- grass/trunk/raster/r.fill.dir/r.fill.dir.html 2016-12-11 12:00:32 UTC (rev 70053)
+++ grass/trunk/raster/r.fill.dir/r.fill.dir.html 2016-12-11 18:02:53 UTC (rev 70054)
@@ -108,20 +108,23 @@
<div align="center" style="margin: 10px">
<a href="r_fill_dir.png">
-<img src="r_fill_dir.png" width="900" alt="r.fill.dir example" border=0><br>
+<img src="r_fill_dir.png" width="600" alt="r.fill.dir example" border=0><br>
</a>
-<i>Sink-filled DEM (shown as shaded terrain) with areas of filling shown as vector polygons</i>
+<i>Figure: Sink-filled DEM (shown as shaded terrain) with areas of filling shown as vector polygons</i>
</div>
<h2>REFERENCES</h2>
<ul>
-<li>Beasley, D.B. and L.F. Huggins. 1982. ANSWERS (areal nonpoint source watershed environmental response simulation): User's manual. U.S. EPA-905/9-82-001, Chicago, IL, 54 p.
+<li>Beasley, D.B. and L.F. Huggins. 1982. ANSWERS (areal nonpoint source watershed environmental
+response simulation): User's manual. U.S. EPA-905/9-82-001, Chicago, IL, 54 p.
<li>Jenson, S.K., and J.O. Domingue. 1988. Extracting topographic structure from
-digital elevation model data for geographic information system analysis. Photogram. Engr. and Remote Sens. 54: 1593-1600.
-<li>Young, R.A., C.A. Onstad, D.D. Bosch and W.P. Anderson. 1985. Agricultural nonpoint surface pollution models (AGNPS) I and II model documentation. St. Paul: Minn. Pollution control Agency and Washington D.C., USDA-Agricultural Research
-Service.
+digital elevation model data for geographic information system analysis. Photogram.
+Engr. and Remote Sens. 54: 1593-1600.
+<li>Young, R.A., C.A. Onstad, D.D. Bosch and W.P. Anderson. 1985. Agricultural nonpoint
+surface pollution models (AGNPS) I and II model documentation. St. Paul: Minn. Pollution
+control Agency and Washington D.C., USDA-Agricultural Research Service.
</ul>
<h2>SEE ALSO</h2>
Modified: grass/trunk/raster/r.param.scale/r.param.scale.html
===================================================================
--- grass/trunk/raster/r.param.scale/r.param.scale.html 2016-12-11 12:00:32 UTC (rev 70053)
+++ grass/trunk/raster/r.param.scale/r.param.scale.html 2016-12-11 18:02:53 UTC (rev 70054)
@@ -70,18 +70,22 @@
<h2>EXAMPLE</h2>
-The next commands will create a geomorphological map of the Spearfish region:
+The next commands will create a geomorphological map of the Spearfish sample
+dataset region:
<div class="code"><pre>
g.region raster=elevation.10m -p
-r.param.scale in=elevation.10m output=morphology param=feature size=9
+r.param.scale in=elevation.10m output=morphology method=feature size=9
</pre></div>
-<p><center>
-<img src="r_param_scale_morph.jpg" alt="r.param.scale generated geomorphological map"><br>
-<i>Geomorphological map of a subregion in the Spearfish (SD) area</i>
-</center>
+<div align="center" style="margin: 10px">
+<a href="r_param_scale_morph.jpg">
+<img src="r_param_scale_morph.jpg" width="600" alt="r.param.scale example" border=0><br>
+</a>
+<i>Figure: Geomorphological map of a subregion in the Spearfish (SD) area</i>
+</div>
+
<h2>TODO</h2>
Fix bug when `constrain through central cell' option selected. Create color
Modified: grass/trunk/raster/r.univar/r.univar.html
===================================================================
--- grass/trunk/raster/r.univar/r.univar.html 2016-12-11 12:00:32 UTC (rev 70053)
+++ grass/trunk/raster/r.univar/r.univar.html 2016-12-11 18:02:53 UTC (rev 70054)
@@ -172,14 +172,15 @@
optipng -o5 runivar_basins.png width=200px
-->
-<center>
-<img src="runivar_basins.png" alt="Basins and their IDs" align="middle"
-width="600">
-<p>
-Figure: Zones (basins, opacity: 60%) with underlying elevation map
-for North Carolina sample dataset.
-</center>
+<div align="center" style="margin: 10px">
+<a href="runivar_basins.png">
+<img src="runivar_basins.png" width="600" alt="r.univar basins and their IDs" border=0><br>
+</a>
+<i>Figure: Zones (basins, opacity: 60%) with underlying elevation map
+for North Carolina sample dataset.</i>
+</div>
+
<p>
Then statistics for elevation can be calculated separately for every
zone, i.e. basin found in the <b>zones</b> parameter:
@@ -208,14 +209,13 @@
Comma Separated Values (CSV) file is best viewed through a spreadsheet
program such as Microsoft Excel, Libre/Open Office Calc or Google Docs:
-<p>
-<center>
-<img src="runivar_basins_elev_zonal.png" alt="TABLE" align="middle"
-width="900">
-<p>
-Figure: Raster statistics for zones (basins, North Carolina sample
-dataset) viewed through Libre/Open Office Calc
-</center>
+<div align="center" style="margin: 10px">
+<a href="runivar_basins_elev_zonal.png">
+<img src="runivar_basins_elev_zonal.png" width="600" alt="r.univar raster statistics" border=0><br>
+</a>
+<i>Figure: Raster statistics for zones (basins, North Carolina sample
+dataset) viewed through Libre/Open Office Calc.</i>
+</div>
<h2>TODO</h2>
More information about the grass-commit
mailing list