Stormglass integration (Location, Data). Imported from open-connector.
https://api.stormglass.io/v2/weather/point
| Param | Type | Required | Description |
|---|---|---|---|
| lat | number | required | Latitude of the requested coordinate in decimal degrees. |
| lng | number | required | Longitude of the requested coordinate in decimal degrees. |
| params | array | required | Weather parameters to request from Stormglass. |
| start | string | optional | A Stormglass time value in ISO 8601 or UNIX timestamp format. |
| end | string | optional | A Stormglass time value in ISO 8601 or UNIX timestamp format. |
| source | array | optional | Weather sources to request from Stormglass. |
/v2/tide/extremes/point
| Param | Type | Required | Description |
|---|---|---|---|
| lat | number | required | Latitude of the requested coordinate in decimal degrees. |
| lng | number | required | Longitude of the requested coordinate in decimal degrees. |
| start | string | optional | A Stormglass time value in ISO 8601 or UNIX timestamp format. |
| end | string | optional | A Stormglass time value in ISO 8601 or UNIX timestamp format. |
| datum | string | optional | The tide datum used for relative sea-level values. |
/v2/tide/sea-level/point
| Param | Type | Required | Description |
|---|---|---|---|
| lat | number | required | Latitude of the requested coordinate in decimal degrees. |
| lng | number | required | Longitude of the requested coordinate in decimal degrees. |
| start | string | optional | A Stormglass time value in ISO 8601 or UNIX timestamp format. |
| end | string | optional | A Stormglass time value in ISO 8601 or UNIX timestamp format. |
| datum | string | optional | The tide datum used for relative sea-level values. |