Development: Difference between revisions
Jump to navigation
Jump to search
(restructure, new raster format page) |
(gpl, add freegis links) |
||
Line 2: | Line 2: | ||
=== | The GRASS GIS project is developed under the terms of the [http://www.gnu.org/copyleft/gpl.html GNU General Public License] (the GPL) [http://grass.ibiblio.org/devel/index.php in the open] by [http://grass.ibiblio.org/community/index.php volunteers] the [http://mapserver.gdf-hannover.de/grassusers/map.phtml world over]. | ||
* [http://en.wikipedia.org/wiki/Gpl WikiPedia entry discussing the GPL] | |||
=== Resources for Developers === | |||
* [[GRASS Programming Howto]] | * [[GRASS Programming Howto]] | ||
Line 10: | Line 15: | ||
* [[Gis Concepts]] and how they are implemented in GRASS | * [[Gis Concepts]] and how they are implemented in GRASS | ||
* [[GRASS Debugging]] | * [[GRASS Debugging]] | ||
* [http://intevation.de/rt/webrt?q_queue=grass GRASS bug tracking system] | |||
* [[GRASS AddOns]] (User contributions) | * [[GRASS AddOns]] (User contributions) | ||
* Code submission standards: | * Code submission standards: | ||
Line 47: | Line 53: | ||
* [http://www.hydrologis.com/html/jgrass/jgrass_en.html JGrass] - Java based frontend for GRASS | * [http://www.hydrologis.com/html/jgrass/jgrass_en.html JGrass] - Java based frontend for GRASS | ||
* [http://www.kergis.com/en/index.html KerGIS] - BSD-like licensed fork of GRASS 4.1.5 | * [http://www.kergis.com/en/index.html KerGIS] - BSD-like licensed fork of GRASS 4.1.5 | ||
* [http://proj.maptools.org PROJ.4] - Cartographic Projections Library | |||
* [http://www.gdal.org GDAL] - Geospatial Data Abstraction Library | |||
* [https://www.osgeo.org OSGeo]- The Open Source Geospatial Foundation | |||
* [http://freegis.org FreeGIS.org] - Interactive information base for the GIS Free Software world |
Revision as of 05:50, 3 June 2006
The GRASS GIS project is developed under the terms of the GNU General Public License (the GPL) in the open by volunteers the world over.
Resources for Developers
- GRASS Programming Howto
- GRASS Programming Manual
- CVS server
- GRASS WebCVS interface browsable source code repository
- Gis Concepts and how they are implemented in GRASS
- GRASS Debugging
- GRASS bug tracking system
- GRASS AddOns (User contributions)
- Code submission standards:
- Code Quality Control System
Plans
Overview
- Development Roadmap (needs freshening)
- GRASS Module Porting List (check here if you don't find a certain command in GRASS 6.0)
- GRASS ToDo List (overview of GRASS related community projects)
- GRASS 6-CVS Vector TODO
Sandbox
- GRASS GUI development
- Ideas on a replacement raster format specification
Linking GRASS to external languages
- GRASS-SWIG interface: generic interface to various languages
- GRASS and PHP
- GRASS and Python
- Integration of GRASS with JAVA based agent based modeling (ABM)
- JAVAGRASS
Related projects
- OSGeo- The Open Source Geospatial Foundation
- FreeGIS.org - Interactive information base for the GIS Free Software world