Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Purpose and use of Transformation:

Can be used to calculate the maximum value for multiple areas.

Background and Exceptions:

...

Inputs can be one or more grids or scalars.

Options

None

CoefficientSets

None.

Output

Output can be one or more polygons.

Configuration Example

...

noformat <Config>
Code Block
xml
xml

<transformation

...

id="interpolation

...

spatial

...

max">
<interpolationSpatial>
<max>
<inputVariable>
<variableId>grid</variableId>
</inputVariable>
<outputVariable>
<variableId>polygon1</variableId>
</outputVariable>
</max>
</interpolationSpatial>
</transformation>

<interpolationSpatial> <max> <inputVariable> <variableId>grid</variableId> </inputVariable> <outputVariable> <variableId>polygon1</variableId> </outputVariable> </max> </interpolationSpatial> </transformation> </Config>
Code Block
xml
xml