[GRASS-SVN] r66262 - in grass/branches/releasebranch_7_0/temporal: . t.info t.list t.merge

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 18 17:49:05 PDT 2015


Author: neteler
Date: 2015-09-18 17:49:05 -0700 (Fri, 18 Sep 2015)
New Revision: 66262

Modified:
   grass/branches/releasebranch_7_0/temporal/t.info/t.info.html
   grass/branches/releasebranch_7_0/temporal/t.list/t.list.html
   grass/branches/releasebranch_7_0/temporal/t.merge/t.merge.html
   grass/branches/releasebranch_7_0/temporal/temporalintro.html
Log:
temporal manual: explain usage of temporal databases stored in other mapsets

Modified: grass/branches/releasebranch_7_0/temporal/t.info/t.info.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.info/t.info.html	2015-09-19 00:48:31 UTC (rev 66261)
+++ grass/branches/releasebranch_7_0/temporal/t.info/t.info.html	2015-09-19 00:49:05 UTC (rev 66262)
@@ -15,6 +15,12 @@
 In addition, information about the chosen temporal database backend
 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>
 
 <h3>Temporal DBMI information</h3>

Modified: grass/branches/releasebranch_7_0/temporal/t.list/t.list.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.list/t.list.html	2015-09-19 00:48:31 UTC (rev 66261)
+++ grass/branches/releasebranch_7_0/temporal/t.list/t.list.html	2015-09-19 00:49:05 UTC (rev 66262)
@@ -13,9 +13,13 @@
 
 <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>
 

Modified: grass/branches/releasebranch_7_0/temporal/t.merge/t.merge.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.merge/t.merge.html	2015-09-19 00:48:31 UTC (rev 66261)
+++ grass/branches/releasebranch_7_0/temporal/t.merge/t.merge.html	2015-09-19 00:49:05 UTC (rev 66262)
@@ -13,6 +13,12 @@
 the output space time dataset, hence the same maps can be registered in 
 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>
 
 In this example we will create two space time raster datasets and 

Modified: grass/branches/releasebranch_7_0/temporal/temporalintro.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/temporalintro.html	2015-09-19 00:48:31 UTC (rev 66261)
+++ grass/branches/releasebranch_7_0/temporal/temporalintro.html	2015-09-19 00:49:05 UTC (rev 66262)
@@ -21,7 +21,10 @@
 <h3>Temporal data management in general</h3>
 
 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>.
 As default a sqlite3 database will be created in the current mapset that
 stores all space time datasets and registered time series maps.
@@ -189,10 +192,10 @@
 <li>Gebbert, S., Pebesma, E., 2014. TGRASS: A temporal GIS for field based
     environmental modeling. Environmental Modelling & Software 53, 1-12.
     (<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>
     <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>
 
 



More information about the grass-commit mailing list