README 1.0 KB

1234567891011121314151617181920212223242526
  1. GDAL is a library for reading and writing raster geospatial data
  2. formats, and is released under an X/MIT style Open Source license by
  3. the Open Source Geospatial Foundation. As a library, it presents a
  4. single abstract data model to the calling application for all
  5. supported formats. It may also be built with a variety of useful
  6. command-line utilities for data translation and processing.
  7. The related OGR library (which is part of the GDAL source tree)
  8. provides a similar capability for simple features vector data.
  9. The following optional requirements are detected automatically:
  10. freexl, hdf, hdf5, libkml, netcdf, postgresql, xerces-c,
  11. libspatialite, SFCGAL, libheif
  12. To enable OpenCL GPU-accelerated performance, specify the option
  13. OPENCL=yes (requires either nvidia-driver or amd-app-sdk with
  14. suitable GPU hardware to run).
  15. To build JAVA bindings, specify JAVA=yes (it requires a java JDK and
  16. ant).
  17. By default, the script does not build nor run the tests. You can use the
  18. option TESTBUILD=YES to build and run the tests before the make install
  19. part.