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

Compare with Current View Page History

« Previous Version 3 Next »


Min: Calculates the minimum of the input values within the output polygons.

Information

Transformation:

min

Transformation Group:

InterpolationSpatial

Description:

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

Hydrological Information

Purpose and use of Transformation:

Can be used to calculate the minimum amount of rainfall for multiple catchments.

Background and Exceptions:

 

Input

Inputs can be one grid or one or more scalars.

Output

Output can be one or more polygons.

Configuration Example

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