-
Notifications
You must be signed in to change notification settings - Fork 38
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 VDI profiles based on lpagg #50
Draft
uvchik
wants to merge
25
commits into
v0.2dev
Choose a base branch
from
features/add-vdi-from-lpagg
base: v0.2dev
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.
Draft
Changes from 2 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
477c92e
Add lpagg code to demanlib
uvchik 4c63562
Add example for VDI profiles
uvchik 73480cd
Fix grammar
uvchik 6109b41
Add extra requirements for examples
uvchik d512612
Use black style
uvchik ea24008
Revise region module
uvchik 7b258b8
Make it possible to import Region from demandlib.vdi
uvchik ab21b5b
Add function to find TRY region by coordinates
uvchik 33a5964
Add geometry as extra requirements
uvchik 4160146
Add docstrings
uvchik a3660ae
Remove binary file from repository
uvchik 3785bc9
Do not read unused columns
uvchik b11468e
Fix style issues
uvchik 4eeed80
Fix style issues
uvchik ac2eb6c
Use new black style
uvchik d9e0d8d
Use temperature limits from config file
uvchik 31640f7
Add missing config import
uvchik 00e1114
Fix time stamp to left index
uvchik 2e205c9
Fix filepath for TRY data
uvchik f5a6e78
Remove blank line
uvchik 5d75001
Make VDI header clearer
uvchik 7cccf52
Temperature limit is part of the house data
uvchik a54ca63
Update src/demandlib/vdi/regions.py
uvchik 652ef05
Fix deprecated warning
b3fd0c4
Make it possible to fetch weather data by knowing the TRY region
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
from .dwd_try import find_try_region # noqa: F401 | ||
from .dwd_try import read_dwd_weather_file # noqa: F401 | ||
from .regions import Region # noqa: F401 |
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
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.
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.
Carefully reading the description, it is clear that we are talking about Testreferenzjahr files. However, there are a lot of types of DWD files (i.e. recordings from weather stations), maybe we could abbreviate it to TRY files like DWD does.