break long lists over multiple lines
This commit is contained in:
parent
7e0d489f69
commit
98d9992a11
|
@ -29,7 +29,9 @@ MODEL_SPEC = spec.build_model_spec({
|
||||||
['algorithm'],
|
['algorithm'],
|
||||||
['calculate_flow_direction'],
|
['calculate_flow_direction'],
|
||||||
['calculate_flow_accumulation'],
|
['calculate_flow_accumulation'],
|
||||||
['calculate_stream_threshold', 'threshold_flow_accumulation', 'calculate_downslope_distance', 'calculate_stream_order', 'calculate_subwatersheds']
|
['calculate_stream_threshold', 'threshold_flow_accumulation',
|
||||||
|
'calculate_downslope_distance', 'calculate_stream_order',
|
||||||
|
'calculate_subwatersheds']
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
|
|
|
@ -37,8 +37,10 @@ MODEL_SPEC = spec.build_model_spec({
|
||||||
"order": [
|
"order": [
|
||||||
['workspace_dir', 'results_suffix'],
|
['workspace_dir', 'results_suffix'],
|
||||||
['base_lulc_path', 'aoi_path'],
|
['base_lulc_path', 'aoi_path'],
|
||||||
['area_to_convert', 'focal_landcover_codes', 'convertible_landcover_codes', 'replacement_lucode'],
|
['area_to_convert', 'focal_landcover_codes',
|
||||||
['convert_farthest_from_edge', 'convert_nearest_to_edge', 'n_fragmentation_steps']
|
'convertible_landcover_codes', 'replacement_lucode'],
|
||||||
|
['convert_farthest_from_edge', 'convert_nearest_to_edge',
|
||||||
|
'n_fragmentation_steps']
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
|
|
|
@ -55,7 +55,8 @@ MODEL_SPEC = spec.build_model_spec({
|
||||||
"order": [
|
"order": [
|
||||||
['workspace_dir', 'results_suffix'],
|
['workspace_dir', 'results_suffix'],
|
||||||
['aoi_path', 'structure_path', 'dem_path', 'refraction'],
|
['aoi_path', 'structure_path', 'dem_path', 'refraction'],
|
||||||
['do_valuation', 'valuation_function', 'a_coef', 'b_coef', 'max_valuation_radius'],
|
['do_valuation', 'valuation_function', 'a_coef', 'b_coef',
|
||||||
|
'max_valuation_radius'],
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"args_with_spatial_overlap": {
|
"args_with_spatial_overlap": {
|
||||||
|
|
|
@ -38,7 +38,8 @@ MODEL_SPEC = spec.build_model_spec({
|
||||||
['dem_path', 'erosivity_path', 'erodibility_path'],
|
['dem_path', 'erosivity_path', 'erodibility_path'],
|
||||||
['lulc_path', 'biophysical_table_path'],
|
['lulc_path', 'biophysical_table_path'],
|
||||||
['watersheds_path', 'drainage_path'],
|
['watersheds_path', 'drainage_path'],
|
||||||
['flow_dir_algorithm', 'threshold_flow_accumulation', 'k_param', 'sdr_max', 'ic_0_param', 'l_max']
|
['flow_dir_algorithm', 'threshold_flow_accumulation',
|
||||||
|
'k_param', 'sdr_max', 'ic_0_param', 'l_max']
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"args_with_spatial_overlap": {
|
"args_with_spatial_overlap": {
|
||||||
|
|
Loading…
Reference in New Issue