Skip to content

Commit

Permalink
Update demo_config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobson committed May 3, 2024
1 parent 89a018b commit c51df51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_data/demo_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ graphfcn_list:
- split_long_edges # Set a maximum edge length
- merge_nodes # Merge nodes that are too close together
- assign_id # Remove duplicates arising from merge_nodes
- clip_to_catchments # Clip graph to catchment subbasins
- calculate_contributing_area # Calculate runoff coefficient
- set_elevation # Set node elevation from DEM
- double_directed # Format as directed graph enabling travel in both directions
Expand All @@ -30,7 +31,6 @@ graphfcn_list:
- set_chahinian_angle # Transform edge angles to more sensible angle for weights
- calculate_weights # Calculate weights for each edge
- identify_outlets # Identify potential street->river outlets
- trim_to_outlets # Remove nodes that don't fall in any outlets' catchments
- derive_topology # Shortest path to give network topology
- pipe_by_pipe # Design pipe diameters and depths
- assign_id # Final pass to ensure consistent 'id' and remove duplicates
Expand Down

0 comments on commit c51df51

Please sign in to comment.