wiki:FAQ

Version 8 (modified by Mateusz Łoskot, 17 years ago) ( diff )

Added GDAL/OGR Q&A

GDAL FAQ

  1. General
    1. What is GDAL?
    2. What's this OGR Stuff?
  2. Installation and Building
  3. Raster Support
    1. How to convert a raster to a layer of polygons?
  4. Vector Support
  5. Miscellaneous

General

What is GDAL?

GDAL name is usually used to name one of following:

  • project of translation libraries for raster (GDAL) and vector (OGR) data formats, so in this case GDAL = GDAL + OGR.
  • translator library for raster geospatial data formats.

What's this OGR Stuff?

The gdal/ogr tree holds source for a vector IO library inspired by OpenGIS Simple Features. In theory it is separate from GDAL, but currently they reside in the same source tree and are somewhat entangled. More information can be found at http://ogr.maptools.org. It is my plan to properly fold OGR into GDAL properly at some point in the future. Then GDAL will be a raster and vector library.

Installation and Building

TBD

Raster Support

How to convert a raster to a layer of polygons?

TBD

Vector Support

TBD

Miscellaneous

TBD

Note: See TracWiki for help on using the wiki.