Hyradus / HyperspectralData-Notebook

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%