polartoolkit.fetch.modis

Contents

polartoolkit.fetch.modis#

modis(version=None, hemisphere=None, epsg=None)[source]#

Load the MODIS Mosaic of Antarctica (MoA) or Greenland (MoG) imagery.

Antarctica: from Haran et al.[1] and Scambos et al.[2].

accessed from https://nsidc.org/data/nsidc-0593/versions/2

Greenland: from Haran et al.[3] accessed from https://nsidc.org/data/nsidc-0547/versions/2

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

Parameters:
  • version (str | None) – for Antarctica, choose between “750m” or “125m” resolutions, by default “750m”, for Greenland, choose between “500m” or “100m” resolutions, by default “500m”

  • hemisphere (str | None) – 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

Returns:

filepath for MODIS Imagery

Return type:

str

References