polartoolkit.Figure.add_simple_basemap

polartoolkit.Figure.add_simple_basemap#

Figure.add_simple_basemap(version=None, transparency=0, pen='0.2p,black', grounded_color='grey', floating_color='skyblue')[source]#

Add a simple basemap to a figure with grounded ice / land shown as grey and floating ice as blue.

Parameters:
  • version (str | None) – version of shapefile to use, by default is ‘BAS’ for north hemisphere, ‘measures-v2’ for south hemisphere, and ‘gmt’ (GSHHG from GMT) if a different EPSG projection is set (other than 3031 or 3413).

  • transparency (int) – transparency of all the plotted elements, by default 0

  • pen (str) – GMT pen string for the coastline, by default “0.2p,black”

  • grounded_color (str) – color for the grounded ice, by default “grey”

  • floating_color (str) – color for the floating ice, by default “skyblue”

Return type:

None