@Reaper That's exactly what I was hoping for, thanks a bunch !
Reaper wrote: ↑Wed Oct 03, 2018 2:52 pm
- The complete date is not mentioned, just the time the METAR was made / valid from
Date/time is the date the METAR was made at, written in a "readable" for the TTS engine. What format do you think would be better?
Reaper wrote: ↑Wed Oct 03, 2018 2:52 pm
- Cloud base/ceiling is mentioned in sequence. I.e. it is not delayed until the end.
At what time in the sequence does it usually appear? The third party library I was using before always pushes it until the end, which is why I did too.
Reaper wrote: ↑Wed Oct 03, 2018 2:52 pm
- Clouds are pronounced ( e.g. FEW 6000ft ) "FEW AT six thousand ft. Few at 20.000ft would be pronounced as two zero thousand feet.
Noted! Pronunciation, rounding and plurals for units will be the most difficult part to get perfectly right. I'll try and fix this one.
Reaper wrote: ↑Wed Oct 03, 2018 2:52 pm
- When visibility equals 9999, we mention "One zero kilometers OR MORE"
Noted! I've added "or more".
Reaper wrote: ↑Wed Oct 03, 2018 2:52 pm
- No "at" for the wind
Noted! I've removed " at " for both wind speed and gust speed.
Reaper wrote: ↑Wed Oct 03, 2018 2:52 pm
- Wind variable is also mentioned ("Wind Variable Between xxx and xxx degrees").
I'm not sure I'm getting this one. Variable wind is already mentioned like this:
Or like this for the TTS:
Code: Select all
Wind one three zero (variable one one zero to one seven zero)
What is wrong with it exactly?
Reaper wrote: ↑Wed Oct 03, 2018 2:52 pm
- When visibilty equals CAVOK, it is mentioned ( plain: "CAVOK" ). After this visibility or clouds are not mentioned since CAVOK ( I would the confirm the exact definition again) means visibility > 10Km, no cloud below 5000ft and no CBs/TCUs.
Noted! That is my understanding too! CAVOK was on my to-do, but it slipped my mind. I made myself a TODO note in the code to implement it.
Reaper wrote: ↑Wed Oct 03, 2018 2:52 pm
- NSC is also mentioned "No Significant Cloud".
"NSC" is currently reported as "Sky clear". I heard that this was the usual "lingo" for it. Can you confirm that is not the case and that "No significant cloud" should be used instead?
Reaper wrote: ↑Wed Oct 03, 2018 2:52 pm
- Visibility only mentioned which is applicable i.e. 9999 only "10KM or more" same for SM.
Noted! Same issue as above for pronunciation, rounding and plurals. I'll work on it!
Reaper wrote: ↑Wed Oct 03, 2018 2:52 pm
- No "celsius" after temperature.
- When flying in Europe, mmHg is used, In this case only the mmHg is mentioned where some station still include it in their ATIS, most of them don't.
This is where I sacrifice realism for usability. My idea as of today is to include all units for distances (KM & SM) and pressures (inHg, hPa, mmHg), in order to accommodate people & airframes from every horizons. This will become a configurable setting in the future.
Reaper wrote: ↑Wed Oct 03, 2018 2:52 pm
- NOSIG is mentioned as "NO SIGNIFICANT CHANGE".
Reaper wrote: ↑Wed Oct 03, 2018 2:52 pm
- As I am sure you know, ATIS broadcasts are categorised by a letter. They do not appear in the METAR, but for an ATIS transmission you will hear something in the likes of "ATIS information Alpha recorded at 0620". At the end of an ATIS you will hear; "you have received information Alpa ( report on first contact )" / "This was ATIS information Alpha".
This is already implemented, and every ATIS text receives a random identifier that will be shown in Discord, in addition to being played in the MP3 ATIS file =)
Thanks a bunch for your time and invaluable feedback ! I will implement your recommendations and update the text file in-place.
-