FME Transformers: 2024.1

Categories
Calculated Values
Rasters
Related Transformers
RasterCellValueCalculator
RasterCellValueReplacer
RasterCellValueRounder
RasterConvolver
RasterExpressionEvaluator
RasterStatisticsCalculator

RasterSingularCellValueCalculator

Performs basic arithmetic operations on the cell values of a raster against a numeric value.

Jump to Configuration

Typical Uses

  • Recalculating raster cell values by processing them individually against a numeric value

How does it work?

The RasterSingularCellValueCalculator receives raster features, and evaluates a defined arithmetic expression on the band value(s) of each cell.

The expression is composed of the cell value, an Operation, and a single numeric value (which may also be an attribute or expression). Available operations are addition, subtraction, multiplication, and division.

Particularly useful for operations where the order matters (subtraction and division), the Operand Order specifies whether the raster value or the numeric value is considered first.

The new values are output on the same band they were calculated from. Preserve Interpretation determines whether or not the band is converted to a different type on output - for example, the division of two integers may produce a floating-point decimal result, converting the output band to interpretation type real64.

This transformer supports raster band selection. The RasterSelector can be used to modify the selection. Palettes are not supported.

Examples

Usage Notes

  • This transformer performs calculations between one raster cell and a numeric value (Cell 1 <operator> Numeric Value). To perform calculations between two rasters (Cell 1 <operator> Cell 2), use the RasterCellValueCalculator.
  • For more complex calculations, including multiple operators, consider using the RasterExpressionEvaluator.

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