Changes between Version 19 and Version 20 of GdalOgrInPython


Ignore:
Timestamp:
Sep 20, 2010, 7:52:47 AM (14 years ago)
Author:
jjr8
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrInPython

    v19 v20  
    3232* Several `GDAL utilities`_ are implemented in Python and can be useful examples.
    3333* The majority of GDAL regression tests are written in Python. They are available at http://svn.osgeo.org/gdal/trunk/autotest
     34
     35Gotchas
     36-------
     37
     38Although GDAL's and OGR's Python bindings provide a fairly "Pythonic" wrapper around the underlying C++ code, there are several ways in which the Python bindings differ from typical Python libraries. These differences can catch Python programmers by surprise and lead to unexpected results. These differences result from the complexity of developing a large, long-lived library while continuing to maintain backward compatibility. They are being addressed over time, but until they are all gone, please review this list of `Python gotchas`_.
    3439
    3540Dependencies
     
    272277.. _Samples README: http://svn.osgeo.org/gdal/trunk/gdal/swig/python/samples/README
    273278.. _GDAL utilities: http://svn.osgeo.org/gdal/trunk/gdal/swig/python/scripts/
     279.. _Python gotchas: http://trac.osgeo.org/gdal/wiki/PythonGotchas
    274280
    275281}}}