fix: source flight routes from hexdb.io instead of adsbdb #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/hexdb-flight-routes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fixes wrong flight destinations by switching the route source from adsbdb to hexdb.io.
adsbdb's free route DB mislabels many real flights — verified live:
hexdb.io is the primary source now (fresher, accurate), with adsbdb kept only as a coverage fallback. Airport details (name/IATA/coordinates) come from hexdb's airport endpoint, cached per session. This fixes the data at the source rather than guessing from position, so the earlier position-based approach override was removed.
Route-repository tests rewritten for hexdb (+ adsbdb fallback). Full suite green (365), analyze clean.
🤖 Generated with Claude Code