Skip to content

europlanet-gmap/HyperspectralData-Notebook

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 100.0%