• Choose process
    • Uses Barnes Analysis to compute an interpolated surface over a set of irregular data points. (WPS DescribeProcess)

  • Process inputs
    • Input features
    • Name of attribute containing the data value to be interpolated
    • Limit for the number of input features processed
    • Length scale for the interpolation, in units of the source data CRS
    • Convergence factor for refinement (between 0 and 1, default 0.3)
    • Number of passes to compute (default = 2)
    • Minimum number of observations required to support a grid cell (default = 2)
    • Maximum distance to an observation for it to support a grid cell, in units of the source CRS (default = 0, meaning all observations used)
    • Value to use for NO_DATA cells (default = -999)
    • Resolution of the computed grid in pixels per grid cell (default = 1)
    • Distance to expand the query envelope by, in units of the source CRS (larger values provide a more stable surface)
    • Bounding box for output

      • ...
    • Width of the output raster in pixels
    • Height of the output raster in pixels
  • Process outputs
    • Output raster
      Generate