Changes between Version 6 and Version 7 of Grass7/NewFeatures78


Ignore:
Timestamp:
Sep 6, 2019, 2:36:42 PM (5 years ago)
Author:
neteler
Comment:

updated, yet TODO

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures78

    v6 v7  
    11= List of new features in GRASS GIS 7.8 =
    22
    3 '''NOTE''': this page is a draft to start keeping track of the new features that will come with GRASS GIS 7.8.0
    4 
    5 GRASS GIS 7.8 is actively developed and maintained with a first 7.8.0 stable release in ~~Aug 2019~~. In total, it comes with '''more than XX fixes and improvements''' with respect to the previous [wiki:Grass7/NewFeatures76 stable releases 7.6.x]. This page summarizes the manifold new features which have been added to GRASS 7.8.
     3GRASS GIS 7.8 is actively developed and maintained with a first 7.8.0 stable release in Sep. 2019. In total, it comes with '''more than [https://github.com/OSGeo/grass/compare/releasebranch_7_6...releasebranch_7_8 730 fixes and improvements]''' with respect to the previous [wiki:Grass7/NewFeatures76 stable releases 7.6.x]. This page summarizes the manifold new features which have been added to GRASS 7.8.
    64
    75[[TOC]]
     
    97=== What's new in a nutshell ===
    108
    11 After ~~more than 1 year of development~~ the **new stable release GRASS GIS 7.8** 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.
     9After more than 1 year of development the **new stable release GRASS GIS 7.8** 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.
    1210
    1311**Breaking news: Python 3 compatibility!**
     
    1614
    1715 * See list here:
    18    * [wiki:Release/7.8.0-News] ~~(XXX 2019)~~ (7.8.0 forthcoming)
     16   * [wiki:Release/7.8.0-News] (6 Sep 2019)
    1917 * The release development was officially moved to a dedicated release branch on Aug 4, 2019: https://github.com/OSGeo/grass/tree/releasebranch_7_8
    2018
     
    7270=== User manual pages improvements ===
    7371
    74 More than ~~XXX~~ User Manual pages have received major or minor improvements.
     72Many user manual pages have received major or minor improvements.
    7573
    7674== GRASS 7 Library changes ==
     
    8280== Source Code Portability ==
    8381
    84  * ...
    85  * ...
     82 * Python-3 support implemented across the tree
    8683
    8784== GRASS GIS 7.8 Addons ==
    8885
    89 There are ~~twenty six [wiki:Release/7.6.0-News#NewAddonssinceGRASS7.2.0 26 new addons]~~ that now enlarge the already impressive list of extensions available (see http://grass.osgeo.org/grass7/manuals/addons/).
     86There are numerous new addons which enlarge the already impressive list of addons available (see http://grass.osgeo.org/grass7/manuals/addons/):
    9087
    91 Among these new extensions there is a set of new addons to download, import and preprocess Sentinel-2 imagery: ...
     88 * G7A:i.sar.speckle - Remove speckle from SAR image
     89 * G7A:r.fill.category - Replaces the values of pixels of a given category with values of the surrounding pixels
     90 * G7A:r.object.thickness - Evaluates minimum, maximum and mean thickness of objects of a given category on a raster map
     91 * G7A:r.out.kde - Exports raster with variable transparency into an image file
     92 * G7A:r.out.legend - Create an image file showing the legend of a raster map
     93 * G7A:r.random.weight - Generates a binary raster layer with a random selection of raster cells depending on the weight of each cell in the input weight layer.
     94 * G7A:r.sample.category - Create sampling points from each category in a raster map
     95 * G7A:r.series.diversity - Compute diversity indici over input layers
    9296
    9397== Migrating from GRASS GIS 6 to version 7.x ==