polartoolkit.fetch.antarctic_bed_type

polartoolkit.fetch.antarctic_bed_type#

antarctic_bed_type(region=None)[source]#

Bed classification dataset accessed from https://zenodo.org/records/7955584.

from Aitken et al.[1] and Aitken et al.[2].

Parameters:

region (tuple[float, float, float, float], optional) – region to clip the loaded grid to, in format [xmin, xmax, ymin, ymax], by default doesn’t clip

Returns:

Returns a grid of Antarctic bed type classifications.

Return type:

xarray.DataArray

References