Skip to content

Commit

Permalink
update for reading flowlines instead of flowpaths
Browse files Browse the repository at this point in the history
  • Loading branch information
AminTorabi-NOAA committed Aug 14, 2024
1 parent 3b1d55b commit 2e83b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/troute-network/troute/HYFeaturesNetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def read_geopkg(file_path, compute_parameters, waterbody_parameters, cpu_pool):

# patterns for the layers we want to find
layer_patterns = {
'flowpaths': r'flow[-_]?paths?',
'flowpaths': r'flow[-_]?paths?|flow[-_]?lines?',
'flowpath_attributes': r'flow[-_]?path[-_]?attributes?',
'lakes': r'lakes?',
'nexus': r'nexus?',
Expand Down

0 comments on commit 2e83b85

Please sign in to comment.