-
Notifications
You must be signed in to change notification settings - Fork 108
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
[Long Play] rio-tiler v2 #124
Comments
refactor satellite submodules Why : Right now each submodule (cbers, sentinel2. landsat8) are AWS PDS specific. I'd love for rio-tiler to support more provider and dataset How:
Pro:
Cons:
Alternative:
|
Make I think this could make import simpler e.g
|
FYI, I've just pushed a new repo https://github.com/vincentsarago/rio-tiler-experiment where I'm experimenting new idea for rio-tiler. RIght now the main idea is to sue context manager with cogTiler("src.tif") as cog:
tile, data = cog.tile(x, y, z) Why ?The Object/context manager architecture provides a warper around OpinionsThis is still a draft and I'm open to suggestion ;-) |
I like the idea of being able to access metadata from the datasource in a wider range of places, so +1 on that! The only other comment I want to add for consideration for the long-term is it would awesome if this could stay as a Thanks for a great library! |
@rowanwins thanks for the feedback, FYI I've created https://github.com/cogeotiff/rio-tiler-crs which use the concept by using context manager (so you have access to the input dataset when creating the tile. We may bring this to rio-tiler but I was kinda hesitant because it's quite a big shift.
I don't think I'll tie rio-tiler to COG only, even if the submodule is called |
We've moved a lot recently, and most of the idea have been implemented |
I'm going to use this ticket to mention some work I'd like to do for rio-tiler next major version
The text was updated successfully, but these errors were encountered: