Skip to content
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

Bug in stack_noaa() #11

Open
jessicaguo opened this issue Aug 4, 2022 · 1 comment
Open

Bug in stack_noaa() #11

jessicaguo opened this issue Aug 4, 2022 · 1 comment

Comments

@jessicaguo
Copy link

I'm getting the following error when trying to use stack_noaa():
image
It's thrown by line 85 of noaa.R. However, when I'm debugging, my out tibble is empty, so this may be an upstream issue.

Please advise!

@cboettig
Copy link
Collaborator

cboettig commented Aug 5, 2022

Thanks @jessicaguo for opening this issue! Yup we still need to update some of the docs, but the stack_noaa() function is now deprecated.

Can you take a look at the new functions noaa_stage1(), noaa_stage2() or noaa_stage3() and see if they do what you need?

e.g.

weather <- noaa_stage1()
# 5.7M rows of data:
 weather |> 
   dplyr::filter(start_date == "2022-04-01") |>
 dplyr::collect()

new and not widely tested, so feedback is much appreciated! thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants