Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openclimatedata/doha-amendment-entry-into-force
Data Package of ratification status of the Doha Amendment to the Kyoto Protocol
https://github.com/openclimatedata/doha-amendment-entry-into-force
data-package git-scraping
Last synced: about 1 month ago
JSON representation
Data Package of ratification status of the Doha Amendment to the Kyoto Protocol
- Host: GitHub
- URL: https://github.com/openclimatedata/doha-amendment-entry-into-force
- Owner: openclimatedata
- Created: 2016-11-29T13:24:29.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T17:47:20.000Z (about 3 years ago)
- Last Synced: 2024-07-14T15:40:49.944Z (5 months ago)
- Topics: data-package, git-scraping
- Language: HTML
- Size: 36.1 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - openclimatedata/doha-amendment-entry-into-force - Data Package of ratification status of the Doha Amendment to the Kyoto Protocol (others)
README
Ratification Status of the Doha Amendment to the Kyoto Protocol
See .
The amendment entered into force on 31 December 2020.
## Data
The dataset contains dates of acceptance of the Doha Amendment to the Kyoto
Protocol and makes it available as a simple CSV file.
See the [UNFCCC page on the Ratification Status](http://unfccc.int/kyoto_protocol/doha_amendment/items/7362.php) for
further information.
Source for this dataset is the XML version in the official [UN Treaty
Collection](https://treaties.un.org/Pages/ViewDetails.aspx?src=TREATY&mtdsg_no=XXVII-7-c&chapter=27&clang=_en)## Preparation
The `Makefile` requires Python 3 and will automatically install its dependencies
into a Virtualenv when run with```shell
make
```Running `make` will also update the repo, then fetch and update the dataset. The
download and extraction is done in `script/process.py`.