Versions Compared

Key

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

...

Transformation:

Max

Transformation Group:

InterpolationSpatial

Description:

Calculates the maximum of the input values within each polygon specified in the output polygons.

Hydrological Information

Purpose and use of Transformation:

Background and Exceptions:

Input

Inputs can be one or more grids or scalars

...

.

...

Input

description of common and transformation specific input

Options

description of (schema) options to use in this transformationNone

CoefficientSets

description of connection to CoefficientSetsNone.

Output

description of common and transformation specific outputOutput can be one or more polygons.

Configuration Example

config example in ready-to-use xml

No Format
 
<Config> 
<transformation id="SampleInterpolationSpatialMaxinterpolation spatial max">
  <interpolationSpatial>
    <max>
      <inputVariable>
        <variableId>grid</variableId> 
      </inputVariable>
      <outputVariable>
        <variableId>polygon1</variableId> 
      </outputVariable>
    </max>
  </interpolationSpatial>
  </transformation>
  </transformationModule>
{code}
 </Config>