Skip to content

Commit

Permalink
update for reading flowline_attribute instead of flowpath_attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
AminTorabi-NOAA committed Aug 14, 2024
1 parent 2e83b85 commit 0a332a3
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 @@ -37,7 +37,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?|flow[-_]?lines?',
'flowpath_attributes': r'flow[-_]?path[-_]?attributes?',
'flowpath_attributes': r'flow[-_]?path[-_]?attributes?|flow[-_]?line[-_]?attributes?',
'lakes': r'lakes?',
'nexus': r'nexus?',
'network': r'network'
Expand Down

0 comments on commit 0a332a3

Please sign in to comment.