harpData_info: Get info about data in the harpData package

Description Usage Arguments Value Examples

View source: R/harpData_info.R

Description

Get info about data in the harpData package

Usage

1
2
3
4
harpData_info(
  file_format = c("vfld", "grib", "netcdf", "fctable", "vobs", "obstable"),
  fctable_fcst_type = c("det", "ens")
)

Arguments

file_format

The file format in harpData that you want information for.

fctable_fcst_type

In the case of file_format = "fctable", the data are separated into deterministic and ensemble groups. Set to "det" to get the info for deterministic data and "ens" for ensemble data.

Value

A named list giving information about directories, start and end dates, available forecast models for the file format and in the case of ensemble data, the members and where appropriate the lags of the members.

Examples

1
2
3
4
5
6
7
harpData_dirs("vfld")
harpData_dirs("grib")
harpData_dirs("netcdf")
harpData_dirs("fctable", "det")
harpData_dirs("fctable", "ens")
harpData_dirs("vobs")
harpData_dirs("obstable")

harphub/harpData documentation built on Dec. 20, 2021, 2:50 p.m.