===== location history ===== Sometimes I want to see where I was at a given point in time. There's many [[autoarchaeology|sources]] of personal location history, some obvious, some less so. Google Timeline is particularly nice. It provides a UI to pick a calendar date and view GPS tracks on a map. But, it only shows points recorded by Google Maps. There are many more sources of location data which we can leverage. It would be nice to see those on the map too; and of course, not using Google services is always a plus. ==== Database ==== I want a time series of GPS coordinates. Each [timestamp, coordinate] pair should indicate where I was at that time. At time of writing I can only be one place at a time, which drastically simplifies the problem. Once I have that database we can leverage it for ✨ actionable insights ✨. To get this database, I need a thing that can ingest time series location data from any source. I mentioned these thoughts to a friend in mid 2025 and predictably he told me that several options already exist (like most good ideas I have). These include: - [[https://dawarich.app/|dawarich]] - I am using this now. It works but performance and stability needs work. It has a native iOS app which is a killer feature. - [[https://owntracks.org/|owntracks]] ==== Sources ==== See also: [[autoarchaeology]] - [[https://support.strava.com/hc/en-us/articles/216918437-Exporting-your-Data-and-Bulk-Export|Strava]] - [[https://www.garmin.com/en-US/account/datamanagement/exportdata|Garmin]] - [[https://github.com/qlyoung/comma-gps-extractor/|Comma]] - [[https://support.google.com/maps/answer/6258979|Google Timeline]] - Photo geolocation tags