st_intersection_quicker: A faster st_intersection

View source: R/mapping.r

st_intersection_quickerR Documentation

A faster st_intersection

Description

This function is a faster way to perform sf::st_intersection(). It only calculates the intersection for those geometries that actually intersect.

Usage

st_intersection_quicker(.x, .y, verbose = TRUE)

Arguments

.x

an sf object

.y

an sf object

verbose

(boolean; default = TRUE) do you want to be informed of the progress?

Value

an sf object

Examples

## Not run: 
st_intersection_quicker(burnscar, lga_shapefile)

## End(Not run)

baslat/sak documentation built on April 14, 2025, 4:14 p.m.