Changes between Version 30 and Version 31 of Grass7/NewFeatures74


Ignore:
Timestamp:
Nov 10, 2017, 11:11:05 AM (6 years ago)
Author:
veroandreo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures74

    v30 v31  
    5858 * 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).
    5959 * G7:r.regression.multi: added RMSE and MAE estimation
     60 * G7:r.what: added new -v flag to return also vector category
    6061
    6162Improved:
     
    8384 * G7:v.profile: Vector point and line profiling tool complementing G7:r.profile. Moved from add-ons (r71609)
    8485 * G7:v.net.alloc and G7:v.net.iso: added flag for unique and original categories (#517)
    85 ...
    8686
    8787Improved
     
    114114 * G7:t.rast.export: added GDAL options to support GeoTiff compression
    115115 * G7:t.info: Add test to verify the support of non ascii code
    116  * G7:t.rast.what: Fixed null value bug, null value definitions are now passed to G7:r.what correctly
     116 * G7:t.rast.what:
     117   * Fixed null value bug, null value definitions are now passed to G7:r.what correctly
     118   * added function to convert granularity to a smaller granularity
    117119
    118120=== Scripting ===
     
    123125   * [https://grass.osgeo.org/grass73/manuals/libpython/pygrass.modules.interface.html?highlight=multimodule#pygrass.modules.interface.module.MultiModule MultiModule] class
    124126   * fix _check function to not raise an Error when iterating over available mapsets in a location if a non valid mapset exists
    125 
    126127
    127128== User Manuals - Documentation ==