-
Notifications
You must be signed in to change notification settings - Fork 16
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
New application disaggregation functions #6
Open
FaKurz
wants to merge
28
commits into
DemandRegioTeam:DevTUB
Choose a base branch
from
FaKurz:master
base: DevTUB
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…h recent updates from database, energy consumption now to find under spatial_id =71, fixed error in employees_per_branch(), when years before 2008 where chosen, fixed stylesheet errors
…on data changed to 71
…om AGEB for additional years. data is used for determining industrial gas consumption for self generation. and DemandRegioTeam#2 deleted old files which are not used anymore by the script
…an be change by the user in order to use different historic weather years for projections into the future or past.
… for years before 2015. efficiency enhancement will alter specifc energy consumption results by a specified rate which will increase or decrease energy demand based on the 2019 onward. The rate can be specified by the user in data_in /Efficiency_Enhancement_Rates.xlsx
…ot a mean of 72 hours as before.
…onsumption_per_branch_and_district() to generate_specific_consumption_per_branch(year=year)
…dustry() to generate_specific_consumption_per_branch_and_district() and employees_per_branch_district() and efficiency_enhancement()
…al and data functions. seperate definition of historical weather year and projection year is possible. However, years must have matching lenghts.
…year is selected for calculation of specific consumption
…r in function employees per branch to fit with consumption data, which is only available untill 2017
moved the creation of the timelines into the function to reduce clutter
fixed continuation consitency
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull consists of functions for the disaggregation of energy consumptions into different applications.
Additional files are a demo of the new functionality and a new input file.