polartoolkit.fetch.deepbedmap

Contents

polartoolkit.fetch.deepbedmap#

deepbedmap(region=None, spacing=None, registration=None, **kwargs)[source]#

Load DeepBedMap data, from Leong and Horgan[1] and Leong and Horgan[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

  • spacing (str or int, optional) – grid spacing to resample the loaded grid to, by default 10e3

  • registration (str, optional) – change registration with either ‘p’ for pixel or ‘g’ for gridline registration, by default is None.

  • **kwargs (optional) – additional keyword arguments to pass to the resample_grid function

Returns:

Returns the grid of DeepBedMap.

Return type:

xarray.DataArray

References