Learn R Programming

spNetwork (version 0.4.3.8)

spatial_request: Spatial request

Description

Use a quadtree index to perform spatial request.

Usage

spatial_request(geometry, tree, data)

Value

a subset of data, intersecting geometry

Arguments

geometry

sf like object (feature collection or simple geometry)

tree

a tree object from package SearchTrees

data

the original data used to build the tree object

Examples

Run this code
#This is an internal function, no example provided

Run the code above in your browser using DataLab