get_tide_predictions
Retrieve tide prediction data for a specific station using customizable parameters like date range, datum, units, and output format. Supported formats include JSON, XML, and CSV.
Instructions
Get tide prediction data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
begin_date | No | Start date (YYYYMMDD or MM/DD/YYYY) | |
date | No | Date to retrieve data for ("today", "latest", "recent", or specific date) | |
datum | No | Datum to use (MLLW, MSL, etc.) | |
end_date | No | End date (YYYYMMDD or MM/DD/YYYY) | |
format | No | Output format (json, xml, csv) | |
interval | No | Interval (hilo, hl, h, 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") |