GRASS and its siblings; a guide for the novice

From GRASS-Wiki
Revision as of 09:36, 27 October 2008 by ⚠️HamishBowman (talk | contribs) (→‎GRASS: minor edits)
Jump to navigation Jump to search

There are many open-source software packages that deal with spatial data in some way and are also related to GRASS. This page provides a brief overview of history, current status, and platforms. It is based on a nice summary prepared by Michael Barton and will hopefully be edited by many people.

GRASS

GRASS is written primarily in C, with many additional modules created as UNIX Shell and Python scripts that chain together C modules.

The GUI needs to be something that works well with C, is cross-platform, and relatively easy to work with. Tcl/Tk (used for the GRASS 6 GUI) fits these criteria very well. We are in the process of switching the GUI to wxPython, which also fits these criteria and is an even richer GUI development platform. There is a talented team of folks working on the wxPython GUI, so development is going quite fast.

GRASS was originally ported to UNIX in the mid-1980's, and in recent years primarily ran under Linux and Solaris. It has recently been ported to MacOSX and a port to MS-Windows is nearing completion as of mid-2008. See the GRASS history page on the website for more.

QGIS

QGIS is basically an easy to use viewer for geospatial data. A couple years ago, Radim Blazek--a former GRASS developer--joined the QGIS project. He has made a number of GRASS processes available to QGIS through its plugin architecture to give QGIS some nice analytical capabilities. QGIS is written in C++ I think, and its GUI is done in QT.

JGRASS

jgrass was started some years back, when GRASS had a pretty primitive GUI. As best I can tell, it creates a GUI in JAVA and uses GRASS libraries to carry out a limited suite of geospatial processing activities (mainly hydrologic modeling). For a long time, jgrass was using the GRASS 5 libraries. I don't know if it has upgraded to GRASS 6 or not. As of a year ago, jgrass merged into uDIG, and I don't know if it is still using GRASS libraries as a geospatial analysis engine or not.

KerGIS

KerGIS is a fork of GRASS 4, the last public domain version of GRASS before the code was relicensed as GPL.