FME Transformers: 2024.1

Categories
Spatial Analysis
Related Transformers
BoundsExtractor

TopferIndexCalculator

Takes a set of point, linear, polygonal, and/or aggregate features, and calculates the Topfer Index based on user-provided source and destination scales.

The input features may be partitioned into groups based on attribute values using the Group By parameter, and one bounding box feature is output for each group. If the Group By parameter is not specified, then all input features will be processed together and a single bounding box will be output. If a given bounding box has zero area, it will become a line or a point.

To avoid the appearance of overcrowding or sparsity, maps drawn at different scales sometimes require a different level of detail. The Topfer Index is a measure used to predict how many features should be used at a new scale. The formula is given by:

n_dest = n_src * sqrt(M_src / M_dest)

where:

n_dest is the number of features that should be shown at the destination scale, also referred to here as the “Topfer Index.” This is the value that this transformer will compute.

n_src is the number of features shown at the source scale (in this case, the number of features received per group).

M_dest is the denominator of the destination scale (taken from a parameter).

M_src is the denominator of the source scale (taken from a parameter).

Usage Notes

  • To retrieve the bounds of a feature into attributes, use the BoundsExtractor.

Configuration

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.

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 TopferIndexCalculator on the FME Community.