No description
Find a file
Graham McIntire 6489f08138
Add weather data schema, context, sounding params, and IEM ingestion
Store surface observations (ASOS) and upper-air soundings (RAOB) alongside
QSOs for atmospheric propagation correlation. Three new tables: weather_stations,
surface_observations, and soundings with JSONB profiles and pre-computed derived
parameters (refractivity, gradients, duct detection, stability indices).

Includes IEM API client for historical data import and import script seeded
with 95 ASOS + 9 sounding stations from PropCast coverage area.
2026-03-28 15:57:19 -05:00
assets initial 2026-03-28 11:28:47 -05:00
config initial 2026-03-28 11:28:47 -05:00
lib Add weather data schema, context, sounding params, and IEM ingestion 2026-03-28 15:57:19 -05:00
priv Add weather data schema, context, sounding params, and IEM ingestion 2026-03-28 15:57:19 -05:00
rel/overlays/bin docker 2026-03-28 11:41:31 -05:00
test Add weather data schema, context, sounding params, and IEM ingestion 2026-03-28 15:57:19 -05:00
.dockerignore docker 2026-03-28 11:41:31 -05:00
.formatter.exs initial 2026-03-28 11:28:47 -05:00
.gitignore initial 2026-03-28 11:28:47 -05:00
AGENTS.md initial 2026-03-28 11:28:47 -05:00
CLAUDE.md initial 2026-03-28 11:28:47 -05:00
Dockerfile docker 2026-03-28 11:41:31 -05:00
mix.exs initial 2026-03-28 11:28:47 -05:00
mix.lock initial 2026-03-28 11:28:47 -05:00
README.md initial 2026-03-28 11:28:47 -05:00

Microwaveprop

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more