Add basic risk by age dashboard.
This commit is contained in:
@@ -93,7 +93,7 @@ async function processCombined({ date, zip }, countyInfo, output) {
|
||||
|
||||
async function processSingleZip (zip, countyInfo) {
|
||||
const output = {
|
||||
directory: `./public/data/state/cases/`,
|
||||
directory: `./public/data/overall/cases/`,
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
@@ -116,7 +116,7 @@ async function processCombined({ date, zip }, countyInfo, output) {
|
||||
|
||||
async function processSingleZip (zip, countyInfo) {
|
||||
const output = {
|
||||
directory: `./public/data/state/deaths/`,
|
||||
directory: `./public/data/overall/deaths/`,
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
@@ -112,7 +112,7 @@ async function processCombined({ date, zip }, countyInfo, output) {
|
||||
|
||||
async function processSingleZip (zip, countyInfo) {
|
||||
const output = {
|
||||
directory: `./public/data/state/hospitalizations/`,
|
||||
directory: `./public/data/overall/hospitalizations/`,
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
@@ -6,7 +6,7 @@ import { getCounty } from '../../util.js'
|
||||
|
||||
async function processSingleZip ({ date, zip }) {
|
||||
const output = {
|
||||
directory: `./public/data/state/testing/by-county/`,
|
||||
directory: `./public/data/overall/testing/by-county/`,
|
||||
file: county => `${county}.json`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user