Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.28 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.28 KB

Build status

Binder

Documentation Status

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 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 in the rveg directory for further details.