Skip to content

starling-foundries/propl25talk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yirgacheffe PROPL 25 Talk

These are the marimo notebooks that I used for my presentation at PROPL 25 on Yirgacheffe.

Installation/setup

To run the notebooks you will need to have GDAL installed, and then the matching version of GDAL's Python library.

$ python3 -m venv ./venv
$ . ./venv/bin/activate
(venv) $ pip install gdal[numpy]==`gdal-config --version`
...
(venv) $ pip install -r requirements.txt

Then I ran the notebooks in edit mode so I could lazily evaluate the results during the presentation:

(venv) $ marimo edit demo1.py

The demos

There are 4 demo files:

  • Demo 1 uses Sentinel-2 data to show an example of cloud removal.
  • Demo 2 performs a simple AOH calculation using species data from the IUCN Redlist
  • Demo 3 performs a global AOH using downsampled habitat and elevation maps
  • Demo 4 performs a global AOH using full resolution habitat and elevation maps.

In the presentation I used demos 1, 2, and 4

The data

To run these demos requires access to the data. For demo 1 I have included the Copernicus Sentinel data 2025 tiles I used, as allowed by the licensing terms.

For demos 2, 3, and 4 the data can not be provided:

  1. The global files are too large to put into a github repo
  2. The IUCN Redlist data (including range, elevation, and habitat preferences) can not be republished without permission from the IUCN.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%