An open API service indexing awesome lists of open source software.

https://github.com/andrebriggs/us-map-exposures


https://github.com/andrebriggs/us-map-exposures

Last synced: 5 months ago
JSON representation

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.