I get the following error message when running this script:
|##############################################################################################################################|100% ETA: 00:00:00
Traceback (most recent call last):
File "geo_heatmap.py", line 222, in <module>
generator.run(data_file, output_file, date_range)
File "geo_heatmap.py", line 177, in run
self.loadKMLData(data_file, date_range)
File "geo_heatmap.py", line 93, in loadKMLData
if self.timestampInRange(loc['timestampMs'], date_range):
TypeError: list indices must be integers or slices, not str
I get the following error message when running this script:
Input KML file:
Any idea what might cause this?