Petrichor12 / Coronavirus

Analysis on the novel coronavirus data from worldometers.
2 stars 0 forks source link

Suggestion: Map/animation of number of cases over time #2

Closed Dan-OKeeffe closed 4 years ago

gokeplerride commented 4 years ago

I think this library might help us get there: https://plot.ly/python/

Petrichor12 commented 4 years ago

Cheers Ev, that looks good. But I think we might need to create a geojson file from all our data first. Not sure if we can do it straight from the csv. Will continue looking into it.

gokeplerride commented 4 years ago

pretty sure you can just load in a pandas dataframe https://plot.ly/python/bubble-maps/

Petrichor12 commented 4 years ago

Would be cool to have a map with all the countries shaded in as well as a bubble map. We could have a linear colour coding of cases. Let me know if you find a tutorial for that too.

As well, for the bubble map we could have an animation of the cases growing over time!

Dan-OKeeffe commented 4 years ago

hmm, to track this for all countries we might need #11 otherwise we only have stats for 15 countries or so

Petrichor12 commented 4 years ago

hmm, to track this for all countries we might need #11 otherwise we only have stats for 15 countries or so

Yeah, I came to the same conclusion. Let's work on that first and then work on the animation here.

Petrichor12 commented 4 years ago

Maps are all added, just need to get the animations sorted now. Lemme know if you have any other cool map ideas.