-
Notifications
You must be signed in to change notification settings - Fork 0
Setup and Run
- 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
- Create Anaconda Environment: conda create -n (name) python=3.9
(replace (name) with name for environment)
- Install Kernel pip install ipykernel python -m ipykernel install --user --name (name) --display-name "(name)"
(replace (name) with name for environment)
- 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
-
Clean Up a) Must either enter twiter data or remove twitter section b) Add display function to see on your computer
-
Run: Go to into the project directory in terminal/powershell and run: python3 Run.py