ThresholdFilter
Type Sample
Category Sampling > Filters

ThresholdFilter

Description

Filters sample to only the cells with a value in range.

Arguments

Type Name (Display Name) Description Default
Sample input_grid (Sample) Sample to be filtered.
Range range (Range) For each cell, if its value is inside (inclusive) this range, it's kept in. Otherwise, it's filtered out. 0.0-1.0

Outputs

Sample - filtered_grid (Filtered Sample)

Returns the Sample after filtering has been applied.