mitra42 / corona-tracker

Tracking contacts for Coronavirus
GNU Affero General Public License v3.0
1 stars 2 forks source link

Tracking: Personal google trace #17

Open mitra42 opened 4 years ago

mitra42 commented 4 years ago

It looks like on https://pandemic.events/# that they have a way to grab kml files for your own location. I've not explored this in detail, but its is potentially interesting,

I think the task is

Anyone want to take this ?

Stimim commented 4 years ago
  1. => we (dynamically) generate links, and simulate click events to trigger downloading.
  2. => I'm afraid not. Browser should stop you from doing that (e.g. using "Request()" API to download the file to memory directly). Otherwise an attacker can perform do this and silently upload your data to their server. 3 => You can check our KML parsers, I hope the code is documented well enough.
mitra42 commented 4 years ago

Thanks - I'll take a look at your code.

olivernash commented 4 years ago

Hello, this project looks great. Well done!

I tried building the repo yesterday evening and I'm having issues setting it up. I'm getting a white screen after I run node. Also in terms of the instructions, I think it should be cd into to the server directory, rather than src.

mitra42 commented 4 years ago

Thanks Oliver - yes I just uploaded a new README with that instruction fixed, the client side is definately still experimental - we've been focusing on the data side - both getting data sets and looking at how to upload to the activity trackers. To start with, so for example if you run Node you should then be able to go to http://localhost:5000/data/israel?output=takeout to get the Israeli data set converted to the Takeout format.

I'm exhausted and need to stop for the night, if we are on the same timezone in about 11 hours or more then I'll happily share a screen and figure out what is going wrong.

olivernash commented 4 years ago

Thanks Mitra - that all makes sense. I thought there might be a front end part and hadn't checked sufficiently. I will take another look at it this afternoon.

On Tue, Mar 17, 2020 at 10:43 AM Mitra Ardron notifications@github.com wrote:

Thanks Oliver - yes I just uploaded a new README with that instruction fixed, the client side is definately still experimental - we've been focusing on the data side - both getting data sets and looking at how to upload to the activity trackers. To start with, so for example if you run Node you should then be able to go to http://localhost:5000/data/israel?output=takeout to get the Israeli data set converted to the Takeout format.

I'm exhausted and need to stop for the night, if we are on the same timezone in about 11 hours or more then I'll happily share a screen and figure out what is going wrong.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mitra42/corona-tracker/issues/17#issuecomment-600001053, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAW64SXTQZR6IZH2B7WCBEDRH5H5NANCNFSM4LL2ASEQ .

mitra42 commented 4 years ago

Great - feel free to start new issues if you hit problems.