Skip to content

triangulation/covid19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid19

covid-19 extracts and transforms covid-19 time-series data, with the goal of visualising it in an intuitive and performant way.

Data source: github.com/datasets/covid-19/data/time-series-19-covid-combined.csv

Target: JSON or Proto with time series data of covid stats per country optimised for size.

Prerequisites

Development

  • Build with make
  • View build options with make help

Data visualisation notes

  • simple time lines:
    • cumulative/new cases/deaths
    • rolling 3/5/7 day average
    • log or linear y-axes
    • absolute and per 1M/10K population number
    • choose country/ies (drop-down/search; keep pref in localStorage)
  • bar charts, maybe stacked:
  • geography:
    • selection on map
    • Austrialia: state, lga, suburb selection
  • data:
    • compact JSON encoding: ~120K gzipped for all countries (too much)
    • try protos
    • try country pre-selection if needed