Changes between Version 82 and Version 83 of Grass7/NewFeatures74


Ignore:
Timestamp:
Jan 25, 2018, 12:40:32 PM (6 years ago)
Author:
veroandreo
Comment:

+v.clip

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures74

    v82 v83  
    7070The 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.
    7171
     72|| [[Image(source:/grass/trunk/scripts/v.clip/v_clip_region.png, align=center, 400px)]]
     73|| ''Clip vector by computational region''
     74
    7275G74:v.in.ogr has received several improvements in the past year. The code has been restructured to make it more readable and to fix the logic of steps (e.g. check output only if output is created). Furthermore, the new GDAL 2.2 API is used where possible, avoiding deprecated functions. Projection checks are now performed for all input layers, not only the first layer and, they are a bit more strict and verbose in case of problems. Some other improvements and fixes include:
    7376 * Use of the default region s=0 n=1 w=0 e=1 res=1 to avoid potentially invalid region settings when a new location is created from a vector file.