Browse Source

temporal manual: explain usage of temporal databases stored in other mapsets

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66261 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 years ago
parent
commit
328f3a8519

+ 6 - 0
temporal/t.info/t.info.html

@@ -15,6 +15,12 @@ information and metadata are stored in the temporal database.
 In addition, information about the chosen temporal database backend
 In addition, information about the chosen temporal database backend
 can be reported.
 can be reported.
 
 
+<h2>NOTES</h2>
+
+Temporal databases stored in other mapsets can be used as long as they
+are in the user's current mapset search path (managed with
+<a href="g.mapsets.html">g.mapsets</a>).
+
 <h2>EXAMPLES</h2>
 <h2>EXAMPLES</h2>
 
 
 <h3>Temporal DBMI information</h3>
 <h3>Temporal DBMI information</h3>

+ 7 - 3
temporal/t.list/t.list.html

@@ -13,9 +13,13 @@ specified to select a subset of the requested datasets.
 
 
 <h2>NOTES</h2>
 <h2>NOTES</h2>
 
 
-The SQL where and sort expression will be applied for each temporal
-database that was found in accessible mapsets. Hence sorting works only
-on mapset basis.
+The SQL <em>where</em> and <em>sort</em> expression will be applied for
+each temporal database that was found in accessible mapsets. Hence
+sorting works only on mapset basis.
+<p>
+Temporal databases stored in other mapsets can be used as long as they
+are in the user's current mapset search path (managed with
+<a href="g.mapsets.html">g.mapsets</a>).
 
 
 <h2>EXAMPLES</h2>
 <h2>EXAMPLES</h2>
 
 

+ 6 - 0
temporal/t.merge/t.merge.html

@@ -13,6 +13,12 @@ Maps from the input space time datasets will be registered only once in
 the output space time dataset, hence the same maps can be registered in 
 the output space time dataset, hence the same maps can be registered in 
 different input space time datasets.
 different input space time datasets.
 
 
+<h2>NOTES</h2>
+
+Temporal databases stored in other mapsets can be used as long as they
+are in the user's current mapset search path (managed with
+<a href="g.mapsets.html">g.mapsets</a>).
+
 <h2>Examples</h2>
 <h2>Examples</h2>
 
 
 In this example we will create two space time raster datasets and 
 In this example we will create two space time raster datasets and 

+ 6 - 3
temporal/temporalintro.html

@@ -21,7 +21,10 @@ are based on the GRASS GIS temporal framework.
 <h3>Temporal data management in general</h3>
 <h3>Temporal data management in general</h3>
 
 
 Space time datasets are stored in a temporal database. SQLite3 or 
 Space time datasets are stored in a temporal database. SQLite3 or 
-PostgreSQL are supported as SQL database back end. 
+PostgreSQL are supported as SQL database back end. Temporal databases
+stored in other mapsets can be used as long as they are in the
+user's current mapset search path (managed with <a href="g.mapsets.html">g.mapsets</a>).
+<p>
 Connection settings are performed with <a href="t.connect.html">t.connect</a>.
 Connection settings are performed with <a href="t.connect.html">t.connect</a>.
 As default a sqlite3 database will be created in the current mapset that
 As default a sqlite3 database will be created in the current mapset that
 stores all space time datasets and registered time series maps.
 stores all space time datasets and registered time series maps.
@@ -187,10 +190,10 @@ pendants but with 3D raster map layers:
 <li>Gebbert, S., Pebesma, E., 2014. TGRASS: A temporal GIS for field based
 <li>Gebbert, S., Pebesma, E., 2014. TGRASS: A temporal GIS for field based
     environmental modeling. Environmental Modelling &amp; Software 53, 1-12.
     environmental modeling. Environmental Modelling &amp; Software 53, 1-12.
     (<a href="http://dx.doi.org/10.1016/j.envsoft.2013.11.001">DOI</a>)</li>
     (<a href="http://dx.doi.org/10.1016/j.envsoft.2013.11.001">DOI</a>)</li>
+<li><a href="http://grasswiki.osgeo.org/wiki/Temporal_data_processing">Temporal data processing</a> (Wiki)</li>
 <li>Vaclav Petras, Anna Petrasova, Helena Mitasova, Markus Neteler, <b>FOSS4G 2014 workshop</b>: <br>
 <li>Vaclav Petras, Anna Petrasova, Helena Mitasova, Markus Neteler, <b>FOSS4G 2014 workshop</b>: <br>
     <a href="http://fatra.cnr.ncsu.edu/temporal-grass-workshop/">Spatio-temporal data handling and visualization in GRASS GIS</a></li>
     <a href="http://fatra.cnr.ncsu.edu/temporal-grass-workshop/">Spatio-temporal data handling and visualization in GRASS GIS</a></li>
-<li><a href="http://grasswiki.osgeo.org/wiki/Temporal_data_processing">Temporal data processing</a> (Wiki)</li>
-<li><a href="http://www.geostat-course.org/Topic_Gebbert">GEOSTAT TGRASS Course</a></li>
+<li><a href="http://www.geostat-course.org/Topic_Gebbert">GEOSTAT 2012 TGRASS Course</a></li>
 </ul>
 </ul>