Changes between Version 172 and Version 173 of Grass7/NewFeatures


Ignore:
Timestamp:
Jun 20, 2013, 6:49:57 AM (11 years ago)
Author:
borohoro
Comment:

update to Temporal GIS modules

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures

    v172 v173  
    138138The temporal GRASS GIS 7 framework has been developed to manage, process and analyse large scale, spatio-temporal environmental data. In detail, the framework supports querying and map calculation of spatio-temporal data, aggregation, statistics and gap filling, and data export, import, and conversion. A spatio-temporal topology builder is available to build spatio-temporal topology connections between map objects for 1D, 3D and 4D extents. The topology creation is based on the R*Tree implementation in the vector library which supports even 4D extents.
    139139
    140  * G7:t.create: new
    141  * G7:t.info: new
    142  * G7:t.list: new
    143  * G7:t.remove: new
    144  * G7:t.rename: new
    145  * G7:t.register: new
    146  * G7:t.shift: new
    147  * G7:t.snap: new
    148  * G7:t.sample: new
    149  * G7:t.support: new
    150  * G7:t.topology: new
    151  * G7:t.unregister: new
    152  * G7:t.rast.aggregate.ds: new
    153  * G7:t.rast.aggregate: new
    154  * G7:t.rast.colors: new
    155  * G7:t.rast.export: new
    156  * G7:t.rast.extract: new
    157  * G7:t.rast.list: new
    158  * G7:t.rast.import: new
    159  * G7:t.rast.mapcalc: new
    160  * G7:t.rast.neighbors: new
    161  * G7:t.rast.gapfill: new
    162  * G7:t.rast.out.vtk: new
    163  * G7:t.rast.series: new
    164  * G7:t.rast.to.rast3: new
    165  * G7:t.rast.univar: new
    166  * G7:t.rast3d.mapcalc: new
    167  * G7:t.rast3d.list: new
    168  * G7:t.rast3d.extract: new
    169  * G7:t.rast3d.univar: new
    170  * G7:t.vect.extract: new
    171  * G7:t.vect.export: new
    172  * G7:t.vect.import: new
    173  * G7:t.vect.list: new
    174  * G7:t.vect.observe.strds: new
    175  * G7:t.vect.db.select: new
    176  * G7:t.vect.what.strds: new
    177  * G7:t.vect.univar: new
     140 * G7:t.create: new - Creates a space time dataset.
     141 * G7:t.info: new - Lists information about space time datasets and maps.
     142 * G7:t.list: new - List space time datasets and maps registered in the temporal database.
     143 * G7:t.remove: new - Removes space time datasets from temporal database.
     144 * G7:t.rename: new - Renames a space time dataset
     145 * G7:t.register: new - Registers raster, vector and raster3d maps in a space time datasets.
     146 * G7:t.shift: new - Temporally shift the maps of a space time dataset.
     147 * G7:t.snap: new - Temporally snap the maps of a space time dataset.
     148 * G7:t.sample: new - Samples the input space time dataset(s) with a sample space time dataset and print the result to stdout.
     149 * G7:t.support: new - Modifies the metadata of a space time dataset.
     150 * G7:t.topology: new - Lists temporal topology of a space time dataset.
     151 * G7:t.unregister: new - Unregisters raster, vector and raster3d maps from the temporal database or a specific space time dataset.
     152 * G7:t.rast.aggregate.ds: new - Aggregated data of an existing space time raster dataset using the temporal topology of a second space time dataset.
     153 * G7:t.rast.aggregate: new - Temporally aggregates the maps of a space time raster dataset by a user defined granularity.
     154 * G7:t.rast.colors: new - Creates/modifies the color table associated with each raster map of the space time raster dataset.
     155 * G7:t.rast.export: new - Exports space time raster dataset.
     156 * G7:t.rast.extract: new - Extracts a subset of a space time raster datasets.
     157 * G7:t.rast.list: new  - Lists registered maps of a space time raster dataset.
     158 * G7:t.rast.import: new - Imports space time raster dataset.
     159 * G7:t.rast.mapcalc: new - Perform spatio-temporal mapcalc expressions on temporal sampled maps of space time raster datasets.
     160 * G7:t.rast.neighbors: new - Performs a neighborhood analysis for each map in a space time raster dataset.
     161 * G7:t.rast.gapfill: new - Replace gaps in a space time raster dataset with interpolated raster maps.
     162 * G7:t.rast.out.vtk: new - Exports space time raster dataset as VTK time series.
     163 * G7:t.rast.series: new - Performs different aggregation algorithms from r.series on all or a subset of raster maps in a space time raster dataset.
     164 * G7:t.rast.to.rast3: new - Converts a space time raster dataset into a raster3d map.
     165 * G7:t.rast.univar: new - Calculates univariate statistics from the non-null cells for each registered raster map of a space time raster dataset.
     166 * G7:t.rast3d.mapcalc: new - Performs r3.mapcalc expressions on maps of sampled space time raster3d datasets.
     167 * G7:t.rast3d.list: new - Lists registered maps of a space time raster3d dataset.
     168 * G7:t.rast3d.extract: new - Extracts a subset of a space time raster3d dataset.
     169 * G7:t.rast3d.univar: new - Calculates univariate statistics from the non-null cells for each registered raster3d map of a space time raster3d dataset.
     170 * G7:t.vect.extract: new  - Extracts a subset of a space time vector dataset.
     171 * G7:t.vect.export: new  - Export a space time vector dataset.as GRASS specific archive file
     172 * G7:t.vect.import: new - Import a space time vector dataset archive file
     173 * G7:t.vect.list: new - Lists registered maps of a space time vector dataset.
     174 * G7:t.vect.observe.strds: new - Observes specific locations in a space time raster dataset over a period of time using vector points.
     175 * G7:t.vect.db.select: new - Prints attributes of vector maps registered in a space time vector dataset.
     176 * G7:t.vect.what.strds: new - Store raster map values at spatial and temporal positions of vector points as vector attributes.
     177 * G7:t.vect.univar: new - Calculates univariate statistics of attributes for each registered vector map of a space time vector dataset
    178178
    179179=== Scripts ===