Skip to contents

Add an is_complete_cs flag to cross sections points Any cross section points that has does NOT have ANY NA Z (depth) values is flagged as is_complete_cs = TRUE

Usage

add_is_complete_cs_flag(cs_pts, crosswalk_id = NULL)

Arguments

cs_pts

cs points dataframe, tibble, or sf dataframe

crosswalk_id

unique ID for flowline

Value

cross_section_pts dataframe / tibble / sf dataframe with cross section points with is_complete_cs flag added