[GRASS-SVN] r68707 - grass-addons/grass7/raster/r.bioclim

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 17 09:24:24 PDT 2016


Author: neteler
Date: 2016-06-17 09:24:24 -0700 (Fri, 17 Jun 2016)
New Revision: 68707

Modified:
   grass-addons/grass7/raster/r.bioclim/r.bioclim.html
   grass-addons/grass7/raster/r.bioclim/r.bioclim.py
Log:
r.bioclim addon: fix parameter description (contributed by Vero Andreo)

Modified: grass-addons/grass7/raster/r.bioclim/r.bioclim.html
===================================================================
--- grass-addons/grass7/raster/r.bioclim/r.bioclim.html	2016-06-17 11:24:28 UTC (rev 68706)
+++ grass-addons/grass7/raster/r.bioclim/r.bioclim.html	2016-06-17 16:24:24 UTC (rev 68707)
@@ -3,7 +3,7 @@
 <em><b>r.bioclim</b></em> calculates various bioclimatic indices from 
 monthly temperature and optional precipitation time series. The time 
 series can be averages for several years or monthly values for a 
-specific year. In any case all 12 months must be provided. It a 
+specific year. In any case all 12 months must be provided. If a 
 precipitation time series is not provided, only those indices based on 
 temperature are calculated. The names of the output maps are 
 <output>bio01, <output>bio02, <output>bio03, etc. If 

Modified: grass-addons/grass7/raster/r.bioclim/r.bioclim.py
===================================================================
--- grass-addons/grass7/raster/r.bioclim/r.bioclim.py	2016-06-17 11:24:28 UTC (rev 68706)
+++ grass-addons/grass7/raster/r.bioclim/r.bioclim.py	2016-06-17 16:24:24 UTC (rev 68707)
@@ -40,7 +40,7 @@
 #%option G_OPT_R_INPUTS
 #% key: precipitation
 #% label: Monthly precipitation
-#% description: Monthly maximum temperatures for 12 months
+#% description: Monthly average precipitation for 12 months
 #% required: NO
 #%end
 #%option



More information about the grass-commit mailing list