Skip to content
Snippets Groups Projects
Commit 74054670 authored by Bock, Andy's avatar Bock, Andy
Browse files

removed comment

parent b16fc692
No related branches found
No related tags found
1 merge request!98Gages w/Missing DA, HI workflow components
......@@ -116,7 +116,7 @@ if(all(is.na(tmp_POIs$Type_Gages))) {
streamgages <- streamgages_VPU %>%
group_by(COMID) %>%
# If multiple gages per COMID, pick one with highest rank as rep POI_ID
filter(gage_score == max(gage_score))#, !is.na(drain_area)) %>%
filter(gage_score == max(gage_score), !is.na(drain_area)) %>%
ungroup() %>%
select(COMID, site_no)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment