Source code for the interactive forest browning anomaly map at forest-monitoring.org.
Requires Python 3.12. Install dependencies with uv:
uv syncSet the data directory environment variable:
export FOREST_BROWNING_DATA_DIR=/path/to/dataThe required datasets (forest_mask.npy, ndvi_dataset_spatial.zarr) are produced by s2-forest-browning-monitoring. The source data is available on Zenodo.
uv run uvicorn app:app