<div dir="auto">Dear Rich,<div dir="auto"><br></div><div dir="auto">If your maps represent intervals, then yes, it is correct to use -i. What -i does is create intervals of the given increment (1 day) starting from the start date that you pass (2013-11-15). </div><div dir="auto"><br></div><div dir="auto">You can check the results of using -i and not using it, with <a href="http://t.info">t.info</a> and t.rast.list. if you do not use the flag what you get is time instances or time points (maps with only start time). But again, it all depends on the data you have.</div><div dir="auto"><br></div><div dir="auto">HTH,</div><div dir="auto">Vero</div><br><div class="gmail_extra" dir="auto"><br><div class="gmail_quote">El 21 feb. 2017 11:05 p. m., "Rich Shepard" <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> escribió:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">  Having read the temporal data processing/maps registration wiki page I<br>
want to check that I'm using the correct t.register syntax for my data.<br>
<br>
  A series of maps exists with names of the format 'rainfall_YYYYMMDD'.<br>
While these define the start_time and end_time each file represents one<br>
day's value (as an hourly rate) so I believe that I can use a start_time and<br>
duration description:<br>
<br>
t.register -i input=rainfall maps='g.list type=raster pattern=rainfall_*' \<br>
separator=comma start='2013-11-15' increment='1 days'<br>
<br>
  Is this correct? Or, should I use:<br>
<br>
t.register input=precipitacion maps='g.list type=raster pattern=rainfall_* \<br>
separator=comma start="2013-11-15" increment="1 days"<br>
<br>
without the '-i' option?<div class="elided-text"><br>
<br>
Rich<br>
<br>
______________________________<wbr>_________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailma<wbr>n/listinfo/grass-user</a></div></blockquote></div><br></div></div>