Versions Compared

Key

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


Excerpt

hiddentrue
MaxMin: 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.

compute the minimum radar cell value within a catchment (polygon)

Background and Exceptions:

 


Input


Inputs Input can be one grid or one or more scalars.

...

Configuration Example


Code Block
xml
xml

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

...