Stormglass Io
stormglass_iostormglass.io provides a global weather API offering high-resolution forecasts and historical data from trusted meteorological institutions.
Acciones disponibles (4)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Elevation for PointSTORMGLASS_IO_GET_ELEVATION_POINTAcciónTool to fetch elevation data for a single geographic point. use when you need bathymetry or topography for a specific latitude/longitude.
STORMGLASS_IO_GET_ELEVATION_POINTAcciónTool to fetch elevation data for a single geographic point. use when you need bathymetry or topography for a specific latitude/longitude.
Parámetros de entrada
latnumberObligatorioLatitude of the desired coordinate in decimal degrees, between -90 and 90.
lngnumberObligatorioLongitude of the desired coordinate in decimal degrees, between -180 and 180.
Parámetros de salida
dataobjectObligatorioElevation data for the point
metaobjectObligatorioMetadata about the elevation request and quota
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All Tide StationsSTORMGLASS_IO_GET_TIDE_STATIONS_LISTAcciónTool to list all available tide stations. use when you need a catalog of stations before querying tide data.
STORMGLASS_IO_GET_TIDE_STATIONS_LISTAcciónTool to list all available tide stations. use when you need a catalog of stations before querying tide data.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioArray of available tide stations
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get solar data for a pointSTORMGLASS_IO_STORMGLASS_GET_SOLAR_POINTAcciónTool to fetch solar irradiation and sun-position data for a specific coordinate. use after confirming lat/lng, desired parameters, and optional iso-formatted start/end.
STORMGLASS_IO_STORMGLASS_GET_SOLAR_POINTAcciónTool to fetch solar irradiation and sun-position data for a specific coordinate. use after confirming lat/lng, desired parameters, and optional iso-formatted start/end.
Parámetros de entrada
endstringOptional end time (inclusive) in ISO8601 UTC format, e.g. '2022-02-01T23:00:00+00:00'
latnumberObligatorioLatitude in decimal degrees (-90 to 90).
lngnumberObligatorioLongitude in decimal degrees (-180 to 180).
startstringOptional start time (inclusive) in ISO8601 UTC format, e.g. '2022-02-01T00:00:00+00:00'
paramsstring[]ObligatorioList of solar parameters to retrieve, e.g. ['ghi','dhi','dni','solarNoon','zenith']
sourcestringenumData source filter, one of 'noaa','sg','meteo','dwd','fcoo','icon','hira','marine'.
noaasgmeteodwdfcooiconhiramarine
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get weather data for a pointSTORMGLASS_IO_STORMGLASS_GET_WEATHER_POINTAcciónTool to fetch marine and land weather data for a specific coordinate. use after confirming latitude, longitude, and desired parameters.
STORMGLASS_IO_STORMGLASS_GET_WEATHER_POINTAcciónTool to fetch marine and land weather data for a specific coordinate. use after confirming latitude, longitude, and desired parameters.
Parámetros de entrada
endstringOptional end time (inclusive) in ISO8601 UTC format, e.g. '2019-02-02T18:00:00+00:00'.
latnumberObligatorioLatitude in decimal degrees (-90 to 90).
lngnumberObligatorioLongitude in decimal degrees (-180 to 180).
startstringOptional start time (inclusive) in ISO8601 UTC format, e.g. '2019-02-02T15:00:00+00:00'.
paramsstring[]ObligatorioList of weather parameters to retrieve, e.g. ['airTemperature','waveHeight','windSpeed'].
sourcestringenumData source/provider filter. One of 'noaa','sg','meteo','dwd','fcoo','icon','hira','marine'.
noaasgmeteodwdfcooiconhiramarine
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not