Changes between Version 33 and Version 34 of Grass7/NewFeatures74
- Timestamp:
- 11/10/17 14:48:29 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures74
v33 v34 68 68 * G7:r.sim.sediment: added parallelization support 69 69 * G7:r.in.lidar: added -d flag to use base raster resolution instead of computational region 70 * G7:r.in.gdal: new -r flag to optionally limit import to the current region 70 71 * G7:r.import: added support to subset to region boundaries when importing (extent=region) 71 72 * G7:r.mapcalc: implemented computational region settings based on disjoint union and intersection computation from all input raster maps in an expression 73 * G7:r.reclass: it is possible to use more than 100 rules now 72 74 73 75 === Raster3D modules === … … 101 103 * the code has been restructured to make it a bit less unreadable and to fix the logic of steps (e.g. check output only if output is created) 102 104 * G7:v.rast.stats: added new -d flag for line densification (as in G7:v.to.rast) and corresponding tests 105 * G7:v.what: new -m flag to query overlapping features 103 106 104 107 === Imagery modules === … … 144 147 * python vector scripting library: 145 148 * added layer variable to vector_info and vector_info_topo functions 149 * libgis: 150 * G_window_percentage_overlap() now accounts for N == S or E == W 146 151 147 152 == Source Code Portability ==