Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 2.1 KB

README.md

File metadata and controls

43 lines (30 loc) · 2.1 KB

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