Skip to content

Instantly share code, notes, and snippets.

View denniskawurek's full-sized avatar

Dennis Kawurek denniskawurek

View GitHub Profile
@denniskawurek
denniskawurek / visualize.R
Created June 15, 2019 20:18
Visualize all collected data points of your Google Maps location history
# Visualizes your Google Maps location history on a Map using OpenStreetMap
# If you want more information (e.g. number of collected points per day), consider this post https://shiring.github.io/maps/2016/12/30/Standortverlauf_post
library(mapview)
library(jsonlite)
x <- fromJSON("") # Add here the path to your .json
loc = x$locations