Carmen Hoyt @ceh58
Nicole Pepper @nicolelpepper
Stephen Carroll @stephenccodes
Josh Mull @llumj
This repository hosts the code for assigning broadcasting and non-broadcasting emissions estimates (in metric tons) for 9 pollutants (CO2, CH4, N2O, NOX, SOX, CO, VOCs, PM2.5, PM10) to FAO catch (in metric tons). More about the analysis can be found here. Information about package versions can be found in the session_info.txt file.
Data must be downloaded separately and be locally accessible in the corresponding folders below. All files are .csv files with the exception of the FAO Region Shapefile (which is a compilation of .shp, .shx, .sbn, .prj, and .dbf files).
[Emissions]
- Emissions data is available from 2016 onward in near-real-time.
- FAO catch data is available up through 2022.
├── R/
│ └── functions.R
├── _targets/
│ ├── meta/
│ │ └── meta
│ └── .gitignore
├── archive
├── data-keys/
│ ├── full_species_key.csv
│ └── flag_key.csv
├── docs/
├── qmd/
│ ├── .gitignore
│ ├── quarto.yml
│ ├── comparison_report.qmd
│ ├── emissions_allocation.qmd
│ ├── flag_id.qmd
│ ├── index.qmd
│ ├── intersection.qmd
│ ├── merge_emissions.qmd
│ ├── prep_fao.qmd
│ ├── results.qmd
│ └── sau_comparison.qmd
├── .gitignore
├── LICENSE
├── _targets.R
├── emissions-pipeline.Rproj
├── session_info.txt
└── README.md