nsrdb.albedo.ims.ImsDay

class ImsDay(date, path, shape=None)[source]

Bases: object

Load IMS data for a single day. Download if necessary

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

  • path (str) – Path to/for IMS data files.

  • shape ((int, int) | None) – Tuple of data shape in (rows, cols) format. Defaults to standard values for 1-, 4-, and 24-km grid. Used for testing.

Methods

plot()

Plot values as map.

plot()[source]

Plot values as map.