An open API service indexing awesome lists of open source software.

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.

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/

image

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.