REMOVE REPEATED POINTS

Removes repeated or duplicate points from a curve by comparing successive coordinate pairs within a specified tolerance. Use this worker to clean noisy or redundant data points before further curve processing or analysis.

When to use

Classification: process.

Tagged: cleanup, curve, deduplication, preprocessing, repeated_points, tolerance.

Inputs

Label ID Type Default Required Description
Curve To Be Split curvetobe_split vector   The input curve (X/Y vector) from which repeated or duplicate points will be removed.
Tolerance tolerance scalar 0   Numerical threshold below which two successive points are considered identical and the duplicate is removed; defaults to 0 (exact match only).

Outputs

Label ID Type Description
curve_remove_repeated_output_1 curve_remove_repeated_output_1 vector The cleaned output curve with repeated points removed, preserving the original point order and units.

Disciplines

  • data.curve.transform

Runnable example

A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curve_remove_repeated


Auto-generated from transformation schema. Worker id: curve_remove_repeated. Schema hash: 81a8632e99c6. Hand-curated docs in workerexamples/ override this page when present.