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

get_met_data() returns NAs and warnings regarding the column 'temp' #30

Open
hluling opened this issue Oct 26, 2021 · 0 comments
Open

Comments

@hluling
Copy link

hluling commented Oct 26, 2021

lga_met_data <- get_met_data( station_id = "725030-14732", years = 2017:2018 )
Returns 4 warning messages like this:
"1: Problem with mutate() column temp.
i temp = dplyr::case_when(temp == 9999 ~ NA_real_, TRUE ~ temp/10).
i One or more parsing issues, see problems() for details"

Then:
View(lga_met_data[1:10,])
It shows that the temp column just has NAs, inconsistent with the output shown in the example.

R version: 4.1.1
stationaRy version: 0.5.1

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

1 participant