Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 597 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 597 Bytes

plane-feed

Aggregate plane routes from realtime ads-b data generated by dump1090.

install

git clone [email protected]:morganherlocker/plane-feed.git
cd plane-feed
npm install

run

dump1090 | node index.js

This will create hourly geojson files with aggregated route data in ./out. Each LineString has properties containing arrays of altitudes (feet) and times (HH:MM:SS) corresponding to each coordinate.