[gdal-dev] feeding input files into gdal_merge.py
bas smit
baspysmit at gmail.com
Wed Jul 9 08:31:59 PDT 2014
While merging the files using gdal_merge.py the following code works:
subprocess.call([sys.executable,gmerge,'-o','C:\\r.tif','-of','GTiff','D:\\a.tif','D:\\b.tif'],shell=True)
However, when the input files are numerous, each file can not be inserted
separately. In this case, the following code does not work:
subprocess.call([sys.executable,gmerge,'-o','C:\\r.tif','-of','GTiff','D:\\*.tif'],shell=True)
I did not know how to input the input files. Any idea is welcomed.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20140710/24129269/attachment.html>
More information about the gdal-dev
mailing list