CHANGES 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. CHANGES in GRASS GIS 8.x compared to GRASS GIS 7.x
  2. Efforts have concentrated on making the user experience even better,
  3. providing many new useful additional functionalities to modules and
  4. further improving the graphical user interface. The new graphical user
  5. interface with entirely rewritten startup sequence.
  6. https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80
  7. See list of releases with changelog at
  8. https://trac.osgeo.org/grass/wiki/Release
  9. CHANGES in GRASS GIS 7.0 compared to GRASS GIS 6.x
  10. The graphical user interface based on wxPython (introduced in GRASS GIS
  11. 6.4) has been enriched with many new features in order to make complex
  12. GIS operations available as simple as possible. The old Tcl/Tk based
  13. GUI has been dropped. Relevant new features are available in the core
  14. system, among the most important the new Python interface to the C
  15. library. This new feature permits Python developers to create new
  16. modules in a simple way while at the same time creating powerful and
  17. fast modules. Furthermore, the vector library was particularly improved
  18. to make it faster and more efficient with support of huge files. This
  19. required a easy to manage topology format update including a new
  20. spatial index. Finally, there are a series of new modules to analyse
  21. raster and vector data; some of the already existing modules were
  22. improved and made faster (some even 1000 x faster).
  23. In total, more than 10,000 changes have been implemented in GRASS GIS 7.0.0
  24. with respect to GRASS GIS 6.4.x
  25. For details, please refer to this Web page:
  26. http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures