Changes between Version 37 and Version 38 of Grass7/NewFeatures74


Ignore:
Timestamp:
Nov 11, 2017, 2:21:51 AM (6 years ago)
Author:
veroandreo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures74

    v37 v38  
    3030* Access errors for creating location are now shown in the GUI instead of a traceback in the command line.
    3131* Map Display title is now more readable and says GRASS GIS Map Display: name - location/mapset.
     32* Map Display new web browser-like shortcuts for re-rendering
    3233* Simple Python Editor is now available from the File menu.
    3334* New module G7:g.gui.image2target (ported from GRASS 6) to georectify a map. It allows managing Ground Control Points for 3D correction.
    34 * Font can be selected interactively in module dialogs
     35* New module G7:g.gui.photo2image to correct scanning distortions of a scanned aerial photo
     36* Font can be selected interactively in module dialogs and there are some new symbols for vectors.
    3537
    3638== Modules (commands) ==
     
    7274 * G7:r.mapcalc: implemented computational region settings based on disjoint union and intersection computation from all input raster maps in an expression
    7375 * G7:r.reclass: it is possible to use more than 100 rules now
     76 * G7:r.resamp.stats: range, count and diversity methods introduced
     77 
    7478
    7579=== Raster3D modules ===
     
    8892 * G7:v.profile: Vector point and line profiling tool complementing G7:r.profile. Moved from add-ons (r71609)
    8993 * G7:v.net.alloc and G7:v.net.iso: added flag for unique and original categories (#517)
    90  * G7:v.clip: Extracts features of input map which overlay features of clip map
     94 * G7:v.edit: tool=merge has an improved iteration over list of lines, improved skip invalid lines and zero length lines; added Vedit_extend_lines, improved intersection check; better handling of Vedit_connect_lines by extending both lines; fixed snapping to background map. 
     95 * G7:v.external: new where option
    9196
    9297Improved
     
    106111 * G7:v.what: new -m flag to query overlapping features
    107112 * G7:v.patch: build topology after appending
     113 * G7:v.surf.rst: new parallel implementation and testsuite
    108114
    109115=== Imagery modules ===
     
    112118
    113119 * G7:i.segment: new mean shift algorithm
    114  * G7:i.atcorr: added support for Pleiades1a, Pleiades1b, Spot6, Spot7
    115  * ...
     120 * G7:i.atcorr: added support for Pleiades1a, Pleiades1b, Spot6, Spot7, Sentinel-2A, Rapideye, Worldview3
     121 * G7:i.modis.qc: Added mod09GA QA definitions
     122 * G7:i.segment: + mean shift
    116123
    117124=== Temporal GIS modules ===
     
    154161   * new G_adjust_window_ll() to automatically fix lat/lon errors
    155162   * relax ll restrictions when reading DMS coords
     163   * support for HTML/CSS hash hexadecimal colors in G_str_to_color()
    156164 * rasterlib:
    157165   * fix/improve Rast_align_window()