Return a buffer (polygon) of the input geometry.
palms_buffer(point, distance = 100, crs = 2193)
point | The geometry to buffer |
---|---|
distance | The buffer distance in meters. Default |
crs | The projection to convert to before buffering. Default |
A polygon representing a buffer of the input feature. This is always returned in the ESPG:4326 projection.
data("home") home.buffer <- palms_buffer(home, 100)