ForecastSeries Client#

Constructor#

General purpose client retrieving raw json metadata form the RT-HERMES API.

ForecastSeriesClient

Client for the HERMES API to interact with ForecastSeries.

Methods#

ForecastSeriesClient.get_forecast_by_time

Get a specific forecast by its starttime.

Attributes#

ForecastSeriesClient.metadata

Metadata of the ForecastSeries.

ForecastSeriesClient.modelsettings

The general model settings.

ForecastSeriesClient.injectionplans

The InjectionPlans used for Forecasts.

ForecastSeriesClient.modelconfigs

The ModelConfigs used for Forecasts.

ForecastSeriesClient.forecasts

All finished or still running Forecasts as ForecastClient() objects.