No description
Find a file
Graham McIntire 45e2e69361
Add SRTM terrain path profiles for QSOs
Fetch elevation data along the path between two stations via the
Open-Meteo Elevation API (with Open-Topo-Data fallback), compute
Fresnel zone clearance, earth bulge, and knife-edge diffraction loss,
and store the results per QSO.

- terrain_profiles table with migration and TerrainProfile schema
- ElevationClient with batched API calls and fallback
- TerrainAnalysis with Fresnel/diffraction physics (ITU-R P.526-15)
- TerrainProfileWorker on Oban :terrain queue
- QsoWeatherEnqueueWorker enqueues terrain jobs automatically
- QSO show page displays verdict badge and collapsible elevation table
- Reorder show page: terrain, soundings, solar, HRRR, surface obs
- Fix Dockerfile wgrib2 build (add cmake dependency)
2026-03-29 16:22:29 -05:00
assets initial 2026-03-28 11:28:47 -05:00
config Add SRTM terrain path profiles for QSOs 2026-03-29 16:22:29 -05:00
lib Add SRTM terrain path profiles for QSOs 2026-03-29 16:22:29 -05:00
priv Add SRTM terrain path profiles for QSOs 2026-03-29 16:22:29 -05:00
rel/overlays/bin docker 2026-03-28 11:41:31 -05:00
test Add SRTM terrain path profiles for QSOs 2026-03-29 16:22:29 -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
algo.md add algo docs 2026-03-29 15:55:34 -05:00
algo1.md add first algo 2026-03-29 14:26:42 -05:00
algo2.md add algo docs 2026-03-29 15:55:34 -05:00
algo3.md add algo docs 2026-03-29 15:55:34 -05:00
CLAUDE.md initial 2026-03-28 11:28:47 -05:00
Dockerfile Add SRTM terrain path profiles for QSOs 2026-03-29 16:22:29 -05:00
mix.exs Add QSO import, solar indices, Oban workers, LiveView UI, and parallel weather import 2026-03-29 13:04:55 -05:00
mix.lock Add QSO import, solar indices, Oban workers, LiveView UI, and parallel weather import 2026-03-29 13:04:55 -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