Intersect Rivers with a Bounding Box
st_intersecting_river.Rd
This function clips river segments that intersect with a given bounding box.
Examples
if (FALSE) { # \dontrun{
bbox <- create_bbox(xmin = -10, xmax = 10, ymin = -10, ymax = 10, crs = 4326)
rivers <- download_hydrorivers(region = "eu")
clipped_rivers <- st_intersecting_river(rivers, bbox)
} # }