Changes between Version 261 and Version 262 of Grass7/NewFeatures


Ignore:
Timestamp:
Nov 10, 2014, 7:42:18 AM (9 years ago)
Author:
neteler
Comment:

+r.param.scale speed

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures

    v261 v262  
    113113 * G7:r.mapcalc: white space is needed before/after the = sign (r.mapcalc "outmap = inmap"); use pthreads for parsing
    114114 * G7:r.neighbours: added new option to process only marked cells (i.e: selective elevation map improvement)
    115  * G7:r.pack: Packs up a raster map and support files for copying. 
     115 * G7:r.pack: Packs up a raster map and support files for copying
     116 * G7:r.param.scale: now fast on Windows when there is no data in raster map
    116117 * G7:r.walk: Outputs a raster map showing the anisotropic cumulative cost. Faster by orders of magnitude (10x - 1000x)
    117118 * G7:r.watershed improved from G6.3 to G6.4 to G6.5 to G7: faster, less memory, floating point DEM support, MFD, clean stream extraction from MFD, segmented mode in G7 faster than in G6 by orders of magnitude.