Changes between Version 40 and Version 41 of Grass7/NewFeatures76


Ignore:
Timestamp:
Jan 20, 2019, 1:10:08 PM (6 years ago)
Author:
veroandreo
Comment:

typos in captions

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures76

    v40 v41  
    2121GRASS 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.
    2222
    23 ||[[Image(wiki:Grass7/NewFeatures76:grass760_show_region.png, align=right, 300px)]]
    24 ||'Computational region extent shown by default'
     23||[[Image(wiki:Grass7/NewFeatures76:grass760_show_region.png, align=right, 250px)]]
     24||''Computational region extent shown by default''
    2525
    2626Many fixes were aimed to enhance compatibility with wxPython 4. The data catalog, the graphical modeler and the startup have also received many improvements in this new major GRASS GIS release.
     
    3939
    4040|| [[Image(wiki:Grass7/NewFeatures76:grass760_r_path.png, align=right, 300px)]]
    41 || 'G7:r.path usage: drainage paths from two points where directions from r.watershed were used'
     41|| ''G7:r.path usage: drainage paths from two points where directions from r.watershed were used''
    4242
    4343Several other raster modules have been improved with new options or flags:
     
    5151 * G76:r.colors includes inferno, magma and plasma color tables as well as a new flag -d to list available rules with description (e.g. "srtm: color palette for Shuttle Radar Topography Mission elevation [range: -11000 to 8850]")
    5252
    53 || [[Image(wiki:Grass7/NewFeatures76:grass760_r_mapcalc_simple_01.png, align=center, 300px)]] || [Image(wiki:Grass7/NewFeatures76:grass760_r_mapcalc_simple_02.png, align=center, 300px)]]
    54 || 'Example of simple expression in r.mapcalc.simple' || 'Option setting in r.mapcalc.simple'
     53|| [[Image(wiki:Grass7/NewFeatures76:grass760_r_mapcalc_simple_01.png, align=center, 300px)]] || [[Image(wiki:Grass7/NewFeatures76:grass760_r_mapcalc_simple_02.png, align=center, 300px)]]
     54|| ''Example of simple expression in G7:r.mapcalc.simple'' || ''Option setting in r.mapcalc.simple''
    5555
    5656Many raster modules use the new GRASS GIS API for coordinate transformation and are also ready to use [https://proj4.org/ PROJ v5 API] if available (See ''Library'' changes section below). This was a significant improvement and a great effort implemented during the [https://grasswiki.osgeo.org/wiki/GRASS_Community_Sprint_Bonn_2018 OSGeo Code Sprint 2018] in Bonn.
     
    6868 * ​G76:v.buffer now offers to also build squared buffers around points when the -s flag is set
    6969
    70 || [[Image(wiki:Grass7/NewFeatures76:grass760_v_buffer_squared.png, align=right, 300px)]]
    71 || Squared buffers with G7:v.buffer new flag
     70|| [[Image(wiki:Grass7/NewFeatures76:grass760_v_buffer_squared.png, align=right, 250px)]]
     71|| ''Squared buffers with G7:v.buffer new flag''
    7272
    7373=== Imagery modules ===
     
    8181
    8282|| [[Image(wiki:Grass7/NewFeatures76:grass760_g_gui_tplot_labels.png, align=center, 400px)]]
    83 || 'Labels in the temporal plot tool'
     83|| ''Labels in the temporal plot tool''
    8484
    8585=== Python Scripting ===
     
    122122Among these new extensions there is a set of new addons to import and pre-process Copernicus Sentinel 2 imagery: G7A:i.sentinel.preproc and G7A:i.sentinel.mask. These two modules which add up to the existant G7A:i.sentinel.download and G7A:i.sentinel.import, were contributed by a student under [https://trac.osgeo.org/grass/wiki/GSoC/2018 Google Summer of Code 2018] program. With all these Sentinel related modules GRASS GIS provides now the possibility to create full workflows that include download, import, atmospheric correction and cloud masking of Sentinel 2 imagery. Additional imagery addons include, G7A:i.pysptools.unmix for extracting endmembers and spectral unmixing using [https://pysptools.sourceforge.io/ pysptools] and a set of [https://grass.osgeo.org/grass7/manuals/addons/i.signature.list.html i.signature] tools to list, copy and remove signature files. Moreover, a new set of addons for artificial neural networks was also initially developed, G7A:i.ann.maskrcnn, to perform supervised classification using convolutional neural networks.
    123123
    124 || [[Image(wiki:Grass7/NewFeatures76:grass760_i_sentinel_mask_clouds.png, align=center, 500px)]]
    125 || 'Sentinel-2A Band 02 with computed cloud and shadow masks'
     124|| [[Image(wiki:Grass7/NewFeatures76:grass760_i_sentinel_mask_clouds.png, align=center, 600px)]]
     125|| ''Sentinel-2A Band 02 with computed cloud and shadow masks''
    126126
    127127The list of other new addons include:
     
    135135
    136136|| [[Image(wiki:Grass7/NewFeatures76:grass760_v_rast_bufferstats_01.png, align=center, 300px)]] || [[Image(wiki:Grass7/NewFeatures76:grass760_v_rast_bufferstats_02.png, align=center, 300px)]]
    137 || 'Buffers' || 'Attribute table detail with statistics for buffers'
     137|| ''Buffers'' || ''Attribute table detail with statistics for buffers''
    138138
    139139== Migrating from GRASS GIS 6 to version 7.x ==