Skip to content

Commit 5ea1f91

Browse files
authored
Merge pull request #325 from carbonplan/katamartin/offsets-db-updates
OffsetsDB additions
2 parents fa68319 + ad56748 commit 5ea1f91

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v3
2828
- uses: actions/setup-python@v3
29-
- uses: pre-commit/action@v2.0.3
29+
- uses: pre-commit/action@v3.0.1

articles/offsets-db-explainer/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ links:
1919
href: /research/offsets-db-methods
2020
- label: Download data
2121
href: https://offsets-db-data.readthedocs.io/en/latest/data-access.html
22+
- label: Update blog post
23+
href: /blog/offsets-db-additions
2224
components:
2325
- name: Diagram
2426
src: ./components/diagram.js

articles/offsets-db-explainer/methods.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ We update OffsetsDB on a daily basis, pulling in all available registry data.
3535

3636
If you have any questions, suggestions, or see something that needs fixing, please send us an email at [hello@carbonplan.org](mailto:hello@carbonplan.org) or [open an issue on GitHub](https://github.com/carbonplan/offsets-db-data/issues).
3737

38+
## Update — Apr 23 2025
39+
40+
We expanded OffsetsDB to include project types and standardized information about the users retiring offset credits. Project types represent further subdivisions of the project categories described above. For example, you can now divide projects within the Forest category into separate groups, like afforestation and improved forest management. Project types in OffsetsDB derive from the [open source](https://creativecommons.org/licenses/by/4.0/) project type data produced by the [Berkeley Carbon Trading Project](https://gspp.berkeley.edu/research-and-impact/centers/cepp/projects/berkeley-carbon-trading-project).
41+
42+
We used retirement beneficiary data — such as retirement accounts and notes accompanying individual retirement transactions — to identify the “retirement user” associated with retirement transactions.
43+
44+
You can read more about these updates in an accompanying [blog post](https://carbonplan.org/blog/offsets-db-additions) and in the official [OffsetsDB documentation](https://offsets-db-data.readthedocs.io/en/latest/).
45+
3846
## Terms
3947

4048
Associated [analysis package](https://github.com/carbonplan/offsets-db-data) and [web tool](https://github.com/carbonplan/offsets-db-web) made available under an [MIT license](https://github.com/carbonplan/offsets-db-web/blob/main/LICENSE). Data associated with OffsetsDB is subject to additional [terms of data access](https://offsets-db-data.readthedocs.io/en/latest/TERMS-OF-DATA-ACCESS.html).

0 commit comments

Comments
 (0)