.. Python GDAL/OGR Cookbook documentation master file, created by sphinx-quickstart on Mon May 13 08:53:10 2013. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to the Python GDAL/OGR Cookbook! ======================================== This cookbook has simple code snippets on how to use the Python GDAL/OGR API. The web site is a project at `GitHub `_ and served by Github Pages. If you find missing recipes or mistakes in existing recipes please add an issue to the `issue tracker `_. For a detailed description of the whole Python GDAL/OGR API, see the useful `API docs `_. We heavily relied on Chris Garrard's excellent `Geoprocessing with Python using Open Source GIS `_ and the official `GDAL/OGR Python documentation `_. Another great source of examples is OGR's `autotest directory `_. .. toctree:: :maxdepth: 2 gdal_general.rst geometry.rst vector_layers.rst raster_layers.rst projection.rst gotchas.rst Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`