Skip to content

mike-moore/python_class

Repository files navigation

Trajectories in Google Earth with Python

Instructions for plotting Trick sim trajectories in Google Earth.

Getting started

First install pip and virtualenv

sudo apt-get install python-pip
pip install virtualenv

Next, clone the repository and setup your Python 2.7 virtualenv

git clone TBD
cd google_earth_trajectories
virtualenv -p /usr/bin/python2.7 venv
source venv/bin/activate
pip install -r requirements.txt

Install Google Earth. Instructions for Ubuntu provided below. See here for more info

wget https://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb
sudo dpkg -i google-earth-stable*.deb
sudo apt-get -f install

Lastly, run the plot_trajectories application:

python plot_trajectories.py

About

Materials for a Python class I teach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published