Changes between Version 110 and Version 111 of Grass7/NewFeatures
- Timestamp:
- 12/27/12 06:33:06 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures
v110 v111 46 46 == Raster modules == 47 47 48 * Large File Support (LFS) globally enabled 48 49 * r.colors.out: new 50 * r.cost faster by orders of magnitude (10x - 100x) 49 51 * r.external.out: new 50 * r.cost faster by orders of magnitude (10x - 100x) 52 * r.fillnulls: fill each hole separately thus improving quality and speed 53 * r.gwflow/!r3.gwflow: Groundwater flow module update 54 * r.in.lidar: new 55 * r.in.wms: new implementation 56 * r.mapcalc: white space is needed before/after the = sign (r.mapcalc "outmap = inmap"); use pthreads for parsing 51 57 * r.neighbours: added new option to process only marked cells (i.e: selective elevation map improvement) 52 * r.walk faster by orders of magnitude (10x - 1000x) 53 * r.mapcalc: white space is needed before/after the = sign (r.mapcalc "outmap = inmap"); use pthreads for parsing 58 * r.pack, r.unpack: new 54 59 * r.resamp.filter: new - resamples raster map layers using an analytic kernel 55 60 * r.solute.transport: new; New module to compute the solute transport of groundwater in porous media using an implicit finite volume approach … … 58 63 * r.uslek: new 59 64 * r.usler: new 65 * r.walk faster by orders of magnitude (10x - 1000x) 60 66 * 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. 61 * r.gwflow/!r3.gwflow: Groundwater flow module update62 * Large File Support (LFS) globally enabled63 * r.pack, r.unpack: new64 * r.in.lidar: new65 * r.in.wms: new implementation66 * r.fillnulls: fill each hole separately thus improving quality and speed67 67 == Vector modules == 68 68