<div dir="ltr">Hi Martin,<div>by default the temporal databases are mapset specific. In addition the temporal framework does not allow to register maps from other mapsets in a space time dataset. Hence space time datasets are mapset specific as well. </div><div><br></div><div>The reason for this are permission considerations. Several temporal commands that modify space time datasets will also modify the registered map layers. Changing the time stamps for layers will always trigger the modification of map layer metadata (time stamp files in the map layer directories). If you do not have write permissions on the mapset from which you have registered the maps, then all these commands will fail and maybe the temporal database will have issues afterwards.</div><div><br></div><div>However, in "THEORY" you can set the database connection for each mapset to point to a single database. Then you must set the TGIS_DISABLE_MAPSET_CHECK environment variable, so that the temporal framework does allow that map layers from different mapset can be registered in a single space time dataset. I have not tested this and there are no gunittests  available yet that check for this hidden feature.</div><div><br></div><div>Best regards</div><div>Soeren </div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-04-17 12:08 GMT+02:00 Martin Landa <span dir="ltr"><<a href="mailto:landa.martin@gmail.com" target="_blank">landa.martin@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I wonder why it's not possible to register in temporal dataset maps<br>
from other mapsets?<br>
<br>
Module `t.register` fails to register maps from PERMANENT mapset in my<br>
current mapset (`landa):<br>
<br>
t.create output=modis title="MODIS 2002" desc="Ukazkovy casoprostorovy<br>
dataset MODIS"<br>
g.list type=raster mapset=PERMANENT sep='newline' out=maps.txt -m<br>
t.register input=modis file=maps.txt sep='newline'<br>
ERROR: Unable to execute sql statement. There is no temporal database<br>
connection defined for mapset <PERMANENT><br>
<br>
So I am able to register only maps from the current mapset. Why? Ma<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Martin Landa<br>
<a href="http://geo.fsv.cvut.cz/gwiki/Landa" rel="noreferrer" target="_blank">http://geo.fsv.cvut.cz/gwiki/Landa</a><br>
<a href="http://gismentors.cz/mentors/landa" rel="noreferrer" target="_blank">http://gismentors.cz/mentors/landa</a><br>
_______________________________________________<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" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a></font></span></blockquote></div><br></div>