-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.ini
326 lines (269 loc) · 7.53 KB
/
config.ini
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
[main]
; project_dir = /path/to/your/files
; must be an absolute path
project_dir = /home/userx/Desktop/accessible-poverty-estimates
# path to SpatiaLite extension
# build check-in 03786a62cd or later
# see README.md for more detailed instructions
# to find existing path: `whereis mod_spatialite.so`
spatialite_lib_path = /usr/local/lib/mod_spatialite
prefect_cloud_enabled = True
prefect_project_name = accessible-poverty-estimates
dask_enabled = True
use_hpc = False
use_dask_address = True
dask_address = tcp://127.0.0.1:8786
; projects_to_run = MULTI_SOUTH-ASIA_DHS, BD_2017-18_DHS, PK_2017-18_DHS, MULTI_WEST-AFRICA_DHS, LB_2019-20_DHS, MR_2019-21_DHS, SL_2019_DHS, GN_2018_DHS, ML_2018_DHS, NG_2018_DHS, BJ_2017-18_DHS, TG_2013-14_DHS, GH_2014_DHS, KE_2014_DHS, PH_2017_DHS, ZM_2018_DHS, TL_2016_DHS, CM_2018_DHS
projects_to_run = GH_2014_DHS
run_sub_projects = False
model_funcs = run_all_osm_ntl, run_ntl, run_all_osm, run_all, run_loc, run_sub_osm_ntl, run_sub_osm, run_sub_osm_all_geo, run_all_geo, run_sub_geo, run_sub
; project = BD_2017-18_DHS
; project = CM_2018_DHS
; project = BJ_2017-18_DHS
; project = GH_2014_DHS
; project = GH_2014_DHS_female
; project = GH_2014_DHS_male
; project = GN_2018_DHS
; project = KE_2014_DHS
; project = LB_2019-20_DHS
; project = ML_2018_DHS
; project = MR_2019-21_DHS
; project = MULTI_SOUTH-ASIA_DHS
; project = MULTI_SOUTHERN-AFRICA_DHS
; project = MULTI_WEST-AFRICA_DHS
; project = NG_2018_DHS
; project = PH_2017_DHS
; project = PK_2017-18_DHS
; project = SL_2019_DHS
; project = TG_2013-14_DHS
; project = TL_2016_DHS
; project = ZM_2018_DHS
indicator = Wealth Index
[mlflow]
tracking_uri = sqlite:///${main:project_dir}/mlflow.db
registry_uri = ${main:project_dir}/model_registry
artifact_location = ${main:project_dir}/mlruns
experiment_name = accessible-poverty-estimates
[mlflow_tags]
run_group = test
version = 1.0.0
[COMBO_TEST]
output_name = COMBO_GH-BJ-TG-KE
combination = True
project_list = GH_2014_DHS, BJ_2017-18_DHS, TG_2013-14_DHS, KE_2014_DHS
[GH_2014_DHS]
output_name = GH_2014_DHS
country_name = ghana
osm_date = 220101
dhs_hh_file_name = GHHR72FL
dhs_geo_file_name = GHGE71FL
country_utm_epsg_code = 32630
geom_id = DHSID
geom_label = dhs-buffers
geoquery_data_file_name = merge_gh_dhs_buffer
ntl_year = 2013
geospatial_variable_years = [2013]
[PH_2017_DHS]
output_name = PH_2017_DHS
country_name = philippines
osm_date = 210101
dhs_hh_file_name = PHHR71FL
dhs_geo_file_name = PHGE71FL
country_utm_epsg_code = 32651
geom_id = DHSID
geom_label = dhs-buffers
geoquery_data_file_name = merge_phl_dhs_buffer
ntl_year = 2016
geospatial_variable_years = [2016]
[BD_2017-18_DHS]
output_name = BD_2017-18_DHS
country_name = bangladesh
osm_date = 210101
dhs_hh_file_name = BDHR7RFL
dhs_geo_file_name = BDGE7SFL
country_utm_epsg_code = 32646
geom_id = DHSID
geom_label = dhs-buffers
geoquery_data_file_name = merge_bd_dhs_buffer
ntl_year = 2016
geospatial_variable_years = [2016]
[BJ_2017-18_DHS]
output_name = BJ_2017-18_DHS
country_name = benin
osm_date = 220101
dhs_hh_file_name = BJHR71FL
dhs_geo_file_name = BJGE71FL
country_utm_epsg_code = 32631
geom_id = DHSID
geom_label = dhs-buffers
geoquery_data_file_name = merge_bj_dhs_buffer
ntl_year = 2016
geospatial_variable_years = [2016]
[CM_2018_DHS]
output_name = CM_2018_DHS
country_name = cameroon
osm_date = 220101
dhs_hh_file_name = CMHR71FL
dhs_geo_file_name = CMGE71FL
country_utm_epsg_code = 32633
geom_id = DHSID
geom_label = dhs-buffers
geoquery_data_file_name = merge_cm_dhs_buffer
ntl_year = 2017
geospatial_variable_years = [2017]
[TL_2016_DHS]
output_name = TL_2016_DHS
country_name = east-timor
osm_date = 220101
dhs_hh_file_name = TLHR71FL
dhs_geo_file_name = TLGE71FL
country_utm_epsg_code = 32752
geom_id = DHSID
geom_label = dhs-buffers
geoquery_data_file_name = merge_tl_dhs_buffer
ntl_year = 2015
geospatial_variable_years = [2015]
[GN_2018_DHS]
output_name = GN_2018_DHS
country_name = guinea
osm_date = 220101
dhs_hh_file_name = GNHR71FL
dhs_geo_file_name = GNGE71FL
country_utm_epsg_code = 32629
geom_id = DHSID
geom_label = dhs-buffers
geoquery_data_file_name = merge_gn_dhs_buffer
ntl_year = 2017
geospatial_variable_years = [2017]
[KE_2014_DHS]
output_name = KE_2014_DHS
country_name = kenya
osm_date = 220101
dhs_hh_file_name = KEHR72FL
dhs_geo_file_name = KEGE71FL
country_utm_epsg_code = 32637
geom_id = DHSID
geom_label = dhs-buffers
geoquery_data_file_name = merge_ke_dhs_buffer
ntl_year = 2013
geospatial_variable_years = [2013]
[LB_2019-20_DHS]
output_name = LB_2019-20_DHS
country_name = liberia
osm_date = 220101
dhs_hh_file_name = LBHR7AFL
dhs_geo_file_name = LBGE7AFL
country_utm_epsg_code = 32629
geom_id = DHSID
geom_label = dhs-buffers
geoquery_data_file_name = merge_lb_dhs_buffer
ntl_year = 2018
geospatial_variable_years = [2018]
[ML_2018_DHS]
output_name = ML_2018_DHS
country_name = mali
osm_date = 220101
dhs_hh_file_name = MLHR7AFL
dhs_geo_file_name = MLGE7AFL
country_utm_epsg_code = 32630
geom_id = DHSID
geom_label = dhs-buffers
geoquery_data_file_name = merge_ml_dhs_buffer
ntl_year = 2017
geospatial_variable_years = [2017]
[MR_2019-21_DHS]
output_name = MR_2019-21_DHS
country_name = mauritania
osm_date = 220101
dhs_hh_file_name = MRHR71FL
dhs_geo_file_name = MRGE71FL
country_utm_epsg_code = 32629
geom_id = DHSID
geom_label = dhs-buffers
geoquery_data_file_name = merge_mr_dhs_buffer
ntl_year = 2018
geospatial_variable_years = [2018]
[NG_2018_DHS]
output_name = NG_2018_DHS
country_name = nigeria
osm_date = 220101
dhs_hh_file_name = NGHR7BFL
dhs_geo_file_name = NGGE7BFL
country_utm_epsg_code = 32632
geom_id = DHSID
geom_label = dhs-buffers
geoquery_data_file_name = merge_ng_dhs_buffer
ntl_year = 2017
geospatial_variable_years = [2017]
[PK_2017-18_DHS]
output_name = PK_2017-18_DHS
country_name = pakistan
osm_date = 220101
dhs_hh_file_name = PKHR71FL
dhs_geo_file_name = PKGE71FL
country_utm_epsg_code = 32642
geom_id = DHSID
geom_label = dhs-buffers
geoquery_data_file_name = merge_pk_dhs_buffer
ntl_year = 2016
geospatial_variable_years = [2016]
[SL_2019_DHS]
output_name = SL_2019_DHS
country_name = sierra-leone
osm_date = 220101
dhs_hh_file_name = SLHR7AFL
dhs_geo_file_name = SLGE7AFL
country_utm_epsg_code = 32629
geom_id = DHSID
geom_label = dhs-buffers
geoquery_data_file_name = merge_sl_dhs_buffer
ntl_year = 2018
[TG_2013-14_DHS]
output_name = TG_2013-14_DHS
country_name = togo
osm_date = 220101
dhs_hh_file_name = TGHR61FL
dhs_geo_file_name = TGGE62FL
country_utm_epsg_code = 32631
geom_id = DHSID
geom_label = dhs-buffers
geoquery_data_file_name = merge_tg_dhs_buffer
ntl_year = 2013
geospatial_variable_years = [2013]
[ZM_2018_DHS]
output_name = ZM_2018_DHS
country_name = zambia
osm_date = 220101
dhs_hh_file_name = ZMHR71FL
dhs_geo_file_name = ZMGE71FL
country_utm_epsg_code = 32735
geom_id = DHSID
geom_label = dhs-buffers
geoquery_data_file_name = merge_zm_dhs_buffer
ntl_year = 2017
geospatial_variable_years = [2017]
[MULTI_WEST-AFRICA_DHS]
output_name = MULTI_WEST-AFRICA_DHS
combination = True
geom_id = DHSID
project_list = LB_2019-20_DHS, MR_2019-21_DHS, SL_2019_DHS, GN_2018_DHS, ML_2018_DHS, NG_2018_DHS, BJ_2017-18_DHS
[MULTI_CENTRAL-AFRICA_DHS]
output_name = MULTI_CENTRAL-AFRICA_DHS
combination = True
geom_id = DHSID
project_list = CM_2018_DHS
[MULTI_SOUTHERN-AFRICA_DHS]
output_name = MULTI_SOUTHERN-AFRICA_DHS
combination = True
geom_id = DHSID
project_list = ZM_2018_DHS
[MULTI_SOUTH-ASIA_DHS]
output_name = MULTI_SOUTH-ASIA_DHS
combination = True
geom_id = DHSID
project_list = BD_2017-18_DHS, PK_2017-18_DHS
[MULTI_SOUTH-EAST-ASIA_DHS]
output_name = MULTI_SOUTH-EAST-ASIA_DHS
combination = True
geom_id = DHSID
project_list = PH_2017_DHS