Changes between Version 29 and Version 30 of Grass7/NewFeatures74


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures74

    v29 v30  
    3131* Map Display title is now more readable and says GRASS GIS Map Display: name - location/mapset.
    3232* Simple Python Editor is now available from the File menu.
    33 * New dialog to download locations as Download button in the start-up window. This is a very useful functionality especially for newcomers that do not have any data. It currently points to [https://grass.osgeo.org/download/sample-data/ North Carolina sample dataset] but it can potentially be extended to other data sources.
    3433
    3534== Modules (commands) ==
     
    5857 * support import of raster maps exceeding 90N or 90S or with an EW extent larger than 360 degrees
    5958 * 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).
    60  * ...
     59 * G7:r.regression.multi: added RMSE and MAE estimation
    6160
    6261Improved:
     
    8382 * G7:v.out.ogr: Default format changed from Esri Shapefile to OGC GeoPackage (#3428)
    8483 * G7:v.profile: Vector point and line profiling tool complementing G7:r.profile. Moved from add-ons (r71609)
    85  * ...
     84 * 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
    116117
    117118=== Scripting ===
     
    134135   * Added spatial topological operators to the temporal algebra (r71369)
    135136   * temporal framework: Tests regarding implicit temporal aggregation
     137   * improved gran_to_gran function to return correctly years and second values
     138   * added function to convert granularity to a smaller granularity
     139 * projlib:
     140   * added GPJ_grass_to_wkt2() and GPJ_grass_to_osr2()
     141 * python vector scripting library:
     142   * added layer variable to vector_info and vector_info_topo functions
    136143
    137144== Source Code Portability ==