Simple notebook to open georeference hyperspectral data, clip, dynamically plot spectral profile, dump as csv, and compute PCA
Data used in this notebook can be downloaded from HERE
- Clone this repository
- Create a conda environment with python3 and install the required packages using:
conda create --name <envname> --file requirements.txt
- Download data
- Activate the environment and run jupyter lab
conda activate <envname>
jupyter lab