Changes between Version 57 and Version 58 of Grass7/NewFeatures74


Ignore:
Timestamp:
Nov 11, 2017, 3:32:26 PM (6 years ago)
Author:
veroandreo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures74

    v57 v58  
    5959 * G74:r.resamp.stats now also includes range, count and diversity methods.
    6060
    61 === Raster3D modules ===
    62 
    63  * G74:r3.null: unit tests added
    64 
    6561=== Vector modules ===
    6662
    67 New:
     63The already impressive list of vector functions in GRASS GIS now includes two new modules that have been moved from add-ons: G74:v.clip: to extract features of input map which overlay features of clip map and G74:v.profile: a vector point and line profiling tool complementing G74:r.profile.
    6864
    69  * G74:v.clip: new module to extract features of input map which overlay features of clip map (moved from addons)
    70  * G74:v.profile: new vector map profiling tool (moved from addons)
    71  * G74:v.vect.stats: New cat and where options for area and point vector maps to perform counts or estimate statistics only with selected points over selected areas (r71543)
    72  * G74:v.out.ogr: New -l flag to list supported formats (r71552)
    73  * G74:v.out.ogr: Default format changed from Esri Shapefile to OGC GeoPackage (#3428)
    74  * G74:v.profile: Vector point and line profiling tool complementing G74:r.profile. Moved from add-ons (r71609)
    75  * G74:v.net.alloc and G74:v.net.iso: added flag for unique and original categories (#517)
    76  * G74:v.edit: tool=merge has an improved iteration over list of lines, improved skip invalid lines and zero length lines; added Vedit_extend_lines, improved intersection check; better handling of Vedit_connect_lines by extending both lines; fixed snapping to background map. 
    77  * G74:v.external: new where option
    78  * G74:v.out.ogr: added -l flag to list supported formats (sync to r.out.gdal)
    79  * G74:v.vect.stats: add cats and where options for area and point input selection (#3420)
    80 
    81 Improved
    82 
    83  * G74:v.in.ogr: Fix import of OSM data (r71464)
     65G74:v.in.ogr has received several improvements in the past year. Some : Fix import of OSM data (r71464)
    8466 * G74:v.in.ogr: When a new location is created, use the default region s=0 n=1 w=0 e=1 res=1 to avoid potentially invalid region settings (r71490)
    8567 * G74:v.in.ogr: Support new curve geometry types starting with GDAL 2.0 (r71508, r71514)
     
    9274     and to avoid a rare segfault when opening a GRASS database driver
    9375   * 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)
     76
     77Several vector modules have been significantly improved with new options, flags
     78 * G74:v.vect.stats: New cat and where options for area and point vector maps to perform counts or estimate statistics only with selected points over selected areas (r71543)
     79 * G74:v.out.ogr: New -l flag to list supported formats (r71552)
     80 * G74:v.out.ogr: Default format changed from Esri Shapefile to OGC GeoPackage (#3428)
     81 * G74:v.edit: tool=merge has an improved iteration over list of lines, improved skip invalid lines and zero length lines; added Vedit_extend_lines, improved intersection check; better handling of Vedit_connect_lines by extending both lines; fixed snapping to background map. 
     82 * G74:v.external: new where option
     83 * G74:v.out.ogr: added -l flag to list supported formats (sync to r.out.gdal)
    9484 * G74:v.rast.stats: added new -d flag for line densification (as in G74:v.to.rast) and corresponding tests
    9585 * G74:v.what: new -m flag to query overlapping features