FME Transformers: 2024.1

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

RasterCellValueCalculator

Evaluates basic arithmetic , minimum, maximum or average operations on the cell values of a pair of rasters.

Jump to Configuration

Typical Uses

  • Recalculating raster cell values by processing them individually against another raster

How does it work?

The RasterCellValueCalculator receives pairs of raster features, and evaluates a defined arithmetic expression on the band values of each pair of corresponding cells.

Each pair of rasters must have:

  • the same number of rows and columns
  • the same number of bands (or selected bands)
  • the same Nodata value, or have no Nodata value

The rasters are routed into A and B input ports, and an Operation is selected to perform, constructing a basic expression in the form A <operation> B. Operations available include addition, subtraction, multiplication, division, and three basic statistics - minimum, maximum, and average. The order of A and B is fixed, and matters for certain operations including division and subtraction.

The new values are output on the same band from which they were calculated. 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.

If the rasters are mismatched either in dimension (number of rows and columns) or number of bands (or selected bands), an error will occur.

Position information for georeferenced rasters is not taken into consideration.

For multi-band rasters, the first selected band of raster A is combined with the first selected band of raster B, the second selected band of raster A is combined with the second selected band of raster B, and so on. To restrict operation to specific band(s), use a RasterSelector prior to the RasterCellValueReplacer.

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

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

Group-Based

Feature Holding

Yes

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