polartoolkit.fetch.magnetics#
- magnetics(version, region=None, spacing=None, registration=None, hemisphere=None, epsg=None, **kwargs)[source]#
Load magnetic anomaly data for the Arctic and Antarctic. from Golynsky et al.[1] and Golynsky et al.[2].
version=âadmap1â ADMAP-2001 magnetic anomaly compilation of Antarctica. Accessed from http://admap.kopri.re.kr/databases.html
version=âadmap2â ADMAP2 magnetic anomaly compilation of Antarctica from Golynsky et al.[3]. Accessed from https://doi.pangaea.de/10.1594/PANGAEA.892723?format=html#download
version=âadmap2_gdbâ Geosoft-specific .gdb abridged files Golynsky et al.[4]. Accessed from https://doi.pangaea.de/10.1594/PANGAEA.892722?format=html#download
version=âLCS-1â Satellite-only derived magnetic anomaly at Earthâs surface (WGS84 ellipsoid) for spherical harmonic degrees n=14-185 Accessed from https://www.spacecenter.dk/files/magnetic-models/LCS-1/
- Parameters:
version (str) â Either âadmap1â, âadmap2â, âadmap2_gdbâ or âLCS-1â.
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,) â choose between âgâ (gridline) or âpâ (pixel) registration types, by default is the original type of the grid
hemisphere (str, optional) â choose which hemisphere to retrieve data for, ânorthâ or âsouthâ, by default None
epsg (str | None) â choose which region to retrieve data for, either â3031â or â3413â, by default None
kwargs (Any) â key word arguments to pass to resample_grid.
- Returns:
Returns a loaded, and optional clip/resampled grid of magnetic anomalies.
- Return type:
References