-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add HH load area profile generator #260
Conversation
….com:openego/eGon-data into features/#256-hh-load-area-profile-generator
Discussion is moved here: #256 (comment)
We solved the 2035 ran successfully, 2050 is ongoing - will report. UPDATE: 2050 ran successful too |
I adjusted the random stuff as follows:
|
….com:openego/eGon-data into features/#256-hh-load-area-profile-generator
Merged into weekend-run-branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one has been tested a couple of times now, everything works as expected. 🎉
Thank you @gplssm and @nailend for your efforts during the last months (111 commits!), this dataset is an important part of the database and will also improve ding0's DGs!
Caution: In #428 some columns have been renamed, a fix to the present PR has been added in 1fbd656, it requires #428 to work.
…cts-buildings finish-eGon100RE-fix-cts-buildings
Add household electricity demand time series, mapping of demand profiles to census cells and aggregated household electricity demand time series at MV grid district level.
Newly created in tables (from the docs)
demand.household_electricity_profiles_in_census_cells
: Lists references and scaling parameters to time series data for each household in a cell by identifiers. This table is fundamental for creating subsequent data like demand profiles on MV grid level or for determining the peak load at load area leveldemand.household_electricity_profiles_hvmv_substation
: Household electricity demand profiles aggregated at MV grid district level.For the review
@ClaraBuettner please have a detailed look on the second table. And if you have time, we're interested in general feedback
@gnn Could you please have a look on #260 (comment)
TODO:
Fixes #256
Fixes #294
Fixes #295