JuliaGeo / TileProviders.jl

Shared collection of map tile providers
MIT License
14 stars 5 forks source link

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

Open asinghvi17 opened 1 year ago

asinghvi17 commented 1 year ago

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

rafaqz commented 1 year ago

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

rafaqz commented 11 months ago

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