Changes between Version 17 and Version 18 of GdalOgrInPython


Ignore:
Timestamp:
Dec 8, 2009, 12:05:05 PM (14 years ago)
Author:
Even Rouault
Comment:

Mention Python 3 support

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrInPython

    v17 v18  
    3131* An assortment of other samples are available in the Python SVN samples directory at http://svn.osgeo.org/gdal/trunk/gdal/swig/python/samples/ with some description in the `samples README`_.
    3232* Several `GDAL utilities`_ are implemented in Python and can be useful examples.
     33* The majority of GDAL regression tests are written in Python. They are available at http://svn.osgeo.org/gdal/trunk/autotest
    3334
    3435Dependencies
    3536------------
    36  
     37
     38* Python 2.X (and 3.X since GDAL 1.7.0). Python 2 versions known to work range from 2.3 to 2.6.
    3739* libgdal (1.5.0 or greater) and header files (gdal-devel)
    3840* numpy (1.0.0 or greater) and header files (numpy-devel) (not explicitly
    39   required, but many examples and utilities will not work without it)
     41  required, but many examples and utilities will not work without it). Note that at the time of writing, there's not yet any Python 3 port of NumPy.
    4042
    4143Installation