S5.Weather.solcast_forecast.send_request_old#

S5.Weather.solcast_forecast.send_request_old(latitude: float, longitude: float, api_key: str, name: str = 'unknown') DataFrame[source]#

Obtain the forecast from Solcast

Parameters:
  • latitude – latitude of the spot to get the forecast.

  • longitude – longitude of the spot to get the forecast.

  • api_key – Solcast api key

  • name – Name of the location for the forecast.

Returns:

Forecast as a dataframe.