C: Unterschied zwischen den Versionen

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche
(Tutorials)
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
===Freie Software im Netz mit C oder C++ Quellen oder API ===
 
===Freie Software im Netz mit C oder C++ Quellen oder API ===
  
*[http://mapnik.berlios.de/ mapnik]<br>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. <br>Source: [http://developer.berlios.de/project/showfiles.php?group_id=3133 http://developer.berlios.de/project/showfiles.php?group_id=3133]
+
* [[mapnik]]<br>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. <br>Source: [http://developer.berlios.de/project/showfiles.php?group_id=3133 http://developer.berlios.de/project/showfiles.php?group_id=3133]
  
* [http://sourceforge.net/projects/libral/ libral - Raster Algebra Library]<br>libral is a C library for raster algebra, which is an algebra of two dimensional rasters, often associated with geoinformatics or geographical information systems (GIS). libral contains general raster algebra functions and functions for terrain analysis.
+
* [[libral]]
  
 
* [http://sourceforge.net/projects/geoserver/ GeoServer]<br>The Geoserver project acts as a thin, portable, OpenGIS-compliant web services layer on top of existing data sources.
 
* [http://sourceforge.net/projects/geoserver/ GeoServer]<br>The Geoserver project acts as a thin, portable, OpenGIS-compliant web services layer on top of existing data sources.
Zeile 11: Zeile 11:
 
* [[Quantum GIS]]<br>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.
 
* [[Quantum GIS]]<br>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.
  
* [http://shapelib.maptools.org/ Shapelib]<br> 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
+
* [[ShapeLib]]<br> 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
  
 
* [http://gdal.velocet.ca/projects/ written or maintained by Frank Warmerdam ..nur die wichtigsten SHAPELIB, GEOTIFF, GDAL, OGDI]
 
* [http://gdal.velocet.ca/projects/ written or maintained by Frank Warmerdam ..nur die wichtigsten SHAPELIB, GEOTIFF, GDAL, OGDI]
Zeile 24: Zeile 24:
 
{{Seite|C-Programmierung (Tutorials)}}
 
{{Seite|C-Programmierung (Tutorials)}}
  
 
+
===Weitere Links===
 +
* http://gislounge.com/ll/cc.shtml
 
----
 
----
 
[[Kategorie:Programmierung]]
 
[[Kategorie:Programmierung]]

Aktuelle Version vom 11. Dezember 2006, 18:13 Uhr

Freie Software im Netz mit C oder C++ Quellen oder API

  • 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