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] | None) – region to clip the loaded grid to, in format [xmin, xmax, ymin, ymax], by default doesn’t clip

  • spacing (float | None) – grid spacing to resample the loaded grid to, by default 10e3

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

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

Returns:

Returns the grid of DeepBedMap.

Return type:

DataArray

References