data_local¶
- swpy.swds.dataset.utilities.data_local(filepath, keyword)¶
-
This function reads data from the local.
- Parameters
-
filepath (
str) - The file path where you want to load data. -
keyword (
str) - The data keyword that you want to load data. - Returns
-
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.
Usage of data_local can be read in the Examples page.