Changes between Version 3 and Version 4 of Grass7/TemporalExtension
- Timestamp:
- 07/06/11 13:38:09 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/TemporalExtension
v3 v4 53 53 The new spacetime datasets are handled like raster or vector maps. They are registered in mapset specific tables with creation and modification date and absolute/relative time stamp. 54 54 55 === Raster spacetimedatasets ===55 === Spacetime raster datasets === 56 56 57 The raster spacetime datasets store raster map specific attributes and metadata: 58 * The spatial extent (e, w, n, s) 59 * The temporal extent (start and end time or duration) 60 * The data range (min and max) 57 The spacetime raster datasets have specific attribute which derived from the registered raster maps: 58 59 * The temporal type (absolute, relative) 60 * The spatial extent computed from all registered raster maps (e, w, n, s) 61 * The temporal extent computed from all registered raster maps (start and end time or duration) 62 * The data range computed from all registered raster maps (min and max) 63 * The min and max NS resolution computed from all registered raster maps 64 * The min and max EW resolution computed from all registered raster maps 61 65 * The raster datatype (CELL, FCELL, DCELL, MIXED) 66 * temporal resolution 62 67 63 68 All these table entries are computed or updated via trigger from all registered raster maps when maps are added or removed. … … 65 70 Table layout: 66 71 67 The base spacetime tables are equal to the raster/vector and raster3d one.72 The base and absolute/relative time spacetime tables are equal to the raster/vector and raster3d one. 68 73 69 74 * '''Spacetime metadata raster table''' 70 75 * '''id''' the name of the spacetime raster table 71 * '''temporal type''' relative or absolute72 76 * '''Raster register table name''' the name of the table storing the ids (names) of all registered raster maps 73 77 * '''spatial extent''' (4 columns: e, w, s,n) of all registered raster maps 74 * ''' temporal exten'''t of all registered raster maps75 * ''' data range''' of all registered raster maps78 * '''data range''' min, max of all registered raster maps (2 columns) 79 * '''Min Max resolution''' the min and max NS and EW resolution (4 columns) 76 80 * ... 77 81