Geospatial Data Abstraction Library: Unterschied zwischen den Versionen

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche
Zeile 5: Zeile 5:
 
== Weblinks ==
 
== Weblinks ==
  
[http://www.gdal.org/] Homepage
+
* http://www.gdal.org
[http://www.remotesensing.org/gdal/]
+
* http://www.remotesensing.org/gdal

Version vom 30. Oktober 2008, 13:52 Uhr

GDAL - Geospatial Data Abstraction Library

is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data.

Weblinks