Calculates the cardinal directions (e.g., Northbound, Eastbound) for the left and right sides of Telraam road segments based on their geometry.
Value
A data.frame with columns lft and rgt indicating the cardinal directions for each segment side.
Examples
if (FALSE) { # \dontrun{
anysegment <- read_telraam_segments() |>
dplyr::filter(oidn == 9000003890)
get_cardinal_dirs(anysegment)
} # }