A Python library designed to streamline the aggregation of carbon data from multiple registries, each with its own data format, into a unified schema in CSV/Parquet formats.
Project description
Carbon Registry Indexer
Welcome to the CarbonMarketsHQ Data Indexer! This tool is designed to consolidate data from multiple carbon market registries into a unified schema, making it easier to analyze and utilize carbon market data. This project is open source and we welcome contributions from the community.
Supported data sources
- Gold Standard
- American Carbon Registry (ACR)
- Climate Action Reserve (CAR)
- Climate Action Data Trust (CADT)
- Puro Earth
Installation
To install the package, you can use pip:
pip install carbon-registry-indexer
license
All the code in this repository is MIT licensed.
Sample Usage
indexer = CarbonRegistryIndexer(storage_dir='your_storage_dir'
azure_blob_conn_str='your_conn_str',
azure_blob_container='your_container_name')
indexer.setup_storage() # creates or purges data folder
# calls to initiate sync
indexer.sync_gold_standard()
indexer.sync_climate_action_data_trust()
indexer.sync_american_carbon_registry()
indexer.sync_climate_action_reserve()
indexer.sync_puro_earth()
Output model
ProjectLocation
: Stores information about the location of a project, including country, state, and geographic identifier.ProjectRating
: Captures project-level ratings from different rating entities.CoBenefit
: Links a project to the UN Sustainable Development Goals (SDGs) it contributes to.Project
: The core table representing a carbon project. It includes meta information about a project.RelatedProject
: Captures relationships between different projects.Issuance
: Represents an issuance of carbon credits from a project.Label
: Defines a label associated with an issuance, specifying the crediting period and validity.Unit
: Represents the life-cycle of credit units Issued, retired, cancelled, etc.Governance
: Stores picklist values used for governance-related fields.Estimation
: Contains estimated credit information for a project.
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 Distribution
Built Distribution
File details
Details for the file carbon-registry-indexer-0.1.59.tar.gz
.
File metadata
- Download URL: carbon-registry-indexer-0.1.59.tar.gz
- Upload date:
- Size: 39.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb9adab032ad3bbfc66cf84d0a36f4083c5907301a00fb8345061f7fb8b4ecf3 |
|
MD5 | 6b75d06bc8b3ddfa30fc0532d427ca92 |
|
BLAKE2b-256 | 7751ea83d859c58c1fb98d6ebcc7d00ad63dab0d946934d41da31e2ee3267729 |
File details
Details for the file carbon_registry_indexer-0.1.59-py3-none-any.whl
.
File metadata
- Download URL: carbon_registry_indexer-0.1.59-py3-none-any.whl
- Upload date:
- Size: 50.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0563a4e7ade8b27db225cd296a6a4cb2b9bfe23608b7d5566fc5d934aeae018 |
|
MD5 | 354e5e342acb29686ade9fde55fad99c |
|
BLAKE2b-256 | 8242b4ac2d9363afa0099376285e6f77bfb843f2f9fd30d4cf016622a64e0cb1 |