sknepal / Location-History-Using-WiFi-Data

Mapping my location history by using WiFi discovery data (collected via Funf Open Sensing Framework).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mapping my location history by using WiFi discovery data (collected via Funf Open Sensing Framework).


Languages

Language:Jupyter Notebook 93.0%Language:HTML 7.0%