Versions Compared

Key

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

...

maxGapLength
Optional element defining the maximum length of gaps that should be filled. The length is equal to the number of time steps. Gaps equal to or smaller than maxGapLength will be filled with interpolated values. Gaps larger than maxGapLength will not be filled. If maxGapLength is not defined (the default), then all gaps will be filled with interpolated values.

interpolateMissingGridCells
Optional element which that can be set as to 'true' to enable the interpolation of missing grid cells (pixels) for grid coverage time series (default is false). When using this option a maxGapLengthshould be specified or a it is recommended to specify the maxGapLengthas the default maxGapLength value of 1 time step will be used otherwise. Note that this default behavior is different from the standard maxGapLength default behavior explained, in order to prevent excessive memory use for this interpolation.

outputCustomFlagSourceId
Optional element to define what customFlagSource should be written to the flagSourceColumn (defined in the workflow file) for interpolated values. The customFlagSourceId should be configured in CustomFlagSources configuration file. 

...