Skip to content
Thomas Nipen edited this page Jan 22, 2019 · 5 revisions

[Available in v0.3.2]

For a given gridpoint in the output grid, the average value is computed for the neighbours in the input grid that are closest to the given output gridpoint. This is useful when the output grid is coarser than the input grid and effectively upscales the input grid to the output grid.

Options

  • stat (string): Aggregation operator. One of mean, median, min, max, std, or quantile
  • quantile (float): if stat=quantile is specified, then this option specifies the quantile (between 0 and 1)
Clone this wiki locally