pvdeg.utilities.ts_gid_df#
- pvdeg.utilities.ts_gid_df(file, gid)[source]#
Extract the time series of each parameter for given location.
- Parameters:
file ((str)) – Filepath to h5 results file containing timeseries and location data.
gid ((int)) – geographical id of location
- Returns:
res ((pd.DataFrame)) – dataframe containing time series data for given location.