-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error from coops_search(product = "predictions") for any time zone argument other than "gmt" #342
Comments
Can you please share your |
I've double checked with the script to see if it was this specific product producing the error:
|
@Maggie-Mason try again after reinstalling - should work now. predictions gives no information with which to adjust time zone - so we just skip that in this case |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a nearly identical script using product = "water_level", time_zone = "lst_ldt" with no issue. Trying to request tide predictions with any time zone argument other than "gmt" produces the error at the bottom. Currently I can request it as GMT then convert the datetime to EST, but that means my data call is starting and ending a quarter day off from what I want for my EST station.
The text was updated successfully, but these errors were encountered: