convert_to_efi_standard {ropenmeteo}R Documentation

Convert units and names to CF and Ecological Forecasting Initiative standard

Description

Output units:

Usage

convert_to_efi_standard(df)

Arguments

df

data frame output by get_ensemble_forecast

Value

data frame

Examples

file <- system.file("extdata", "test-data.csv", package="ropenmeteo")
df <- readr::read_csv(file, show_col_types = FALSE)
df  |>
  add_longwave() |>
  convert_to_efi_standard()


[Package ropenmeteo version 0.1 Index]