Changes between Version 386 and Version 387 of Grass7/NewFeatures


Ignore:
Timestamp:
Feb 23, 2015, 7:25:58 AM (9 years ago)
Author:
neteler
Comment:

moved manual + PyGRASS up; +docker compliant

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures

    v386 v387  
    257257Note: Shell scripts can obviously still be used. Just the included scripts have been rewritten in Python for speed and portability.
    258258
     259
     260== User Manual - Documentation ==
     261
     262 * Use Python to generate [http://grass.osgeo.org/grass70/manuals/ HTML manual] pages
     263
     264== Python interface ==
     265
     266 * [http://grass.osgeo.org/grass70/manuals/libpython/ GRASS GIS Python library documentation]
     267 * Wiki: [http://grasswiki.osgeo.org/wiki/GRASS_and_Python Improved Python interface] (see also "API" below)
     268
     269== API improvements ==
     270
     271 * Programmer's manual cleanup: http://grass.osgeo.org/programming7
     272 * Improved [http://grass.osgeo.org/programming7/libpython/ Python API]: PyGRASS
     273  * read/write GRASS rasters to/from !NumPy
     274  * Support for signals
     275  * PyGRASS message interface
     276 * libgis supports the automatic generation of a [http://grasswiki.osgeo.org/wiki/WPS WPS] 1.0.0 process description XML document for each module (c, c++, python, shell)
     277 * C function name changes from GRASS 6 to GRASS 7: See [wiki:Grass7/RasterLib/ListOfFunctions] etc.
     278
    259279== GRASS 7 Library changes ==
    260280
     
    309329 * Vector network analysis for large datasets (as other vector operations) should require much less memory in GRASS GIS 7 because of substantial vector library improvements
    310330
    311 == User Manual - Documentation ==
    312 
    313  * Use Python to generate [http://grass.osgeo.org/grass70/manuals/ HTML manual]
    314 
    315 == Python interface ==
    316 
    317  * [http://grass.osgeo.org/grass70/manuals/libpython/ GRASS GIS Python library documentation]
    318  * Wiki: [http://grasswiki.osgeo.org/wiki/GRASS_and_Python Improved Python interface] (see also "API" below)
    319 
    320 == API improvements ==
    321 
    322  * Programmer's manual cleanup: http://grass.osgeo.org/programming7
    323  * Improved [http://grass.osgeo.org/programming7/libpython/ Python API]: PyGRASS
    324   * read/write GRASS rasters to/from !NumPy
    325   * Support for signals
    326   * PyGRASS message interface
    327  * libgis supports the automatic generation of a [http://grasswiki.osgeo.org/wiki/WPS WPS] 1.0.0 process description XML document for each module (c, c++, python, shell)
    328  * C function name changes from GRASS 6 to GRASS 7: See [wiki:Grass7/RasterLib/ListOfFunctions] etc.
    329 
    330331== Source Code Portability ==
    331332
     
    335336 * IBM AIX portability improved
    336337 * FreeBSD portability improved
     338 * docker compliant
    337339
    338340== GRASS GIS 7 Addons ==