Get endpoint or startpoint of LINESTRING
Examples
if (FALSE) { # \dontrun{
fl <- sf::read_sf("hydrofabric.gpkg", "flowpaths")
outlets <- get_node(sf::st_geometry(fl), position = "end")
} # }
Get endpoint or startpoint of LINESTRING
if (FALSE) { # \dontrun{
fl <- sf::read_sf("hydrofabric.gpkg", "flowpaths")
outlets <- get_node(sf::st_geometry(fl), position = "end")
} # }