localtileserver
localtileserver copied to clipboard
What if `TileClient` was a wrapping of a `rasterio` dataset?
What if the parent class for TileClient (well BaseTileClient really) was rasterio.io.DatasetReaderBase?
This would make it possible to use rasterio and localtileserver interchangeable (kind of like PyVista's wrapping of VTK 😉 ).
Just a thought... I may play around with this and see what it could look like / how it could work.