-
Notifications
You must be signed in to change notification settings - Fork 140
Description
In the past you could download your Google Timeline data as JSON via Takeout, and the GPSBabel googletakeout format ( https://www.gpsbabel.org/htmldoc-1.9.0/fmt_googletakeout.html ) would parse it correctly.
Recently, Google has transitioned Timeline to a completely local service on a device. You can no longer download Timeline data via Takeout. However, you can still export the data as a JSON file from the device itself in the Android settings menus (under Location>Location services>Timeline>Export Timeline data)--but the structure of the JSON has changed and the GPSBabel googletakeout format does not parse it correctly.
More info on this and some specifics of the new JSON structure can be found here: CarlosBergillos/LocationHistoryFormat#13
Hopefully the googletakeout format can be updated or a new format can be made to support the new device-local Timeline JSON.