This repository contains the data used in Villaseñor-Derbez et al. The purpose is to guide anyone interested in replicating the analyses through the process of getting the data and analyzing it in the way we did. All data are made publicly available in this repository.
For citations of the raw Global Fishing Watch data (anything under the raw_data
folder, please cite: Kroodsma et al. "Tracking the global footprint of fisheries." Science 359.6378 (2018): 904-908.
For citations of our data (anything in the data
folder), please cite this work directly.
The repository contains four key directories:
raw_data
: Contains the original, raw data either from GFW or the FFA. These data have not been manipulated directly by us. GFW data is collected by SQL scripts outlined inscripts/01_collection/
.data
: The data folder contains transformed and processed data. Scripts that take raw data and clean it are found inscripts/2_processing/
.scripts
: This folder contains a set of helper functions, processing and analysis scripts, and content-generating scripts. Essentially, a processing script reads data fromraw_data
or a cloud-based database, does something to it, and exports it todata
.docs
: Contains the*.tex
files, figures, tables, bibliography, and supplementary information of the manuscript.
-- data/
|__financial_data.csv
|__spatial/
-- docs/
|__img/
|__tab/
|__Markets_Conservation_final.tex
|__nature.bst
|__Supplementary_materials.aux
|__Supplementary_materials.bbl
|__Supplementary_materials.blg
|__Supplementary_materials.log
|__Supplementary_materials.out
|__Supplementary_materials.pdf
|__Supplementary_materials.synctex.gz
|__Supplementary_materials.tex
-- raw_data
|__FFA/
|__spatial/
|__activity_by_vessel_year_eez.rds
|__rasterized_effort_by_group.rds
|__rasterized_effort_plw_by_gear.rds
|__vessel_info_pna_purse_seines.rds
-- scripts/
|__0_setup.R
|__0_functions/
|__1_collection/
|__2_processing/
|__3_model/
|__4_content/
Due to GitHub's limitation on large-file data storage, we do not include two sources of raw data. These are not crucial to our analysis, since these are only shapefiles which we subset to our region of interest and are publicly available elsewhere. The resulting "cropped" spatial data are available in our data
folder. Here, we point you in the direction of these data so that you can download them if you need to.
The data not included would live under raw_data/spatial
, with two subsequent folders:
- EEZ: The Exclusive Economic Zones V10 - Available from Marine Regions here, and used to outline the EEZ's of region of interest
- WDPA_Jan2019: The World Database on Marine Protected Areas as of January 2019 - Available from Protected Planet here, and used to outline MPAs in the region of interest