Description Usage Arguments Details Value Warning
splitClip
splits a Spatial* object from the (sp) package using
seqSPDF
, and runs rgeos::gBuffer()
on the list.
1 | splitBuffer(input, width = 1, sep = 1000, dissolve = F)
|
input |
Spatial* object. |
width |
Distance for buffer.Defaults to 1. |
sep |
Passed to |
dissolve |
Do you want to dissolve the buffered feature? Defaults to FALSE. |
This is a general wrapper for rgeos::gBuffer()
that allows
for quicker buffer and fixed a ram leak issue caused by large datasets
when using the native rgeos function.
Returns a buffer of the Spatial* input feature.
Will not output with a dataframe due to limitations of the rgeos
functions. Will look into using raster::buffer()
in a future
release.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.