Skip to contents

Validate Classified Cross Sections Points Ensure all cross section points are valid. This validates the points in the same manner as validate_cs_pts() but also checks that classification columns ('class', 'point_type', 'valid_banks', 'has_relief') exist.

Usage

validate_classified_cs_pts(cs_pts, crosswalk_id = NULL)

Arguments

cs_pts

sf object, cross section points

crosswalk_id

character, column name of the crosswalk id

Value

logical, TRUE if cs_pts meet all required criteria, FALSE otherwise