-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathproject-config.json
69 lines (69 loc) · 2.23 KB
/
project-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"location_filepath": "data-locations/locations.csv",
"hub_repository_name": "cdcepi/WNV-forecast-project-2023",
"forecast_folder_name": "data-forecasts",
"target_groups": [
{
"outcome_variable": "cases",
"targets": [
"May WNV neuroinvasive disease cases",
"June WNV neuroinvasive disease cases",
"July WNV neuroinvasive disease cases",
"August WNV neuroinvasive disease cases",
"September WNV neuroinvasive disease cases",
"October WNV neuroinvasive disease cases",
"November WNV neuroinvasive disease cases",
"December WNV neuroinvasive disease cases"
],
"locations": ["Alabama", "Arizona", "Arkansas", "California",
"Colorado", "Connecticut", "Delaware", "District of Columbia",
"Florida", "Georgia", "Idaho", "Illinois","Indiana",
"Iowa", "Kansas", "Kentucky", "Louisiana", "Maine",
"Maryland", "Massachusetts", "Michigan", "Minnesota",
"Mississippi", "Missouri", "Montana", "Nebraska",
"Nevada", "New Hampshire", "New Jersey", "New Mexico",
"New York", "North Carolina", "North Dakota", "Ohio",
"Oklahoma", "Oregon", "Pennsylvania", "Rhode Island",
"South Carolina", "South Dakota", "Tennessee", "Texas",
"Utah", "Vermont", "Virginia", "Washington",
"West Virginia", "Wisconsin", "Wyoming"
],
"quantiles": [
0.010,
0.025,
0.050,
0.100,
0.150,
0.200,
0.250,
0.300,
0.350,
0.400,
0.450,
0.500,
0.550,
0.600,
0.650,
0.700,
0.750,
0.800,
0.850,
0.900,
0.950,
0.975,
0.990
]
}
],
"forecast_dates": [
"2023-04-30",
"2023-05-31",
"2023-06-30",
"2023-07-31",
"2023-08-31",
"2023-09-30"
],
"updates_allowed": false,
"automerge_on_passed_validation": false,
"submission_formatting_instruction": "https://github.com/cdcepi/WNV-forecast-project-2023/blob/main/Forecast-Submission.md#Data-formatting"
}