Search code examples
gdalosgeo

How to install gdal_merge to run with osgeo?


I recently installed OSGEO (http://download.osgeo.org/) which included python and gdal. I just realised however that there are many gdal libraries that were not included in this package for example gdal_merge. How can I install them into the osgeo environment?


Solution

  • Go to this link:

    gdal_merge.py

    Copy everything and save the script as gdal_merge.py.

    Put the gdal_merge.py to the your gdal libraries directory(osgeo directory).