unfccc_di_api
Python wrapper around the Flexible Query API of the UNFCCC.
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 9 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.7%) to scientific vocabulary
Keywords
climate-data
unfccc
Keywords from Contributors
energy-system
climate-change
geoscience
energy-system-model
Last synced: 6 months ago
·
JSON representation
Repository
Python wrapper around the Flexible Query API of the UNFCCC.
Basic Info
- Host: GitHub
- Owner: primap-community
- License: other
- Language: Python
- Default Branch: main
- Homepage: https://unfccc-di-api.readthedocs.io
- Size: 398 KB
Statistics
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 1
- Releases: 12
Topics
climate-data
unfccc
Created about 5 years ago
· Last pushed 6 months ago
Metadata Files
Readme
Changelog
Contributing
License
Authors
README.rst
=============
UNFCCC DI API
=============
.. image:: https://img.shields.io/pypi/v/unfccc_di_api.svg
:target: https://pypi.python.org/pypi/unfccc_di_api
:alt: PyPI release
.. image:: https://readthedocs.org/projects/unfccc-di-api/badge/?version=main
:target: https://unfccc-di-api.readthedocs.io/en/main/
:alt: Documentation
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4457483.svg
:target: https://doi.org/10.5281/zenodo.4457483
Python wrapper around the `Flexible Query API `_ of
the UNFCCC.
* Free software: Apache Software License 2.0
* Documentation: https://unfccc-di-api.readthedocs.io.
Warning
-------
Due to a recent change in the UNFCCC's API, the UNFCCCApiReader class is
**not functional** any more in standard environments. To continue to access the data,
you have two options:
1. Use the new ZenodoReader. It provides access using the `query` function like the
UNFCCCApiReader, but only supports querying for a full dataset with all data. It
relies on our `data package `_, which we
update regularly; however, the data is naturally not as recent as querying from
the API directly.
2. Run your functions in an environment which is not blocked by the UNFCCC DI API.
According to our tests, Azure virtual machines work, as well as github hosted
runners, with the exception of Mac OS runners.
Features
--------
* High-level API to query all information for a given party.
* Low-level API to selectively query information with the same resolution as in the
UNFCCC web query tool.
Citation
--------
If you use this library and want to cite it, please cite it as:
Mika Pflüger, Daniel Huppmann & Johannes Gütschow. (2024-01-08).
pik-primap/unfccc_di_api: Version 4.0.4.
Zenodo. https://doi.org/10.5281/zenodo.10471122
Data package
------------
If you just want all the data in CSV and parquet format (suitable for reading with
pandas), look at our `data package `_.
CI status and other links
-------------------------
.. image:: https://results.pre-commit.ci/badge/github/pik-primap/unfccc_di_api/main.svg
:target: https://results.pre-commit.ci/latest/github/pik-primap/unfccc_di_api/main
:alt: pre-commit.ci status
Owner
- Name: PRIMAP
- Login: primap-community
- Kind: organization
- Repositories: 1
- Profile: https://github.com/primap-community
GitHub Events
Total
- Delete event: 23
- Push event: 30
- Pull request event: 55
- Fork event: 1
- Create event: 27
Last Year
- Delete event: 23
- Push event: 30
- Pull request event: 55
- Fork event: 1
- Create event: 27
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| pre-commit-ci[bot] | 6****] | 142 |
| Mika Pflüger | m****r@p****e | 133 |
| Daniel Huppmann | dh@d****t | 8 |
Committer Domains (Top 20 + Academic)
Dependencies
docs/requirements.txt
pypi
- ipykernel *
- nbsphinx *
.github/workflows/ci.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite
- codecov/codecov-action v2 composite
pyproject.toml
pypi
requirements.txt
pypi
requirements_dev.txt
pypi
setup.py
pypi