Geospatial Data Abstraction Library: Unterschied zwischen den Versionen

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche
K
Zeile 3: Zeile 3:
 
is a translator library for raster geospatial data formats that is released under an X/MIT style [[OpenSourceGIS|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.  
 
is a translator library for raster geospatial data formats that is released under an X/MIT style [[OpenSourceGIS|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.  
  
[http://www.gdal.org/ Homepage]
+
* http://www.gdal.org/ Homepage
 +
* http://www.remotesensing.org/gdal/

Version vom 26. Februar 2006, 00:01 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.