rkusa / DATIS

DCS World Automatic Terminal Information Service (ATIS) broadcasted through Simple Radio Standalone (SRS)
MIT License
89 stars 21 forks source link

Incorrect Ceilings #91

Open CaptainBandages opened 3 years ago

CaptainBandages commented 3 years ago

ATIS reporting incorrect ceiling in 2.7. Select a Low Overcast And Rain preset 3. Reports ceiling at 19200' when ceiling is at 6000'.

rkusa commented 3 years ago

Thanks for the report! Low Overcast And Rain preset 3 is an interesting one.

It has three layers:

  1. 1680m to 5880m
  2. 5880m to 7140m
  3. 10080m to 11340m

The current implementation classifies them as follows:

  1. Scattered
  2. Broken
  3. Few

For the ceiling in an ATIS report, I've read somewhere that only Broken and Overcast layers are considered, which is why it currently reports the second layer as the ceiling (first one is classified as scattered).

The possible mistakes I see here are:

As a reference, this is the first layer if I remove the other layers and the rain for better visibility:

image

What would you say are the mistakes here?

CaptainBandages commented 3 years ago

Screen_210425_111607 Here is what the ME classifies the layers as. It reports the first layer as OVC. ATIS' will include all visible layers.

The first BKN or OVC layer is classified as the ceiling. But they will report all layers that the observer can see from the ground.

They are also cumulative so if you have the first layer as 2/8's (FEW) + 3/8's (SCT) The second layer will be reported as the BKN. If there was another layer above at 3/8's (SCT) it will be reported at OVC. So in my example the ATIS will report FEW at x alt, ceiling Broken x alt, and Overcast at x alt.

rkusa commented 3 years ago

Thanks for the info, I'll see how I can incorporate this into DATIS 👍