GeoTIFF / georaster-layer-for-leaflet

Display GeoTIFFs and soon other types of raster on your Leaflet Map
https://geotiff.github.io/georaster-layer-for-leaflet-example/
Apache License 2.0
283 stars 57 forks source link

Save Tile Stack #136

Open DanielJDufour opened 7 months ago

DanielJDufour commented 7 months ago

If we save the reproject/resampled tile data (before band expression is applied), then a user can quickly apply new band expressions without needing to refetch/recreate the tile data.

DanielJDufour commented 7 months ago

This would involve refactoring updateColors, so that we don't have to redraw the tiles from scratch, only reapplying band arithmetic on the stack.