avwx-rest / avwx-engine

Aviation Weather parsing engine. METAR & TAF
MIT License
89 stars 30 forks source link

Add support for TAF forecast times that use a space rather than a forward slash #48

Closed cquinlan-cirium closed 1 year ago

cquinlan-cirium commented 1 year ago

Description

Occasionally, TAF strings arrive with a space rather than a slash in the time period token. Currently these are not supported in AVWX and will result in a forecast line that does not have valid start_time and end_time values. A small change allows this kind of format to be supported.

Checklist

cquinlan-cirium commented 1 year ago

@flyinactor91 Would it be possible to run the release flows? The latest package is still on 1.8.15.

devdupont commented 1 year ago

Published