Browse Source

temporal manual: g.list calls updated (trunk, https://trac.osgeo.org/grass/changeset/66005)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@66006 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 years ago
parent
commit
9432feb79a

+ 1 - 1
temporal/t.register/t.register.html

@@ -85,7 +85,7 @@ Register maps in a absolute space time dataset, creating a time interval
 
 <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>
 

+ 1 - 1
temporal/t.remove/t.remove.html

@@ -27,7 +27,7 @@ t.create output=precip_months_sum semantictype=mean \
 
 #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

+ 1 - 1
temporal/t.snap/t.snap.html

@@ -29,7 +29,7 @@ t.create type=strds temporaltype=absolute \
          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