I analyze my location usign data collected by google from my device(s) since 2012.
I reproduce example from here and git repo
Please analyse 'makefile' to understand how to prepare environment to run Jupyter Notebooks.
or type in bash:
$ make help
This should be sufficient for many cases
make create environment
source .venv/bin/activate
make install_requirements
make get_world_data
also you need to download your location data from your google account
and put it here
./data/Location_History/Records.json
Then open any notebook in ./notebooks/ and run them.