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

Structured output files #1

Closed jessehamner closed 3 years ago

jessehamner commented 4 years ago

Add functionality to produce delimited text files (JSON, primarily, but also .tsv) and html tabular output for all text products (forecast, alerts, hazardous weather outlook, spotter activation, and current conditions).

jessehamner commented 4 years ago

Code now makes an HTML table of current conditions.

jessehamner commented 4 years ago

Some JSON output has been coded, but nothing comprehensive.

jessehamner commented 3 years ago

JSON product output nearly complete. Leaving this open, but it's pretty close to done.

jessehamner commented 3 years ago

Have added other JSON outputs (including new products like text forecasts). Everything relevant is using JSON for tabular data output.