[GRASS-SVN] r59314 - grass/trunk/temporal/t.register

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 24 11:12:00 PDT 2014


Author: neteler
Date: 2014-03-24 11:12:00 -0700 (Mon, 24 Mar 2014)
New Revision: 59314

Modified:
   grass/trunk/temporal/t.register/t.register.html
Log:
t.register manual: add MODIS timestamp example

Modified: grass/trunk/temporal/t.register/t.register.html
===================================================================
--- grass/trunk/temporal/t.register/t.register.html	2014-03-24 17:44:48 UTC (rev 59313)
+++ grass/trunk/temporal/t.register/t.register.html	2014-03-24 18:12:00 UTC (rev 59314)
@@ -32,7 +32,7 @@
 <p>
 
 
-<h2>INPUT FILE FOTMAT</h2>
+<h2>INPUT FILE FORMAT</h2>
 
 Specification of map names:
 <div class="code"><pre>
@@ -43,7 +43,8 @@
 prec_5
 prec_6
 </pre></div>
-Specification of map names and the absolut start time of the time instances:
+
+Specification of map names and the absolute start time (date) of the time instances:
 <div class="code"><pre>
 prec_1|2001-01-01
 prec_2|2001-02-01
@@ -52,6 +53,16 @@
 prec_5|2001-05-01
 prec_6|2001-06-01
 </pre></div>
+
+Specification of map names and the absolute time stamp (datetime):
+<div class="code"><pre>
+terra_lst_day20020113|2002-01-13 10:30
+terra_lst_day20020114|2002-01-14 10:30
+terra_lst_day20020115|2002-01-15 10:30
+terra_lst_day20020116|2002-01-16 10:30
+terra_lst_day20020117|2002-01-17 10:30
+</pre></div>
+
 Specification of the map name and the absolute time interval with start and end time:
 <div class="code"><pre>
 prec_1|2001-01-01|2001-04-01



More information about the grass-commit mailing list