Anonymised Longitudinal COVID dataset
GPS data collection using mobile devices is of particular interest. This data provides detailed information on people's daily movements due to devices' ubiquity and daily use.
This project contain scripts to compute Activity Point Location (APL) from mobile devices' GPS tracking. We use Google Location History (GLH), which is accessible on the Google Maps application through the “Your Timeline” option to get GPS tracking data. GLH is available on all mobile devices around the world with the Google Maps application installed.
Request your GLH JSON file from Google via Google Takeout
Run the script to transform Google Location History (GLH) JSON files into CSV files
Pre-requisites to run the script:
- Check or create folders in your python directory:
code,dataJSON - Copy scripts 01JSON-Transformation.py and 02AnLoCOV-Processing.py in the code directory
- Copy GLH JSON file in the
dataJSONdirectory (Replace test.json) - Set
codeas your working directory - Run script
Run the script to compute AnLoCOV dataset. This script is automatically executed from script 01JSON-Transformation.py
Pre-requisites in case you want to run the script separately:
- Check or create folders in your python directory:
code,dataTransform,dataFinal,log - Copy script 02AnLoCOV-Processing.py in the code directory
- Copy CSV file in the
dataTransformdirectory - Set
codeas your working directory - Run script
Moncayo Unda, Milton Giovanny; Van Droogenbroeck, Marc; Saadi, Ismaïl; Cools, Mario (2022), “AnLoCOV”, Mendeley Data, V2, doi: 10.17632/vk77k9gvg3.2
Check the paper documentation or contact. I’ll help you sort it out.