erase_baltimore: Erase any are overlapping the geometry

erase_baltimoreR Documentation

Erase any are overlapping the geometry

Description

Erase any are overlapping the geometry

Usage

erase_baltimore_parks(x, ...)

erase_baltimore_water(x, water = c("city", "msa"), ...)

Arguments

x

A sf, sfc, or bbox object to erase or trim.

...

Arguments passed on to sfext::st_erase

flip

If TRUE, use sf::st_intersection() to "erase" geometry of x that intersects y; if FALSE use sf::st_difference() to trim x to y geometry, Default: FALSE.

union

If TRUE, use sf::st_combine() and sf::st_union() on y before applying difference/intersection; defaults to TRUE.

water

Type of water data to use, either baltimore_water or baltimore_msa_water.


elipousson/mapbaltimore documentation built on Sept. 24, 2024, 6:34 a.m.