Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alan-turing-institute/monitoring-ecosystem-resilience

Repository for mini-projects in the Data science for Sustainable development project
https://github.com/alan-turing-institute/monitoring-ecosystem-resilience

hut23 hut23-240

Last synced: about 2 months ago
JSON representation

Repository for mini-projects in the Data science for Sustainable development project

Awesome Lists containing this project

README

        

![Build status](https://api.travis-ci.com/alan-turing-institute/monitoring-ecosystem-resilience.svg?branch=develop)

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/alan-turing-institute/monitoring-ecosystem-resilience/master?filepath=notebooks)

[![Documentation Status](https://readthedocs.org/projects/pyveg/badge/?version=latest)](https://pyveg.readthedocs.io/en/latest/?badge=latest)

# monitoring-ecosystem-resilience
Repository for mini-projects in the Data science for Sustainable development project.

Currently the focus of code in this repository is understanding vegetation patterns in semi-arid environments.

The code in this repository is intended to perform three inter-related tasks:
* Download and process satellite imagery from Google Earth Engine.
* Generate simulated vegetation patterns.
* Calculate graph metrics to quantify the interconnectedness of vegetation in real and simulated images.

### Python

The tasks above are all implemented in Python in the *pyveg* package. See the [README.md](pyveg/README.md) in the `pyveg` subdirectory for details on installation and usage.

### R

The pattern-generation and graph-modelling are implemented in R in the *rveg* package. See the [README.md](rveg/README.md) in the `rveg` directory for further details.