Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transform FERC-714 load forecast table #3519

Open
zaneselvans opened this issue Mar 27, 2024 · 3 comments
Open

Transform FERC-714 load forecast table #3519

zaneselvans opened this issue Mar 27, 2024 · 3 comments
Assignees
Labels
ferc714 Anything having to do with FERC Form 714 good-first-issue Good issues for first-time contributors. Self-contained, low context, no credentials required. new-data Requests for integration of new data.

Comments

@zaneselvans
Copy link
Member

zaneselvans commented Mar 27, 2024

Transform the existing FERC-714 raw planning area demand forecast table into a new core asset.

With the development environment set up and the raw_ferc714 asset group materialized, you should be able to access the raw data in a notebook with:

from pudl.etl import defs
from dagster import AssetKey
raw_forecast = defs.load_asset_value(AssetKey("raw_ferc714__yearly_planning_area_forecast_demand"))

Other relevant tables:

The PUDL Data Dictionary contains table and column level documentation.

Why would this be useful?

This table contains the data necessary to reproduce and automate the kind of load growth forecast analysis that RMI highlighted in this 2017 post which would be especially useful in the context of casting doubt on these wild load growth forecasts that many utilities are using to justify building tons of new gas capacity. Yes, utilities are forecasting high load growth. But they're always forecasting high load growth. And they are systematically biased toward predicting load growth that is much higher than actually materializes.

After this is done...

Once the old 2006-2020 DBF/CSV derived data for this table has been integrated, then we can look at potentially pulling in the 2021 and later XBRL data for FERC-714 to extend the timeseries to the present.

@zaneselvans zaneselvans added new-data Requests for integration of new data. ferc714 Anything having to do with FERC Form 714 labels Mar 27, 2024
@seeess1
Copy link

seeess1 commented May 27, 2024

I'd like to take this one! @catalyst-cooperative/com-dev

@zaneselvans zaneselvans added the good-first-issue Good issues for first-time contributors. Self-contained, low context, no credentials required. label May 27, 2024
@zaneselvans
Copy link
Member Author

Okay @seeess1 I've assigned it to you. Let us know if anything gets weird in there or doesn't make sense! We usually like to make draft PRs early so others can see how changes are evolving and offer help if something seems to be going in an unexpected direction.

@zaneselvans
Copy link
Member Author

The best place to look for an analogous integration of a FERC-714 asset is probably pudl.transform.ferc714.out_ferc714__hourly_planning_area_demand() -- and that module is where this demand projection asset should also be defined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ferc714 Anything having to do with FERC Form 714 good-first-issue Good issues for first-time contributors. Self-contained, low context, no credentials required. new-data Requests for integration of new data.
Projects
Status: In progress
Development

No branches or pull requests

2 participants