About

LonginusWX is a meteorology and aviation focused REST API. This project is fully open-sourced and code is available on GitHub. The vision for this project is a suite of Python scripts to automate basic tasks such as fetching aviation and NWP model data.

TAF Reducer

TAF Reducer is a python script that fetches forecasts and reduces them down to worst possible conditions. All forecasts are fetched from the AWC ADDS Text Data Server API. The API can accept multiple stations and supports custom valid times.

Docs

At a minimum you must specify at least 1 station.
https://longinuswx.com/taf/?stations=ksea,ksmf

You can also select custom valid times to narrow down which TAF lines get evaluated. If no valid time is specified the default is now to 8 hours out (All times are zulu ISOStrings).
https://longinuswx.com/taf/?stations=ksea&valid-from=2023-05-14T10:00:00&valid-to=2023-05-15T09:00:00