Decorators#

Module Contents#

Classes Summary#

support_date_range

Maximum frequency of ranges

Functions#

pjm_update_dates

PJM has a weird API. This method updates the date range list to account

Contents#

gridstatus.decorators.pjm_update_dates(dates, args_dict)[source]#

PJM has a weird API. This method updates the date range list to account for the following restrictions:

  • date ranges cannot span year boundaries

  • date ranges cannot span archive / standard boundaries

  • date range is inclusive of start and end dates

class gridstatus.decorators.support_date_range(frequency, update_dates=None)[source]#

Maximum frequency of ranges

Methods

__call__

__call__(f)[source]#