https://github.com/andrebriggs/us-map-exposures
https://github.com/andrebriggs/us-map-exposures
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrebriggs/us-map-exposures
- Owner: andrebriggs
- Created: 2020-11-16T06:52:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T07:19:25.000Z (over 5 years ago)
- Last Synced: 2025-07-19T18:26:30.419Z (12 months ago)
- Language: HTML
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tracking Exposure Notification System in the US
Visual map of the US states implementing the [ENS protocol](https://www.google.com/covid19/exposurenotifications/) to track COVID-19.
Demo: https://andrebriggs.github.io/us-map-exposures/
## To recreate
Install modules
```console
$ pip3 install -r requirements.txt
```
Run script
```console
$ python3 create-map.py
```
View HTML
```console
$ open index.html
```
## Details
The `US_GAEN_STATUS.csv` file has a scale of 0 to 1.
* 0 - Not started
* 0.5 - In progress
* 1 - Released
The `us-states.json` file contains the gepgraphy for US states.