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

And End Use Load Profile Demand #247

Closed trevorb1 closed 2 months ago

trevorb1 commented 2 months ago

Changes proposed in this Pull Request

In this PR I add logic to pull and process the End-Use Load Profile dataset from NREL. The data will come in at a state level, separated by electric, heating, and cooling load, and aggregated to an hourly load profile for 2018. I have not done the dissagregation yet, as we should decided on some common data structures for bringing in data. (ie. PR #202)

Checklist