Changes between Version 50 and Version 51 of Grass7/NewFeatures74


Ignore:
Timestamp:
Nov 11, 2017, 9:20:13 AM (6 years ago)
Author:
veroandreo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures74

    v50 v51  
    4141A series of new modules has been added and many improved.
    4242
    43 === Display modules ===
    44 
    45  * ...
    46 
    4743=== General modules ===
    4844
    49 New:
    50 
    51 * G74:...
    52 
    53 Improved:
    54 
    55 * G7:g.proj: When a new location is created from vector data, use the default region s=0 n=1 w=0 e=1 res=1 to avoid potentially invalid region settings (r71491)
     45When a new location is created from vector data, G7:g.proj uses the default region s=0 n=1 w=0 e=1 res=1 to avoid potentially invalid region settings (r71491).
    5646
    5747=== Raster modules ===
    5848
    59 New:
     49A new module, G7:r.geomorphon, to calculate geomorphons (terrain forms) and associated geometry using machine vision approach has been integrated (moved from Add-ons) into the core functionalities of GRASS GIS. A very nice addition to G7:r.out.gdal is the possibility to create overviews which enhances the compatibility with other GIS software packages.
    6050
    61  * G7:r.geomorphon: New module to calculate geomorphons (terrain forms) and associated geometry using machine vision approach (moved from addons)
    6251 * fixed longitude wrapping for lat/lon locations
    6352 * support import of raster maps exceeding 90N or 90S or with an EW extent larger than 360 degrees
    6453 * lat/lon: automatically fix floating point precision errors in the grid geometry of imported raster maps created with GIS software that uses limited floating point precision (common problem).
     54
    6555 * G7:r.regression.multi: added RMSE and MAE estimation
    6656 * G7:r.what: added new -v flag to return also vector category
    67  * G7:r.out.gdal: +added new option for overviews
    6857
    6958Improved:
     
    7968 * G7:r.resamp.stats: range, count and diversity methods introduced
    8069 * G7:r.stream.extract: use 64 bit integer to support large regions and added network id to vector output
    81  * G7:r.out.gdal: now creates overviews to enhance compatibility with other GIS software packages
    8270
    8371=== Raster3D modules ===