<div dir="ltr"><div>Hi Richard, <br></div><div><br></div><div>To create a vector time series, you need to think of each vector map as either a time instance or an interval. Here's a reproducible example to run in North Carolina Location</div><div><br><pre><font size="2">Save the following as coords.txt<br><br>1664619|5103481<br>1664473|5095782<br>1664273|5101919<br>1663427|5105234<br>1663709|5102614<br><br># create a vector of points<br>v.in.ascii input=coords.txt output=mymap1<br><br># copy it over<br>for i in `seq 2 9` ; do<br>g.copy vector=mymap1,mymap${i}<br>done<br><br># get the list of maps<br>g.list vect pattern=mymap* > list<br><br># create the stds<br>t.create type=stvds temporaltype=absolute output=bla title="Bla bla" description="Bla bla bla"<br><br># assign time stamps to maps<br>t.register -i type=vector input=bla file=list start="2018-09-01" increment="1 month"<br><br># check info<br><a href="http://t.info">t.info</a> type=stvds input=<br>bla<br><br># check list of maps with dates<br>t.vect.list bla</font><br><font size="2"><span style="font-family:arial,sans-serif"><br>HTH,<br>Vero</span></font></pre></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El vie, 5 mar 2021 a las 16:50, Richard Duivenvoorde (<<a href="mailto:rdmailings@duif.net">rdmailings@duif.net</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Users,<br>
<br>
I'm a virgin GRASS user, let's be honest.<br>
<br>
I'm able to load some shp file with 2 datetime columns in it, in GRASS.<br>
<br>
But now I try to register it as a Temporal dataset... but fail.<br>
I packed it, and try to 'import' it<br>
I tar'ed the location and tried to import it (grass was asking for a tar so...)<br>
<br>
I see: "grass.exceptions.ScriptError: Unable to find init file" a lot...<br>
<br>
Most docs/examples I see are about rasterdata.<br>
Does anybody have some example or pointer to howto to 'easy load' a shape file with 2 datetime columns?<br>
<br>
Thanks,<br>
<br>
Richard Duivenvoorde<br>
<br>
<br>
_______________________________________________<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/mailman/listinfo/grass-user</a><br>
</blockquote></div>