deployment-gap-model-education-fund / deployment-gap-model

ETL code for the Deployment Gap Model Education Fund
https://www.deploymentgap.fund/
MIT License
6 stars 2 forks source link

ISO queue Change log #316

Closed bendnorman closed 5 months ago

bendnorman commented 6 months ago

Create a change log of ISO queue projects where each record is a project at a particular status. Projects will either have one or two records: one for when the project enters the queue and one for when the project is withdrawn or becomes operational.

With this change log, we should create a table that contains the number of projects that become operational, enter the queue and are withdrawn for a given geography and time frame. This table should allow users to understand queue changes for a given geography over time.

TODOs

Out of Scope tasks

Options

Withdrawn and operational date availability

Withdrawn

Overall 61% of withdrawn projects have a withdrawn date.

Operational

Only 52% of projects have actual operational dates. However, 89% of projects have a proposed operational date. Of projects with both proposed and actual operational dates, 70% of the projects' dates were within a year of each other. We could use proposed as guestimate for operational projects without actual operational dates.

image image

ERCOT Integration

bendnorman commented 5 months ago

315 also integrates the latest GS data. To make a fair comparison between GS data and LBNL, we remove all GS projects that entered the queue after 2022 and select all active projects or projects that were active in LBNL. These are the results when comparing total MW of all regions:

image

I think our deduplication methodology might be a little too aggressive which explains the slight decrease in MW. Otherwise I'm pretty comfortable with these changes.

jdangerx commented 5 months ago

@bendnorman I see a bunch of interesting investigation/data quality tasks left. Do we have a way of quantifying when this data is "good enough?" If we finish those tasks in the TODO (make sure capacities add up, reconcile NYISO/SPP capacity diffs, etc.) does that mean we're done with this, or do you think we'll find more data quality issues and keep chasing those down?