Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract generated data from simulation experiment #72

Open
brianok77 opened this issue Apr 29, 2020 · 0 comments
Open

Extract generated data from simulation experiment #72

brianok77 opened this issue Apr 29, 2020 · 0 comments
Assignees

Comments

@brianok77
Copy link

brianok77 commented Apr 29, 2020

Extract generated data from the simulation experiment code (https://github.com/covid19-model/simulator) into JSON files. We should have 4 sets of data: (a) a list of sites (Site nodes), (b) a list of people (Device nodes), (c) the "time" each person visited each site (Scan edges), and (d) the "time" each person got their test result back. Jeremy Silver did some initial investigation into this and should be able to provide his thoughts on how we can create this.

As part of this exercise, the simulation code assigned a "risk weight" to each "type of site" (Educational, Social, Transportation, Work, Groceries}. Please extract this "type of site" and weight into the "site nodes" export for future information although the zerobase API may not support it at this time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants