Changes between Version 33 and Version 34 of Grass7/NewFeatures74


Ignore:
Timestamp:
Nov 10, 2017, 2:48:29 PM (6 years ago)
Author:
veroandreo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures74

    v33 v34  
    6868 * G7:r.sim.sediment: added parallelization support
    6969 * 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
    7071 * G7:r.import: added support to subset to region boundaries when importing (extent=region)
    7172 * 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
    7274
    7375=== Raster3D modules ===
     
    101103   * 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)
    102104 * 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
    103106
    104107=== Imagery modules ===
     
    144147 * python vector scripting library:
    145148   * 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
    146151
    147152== Source Code Portability ==