Changes between Version 27 and Version 28 of Release/7.4.0-News
- Timestamp:
- 01/18/18 14:04:12 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.4.0-News
v27 v28 189 189 === New Addons since GRASS 7.2.0 === 190 190 191 * G7A:d.explanation.plot: Draw a plot of multiple rasters to explain a raster operation for example a + b = c 192 * G7A:i.in.probav: Import PROBA-V NDVI data into a raster map with real NDVI data range 193 * G7A:i.superpixels.slic: Perform image segmentation using the SLIC segmentation method 191 * G7A:d.explanation.plot: Draws a plot of multiple rasters to explain a raster operation for example a + b = c 192 * G7A:i.in.probav: Imports PROBA-V NDVI data into a raster map with real NDVI data range 194 193 * G7A:i.variance: Analyze variation of variance with variation of resolution 195 * G7A:r.colors.contrastbrightness: Change the contrast/brightness of a raster 196 * G7A:r.fill.gaps: Rapidly fills 'no data' cells (NULLs) of a raster map with interpolated values (IDW) (ported from GRASS6) 194 * G7A:r.clip: Extracts portion of the input map which overlaps with current region 195 * G7A:r.colors.contrastbrightness: Changes the contrast/brightness of a raster 196 * G7A:r.fill.gaps: Rapidly fills 'no data' cells (NULLs) of a raster map with interpolated values (IDW) (ported from GRASS6) 197 * G7A:r.green.gshp: Computes the Ground Source Heat Pump potential 198 * G7A:r.green.gshp.technical: Calculates the Ground Source Heat Pump technical potential using the ASHRAE method 199 * G7A:r.green.gshp.theoretical: Calculates the Ground Source Heat Pump potential 200 * G7A:r.green.hydro.planning: Calculates hydropower energy potential with user's recommendations (renamed from r.green.hydro) 201 * G7A:r.gsflow.hydrodem: Creates hydrologically correct MODFLOW DEM from higher-res DEM 197 202 * G7A:r.learn.ml: Supervised classification and regression of GRASS rasters using the python scikit-learn package (renamed from r.randomforest) 198 203 * G7A:r.mblend: Blends two rasters of different spatial resolution 199 * G7A:r.object.activelearning: Perform active learning for OBIA classification200 * G7A:r.object.spatialautocor: Calculate spatial autocorrelation of raster objects204 * G7A:r.object.activelearning: Performs active learning for OBIA classification 205 * G7A:r.object.spatialautocor: Calculates spatial autocorrelation of raster objects 201 206 * ~~G7A:r.sim.water.mp: r.sim.water with openmp support~~ --> integrated in core GRASS GIS 207 * G7A:r.spread.sod: 202 208 * ~~G7A:r.sun.mp: r.sun with openmp support~~ --> integrated in core GRASS GIS 203 * G7A:t.rast.kappa: Calculate kappa parameter in a space time raster dataset 209 * G7A:t.rast.kappa: Calculates kappa parameter in a space time raster dataset 210 * G7A:t.rast.what.aggr: Samples a space time raster dataset at specific vector point map returning aggregated values and writes the output to stdout or to attribute table 211 * G7A:v.gsflow.export: Exports databse tables and pour point for GSFLOW input and control files 212 * G7A:v.gsflow.gravres: Sets parameters for GSFLOW Hydrologic Response Units (HRUs) 213 * G7A:v.gsflow.grid: Builds grid for the MODFLOW component of GSFLOW 214 * G7A:v.gsflow.hruparams: Sets parameters for GSFLOW Hydrologic Response Units (HRUs) 215 * G7A:v.gsflow.reaches: Builds stream "reaches" that link PRMS segments to MODFLOW cells 216 * G7A:v.gsflow.segments: Prepares stream segments for PRMS and GSFLOW 204 217 * G7A:v.net.curvedarcs: Draws curved arcs between points (e.g. flows) 218 * G7A:v.stream.inbasin: Subsets a stream network into just one of its basins 219 * G7A:v.stream.network: Builds a linked stream network: each link knows its downstream link 205 220 * G7A:v.what.rast.multi: Uploads values of multiple rasters at positions of vector 206 221