splitDissolve: Fast Dissolve for Spatial* objects.

Description Usage Arguments Details Value

View source: R/splitDissolve.R

Description

splitDissolve splits a Spatial* object from the (sp) package using seqSPDF, and runs sp::aggregate() on the list.

Usage

1
splitDissolve(input, sep = 1000)

Arguments

input

Spatial* object. SpatialPoints objects will be passed through as is.

sep

Passed to seqSPDF(). Default set to 1000.

Details

This is a general wrapper for sp::aggregate() that allows for quicker aggregation and fixed a ram leak issue caused by large datasets.

Value

Returns a fully aggregated feature of Spatial* input


jacpete/jpfxns documentation built on May 16, 2020, 5:02 a.m.