JQ Filter to transform Google Takeout Timeline Json files to GeoJSON
- unzip
- jq
- duckdb
- bun
After cloning this repo, just run:
./takeout-to-duckdb.sh <Path-to-Takeout-Archive> duck.db
cd location-history-explorer
bun install
bun dev
Open http://localhost:5173/ and checkout your Location Timeline data!