break long lists over multiple lines

This commit is contained in:
Emily Soth 2025-05-27 10:11:47 -07:00
parent 7e0d489f69
commit 98d9992a11
4 changed files with 11 additions and 5 deletions

View File

@ -29,7 +29,9 @@ MODEL_SPEC = spec.build_model_spec({
['algorithm'],
['calculate_flow_direction'],
['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": {

View File

@ -37,8 +37,10 @@ MODEL_SPEC = spec.build_model_spec({
"order": [
['workspace_dir', 'results_suffix'],
['base_lulc_path', 'aoi_path'],
['area_to_convert', 'focal_landcover_codes', 'convertible_landcover_codes', 'replacement_lucode'],
['convert_farthest_from_edge', 'convert_nearest_to_edge', 'n_fragmentation_steps']
['area_to_convert', 'focal_landcover_codes',
'convertible_landcover_codes', 'replacement_lucode'],
['convert_farthest_from_edge', 'convert_nearest_to_edge',
'n_fragmentation_steps']
]
},
"args": {

View File

@ -55,7 +55,8 @@ MODEL_SPEC = spec.build_model_spec({
"order": [
['workspace_dir', 'results_suffix'],
['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": {

View File

@ -38,7 +38,8 @@ MODEL_SPEC = spec.build_model_spec({
['dem_path', 'erosivity_path', 'erodibility_path'],
['lulc_path', 'biophysical_table_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": {