-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix PsdmTimeBasedWeatherValueFactory #267
Comments
As of discussion today: The factory does not reflect the actual scheme in the weather database. Therefore, either the factory has to be altered or at the same time the scheme of the data base. An argument for changing the data scheme is, that InfluxDB requires the time information to be called Decision:
|
Even more issues than expected...
Some reasoning about the next steps:
@johanneshiry We had several discussion about this, would you mind to have one more? ^^ |
Breaking down the above discussion to actual tasks:
|
…me-adaptions Adapt to changed scheme of COSMO weather data
# Conflicts: # CHANGELOG.md # src/main/java/edu/ie3/datamodel/io/source/couchbase/CouchbaseWeatherSource.java # src/main/java/edu/ie3/datamodel/io/source/influxdb/InfluxDbWeatherSource.java # src/test/groovy/edu/ie3/datamodel/io/source/couchbase/CouchbaseWeatherSourceCosmoIT.groovy
…e-adaptions Adapt column scheme of ICON weather data 2.0
The column names of the
PsdmTimeBasedWeatherValueFactory
are currently invalid.Furthermore the
datum
column of theIconTimeBasedWeatherValueFactory
might be renamed totime
as well. (considering #175)Furthermore,
Psdm
� should be renamed toCosmo
.The text was updated successfully, but these errors were encountered: