coops_current_predictions
Retrieve NOAA CO-OPS station current predictions for speed and direction, using station ID and optional date, interval, and unit parameters to get forecast data.
Instructions
Get current predictions for a NOAA CO-OPS station. Returns predicted current speed/direction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bin | No | Bin number for multi-bin current stations | |
| date | No | Date shortcut (alternative to begin_date/end_date) | |
| units | No | Units: english or metric (default metric) | |
| station | Yes | Station ID, e.g. '8454000' (Providence), '9414290' (San Francisco) | |
| end_date | No | End date YYYYMMDD | |
| interval | No | Interval: h=hourly, 1=1-min, 6=6-min, MAX_SLACK=max flood/ebb and slack | |
| time_zone | No | Time zone: gmt, lst (local standard), lst_ldt (local daylight) (default gmt) | |
| begin_date | No | Start date YYYYMMDD |