Changes between Version 19 and Version 20 of Release/7.4.0-News
- Timestamp:
- 11/19/17 14:16:17 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.4.0-News
v19 v20 49 49 50 50 * G74:g.proj: When a new location is created from vector data, use the default region s=0 n=1 w=0 e=1 res=1 to avoid potentially invalid region settings (r71491) 51 * fixed longitude wrapping for lat/lon locations52 * support import of raster maps exceeding 90N or 90S or with an EW extent larger than 360 degrees53 * lat/lon: automatically fix floating point precision errors in the grid geometry of imported raster maps created with GIS software that uses limited floating point precision (common problem).51 * G74:i.atcorr: added support for Pleiades1a, Pleiades1b, Spot6, Spot7, Sentinel-2A, Rapideye, Worldview3 52 * G74:i.modis.qc: Added mod09GA QA definitions 53 * G74:i.segment: new mean shift algorithm 54 54 * G74:r.out.gdal: now creates overviews to enhance compatibility with other GIS software packages 55 55 * G74:r.regression.multi: added RMSE and MAE estimation 56 * G74:r.sun: Parallelized with OpenMP for multi core systems (integration of r.sun.mp addon) 56 57 * G74:r.what: added new -v flag to return also vector category 57 * G74:r3.null: unit tests added58 * 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 58 * 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 59 * 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 60 * G74:v.net.alloc and G74:v.net.iso: added flag for unique and original categories (#517) 61 * G74:v.out.ogr: Default format changed from Esri Shapefile to OGC GeoPackage (#3428) 62 * G74:v.out.ogr: New -l flag to list supported formats (r71552) 63 * G74:v.surf.bspline: Parallelized with OpenMP for multi core systems 67 64 * G74:v.surf.rst: Parallelized with OpenMP for multi core systems 68 * G74:v. surf.bspline: Parallelized with OpenMP for multi core systems69 * G74:r.sun: Parallelized with OpenMP for multi core systems (port of r.sun.mp addOn)70 71 65 * 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) 66 * lat/lon locations: automatically fix floating point precision errors in the grid geometry of imported raster maps created with GIS software that uses limited floating point precision (common problem). 67 * support import of raster maps exceeding 90N or 90S or with an EW extent larger than 360 degrees 68 * various commands: unit tests added 72 69 ==== Minor module changes ==== 73 70