orbitx.utils._matchups.get_land_ocean_mask.get_land_ocean_mask

orbitx.utils._matchups.get_land_ocean_mask.get_land_ocean_mask#

orbitx.utils._matchups.get_land_ocean_mask.get_land_ocean_mask(matchups: Dataset) Dataset[source]#

Adds a matchup_type variable to a matchups dataset corresponding to the land / ocean / coast mask for each matchup

Parameters:

matchups (xr.Dataset) – a matchup Dataset

Returns:

The matchup dataset augmented with a land / ocean / coast mask variable

Return type:

xr.Dataset