Data Loading
Functions and classes for loading measured and simulated PV data into
CapData objects.
Top-level Functions
|
Load file(s) of timeseries data from SCADA / DAS systems. |
|
Load data from a PVsyst energy production model. |
DataLoader
DataLoader handles multi-file loading, reindexing,
and joining before the data is passed to a CapData
object.
|
Class to load SCADA data and return a CapData object. |
Methods
|
Load file(s) of timeseries data from SCADA / DAS systems. |
|
Set files_to_load attribute to a list of filepaths. |
|
Reindex files to ensure no missing indices and find frequency for each file. |
Combine the DataFrames of loaded_files into a single DataFrame. |
|