All examples By author By category About

espinielli

Funny ADS-B positions: zig-zag

Take flight ASL334 on 16th Feb 2015 (and sort the position reports by timestamp)

echo "lat,lon,clock,type" > data.csv
cat adsb.json | \
jq -r 'select(.ident=="ASL334" and .clock >= "1424041200" and .clock < "1424127600")|[.lat,.lon,.clock,.updateType]|join(",")' | \
sort --key=3n -t, >> data.csv

click on the markers to get tracks details: spot the zig-zag at around track 60!