8000 get_met_data() returns NAs and warnings regarding the column 'temp' · Issue #30 · rich-iannone/stationaRy · GitHub
[go: up one dir, main page]

Skip to content

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

@hluling

Description

@hluling

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0