Skip to content

Setup and Run

MrKyleF edited this page Mar 14, 2022 · 6 revisions
  1. Download and install Anaconda:

a) Download Link: https://www.anaconda.com/?gclid=Cj0KCQiAybaRBhDtARIsAIEG3km24MECGfqYKbJQTF-2VMn4CSgGmq8LRZYgxUWsJgbOgmpFxSd-ZX4aAse0EALw_wcB

b) Video: (Only need up to 2 minute mark) https://www.youtube.com/watch?v=mIB7IZFCE_k

  1. Create Anaconda Environment: conda create -n (name) python=3.9

(replace (name) with name for environment)

  1. Install Kernel pip install ipykernel python -m ipykernel install --user --name (name) --display-name "(name)"

(replace (name) with name for environment)

  1. Install packages

a) Flight Radar API: pip install FlightRadarAPI

b) Twitter API: pip install twython

c) Cartopy API: conda install -c conda-forge cartopy

d) Matplotlib pip install matplotlib

e) Lookup Coordinates Location pip install geopy pip install reverse-geocode

d) Save Data pip install pickle-mixin

  1. Clean Up a) Must either enter twiter data or remove twitter section b) Add display function to see on your computer

  2. Run: Go to into the project directory in terminal/powershell and run: python3 Run.py

Clone this wiki locally