jessehamner / WeatherWidget

Python and Shell scripts to get radar and hazardous weather outlook info, plus local conditions, from the NWS API. New RIDGE II radar compatibility coming soon.
Apache License 2.0
5 stars 0 forks source link

AFD temporal info into HTML headings #7

Closed jessehamner closed 3 years ago

jessehamner commented 3 years ago

Should be possible to pull some information from the raw Area Forecast Discussion, enclosed in slashes, like '/NEW/', '/Issued HHMM [A|P]M TZ Wkday Mon Day YYYY/', '/Next Week/', '/Through Sunday Morning/', and so forth, into the JSON for use as additional header text, and resulting in a more compact HTML pane.

jessehamner commented 3 years ago

Done. Also really improved the code that splits and parses the AFD text.