You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded my location data today and tried to run the script but I'm getting the following exception:
python geo_heatmap.py takeout-20230101T215713Z-001.zip
(1/3) Loading data from takeout-20230101T215713Z-001.zip
Traceback (most recent call last):
File "/Users/davidmigloz/repos/geo-heatmap/geo_heatmap.py", line 327, in <module>
generator.run(data_file, output_file, date_range, stream_data, settings)
File "/Users/davidmigloz/repos/geo-heatmap/geo_heatmap.py", line 252, in run
self.loadZIPData(data_file, date_range)
File "/Users/davidmigloz/repos/geo-heatmap/geo_heatmap.py", line 173, in loadZIPData
(data_path,) = fnmatch.filter(
ValueError: not enough values to unpack (expected 1, got 0)
The Takeout folder structure doesn't seem to match the one the script is expecting:
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 I'll have time to fix this issue.
I downloaded my location data today and tried to run the script but I'm getting the following exception:
The Takeout folder structure doesn't seem to match the one the script is expecting:
geo-heatmap/geo_heatmap.py
Line 175 in fc25368
The text was updated successfully, but these errors were encountered: