polartoolkit.fetch.gia#
- gia(version, region=None, spacing=None, registration=None, **kwargs)[source]#
Load 1 of 1 âversionsâ of Antarctic glacial isostatic adjustment grids.
version=âstal-2020â From StĂ„l et al.[1] and StĂ„l et al.[2].
- Parameters:
version (
str) â For now the only option is âstal-2020â,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 spacing is read from downloaded filesregistration (
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 GIA data.
- Return type:
References