GRASS ToDo List: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
Line 7: Line 7:
==Development==
==Development==


With the release of GRASS 5.4 and 6.0, development will focus on 6.1. You can participate in development in the following ways:
With the release of GRASS 6.4, development is focused on GRASS 7. You can participate in development in the following ways:


* fixing bugs - see the [http://intevation.de/rt/webrt?q_sort=age&q_reverse=1&q_queue=grass GRASS bug tracker]
* fixing bugs - see the [http://trac.osgeo.org/grass/report/2 GRASS bug tracker]
* [[GRASS Module Porting List]] - porting status from 5.3 to 6
* [[GRASS Module Porting List]] - porting status from 6 to 7
* implementing new features - check out the [http://intevation.de/rt/webrt?q_sort=area&q_reverse=1&q_queue=grass Grass wish list]
* implementing new features - check out the [http://trac.osgeo.org/grass/report GRASS wish list]
* improve the vector engine, see [http://freegis.org/cgi-bin/viewcvs.cgi/grass6/doc/vector/TODO?rev=HEAD&content-type=text/vnd.viewcvs-markup Radim's suggestions]


==GUI development==
==GUI development==

Revision as of 10:41, 11 January 2012

This page should help those that are interested in helping with GRASS find a project they can work on. If you decide to work on any of the tasks, please announce it on the GRASS Developers list and add a note here on this page.

Bug reporting

When you encounter a problem using GRASS, first read the documentation, then ask on the users list. If the problem seems to be a bug with GRASS and not a usage error, file a bugreport in the GRASS bug tracker. Please fill in all the fields and be as precise as possible in your error description (for example: do not write "it does not work", but "I get the following error message: xxx").

Development

With the release of GRASS 6.4, development is focused on GRASS 7. You can participate in development in the following ways:

GUI development

Since 5.7, GRASS has one internal GUI, the GIS Manager (d.m), a tcl/tk interface to the GRASS modules. Recent development has been towards the integration of access to GRASS data from general cartographic viewers, such as Quantum GIS (already implemented) and JAVAGRASS. Since 6.1, there is also a new GIS Manager being worked in (gis.m).

So, you can help either with:

  • GIS Manager (contact Michael Barton via the developers list)
  • integration of GRASS access into other software (see respective web sites)

Documentation

  • correct and enhance man pages (see manual page index)
  • extend Tips and Tricks
  • write HOWTOs on specific tasks

Translation