Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 399 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 399 Bytes

Google Location History

NEW UPDATE - use index.html to create animated HTML page

html_gif

Map your Google Map Location history into either line, scatter or heatmap

from mappr import json_to_df, line, scatter,heatmap

df = json_to_df('LocationHistory.json')
line(df) OR scatter(df) OR heatmap(df)

scatter