polartoolkit.Figure.add_modis

Contents

polartoolkit.Figure.add_modis#

Figure.add_modis(version=None, transparency=0, cmap='grayC')[source]#

Add MODIS imagery to a figure.

Parameters:
  • version (str | None) – which version (resolution) of MODIS imagery to use, by default β€œ750m” for southern hemisphere and β€œ500m” for northern hemisphere.

  • transparency (int) – transparency of the MODIS imagery, by default 0

  • cmap (str) – colormap to use for MODIS imagery, by default β€œgrayC”

Return type:

None