Skip to content

Commit

Permalink
add amaergency
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Feb 3, 2025
1 parent d2698ab commit c10a1ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dump1090-json/dump1090-json_pub_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ def _process_response(self) -> None:
data['alt_baro'] = data['alt_baro'].astype(float) * 0.3048
if "category" in data.columns:
data["category"] = data["category"].astype(str)
if "emergency" in data.columns:
data["emergency"] = data["emergency"].astype(str)
if "gs" in data.columns:
data['gs'] = data['gs'].astype(float) * 0.5144444
if "squawk" in data.columns:
Expand Down

0 comments on commit c10a1ac

Please sign in to comment.