marine_forecast
ActiveTool of ai.dynamicfeed/dynamic-feed
Marine / surf forecast for a coastal point — current sea state + next-24-hour outlook. Returns total significant wave height / period / direction, the swell component (long-period energy driving surf), the locally-generated wind-wave, and sea-surface temperature, plus a 24-hour wave-height band. `location` = AU surf/maritime presets: "gold_coast" (default), "byron", "bells_beach", "margaret_river", "sydney". OR pass `lat=` and `lon=` (decimal degrees) for any coastal point worldwide. Source: Open-Meteo Marine Weather API (CC-BY 4.0; underlying ocean-wave models DWD/MeteoFrance/ECMWF/NCEP/ERA5-Ocean). Keyless to you; commercial-licensed server-side. FORECAST data, not a measurement — not a substitute for an official marine forecast/warning (e.g. the BoM coastal-waters forecast) and must not be the sole basis for any safety-of-life-at-sea decision. Every value is returned in an Ed25519-signed, provenance-stamped envelope (source and observation time) you can verify offline against /.well-known/keys, no account required.
Parameters schema
{
"type": "object",
"title": "marine_forecastArguments",
"properties": {
"lat": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Lat",
"default": null
},
"lon": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Lon",
"default": null
},
"location": {
"type": "string",
"title": "Location",
"default": "gold_coast"
}
}
}Parent server
ai.dynamicfeed/dynamic-feed
1/7 registries