NOAA Coral Reef Watch
Fetch NOAA Coral Reef Watch data from ERDDAP (SST, anomalies, bleaching hotspots, degree heating weeks, bleaching alerts).
Custom Streaming + One-shot
Fetch NOAA Coral Reef Watch data from ERDDAP (SST, anomalies, bleaching hotspots, degree heating weeks, bleaching alerts).
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
noaa/get_coral_reef_watch
Fetch NOAA Coral Reef Watch data from ERDDAP (SST, anomalies, bleaching hotspots, degree heating weeks, bleaching alerts).
upsert_bento_get_coral_reef_watch
Create or update a recurring NOAA Coral Reef Watch connector.
Inputs ▾
noaa/get_coral_reef_watch
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| variable | string | yes | Which Coral Reef Watch variable to fetch. CRW_DHW (degree heating weeks) is the primary bleaching predictor. CRW_SST CRW_SSTANOMALY CRW_HOTSPOT CRW_DHW CRW_BAA CRW_BAA_7D_MAX |
| startTime | string | yes | Start time in ISO 8601 format, e.g. '2026-01-01T12:00:00Z'. |
| endTime | string | yes | End time in ISO 8601 format, e.g. '2026-03-01T12:00:00Z'. |
| latMin | number | yes | Minimum latitude (-90 to 90). |
| latMax | number | yes | Maximum latitude (-90 to 90). |
| lonMin | number | yes | Minimum longitude (-180 to 180). |
| lonMax | number | yes | Maximum longitude (-180 to 180). |
| limit | number | no | Maximum number of records to return. Default 200. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
upsert_bento_get_coral_reef_watch
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| variable | string | yes | Which Coral Reef Watch variable to fetch. CRW_DHW (degree heating weeks) is the primary bleaching predictor. CRW_SST CRW_SSTANOMALY CRW_HOTSPOT CRW_DHW CRW_BAA CRW_BAA_7D_MAX |
| startTime | string | yes | Start time in ISO 8601 format, e.g. '2026-01-01T12:00:00Z'. |
| endTime | string | yes | End time in ISO 8601 format, e.g. '2026-03-01T12:00:00Z'. |
| latMin | number | yes | Minimum latitude (-90 to 90). |
| latMax | number | yes | Maximum latitude (-90 to 90). |
| lonMin | number | yes | Minimum longitude (-180 to 180). |
| lonMax | number | yes | Maximum longitude (-180 to 180). |
| limit | number | no | Maximum number of records to return. Default 200. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll NOAA Coral Reef Watch. |
| connectorId | string | no | If provided, updates an existing connector. |
| description | string | no | Human-readable description shown in the connector UI. |