Changes between Version 210 and Version 211 of Grass7/NewFeatures


Ignore:
Timestamp:
Mar 28, 2014, 2:34:51 AM (10 years ago)
Author:
martinl
Comment:

new r.stream.* modules

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures

    v210 v211  
    9292 * G7:r.resamp.filter: new - resamples raster map layers using an analytic kernel
    9393 * G7:r.solute.transport: new - New module to compute the solute transport of groundwater in porous media using an implicit finite volume approach
    94  * G7:r.statistics2: new - Calculates category or object oriented statistics (accumulator-based statistics).
    95  * G7:r.statistics3: new - Compute category quantiles using two passes.
     94 * G7:r.stats.zonal: new - Calculates category or object oriented statistics (accumulator-based statistics).
     95 * G7:r.stats.quantile: new - Compute category quantiles using two passes.
    9696 * G7:r.sunhours: new - Calculates solar elevation, solar azimuth, and sun hours.
    9797 * G7:r.uslek: new - Computes USLE Soil Erodibility Factor (K).
     
    9999 * G7:r.walk: Outputs a raster map showing the anisotropic cumulative cost. Faster by orders of magnitude (10x - 1000x)
    100100 * 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.
    101 
     101 * G7:r.stream.channel: new - Calculates local parameters for individual streams.
     102 * G7:r.stream.distance: new - Calculates distance to and elevation above streams and outlets.
     103 * G7:r.stream.extract: new - Performs stream network extraction.
     104 * G7:r.stream.order: new - Calculates Strahler's and more streams hierarchy.
     105 * G7:r.stream.segment: new - Divides network into near straight-line segments and calculate its order.
     106 * G7:r.stream.slope: new - Calculates local parameters for slope subsystem.
     107 * G7:r.stream.snap: new - Delineates basins for stream network.
     108 * G7:r.stream.stats: new - Calculates Horton's statistics for Strahler and Horton ordered networks created with r.stream.order.
    102109=== Vector modules ===
    103110