This repository contains code to explore other modelling approaches for MPA Europe target species.
Each folder contains the code for a different approach:
- pa: presence-absence models
- abundance: abundance based models
- integrated: integrates multiple data types/sources
- timeseries: use time-series data from ecological surveys
Additionally there is a folder sensitivity
which contains code used for some sensitivity analysis done on the standard SDM approach used in the project.
Note that this repository is meant to be used as a complement for the main repository iobis/mpaeu_sdm. You need to correctly assign the folder paths on the file start.R
, on the root. In case you want to build from the beginning, run build-here.R
, which will call the main functions from the mpaeu_sdm
locally to download all the necessary data.
This work is in progress.