Changes between Version 357 and Version 358 of Grass7/NewFeatures


Ignore:
Timestamp:
Dec 20, 2014, 1:33:10 AM (9 years ago)
Author:
neteler
Comment:

r.shade: new, r.his: propagate NULLs

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures

    v357 v358  
    9494 * G7:r.in.wms: new implementation - Downloads and imports data from WMS server; + WMTS and NASA OnEarth support
    9595 * G7:r.regression.multi: new - Calculates multiple linear regression from raster maps.
    96  * G7:r.resamp.filter: new - resamples raster map layers using an analytic kernel
     96 * G7:r.resamp.filter: new - Resamples raster map layers using an analytic kernel
     97 * G7:r.shade: new - Drapes a color raster over an shaded relief or aspect map.
    9798 * G7:r.solute.transport: new - New module to compute the solute transport of groundwater in porous media using an implicit finite volume approach
    9899 * G7:r.stats.zonal: new - Calculates category or object oriented statistics (accumulator-based statistics).
     
    110111 * G7:r.fillnulls: Fills no-data areas in raster maps using spline interpolation. Fills each hole separately thus improving quality and speed
    111112 * G7:r.gwflow and G7:r3.gwflow: Groundwater flow module update
     113 * G7:r.his: propagate NULLs
    112114 * G7:r.in.bin: -f flag added to optionally flip North and South, added support to read headers and multi-band data (BSQ format)
    113115 * G7:r.in.gdal: larger cache speeds up import significantly (e.g. from 70 hs to 1:30 hs, see [http://grasswiki.osgeo.org/wiki/GRASS_GIS_Performance#Large_raster_data_processing GRASS GIS Performance])