Changes between Version 4 and Version 5 of Grass7/TemporalExtension


Ignore:
Timestamp:
Jul 6, 2011, 1:46:55 PM (13 years ago)
Author:
huhabla
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/TemporalExtension

    v4 v5  
    8484The raster3d spacetime tables are equal to the raster spacetime tablse, except that the spatial extent is computed based on east, west, south, north, top and bottom.
    8585
    86 === Vector spacetime datasets ===
     86=== Spacetime vector datasets ===
    8787
     88=== Spacetime vector datasets ===
     89
     90The spacetime vector datasets have specific attribute which derived from the registered vector maps:
     91
     92  * The temporal type (absolute, relative)
     93  * The spatial extent computed from all registered vector maps (e, w, n, s)
     94  * The temporal extent computed from all registered vector maps  (start and end time or duration)
     95  * The number of features computed from all registered vector maps (min and max)
     96  * temporal resolution
     97
     98All these table entries are computed or updated via trigger from all registered vector maps when maps are added or removed.
     99
     100Table layout:
     101
     102The base and absolute/relative time spacetime tables are equal to the raster/vector and raster3d one.
     103
     104  * '''Spacetime metadata raster table'''
     105    * '''id''' the name of the spacetime vector table
     106    * '''Vector register table name''' the name of the table storing the ids (names) of all registered vector maps
     107    * '''spatial extent''' (4 columns: e, w, s, n) of all registered vector maps
     108    * ...
    88109
    89110== New temporal modules ==