Versions Compared

Key

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

Excerpt

hiddentrue
Max: Calculates the maximum of the input values within the output polygons. (After inserting the variables, please name the page @TRANSFORMATIONGROUP: @TRANSFORMATION)


Information


Transformation:

Max

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:

Can be used to compute the maximum radar cell value within a catchment (polygon).

Background and Exceptions:

 


Input

...


Input can be one grid or one or more

...

scalars.


Output


Output

...

can be one or more polygons.

...

Input

description of common and transformation specific input

Options

description of (schema) options to use in this transformation

CoefficientSets

description of connection to CoefficientSets

...

description of common and transformation specific output


Configuration Example

...


noformat
Code Block
xml
xml
 
<Config> 
<transformation id="SampleInterpolationSpatialMaxinterpolation spatial max">
  <interpolationSpatial>
    <max>
      <inputVariable>
        <variableId>grid</variableId> 
      </inputVariable>
      <outputVariable>
        <variableId>polygon1</variableId> 
      </outputVariable>
    </max>
  </interpolationSpatial>
  </transformation>
  </transformationModule>
{code}
 </Config>