Changes between Version 210 and Version 211 of Grass7/NewFeatures
- Timestamp:
- 03/28/14 02:34:51 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures
v210 v211 92 92 * G7:r.resamp.filter: new - resamples raster map layers using an analytic kernel 93 93 * 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.stat istics2: new - Calculates category or object oriented statistics (accumulator-based statistics).95 * G7:r.stat istics3: 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. 96 96 * G7:r.sunhours: new - Calculates solar elevation, solar azimuth, and sun hours. 97 97 * G7:r.uslek: new - Computes USLE Soil Erodibility Factor (K). … … 99 99 * G7:r.walk: Outputs a raster map showing the anisotropic cumulative cost. Faster by orders of magnitude (10x - 1000x) 100 100 * 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. 102 109 === Vector modules === 103 110