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-16\pymod |
7 | | * It is necessary to run the '''gdal16.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-16\bin and include .bat wrapper scripts. So, for instance, rgb2pct.py should be involved as "rgb2pct" at the commandline. |
9 | | * Maintained by FrankWarmerdam. |
| 3 | * 結合は、モジュール osgeo.gdal、osgeo.ogr、そして osgeo.osr. として提供されています。 |
| 4 | * 結合は numpy サポートを含んでおり、GDAL/OGR "次世代" (modern) 結合です。 |
| 5 | * 詳細: http://trac.osgeo.org/gdal/wiki/GdalOgrInPython |
| 6 | * ''osgeo4w''\apps\gdal-16\pymod にインストールされています。 |
| 7 | * OSGeo4Wにおいてこのバージョンの結合を使用する環境を準備するため、'''gdal16.bat''' スクリプトを実行することは必要です。 |
| 8 | * rgb2pct.py のような標準スクリプトは、''osgeo4w''\apps\gdal-16\bin に置かれており、.bat wrapper スクリプトを含んでいます。例えば、rgb2pct.py はコマンドラインにおいて"rgb2pct" として取り込まれるべきです。 |
| 9 | * 管理人 FrankWarmerdam. |