WeSearch

Readsb ADS-B Aircraft Local State Archive

·5 min read · 0 reactions · 0 comments · 7 views
#adsb#data#technology
Readsb ADS-B Aircraft Local State Archive
⚡ TL;DR · AI summary

The article provides a guide on creating a local historical aircraft state dataset using ADS-B data. It outlines the prerequisites and steps necessary for setting up the system with tools like Docker and Bento. The process involves collecting data from an ultrafeeder and processing it into Parquet files for querying with DuckDB.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3930213) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } John Fitzgerald Posted on May 28 • Originally published at johnfitzgerald.dev Readsb ADS-B Aircraft Local State Archive #adsb #modes #bento #readsb Introduction If you are feeding air traffic data to any of the ADS-B/ModeS aggregators, this post will show you how to create a local historical aircraft state dataset that you can query with DuckDB using Bento and Parquet files.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)