retrieve_micaps_model_grid: Retrieve micaps grid data from cassandra service.

Description Usage Arguments Value Examples

View source: R/retrieve_micaps_server.R

Description

Retrieve micaps grid data from cassandra service.

Usage

1
2
3
4
5
6
7
retrieve_micaps_model_grid(
  directory,
  filename = NULL,
  filter = "*.024",
  outList = FALSE,
  cache = FALSE
)

Arguments

directory

: the directory on the micaps service

filename

: the data filename, if not given, will use the lastest model run.

filter

: the filename filter pattern, when filename=NULL, this will be used to find the specified file.

outList

: if TRUE, return list

cache

: if TRUE, cache retrieved data to local directory

Value

data.table, or list(x, y, z, level, time, fhour)

Examples

1
  data <- retrieve_micaps_model_grid("ECMWF_HR/TMP/850/", filename="19033020.024")

nmcdev/nmcMetIO documentation built on Jan. 30, 2022, 5:09 a.m.