feat: classify aircraft/vessels as military vs civilian in popups #12
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/ac-vessel-intel"
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
Click a plane or ship for civilian/military plus the extra live fields we already get from ADSB.lol / AISStream.
Aircraft (
dbFlagsbit0, then combat ICAO type / US-DoD hexAE****/ callsign): type, operator, alt, vertical speed, squawk, emitter class. Magenta = military, orange = firefighting, red = emergency, else altitude.Vessels (ITU type 35 = military; 50/51/55 = government): kind, flag, dest, nav status, IMO, size. Magenta = military, gold = law/gov, teal = underway.
Tests
tests/test_live_layers.py— 4 new mapper tests (dbFlags, type/hex, AIS type 35 vs cargo, navstat decode).