Skip to main content

Threshold Raster Values

Overview

Apply a threshold to raster data and binarize pixel values based on the threshold.

The tool reads the input data according to the defined parameters, performs the corresponding GIS operation, and writes the result as a new dataset.

Use Cases

  • Convert continuous raster values into binary classes for mask creation or quick classification.
  • Use as an intermediate step in a longer GIS processing workflow.
  • Improve efficiency for batch processing, repeated runs, or standardized delivery.

Parameters

ParameterDescriptionNotes
Input raster fileRaster file to thresholdRequired
ThresholdThreshold value. Pixels below this value are set to 0, and pixels above this value are set to 1Required; default: 0.5
Output raster fileThresholded output raster fileRequired

Steps

  1. Start the tool: Open Geoprocessing Toolbox → Spatial Analysis Tools > Pixel Processing, then start the Threshold Raster Values tool pane.
  2. Prepare input: Select the Input raster file and confirm that the data is complete and readable.
  3. Set core parameters: Configure the Threshold based on the analysis goal.
  4. Set output: Specify the Output raster file and confirm that the output path, format, and naming rules meet downstream requirements.
  5. Run and inspect the result: Click Run, then check whether the value range, distribution, and spatial position of the result meet expectations.

Notes

  • When multiple rasters are used together, first confirm that the coordinate system, resolution, extent, and grid alignment are consistent.