Changes between Version 10 and Version 11 of Grass7/NewFeatures78
- Timestamp:
- 11/09/19 03:38:08 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures78
v10 v11 36 36 * G78:r.compress: ZLIB is no longer the default compression method but [http://facebook.github.io/zstd/ ZSTD] compression 37 37 * 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 38 40 39 41 === Vector modules === … … 43 45 * G78:v.overlay: speed-up for large, complex input areas 44 46 * G78:v.patch: automagic cleaning of boundaries if areas have been patched 47 * G78:v.digit: fix digitizing on MS Windows 45 48 46 49 === Imagery modules === 47 50 48 51 * 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 49 53 50 54 === Temporal GIS modules === 51 55 52 * ... 56 * G78:t.vect.export: GPKG support added 57 58 === Graphical user interface === 59 60 * wxGUI: numerous fixes for Python3 and wxpython4 53 61 54 62 === Scripting === … … 77 85 78 86 In 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. 79 91 80 92 == GDAL support == … … 84 96 == Source Code Portability == 85 97 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/ 87 108 88 109 == GRASS GIS 7.8 Addons ==