polartoolkit.fetch.ghf#
- ghf(version, region=None, spacing=None, registration=None, **kwargs)[source]#
Load 1 of 8 âversionsâ of Antarctic geothermal heat flux data.
version=âan-2015â From An et al.[1]. Accessed from http://www.seismolab.org/model/antarctica/lithosphere/index.html
version=âmartos-2017â From Martos et al.[2] and Martos[3]. Accessed from https://doi.pangaea.de/10.1594/PANGAEA.882503
version=âshen-2020â: From Shen et al.[4]. Accessed from https://sites.google.com/view/weisen/research-products?authuser=0 Used https://paperform.co/templates/apps/direct-download-link-google-drive/ to generate a direct download link from google drive page. https://drive.google.com/uc?export=download&id=1Fz7dAHTzPnlytuyRNctk6tAugCAjiqzR
version=âburton-johnson-2020â From Burton-Johnson et al.[5]. Accessed from supplementary material Choose for either of grid, or the point measurements
version=âlosing-ebbing-2021â From Lösing and Ebbing[6] and Lösing and Ebbing[7]. Accessed from https://doi.pangaea.de/10.1594/PANGAEA.930237
version=âaq1â From StĂ„l et al.[8] and StĂ„l et al.[9]. Accessed from https://doi.pangaea.de/10.1594/PANGAEA.924857
version=âhazzard-richards-2024â From Hazzard and Richards[10]. Accessed from https://osf.io/54zam/overview
version=âhaeger-2024â From Haeger et al.[11] and Haeger et al.[12]. Accessed from https://doi.org/10.5880/GFZ.1.3.2022.002
- Parameters:
version (
str) â Either âan-2015â, âmartos-2017â, âshen-2020â, âburton-johnson-2020â, âlosing-ebbing-2021â, âaq1â, âhazzard-richards-2024â, or âhaeger-2024â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) â if version=âburton-johnson-2020â, then kwargs are passed to return point measurements instead of the grid.**kwargs (Any) â additional keyword arguments to pass to the resample_grid function
- Returns:
Returns a loaded, and optional clip/resampled grid of GHF data.
- Return type:
References