Learn R Programming

eixport (version 0.4.0)

get_edgar: Download datasets of EDGAR emissions

Description

The Emissions Database for Global Atmospheric Research (EDGAR) is a project from the Joint Research Centre. They provide provides global past and present day anthropogenic emissions of greenhouse gases and air pollutants by country and on spatial grid. get_edgar provide functions to download any of the EDGAR datasets.

Usage

get_edgar(dataset = "v432_AP", pol, sector, year, destpath = tempdir(),
  txt = TRUE, return_url = TRUE, copyright = TRUE)

Arguments

dataset

Character; name of the datasets: "v432", "v432_AP", "v432_VOC_spec", "v4tox2", "htap_v2_2"

pol

Character; one of the pollutants shown on note.

sector

Character; one of the sectors shown on note.

year

Integer; on of the years shown on note.

destpath

Character: Path to create the directory for downloads datasets

txt

Logical; if TRUE, download data as .txt and untis t/year, if FALSE units are ug/m2/s

return_url

Logical; return url?

copyright

Logical; to show copyright information.

Value

Downloads data

References

  • v432: Muntean, M., Guizzardi, D., Schaaf, E., Crippa, M., Solazzo, E., Olivier, J.G.J., Vignati, E. Fossil CO2 emissions of all world countries - 2018 Report, EUR 29433 EN, Publications Office of the European Union, Luxembourg, 2018, ISBN 978-92-79-97240-9, doi:10.2760/30158, JRC113738.

  • v432_AP:Crippa, M., Guizzardi, D., Muntean, M., Schaaf, E., Dentener, F., van Aardenne, J. A., Monni, S., Doering, U., Olivier, J. G. J., Pagliari, V., and Janssens-Maenhout, G.: Gridded emissions of air pollutants for the period 1970<U+2013>2012 within EDGAR v4.3.2, Earth Syst. Sci. Data, 10, 1987<U+2013>2013, https://doi.org/10.5194/essd-10-1987-2018, 2018.

  • v432_VOC_spec: Huang, G., Brook, R., Crippa, M., Janssens-Maenhout, G., Schieberle, C., Dore, C., Guizzardi, D., Muntean, M., Schaaf, E., and Friedrich, R.: Speciation of anthropogenic emissions of non-methane volatile organic compounds: a global gridded data set for 1970<U+2013>2012, Atmos. Chem. Phys., 17, 7683-7701, https://doi.org/10.5194/acp-17-7683-2017, 2017.

  • v4tox2: Muntean, M., Janssens-Maenhout, G., Song, S., Giang, A., Selin, N. E., Zhong, H., ... & Schaaf, E. (2018). Evaluating EDGARv4. tox2 speciated mercury emissions ex-post scenarios and their impacts on modelled global and regional wet deposition patterns. Atmospheric Environment, 184, 56-68.

  • htap_v2_2: Janssens-Maenhout, G., Crippa, M., Guizzardi, D., Dentener, F., Muntean, M., Pouliot, G., Keating, T., Zhang, Q., Kurokawa, J., Wankm<U+00FC>ller, R., Denier van der Gon, H., Kuenen, J. J. P., Klimont, Z., Frost, G., Darras, S., Koffi, B., and Li, M.: HTAP_v2.2: a mosaic of regional and global emission grid maps for 2008 and 2010 to study hemispheric transport of air pollution, Atmos. Chem. Phys., 15, 11411<U+2013>11432, https://doi.org/10.5194/acp-15-11411-2015, 2015.

MNM is MNN for NOx v432_AP

Examples

Run this code
# NOT RUN {
# Download all pollutants for sector TRO
get_edgar(dataset = "v432_AP", destpath = tempdir(),
sector = c("TOTALS"),
year = 2012)
# Download all sectors for pollutant CO
get_edgar(dataset = "v432_AP", destpath = tempdir(),
pol = c("CO"),
year = 2012)
# }

Run the code above in your browser using DataLab