[GRASS-SVN] r71372 - grass-addons/grass7/raster/r.seasons

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 10 06:49:20 PDT 2017


Author: mmetz
Date: 2017-08-10 06:49:20 -0700 (Thu, 10 Aug 2017)
New Revision: 71372

Modified:
   grass-addons/grass7/raster/r.seasons/r.seasons.html
Log:
r.seasons: explain core and full season

Modified: grass-addons/grass7/raster/r.seasons/r.seasons.html
===================================================================
--- grass-addons/grass7/raster/r.seasons/r.seasons.html	2017-08-10 13:40:43 UTC (rev 71371)
+++ grass-addons/grass7/raster/r.seasons/r.seasons.html	2017-08-10 13:49:20 UTC (rev 71372)
@@ -13,13 +13,16 @@
 for at most <em>n</em> number of seasons.
 
 <p>
+A season will not include gaps equal or longer than <em>max_gap</em>. 
 For each season, two start dates and two end dates are determined. The 
 start date start1 and the end date end1 indicate the start and end of 
 the core season, while the start date start2 and the end date end2 
-indicate the start and end of the full season including some gaps at 
-the beginning and end of the season. Gaps are shorter than 
-<em>max_gap</em>, that is, a season will not include gaps equal or 
-longer than <em>max_gap</em>.
+indicate the start and end of the full season including some periods 
+shorter than <em>min_length</em> separated by gaps shorter than 
+<em>max_gap</em> at the beginning and end of the season. A core season 
+will not include blocks shorter than <em>min_length</em>, while a full 
+season can have blocks shorter than <em>min_length</em> at the 
+beginning or end.
 
 <p>
 The length of the longest core and full season can be stored in output 



More information about the grass-commit mailing list