NOAA NDBC Buoy Data
Fetch recent NOAA NDBC buoy observations from the realtime station text feed.
Custom Streaming + One-shot
Fetch recent NOAA NDBC buoy observations from the realtime station text feed.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
noaa/get_ndbc_station_data
Fetch recent NOAA NDBC buoy observations from the realtime station text feed.
upsert_bento_get_ndbc_station_data
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. |
upsert_bento_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. |
| polling_frequency | string | yes | How often to poll the NDBC realtime station feed. |
| connectorId | string | no | If provided, updates an existing connector. |