polartoolkit.fetch.sediment_thickness#
- sediment_thickness(version, region=None, spacing=None, registration=None, **kwargs)[source]#
Load 1 of 4 âversionsâ of sediment thickness data.
version=âANTASedâ From Baranov et al.[1]. Accessed from https://www.itpz-ran.ru/en/activity/current-projects/antased-a-new-sediment-model-for-antarctica/
version=âtankersley-2022â From Tankersley et al.[2], Tankersley et al.[3].
version=âlindeque-2016â From Lindeque et al.[4] and Lindeque et al.[5].
version=âGlobSedâ From Straume et al.[6]. Accessed from https://ngdc.noaa.gov/mgg/sedthick/
- Parameters:
version (
str) â choose which version of data to fetch.region (
tuple[float,float,float,float] |None) â region to clip the loaded grid to, in format [xmin, xmax, ymin, ymax], by default doesnât clipspacing (
float|None) â grid spacing to resample the loaded grid to, by default 10e3registration (
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 a loaded, and optional clip/resampled grid of sediment thickness.
- Return type:
References