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