Merge from vendor branch TNF:
[pkgsrcv2.git] / geography / gdal-lib / DESCR
1 GDAL is a translator library for raster geospatial data formats that
2 is released under an X/MIT style Open Source license. As a library, it
3 presents a single abstract data model to the calling application for
4 all supported formats.  The related OGR library (which lives within
5 the GDAL source tree) provides a similar capability for simple
6 features vector data. It includes roughly 60 format drivers. Current
7 translators include:
8         * GeoTIFF               (read/write)
9         * Erdas Imagine         (read/write)
10         * ESRI .BIL             (read)
11         * .aux labelled raw     (read/write)
12         * DTED                  (read)
13         * SDTS DEM              (read)
14         * CEOS                  (read)
15         * JPEG                  (read/write)
16         * PNG                   (read/write)
17         * Geosoft GXF           (read)
18         * Arc/Info Binary Grid  (read)
19 A full list is available at http://www.gdal.org/formats_list.html.