Changes between Version 384 and Version 385 of Grass7/NewFeatures


Ignore:
Timestamp:
Feb 21, 2015, 12:25:56 PM (9 years ago)
Author:
neteler
Comment:

Screenshots added in text

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures

    v384 v385  
    3939
    4040== Modules (commands) ==
     41
     42A series of new modules have been added and many improved.
     43
    4144=== Display modules ===
    4245
     
    5356 * G7:d.geodesic: hardcoded miles changed to units choice
    5457 * G7:d.legend: support for 3D rasters
     58
    5559=== General modules ===
     60
     61[[Image(wxGUI_iscatt.jpg, align=right, 300px)]]
    5662
    5763New:
     
    8894 * G7:wxGUI.gcp: new, a wxGUI extension which allows the user to create, edit, and manage Ground Control Points for geocoding imagery
    8995
     96[[Image(i_col_enh_corr.jpg, align=right, 300px)]]
     97
    9098Improved:
    9199 * G7:i.cca: supports now much more raster maps for canonical analyses (multi-spectral (8) -> hyper-spectral (thousands)),  converted from Fortran style to C-style
     
    113121 * G7:r.unpack: new - Unpacks a raster map packed with r.pack.
    114122 * G7:r.uslek: new - Computes USLE Soil Erodibility Factor (K).
    115  * G7:r.usler: new - Computes USLE R factor, Rainfall erosivity index.
     123 * G7:r.usler: new - Computes USLE R factor, Rainfall erosivity index.
     124
     125[[Image(d_shade.jpg, align=right, 300px)]]
    116126
    117127Improved:
     
    134144=== Raster3D modules ===
    135145
     146[[Image(wxGUI_vnet.jpg, align=right, 300px)]]
     147
    136148New:
    137149 * G7:r3.colors: new - Creates/modifies the color table associated with a 3D raster map.
     
    146158 * G7:r3.retile: new - Retiles an existing 3D raster map with user defined x, y and z tile size.
    147159 * G7:r3.support: new - Allows creation and/or modification of raster3d map layer support files.
    148  * G7:r3.timestamp: new - Print/add/remove a timestamp for a 3D raster map
     160 * G7:r3.timestamp: new - Print/add/remove a timestamp for a 3D raster map.
     161
    149162
    150163=== Vector modules ===
     164
     165[[Image(v_hull_3d.png, align=right, 300px)]]
    151166
    152167New:
     
    156171 * G7:v.out.postgis: new - Exports a vector map layer to PostGIS feature table.
    157172 * G7:v.pack: new - Packs up a vector map and support files for copying.
    158  * G7:v.to.lines: new - converts vector polygons (boundaries) to lines as well as vector points to lines via triangulation
    159  * G7:v.unpack: new - Unpacks a vector map packed with r.pack. 
     173 * G7:v.to.lines: new - converts vector polygons (boundaries) to lines as well as vector points to lines via triangulation.
     174 * G7:v.unpack: new - Unpacks a vector map packed with r.pack.
    160175
    161176Improved:
     
    185200 * G7:v.voronoi: new -a flag to create Voronoi diagrams for areas
    186201
     202[[Image(v_net_distance.jpg, align=right, 300px)]]
     203
    187204=== Temporal GIS modules ===
    188205
    189206The [http://grass.osgeo.org/grass70/manuals/temporalintro.html new temporal GRASS GIS 7 framework] has been developed to manage, process and analyse large scale, spatio-temporal environmental data. In detail, the framework supports querying and map calculation of spatio-temporal data, aggregation, statistics and gap filling, and data export, import, and conversion. A spatio-temporal topology builder is available to build spatio-temporal topology connections between map objects for 1D, 3D and 4D extents. The topology creation is based on the R*Tree implementation in the vector library which supports even 4D extents.
     207
     208[[Image(temporal_timeline_2D.jpg, align=right, 300px)]]
    190209
    191210New:
     
    231250=== Scripts ===
    232251
     252[[Image(wxGUI_gmodeler.png, align=right, 300px)]]
     253
    233254New:
    234255 * All Bash scripts converted to Python, especially for portability reasons and speed.
     
    275296 * Libraster separated out from libgis, [wiki:Grass7/RasterLib refactored]. See especially [wiki:Grass7/RasterLib/ListOfFunctions Function name changes from GRASS 6 to GRASS 7]
    276297 * Also Integer (CELL) raster maps are now by default ZLIB compressed (rather than RLE), leading to smaller file size
     298
    277299=== Libvector ===
    278300
     
    314336 * IBM AIX portability improved
    315337 * FreeBSD portability improved
     338
     339== GRASS GIS 7 Addons ==
     340
     341Many new addons are available:
     342
     343 * see http://grass.osgeo.org/grass70/manuals/addons/
    316344
    317345== Replaced and removed modules ==
     
    10901118  * qcolumn -> query_column
    10911119  * vector -> map
    1092 
    1093 == GRASS GIS 7 Addons ==
    1094 
    1095  * see [http://grasswiki.osgeo.org/wiki/AddOns/GRASS_7]