Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openclimatedata/global-carbon-budget
Global Carbon Budget Data Package
https://github.com/openclimatedata/global-carbon-budget
data-package
Last synced: 4 days ago
JSON representation
Global Carbon Budget Data Package
- Host: GitHub
- URL: https://github.com/openclimatedata/global-carbon-budget
- Owner: openclimatedata
- Created: 2016-07-21T14:29:32.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-04-10T06:48:12.000Z (over 3 years ago)
- Last Synced: 2024-04-14T05:12:08.719Z (7 months ago)
- Topics: data-package
- Language: Python
- Size: 11.4 MB
- Stars: 57
- Watchers: 11
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-sustainable-technology - Global Carbon Budget - An annual living data publication of carbon cycle sources and sinks, generated from multiple data sources and by multiple organisations and research groups. (Emissions / Emission Observation and Modeling)
- awesome-starred - openclimatedata/global-carbon-budget - Global Carbon Budget Data Package (others)
README
The Global Carbon Budget is an annual living data publication of carbon cycle
sources and sinks, generated from multiple data sources and by multiple
organisations and research groups.This [Data Package](http://frictionlessdata.io/specs/data-package/) makes the data from the 2019 Global Carbon Budget and National Emissions [Excel files](https://www.icos-cp.eu/GCP/2019) v1.0 available as CSV files. For updates of the original data and further information refer to the
[Global Carbon Budget](http://www.globalcarbonproject.org/carbonbudget/index.htm) website.Maintainer of this Data Package is Robert Gieseke ().
See below for [license information](#license)## Data
### Global Carbon Budget
[Notes and Methods](doc/global-carbon-budget.md)
[global-carbon-budget.csv](data/global-carbon-budget.csv)
### Fossil fuel and cement production emissions by fuel type
[Notes and Methods](doc/fossil-fuel-cement.md)
[fossil-fuel-cement.csv](data/fossil-fuel-cement.csv)
[fossil-fuel-cement-per-capita.csv](data/fossil-fuel-cement-per-capita.csv)
### Land-use change emissions
[Notes and Model References](doc/land-use-change.md)
[land-use-change.csv](data/land-use-change.csv)
### Ocean CO2 sink (positive values represent a flux from the atmosphere to the ocean)
[Notes and Model References](doc/ocean-sink.md)
[ocean-sink.csv](data/ocean-sink.csv)
### Terrestrial CO2 sink (positive values represent a flux from the atmosphere to the land)
[Notes and Model References](doc/terrestrial-sink.md)
[terrestrial-sink.csv](data/terrestrial-sink.csv)
### Historical CO2 budget
[Notes and References](doc/historical-budget.md)
[historical-budget.csv](data/historical-budget.csv)
### Territorial Emissions
[Notes and Methods](doc/territorial-emissions.md)
[territorial-emissions.csv](data/territorial-emissions.csv)
### Consumption Emissions GCB
[Notes and Methods](doc/consumption-emissions.md)
[consumption-emissions.csv](data/consumption-emissions.csv)
### Emissions Transfers GCB
[Notes and Methods](doc/emissions-transfers.md)
[emissions-transfers.csv](data/emissions-transfers.csv)
### Country Definitions
Details of the geographical information corresponding to countries and regions used in this database for Consumption and Transfer emissions
[country-definitions.csv](data/country-definitions.csv)
## Preparation
To update or regenerate the CSV files the following steps need to be run:
```
make clean
``````
make
```To validate the Data Package:
```
make validate
```## Notes
The *Global Carbon Budget* data is written to CSV files using the
accuracy used for display in the original Excel, or one digit more files
assuming this to be the implied precision.The *National Emissions* are written to CSV files with three significant digits
as this is the accuracy used for the CDIAC data in the Excel file, thus
rounding the numbers derived from splitting up countries or using trend data as
with BP emissions data.If other accuracy is needed adjust the processing scripts accordingly.
## License
The Global Carbon Budget [data page](http://www.globalcarbonproject.org/carbonbudget/19/data.htm) states:
> The use of data is conditional on citing the original data sources. Full details on how to cite the data are given at the top of each page. For research projects, if the data are essential to the work, or if an important result or conclusion depends on the data, co-authorship may need to be considered. The Global Carbon Project facilitates access to data to encourage its use and promote a good understanding of the carbon cycle. Respecting original data sources is key to help secure the support of data providers to enhance, maintain and update valuable data.
The primary reference for the full Global Carbon Budget 2019 is:
Global Carbon Budget 2019, by Pierre Friedlingstein, Matthew W. Jones, Michael O’Sullivan, Robbie M. Andrew, Judith Hauck, Glen P. Peters, Wouter Peters, Julia Pongratz, Stephen Sitch, Corinne Le Quéré, Dorothee C. E. Bakker, Josep G. Canadell, Philippe Ciais, Rob Jackson, Peter Anthoni, Leticia Barbero, Ana Bastos, Vladislav Bastrikov, Meike Becker, Laurent Bopp, Erik Buitenhuis, Naveen Chandra, Frédéric Chevallier, Louise P. Chini, Kim I. Currie, Richard A. Feely, Marion Gehlen, Dennis Gilfillan, Thanos Gkritzalis, Daniel S. Goll, Nicolas Gruber, Sören Gutekunst, Ian Harris, Vanessa Haverd, Richard A. Houghton, George Hurtt, Tatiana Ilyina, Atul K. Jain, Emilie Joetzjer, Jed O. Kaplan, Etsushi Kato, Kees Klein Goldewijk, Jan Ivar Korsbakken, Peter Landschützer, Siv K. Lauvset, Nathalie Lefèvre, Andrew Lenton, Sebastian Lienert, Danica Lombardozzi, Gregg Marland, Patrick C. McGuire, Joe R. Melton, Nicolas Metzl, David R. Munro, Julia E. M. S. Nabel, Shin-Ichiro Nakaoka, Craig Neill, Abdirahman M. Omar, Tsuneo Ono, Anna Peregon, Denis Pierrot, Benjamin Poulter, Gregor Rehder, Laure Resplandy, Eddy Robertson, Christian Rödenbeck, Roland Séférian, Jörg Schwinger, Naomi Smith, Pieter P. Tans, Hanqin Tian, Bronte Tilbrook, Francesco N Tubiello, Guido R. van der Werf, Andrew J. Wiltshire, and Sönke Zaehle (2019), Earth System Science Data, 11, 1783-1838, 2019,
Otherwise please refer as:
Global Carbon Project. (2019). Supplemental data of Global Carbon Budget 2019 (Version 1.0) [Data set]. Global Carbon Project. https://doi.org/10.18160/gcp-2019
or
Global Carbon Project (2019) Carbon budget and trends 2019. published on 4 December 2019, along with any other original peer-reviewed papers and data sources as appropriate.
See also the [Global Carbon Budget Publications](http://www.globalcarbonproject.org/carbonbudget/19/publications.htm) page.
The source code in `scripts` and the metadata in this Data Package itself are released under a
[CC0 Public Dedication License](https://creativecommons.org/publicdomain/zero/1.0/).