| 1 | = GDAL/OGR 1.7 Python Bindings and Scripts = |
| 2 | |
| 3 | * Bindings are provided as modules osgeo.gdal, osgeo.ogr, and osgeo.osr. |
| 4 | * The bindings include numpy support, and are the GDAL/OGR "next generation" (modern) bindings. |
| 5 | * More info at: http://trac.osgeo.org/gdal/wiki/GdalOgrInPython |
| 6 | * Installed in ''osgeo4w''\apps\gdal-17\pymod |
| 7 | * It is necessary to run the '''gdal17.bat''' script to prepare the environment to use this version of the bindings in an OSGeo4W Shell. |
| 8 | * The standard scripts, like rgb2pct.py, are placed in ''osgeo4w''\apps\gdal-17\bin and include .bat wrapper scripts. So, for instance, rgb2pct.py should be involved as "rgb2pct" at the commandline. |
| 9 | * Maintained by FrankWarmerdam (built in C:/warmerda/osgeo4w/gdal-1.7-branch on BigWinNT VM) |