Hi, I would like to combine multiple adjacent or overlapping rasters.
They will all be in the same projection, image format and the output projection will be the same as the source data. I believe that this is possible using the command line utility gdalwarp as it can take multiple source files. I am wondering how to do this through the GDAL Warp API as you can only specify a single source file: psWarpOptions->hSrcDS <http://www.gdal.org/structGDALWarpOptions.html#a65f68e1cf7ca641c5d0a93762d0416d5> = hSrcDS; according to the tutorial. Any hints or suggestions on how to pass multiple files to the Warp API would be very helpful. Thanks Damian
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev