Save Tile Stack
DanielJDufour opened this issue · 1 comments
DanielJDufour commented
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
This would involve refactoring updateColors, so that we don't have to redraw the tiles from scratch, only reapplying band arithmetic on the stack.