Skip to content

Commit

Permalink
Update noaa_gefs.R
Browse files Browse the repository at this point in the history
  • Loading branch information
rqthomas authored Jan 3, 2024
1 parent def5986 commit 9ce6ec0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/noaa_gefs.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ vars <- arrow_env_vars()
endpoint_override = endpoint_override,
anonymous = TRUE)

site_df <- arrow::open_dataset(s3) |>
dplyr::mutate(ensemble = as.numeric(stringr::str_sub(ensemble, start = 4, end = 5))) |>
dplyr::rename(parameter = ensemble)
site_df <- arrow::open_dataset(s3)

unset_arrow_vars(vars)

Expand Down

0 comments on commit 9ce6ec0

Please sign in to comment.