ramp.UseCase.generate_daily_load_profiles_parallel

UseCase.generate_daily_load_profiles_parallel(days=None, flat=True)

Generate a daily profile for each of the days in a parallel process

Parameters:
  • days (datetimeindex, optional) – a list of days for which to generate daily profiles, if None, then self.days is used instead

  • flat (boolean, optional) – flatten the daily profiles into a 1 dimensional array via reshaping

Returns:

daily_profiles

Return type:

numpy array