polartoolkit.grid_blend#
- grid_blend(grid1, grid2)[source]#
Use GMT grdblend to blend 2 grids into 1.
- Parameters:
grid1 (xarray.DataArray) â input grid to change the reg for.
grid2 (xarray.DataArray) â input grid to change the reg for.
- Returns:
returns a blended grid.
- Return type: