polartoolkit.grid_blend

Contents

polartoolkit.grid_blend#

grid_blend(grid1, grid2)[source]#

Use GMT grdblend to blend 2 grids into 1.

Parameters:
  • grid1 (DataArray) – input grid to change the reg for.

  • grid2 (DataArray) – input grid to change the reg for.

Returns:

returns a blended grid.

Return type:

DataArray