Topic: aggregation
Tool | Description |
---|---|
r.series | Makes each output cell value a function of the values assigned to the corresponding cells in the input raster map layers. |
t.rast.aggregate.ds | Aggregates data of an existing space time raster dataset using the time intervals of a second space time dataset. |
t.rast.aggregate | Aggregates temporally the maps of a space time raster dataset by a user defined granularity. |
t.rast.neighbors | Performs a neighborhood analysis for each map in a space time raster dataset. |
t.rast.series | Performs different aggregation algorithms from r.series on all or a subset of raster maps in a space time raster dataset. |
See also the corresponding keyword for additional references:
aggregation
- r.gdd - Makes each output cell value a function of the values assigned to the corresponding cells in the input raster map layers.
- r.in.pdal - Creates a raster map from LAS LiDAR points using univariate statistics.
- r.in.xyz - Creates a raster map from an assemblage of many coordinates using univariate statistics.
- r.neighbors - Makes each cell category value a function of the category values assigned to the cells around it, and stores new cell values in an output raster map layer.
- r.patch - Creates a composite raster map layer by using known category values from one (or more) map layer(s) to fill in areas of "no data" in another map layer.
- r.quantile.ref - Determines quantile for input value from reference raster map layers.
- r.reclass.area - Reclasses a raster map greater or less than user specified area size (in hectares).
- r.resamp.stats - Resamples raster map layers to a coarser grid using aggregation.
- r.series - Makes each output cell value a function of the values assigned to the corresponding cells in the input raster map layers.
- r3.in.xyz - Create a 3D raster map from an assemblage of many coordinates using univariate statistics
- r3.neighbors - Makes each voxel value a function of the values assigned to the voxels around it, and stores new voxel values in an output 3D raster map
- t.rast.aggregate - Aggregates temporally the maps of a space time raster dataset by a user defined granularity.
- t.rast.aggregate.ds - Aggregates data of an existing space time raster dataset using the time intervals of a second space time dataset.
- t.rast.neighbors - Performs a neighborhood analysis for each map in a space time raster dataset.
- t.rast.patch - Patches multiple space time raster maps into a single raster map using r.patch.
- t.rast.series - Performs different aggregation algorithms from r.series on all or a subset of raster maps in a space time raster dataset.
- v.neighbors - Makes each cell value a function of the attribute values assigned to the vector points or centroids in a radius around it, and stores new cell values in an output raster map.