Skip to content

Commit

Permalink
temporary patch to address duplicate segments producting in split_flo…
Browse files Browse the repository at this point in the history
…ws.py; will address in future feature branch
  • Loading branch information
brian.avant committed Jan 15, 2021
1 parent 8aa3cc6 commit 37df5df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/split_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@
else:
split_flows_gdf['LakeID'] = -999

# need to figure out why so many duplicate stream segments for 04010101 FR
split_flows_gdf = split_flows_gdf.drop_duplicates()

# Create Ids and Network Traversal Columns
addattributes = buildstreamtraversal.BuildStreamTraversalColumns()
tResults=None
Expand Down

0 comments on commit 37df5df

Please sign in to comment.