Content
This research compendium is structured as follows:
data/: contains the data for the assessment.
- aoi/: spatial data on the area of interest
- basemap/: spatial data used to generate the maps of the assessment
- cea_modules/: formatted data used to perform the cumulative effects assessment
- config/: configuration files used to access and format raw data and parameters used throughout the project (e.g. spatial projection, colors, bounding box, etc.)
- data-abiotic/: formatted abiotic data used for species distribution modelling
- data-biotic/: data on species distribution in the area of interest
- data-integrated/: integrated datasets
- data-metaweb/: metaweb of species interactions in the area of interest
- data-raw/: raw data used for the cumulative effects assessment
- drivers/: formatted data on environmental drivers in the area of interest
- eDrivers/: formatted data used for the eDrivers platform
- format_modules/: formatted data used to perform the cumulative effects assessment as
.RData
files for ease of execution - grid/: study grid for the cumulative effects assessment
- metadata/: metadata and contacts for the raw data used for the cumulative effects assessment
docs/: contains the html version of the report of the cumulative effects assessment
figures/: contains all the figures generated for the cumulative effects assessment
man/: contains the documentation for all R functions that are part of the research compendium
output/: contains all the outputs from the cumulative effects assessment
- cea/: community-aggregated cumulative effects assessment for species-scale and network-scale assessments
- cea_difference/: difference in cumulative effects between the temporal periods considered for the assessment
- cea_km2/: assessment of cumulative effects per km^2 for all taxa considered
- cea_network/: results for the network-scale cumulative effects assessment for all taxa
- cea_species/: results for the species-scale cumulative effects assessment for all taxa
- exposure/: exposure of taxa to cumulative effects
- footprint/: species richness and cumulative drivers
R/: contains R functions developped for the assessment
fig_name.R
: scripts to generate figuresfnc_name.R
: generic functions used throughout the research compendiumformat_modules.R
: script to prepare.RData
files for assessmemntgather_name.R
: scripts to gather information on data used for the assessmentget_name.R
: scripts to access base data for the projectmake_name.R
scripts to prepare the modules used for the assessmentout_name.R
: scripts to perform the assessment and extract summariespipeline.R
: script that executes the entirety of the assessment. Warning if run, this script will take multiple days to run. Also take into consideration that the network-scale cumulative effects assessment should be run on externally on clusters like those offered by Compute Canada as each taxa should take at least 10-20 hours to execute locally depending on your hardware. Furthermore, not all data are available online due to data sharing agreements.render_report.R
: script to render the assessment report
report/: contains the R Markdown version of the assessment report
DESCRIPTION
: research compendium metadata (authors, date, dependencies, etc.)README.Rmd
: description of research compendium