Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 470 Bytes

File metadata and controls

19 lines (16 loc) · 470 Bytes

Figuring out the places that I have been to over the past few months using the information from the WiFi networks that I have connected to or have been around in the same period.

This code complements the findings on my blog post.

##Requirements

  • python 2.7
  • ipython
  • pydot
  • pandas
  • geopy
pip install numpy
pip install pandas
pip install geopy
pip install pydot
pip install ipython
pip install "ipython[notebook]"