A data frame is a set of data columns along with some associated metadata including:
the latitude, longitude, elevation, and time zone
the type, units, color, and measurement height of each data column
the column display settings that determine the naming, order, and visibility of data columns
the list of flagged segments, flags and flag rules used in the data frame
some default calculation settings including shear profile, calm threshold and Weibull fit algorithm
You can think of a data frame as a table of data displayed in rows and columns, with a row for each
time step and a column for each
data column like the following example:
Start Time
Speed 75m
Direction 72m
(m/s)
(°)
2021-02-12 05:40
8.10
287
2021-02-12 05:50
8.14
268
2021-02-12 06:00
7.53
250
2021-02-12 06:10
7.45
236
2021-02-12 06:20
6.49
232
2021-02-12 06:30
5.43
225
2021-02-12 06:40
4.81
222
2021-02-12 06:50
4.57
225
2021-02-12 07:00
4.84
223
2021-02-12 07:10
4.65
219
2021-02-12 07:20
4.65
218
2021-02-12 07:30
4.98
217
2021-02-12 07:40
5.24
227
2021-02-12 07:50
5.62
264
A dataset contains the current data frame plus a list of
revisions, some of which may contain archived data frames.