xarray.Dataset.monet.is_land

Dataset.monet.is_land(return_xarray=False)

checks the mask of land and ocean if the global_land_mask libra.

Parameters

return_xarray (bool) – If True, return the data array with the ocean values set to NaN. If False, return a numpy boolean array of the land (True).

Return type

xarray.DataArray or numpy.array