scopertino/spc-reports
0
SPC Storm Reports & Warnings
Web front-end for the desktop "SPC Reports and Warnings" map. Pick a time window and sector, tick the warning / LSR toggles, click Generate map, download the PNG. Output is identical to the desktop script — same matplotlib/cartopy drawing code, just wrapped in a browser UI.
Data: SPC / Iowa State Mesonet (fetched live per request).
Files
app.py— Streamlit UI (controls + render)plotter.py— the drawing code (verbatim lift from the desktop script)requirements.txt— dependencies
Run locally
streamlit run app.py