polartoolkit.fetch.groundingline

Contents

polartoolkit.fetch.groundingline#

groundingline(version='measures-v2')[source]#

Load the file path of two versions of groundingline shapefiles

version = “depoorter-2013” from Depoorter et al.[1]. Supplement to Depoorter et al.[2]. accessed at https://doi.pangaea.de/10.1594/PANGAEA.819147

version = “measures-v2” from Mouginot et al.[3]. accessed at https://nsidc.org/data/nsidc-0709/versions/2

version = “BAS” from Gerrish[4]. accessed at https://ramadda.data.bas.ac.uk/repository/entry/show?entryid=8cecde06-8474-4b58-a9cb-b820fa4c9429

version = “measures-greenland” from Haran et al.[5]. accessed at https://nsidc.org/data/nsidc-0547/versions/2

Some versions require an EarthData login, see Tutorials/Download Polar datasets for how to configure this.

Parameters:

version (str) – choose which version to retrieve, by default “measures-v2”

Returns:

file path

Return type:

str

References