https://github.com/gesteves/goodspeed
A live dashboard showing forecast water conditions in San Francisco Bay.
https://github.com/gesteves/goodspeed
weather
Last synced: 21 days ago
JSON representation
A live dashboard showing forecast water conditions in San Francisco Bay.
- Host: GitHub
- URL: https://github.com/gesteves/goodspeed
- Owner: gesteves
- Created: 2026-05-21T20:58:45.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-07T03:04:51.000Z (about 1 month ago)
- Last Synced: 2026-06-07T05:05:23.369Z (about 1 month ago)
- Topics: weather
- Language: TypeScript
- Homepage: https://alcatraz.giventotri.com/
- Size: 6.26 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goodspeed
> I love pressure. I eat it for breakfast.
A live dashboard showing forecast conditions in San Francisco Bay at station [SFB1204](https://tidesandcurrents.noaa.gov/ofs/ofs_station.html?stname=SW%20of%20AI&ofs=sfb&stnid=SFB1204&subdomain=en) (SW of Alcatraz Island) based on the hydrodynamic model provided by the National Oceanic and Atmospheric Administration’s San Francisco Bay Operational Forecast System. See it live at https://alcatraz.giventotri.com/

Goodspeed consists of two separate apps:
- **`api/`** — A Python backend application that polls NOAA's THREDDS server, extracts surface-layer
conditions for SFB1204, and serves the resulting JSON feed over HTTP.
- **`web/`** — A single-page SSR Astro front-end application that renders the feed's data as a dashboard.
Instructions for setting up each of the apps are available in their corresponding READMEs.