Nothing too fancy -- we had some free time this weekend and thought it'd be a useful app to make. So here you go: https://coronavirus.app
It's a PWA by the way. Please let me know if you have comments or feedback!
Thank you.
Nice work! This could be outbreak central for any future pandemics
https://gisanddata.maps.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6
This map is being shared in our media 😏
I'm obviously biased, but I think ours is orders of magnitude better:
How easily would it be to replicate this for future scenarios similar to coronavirus?
Should there be another outbreak tomorrow, I could have another separate entity of that up and running in ~15 minutes. Maybe a little longer if I need to buy a new domain name and wait for the SSL certificate to be ready.
That's pretty neat! I studied public health so I love stuff like this.
Good job, thanks for the initiatives.
Overall, cool tool. Noticed just a couple things:
Hey Trent, thanks for the comments! The two are actually deliberate choices. We could go with a higher map quality, but then the loading time would increase. So all in all, it seemed like the right compromise. As for the bar graph, we purposely went with a logarithmic scale rather than a linear one. Given that right now, the toll is 99% China and the rest is spread across a dozen countries or so, with a linear scale, you would just see one long China bar, and the others would be so tiny you couldn't click on them. We tried pie charts and a bunch of other visualizations, but no, really that's the only that seemed to make sense. If you have another idea, would love to explore it, though!
This looks super cool is it open source would love to dive into the code for learning purposes.
There was literally 72 hours between the moment we had the idea and the moment we launched the tool, so you probably don't want to do that: the code is a mess. That being said, I'd be happy to answer any questions you have!
I see that you are using open source street map. How did you get the reported cases (the black circles) to go on the respective countries on the map.
This comment was deleted 5 years ago
We're actually using multiple sources, including a few official Chinese sites and we're constantly fetching the news for updates about the numbers in other countries.
This comment was deleted 5 years ago
I can't disagree with you on that. These are the only numbers we got, though. They give you a decent idea of what's going on but obviously, take them with a grain of salt.
This comment was deleted 5 years ago
You were right. It got picked up. Here is an article by Business Insider: https://www.businessinsider.com/wuhan-coronavirus-app-where-is-how-dangerous-number-infections-2020-1
This comment was deleted 5 years ago
This comment was deleted 5 years ago
This comment was deleted 5 years ago
Thanks for the tip. Sounds good. Got any email addresses to share?
This comment was deleted 5 years ago
This comment was deleted 5 years ago
This comment was deleted 5 years ago
Thanks so much for that. We're working on adding regular reports indeed, stay tuned!
This comment was deleted 7 years ago
Yeah, that's a fair point. It's extremely likely the fatality rate will be much higher. We also don't know how reliable the data given by China is. It's very possible they haven't reported all deaths that occurred. We are doing the best we can with the data that's available. Will probably add a little info bubble somewhere to point out that the fatality rate is temporary and likely to increase.
This comment was deleted 6 years ago
At this point, there is no central place where we can get the data, so we have to manually update it with the latest data from governments and news. But it's safe to say it will be updated every 6 hours at most (but often more frequently).
We're using Firebase to host and serve all the assets, with Node.js on the server. And the front-end is just vanilla Javascript with a couple of plugins (Chart.js for the charts and OpenLayers for the map)