[GRASS-SVN] r41750 - grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 8 04:16:34 EDT 2010


Author: neteler
Date: 2010-04-08 04:16:32 -0400 (Thu, 08 Apr 2010)
New Revision: 41750

Modified:
   grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/description.html
Log:
HTML fixes

Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/description.html	2010-04-06 19:30:01 UTC (rev 41749)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/description.html	2010-04-08 08:16:32 UTC (rev 41750)
@@ -26,12 +26,16 @@
 To calculate edge density index on map my_map, using
 my_conf configuration file and saving results in
 my_out file run:<br>
-<B>r.li.edgedensity map=</B>my_map <B>conf=</B>my_conf <B>output=</B>my_out <br><br>
+<div class="code"><pre>
+r.li.edgedensity map=my_map conf=my_conf output=my_out
+</pre></div>
+
 To calculate edge density index of patch_type 34, using
 my_conf configuration file and on map my_map, saving results in my_out
 file run:<br>
-<B>r.li.edgedensity map=</B>my_map <B>conf=</B>my_conf <B>output=</B>my_out <B>patch_type=</B>34
-<br>
+<div class="code"><pre>
+r.li.edgedensity map=my_map conf=my_conf output=my_out patch_type=34
+</pre></div>
 
 <h2>NOTES</h2>
 Do not use absolute path names for output files. They are raster if
@@ -43,7 +47,9 @@
 If area is 0 r.li.edgedensity returns -1; this is possible only if input
 raster is masked.
 If you want to have null values instead run <br>
-<B>r.null setnull=-1 map=</B>my_map <br>
+<div class="code"><pre>
+r.null setnull=-1 map=my_map
+</pre></div>
 after index calculation.
 
 <h2>SEE ALSO</h2>



More information about the grass-commit mailing list