Changes between Version 163 and Version 164 of Grass7/NewFeatures


Ignore:
Timestamp:
Jun 14, 2013, 11:23:05 AM (11 years ago)
Author:
neteler
Comment:

+v.to.rast -d; indent module sections

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures

    v163 v164  
    2626  * G7:g.gui.vdigit: new
    2727
    28 == Display modules ==
     28== Modules (commands) ==
     29=== Display modules ===
    2930
    3031 * old display architecture removed including related modules
    3132 * new display architecture based on CAIRO and wxPython
    3233 * G7:ximgview: new
    33  * North arrow symbols: move into their own section
    34 == General modules ==
     34 * North arrow symbols: moved into their own section
     35
     36=== General modules ===
    3537
    3638 * G7:g.cairocomp: new
     
    3941 * G7:g.region: new flag to export region bounding box in WMS style
    4042
    41 == Image processing ==
     43=== Image processing ===
    4244
    4345 * G7:i.albedo: new
     
    6870
    6971 * G7:wxGUI.gcp: new, a wxGUI extension which allows the user to create, edit, and manage Ground Control Points for geocoding imagery
    70 == Raster modules ==
     72
     73=== Raster modules ===
    7174
    7275 * Large File Support (LFS) globally enabled
     
    9396 * G7:r.watershed improved from G6.3 to G6.4 to G6.5 to G7: faster, less memory, floating point DEM support, MFD, clean stream extraction from MFD, segmented mode in G7 faster than in G6 by orders of magnitude.
    9497
    95 == Vector modules ==
     98=== Vector modules ===
    9699
    97100 * Large File Support (LFS) globally enabled
     
    119122 * G7:v.overlay: up to 40x faster for large vectors (40,000+ lines in ainput)
    120123 * G7:v.pack: new
     124 * G7:v.to.rast: new -d flag to create densified lines (default: thin lines as in GRASS 6) for improved routing on cost surfaces
    121125 * G7:v.unpack: new
    122126
    123 == 3D raster modules ==
     127=== 3D raster modules ===
    124128
    125129 * G7:r3.colors: new
     
    130134 * G7:r3.retile: new
    131135
    132 == Temporal GIS modules ==
     136=== Temporal GIS modules ===
    133137
    134138The 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.
     
    173177 * G7:t.vect.univar: new
    174178
    175 == Scripts ==
     179=== Scripts ===
    176180
    177181 * All Bash scripts converted to Python, especially for portability reasons and speed.
    178  * Initialization scripts also based on Python
     182 * Initialization scripts now also based on Python
    179183
    180184== GRASS 7 Library changes ==
     185
     186''See also: [http://grass.osgeo.org/programming7/ GRASS 7 Programmer's Manual]''
    181187
    182188=== GRASS GIS Temporal Framework ===