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

Compare with Current View Page History

« Previous Version 2 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 the output polygons.

Hydrological Information

Purpose and use of Transformation:

Background and Exceptions:

Inputs can be one or more grids or scalars.
Output should 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

Output

description of common and transformation specific output

Configuration Example

config example in ready-to-use xml

 
<Config> 
<transformation id="SampleInterpolationSpatialMax">
  <interpolationSpatial>
  <max>
  <inputVariable>
  <variableId>grid</variableId> 
  </inputVariable>
<outputVariable>
  <variableId>polygon1</variableId> 
  </outputVariable>
  </max>
  </interpolationSpatial>
  </transformation>
  </transformationModule>
{code}
 </Config>
 
  • No labels