Skip to content

Code for generating charactization factors for transport-mediated alien species introductions

Notifications You must be signed in to change notification settings

jannebor/cf_ias_transport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is the impact of accidentally transporting terrestrial alien species? A new Life Cycle Impact Assessment model

This repository provides code related to the article published in Environmental Science & Technology.

Data Collection

Note: Some data sets need to be downloaded individually from third-party sources for reproducing this study, otherwise skip part "Data Collection".

Species Data

R code for reproducing these steps (except manual downloads) can be found here.

Transportation data

  • Data on international trade between 1995-2019 was downloaded from the BACI database (legacy version February 2021, HS92). This data was converted and aggregated to obtain transported quantities of commodities between pairs of (importing & exporting) countries.
  • Monetary trade flows for the period 1870-2014 were retrieved from the Correlates of War project.
  • Distances between pairs of countries were calculated using geospatial data and the R package sf.

R code for reproducing these steps (except manual downloads) can be found here.

Characterization Factors

The characterization factor consists of Fate and Effect Factor and describes the exporting-country-specific impact on terrestrial biodiversity in the importing country as potentially disappeared fraction (PDF) of native species per kg of transported good between the bilateral trading partners.

Characterization factor = EF × FF

Code for reproducing Characterization Factor calculations can be found here.

Effect Factor

The effect factor describes the impact of introduced alien species on native terrestrial species as potentially disappeared fraction (PDF) of species due to a change in the alien species fraction (ASF). This can be calculated using the equation:

Effect factor = 𝝙PDF / 𝝙ASF

We used country-specific data on alien species presence and affected species to establish a stressor-response relationship.

Code for reproducing Effect Factor calculations can be found here.

Fate Factor

The fate factor describes the change in alien species fraction in the importing country due to the transportation of commodities from exporting to importing country. All collected data on native & alien species presences and transported commodities was combined. Henceforth, we used generalized linear mixed effects modeling to analyze the impact of international trade on alien species relocations.

Fate factor = 𝝙ASF / 𝝙kg

Code for reproducing Fate Factor calculations can be found here.

About

Code for generating charactization factors for transport-mediated alien species introductions

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages