kevinabrandon / AboveTustin

ADS-B Twitter Bot. Uses dump1090-mutability to track airplanes and then tweets whenever an airplane flies overhead.
MIT License
72 stars 21 forks source link

Support for metric units #4

Closed Romeo-Golf closed 6 years ago

Romeo-Golf commented 7 years ago

At least if dump1090 is configured to use metric units, but ideally an option for the user to choose between :)

kevinabrandon commented 7 years ago

Yes this is needed.

kevinabrandon commented 6 years ago

Check out the new tweet template and sample config, you can add different variables with mixed units to the tweet. For example for distance you can use: ${dist-mi}, ${dist-km} or ${dist-nm}. Same thing applies for altitude, speed and vertical speed.