-
Notifications
You must be signed in to change notification settings - Fork 5
Adapt to changed scheme of COSMO weather data #558
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
697f9da
Alter scheme for COSMO weather in test files
ckittl fa0fc4a
Renaming of "weather data scheme" and equivalent classes and methods
ckittl 15d9550
Adapt to plain naming in Couchbase files
ckittl 343b832
Fix some tests
ckittl 454420d
Consolidate csv weather test files in one place
ckittl 5365a79
Use PowerSystemUtils v 1.5.2
ckittl c9a8c16
Use maven central instead of jcenter
ckittl 30699e2
Pull naming of coordinate id {field / key / column} naming into TimeB…
ckittl b272635
Fix InfluxDbWeatherSource
ckittl 6940eaf
Simplifying the sql weather source by fixing the column name to a giv…
ckittl ccd9418
Harmonizing the couchbase weather source with other source implementa…
ckittl 5609e04
Offer possibility to set naming strategy in sql and couchbase weather…
ckittl 00859be
Document work
ckittl 7995b54
Merge branch 'dev' into ck/#267-adaptColumnSchemeOfCOSMOWeatherData
ckittl 2165981
Merge remote-tracking branch 'origin/dev' into ck/#267-adaptColumnSch…
ckittl 2c1cc77
Reducing code smells
ckittl 1cf83de
Merge remote-tracking branch 'origin/dev' into ck/#267-adaptColumnSch…
ckittl a8f1f98
Fix tests
ckittl 8c6b2b6
Improved CHANGELOG
ckittl 6b351f0
Improve documentation of the code
ckittl a6d8fdd
Move test data
ckittl da408e1
Fmt
ckittl 4dfbe0c
reducing code smells
ckittl 2075f1f
Merge branch 'dev' into ck/#267-adaptColumnSchemeOfCOSMOWeatherData
t-ober 46019f2
Merge branch 'dev' into ck/#267-adaptColumnSchemeOfCOSMOWeatherData
sebastian-peter 6c97ff1
Merge branch 'dev' into ck/#267-adaptColumnSchemeOfCOSMOWeatherData
sebastian-peter ae52c4d
Reverting introduction of NamingConvention
sebastian-peter 7287f11
Merge branch 'dev' into sp/#267-cosmo-weather-scheme-adaptions
sebastian-peter 9e65c8b
Fixing tests
sebastian-peter aafa1f2
Fixing code smell: uppercase naming of static final field
sebastian-peter fd18347
Addressing reviewer's comments
sebastian-peter 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 hidden or 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,3 +1,3 @@ | ||
# The following file will be copied to a unix Docker image and imported to InfluxDB data base. Therefore, the line | ||
# ending plays a crucial role. This prevents the endings from being adjusted with 'core.autocrlf=true' | ||
src/test/resources/testContainerFiles/influxDb/weather.txt eol=lf | ||
src/test/resources/testContainerFiles/influxDb/cosmo/weather.txt eol=lf |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.