-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.json
74 lines (74 loc) · 1.88 KB
/
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
70
71
72
73
74
{
"spatialquery": {
"work_dir" : "../data/ETH/spatialquery/ETH_MZ_fen_tot",
"output_folder_name" : "Pythia_results_local",
"output_base_dir" : "..",
"shape_file_path" : "../ETH_Kelem_shp/Kelem_Wellega_Oramia.shp",
"output_file_prefix" : "aggregate_result",
"first_year" : 1984,
"last_year" : 2017,
"skip_years" : [2019],
"earliest_planting_date" : 135,
"factor_filters": {
"includes" : {
"crop" : "Maize"
},
"excludes" : {
"season" : "belg"
}
},
"factor_key_val_divider" : "_"
},
"techtrend": {
"work_dir" : "../data/ETH/tech_trend/Pythia_Raw_data/ETH_MZ_Belg_base",
"output_folder_name_1" : "ETH_MZ_Belg_Base_Analysis_adminlvl1_techtrend1_test",
"output_folder_name_2" : "ETH_MZ_Belg_Base_Analysis_adminlvl1_techtrend2_test",
"output_folder_name_3" : "ETH_MZ_Belg_Base_Analysis_adminlvl1_techtrend3_test",
"skip_runs" : [1],
"output_base_dir" : "../..",
"observed_path" : "../../ETH_Reports",
"output_file_prefix" : "aggregate_result",
"GADM" : {
"country_code" : "ETH",
"admin_level" : 1
},
"first_year" : 1985,
"last_year" : 2018,
"first_year_3" : 2012,
"last_year_3" : 2018,
"skip_years" : [2019],
"earliest_planting_date" : 135,
"factor_filters": {
"includes" : {
"crop" : "Maize"
},
"excludes" : {
"season" : "belg"
}
},
"factor_key_val_divider" : "",
"pythia_config" : {
"plugins" : [
{
"plugin": "sensitivity_plugin",
"params": {
"season": {
"values": ["belg"]
}
}
}
]
}
},
"SPAMraster" : {
"SPAM_url" : "",
"SPAM_local_dir" : "../data/spam2010v1r1_global_harv_area.csv",
"output_base_dir" : "..",
"country_name" : "Ghana",
"crop" : "groundnut",
"longitude_min" : -4.5,
"longitude_max" : 2,
"latitude_min" : 4,
"latitude_max" : 12
}
}