Changes between Version 30 and Version 31 of Release/7.6.0-News


Ignore:
Timestamp:
Jan 20, 2019, 7:04:00 AM (5 years ago)
Author:
veroandreo
Comment:

cosmetics2

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.6.0-News

    v30 v31  
    5959 * G76:g.gui.tplot: added capabilities to export plotted data in CSV file, to set x,y axis labels and title for the plot, added title, xlabel, ylabel support to command line, fixed bug with strds and CSV output
    6060 * G76:g.proj: use new GRASS API for coordinate transformation; use new PROJ 5+ API if available
    61  * G76:g.region: added pixel option, use new GRASS API for coordinate transformation, use new PROJ 5+ API if available
     61 * G76:g.region: added grow option, use new GRASS API for coordinate transformation, use new PROJ 5+ API if available
    6262 * G76:g.version: use new PROJ 5+ API if available
    6363 * G76:i.atcorr: fixed numerical instability, added example to process Sentinel bands, added PlanetScope 0c-0d 0e 0f-10 support
     
    104104 * G76:r.horizon: check if coordinates are within the current region, fixes #3634
    105105 * G76:r.import: remove hardcoded memory limit, use auto-adjustment for lat/lon
    106  * G76:r.info: report Type of Map (raster, reclass, GDAL-link, virtual) also with -e flag
     106 * G76:r.info: report Type of Map (raster, reclass, GDAL-link, virtual) with -e flag
    107107 * G76:r.info: always report total number of cells with -s
    108108 * G76:r.info: use grass_int64 and j length modifier for total cells and number of non-null cells
     
    111111 * G76:r.in.gdal, G76:v.in.ogr: +GDAL config and dataset open options (#3413)
    112112 * G76:r.in.gdal: print only proj comparison when -j flag is given
    113  * G76:r.in.lidar: Trim option affects only trimmean method, fail if user attempts to use it with other methods
     113 * G76:r.in.lidar: trim option affects only trimmean method, fail if user attempts to use it with other methods
    114114 * G76:r.in.srtm: added support to SRTM SWBD, removed unzip dependencies, now it uses zipfile library
    115115 * G76:r.in.wms: added missing .tif extension needed by gdalwarp (GDAL 2.3+)