Skip to content
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

Introduction of a additive description for old and new weather conditions #577

Open
m-pauly opened this issue Sep 13, 2021 · 3 comments
Open
Assignees
Labels
FeatureRequest Proposals which enhance the interface or add additional features. Harmonisation The Group in the ASAM development project working on harmonisation with other standards. SensorModeling The Group in the ASAM development project working on sensor modeling topics.

Comments

@m-pauly
Copy link

m-pauly commented Sep 13, 2021

Signed-off-by: Markus Waldmann markus.waldmann@stud.hs-kempten.de & Markus Pauly markus.pauly@stud.hs-kempten.de

Description

Introduction of the use of continuous values instead of enums for several weather-values for example:

  • Clouds: OSC & OSI provide 5 states. However, the cloud cover is officially divided into eighth values between 0 and 1: like in the Glossar of the German weather department DWD (dwd.de - https://www.dwd.de/DE/service/lexikon/Functions/glossar.html?lv2=100932&lv3=101016). This values should be adapted to each other.
  • Ambient Illumination: Describes the Illumination in the environment in LUX, consists of 11 values. Should be described by continuous double values
  • Precipitation: Contains 9 possible values Continuous values, should be described by double values - instead of categories according to the context of ISO 2315
  • Fog Density: 10 enum values describe the visibility/density in "m" (meter), should be described by double values
@thempen thempen added FeatureRequest Proposals which enhance the interface or add additional features. Harmonisation The Group in the ASAM development project working on harmonisation with other standards. labels Sep 14, 2021
@thempen thempen added this to To do in Harmonisation via automation Sep 14, 2021
@thempen thempen added the SensorModeling The Group in the ASAM development project working on sensor modeling topics. label Sep 14, 2021
@thempen
Copy link
Contributor

thempen commented Sep 14, 2021

@kmeids Before bringing the PR to ReadyToMerge, we would need some feedback from the SensorModeling group.

@kmeids
Copy link
Contributor

kmeids commented Sep 20, 2021

@thempen I only see an open Issue, is there a PR?

FYI:
In the SM group we already had several discussions on this topic and alignments with OSC as well.
We went through several suggestions and initially agreed on one that @jruebsam is trying to draft the first message structure.
We need to align during our next SM or Harmonization meeting (depending on your and @jruebsam's availability).

@adrianschultz
Copy link
Contributor

Within the new OpenSCENARIO project this is for discussion:

Definition of cloud states using the fractional cloud cover in oktas.

    International commision on illumination (CIE):
    "Quotient of the sum of the solid angles subtended by clouds and the solid angle 2π sr of the whole sky.
    Note 1 to entry: Observation of total cloud amount is usually recorded in tenths or oktas, where one okta indicates an extent of cloud cover equal to one eighth of the sky.
    Note 2 to entry: The total cloud amount has unit one.     Note 3 to entry: This entry was numbered 845-09-92 in IEC 60050-845:1987.
    Note 4 to entry: This entry was numbered 17-1321 in CIE S 017:2011."


    Oktas   German description      English description                 mapping to deprecated enum
    ---------------------------------------------------------------------------
    0/8     wolkenlos               Cloudless, clear sky, no clouds     free
    1/8     sonnig                  Sunny, few clouds
    2/8     heiter                  Serene, few clouds
    3/8     leicht bewölkt          Light cloudy, scattered
    4/8     wolkig                  Cloudy, scattered                   cloudy
    5/8     bewölkt                 Cloudy, broken
    6/8     stark bewölkt           Heavily clouded, broken             rainy
    7/8     fast bedeckt            Almost overcast, broken
    8/8     bedeckt                 Overcast, sky completely cloudy     overcast
    9/8     Himmel nicht erkennbar  Sky not visible, obscured           skyOff

@m-pauly m-pauly closed this as completed Oct 20, 2021
@m-pauly m-pauly reopened this Oct 20, 2021
Harmonisation automation moved this from In progress to To do Oct 20, 2021
@PhRosenberger PhRosenberger self-assigned this Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FeatureRequest Proposals which enhance the interface or add additional features. Harmonisation The Group in the ASAM development project working on harmonisation with other standards. SensorModeling The Group in the ASAM development project working on sensor modeling topics.
Projects
Development

No branches or pull requests

5 participants