retrieve_micaps_station_data: Retrieve micaps station data from cassandra service.

Description Usage Arguments Value Examples

View source: R/retrieve_micaps_server.R

Description

Retrieve micaps station data from cassandra service.

Usage

1
2
3
4
5
6
retrieve_micaps_station_data(
  directory,
  filename = NULL,
  filter = "*.000",
  cache = FALSE
)

Arguments

directory

: the directory on the micaps service

filename

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

filter

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

Value

: data.frame of records

Examples

1
  obs <- retrieve_micaps_station_data("SURFACE/PLOT_NATIONAL/", filename="20190406140000.000")

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