Moves the client tofrequenz-client-weather-python.
The weather client and CLI tool are no longer included in this package. To continue using them, migrate to frequenz-client-weather-python. Follow the installation and usage instructions provided in the new repository.
-
The parameters for the historical RCP changed from
start_ts
tocreation_start_ts
and fromend_ts
tocreation_end_ts
. -
The historical RPC replaced pagination with streaming.
-
Added optional
forecast_horizon_min
andforecast_horizon_max
parameter toReceiveHistoricalWeatherForecastRequest
that allows limiting the forecast horizon of returned forecasts.