Changes between Version 20 and Version 21 of Release/7.6.0-News


Ignore:
Timestamp:
Jan 18, 2019, 6:46:29 AM (5 years ago)
Author:
neteler
Comment:

updated

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.6.0-News

    v20 v21  
    105105 * G76:r.external.out, G76:r.out.gdal: add CRS EPSG code if available
    106106 * G76:r.fillnulls: RST segmax/npmin logic is fixed to avoid segmentation on small holes
     107 * G76:r.horizon: check if coordinates are within the current region, fixes #3634
    107108 * G76:r.import: remove hardcoded memory limit (r.in.gdal will take care), use auto-adjustment for lat/lon
    108109 * G76:r.info: report Type of Map (raster, reclass, GDAL-link, virtual) also with -e flag
     
    121122 * G76:r.path, G76:r.drain: accept multiple start coordinates
    122123 * G76:r.random: add seed option to set the seed of the RNG
     124 * G76:r.random.cells, G76:r.random.surface: use G_drand48(), fixes #2496
    123125 * G76:r.random.surface: rename variable Surface to RSurface to avoid variable clash with GDAL on EPEL7 compilation
    124126 * G76:r.series: allow weight = 0, preserve input type if possible
     
    152154 * G76:v.rast.stats: add number of NULL cells to method option, check for existence of attribute table before launching v.to.rast
    153155 * G76:v.select: correct class/non-class methods, ws, naming (runs python -tt, full pep8, some pylint), improve processing speed, make it clear that 'overlap' is 'intersects' in GEOS, not 'overlaps', re-organize code to select features from vector map A by features from other vector map B (fixes #3361)
    154  * G76:v.to.db: check if column(s) exist before updating, includes check for correct column type, create column(s) of not existing, see #3466 (backport trunk r73236), double-quote strings to protect single quotes, as in v.in.ogr, fix compactness and fractal dimension (fixes #3102), +unit conversion for compactness
     156 * G76:v.to.db: check if column(s) exist before updating, includes check for correct column type, create column(s) of not existing, see #3466 (backport trunk r73236), double-quote strings to protect single quotes, as in G76:v.in.ogr, fix compactness and fractal dimension (fixes #3102), +unit conversion for compactness
    155157 * G76:v.to.rast: add support for centroids
    156158 * G76:v.vect.stats: map label/description UI fix