> ## 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 Scalar Point Map by Value

> AI context for Filter Scalar 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-scalar-point-map-by-value).

## Summary

This Custom Block filters out a scalar point map based on a condition and a reference value

## Package Details

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

***

This Custom Block filters out a scalar 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-scalar-point-map-by-value/`.

## Inputs

| Name        | Type             | Description            |
| ----------- | ---------------- | ---------------------- |
| `Point map` | Scalar Point Map | Point Map              |
| `Condition` | comparison\_enum | Condition to filter by |
| `Value`     | Scalar           | Reference Value        |

## Outputs

| Name                 | Type             | Description                |
| -------------------- | ---------------- | -------------------------- |
| `Filtered Point Map` | Scalar Point Map | The new filtered point map |

## License

MIT.

***

## Source

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