Fix time_zone param: lst_lte -> lst_ldt

NOAA data API accepts gmt, lst, lst_ldt — not lst_lte.
Metadata API doesn't use this param, which masked the bug.
This commit is contained in:
Ryan Malloy 2026-02-21 21:15:18 -07:00
parent bb1d26332d
commit 58022cc8c4

View File

@ -120,7 +120,7 @@ class NOAAClient:
datum: str = "MLLW",
interval: str = "",
units: str = "english",
time_zone: str = "lst_lte",
time_zone: str = "lst_ldt",
) -> dict:
"""Fetch data from the NOAA CO-OPS data API.