You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JHU: ARCGIS, Map with scatterplot to province level, single line chart for all countries, list of numbers by country.
一亩三分地: copy of 丁香园, basic SVG map with choropleth for only US and Canada(separate), has city level stats for US in table below.
https://covid19.locale.ai/: perfect map view, vue, mapbox, scatterplot and choropleth, 3 layers: confirm/death/recovered, has hover but not click, only map view.
https://covid19.health/: svg choropleth map and charts, has transmissions path, has province level data for korea, italy, france and US. City level data for China, has time line and playback feature.
Use Mapbox GL(based on WebGL), more complex interactions and easier layer manipulation.
Use choropleth to show the intensity of our numbers(current cases, death cases, cured cases and accumulative cases), but also provide scatterplot as a second choice. Just like Existing Dasboard show USA data in state level #3^. Reason is that with scatterplot map, area with a large number can have a huge circle that blocks other areas nearby, such as Hubei and Europe. Also area name can come on top of choropleth.
Provide more interactive map experience than JHU one, like hover to show number stats and click to show side panel with detailed time-series chart for that province/country
More interactive map experience than JHU: show country level stats at a certain zoom level range and show province level stats at another zoom level range. same for city level as well. Disable zooming in beyond a certain zoom level.
Remove unnecessary map layers like roads and only keep province borders.
Be able to view affected density as compare to absolute case numbers: current_case / area _population. Currently no one does that.
Purpose and problems
Existing Dashboards:
Interesting Ones
Better solution:
current_case / area _population. Currently no one does that.Possible data source
we will need more data source for:
Project Division:
Initial Plan
MVP
Available domain
covid-19-report.com