Skip to contents

Validate Classified Cross Section Points Against Transects Ensure all cross section points are valid relative to a set of transects. This validates the points in the same manner as validate_cs_pts_against_transects() but also checks that classification columns ('class', 'point_type', 'valid_banks', 'has_relief') exist.

Usage

validate_classified_cs_pts_against_transects(
  cs_pts,
  transects,
  crosswalk_id = NULL
)

Arguments

cs_pts

sf object, cross section points

transects

sf object, transects

crosswalk_id

character, column name of the crosswalk id

Value

logical, TRUE if all validations pass, FALSE otherwise