get_intersecting_edges {rcrisp}R Documentation

Identify network edges that are intersecting a geometry

Description

Identify network edges that are intersecting a geometry

Usage

get_intersecting_edges(network, geometry, index = FALSE)

Arguments

network

A spatial network object

geometry

A simple feature geometry

index

Whether to return the indices of the matchin edges or the geometries

Value

Indices or geometries of the edges intersecting the given geometry


[Package rcrisp version 0.1.4 Index]