FME Transformers: 2024.1

Categories
Rasters
Related Transformers
RasterCellValueCalculator
RasterCellValueRounder
RasterExpressionEvaluator
RasterSingularCellValueCalculator

RasterCellValueReplacer

Replaces ranges of band values in a raster with single values.

Jump to Configuration

Typical Uses

  • Classifying cell value ranges
  • Adjusting image threshold

How does it work?

The RasterCellValueReplacer receives raster features. Each band value of each cell is compared to a defined set of numeric ranges, and values that match a range definition are replaced with a new, single defined value.

Ranges are defined in a Range Table, using From and To parameters, which may be combined in a variety of ways. If both parameters are defined, both are applied. These examples assume that the band values are integers.

Example

From (>=)

To (<=)

Find values from 10 to 20 , inclusive

10

20

Find the single value 45

45

45

Everything except the value 45

46

44

Find values less than 100

<blank>

99

Find values of 50 or greater

50

<blank>

Find two distinct ranges at the upper and lower limits, values 50 and below, and values more than 99 (everything outside a range)

99

50

Replace all values

0

<blank>

The new value may be defined as a single value, or as an expression.

For multi-band rasters, each band is processed identically on every cell, comparing the individual band values to the defined range(s). For example, if the range is <= 100, with a replacement value of 25, an RGB value of 14,87,192 becomes 25,25,192. To restrict operation to specific band(s), use a RasterSelector prior to the RasterCellValueReplacer.

This transformer supports raster band and palette selection. The RasterSelector can be used to modify selection.

Examples

Usage Notes

Choosing a Raster Transformer

FME has an extensive selection of transformers for working with raster data. They can be generally categorized as working with whole rasters, bands, cells or palettes, and those designed for workflow control or combining raster with vector data.

For information on raster geometry and properties, see Rasters (IFMERaster).

Configuration

Input Ports

Output Ports

Parameters

Editing Transformer Parameters

Transformer parameters can be set by directly entering values, using expressions, or referencing other elements in the workspace such as attribute values or user parameters. Various editors and context menus are available to assist. To see what is available, click beside the applicable parameter.

For more information, see Transformer Parameter Menu Options.

Reference

Processing Behavior

Feature-Based

Feature Holding

No

Dependencies None
Aliases  
History  

FME Community

The FME Community is the place for demos, how-tos, articles, FAQs, and more. Get answers to your questions, learn from other users, and suggest, vote, and comment on new features.

Search for all results about the RasterCellValueReplacer on the FME Community.

 

Examples may contain information licensed under the Open Government Licence – Vancouver, Open Government Licence - British Columbia, and/or Open Government Licence – Canada.