Skip to content

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

License

Notifications You must be signed in to change notification settings

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

No packages published

Languages

  • Jupyter Notebook 100.0%