From afd3249172dddbfb28e20de7670113dafb6e72eb Mon Sep 17 00:00:00 2001 From: Max Jones <14077947+maxrjones@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:40:26 -0400 Subject: [PATCH 1/2] Update year for tool --- components/projects/about.js | 2 +- components/projects/methods/archive.md | 2 +- components/projects/methods/fires.md | 4 ++-- components/projects/project/metrics.js | 2 +- pages/research/forest-offsets.js | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/projects/about.js b/components/projects/about.js index fb6511d..d498b24 100644 --- a/components/projects/about.js +++ b/components/projects/about.js @@ -76,7 +76,7 @@ const About = ({ showFires, archive }) => { This is a public monitor of forest fires affecting improved forest management carbon offset projects in California's cap-and-trade program.{' '} - Live updating for 2023. + Live updating for 2024. ) diff --git a/components/projects/methods/archive.md b/components/projects/methods/archive.md index f935230..a182e12 100644 --- a/components/projects/methods/archive.md +++ b/components/projects/methods/archive.md @@ -2,6 +2,6 @@ import { Box } from 'theme-ui' ## Summary -This website provides an archival map from our analysis in 2021 of wildfires impacting improved forest management (IFM) forest offset projects. For general details on our analysis of forest offset crediting, please visit our [crediting map](/research/forest-offsets-crediting). For an up-to-date map tracking the effect of wildfires on projects for the 2023 fire season, please visit our current [fire map](/research/forest-offsets-fires). +This website provides an archival map from our analysis in 2021 of wildfires impacting improved forest management (IFM) forest offset projects. For general details on our analysis of forest offset crediting, please visit our [crediting map](/research/forest-offsets-crediting). For an up-to-date map tracking the effect of wildfires on projects for the 2024 fire season, please visit our current [fire map](/research/forest-offsets-fires). export default ({ children }) => {children} diff --git a/components/projects/methods/fires.md b/components/projects/methods/fires.md index 7c501c3..7e366c3 100644 --- a/components/projects/methods/fires.md +++ b/components/projects/methods/fires.md @@ -2,7 +2,7 @@ import { Box } from 'theme-ui' ## Summary -This website is a monitoring tool for tracking wildfires burning within forest carbon offsets projects enrolled under California’s cap-and-trade program. Of the 119 projects in the program that we are monitoring, the list on the left shows all projects that intersect wildfire perimeters during the 2023 fire season. For each project that intersects a wildfire perimeter, we report the total burned acreage, and at the top we report total acres burned across all offset projects. The map shows projects and fires, and labels those fires with project intersections. +This website is a monitoring tool for tracking wildfires burning within forest carbon offsets projects enrolled under California’s cap-and-trade program. Of the 119 projects in the program that we are monitoring, the list on the left shows all projects that intersect wildfire perimeters during the 2024 fire season. For each project that intersects a wildfire perimeter, we report the total burned acreage, and at the top we report total acres burned across all offset projects. The map shows projects and fires, and labels those fires with project intersections. ## Methods @@ -10,7 +10,7 @@ This site relies primarily on two datasets: the perimeters of projects enrolled Project perimeters come directly from the California Air Resources Board (CARB), which implements California’s cap-and-trade program. Specifically, CARB maintains an [ArcGIS dataset](https://webmaps.arb.ca.gov/ARBOCIssuanceMap/) of all currently enrolled offset projects. For each project, we calculate project area directly from the raw geometry. We also report information about the total number of offset credits awarded to each project, which we take from [CARB’s official issuance table](https://ww2.arb.ca.gov/our-work/programs/compliance-offset-program/arb-offset-credit-issuance). For display purposes in the web map, we apply minor buffering and simplification steps to the raw geometries before rendering. Finally, we exclude all Early Action projects from our monitoring. -Fire perimeters come from the National Interagency Fire Center (NIFC), an umbrella organization responsible for coordinating federal wildfire management. NIFC maintains several geographic datasets, including an authoritative version of [all wildland fire perimeters](https://data-nifc.opendata.arcgis.com/datasets/nifc::wfigs-current-interagency-fire-perimeters/about) from the 2023 fire season. +Fire perimeters come from the National Interagency Fire Center (NIFC), an umbrella organization responsible for coordinating federal wildfire management. NIFC maintains several geographic datasets, including an authoritative version of [all wildland fire perimeters](https://data-nifc.opendata.arcgis.com/datasets/nifc::wfigs-current-interagency-fire-perimeters/about) from the 2024 fire season. We calculate burned area by intersecting these two datasets, using the raw geometries provided by CARB, rather than the simplified versions, for these calculations. diff --git a/components/projects/project/metrics.js b/components/projects/project/metrics.js index cdda782..9600d26 100644 --- a/components/projects/project/metrics.js +++ b/components/projects/project/metrics.js @@ -183,7 +183,7 @@ const Metrics = ({ data, setZoomTo, showFires }) => { We are tracking occurrences of fires overlapping offset projects. Area burned refers to the fraction of fire area - overlapping offset project area, for all fires thus far in 2023, + overlapping offset project area, for all fires thus far in 2024, updated every few hours. We list names for all overlapping fires, with links if available. diff --git a/pages/research/forest-offsets.js b/pages/research/forest-offsets.js index a6cb4d4..95da6c0 100644 --- a/pages/research/forest-offsets.js +++ b/pages/research/forest-offsets.js @@ -32,7 +32,7 @@ const Index = () => { A public monitor of forest fires affecting improved forest management carbon offset projects in California's cap-and-trade - program, live updating for the 2023 fire season. + program, live updating for the 2024 fire season. From c9db3c802c7764acb840a7aad9937a6c5efd0822 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:41:04 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 43c920a..838196c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@

- # carbonplan / forest-offsets-web **dashboard for retrospective analysis of offset projects**