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