Skip to content

jdnarvaez/covid-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid-visualizer

Interactive Maps & Graphs of Realtime COVID Data

Screen Shot 2021-08-17 at 12 09 30 AM

Data

Data is sourced from COVID ActNow which aggregates data from a variety of sources.

Service Workers are used to cache data from different APIs and are considered valid for up to 24 hours. By caching the data, we eliminate the need to continually hit the API servers and eliminate the need to keep large responses in memory.

Web Workers are used to load topography in the background and compute relative statistics for regions.

The topography is preprocessed so that minimal dependencies and processing is required at runtime in an effort to lower resource utilization. County shapes, county summaries and timeseries data are streamed in JSON format and processed on demand while streaming.

Releases

0.0.5

  • Include ICU Capacity Map Layer
  • Include Hospital Capacity Map Layer

0.0.4

  • Use visibility sensor for counties

0.0.3

  • Use web workers to load topography
  • Include data for Lousiana, Alaska, and Puerto Rico
  • Heat map layers for relative and absolute statistics

0.0.2

  • State summaries on mouse over

0.0.1

  • Initial release

Made With