Changes between Version 6 and Version 7 of Grass7/NewFeatures72
- Timestamp:
- 12/08/16 06:21:17 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures72
v6 v7 5 5 === What's new in a nutshell === 6 6 7 [[Image(wiki:Grass7/NewFeatures :grass700RC2_startup.png, align=right, 300px)]]7 [[Image(wiki:Grass7/NewFeatures72:grass720_startup.png, align=right, 300px)]] 8 8 9 After many years of development the new stable major release GRASS GIS 7.2 is available. The graphical user interface based on wxPython (introduced in GRASS GIS 6.4) has been enriched with many '''[wiki:Grass7/NewFeatures new features]''' in order to make complex GIS operations available as simple as possible. The old !Tcl/Tk based GUI has been dropped. The developers have added important new functionality to the core system, among that the [http://grass.osgeo.org/grass72/manuals/libpython/pygrass_index.html new Python interface to the C library]. This new API permits users to create new GRASS GIS-Python modules in a simple way while yet obtaining powerful and fast modules. Furthermore, the vector library was significantly improved to make it faster and more efficient, along with support of [http://grasswiki.osgeo.org/wiki/Category:Massive_data_analysis huge files]. This requires an [http://grasswiki.osgeo.org/wiki/Convert_all_GRASS_6_vector_maps_to_GRASS_7 easy to manage topology format update] including a new spatial index. A lot of effort has been invested to standardize parameter and flag names. Finally, there are a series of new modules to analyse raster and vector data; some of the already existing modules were improved and made faster (some even 1000 x faster). For details see below.9 After almost two years of development the new stable major release GRASS GIS 7.2 is available. The graphical user interface based on wxPython has been further improved in order to make complex GIS operations available as simple as possible. The developers have added important new functionality to the core system: the [http://grass.osgeo.org/grass72/manuals/libpython/pygrass_index.html Python interface to the C library] got extended which permits users to create new GRASS GIS-Python modules in a simple way while yet obtaining powerful and fast modules. Furthermore, a series of new modules to analyse raster and vector data was added. For details see below. 10 10 11 === Releases === 11 12 12 === Release === 13 14 * Release date: ''XX Dec 2016'' 15 * see complete list of releases [wiki:Release here] 16 * [wiki:Release/7.2.0RC-News] (RC2 released 24 Nov 2016) 17 * [http://grass.osgeo.org/download/software/ nightly snapshots] 13 * See list here: [wiki:Release/7.2.0-News] 18 14 19 15 == Graphical User Interface == … … 57 53 --exec flag goes here? 58 54 55 --> yes 59 56 60 57 … … 73 70 === GRASS GIS Temporal Framework === 74 71 75 * new Python framework to implement spatio-temporal modules (see [http://grass.osgeo.org/grass7 0/manuals/temporalintro.html manual])76 72 * new Python framework to implement spatio-temporal modules (see [http://grass.osgeo.org/grass72/manuals/temporalintro.html manual]) <-- already in 7.0 73 77 74 === Libccmath === 78 75