Skip to content

dkittelson/monitum

Repository files navigation

Monitum: Wildlife Conservation

Monitum is a machine learning project that identifies at-risk species and forecasts extinction threats over the next decade. By analyzing spatial data on species distributions, climate change, human pressure, and conservation protection, the system calculates a "Resilience Gap" to find "forgotten species"—those facing high vulnerability with inadequate protection. The ML models predict future IUCN Red List categories and identify conservation priority gaps.

Datasets

Pipeline

  • Extract Forest Loss: Firstly, we must process our Hansen Forest Loss data. To do this, we iterate through each species and convert their species boundaries from IUCN geometry to Earth Engine (Where Hansen's data lives). Then, we classify forest as >= 10% canopy and forest loss by Hansen's "loss" column (1 for loss, 0 for none) from 2001-2023. For both forest and loss, we multiply their binary masks by pixel area (900m^2). Consequently, we shrink the region of interest to the species boundaries, discarding all other pixels outside. We then sum up the amount of forest and loss, and convert to km^2. We then calculate the percentage of lost forest and the annual loss rate.

About

Identifies at-risk species and forecasts extinction threats over the next decade.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors