Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 588 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 588 Bytes

HyperspectralData-Notebook

Simple notebook to open georeference hyperspectral data, clip, dynamically plot spectral profile, dump as csv, and compute PCA

Requirements

Data

Data used in this notebook can be downloaded from HERE

How-To

  1. Clone this repository
  2. Create a conda environment with python3 and install the required packages using:
conda create --name <envname> --file requirements.txt
  1. Download data
  2. Activate the environment and run jupyter lab
conda activate <envname>
jupyter lab