cogeotiff / rio-tiler

User friendly Rasterio plugin to read raster datasets.
https://cogeotiff.github.io/rio-tiler/
BSD 3-Clause "New" or "Revised" License
502 stars 106 forks source link

Custom In-Memory Reader #666

Closed crhoover-maxar closed 7 months ago

crhoover-maxar commented 8 months ago

This is a feature request where it would be useful if there was a CustomReader that cached a file in-memory so that every tile request doesn't use I/O and could draw the content from memory instead of the filesystem

vincentsarago commented 7 months ago

@crhoover-maxar do you want to cache only the tiles or the whole file?