Weather
Download weather data from a provider
Fetches weather data from an external provider (SolarAnywhere, Meteonorm, NSRDB, etc.) for a given latitude/longitude and persists it as a new weather file in the company library. The providerId path parameter is the integer enum value for the provider; see WeatherDataProvider via GET /Definitions for the full catalog.
POST
Download weather data from a provider
Authorizations
Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.
Path Parameters
Query Parameters
Response
Created weather ID
Previous
Validate a weather download or importDry-run check that reports whether a weather download request is valid for the given provider, location, and parameters. Call this before `POST /Weather/Download/{providerId}` to surface configuration errors without consuming a provider download quota.
Next
Download weather data from a provider