Changes between Version 28 and Version 29 of Grass7/NewFeatures76
- Timestamp:
- 01/20/19 06:02:33 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures76
v28 v29 3 3 '''NOTE''': this page is a living document to keeping track of new features that come with GRASS GIS 7.6.0+ 4 4 5 GRASS GIS 7.6 is actively developed and maintained with a first 7.6.0 stable release in ~~Oct 2018~~. In total, it comes with '''more than XX fixes and improvements''' with respect to the previous [wiki:Grass7/NewFeatures74 stable releases 7.4.x]. This page summarizes the manifold new features which have been added to GRASS 7.6.5 GRASS GIS 7.6 is actively developed and maintained with a first 7.6.0 stable release in January 2019. In total, it comes with '''more than XX fixes and improvements''' with respect to the previous [wiki:Grass7/NewFeatures74 stable releases 7.4.x]. This page summarizes the manifold new features which have been added to GRASS 7.6. 6 6 7 7 [[TOC]] … … 9 9 === What's new in a nutshell === 10 10 11 After ~~more than 1 year of development~~ the **new stable release GRASS GIS 7.6** is available. Efforts have concentrated on making the user experience even better, providing many new useful additional functionalities to modules and further improving the graphical user interface. Several modules were migrated from addons to the core GRASS GIS suite.11 After almost 1 year of development the **new stable release GRASS GIS 7.6** is available. Efforts have concentrated on making the user experience even better, providing many new useful additional functionalities to modules and further improving the graphical user interface. 12 12 13 13 === Releases === … … 19 19 == Graphical User Interface == 20 20 21 GRASS GIS 7.6 graphical user interface comes with a new... 22 23 * G7:g.gui.tplot: now allows to set labels for title, x and y axes, and to export the plotted time series data in a CSV file 24 * ?? implemented widget for SQL WHERE params 25 * wxGUI: make !wx.BusyInfo? compatible with wxPython 4 21 GRASS GIS 7.6 graphical user interface now displays the computational region extent by default in the Map Display window. This simple new feature allows to always visualize such an important basic concept in GRASS GIS and makes it a lot easier for newcomers. Moreover, a new widget has been implemented for commands including an SQL WHERE parameter to ease selection of features/data. Many fixes were aimed to enhance compatibility with wxPython 4. The data catalog, the graphic modeler and the startup have also received many improvements in this new GRASS GIS release. 26 22 27 23 == Modules (commands) == … … 30 26 31 27 * G76:r.buildvrt: Build a VRT (Virtual Raster) from the list of input raster maps 32 * G76:r. mapcalc.simple: Calculates a new raster map from a simple r.mapcalc expression28 * G76:r.path - Traces paths from starting points following input directions 33 29 34 30 === General modules === … … 67 63 68 64 * G7:t.rast.algebra: new ''suffix'' option for map names 65 * G7:g.gui.tplot: now allows to set labels for title, x and y axes, and to export the plotted time series data in a CSV file 69 66 70 67 === Scripting ===