Get the cardinal directions for the segments
Value
a data.frame
with the correspondence of left lft
and
right rgt
directions to cardinal directions of the road
Examples
if (FALSE) { # \dontrun{
anysegment = my_segments |>
filter(oidn == 9000003890)
get_cardinal_dirs(anysegment)
} # }