nsrdb.albedo.modis.ModisDay

class ModisDay(date, modis_path, shape=None)[source]

Bases: object

Load MODIS data for a single day from disk

Parameters:
  • date (datetime instance) – Date to grab data for. Time is ignored

  • modis_path (str) – Path to MODIS data files

  • shape ((int, int)) – Shape of MODIS data. Defaults to normal values. Used for testing.

Methods

plot()

Plot data as map.

Attributes

LAT_SIZE

LON_SIZE

SCALE

plot()[source]

Plot data as map. Nodata is corrected so colors are sane