Skip to content

schnipdip/FLY-SAFETY

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

FLY-SAFETY

Checks METAR data and gives an estimated return of 'weather' it's safe to fly.

Information:

Mostly for major airports that report the following METAR Data:

  • <raw_text>
  • <dewpoint_c>
  • <wind_dir_degrees>
  • <wind_speed_kt>
  • <visibility_statute_mi>
  • <sea_level_pressure_mb>

Requirements:

  • localtunnel.exe lt-win.exe --p 5000 (exposes the application to the Internet)
  • Twilio:
    • pip install twilio
    • Twilio phone number
  • pip install emoji
  • pip install flask
  • pip install bs4

Example:

Input ICAO Airport Code

Text Message: kphl

Input METAR + ICAO Airport Code

Text Message: Metar kphl

Get Help

Text Message: help me

Donate

Text Message: donate

Updates:

8/05/2019: Added METAR return

8/05/2019: Added better error handling

8/07/2019: Added a donation feature

8/07/2019: Added a help section

About

Checks METAR data and gives an estimated return of 'weather' it's safe to fly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages