Country groups as lists of ISO codes, especially those related to the UNFCCC climate policy process
Project description
Data Package, Python and JavaScript module with country groups.
Data Package
The Data Package contains the lists used to build the language modules and can be loaded with respective language tools. Some lists contain additional information like date of joining etc.
Python Module
The Python module can be installed from PyPI:
pip install countrygroups
It contains lists with three-letter codes:
from countrygroups import EUROPEAN_UNION
for member in EUROPEAN_UNION:
print(member)
JavaScript Module
The JavaScript module can be installed with npm:
npm install countrygroups
It contains arrays with three-letter codes:
var EU = require("countrygroups").EUROPEAN_UNION
console.log(EU)
Data
Members of the UNFCCC
Currently, there are 197 Parties (196 States and the European Union) to the United Nations Framework Convention on Climate Change. The CSV file contains a list of them and their status of ratification. Included are country codes, dates of Signature, Ratification, Acceptance, Accession, Approval, or Succession to the Convention, and Entry into Force.
For an explanation of the legal terms of ratification instruments see https://treaties.un.org/Pages/Overview.aspx?path=overview/glossary/page1_en.xml
UNFCCC Annex I parties
data/annex-one.csv data/annex-one-kaz.csv
Parties listed in Annex I of the UNFCCC classified as industrialized (developed) countries and "economies in transition". After ratifying the Kyoto Protocol Kazakhstan is considered an Annex I Party for the purposes of the Protocol but remains to be a non-Annex I Party for the purposes of the Convention, the second version includes Kazakhstan.
UNFCCC Non-Annex I parties
Members of the UNFCCC not part of Annex I.
Least Developed Countries (LDCs)
The list of Least Developed Countries (LDCs) is taken from https://www.un.org/development/desa/dpad/least-developed-country-category/ldcs-at-a-glance.html Available are current LDCs and graduated countries.
Landlocked Developing Countries (LLDCs)
http://unohrlls.org/about-lldcs/
http://unohrlls.org/about-lldcs/country-profiles/
Small Island Developing States (SIDS)
data/sids-non-un-or-regional-commissions-associates.csv
List of Small Island Developing States (SIDS) and list of Non-UN Members/Associate Members of Regional Commissions, sourced from https://sustainabledevelopment.un.org/topics/sids/list.
European Union member states
The data is sourced from https://europa.eu/european-union/about-eu/countries/member-countries_en.
G20 members
Organisation for Economic Co-operation and Development (OECD)
Members of the Convention on the Organisation for Economic Co-operation and Development (OECD) and dates on which they deposited their instruments of ratification, sourced from http://www.oecd.org/about/membersandpartners/list-oecd-member-countries.htm.
BRICS
Umbrella group
OPEC
AOSIS
Environmental Integrity Group (EIG)
G77
Arab Group
UN Regional Groups
IPCC AR5 Region definitions
International Maritime Organization
SSP (Shared Socioeconomic Pathways) Database Region Definitions
UN Statistical Division Geographical Regions
data/unstats-geographical-regions.json
Preparation
The Makefile
used to generate the CSV files requires Python3 and will
automatically install its dependencies into a Virtualenv when run with
make
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file countrygroups-0.7.1-py2.py3-none-any.whl
.
File metadata
- Download URL: countrygroups-0.7.1-py2.py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03bcaa76c42dc4bd7d52c84ad8511223f59b9306f90e503473705523f6e559f2 |
|
MD5 | b9b22ba289800be39bc30641c1b773ab |
|
BLAKE2b-256 | 5a91888f9121f9711c032bc7766794c7accb0ebf6c47eacfedeb8df449321517 |