> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove Duplicate Points

> AI context for Remove Duplicate Points. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/ntop/remove-duplicate-points).

## Summary

This custom block removes duplicate points in a point list based on a selected distance threshold.

## Package Details

| Field            | Value                                                                  |
| ---------------- | ---------------------------------------------------------------------- |
| **ID**           | `remove-duplicate-points`                                              |
| **Type**         | Block                                                                  |
| **Author**       | nTop                                                                   |
| **Version**      | 1.0.0                                                                  |
| **nTop Version** | 5.44+                                                                  |
| **Domain**       | Geometry                                                               |
| **Complexity**   | Beginner                                                               |
| **Tags**         | `remove`, `duplicate`, `points`, `deduplication`, `distance-threshold` |
| **License**      | MIT                                                                    |
| **Verified**     | Yes                                                                    |

***

This custom block removes duplicate points in a point list based on a selected distance threshold.

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities.git
```

The package lives at `packages/ntop/remove-duplicate-points/`.

## Inputs

| Name                 | Type       | Description                                          |
| -------------------- | ---------- | ---------------------------------------------------- |
| `Point list`         | Point List | Point List                                           |
| `Distance threshold` | Scalar     | Distance threshold for removing the duplicate points |

## Outputs

| Name     | Type       | Description |
| -------- | ---------- | ----------- |
| `Points` | Point List | Output.     |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/remove-duplicate-points](https://community.ntop.com/packages/ntop/remove-duplicate-points)
