[GRASS-SVN] r70455 - in grass-addons/grass7: imagery/i.superpixels.slic imagery/i.wi raster/r.edm.eval raster/r.series.diversity temporal/t.rast.out.xyz

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 29 11:50:33 PST 2017


Author: veroandreo
Date: 2017-01-29 11:50:33 -0800 (Sun, 29 Jan 2017)
New Revision: 70455

Modified:
   grass-addons/grass7/imagery/i.superpixels.slic/main.c
   grass-addons/grass7/imagery/i.wi/main.c
   grass-addons/grass7/raster/r.edm.eval/r.edm.eval.html
   grass-addons/grass7/raster/r.series.diversity/r.series.diversity.py
   grass-addons/grass7/temporal/t.rast.out.xyz/t.rast.out.xyz.html
Log:
addons manual: fix typos in descriptions and examples in some manual pages

Modified: grass-addons/grass7/imagery/i.superpixels.slic/main.c
===================================================================
--- grass-addons/grass7/imagery/i.superpixels.slic/main.c	2017-01-29 19:44:15 UTC (rev 70454)
+++ grass-addons/grass7/imagery/i.superpixels.slic/main.c	2017-01-29 19:50:33 UTC (rev 70455)
@@ -6,7 +6,7 @@
  *               Markus Metz
  *               based on the C++ SLIC implmenetation from:  
  *               http://ivrl.epfl.ch/research/superpixels
- * PURPOSE:      Perform superpixel segmenation
+ * PURPOSE:      Perform superpixel segmentation
  *
  * This code performs superpixel segmentation as explained in the paper:
  * "SLIC Superpixels", Radhakrishna Achanta, Appu Shaji, 

Modified: grass-addons/grass7/imagery/i.wi/main.c
===================================================================
--- grass-addons/grass7/imagery/i.wi/main.c	2017-01-29 19:44:15 UTC (rev 70454)
+++ grass-addons/grass7/imagery/i.wi/main.c	2017-01-29 19:50:33 UTC (rev 70455)
@@ -66,7 +66,7 @@
     G_add_keyword(_("index"));
     G_add_keyword(_("biophysical"));
     module->description =
-	_("Calculates different types of vegetation indices.");
+	_("Calculates different types of water indices.");
     
     /* Define the different options */
 

Modified: grass-addons/grass7/raster/r.edm.eval/r.edm.eval.html
===================================================================
--- grass-addons/grass7/raster/r.edm.eval/r.edm.eval.html	2017-01-29 19:44:15 UTC (rev 70454)
+++ grass-addons/grass7/raster/r.edm.eval/r.edm.eval.html	2017-01-29 19:50:33 UTC (rev 70455)
@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-<p><em>r.edm.eval</em> is an environmentalal distribution model evaluation script. This addon is a GRASS GIS wrapper for a R script. The function returns a number of evaluation statistics (on the command line and as text file with user defined name), including the AUC, maximum sum of specificity and sensitivity (spec. + sens), the maximum true skill statistic (TSS - which is just spec + sens - 1), and the the maximum kappa. For all three statistics, the corresponding probabilty threshold values are also given.
+<p><em>r.edm.eval</em> is an environmental distribution model evaluation script. This addon is a GRASS GIS wrapper for a R script. The function returns a number of evaluation statistics (on the command line and as text file with user defined name), including the AUC, maximum sum of specificity and sensitivity (spec. + sens), the maximum true skill statistic (TSS - which is just spec + sens - 1), and the the maximum kappa. For all three statistics, the corresponding probabilty threshold values are also given.
 
 <p>In addition, a csv file (with user-defined name) is created with the number of true and false positives (TP,FP), true and false negatives (TN,FN), the true and false positive rate (TPR,FPR), the true negative rate (TNR) and the three statistics mentioned above are given. The user can use this to create for example the receiver operating characteristic (ROC) curve and other evaluation statistics in her/his favorite software.
 

Modified: grass-addons/grass7/raster/r.series.diversity/r.series.diversity.py
===================================================================
--- grass-addons/grass7/raster/r.series.diversity/r.series.diversity.py	2017-01-29 19:44:15 UTC (rev 70454)
+++ grass-addons/grass7/raster/r.series.diversity/r.series.diversity.py	2017-01-29 19:50:33 UTC (rev 70455)
@@ -5,7 +5,7 @@
 #
 # MODULE:       r.series.diversity
 # AUTHOR(S):    Paulo van Breugel <p.vanbreugel AT gmail.com>
-# PURPOSE:      Compute biodiversity indici over input layers
+# PURPOSE:      Compute biodiversity indices over input layers
 #
 # COPYRIGHT: (C) 2014 Paulo van Breugel
 #            http://ecodiv.org
@@ -18,7 +18,7 @@
 ########################################################################
 #
 #%Module
-#% description: Compute diversity indici over input layers
+#% description: Compute diversity indices over input layers
 #% keyword: raster
 #% keyword: diversity index
 #% keyword: renyi entrophy

Modified: grass-addons/grass7/temporal/t.rast.out.xyz/t.rast.out.xyz.html
===================================================================
--- grass-addons/grass7/temporal/t.rast.out.xyz/t.rast.out.xyz.html	2017-01-29 19:44:15 UTC (rev 70454)
+++ grass-addons/grass7/temporal/t.rast.out.xyz/t.rast.out.xyz.html	2017-01-29 19:50:33 UTC (rev 70455)
@@ -5,17 +5,22 @@
 
 <h2>NOTES</h2>
 
-This module will by default not export x,y coordinates for raster cells
+By default, this module does not export x,y coordinates for raster cells
 containing a NULL value. This includes cells masked by a raster MASK.
-Using the flag <b>-i</b> also these raster cells will be included in the
-exported data.
+However, using the flag <b>-i</b> also these raster cells will be included in 
+the exported data.
 
-<em>t.rast.out.xyz</em> is simply a front-end to "<tt>r.out.xyz</tt>".
+<em>t.rast.out.xyz</em> is simply a front-end for "<tt>r.out.xyz</tt>".
 
 <h2>EXAMPLE</h2>
 
 <div class="code"><pre>
-t.rast.out.xyz input=mystrds output=/tmp/mystrds.csv
+# export strds without NULL cells
+t.rast.out.xyz strds=mystrds output=/tmp/mystrds.csv
+
+# export strds including NULL cells and for a certain time period
+t.rast.out.xyz -i strds=mystrds output=/tmp/mystrds.csv \
+ where="start_time > '2010-01-01 00:00:00'"
 </pre></div>
 
 <h2>SEE ALSO</h2>



More information about the grass-commit mailing list