You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


(After inserting the variables, please name the page @TRANSFORMATIONGROUP: @TRANSFORMATION)

Information

Transformation:

Max

Transformation Group:

InterpolationSpatial

Description:

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

Hydrological Information

Purpose and use of Transformation:

Background and Exceptions:

Input

Inputs can be one or more grids or scalars.

Options

None

CoefficientSets

None.

Output

Output can be one or more polygons.

Configuration Example

config example in ready-to-use xml

 
<Config> 
<transformation id="interpolation spatial max">
  <interpolationSpatial>
    <max>
      <inputVariable>
        <variableId>grid</variableId> 
      </inputVariable>
      <outputVariable>
        <variableId>polygon1</variableId> 
      </outputVariable>
    </max>
  </interpolationSpatial>
</transformation>
 </Config>
 
  • No labels