Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What if TileClient was a wrapping of a rasterio dataset? #111

Closed
banesullivan opened this issue Jul 30, 2022 · 1 comment
Closed

What if TileClient was a wrapping of a rasterio dataset? #111

banesullivan opened this issue Jul 30, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@banesullivan
Copy link
Owner

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.

@banesullivan
Copy link
Owner Author

With the recent switch to the rasterio backend from large-image, this is kind of sorta the case now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant