minsulander / vatiris

VATSim (Sweden, Unofficial) Integrated Real-time Information System
GNU General Public License v3.0
6 stars 2 forks source link

Remove unnecessary newlines in ARPT COND/NOTAM data #78

Closed Sjolus closed 4 weeks ago

Sjolus commented 4 weeks ago

Sometimes the AWOS-data has an unnecessary newline (probably based on character limits per row irl?) in the ARPT COND/NOTAM fields.

Not something we need, can we strip newlines from ARPT COND/NOTAM data, but make sure we always have at least one empty space between the old end of line 1 and the old start of line 2. Would simplify a lot when we enter the data in vATIS.

Example from ESMS, but this also happens sometimes at ESGG: image

maxlk96 commented 4 weeks ago

Yes, it's because format is kept as received from AWOS!

I'd assume this is an "easy fix"

minsulander commented 4 weeks ago

Resolved in #81