Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ToDo #1

Open
3 of 10 tasks
E3V3A opened this issue Nov 28, 2018 · 1 comment
Open
3 of 10 tasks

ToDo #1

E3V3A opened this issue Nov 28, 2018 · 1 comment
Labels

Comments

@E3V3A
Copy link
Owner

E3V3A commented Nov 28, 2018

A few things left t do:

  • Fix "-j" CLI flag for debug mode
  • Fix for some ambigous country names ("United" for UK,US,USA, UAE)
  • Fix tabulation by using .format and .l/rjust instead of all in-string TAB's.
  • Fix a potential coloring problem for Windows (is TERM a color term?)
  • Add "-n" CLI flag to limit output to number of flights/airports
  • Add "-a" CLI flag to add API credentials by supplying a registered email and password
  • Add "-t" CLI flag for time-zone (TZ) times used for API vs. local airport TZ
  • Add "-f" CLI flag for getting history of a certain flight:
    api.get_history_by_flight_number('AI101')[-5:]
  • Add alternative source(s) for other airports not available
  • UI: Truncate decimals in the airport Visibility field (conversion issue?)
    (A great first issue to fix, if you'd like to contribute.)
@E3V3A E3V3A added the ToDo label Nov 28, 2018
@E3V3A
Copy link
Owner Author

E3V3A commented Jan 22, 2022

  • Fix "-i" for unknown IATA code
  • Investigate how to implement ICAO -- 4 letter airpiort codes
  • Fix tabulation by using {} formatting instead of all in-string TAB's
  • Fix color check also for: xterm-color and xterm-256color etc.
  • Add gate number to Departures
  • Add "-r" CLI flag to get Flightradar24 current flights within boundary box,
    given a [lat/lon] (decimal degrees) and radius in km. I.e.:
    arrivals -r <lat,lon> <radius[km]>
    See:
    1. MMM-FlightsAbove
    2. flightradar24-client
  • [-] Add RealFeel temperature calulation from realfeel.py
  • ^^^ We use FeelsLike (from meteocalc) instead as RealFeel is too complicated and poorly documented.
    - https://github.com/malexer/meteocalc
    I rewrote the Feels Like to correct some bugs and make things simple in SI units.
    - https://gist.github.com/E3V3A/8f9f0aa18380d4ab2546cd50b725a219

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant