pvdeg.utilities.quantile_df#

pvdeg.utilities.quantile_df(file, q)[source]#

Calculate the quantile of each parameter at each location.

Parameters:
  • file ((str)) – Filepath to h5 results file containing timeseries and location data.

  • q ((float)) – quantile to calculate

  • Returns

  • --------

  • res ((pd.DataFrame)) – dataframe containing location coordinates and quantile values of each parameter.