NAiOS IconNAiOS Logo
Volver al catálogo

Stormglass Io

stormglass_io

stormglass.io provides a global weather API offering high-resolution forecasts and historical data from trusted meteorological institutions.

Acciones
4
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • latnumberObligatorio

    Latitude of the desired coordinate in decimal degrees, between -90 and 90.

  • lngnumberObligatorio

    Longitude of the desired coordinate in decimal degrees, between -180 and 180.

Parámetros de salida

  • dataobjectObligatorio

    Elevation data for the point

  • metaobjectObligatorio

    Metadata about the elevation request and quota

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All Tide StationsSTORMGLASS_IO_GET_TIDE_STATIONS_LISTAcción

Tool 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[]Obligatorio

    Array of available tide stations

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get solar data for a pointSTORMGLASS_IO_STORMGLASS_GET_SOLAR_POINTAcción

Tool 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

  • endstring

    Optional end time (inclusive) in ISO8601 UTC format, e.g. '2022-02-01T23:00:00+00:00'

  • latnumberObligatorio

    Latitude in decimal degrees (-90 to 90).

  • lngnumberObligatorio

    Longitude in decimal degrees (-180 to 180).

  • startstring

    Optional start time (inclusive) in ISO8601 UTC format, e.g. '2022-02-01T00:00:00+00:00'

  • paramsstring[]Obligatorio

    List of solar parameters to retrieve, e.g. ['ghi','dhi','dni','solarNoon','zenith']

  • sourcestringenum

    Data source filter, one of 'noaa','sg','meteo','dwd','fcoo','icon','hira','marine'.

    noaasgmeteodwdfcooiconhiramarine

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get weather data for a pointSTORMGLASS_IO_STORMGLASS_GET_WEATHER_POINTAcción

Tool to fetch marine and land weather data for a specific coordinate. use after confirming latitude, longitude, and desired parameters.

Parámetros de entrada

  • endstring

    Optional end time (inclusive) in ISO8601 UTC format, e.g. '2019-02-02T18:00:00+00:00'.

  • latnumberObligatorio

    Latitude in decimal degrees (-90 to 90).

  • lngnumberObligatorio

    Longitude in decimal degrees (-180 to 180).

  • startstring

    Optional start time (inclusive) in ISO8601 UTC format, e.g. '2019-02-02T15:00:00+00:00'.

  • paramsstring[]Obligatorio

    List of weather parameters to retrieve, e.g. ['airTemperature','waveHeight','windSpeed'].

  • sourcestringenum

    Data source/provider filter. One of 'noaa','sg','meteo','dwd','fcoo','icon','hira','marine'.

    noaasgmeteodwdfcooiconhiramarine

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not