GDAL Python ユーティリティ
GDAL Python ユーティリティは GDAL に含まれています.GDAL をインストールしている場合はすでに利用できます.ただし,GDAL を変更せずに新しいバージョンや古いバージョンのユーティリティを利用したい場合があります.そのような場合には gdal-utils が役立ちます.
gdal-utils: は GDAL Python ユーティリティの 配布 です.これをインストールします.ホームページは https://pypi.org/project/gdal-utils/ です. pip install gdal-utils
でインストールします.
osgeo_utils: は Python パッケージ です.これはインストール後にコードで利用します.例: from osgeo_utils import ...
.コードを書いていない場合は無視してください.
一般的に利用されるユーティリティは以下の通りです:
gdal_merge
gdal_edit
gdal_calc
ogrmerge
開発者
Read the gdal-utils project charter.
gdal プロジェクト: https://github.com/OSGeo/gdal をクローンまたはダウンロードして下さい
あなたのIDEでgdal-utilsをルートフォルダに設定してください, .../swig/python/gdal-utils.
./osgeo_utils - contains the Programs (those scripts that have launch wrappers created by pip and added to PYTHONHOME/Scripts)
./osgeo_utils/samples - working python scripts but not typically available in path (run them with
python3 path/to/samples/something.py
)
Improve the docs by editing the RST pages in .../doc/source which generate the web pages:
あなたのフォークからメインの GDAL プロジェクトに gdal-utils ラベルを使用して Pull Requests 変更を提供して下さい.