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

Offshore tweaks #349

Closed TrentonBush closed 2 days ago

TrentonBush commented 2 days ago

Offshore wind projects were defined differently from LBNL and Gridstatus projects. There was a county level groupby in the src/dbcp/data_mart/projects.py:_get_proprietary_proposed_offshore definition. By removing this, we treat multi-location counties consistently between all three sources. This also lets us remove per-dataset special testing from src/dbcp/validation/tests.py:test_iso_projects_capacity_aggs.

I also added a queue_status equivalent so the "active projects only" filter works as intended.