<div dir="ltr"><div>Dear grass-users,</div><div><br></div><div>HI! This is my first time writing to the list. I'm really interested in using the temporal modules for some spatio-temporal analysis of MODIS Cl-a mapped L3 product, but i can't even run the example in t.create manual page [0]. I'm using GRASS 7 (r59147, re-compiled yesterday) under Fedora 19.  </div>


<div><br></div><div>I'd like to know which are the steps I should follow to start working with these modules??? Do I need to install some extra package or library??? Here's what I've tried and the messages I got:<br>


</div><div><br></div><div>GRASS 7.0.svn (ll_wgs84):~ > t.connect -d</div><div>Default driver / database set to:</div><div>driver: sqlite</div><div>database: /home/veroandreo/grassdata//ll_wgs84/PERMANENT/tgis/sqlite.db</div>


<div><br></div><div>GRASS 7.0.svn (ll_wgs84):~ > t.connect -p</div><div>driver:sqlite</div><div>database:/home/veroandreo/grassdata//ll_wgs84/PERMANENT/tgis/sqlite.db</div><div><br></div><div>GRASS 7.0.svn (ll_wgs84):~ > MAPS="map_1 map_2 map_3 map_4 map_5 map_6 map_7"</div>


<div>GRASS 7.0.svn (ll_wgs84):~ > for map in ${MAPS} ; do</div><div>>     r.mapcalc --o expr="${map} = rand(0, 10)" </div><div>>     echo ${map} >> map_list.txt </div><div>> done</div><div><br>


</div><div>.... it creates the maps, of course, but then...</div><div><br></div><div>GRASS 7.0.svn (ll_wgs84):~ > t.create type=strds temporaltype=absolute output=precipitation_daily title="Daily precipitation" description="Test dataset with daily precipitation"</div>


<div>ERROR: Unable to receiving temporal database metadata.</div><div>Current temporal database info:</div><div>DBMI interface:..... sqlite3</div><div>Temporal database:..</div><div>/home/veroandreo/grassdata//ll_wgs84/PERMANENT/tgis/sqlite.db</div>


<div><br></div><div>GRASS 7.0.svn (ll_wgs84):~ > t.register -i type=rast input=precipitation_daily file=map_list.txt start=2012-08-20 increment="1 days"</div><div>ERROR: Unable to receiving temporal database metadata.</div>


<div>Current temporal database info:</div><div>DBMI interface:..... sqlite3</div><div>Temporal database:..</div><div>/home/veroandreo/grassdata//ll_wgs84/PERMANENT/tgis/sqlite.db</div><div><br></div><div>GRASS 7.0.svn (ll_wgs84):~ > <a href="http://t.info" target="_blank">t.info</a> type=strds input=precipitation_daily</div>


<div>ERROR: Unable to receiving temporal database metadata.</div><div>Current temporal database info:</div><div>DBMI interface:..... sqlite3</div><div>Temporal database:..</div><div>/home/veroandreo/grassdata//ll_wgs84/PERMANENT/tgis/sqlite.db</div>


<div><br></div><div>I've noticed there are 2 slashes in "/home/veroandreo/grassdata<b><font color="#ff0000">//</font></b>ll_wgs84/PERMANENT/tgis/sqlite.db" --> tried changing that by defining it with t.connect, but when i run the example gain, I got the same messages as before...</div>

<div><br></div><div>What am I doing wrong? or what am I lacking here??? Would you please help me???</div><div><br></div><div>THANKS A LOT IN ADVANCE! </div><div>And sorry for making (surely) a very silly question :P</div>


<div><br></div><div>Vero<br></div><div><br></div><div>[0] <a href="http://grass.osgeo.org/grass70/manuals/keywords.html" target="_blank">http://grass.osgeo.org/grass70/manuals/keywords.html</a><br></div><div><br></div></div>