A python module to analyze biophysical phenomena.
This package provides methods to download and process Sentinel-2 data from Copernicushub, estimate biophysical properties (LAI, CCC and CWC) and searching for statistical anomalies.
- Python3.11 or newer
- Copernicuhub account credentials (id and secret). You can create an account for free here.
pip install git+https://github.com/LorenzoMelchior/BioPhenomDetector
Please have a look at the Demo.ipynb notebook, which shows everything you need to know.