Changes between Version 10 and Version 11 of Grass7/NewFeatures78


Ignore:
Timestamp:
Nov 9, 2019, 3:38:08 AM (4 years ago)
Author:
neteler
Comment:

GRASS GIS 7.8.1 released

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures78

    v10 v11  
    3636 * G78:r.compress: ZLIB is no longer the default compression method but [http://facebook.github.io/zstd/ ZSTD] compression
    3737 * G78:r.mapcalc.simple: former r.mapcalculator as now as r.mapcalc.simple
     38 * G78:r.slope.aspect: fix -e flag to calculate values at edges
     39 * G78:r.to.vect: break line when value changes
    3840
    3941=== Vector modules ===
     
    4345 * G78:v.overlay: speed-up for large, complex input areas
    4446 * G78:v.patch: automagic cleaning of boundaries if areas have been patched
     47 * G78:v.digit: fix digitizing on MS Windows
    4548
    4649=== Imagery modules ===
    4750
    4851 * G78:i.pansharpen: updated i.pansharpen to handle pixel depths from 2-30 bits, and quashed some bugs
     52 * G78:i.zc: avoid integer overflow with large maps
    4953
    5054=== Temporal GIS modules ===
    5155
    52  * ...
     56 * G78:t.vect.export: GPKG support added
     57
     58=== Graphical user interface ===
     59
     60 * wxGUI: numerous fixes for Python3 and wxpython4
    5361
    5462=== Scripting ===
     
    7785
    7886In addition to PROJ 4 and PROJ 5 now also PROJ 6 compatibility implemented.
     87 * convert lowercase epsg to uppercase EPSG
     88 * axis order of a CRS is no longer always easting, northing, it can also be northing, easting, e.g. EPSG:4326. If source and target CRS are available, axis order is adjusted using proj_normalize_for_visualization() to easting, northing if needed.
     89 * previously, GRASS GIS did conversions of degress to/from radians and meters from/to map units. Now PROJ6+ might do these conversions itself, or not. GRASS GIS is now doing the conversions only if needed.
     90 * in PROJ6+, there can be several different operations to transform coordinates from one CRS to another CRS. If more than one operation is available, information is provided about these different operations. The current region is used by PROJ to select an appropriate operation.
    7991
    8092== GDAL support ==
     
    8496== Source Code Portability ==
    8597
    86  * Python-3 support implemented across the tree
     98 * Python-3 support implemented across the tree
     99 * OSGeo4W: build fixes, rewrite of package.sh, GDAL3/PROJ6 support added
     100
     101==== JSON /  REST support ====
     102
     103 * json parser: change + to @ for URLs: Since `+` is used in algebraic expressions, this char is unsuitable for the indication of external URL resourcs as used by the importer of actinia (https://github.com/mundialis/actinia_core/)
     104
     105==== Docker support ====
     106
     107 * Various docker images listed at: https://grass.osgeo.org/download/software/docker-images/
    87108
    88109== GRASS GIS 7.8 Addons ==