unifhy.RotatedLatLonGrid.is_matched_in
- RotatedLatLonGrid.is_matched_in(grid)
Determine whether the horizontal cell bounds of the grid are overlapping with the cell bounds of another instance of
Grid
.In other words, determine whether the cells of the grid are fully containing the cells (i.e. not area fractions) of another instance of
Grid
.- Parameters
- grid:
Grid
The grid whose cells are checked as being fully contained this grid. Note, the two grids must be of the same type (e.g.
LatLonGrid
).
- grid:
- Returns