Skip to content
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

Fixes/#350 osm bld load assignment #358

Open
wants to merge 13 commits into
base: features/status2023-metadata
Choose a base branch
from

Conversation

nesnoj
Copy link
Member

@nesnoj nesnoj commented Jan 9, 2025

Fixes #350

Improve building household load assignment:

  • Extend OSM tags: regular building types and retirement and assisted homes
  • Use commercial and retail buildings as fallback in populated cells without res. buildings
  • Use building parts in hh load profile allocation instead of centroids: Buildings are clipped with census cells and resulting parts are now used for allocation instead of centroids only resulting in less synthetic buildings to be created. This reduced the total count of synth. buildings from 14k to 6.4k (SH run).
  • Adjust the number of synth. buildings created in a cell: Use median of profile/building rate of adjacent cells instead of the global rate median to better represent the local conditions. This did not change the total count of synth. buildings (6.4k -> 5.6k) significantly but alters the regional distribution.
  • Add table with household profile type counts per building

Before merging into dev-branch, please make sure that

  • the CHANGELOG.rst was updated.
  • new and adjusted code is formated using black and isort.
  • the Dataset-version is updated when existing datasets are adjusted.
  • the branch was merged into the
    continuous-integration/run-everything-over-the-weekend-branch.
  • the workflow is running successful in test mode.
  • the workflow is running successful in Everything mode.

Table: 'demand.egon_household_electricity_profile_of_buildings_stats'
Include retirement and assisted homes
Add commercial/retail buildings as residential buildings in cells with population but no residential buildings from the prior pure filtering
@nesnoj nesnoj added the bug Something isn't working label Jan 9, 2025
@nesnoj nesnoj self-assigned this Jan 9, 2025
nesnoj added 7 commits January 9, 2025 18:07
Buildings are clipped with census cells and resulting parts are now used for allocation instead of centroids only resulting in less synthetic buoldings to be created.
…ell information

Use median of profile/building rate of adjacent cells instead of the global rate median to better represent the local conditions. This does not change the total count of synth. buildings significantly but alters the regional distribution.
@nesnoj
Copy link
Member Author

nesnoj commented Jan 29, 2025

This can be merged after a successful DE run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assignment of hh building loads lead to many synth. buildings (census data <-> OSM)
1 participant