DWMLDataRefClass_get_time_layout: Extracts time-layout information

Description Arguments Details Value

Description

The <time-layout> element dw:time-layoutType [+] contains the start and stop valid times and any associated period names for the data. Since different environmental parameters have different time schemes (valid at different interval and available for different lengths of time into the future), there will be one <time-layout> element for each of these unique temporal configurations. Each data parameter will reference exactly one of these time layouts (R2.2.3).

Arguments

key

NULL or character, specifies which time-layout by key. If NULL then all are returned.

form

character specifies time-object type to return

Details

time-layout <time-layout time-coordinate="local" summarization="none"> <layout-key>k-p24h-n6-2</layout-key> <start-valid-time>2016-02-26T19:00:00-05:00</start-valid-time> <end-valid-time>2016-02-27T08:00:00-05:00</end-valid-time> <start-valid-time>2016-02-27T19:00:00-05:00</start-valid-time> <end-valid-time>2016-02-28T08:00:00-05:00</end-valid-time> ... <start-valid-time>2016-03-02T19:00:00-05:00</start-valid-time> <end-valid-time>2016-03-03T08:00:00-05:00</end-valid-time> </time-layout>

Value

a list of data.frames - one per layout-key


BigelowLab/ndfd documentation built on May 5, 2019, 2:43 p.m.