[GRASS-SVN] r61682 - in grass/branches/releasebranch_6_4/raster/r.li: . r.li.cwed r.li.dominance r.li.edgedensity r.li.mpa r.li.mps r.li.padcv r.li.padrange r.li.padsd r.li.patchdensity r.li.patchnum r.li.pielou r.li.renyi r.li.richness r.li.setup r.li.shannon r.li.shape r.li.simpson
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 18 13:13:41 PDT 2014
Author: hellik
Date: 2014-08-18 13:13:41 -0700 (Mon, 18 Aug 2014)
New Revision: 61682
Modified:
grass/branches/releasebranch_6_4/raster/r.li/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.mpa/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.mps/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.padcv/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.padrange/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.padsd/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.patchdensity/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.patchnum/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.pielou/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.renyi/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.richness/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/description.html
grass/branches/releasebranch_6_4/raster/r.li/r.li.simpson/description.html
Log:
r.li.*: better wording in manual for folder where conf file is stored in windows platform
Modified: grass/branches/releasebranch_6_4/raster/r.li/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -57,7 +57,7 @@
<li>run <em>r.li.setup</em>: create a configuration file selecting
the parts of raster map to be analyzed. This file allows to re-run
an analysis easily. It is stored on MS-Windows in the directory
- <tt>C:\Users\normal\.r.li\history\</tt>, on GNU/Linux in
+ <tt>C:\Users\userxy\.r.li\history\</tt>, on GNU/Linux in
<tt>$HOME/.r.li/history/</tt>. <!-- TODO: and Mac OSX? -->
<li>run one or more of the <em>r.li.<b>[index]</b></em> modules (e.g.,
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.cwed/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -27,7 +27,7 @@
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
-the folder <tt>C:\Users\normal\.r.li\output\</tt>
+the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<p>
<!-- TODO: verify next: -->
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -16,7 +16,7 @@
file/map parameters.
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
-the folder <tt>C:\Users\normal\.r.li\output\</tt>
+the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<p>
<!-- TODO: verify next: -->
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 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.edgedensity/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -28,7 +28,7 @@
file/map parameters.
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
-the folder <tt>C:\Users\normal\.r.li\output\</tt>
+the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<p>
<!-- TODO: verify next: -->
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.mpa/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.mpa/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.mpa/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -17,7 +17,7 @@
file/map parameters.
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
-the folder <tt>C:\Users\normal\.r.li\output\</tt>
+the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<p>
<!-- TODO: verify next: -->
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.mps/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.mps/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.mps/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -27,7 +27,7 @@
file/map parameters.
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
-the folder <tt>C:\Users\normal\.r.li\output\</tt>
+the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<p>
<!-- TODO: verify next: -->
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.padcv/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.padcv/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.padcv/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -18,7 +18,7 @@
file/map parameters.
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
-the folder <tt>C:\Users\normal\.r.li\output\</tt>
+the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<p>
If input raster is not full of null values <em>r.li.padcv</em> returns a value >=0 that is PADcv. <br>
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.padrange/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.padrange/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.padrange/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -19,7 +19,7 @@
file/map parameters.
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
-the folder <tt>C:\Users\normal\.r.li\output\</tt>
+the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<p>
<!-- TODO: verify next: -->
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.padsd/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.padsd/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.padsd/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -20,7 +20,7 @@
file/map parameters.
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
-the folder <tt>C:\Users\normal\.r.li\output\</tt>
+the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<p>
If input raster is not full of null values <em>r.li.padsd</em> returns a
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.patchdensity/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.patchdensity/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.patchdensity/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -22,7 +22,7 @@
file/map parameters.
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
-the folder <tt>C:\Users\normal\.r.li\output\</tt>
+the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<p>
<!-- TODO: verify next: -->
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.patchnum/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.patchnum/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.patchnum/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -13,7 +13,7 @@
file/map parameters.
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
-the folder <tt>C:\Users\normal\.r.li\output\</tt>
+the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<p>
<!-- TODO verify: -->
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.pielou/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.pielou/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.pielou/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -15,7 +15,7 @@
file/map parameters.
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
-the folder <tt>C:\Users\normal\.r.li\output\</tt>
+the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<p>
<!-- TODO: verify next: -->
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.renyi/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.renyi/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.renyi/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -18,7 +18,7 @@
file/map parameters.
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
-the folder <tt>C:\Users\normal\.r.li\output\</tt>
+the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<p>
<!-- TODO: verify next: -->
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.richness/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.richness/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.richness/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -16,7 +16,7 @@
file/map parameters.
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
-the folder <tt>C:\Users\normal\.r.li\output\</tt>
+the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<p>
<!-- TODO: verify next: -->
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -49,13 +49,13 @@
rectangles with differents colors (green for the raster map, red for
the sample frame and blue for the sample areas), and other notes
(disposition of sample areas etc). The configuration file is saved in
- the folder <tt>C:\Users\normal\.r.li\history\my_conf</tt> (MS-Windows) or
+ the folder <tt>C:\Users\userxy\.r.li\history\my_conf</tt> (MS-Windows) or
<tt>$HOME/.r.li/history/my_conf</tt> (GNU/Linux) (the file name can
be defined by the user).
The output can either be a new raster map (in case of
using a "moving window" analysis) or be an ASCII text file (when not
performing a "moving window" analysis) containing the result which
- is then saved to the folder <tt>C:\Users\normal\.r.li\output\</tt>
+ is then saved to the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<br>
<!-- TODO: applies to all output or only ASCII output?? -->
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -16,7 +16,7 @@
file/map parameters.
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
-the folder <tt>C:\Users\normal\.r.li\output\</tt>
+the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<p>
<!-- TODO: verify next: -->
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.shape/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -17,7 +17,7 @@
file/map parameters.
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
-the folder <tt>C:\Users\normal\.r.li\output\</tt>
+the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<p>
<!-- TODO: verify next: -->
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.simpson/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.simpson/description.html 2014-08-18 19:59:48 UTC (rev 61681)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.simpson/description.html 2014-08-18 20:13:41 UTC (rev 61682)
@@ -16,7 +16,7 @@
file/map parameters.
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
-the folder <tt>C:\Users\normal\.r.li\output\</tt>
+the folder <tt>C:\Users\userxy\.r.li\output\</tt>
(MS-Windows) or <tt>$HOME/.r.li/output/</tt> (GNU/Linux).
<p>
<!-- TODO: verify next: -->
More information about the grass-commit
mailing list