-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathexample_config.yaml
49 lines (42 loc) · 1.8 KB
/
example_config.yaml
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
# Covid stochastic model configuration
ProcessData:
date_range:
- 2020-10-09
- 2021-01-01
mobility_matrix: data/mergedflows.csv
population_size: data/c2019modagepop.csv
commute_volume: # Can be replaced by DfT traffic flow data - contact authors <c.jewell@lancaster.ac.uk>
CasesData:
input: url
address: https://api.coronavirus.data.gov.uk/v2/data?areaType=ltla&metric=newCasesBySpecimenDate&format=json
pillars: None # Capability to filter Pillar 1 and 2 testing data from PHE confidential line listing
measure: None # Capability to filter date of test report from PHE confidential line listing
format: gov
AreaCodeData:
input: json
address: "https://services1.arcgis.com/ESMARspQHYMw9BZ9/arcgis/rest/services/LAD_APR_2019_UK_NC/FeatureServer/0/query?where=1%3D1&outFields=LAD19CD,LAD19NM&returnGeometry=false&returnDistinctValues=true&orderByFields=LAD19CD&outSR=4326&f=json"
format: ons
regions:
- S # Scotland
- E # England
- W # Wales
- NI # Northern Ireland
Mcmc:
dmax: 84 # Max distance to move events
nmax: 50 # Max num events per metapopulation/time to move
m: 1 # Number of metapopulations to move
occult_nmax: 15 # Max number of occults to add/delete per metapop/time
num_event_time_updates: 35 # Num event and occult updates per sweep of Gibbs MCMC sampler.
num_bursts: 200 # Number of MCMC bursts of `num_burst_samples`
num_burst_samples: 50 # Number of MCMC samples per burst
thin: 20 # Thin MCMC samples every `thin` iterations
ThinPosterior: # Post-process further chain thinning HDF5 -> .pkl.
start: 6000
end: 10000
by: 10
Geopackage: # covid.tasks.summary_geopackage
base_geopackage: data/UK2019mod_pop.gpkg
base_layer: UK2019mod_pop_xgen
#AWSS3:
# bucket: mybucket
# profile: myprofile