SWEPAMDataset

class swpy.swds.dataset.ace. SWEPAMDataset

Bases: ACEDataset , BasePlot

A class that provides functionality to load SWEPAM data. This class is implemented by inheriting from the ACEDataset , BasePlot class.

data_all

The numpy array storing the data has a size of 1460 x 8 (8 days) for data retrieved from the database, and a size of 1460 x 7 (7 days) for data loaded from the local files. Additionally, sections with no data are filled with numpy.nan .

Type

numpy array