metobs_toolkit.Modeldata.set_model_from_csv#

Modeldata.set_model_from_csv(csvpath)[source]#

Import timeseries data that is stored in a csv file.

The name of the gee dataset the timeseries are coming from must be the same as the .modelname attribute of the Modeldata.

The timeseries will be formatted and converted to standard toolkit units.

Parameters:

csvpath (str) – Path of the csv file containing the modeldata timeseries.

Return type:

None.