41 | | * G7:r.geomorphon: calculate geomorphons (terrain forms) and associated geometry using machine vision approach (moved from addons) |
42 | | * G7:g.gui.image2target: managing Ground Control Points for 3D correction. |
43 | | * G7:g.gui.photo2image: correct scanning distortions of a scanned aerial photo |
44 | | * G7:v.clip: extract features of input map which overlay features of clip map (moved from addons) |
45 | | * G7:v.profile: new vector map profiling tool (moved from addons) |
| 41 | * G74:r.geomorphon: calculate geomorphons (terrain forms) and associated geometry using machine vision approach (moved from addons) |
| 42 | * G74:g.gui.image2target: managing Ground Control Points for 3D correction. |
| 43 | * G74:g.gui.photo2image: correct scanning distortions of a scanned aerial photo |
| 44 | * G74:v.clip: extract features of input map which overlay features of clip map (moved from addons) |
| 45 | * G74:v.profile: new vector map profiling tool (moved from addons) |
54 | | * G7:r.out.gdal: now creates overviews to enhance compatibility with other GIS software packages |
55 | | * G7:r.regression.multi: added RMSE and MAE estimation |
56 | | * G7:r.what: added new -v flag to return also vector category |
57 | | * G7:r3.null: unit tests added |
58 | | * G7: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) |
59 | | * G7:v.out.ogr: New -l flag to list supported formats (r71552) |
60 | | * G7:v.out.ogr: Default format changed from Esri Shapefile to OGC GeoPackage (#3428) |
61 | | * G7:v.net.alloc and G7:v.net.iso: added flag for unique and original categories (#517) |
62 | | * G7: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. |
63 | | * G7:v.external: new where option |
64 | | * G7:i.segment: new mean shift algorithm |
65 | | * G7:i.atcorr: added support for Pleiades1a, Pleiades1b, Spot6, Spot7, Sentinel-2A, Rapideye, Worldview3 |
66 | | * G7:i.modis.qc: Added mod09GA QA definitions |
| 54 | * G74:r.out.gdal: now creates overviews to enhance compatibility with other GIS software packages |
| 55 | * G74:r.regression.multi: added RMSE and MAE estimation |
| 56 | * G74:r.what: added new -v flag to return also vector category |
| 57 | * G74:r3.null: unit tests added |
| 58 | * 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) |
| 59 | * G74:v.out.ogr: New -l flag to list supported formats (r71552) |
| 60 | * G74:v.out.ogr: Default format changed from Esri Shapefile to OGC GeoPackage (#3428) |
| 61 | * G74:v.net.alloc and G74:v.net.iso: added flag for unique and original categories (#517) |
| 62 | * 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. |
| 63 | * G74:v.external: new where option |
| 64 | * G74:i.segment: new mean shift algorithm |
| 65 | * G74:i.atcorr: added support for Pleiades1a, Pleiades1b, Spot6, Spot7, Sentinel-2A, Rapideye, Worldview3 |
| 66 | * G74:i.modis.qc: Added mod09GA QA definitions |
72 | | * G7:r.clump: fuzzy clumping, multispectral clumping, minimum clump size |
73 | | * G7:r.sim.water: added parallelization support |
74 | | * G7:r.sim.sediment: added parallelization support |
75 | | * G7:r.in.lidar: added -d flag to use base raster resolution instead of computational region |
76 | | * G7:r.in.gdal: new -r flag to optionally limit import to the current region |
77 | | * G7:r.import: added support to subset to region boundaries when importing (extent=region) |
78 | | * G7:r.mapcalc: implemented computational region settings based on disjoint union and intersection computation from all input raster maps in an expression |
79 | | * G7:r.mapcalc: added area() function to calculate area of pixels |
80 | | * G7:r.mapcalc: introduced new functions to access current region dimensions in number of cells |
81 | | * G7:r.reclass: it is possible to use more than 100 rules now |
82 | | * G7:r.resamp.stats: range, count and diversity methods introduced |
83 | | * G7:v.in.ogr: Fix import of OSM data (r71464) |
84 | | * G7: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) |
85 | | * G7:v.in.ogr: Support new curve geometry types starting with GDAL 2.0 (r71508, r71514) |
86 | | * G7:v.in.ogr: code restructuring (r71550) |
| 72 | * G74:r.clump: fuzzy clumping, multispectral clumping, minimum clump size |
| 73 | * G74:r.sim.water: added parallelization support |
| 74 | * G74:r.sim.sediment: added parallelization support |
| 75 | * G74:r.in.lidar: added -d flag to use base raster resolution instead of computational region |
| 76 | * G74:r.in.gdal: new -r flag to optionally limit import to the current region |
| 77 | * G74:r.import: added support to subset to region boundaries when importing (extent=region) |
| 78 | * G74:r.mapcalc: implemented computational region settings based on disjoint union and intersection computation from all input raster maps in an expression |
| 79 | * G74:r.mapcalc: added area() function to calculate area of pixels |
| 80 | * G74:r.mapcalc: introduced new functions to access current region dimensions in number of cells |
| 81 | * G74:r.reclass: it is possible to use more than 100 rules now |
| 82 | * G74:r.resamp.stats: range, count and diversity methods introduced |
| 83 | * G74:v.in.ogr: Fix import of OSM data (r71464) |
| 84 | * 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) |
| 85 | * G74:v.in.ogr: Support new curve geometry types starting with GDAL 2.0 (r71508, r71514) |
| 86 | * G74:v.in.ogr: code restructuring (r71550) |
94 | | * G7:v.rast.stats: added new -d flag for line densification (as in G7:v.to.rast) and corresponding tests |
95 | | * G7:v.what: new -m flag to query overlapping features |
96 | | * G7:v.patch: build topology after appending |
97 | | * G7:v.surf.rst: new parallel implementation and testsuite |
98 | | * G7:t.rast.series: added quantile option with test |
99 | | * G7:t.rast.mapcalc: added warning before removing empty (null) maps |
100 | | * G7:t.rast.export: added GDAL options to support GeoTiff compression |
101 | | * G7:t.info: Add test to verify the support of non ascii code |
102 | | * G7:t.rast.what: |
103 | | * Fixed null value bug, null value definitions are now passed to G7:r.what correctly |
| 94 | * G74:v.rast.stats: added new -d flag for line densification (as in G74:v.to.rast) and corresponding tests |
| 95 | * G74:v.what: new -m flag to query overlapping features |
| 96 | * G74:v.patch: build topology after appending |
| 97 | * G74:v.surf.rst: new parallel implementation and testsuite |
| 98 | * G74:t.rast.series: added quantile option with test |
| 99 | * G74:t.rast.mapcalc: added warning before removing empty (null) maps |
| 100 | * G74:t.rast.export: added GDAL options to support GeoTiff compression |
| 101 | * G74:t.info: Add test to verify the support of non ascii code |
| 102 | * G74:t.rast.what: |
| 103 | * Fixed null value bug, null value definitions are now passed to G74:r.what correctly |