Erase any are overlapping the geometry
Usage
erase_baltimore_parks(x, ...)
erase_baltimore_water(x, water = c("city", "msa"), ...)Arguments
- x
A
sf,sfc, orbboxobject to erase or trim.- ...
Arguments passed on to
sfext::st_eraseflipIf
TRUE, usesf::st_intersection()to "erase" geometry of x that intersects y; ifFALSEusesf::st_difference()to trim x to y geometry, Default:FALSE.unionIf
TRUE, unionywithsf::st_union()before applying difference/intersection; defaults toTRUE.combineIf
TRUEandunion = TRUE, combineywithsf::st_combine()before unioning. Defaults toFALSE.
- water
Type of water data to use, either
baltimore_waterorbaltimore_msa_water.
