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

Allow Rasters.jl rasters to be made from tiles #10

Open
asinghvi17 opened this issue Apr 11, 2023 · 2 comments
Open

Allow Rasters.jl rasters to be made from tiles #10

asinghvi17 opened this issue Apr 11, 2023 · 2 comments

Comments

@asinghvi17
Copy link
Member

Would this be possible? We could integrate TileProviders as a RasterDataSource, and return Raster{RGB, 2} or something like this, possibly using image stitching.

@asinghvi17 asinghvi17 changed the title Allow Rasters to be made from tiles Allow Rasters.jl rasters to be made from tiles Apr 11, 2023
@rafaqz
Copy link
Member

rafaqz commented Apr 11, 2023

Should be doable? We can store all the tiles we need then stitch them as a raster.

@rafaqz
Copy link
Member

rafaqz commented Oct 26, 2023

I think we can skip the RasterDataSources step and just dispatch on Provider, an Extent and a zoom level.

We can add an extension to Rasters.jl for this pretty easily

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

No branches or pull requests

2 participants