forecastseries.ForecastClient.from_oid#

classmethod ForecastClient.from_oid(url: str, oid: UUID | str)#

Create a ForecastClient() object from its oid.

Parameters:
  • url – Base URL of the HERMES API.

  • oid – UUID of the Forecast.

Returns:

The Forecast object.