Thank you for the suggestion. I never realized that gdalwarp was useful for more than coordinate system transformation!
Now I'm trying to figure out the right options for this since gdalwarp's manual page hardly mentions the mosaic operations. Given my hi-res image with plenty of nodata and lo-res image without any nodata, can you suggest a command line that will choose the hi-res image where it's available and fill in the nodata regions with the lo-res image? I've played around some with gdalwarp but haven't achieved the result I am looking for yet. Thanks again, carl On Wed, Sep 16, 2015 at 9:11 AM, Jean-Claude Repetto <[email protected]> wrote: > Le 16/09/2015 17:57, Carl Godkin a écrit : > > > > Can you suggest a workflow to get what I want? Is there another tool > > for this I should use instead? > > Hi, > > You should consider using gdalwarp, which is a more powerful tool than > gdal_merge, that was written at the beginning to demonstrate how to use > the Python API. > > Jean-Claude > >
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
