<div dir="ltr"><div><div><div><div>Hi all, <br><br></div>I am trying to use cloud optimized geotiff(cog) to reduce the block fetched when accessing a raster.<br><br></div>The use case I am trying to build, is a TileServer that serves tile in openlayer map. <br></div>The rasters are to be stored on a remote location, in my case azure blob storage. <br><br></div><div>We were able to do that, and you can see the code here:<br><a href="https://github.com/satellogic/telluric/blob/master/telluric/georaster.py#L1497" target="_blank">https://github.com/satellogic/<wbr>telluric/blob/master/telluric/<wbr>georaster.py#L1497</a><br><br></div><div>The problem is, when running in verbose mode I can see that there are many requests to the blob storage, <br><br></div><div>I am responsible of creating the raster, is there a way in your opinion I
 can create the raster aligned to the XYZ tiling system so when I try to
 fetch a tile from the raster I will be able to do that with a single 
or close to that call?<br><br></div><div>In the current raster preparation code that I have, get_tile can reach even 10 requests.</div><div><br></div><div><div><div><br></div><div>Thanks <br></div><div><br></div><div><br><br><br></div><div><div><div><div><br><br></div></div></div></div></div></div></div>