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]"