<div dir="ltr"><div>Hi</div><div><br></div><div>I want to share with you an idea I had, <br></div><div><br></div><div>I am storing rasters as cloud optimized GeoTiff, these rasters can cover very big areas. <br></div><div><br></div><div>I was thinking it could be super, if I could share a link to my colleagues of a raster with the offset they need encoded in the raster.</div><div><br></div><div>for example:</div><div><br></div><div>url = "/vsicur/<a href="http://location/#srcwin=(xoff,yoff,szie,ysize)">http://location/#srcwin=(xoff,yoff,szie,ysize)</a>"</div><div><br></div><div>if you will execute<br></div><div><br></div><div>gdalinfo urlĀ </div><div><br></div><div>you will get the same info to the output raster of <br></div><div><br></div><div>gdal_translate -srcwin xoff yoff xsize ysize</div><div><br></div><div><br></div><div>using that url you will be able to execute any gdal command that run on a raster, and using the cog gdal will read only the relevant data.</div><div><br></div><div>That could be very useful for me, cause then I could decouple easily the raster I store on my cloudstorage and the raster I share. <br></div><div><br></div><div>WDYT?</div><div>Guy<br></div><div><br></div></div>