From b68fcfe0218c90cfccae5d8d0733e11970b9c244 Mon Sep 17 00:00:00 2001 From: Colin Curtis <69370385+colinpcurtis@users.noreply.github.com> Date: Wed, 2 Feb 2022 17:20:36 -0800 Subject: [PATCH] fix typos in PseudoCode.md there were some basic grammatical fixes in the file, including adding commas to a list and closing a parentheses. --- PseudoCode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PseudoCode.md b/PseudoCode.md index 4928f0c..f19c627 100644 --- a/PseudoCode.md +++ b/PseudoCode.md @@ -4,5 +4,5 @@ - A landing event is previously below 10k feet and (previously getting data, no longer getting data and previously not on the ground) or (now on the ground and previously not on the ground). - Given the coordinates of the aircraft the nearest airport is found in an airport database from the distance is calculated using the Haversine formula. The state, region and country are also found in this database with the airport. - At the time of takeoff a takeoff time is set, which is referenced in the landing event to calculate approximate total flight time. -- A Static map image is created based off location name. (Google Static Maps API) or a screenshot of is created using Selenium/ChromeDriver The selected plane is locked on in the screenshot. -- If the landing event or takeoff event is true, It will output to any of the following built-in output methods. (Twitter, Pushbullet, and Discord all of which can be setup and enabled in each planes config file. Outputs the location name, map image and flight time on landing. (Tweepy and "Pushbullet.py" and Discord_webhooks) \ No newline at end of file +- A Static map image is created based off location name. (Google Static Maps API) or a screenshot of is created using Selenium/ChromeDriver. The selected plane is locked on in the screenshot. +- If the landing event or takeoff event is true, It will output to any of the following built-in output methods. (Twitter, Pushbullet, and Discord can all be setup and enabled in each plane's config file). Outputs the location name, map, image, and flight time on landing. (Tweepy and "Pushbullet.py" and Discord_webhooks)