Commit Graph

303 Commits

Author SHA1 Message Date
Raymond Bernardo c0af386df7 Add language flag to new docs 2021-05-31 18:20:40 -04:00
Raymond Bernardo 740a6107a8 Fix bug in docker files 2021-05-31 18:17:22 -04:00
Raymond Bernardo 62a30a0390 Update dockerfile to install a specific version of pipenv
Codeacy didn't like not specifying the version
2021-05-31 18:10:06 -04:00
Raymond Bernardo a4b15af866 Add docker environment 2021-05-31 16:50:29 -04:00
Jxck-S 2760741e5b Merge branch 'multi' of https://github.com/Jxck-S/plane-notify into multi 2021-05-27 11:52:05 -04:00
Jxck-S 71b4bb807c Switch to all datetime in planeclass, returning to.
-Replace time with datetime
-Fixes 10 hours issue
-Returning to instead of going to if destination is same place as origin
-Plural/singular for time
-Redisable route lookup
2021-05-27 11:51:38 -04:00
Jack Sweeney 2dac3f86cc
Merge pull request #2 from Seth10001/feature/pip-env
Add Pipenv for Managing Dependencies
2021-05-13 21:19:25 -04:00
Jxck-S aef724bd56 Fix overlays, change to wait for webdriver 2021-05-09 16:47:19 -04:00
Raymond fbe89d57bc Add webdriver-manager to pipenv 2021-05-09 12:45:16 -04:00
Raymond ba721d8d03 Update start program for pipenv 2021-05-09 12:27:20 -04:00
Raymond d4eb3f96e0 Add pipenv 2021-05-09 12:19:58 -04:00
Jxck-S 1d7bc62699 New Resolution Advisory system, Mictronics DB, PID File
-Makes PID file on Linux and SIGTERM detection, mess with logging
-Better DIR handling
-Downloads Micrtronics db and unzip, parsing library
-Downloads RA list of day from ADSBX and looks for new ones
-ADSBX Screenshoting, timebased, tracks, labels
2021-05-02 13:27:05 -04:00
Jxck-S e09061289b Dependecies dir, screenshot in temp dir, rename functions
-New dependencies directory, font, airports, regions
-Screenshots put in OS temp directory now
-Fix some function names to be proper
-Testing with resolution advisories
-Adjust nearest airport box
-AppendAirport.py > modify_image.py
2021-04-01 17:20:17 -04:00
Jxck-S e76b8750bf AGL calculation, Traceback, Powerup, Route
-Use AGL to nearest airport when landing or takeoff is a unconfirmed instead of MSL, helps improve reliability in high areas.
-Change airport code on image to IATA / ICAO
-Better exceptions
 -Common Discord message method, full traceback on exits sent to Discord
 -Remove unneeded location code that relied on Reverse Geocode
 -Update TODO and refrences
 -Try powerup
 -Route lookup, not public because it breaks TOS of companies
