yjlou / 2019-nCov

Use Google Maps Timeline data to compare with COVID-19 patient history location.

Home Page:https://pandemic.events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KML file downloaded contains only a fragment of locations in history

lefetmeofefet opened this issue · comments

Hello, when downloading the kml file i noticed that it's a lot smaller, so i parsed it and it got 340 locations for me, when here i get thousands.

commented

I compared the difference, and you're right, the non-takeout is more about summary of activity, and does not include locations every few seconds. And that's very bad, because when comparing locations you need to know every few seconds where a person was, not hours.
Just for comparison, in one month in the kml file I had 130 locations and in Google takeout I had 12,000.
I think you should disable the kml option. Also, how did you get the infected people's timelines? Is it by kml link or takeout?

commented

I know!! Its terrible. The problem is that right now it's kinda useless with location every few hours.

I also made an app like yours (http://virally.herokuapp.com/) and I spent a lot of time trying to work around this problem. To further the ux problem, Google takeout don't allow iframes :(
I'm thinking the only way to fix this is using an app with a webview that programmatically clicks inside the webview. So sad