get_current_predictions
Retrieve current tide and water flow predictions for specific stations using NOAA Tides and Currents API. Specify station ID, date range, units, and output format to access accurate data.
Instructions
Get current predictions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
begin_date | No | Start date (YYYYMMDD or MM/DD/YYYY) | |
bin | No | Bin number | |
date | No | Date to retrieve data for ("today", "latest", "recent", or specific date) | |
end_date | No | End date (YYYYMMDD or MM/DD/YYYY) | |
format | No | Output format (json, xml, csv) | |
interval | No | Interval (MAX_SLACK or a number for minutes) | |
range | No | Number of hours to retrieve data for | |
station | Yes | Station ID | |
time_zone | No | Time zone (gmt, lst, lst_ldt) | |
units | No | Units to use ("english" or "metric") | |
vel_type | No | Velocity type (speed_dir or default) |