318 | | === New Addons since GRASS 7.6.0 === |
319 | | |
320 | | * G7A:... |
321 | | * TODO |
322 | | |
| 318 | === New Addons since GRASS 7.4 === |
| 319 | |
| 320 | * G7A:d.vect.colhist - Draws the histogram of values in a vector attribute column |
| 321 | * G7A:i.ann.maskrcnn - The Mask R-CNN tools allow the user to train their own model and use it for a detection of objects, or to use a model provided by someone else. It can be seen as a supervised classification using convolutional neural networks. |
| 322 | * G7A:i.ann.maskrcnn.train - Train your Mask R-CNN network |
| 323 | * G7A:i.cutlines - Creates semantically meaningful tile borders |
| 324 | * G7A:i.pysptools.unmix - Extract endmembers from imagery group and perform spectral unmixing using pysptools |
| 325 | * G7A:i.rh - Water in atmosphere: relative humidity, water vapour (saturated, actual) |
| 326 | * G7A:i.sentinel.mask - Creates clouds and shadows masks for Sentinel-2 images |
| 327 | * G7A:i.signature.copy - Copies signature file from a group/subgroup to another group/subgroup |
| 328 | * G7A:i.signature.list - Lists signature file of a group/subgroup |
| 329 | * G7A:i.signature.remove - Removes signature file in a group/subgroup |
| 330 | * G7A:r.accumulate - Calculates weighted flow accumulation, stream networks, and the longest flow path using a flow direction map |
| 331 | * G7A:r.category.trim - Exports categories and corresponding colors as QGIS colour file or csv file. Non-existing categories and their colour definitions will be removed |
| 332 | * renamed r.sentinel -> G7A:i.sentinel |
| 333 | * G7A:r.estimap.recreation - Implementation of ESTIMAP to support mapping and modelling of ecosystem services (Zulian, 2014) |
| 334 | * G7A:r.in.pdal - Creates a raster map from LAS LiDAR points using univariate statistics and r.in.xyz |
| 335 | * G7A:r.lfp - Calculates the longest flow paths for given outlet points using the r.stream.distance addon. |
| 336 | * renamed r.modis -> G7A:i.modis |
| 337 | * G7A:r.wateroutlet.lessmem - Creates watershed basins from a drainage direction map. It is a modified version of r.water.outlet and requires about one third of memory compared to the original module |
| 338 | * G7A:t.rast.null - Manages NULL-values of a given space time raster dataset |
| 339 | * G7A:v.clean.ogr - Imports vector data into a GRASS vector map, cleans the data topologically, and exports them again using OGR library |
| 340 | * G7A:v.gsflow.mapdata - Upload data to PRMS data (GSFLOW) |
| 341 | * G7A:v.rast.bufferstats - Calculates statistics of raster map(s) for buffers around vector geometries |
| 342 | * G7A:v.what.strds.timestamp - Uploads space time raster dataset values to the attribute table at positions of vector points in space and time |