Changes between Version 2 and Version 3 of GdalOgrInPython


Ignore:
Timestamp:
Jun 11, 2007, 2:17:47 AM (17 years ago)
Author:
Mateusz Łoskot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrInPython

    v2 v3  
    99The ''old generation'' bindings live in the gdal/pymod directory, and are mixed up with various python utility scripts, and samples.  The ''new generation'' bindings live in the gdal/swig/python directory.  On unix to build with the old generation bindings you would configure --with-python --without-ngpython.  To build with the new generation bindings you would use --without-python --with-ngpython. 
    1010
    11 The new python bindings are generally compatible with the old bindings though some quirks exist.  As time goes on the new bindings will continue to be extended as GDAL is extended, but the old generation bindings will not.  At this time the test suite should pass with either the old or new bindings.  Some applications, such as OpenEV 1.x still depend on the old Python bindings (which is why FWTools still ships with the old bindings).
     11The new python bindings are generally compatible with the old bindings though some quirks exist.  As time goes on the new bindings will continue to be extended as GDAL is extended, but the old generation bindings will not.  At this time the test suite should pass with either the old or new bindings.  Some applications, such as OpenEV 1.x still depend on the old Python bindings (which is why [wiki:FWTools] still ships with the old bindings).
    1212
    1313== Numpy / Numeric ==