Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davemlz/foss4g24eu-asi
Repository for the FOSS4G Europe 2024 "Opening Pandora's Spectral Box: Pioneering the Awesome Spectral Indices Suite" workshop.
https://github.com/davemlz/foss4g24eu-asi
Last synced: about 1 month ago
JSON representation
Repository for the FOSS4G Europe 2024 "Opening Pandora's Spectral Box: Pioneering the Awesome Spectral Indices Suite" workshop.
- Host: GitHub
- URL: https://github.com/davemlz/foss4g24eu-asi
- Owner: davemlz
- License: mit
- Created: 2024-06-19T12:14:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T10:37:16.000Z (5 months ago)
- Last Synced: 2024-10-09T13:27:04.755Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 5.53 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Opening Pandora's Spectral Box: Pioneering the Awesome Spectral Indices Suite
## FOSS4G Europe 2024, Tartu, Estonia, 07-02, 14:00–16:00 (Europe/Tallinn), Room 335This repository contains the notebooks of the "Opening Pandora's Spectral Box: Pioneering the Awesome Spectral Indices Suite" workshop, led by [David Montero Loaiza](https://github.com/davemlz) and [Francesco Martinuzzi](https://martinuzzifrancesco.github.io/) from the [Remote Sensing Centre for Earth System Research (RSC4Earth), Leipzig University, Germany](https://rsc4earth.de/).
### Python
For running the notebooks, please run the following lines in your environment:
```
git clone https://github.com/davemlz/foss4g24eu-asi.git
cd foss4g24eu-asi
pip install -r requirements.txt
```The notebooks can be found at the `notebooks` folder.
### Google Earth Engine (GEE) Code Editor (JavaScript)
For running the GEE notebook, please set up an account in [Google Earth Engine](https://earthengine.google.com/). The scripts will be run in the [JavaScript Code Editor](https://code.earthengine.google.com/).
### Julia
For Julia we suggest using the provided notebook `julia/SpectralIndicesjl.ipynb` in google colab. Instructions on how to run the session with Julia are included in the notebook. Alternatively, if you have a local installation of Julia you can run the following:
```
git clone https://github.com/davemlz/foss4g24eu-asi.git
cd foss4g24eu-asi
cd julia
julia requirements.jl
```
This way you can follow the presentation with the file `handson.jl`. We strongly suggest using Visual Studio Code with the Julia extension installed to have a smooth experience.Note that the local installation of a Julia notebook is a bit trickier, so we do not suggest that in order to follow this workshop.