<div dir="ltr">My apologies for not being clear about my reasoning. If you're still curious, I've updated the image to better illustrate what the overviews should look like and why they shouldn't be recomputed (at small scales, fewer streaklets are drawn):  <a href="http://jgreenlaw.org/gdal/ngofs-wl.png">http://jgreenlaw.org/gdal/ngofs-wl.png</a><div>
<br></div><div style>Thanks for the information, I will reproject the overviews individually.</div><div style><br></div><div style>Jason</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 10, 2013 at 2:47 PM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le jeudi 10 janvier 2013 19:03:33, Jason Greenlaw - NOAA Affiliate a écrit :<br>
<div class="im">> Norman,<br>
><br>
> Unfortunately that's not an option - In this case, my overviews are<br>
> generated separately as individual .ovr files, e.g.:<br>
><br>
> NGOFS_WL.tif<br>
> NGOFS_WL.tif.ovr<br>
> NGOFS_WL.tif.ovr.ovr<br>
> NGOFS_WL.tif.ovr.ovr.ovr<br>
> NGOFS_WL.tif.ovr.ovr.ovr.ovr<br>
><br>
> I'm then stitching them together into a single image with gdal_translate<br>
> -co COPY_SRC_OVERVIEWS=YES  before attempting to reproject the result.<br>
><br>
> Here's an example of what it looks like:<br>
> <a href="http://jgreenlaw.org/gdal/ngofs-wl.png" target="_blank">http://jgreenlaw.org/gdal/ngofs-wl.png</a><br>
><br>
> In each overview, the "streaklet" arrows actually need to be rendered at<br>
> the proper resolution; I can't simply interpolate the original image.<br>
><br>
> Perhaps I'm out of luck and need to reproject each of the .ovr files and<br>
> the .tif files separately before combining them?<br>
<br>
</div>As indicated in the GeoTIFF driver documentation, COPY_SRC_OVERVIEWS only<br>
works for CreateCopy() API, i.e. the one used by gdal_translate. gdalwarp used<br>
the Create() API instead. That was the pedantic part of the answer.<br>
<br>
Yes, if you don't want the overviews to be recomputed from the reprojected<br>
image (the link to the image you provided doesn't really show why computed<br>
overviews can't be used, anyway...) , the only option is to warp each source<br>
overview level separately, and then recombine the result.<br>
</blockquote></div><br></div></div>