You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.
thanks for the wonderful suite of tools you're building here. I am looking for utils or code snippets in either rio-tiler-mosaic or rio-tiler that would help build an equivalent of the mosaic_tiler function, but accepting an arbitrary bbox rather than a (x,y,z) tuple. Any pointers?
Also, would such a function be a meaningful contribution to this repo? would be happy to take a stab at a PR if that interests you.
The text was updated successfully, but these errors were encountered:
I could totally add another function called mosaic_tiler_bounds.
The idea of using .tile method from rio-tiler submodule was to let rio-tiler handle errors for tile outside bounds and also make rio-tiler-mosaic as simple as possible
The idea of using .tile method from rio-tiler submodule was to let rio-tiler handle errors for tile outside bounds and also make rio-tiler-mosaic as simple as possible
that makes a lot of sense, and in general I think that adhering to the XYZ model is great for keeping rio-tiler-mosaic's API simple and convenient. With that said, given the raster data is ultimately retrieved using rasterio windowed reads, I think there is a case for exposing that in the API as well.
I think a function such as mosaic_tiler_bounds would be a great addition, since it would avoid having to request all intersecting XYZ tiles (and then "stitching" them) when needing an arbitrary bbox from multiple COGs.
Let me know if I can assist somehow.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Salut Vincent!
thanks for the wonderful suite of tools you're building here. I am looking for utils or code snippets in either rio-tiler-mosaic or rio-tiler that would help build an equivalent of the mosaic_tiler function, but accepting an arbitrary bbox rather than a (x,y,z) tuple. Any pointers?
Also, would such a function be a meaningful contribution to this repo? would be happy to take a stab at a PR if that interests you.
The text was updated successfully, but these errors were encountered: