Changes between Version 30 and Version 31 of Release/7.6.0-News
- Timestamp:
- 01/20/19 07:04:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.6.0-News
v30 v31 59 59 * 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 60 60 * G76:g.proj: use new GRASS API for coordinate transformation; use new PROJ 5+ API if available 61 * G76:g.region: added pixeloption, use new GRASS API for coordinate transformation, use new PROJ 5+ API if available61 * G76:g.region: added grow option, use new GRASS API for coordinate transformation, use new PROJ 5+ API if available 62 62 * G76:g.version: use new PROJ 5+ API if available 63 63 * G76:i.atcorr: fixed numerical instability, added example to process Sentinel bands, added PlanetScope 0c-0d 0e 0f-10 support … … 104 104 * G76:r.horizon: check if coordinates are within the current region, fixes #3634 105 105 * 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) alsowith -e flag106 * G76:r.info: report Type of Map (raster, reclass, GDAL-link, virtual) with -e flag 107 107 * G76:r.info: always report total number of cells with -s 108 108 * G76:r.info: use grass_int64 and j length modifier for total cells and number of non-null cells … … 111 111 * G76:r.in.gdal, G76:v.in.ogr: +GDAL config and dataset open options (#3413) 112 112 * 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 methods113 * G76:r.in.lidar: trim option affects only trimmean method, fail if user attempts to use it with other methods 114 114 * G76:r.in.srtm: added support to SRTM SWBD, removed unzip dependencies, now it uses zipfile library 115 115 * G76:r.in.wms: added missing .tif extension needed by gdalwarp (GDAL 2.3+)