Skip to contents

Helper function for union operation

Usage

util_nps_unionnochunk(sf1, sf2)

Arguments

sf1

First sf object

sf2

Second sf object

Value

An sf object containing the spatial intersection of sf1 and sf2, with geometries unioned by unique combinations of all attributes from both input objects.

Details

Used internally by util_nps_union. See the help file for more details.

Examples

if (FALSE) { # \dontrun{
data(tbjuris)
data(tbsubshed)
result <- util_nps_unionnochunk(tbsubshed, tbjuris)
} # }