-
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
Consider None
-equivalent value for missing data points in weather
#188
Labels
question
Further information is requested
Comments
staudtMarius
added a commit
that referenced
this issue
Dec 6, 2022
…-value-for-missing-data-pints-in-weather' into ms/#188-consider-none-equivalent-value-for-missing-data-pints-in-weather
@staudtMarius we should also log that we do not get any weather data for the specified time. This makes debugging much easier. |
staudtMarius
added a commit
that referenced
this issue
Feb 20, 2023
…ssing-data-pints-in-weather # Conflicts: # CHANGELOG.md
staudtMarius
added a commit
that referenced
this issue
Feb 27, 2023
…ssing-data-pints-in-weather # Conflicts: # CHANGELOG.md
staudtMarius
added a commit
that referenced
this issue
Apr 26, 2023
…ssing-data-pints-in-weather # Conflicts: # CHANGELOG.md
staudtMarius
added a commit
that referenced
this issue
Sep 28, 2023
…ssing-data-pints-in-weather # Conflicts: # src/main/scala/edu/ie3/simona/ontology/messages/services/WeatherMessage.scala # src/main/scala/edu/ie3/simona/service/weather/WeatherSource.scala # src/test/scala/edu/ie3/simona/service/weather/WeatherSourceSpec.scala
staudtMarius
added a commit
that referenced
this issue
Oct 23, 2023
…ssing-data-pints-in-weather # Conflicts: # CHANGELOG.md
staudtMarius
added a commit
that referenced
this issue
Nov 14, 2023
…ssing-data-pints-in-weather # Conflicts: # CHANGELOG.md
staudtMarius
added a commit
that referenced
this issue
Nov 14, 2023
…-value-for-missing-data-pints-in-weather' into ms/#188-consider-none-equivalent-value-for-missing-data-pints-in-weather
staudtMarius
added a commit
that referenced
this issue
Nov 21, 2023
…ssing-data-pints-in-weather # Conflicts: # CHANGELOG.md
staudtMarius
added a commit
that referenced
this issue
Nov 21, 2023
…-value-for-missing-data-pints-in-weather' into ms/#188-consider-none-equivalent-value-for-missing-data-pints-in-weather
staudtMarius
added a commit
that referenced
this issue
Nov 29, 2023
…ssing-data-pints-in-weather # Conflicts: # CHANGELOG.md
staudtMarius
added a commit
that referenced
this issue
Jan 8, 2024
…ssing-data-pints-in-weather # Conflicts: # CHANGELOG.md # src/main/scala/edu/ie3/simona/service/weather/WeatherSource.scala
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When no weather data is present for a coordinate/time combination, specific values (e.g. 0°K for empty temperature) are provided.
simona/src/main/scala/edu/ie3/simona/service/weather/WeatherSource.scala
Lines 513 to 518 in ad824fc
We should have a discussion on whether this is the best way to solve this, in contrast to passing on
None
(or equivalent) to SPAs.The text was updated successfully, but these errors were encountered: