Changes between Version 21 and Version 22 of GdalOgrInPython


Ignore:
Timestamp:
Feb 12, 2011, 5:12:55 AM (13 years ago)
Author:
Even Rouault
Comment:

mention http://gdal.org/python API doc

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrInPython

    v21 v22  
    1313
    1414The GDAL project (primarily Howard Butler) maintains SWIG generated Python
    15 bindings for GDAL and OGR. Generally speaking the classes and methods mostly
    16 match those of the GDAL and OGR C++ classes. There is no Python specific
    17 reference documentation, but the `GDAL API Tutorial`_ includes Python examples.
     15bindings for GDAL and OGR.
     16
     17API
     18---
     19
     20Generally speaking the classes and methods mostly match those of the GDAL and
     21OGR C++ classes. An automatically generated API documentation is available on
     22http://gdal.org/python. It is far from being ideal however : you will essentially
     23get the names of availables classes and functions, but few descriptions (except
     24for OGR classes where the OGR C documentation is copied). For more details,
     25look at the `GDAL API Tutorial`_ includes Python examples.
    1826
    1927