2010-05-11 20:00:46 +02:00
|
|
|
GDAL is a library for reading and writing raster geospatial data
|
|
|
|
formats, and is released under an X/MIT style Open Source license by
|
|
|
|
the Open Source Geospatial Foundation. As a library, it presents a
|
|
|
|
single abstract data model to the calling application for all
|
|
|
|
supported formats. It may also be built with a variety of useful
|
|
|
|
command-line utilities for data translation and processing.
|
|
|
|
|
|
|
|
The related OGR library (which is part of the GDAL source tree)
|
|
|
|
provides a similar capability for simple features vector data.
|
2012-09-09 09:10:49 +02:00
|
|
|
|
2013-06-06 01:45:06 +02:00
|
|
|
The following optional requirements are detected automatically:
|
2017-05-11 22:01:36 +02:00
|
|
|
|
|
|
|
cfitsio, freexl, hdf, hdf5, libkml, libwebp, netcdf,
|
2018-05-14 22:56:55 +02:00
|
|
|
postgresql, python3, xerces-c, zstd
|
2013-06-06 01:45:06 +02:00
|
|
|
|
|
|
|
To enable OpenCL GPU-accelerated performance, specify the option
|
|
|
|
OPENCL=yes (requires opencl-headers to build, and either nvidia-driver
|
|
|
|
or amd-app-sdk with suitable GPU hardware to run).
|