-
Notifications
You must be signed in to change notification settings - Fork 1
/
parameters.json
39 lines (39 loc) · 956 Bytes
/
parameters.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
{
"AOI":{
"north": 46,
"south": 44,
"west": 6,
"est": 8
},
"general_path": "E:\\TEMP\\",
"senet_folder": "C:\\Users\\stucchi\\.snap\\auxdata\\sen-et-conda-Win64",
"comp_parameters":{
"ecwf_data":{
"time_zone": 2
},
"frac_green":{
"min_frac_green": 0.2
},
"aerodynamic_roughness":{
"soil_roughness": 0.01
},
"warp":{
"algorithm": "near"
},
"data_mining":{
"cv_homogeneity_threshold": 0.0,
"moving_window_size": 30,
"parallel_jobs": 2
},
"shortwave_radiation":{
"soil_ref_vis": 0.15,
"soil_ref_nir": 0.25
},
"energy_fluxes":{
"soil_roughness": 0.01,
"alpha_pt": 1.28,
"green_vegetation_emissivity": 0.99,
"soil_emissivity": 0.97
}
}
}