Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emission factors stationary energy scope1 - Global-API #513

Merged
merged 3 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions global-api/importer/IPCC_2006/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# IPCC Emissions Factor Database (EFDB)

Emission factors from the [2006 IPCC Guidelines for National Greenhouse Gas Inventories](https://www.ipcc-nggip.iges.or.jp/public/2006gl/index.html) were selected from the [emission factor database](https://www.ipcc-nggip.iges.or.jp/EFDB/main.php).

**Date accessed**: 2023-09-05

**Publisher**: [IPCC](https://www.ipcc.ch/)

**Data source**: [EFDB](https://www.ipcc-nggip.iges.or.jp/EFDB/main.php)

**Copyright**: [copyright](https://www.ipcc.ch/copyright/)
>You may freely download and copy the material contained on this website for your personal, non-commercial use, without any right to resell or redistribute it or to compile or create derivative works there from, subject to more specific restrictions that may apply to specific materials.

## How to integrate the data?
1. Access the [EFDB](https://www.ipcc-nggip.iges.or.jp/EFDB/main.php)
2. Click on `Basic Search` at the tope
3. Search for `"2006 IPCC Guidelines"` in the `Source of Data`
4. Click `Energy`
5. Click `Export to XLS` to save the data to an Excel file.
6. Clean the raw data:
```bash
python ./clean_raw_data.py
```
3. Load the cleaned raw data into a new table:
[....]

Notes: [how to search the database](https://www.ipcc-nggip.iges.or.jp/EFDB/help.php)

## Description
EFDB is a database on various parameters to be used in calculation of anthropogenic emissions by sources and removals by sinks of greenhouse gases. It covers not only the so-called "emission factors" but also the other relevant parameters. For convenience sake, however, the term "Emission Factor" or its abbreviation "EF" is sometimes used to represent parameters in this database generally.

Loading
Loading