2021-03-07 20:46:37 -05:00
Jack Sweeney 0184eed167 Many Updates, baro alt, GMaps fixed
-Switch to baro altitude, new variable
-Fix GMaps
-Fix squawk on OpenSky and ADSBX v1
-Coordinates now as pair on print
2021-02-20 00:12:22 +00:00
Jack Sweeney a75245f279 Title Changes, Time remove 0 hours
-Fix Misspell Twitter
-Fix unset reg
2021-02-19 00:47:00 +00:00
Jack Sweeney 073e8f9feb Begin Restructure
-main file is now __main__.py
2021-02-19 00:28:37 +00:00
Jxck-S d7a812a672 Various Minor Changes
-Cleanup some exceptions
-Remove unused imports
-Make titles switch statement
-Fix invalid callsign in alt text
2021-02-13 22:14:19 -05:00
Jack Sweeney 141bf2416d Updated Readme & Pseudo 2021-02-07 04:12:05 +00:00
Jack Sweeney 2a49a94a1a Reduce location name duplication
-If region and municipal are equal only one will be put
2021-02-05 23:04:28 +00:00
Jxck-S 81eccb9910 Improve squawk emergency detection
-copied from my emergency-notify https://twitter.com/adsb_alerts
-BREAKS OpenSky and ADSBX v1 will be fixed eventually
2021-02-02 21:08:02 -05:00
Jxck-S c262433302 Merge branch 'multi' of https://github.com/Jxck-S/plane-notify into multi 2021-02-02 20:52:43 -05:00
Jxck-S fde586589f Added Discord enable/disable option for main 2021-02-02 20:52:33 -05:00
Jxck-S a61a59be17 Updated TODO 2021-02-02 20:50:29 -05:00
Jack Sweeney 7a76c3d436 Update some example images 2021-01-26 16:59:59 +00:00
Jxck-S a0d42b47e7 New Location Name Lookup, Althold Sel Alt
-Scrap GeoPy Lookup, now using nearest airport city/state
-Update Nav mode notifications, include althold alitude,
screenshot only on approach
-Discord support for only message, image not required.
2021-01-16 13:38:25 -05:00
Jxck-S ecc80b89d0 Update TODO, add ADSBX warnings
-Add easy install method for pip dependencies to TODO list
-Added warnings about ADSBX usage
2021-01-08 22:16:52 -05:00
Jxck-S 226f4e9458 Common download method/check for required files
-Remove duplicated download/check code
- Common list of file/url of file that will all be checked on start
2021-01-08 21:53:22 -05:00
Jxck-S 316888bafc Screenshot module cleanup, add download ADBSX logo
-Clean defSS
-Fix Windows SS issue, checking for root even thought it was Windows not Linux
-Auto get ADSBX logo for appending to screenshots
-Add webdrivermanager refrence
2021-01-08 21:27:04 -05:00
Jxck-S be6e3e478c Merge branches 'multi' and 'multi' of https://github.com/Jxck-S/plane-notify into multi 2021-01-08 13:12:31 -05:00
Jack Sweeney 90b74df7db ADSBX v2, crash notifications, Squawk, Nav modes
-ADSBX v2 API Support
-ADSBX API Proxy support, https://gitlab.com/jjwiseman/adsbx-api-proxy
-Built in crash notification to discord (Required RN need to add toggle)
-Fix some error handling
-Emergency Squawk Notifcations
-FMS Nav Mode Notifications (WIP, need to add set alt to althold notis and more)
-Landing / Takeoff notification code simplified to one module
2021-01-08 18:06:03 +00:00
Jack Sweeney bdda2f45d9 Add ADSBX Credit to Screenshots 2021-01-08 17:50:24 +00:00
Jack Sweeney 2f250b6e3d Automatically detect if root and allow Chrome to be run as root 2021-01-01 23:00:45 +00:00
Jxck-S a986beb950 Merge branch 'multi' of https://github.com/Jxck-S/plane-notify into multi 2020-12-23 22:52:20 -05:00
Jack Sweeney b724d99330
Allows any "msg" from ADSBX to be raised
-Checks msg from ADSBX before looking at ctime
-Raises an error when ADSBX msg is not "No Error"
2020-12-20 13:19:15 -05:00
Jack Sweeney 79ff6330d9
Update TODO 2020-12-20 13:05:28 -05:00
Jxck-S 09ea96d532 Merge branch 'multi' of https://github.com/Jxck-S/plane-notify into multi 2020-12-19 17:46:49 -05:00
Jxck-S d4c81515a8 Whoops 2020-12-19 17:38:25 -05:00
Jxck-S 7ff58248af Whoops 2020-12-19 17:38:25 -05:00
Jack Sweeney bffa831688 Merge branch 'multi', change commit message 2020-12-19 22:22:44 +00:00
Jack Sweeney 5dce9180f9 Merge branch 'multi', change commit message 2020-12-19 22:22:44 +00:00
Jack Sweeney 849a71732f -Many changes, overlays, cleanup, more config....
-Added tar1090 overlay option per plane.
-Added Discord notifcation of failover(required rn).
-Improved config parsing, subfolder support, disabled folder to ignore, plane configs parsed only once.
-Unified divider length, 100
-Parsing ADSBX and OpenSky are seperate functions also run empty function.
-Made some self variables local, they where unnecessarily self.
-Remove recheck data, uneeded since timeout to landing was added.
-Cleaned up Reverse Geocoder error handling, uses less variables.
2020-12-19 22:21:33 +00:00
Jack Sweeney ee6a950403 -Many changes, overlays, cleanup, more config....
-Added tar1090 overlay option per plane.
-Added Discord notifcation of failover(required rn).
-Improved config parsing, subfolder support, disabled folder to ignore, plane configs parsed only once.
-Unified divider length, 100
-Parsing ADSBX and OpenSky are seperate functions also run empty function.
-Made some self variables local, they where unnecessarily self.
-Remove recheck data, uneeded since timeout to landing was added.
-Cleaned up Reverse Geocoder error handling, uses less variables.
2020-12-19 22:21:33 +00:00
Jack Sweeney e1a50010f7 -Added tar1090 overlay option per plane.
-Added Discord notifcation of failover(required rn).
-Improved config parsing, subfolder support, disabled folder to ignore, plane configs parsed only once.
-Unified divider length, 100
-Parsing ADSBX and OpenSky are seperate functions also run empty function.
-Made some self variables local, they where unnecessarily self.
-Remove recheck data, uneeded since timeout to landing was added.
-Cleaned up Reverse Geocoder error handling, uses less variables.
2020-12-19 22:20:37 +00:00
Jack Sweeney b1f89981ea -Added tar1090 overlay option per plane.
-Added Discord notifcation of failover(required rn).
-Improved config parsing, subfolder support, disabled folder to ignore, plane configs parsed only once.
-Unified divider length, 100
-Parsing ADSBX and OpenSky are seperate functions also run empty function.
-Made some self variables local, they where unnecessarily self.
-Remove recheck data, uneeded since timeout to landing was added.
-Cleaned up Reverse Geocoder error handling, uses less variables.
2020-12-19 22:20:37 +00:00
Jack Sweeney 7a4dda89f3 V1 API Notice 2020-12-18 01:02:34 +00:00
Jack Sweeney aada08901b V1 API Notice 2020-12-18 01:02:34 +00:00
Jack Sweeney 8145701551 Spacing? 2020-12-11 17:34:22 +00:00
Jack Sweeney de22b63532 Spacing? 2020-12-11 17:34:22 +00:00
Jack Sweeney 4c279f55cd Remove bad exception 2020-12-11 14:45:03 +00:00