Changes between Version 14 and Version 15 of Release/7.8.0-News


Ignore:
Timestamp:
Aug 18, 2019, 2:13:09 PM (5 years ago)
Author:
neteler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.8.0-News

    v14 v15  
    4747(see also below for closed bugs)
    4848
    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
    5058
    5159==== Minor module changes ====
     
    7078 * G78:grass: browser = xdg-open as fallback; no browser message spam in batch jobs
    7179 * G78:grass: clean up sqlite DB if existing upon session closing
    72  * G78:grass: major code refactoring
    73  * G78:g.search.modules: support for installed addons added
    7480 * G78:i.atcorr: Worldview4 filter functions added
    7581 * G78:i.gensig: skip NULL cells when calculating variance
    7682 * G78:i.group: Allow listing group and subgroup contents also for groups from other mapsets
    7783 * 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 bugs
    7984 * G78:i.segment: avoid integer overflow with extremely large regions
    8085 * G78:i.tasscap: add support for Sentinel-2
     
    8287 * G78:m.nviz.script: fix memory leaks,fix compiler warnings + coverity scan
    8388 * G78:r3.out.vtk: improved error message when output cannot be written
    84  * G78:r.buildvrt: new virtual raster
    8589 * G78:r.compress: print which compression method is actually applied
    86  * G78:r.compress: ZLIB is no longer the default compression method
    8790 * G78:r.contour: fix broken contour lines; clean contour lines tracing back on themselves
    8891 * G78:r.fillnulls: added memory parameter for internal r.resamp.bspline call (speed-up); do not fail hard if input map has no holes
    8992 * 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)
    9294 * G78:r.info -s: always report total number of cells
    93  * G78:r.in.gdal: added info on subdatasets (relevant for MODIS, Sentinel, ... datasets)
    9495 * G78:r.in.wms: add proxy for GDAL driver; catch incorrect WMS url input; new -b flag to keep original bands
    9596 * G78:r.li: fix segfault in r.li.shannon
    96  * G78:r.mapcalc.simple: r.mapcalculator as r.mapcalc.simple
    9797 * G78:r.out.mpeg: fix fail because the output file name is empty
    9898 * G78:r.plane: added function float_or_dms
     
    111111 * G78:v.in.geonames: read as UTF8
    112112 * G78:v.in.ogr: disable unreliable OGR extents for spatial filter
    113  * G78:v.in.ogr: fix OGR extents
    114113 * 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 PointView
    116114 * G78:v.mkgrid: new -d flag to add diagonals to rectangular lines
    117115 * G78:v.out.postgis: document a bug, output option is ignored for attributes
    118  * G78:v.overlay: speed-up for large, complex input areas
    119  * G78:v.patch: automagic cleaning of boundaries if areas have been patched
    120116 * G78:v.rast.stats: add where option
    121117 * G78:v.report: Add -d flag for geometries with no database records