Introduction to GDAL Utilities
暂无分享,去创建一个
This chapter introduces the GDAL utilities and explains some general principles on their usage via the command line. The GDAL utilities to process raster datasets are written in C/C++ and Python. In general, Python scripts have the extension .py (e.g. gdal_merge.py) whereas C/C++ executable programs come without an extension (e.g. gdalinfo).