> ## 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.

# Filter Vector Point Map by Value

> AI context for Filter Vector Point Map by Value. 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/filter-vector-point-map-by-value).

## Summary

This Custom Block filters out a Vector Point Map based on a condition and a reference value.

## Package Details

| Field            | Value                                                     |
| ---------------- | --------------------------------------------------------- |
| **ID**           | `filter-vector-point-map-by-value`                        |
| **Type**         | Block                                                     |
| **Author**       | nTop                                                      |
| **Version**      | 1.0.0                                                     |
| **nTop Version** | 5.44+                                                     |
| **Domain**       | Geometry                                                  |
| **Complexity**   | Beginner                                                  |
| **Tags**         | `filter`, `vector`, `point-map`, `threshold`, `condition` |
| **License**      | MIT                                                       |
| **Verified**     | Yes                                                       |

***

This Custom Block filters out a Vector Point Map based on a condition and a reference value.

## 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/filter-vector-point-map-by-value/`.

## Inputs

| Name               | Type               | Description      |
| ------------------ | ------------------ | ---------------- |
| `Vector point map` | vector\_point\_map | Vector Point Map |
| `Condition`        | comparison\_enum   | Condition        |
| `Component`        | Choice             | Vector component |
| `Value`            | Scalar             | Filtering Value  |

## Outputs

| Name                 | Type               | Description            |
| -------------------- | ------------------ | ---------------------- |
| `Filtered Point Map` | vector\_point\_map | The Filtered Point Map |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/filter-vector-point-map-by-value](https://community.ntop.com/packages/ntop/filter-vector-point-map-by-value)
