NOAA NDBC Buoy Data
Fetch recent NOAA NDBC buoy observations from the realtime station text feed.
Fetch recent NOAA NDBC buoy observations from the realtime station text feed.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Tools exposed (2) ▾
Fetch recent NOAA NDBC buoy observations from the realtime station text feed.
Create or update a recurring NOAA NDBC buoy observations connector.
Inputs ▾
noaa/get_ndbc_station_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| stationId | string | yes | NOAA NDBC station identifier, e.g. '41002'. |
| limit | number | no | Maximum number of most-recent records to keep. Default 100. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
schedule_ndbc_station_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| stationId | string | yes | NOAA NDBC station identifier, e.g. '41002'. |
| limit | number | no | Maximum number of most-recent records to keep. Default 100. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll the NDBC realtime station feed. |
| connectorId | string | no | If provided, updates an existing connector. |