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

Compare with Current View Page History

« Previous Version 4 Next »

Interpolation

Input
  • inputVariable ( 1 or more input time series)
Options
  • fillGapConstant
Output
  • outputVariable
Description

This transformation can be used to map multiple grids to a single output grid.

This transformation consists of 2 steps:

1) All the grids

Configuration example
<transformation id="merge interpolation example">
    <merge>
        <interpolation>
            <inputVariable>
                <variableId>input</variableId>
            </inputVariable>
            <interpolationType>closestDistance</interpolationType>
            <outputVariable>
                <variableId>output</variableId>
            </outputVariable>
        </interpolation>
    </merge>
</transformation>

  • No labels