Changes between Version 14 and Version 15 of Release/7.8.0-News
- Timestamp:
- 08/18/19 14:13:09 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.8.0-News
v14 v15 47 47 (see also below for closed bugs) 48 48 49 * G78:... 49 * G78:grass: major code refactoring 50 * G78:g.search.modules: support for installed addons added 51 * G78:i.pansharpen: updated i.pansharpen to handle pixel depths from 2-30 bits, and quashed some bugs 52 * G78:r.compress: ZLIB is no longer the default compression method but ZSTD 53 * G78:r.in.gdal: added info on subdatasets (relevant for MODIS, Sentinel, ... datasets) 54 * G78:r.mapcalc.simple: r.mapcalculator as r.mapcalc.simple 55 * G78:v.in.pdal: use PDAL streaming instead of PointView 56 * G78:v.overlay: speed-up for large, complex input areas 57 * G78:v.patch: automagic cleaning of boundaries if areas have been patched 50 58 51 59 ==== Minor module changes ==== … … 70 78 * G78:grass: browser = xdg-open as fallback; no browser message spam in batch jobs 71 79 * G78:grass: clean up sqlite DB if existing upon session closing 72 * G78:grass: major code refactoring73 * G78:g.search.modules: support for installed addons added74 80 * G78:i.atcorr: Worldview4 filter functions added 75 81 * G78:i.gensig: skip NULL cells when calculating variance 76 82 * G78:i.group: Allow listing group and subgroup contents also for groups from other mapsets 77 83 * G78:i.pansharpen: added new channel stretch option; fixed rare possible bug in histogram matching algorithm and made all output maps integer CELL maps 78 * G78:i.pansharpen: updated i.pansharpen to handle pixel depths from 2-30 bits, and quashed some bugs79 84 * G78:i.segment: avoid integer overflow with extremely large regions 80 85 * G78:i.tasscap: add support for Sentinel-2 … … 82 87 * G78:m.nviz.script: fix memory leaks,fix compiler warnings + coverity scan 83 88 * G78:r3.out.vtk: improved error message when output cannot be written 84 * G78:r.buildvrt: new virtual raster85 89 * G78:r.compress: print which compression method is actually applied 86 * G78:r.compress: ZLIB is no longer the default compression method87 90 * G78:r.contour: fix broken contour lines; clean contour lines tracing back on themselves 88 91 * G78:r.fillnulls: added memory parameter for internal r.resamp.bspline call (speed-up); do not fail hard if input map has no holes 89 92 * G78:r.horizon: check if coordinates are within the current region 90 * G78:r.import: remove hardcoded memory limit (r.in.gdal will take care) 91 * G78:r.import: try to avoid failure after v.proj (see PR #24) 93 * G78:r.import: remove hardcoded memory limit (r.in.gdal will take care); try to avoid failure after v.proj (see PR #24) 92 94 * G78:r.info -s: always report total number of cells 93 * G78:r.in.gdal: added info on subdatasets (relevant for MODIS, Sentinel, ... datasets)94 95 * G78:r.in.wms: add proxy for GDAL driver; catch incorrect WMS url input; new -b flag to keep original bands 95 96 * G78:r.li: fix segfault in r.li.shannon 96 * G78:r.mapcalc.simple: r.mapcalculator as r.mapcalc.simple97 97 * G78:r.out.mpeg: fix fail because the output file name is empty 98 98 * G78:r.plane: added function float_or_dms … … 111 111 * G78:v.in.geonames: read as UTF8 112 112 * G78:v.in.ogr: disable unreliable OGR extents for spatial filter 113 * G78:v.in.ogr: fix OGR extents114 113 * G78:v.in.ogr: set spatial filter to correct geometry field if geom option is given 115 * G78:v.in.pdal: use PDAL streaming instead of PointView116 114 * G78:v.mkgrid: new -d flag to add diagonals to rectangular lines 117 115 * G78:v.out.postgis: document a bug, output option is ignored for attributes 118 * G78:v.overlay: speed-up for large, complex input areas119 * G78:v.patch: automagic cleaning of boundaries if areas have been patched120 116 * G78:v.rast.stats: add where option 121 117 * G78:v.report: Add -d flag for geometries with no database records