Climate Finance data
Project description
The climate finance package
climate-finance is the python package to get, clean, and work with international public climate finance.
You can use this package to get, rebuild, remix, and create using our tools and methodologies — all with only a few lines of code.
Climate finance data is notoriously difficult to work with. It's messy - really messy - and comes in all sorts of shapes and sizes, scattered across multiple websites.
It took us months to understand which climate finance data to use, and even longer to clean the data ready for the Climate Finance Files.
We don't think you should have to do this too.
We have built climate-finance to lower the barriers to access that many organisations face when seeking to conduct research or advocacy on these topics. For too long, bad data has restricted climate accoutability. And for too long, global leaders have capitalised on bad data to dictate the narrative on climate finance.
We hope these tools equip everyone with the data to hold global leaders accountable in the fight against climate change. As currently, they are not doing enough.
Getting started
This package provides a set of tools to help you work with climate finance data. It can be used to:
- download data from the OECD databases (The Creditor Reporting System (CRS) and the Climate-related Development Finance database (CRDF))
- download data from the UNFCCC data portal
- clean and harmonise data from the different sources
- convert climate finance data to different currencies and prices
Set up
The Climate Finance package is composed of many different tools to download, process and analyse data.
To get started, you will need to install the package. You can do this from pipy using pip:
pip install climate_finance --upgrade
or directly from the source code:
pip install git+https://github.com/ONEcampaign/climate-finance-package.git
Basic Usage
The first step when using the Climate Finance package should be to set a working directory
where the data will be stored. This can be done importing using the
set_climate_finance_data_path
function:
from climate_finance import set_climate_finance_data_path
set_climate_finance_data_path('path/to/your/data')
The easiest way to interact with the data is through the ClimateData
class.
For a detailed overview of how to use the ClimateData class, please see its documentation.
Questions? Would like to collaborate?
We want this package to help others analyse climate finance data. If you want to collaborate, or have any questions, please reach out.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file climate_finance-1.1.1.tar.gz
.
File metadata
- Download URL: climate_finance-1.1.1.tar.gz
- Upload date:
- Size: 110.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a498173218a379f68b82b6f220657bda499be4b89daf8844f105b294394aba26 |
|
MD5 | 8b9005bb9e8e6a4db7867c6699abae77 |
|
BLAKE2b-256 | f618cc5d4537f6741b813610c1cbf8f95d250d9539e665814e549212e769506f |
File details
Details for the file climate_finance-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: climate_finance-1.1.1-py3-none-any.whl
- Upload date:
- Size: 139.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29c0c9777ffcf53deb88fba8f5039042492460ff7a254b9412bcf1c5aa6c2497 |
|
MD5 | b7b2cd797a811c6815a9b580ff57dc12 |
|
BLAKE2b-256 | 1e0ac5943fb68edca133a41f7136874569fc19c4f5963d0d14362617bd331f5e |