PyPSA / pypsa-usa

PyPSA-USA: An Open-Source Energy System Optimization Model for the United States
https://pypsa-usa.readthedocs.io
MIT License
35 stars 15 forks source link

Adds county column to base network #280

Closed trevorb1 closed 2 months ago

trevorb1 commented 2 months ago

Closes #275

Changes proposed in this Pull Request

In this PR I assign buses to counties in the base network. County level shapes have been added to the pypsa-usa databundle to zenodo. The county data is dropped at the end of add_electricity due to clustering issues if the shapes are retained. Counties are assigned their numerical value (geoid), rather than their human readable name. Note, counties are based on 2020 data, as this needs to be synced with population 2020 data.

Checklist