Solcast integration (Location, Data). Imported from open-connector.
https://api.solcast.com.au/data/forecast/radiation_and_weather
| Param | Type | Required | Description |
|---|---|---|---|
| latitude | number | required | Latitude in decimal degrees using EPSG:4326. |
| longitude | number | required | Longitude in decimal degrees using EPSG:4326. |
| hours | integer | optional | Time window of the response in hours from 1 to 336. |
| period | string | optional | Length of the averaging period in ISO 8601 duration format. |
| output_parameters | string | optional | Comma-separated Solcast output parameter names to include in each record. |
/data/live/radiation_and_weather
| Param | Type | Required | Description |
|---|---|---|---|
| latitude | number | required | Latitude in decimal degrees using EPSG:4326. |
| longitude | number | required | Longitude in decimal degrees using EPSG:4326. |
| hours | integer | optional | Time window of the response in hours from 1 to 168. |
| period | string | optional | Length of the averaging period in ISO 8601 duration format. |
| output_parameters | string | optional | Comma-separated Solcast output parameter names to include in each record. |
/data/historic/radiation_and_weather
| Param | Type | Required | Description |
|---|---|---|---|
| latitude | number | required | Latitude in decimal degrees using EPSG:4326. |
| longitude | number | required | Longitude in decimal degrees using EPSG:4326. |
| start | string | required | ISO 8601 start timestamp for the historical request. If the value omits a timez… |
| end | string | optional | ISO 8601 end timestamp for the historical request. Provide either end or durati… |
| duration | string | optional | ISO 8601 duration for the historical request. Provide either duration or end. |
| period | string | optional | Length of the averaging period in ISO 8601 duration format. |
| output_parameters | string | optional | Comma-separated Solcast output parameter names to include in each historical re… |
| time_zone | string | optional | Timezone used for returned timestamps. Use utc, longitudinal, or a UTC offset f… |