/pixel-adjust

Interactively select and adjust specific pixels or regions within a single-band raster. Built with rasterio, matplotlib, and panel.

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

pixel-adjust

Interactively select and adjust specific pixels or regions within a single-band raster. Built with rasterio, matplotlib, and panel.

To run locally:

  1. Clone repo, install dependencies in environment.yml
  2. Run bands.ipynb via Jupyter
  3. ...or, deploy standalone app to a browser by running panel serve bands.py --show from within the repo directory