<div dir="ltr"><br><div>Thank you both very much!  This worked and produced the result I sought:</div><div><br></div><div>gdalwarp -tr X Y smaller.tif larger.tif out.tif</div><div><br></div><div>Thanks again,</div><div><br></div><div>carl</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 16, 2015 at 10:03 AM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Le mercredi 16 septembre 2015 18:48:43, Carl Godkin a écrit :<br>
> Thank you for the suggestion.  I never realized that gdalwarp was useful<br>
> for more than coordinate system transformation!<br>
><br>
> Now I'm trying to figure out the right options for this since gdalwarp's<br>
> manual page hardly mentions the mosaic operations.<br>
<br>
</span>Mosaicing is a bit dealt at :<br>
<a href="http://download.osgeo.org/gdal/workshop/foss4ge2015/workshop_gdal.html#__RefHeading__5955_1333016408" rel="noreferrer" target="_blank">http://download.osgeo.org/gdal/workshop/foss4ge2015/workshop_gdal.html#__RefHeading__5955_1333016408</a><br>
<span class=""><br>
><br>
> Given my hi-res image with plenty of nodata and lo-res image without any<br>
> nodata, can you suggest a command line that will choose the hi-res image<br>
> where it's available and fill in the nodata regions with the lo-res image?<br>
> I've played around some with gdalwarp but haven't achieved the result I am<br>
> looking for yet.<br>
<br>
</span>gdalwarp in1.tif in2.tif out.tif should pick up the resolution of the hi-res<br>
image (not verified, but that's what the code suggests)<br>
<br>
Anyway with the -tr switch, you can control the resolution.<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
> Thanks again,<br>
><br>
> carl<br>
><br>
><br>
><br>
> On Wed, Sep 16, 2015 at 9:11 AM, Jean-Claude Repetto <<a href="mailto:jrepetto@free.fr">jrepetto@free.fr</a>><br>
><br>
> wrote:<br>
> > Le 16/09/2015 17:57, Carl Godkin a écrit :<br>
> > > Can you suggest a workflow to get what I want?  Is there another tool<br>
> > > for this I should use instead?<br>
> ><br>
> > Hi,<br>
> ><br>
> > You should consider using gdalwarp, which is a more powerful tool than<br>
> > gdal_merge, that was written at the beginning to demonstrate how to use<br>
> > the Python API.<br>
> ><br>
> > Jean-Claude<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
</font></span></blockquote></div><br></div>