Skip to content

mariodamore/spectral_indexes_generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example notebook for S6 - Generation of spectral indexes

Practical activity during the Geology & Planetary Mapping Winter School Program

This project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 776276 & No. 871149.

european flag wikicommon

Exploiting spectral data to generate compositional indexes. See attacched presentations.

Setup working enviroment

You can install python modules in any way you want to run this notebook, if you have the following packages available :

pip install jupyterlab numpy pandas matplotlib ipython rasterio skimage

The easy way is to install anaconda for your OS > Installation — Anaconda documentation then :

## create an enviroment with the desired packages
conda create -n spectral-indexes-workshop -c conda-forge jupyterlab numpy pandas matplotlib ipython rasterio skimage

## activate it
conda acrivate spectral-indexes-workshop

## run jupyter lab
jupyter lab

## then open this ipynb : ipython notebook

About

Practical S6 activity during the Geology & Planetary Mapping Winter School Program: Exploiting spectral data to generate compositional indexes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published