clean_events: Clean events geometries

View source: R/nkde_execution_functions_sf.R

clean_eventsR Documentation

Clean events geometries

Description

Function to avoid having events at the same location.

Usage

clean_events(events, digits = 5, agg = NULL)

Arguments

events

The feature collection of points to contract (must have a weight column)

digits

The number of digits to keep

agg

A double indicating if the points must be aggregated within a distance. if NULL, then the points are aggregated by rounding the coordinates.

Value

A new feature collection of points

Examples

#This is an internal function, no example provided

spNetwork documentation built on Aug. 24, 2023, 5:10 p.m.