<div dir="ltr"><div>Thanks, <br></div><div><br></div><div>that will do exactly what I wanted, I wasn't ware of the behavior in VRT</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 23, 2018 at 10:25 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="">On jeudi 23 août 2018 09:29:27 CEST Guy Doulberg wrote:<br>
> Hi<br>
> <br>
> I want to share with you an idea I had,<br>
> <br>
> I am storing rasters as cloud optimized GeoTiff, these rasters can cover<br>
> very big areas.<br>
> <br>
> I was thinking it could be super, if I could share a link to my colleagues<br>
> of a raster with the offset they need encoded in the raster.<br>
> <br>
> for example:<br>
> <br>
> url = "/vsicur/<a href="http://location/#srcwin=(xoff,yoff,szie,ysize)" rel="noreferrer" target="_blank">http://location/#<wbr>srcwin=(xoff,yoff,szie,ysize)</a>"<br>
<br>
</span>That mixes completely different levels of abstractions. The source window is a <br>
high level concept, whereas the resource is at the byte level.<br>
<br>
One possibility would be that you share the VRT file resulting from <br>
gdal_translate -srcwin [...] /vsicurl/.... windowed.vrt -of VRT<br>
<span class="HOEnZb"><font color="#888888"><br>
Even<br>
<br>
-- <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>