<div dir="ltr">Hi Soren! <div><br></div><div>Worked like a charm when creating a new location from scratch! </div><div>Thank you very much!</div><div><br></div><div>Vero<br><div class="gmail_extra"><br><br><div class="gmail_quote">
2014-03-01 19:06 GMT+01:00 Sören Gebbert <span dir="ltr"><<a href="mailto:soerengebbert@googlemail.com" target="_blank">soerengebbert@googlemail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear Veronica,<br>
it seems that the temporal database in the location that you use has<br>
been created with an older version of grass7. I have modified grass7<br>
in the last months to increase performance and reliability of the<br>
temporal framework and therefore changed the database format. The new<br>
API is not backward compatible.<br>
<br>
Can you please create a fresh location from scratch with the latest<br>
grass7 svn version? In case you want to use the same location, then<br>
please make a backup of the existing  temporal database (in case you<br>
have already data registered), by simple renaming it:<br>
<br>
mv /home/veroandreo/grassdata//ll_wgs84/PERMANENT/tgis/sqlite.db \<br>
     /home/veroandreo/grassdata//ll_wgs84/PERMANENT/tgis/sqlite.db.backup<br>
<br>
A new temporal database with the same name will be created, when you<br>
invoke any temporal command. You can access any data in the old<br>
database using a sqlite client application, or open office. You will<br>
need to install the grass7 svn version from August 2013, to use the<br>
old temporal database within grass7.<br>
<br>
Best regards<br>
Soeren<br>
<br>
2014-02-28 21:07 GMT+05:30 Veronica Andreo <<a href="mailto:veroandreo@gmail.com">veroandreo@gmail.com</a>>:<br>
<div><div class="h5">> Dear grass-users,<br>
><br>
> HI! This is my first time writing to the list. I'm really interested in<br>
> using the temporal modules for some spatio-temporal analysis of MODIS Cl-a<br>
> mapped L3 product, but i can't even run the example in t.create manual page<br>
> [0]. I'm using GRASS 7 (r59147, re-compiled yesterday) under Fedora 19.<br>
><br>
> I'd like to know which are the steps I should follow to start working with<br>
> these modules??? Do I need to install some extra package or library???<br>
> Here's what I've tried and the messages I got:<br>
><br>
> GRASS 7.0.svn (ll_wgs84):~ > t.connect -d<br>
> Default driver / database set to:<br>
> driver: sqlite<br>
> database: /home/veroandreo/grassdata//ll_wgs84/PERMANENT/tgis/sqlite.db<br>
><br>
> GRASS 7.0.svn (ll_wgs84):~ > t.connect -p<br>
> driver:sqlite<br>
> database:/home/veroandreo/grassdata//ll_wgs84/PERMANENT/tgis/sqlite.db<br>
><br>
> GRASS 7.0.svn (ll_wgs84):~ > MAPS="map_1 map_2 map_3 map_4 map_5 map_6<br>
> map_7"<br>
> GRASS 7.0.svn (ll_wgs84):~ > for map in ${MAPS} ; do<br>
>>     r.mapcalc --o expr="${map} = rand(0, 10)"<br>
>>     echo ${map} >> map_list.txt<br>
>> done<br>
><br>
> .... it creates the maps, of course, but then...<br>
><br>
> GRASS 7.0.svn (ll_wgs84):~ > t.create type=strds temporaltype=absolute<br>
> output=precipitation_daily title="Daily precipitation" description="Test<br>
> dataset with daily precipitation"<br>
> ERROR: Unable to receiving temporal database metadata.<br>
> Current temporal database info:<br>
> DBMI interface:..... sqlite3<br>
> Temporal database:..<br>
> /home/veroandreo/grassdata//ll_wgs84/PERMANENT/tgis/sqlite.db<br>
><br>
> GRASS 7.0.svn (ll_wgs84):~ > t.register -i type=rast<br>
> input=precipitation_daily file=map_list.txt start=2012-08-20 increment="1<br>
> days"<br>
> ERROR: Unable to receiving temporal database metadata.<br>
> Current temporal database info:<br>
> DBMI interface:..... sqlite3<br>
> Temporal database:..<br>
> /home/veroandreo/grassdata//ll_wgs84/PERMANENT/tgis/sqlite.db<br>
><br>
> GRASS 7.0.svn (ll_wgs84):~ > <a href="http://t.info" target="_blank">t.info</a> type=strds input=precipitation_daily<br>
> ERROR: Unable to receiving temporal database metadata.<br>
> Current temporal database info:<br>
> DBMI interface:..... sqlite3<br>
> Temporal database:..<br>
> /home/veroandreo/grassdata//ll_wgs84/PERMANENT/tgis/sqlite.db<br>
><br>
> I've noticed there are 2 slashes in<br>
> "/home/veroandreo/grassdata//ll_wgs84/PERMANENT/tgis/sqlite.db" --> tried<br>
> changing that by defining it with t.connect, but when i run the example<br>
> gain, I got the same messages as before...<br>
><br>
> What am I doing wrong? or what am I lacking here??? Would you please help<br>
> me???<br>
><br>
> THANKS A LOT IN ADVANCE!<br>
> And sorry for making (surely) a very silly question :P<br>
><br>
> Vero<br>
><br>
> [0] <a href="http://grass.osgeo.org/grass70/manuals/keywords.html" target="_blank">http://grass.osgeo.org/grass70/manuals/keywords.html</a><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> grass-user mailing list<br>
> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</blockquote></div><br></div></div></div>