Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitware/covid-19-vis
A visualization of some COVID-19 data
https://github.com/kitware/covid-19-vis
Last synced: 2 months ago
JSON representation
A visualization of some COVID-19 data
- Host: GitHub
- URL: https://github.com/kitware/covid-19-vis
- Owner: Kitware
- License: other
- Created: 2020-04-08T17:27:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T17:17:16.000Z (3 months ago)
- Last Synced: 2024-10-31T22:52:24.513Z (3 months ago)
- Language: JavaScript
- Homepage: https://kitware.github.io/covid-19-vis/
- Size: 2.11 MB
- Stars: 9
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
COVID-19 Visualization
======================This shows confirmed cases and deaths in the USA, as reported by the `2019 Novel Coronavirus COVID-19 (2019-nCoV) Data Repository by Johns Hopkins CSSE `_.
The data is per county in the US. When showing markers, markers are distributed randomly through each county based on the number present. These markers **do not represent actual people or locations**.
One marker is drawn per confirmed case (yellow) or death (red). Markers are randomly distributed within the county for which they are reported. These do not represent specific people or locations; distribution is only to provide relative densities of cases.
Counties can also be shaded based on the number of cases or deaths per capita, with the county with the most extreme value shown as a solid color, and those with less incidents per capita shown with a translucent color.
The graph data is based on the counties on the visible map. Zooming or panning the map will adjust the graph. Values include all visible counties, with partially visible counties included proportionate to their visible area.Data Source
-----------This uses the `John Hopkins CSSE data `_.
County boundaries were obtained from census data via `this site `_.
Code Source
-----------This repository includes a development build of `geojs `_, which includes some recent pull requests.
This uses a branch from `polybooljs `_ to calculate the area of counties in the viewport. Specifically, the `eps-logic` branch was built and included locally.
Kitware Blog Post
-----------------This was announced by a `Kitware Blog Post `_ on April 17, 2020.