Changes between Version 163 and Version 164 of Grass7/NewFeatures
- Timestamp:
- 06/14/13 11:23:05 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures
v163 v164 26 26 * G7:g.gui.vdigit: new 27 27 28 == Display modules == 28 == Modules (commands) == 29 === Display modules === 29 30 30 31 * old display architecture removed including related modules 31 32 * new display architecture based on CAIRO and wxPython 32 33 * 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 === 35 37 36 38 * G7:g.cairocomp: new … … 39 41 * G7:g.region: new flag to export region bounding box in WMS style 40 42 41 == Image processing==43 === Image processing === 42 44 43 45 * G7:i.albedo: new … … 68 70 69 71 * 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 === 71 74 72 75 * Large File Support (LFS) globally enabled … … 93 96 * 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. 94 97 95 == Vector modules==98 === Vector modules === 96 99 97 100 * Large File Support (LFS) globally enabled … … 119 122 * G7:v.overlay: up to 40x faster for large vectors (40,000+ lines in ainput) 120 123 * 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 121 125 * G7:v.unpack: new 122 126 123 == 3D raster modules==127 === 3D raster modules === 124 128 125 129 * G7:r3.colors: new … … 130 134 * G7:r3.retile: new 131 135 132 == Temporal GIS modules ==136 === Temporal GIS modules === 133 137 134 138 The 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. … … 173 177 * G7:t.vect.univar: new 174 178 175 == Scripts==179 === Scripts === 176 180 177 181 * All Bash scripts converted to Python, especially for portability reasons and speed. 178 * Initialization scripts also based on Python182 * Initialization scripts now also based on Python 179 183 180 184 == GRASS 7 Library changes == 185 186 ''See also: [http://grass.osgeo.org/programming7/ GRASS 7 Programmer's Manual]'' 181 187 182 188 === GRASS GIS Temporal Framework ===