[GRASS-SVN] r66006 - in grass/branches/releasebranch_7_0/temporal: t.register t.remove t.snap
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 24 09:27:10 PDT 2015
Author: neteler
Date: 2015-08-24 09:27:10 -0700 (Mon, 24 Aug 2015)
New Revision: 66006
Modified:
grass/branches/releasebranch_7_0/temporal/t.register/t.register.html
grass/branches/releasebranch_7_0/temporal/t.remove/t.remove.html
grass/branches/releasebranch_7_0/temporal/t.snap/t.snap.html
Log:
temporal manual: g.list calls updated (trunk, r66005)
Modified: grass/branches/releasebranch_7_0/temporal/t.register/t.register.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.register/t.register.html 2015-08-24 16:26:08 UTC (rev 66005)
+++ grass/branches/releasebranch_7_0/temporal/t.register/t.register.html 2015-08-24 16:27:10 UTC (rev 66006)
@@ -85,7 +85,7 @@
<div class="code"><pre>
t.register -i type=raster input=precipitation_monthly \
- maps=`g.list rast patt=*precip* sep=,` start=2009-01-01 \
+ maps=`g.list raster pattern="*precip*" sep=comma` start=2009-01-01 \
increment="1 months"
</pre></div>
Modified: grass/branches/releasebranch_7_0/temporal/t.remove/t.remove.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.remove/t.remove.html 2015-08-24 16:26:08 UTC (rev 66005)
+++ grass/branches/releasebranch_7_0/temporal/t.remove/t.remove.html 2015-08-24 16:27:10 UTC (rev 66006)
@@ -27,7 +27,7 @@
#Register maps from sample dataset (selecting a subset with g.list)
t.register -i type=raster input=precip_months_sum \
- maps=$(g.list type=raster pattern=201*_precip separator=comma) \
+ maps=$(g.list type=raster pattern="201*_precip" separator=comma) \
start="2010-01-01" increment="1 months"
#Create some new data by aggregating with 1 years granularity
Modified: grass/branches/releasebranch_7_0/temporal/t.snap/t.snap.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.snap/t.snap.html 2015-08-24 16:26:08 UTC (rev 66005)
+++ grass/branches/releasebranch_7_0/temporal/t.snap/t.snap.html 2015-08-24 16:27:10 UTC (rev 66006)
@@ -29,7 +29,7 @@
description="Dataset with monthly precipitation"
t.register type=raster input=precipitation_monthly \
- maps=`g.list type=raster patt=2012*precip sep=,` \
+ maps=`g.list type=raster pattern="2012*precip" sep=comma` \
start=2012-01-01 increment="1 months"
# please take attention to "Temporal type of maps" value
More information about the grass-commit
mailing list