Interactively select and adjust specific pixels or regions within a single-band raster. Built with rasterio, matplotlib, and panel.
To run locally:
- Clone repo, install dependencies in environment.yml
- Run bands.ipynb via Jupyter
- ...or, deploy standalone app to a browser by running
panel serve bands.py --show
from within the repo directory