Luka Steinbach
Luka Steinbach
I think they changed the file name with the update of the location history format a couple of months ago.
Sorry for the late reply. Could you bring it up to date? Then I can merge the pull request. You can send me everything necessary for PyPi access by email...
Can you send me the first 20 lines of your json file? (You can replace the "latitudeE7" and "longitudeE7" values with some symbols for your privacy)
Somehow your file is not in JSON format or rather has non-JSON conforming quoting. Is this exactly how the file was in the ZIP archive?
The format should look like this: ``` { "locations": [{ "timestampMs": ..., "latitudeE7": ..., "longitudeE7": ..., "accuracy": ..., "activity": [{ "timestampMs": ..., "activity": [{ "type": ..., "confidence": ... }, {...
That is actually a good idea. I have to check the data you get from Google for Google Photos. I would probably do it in a seperate project and maybe...
I'm pretty busy with exams right now. I can work on this in about three weeks.
Does the klm file produce a heatmap or is the map empty?
Looks like Google changed the format again. While this is not fixed you can just unzip the Records.json file and use that (if you haven't already). I'm not sure when...