Verlauf: C
C
From GISWiki
Freie Software im Netz mit C oder C++ Quellen oder API
- GRASS is a Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/maps production, spatial modeling, and visualization. GRASS is currently used in academic and commercial settings around the world, as well as by many governmental agencies and environmental consulting companies. GRASS is official project of the Open Source Geospatial Foundation. It provides C and Python APIs.
- mapnik
Mapnik is an OpenSource C++/Python toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization.
Source: http://developer.berlios.de/project/showfiles.php?group_id=3133
- GeoServer
The Geoserver project acts as a thin, portable, OpenGIS-compliant web services layer on top of existing data sources.
- SAGA GIS
SAGA -- System for an Automated Geo-scientific Analysis -- a free Geographical Information System (GIS)
The SAGA API supports grid data like digital terrain models andsatellite images, vector data, and tables.
This API makes it easy to implement new algorithms and exempts the developer from hassle programming overhead like user-interface design or file-io.
SAGA comes with a large collection of SAGA-Modules, in areas of terrain-analysis, geo-statistics, image processing and process simulation.
- Quantum GIS
Quantum GIS (QGIS) is designed to be a Geographic Information System (GIS) built for Linux/Unix. QGIS will offer support for vector and raster formats.
- ShapeLib
Shapelib is a simple C API for reading and writing ESRI Shapefiles. It is Free Software available in source form, under an MIT Style (preferred) and GNU LGPL (optional) license
Tutorials
Weitere Links
Categories: Programming | C | Tutorial

