cimiss_get_obs_latest_time: Get the observation latest time.

Description Usage Arguments Value Examples

View source: R/retrieve_cimiss_server.R

Description

1
2
Retrieve data latest times by cimiss music REST API.
Refer to http://10.20.76.55/cimissapiweb/index_index.action

Usage

1
cimiss_get_obs_latest_time(dataCode = "SURF_CHN_MUL_HOR", latestTime = 6)

Arguments

dataCode

: dataset code, like "SURF_CHN_MUL_HOR", "SURF_CHN_MUL_HOR_N", and so on.

latestTime

: latestTime > 0, like 2 is return the latest time in 2 hours.

Value

the latest time, like '20200216020000'

Examples

1
  data <- cimiss_get_model_latest_time('SURF_CHN_MUL_HOR_N', latestTime=12)

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