FME Transformers: 2024.1

Categories
Rasters
Workflows
Related Transformers
RasterConsumer

RasterCheckpointer

Forces accumulated raster operations to be processed, saving the state to disk and releasing resources to tune performance or assist with memory limitations.

Jump to Configuration

Typical Uses

  • Working around memory limitations in raster processing.
  • Performance tuning by forcing raster processing at specific points in a workspace.

How does it work?

The RasterCheckpointer receives raster features and forces the processing of any accumulated raster processing operations, then writes a temporary file to disk of the features’ current state, freeing up memory.

FME handles rasters in a “delayed evaluation” model. A raster reader reads essential information about a raster, but does not read the actual cell contents until it is absolutely necessary. Transformer operations are accumulated until the results are needed, often being held until the features enter a writer. At that point, the required data is fully read and processed.

This is intended to optimize performance - for example, if a raster is both clipped and reprojected, FME will optimize processing by not reprojecting data that falls outside of the clip boundary and is ultimately discarded.

The RasterCheckpointer forces the raster to be fully read (if required) and accumulated operations to be processed immediately, saves the state to disk, and releases the resources that were in use.

RasterCheckpointers are generally not necessary in raster processing workspaces, as data is stored in memory. However, when memory limitations are a factor, such as very large datasets, using the RasterCheckpointer to save the state before performing more operations may lead to performance improvements.

This transformer is unaffected by raster band and palette 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

This transformer has no 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 RasterCheckpointer 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.