st_intersection_quicker | R Documentation |
This function is a faster way to perform sf::st_intersection()
. It
only calculates the intersection for those geometries that actually
intersect.
st_intersection_quicker(.x, .y, verbose = TRUE)
.x |
an sf object |
.y |
an sf object |
verbose |
(boolean; default = |
an sf object
## Not run:
st_intersection_quicker(burnscar, lga_shapefile)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.