Skip to content

Commit c3c96b7

Browse files
committed
updating data pointer and documentation
1 parent fd93d40 commit c3c96b7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

components/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This tool is designed to make public cap-and-trade data about offset use more ea
44

55
Specifically, the underlying data allows us to ask who has used credits from a particular offset project (project → users), which offset projects a particular regulated entity has turned in credits from (user → projects), and which emitting facilities are associated with a regulated entity (user → facilities). Note that while both offset projects and facilities can be connected to a user, the structure of the underlying data does not allow facilities and projects to be directly associated with each other.
66

7-
Additional information about forest projects in particular — including total issuance and overlap with wildfire — can be found in our public [forest offsets project database](https://carbonplan.org/research/forest-offsets).
7+
Additional information about offset projects can be found in our public [offsets database](https://carbonplan.org/research/offsets-db/projects/CAR1264), which includes data on total issuance and retirement, and links out to registry documentation. For our analysis of the overcrediting of forest offset project in particular, as well as a tool for tracking their intersection with wildfire, see our[forest offsets tools](https://carbonplan.org/research/forest-offsets).
88

99
You can cite this work as:
1010

11-
F Chay, J Freeman, D Cullenward (2024) “Compliance users” CarbonPlan [doi:10.5281/zenodo.7668230](https://doi.org/10.5281/zenodo.7668230)
11+
F Chay, J Freeman, D Cullenward (2025) “Compliance users” CarbonPlan [doi:10.5281/zenodo.7668230](https://doi.org/10.5281/zenodo.7668230)

components/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const description = (
3333
<Link href='https://github.com/carbonplan/compliance-users'>
3434
GitHub repository
3535
</Link>
36-
. This tool was updated as of December 2024.
36+
. This tool was updated as of December 2025.
3737
</span>
3838
)
3939

components/methods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
The California Air Resources Board (CARB) — the regulator in charge of implementing the cap-and-trade program — publishes a variety of cap-and-trade data. This tool connects the dots between three of CARB’s published data sources. Here we describe those sources.
44

5-
[Compliance reports](https://ww2.arb.ca.gov/our-work/programs/cap-and-trade-program/cap-and-trade-program-data) are published at the end of each full (e.g. 2013-2014, 2015-2017, 2018-2020, 2021-2023) detail how regulated entities comply with their cap-and-trade obligations, including through use of offset credits. We use the compliance reports to associate regulated entities (i.e. users) with offset project IDs and facility IDs.
5+
[Compliance reports](https://ww2.arb.ca.gov/our-work/programs/cap-and-trade-program/cap-and-trade-program-data) detail how regulated entities comply with their cap-and-trade obligations, including through use of offset credits. We use the compliance reports to associate regulated entities (i.e. users) with offset project IDs and facility IDs. These reports are published at the end of each full compliance period (e.g. 2013-2014, 2015-2017, 2018-2020, 2021-2023), and annually within each compliance period (e.g. 2024).
66

7-
[Mandatory GHG Reporting Data](https://ww2.arb.ca.gov/mrr-data) (MRR) are published annually (2013-2023) and provide information on emitting facilities. Some of these emissions are “covered” by cap-and-trade, and therefore form the basis for a compliance obligation. We use the MRR data to connect facility IDs to facility names, types, and locations. A \*\* next to the name of a facility indicates a facility that appears in the MRR data, and is listed in the compliance reports, but in a different reporting period.
7+
[Mandatory GHG Reporting Data](https://ww2.arb.ca.gov/mrr-data) (MRR) are published annually (2013-2024) and provide information on emitting facilities. Some of these emissions are “covered” by cap-and-trade, and therefore form the basis for a compliance obligation. We use the MRR data to connect facility IDs to facility names, types, and locations. A \*\* next to a facility name indicates a facility that appears in the MRR data, and is listed in the compliance reports, but in a different reporting period.
88

99
The [Offset Credit Issuance Table](https://ww2.arb.ca.gov/our-work/programs/cap-and-trade-program/cap-and-trade-program-data) provides information about the issuance of offset credits that are eligible for use in the cap-and-trade program. We use the Issuance Table to connect an offset project ID to project names, types, and locations.

components/use-store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import create from 'zustand'
22

33
const url =
4-
'https://raw.githubusercontent.com/carbonplan/compliance-users/main/data/outputs/user_data_v4.0.json'
4+
'https://raw.githubusercontent.com/carbonplan/compliance-users/main/data/outputs/user_data_v5.0.json'
55

66
const useStore = create((set) => ({
77
search: '',

0 commit comments

Comments
 (0)