Standard I/O file format: Probes dataset
This guide gives examples of the stucture of the standard IO file format for probes datasets.
Local sensor
You want to store data from a sonic anemometer R.M. Young 81000. The dataset contains the wind speed for each cardinal direction. You know the relative location of the sensor relative to a reference point. The time series are given as seconds after a reference time.
The structure of the HDF5 file is the following:
File level attributes
See Standard file format description for mandatory file level attributes.
Groups and dataset
/
├── probes
│ └── Sonic_1
│ ├── time (1D dataset)
│ ├── wind_speed_u (1D dataset)
│ ├── wind_speed_v (1D dataset)
│ └── wind_speed_w (1D dataset)
Group: /probes/Sonic_1
Attributes
Attribute |
Type |
Description |
|---|---|---|
|
str |
ISO 8601 date-time for the origin of time series |
|
float |
Reference position latitude |
|
float |
Reference position longitude |
|
float |
Reference position altitude |
|
float |
Relative position in x direction (West-East) |
|
float |
Relative position in y direction (South-North) |
|
float |
Relative elevation |
|
str |
units of relative position |
|
str |
Name of the sensor |
Group: /probes/Sonic_1/time
Attributes
Attribute |
Type |
Description |
|---|---|---|
|
str |
pint compatible unit |
Group: /probes/Sonic_1/wind_speed_u
Attributes
Attribute |
Type |
Description |
|---|---|---|
|
str |
pint compatible unit |
Group: /probes/Sonic_1/wind_speed_v
Attributes
Attribute |
Type |
Description |
|---|---|---|
|
str |
pint compatible unit |
Group: /probes/Sonic_1/wind_speed_w
Attributes
Attribute |
Type |
Description |
|---|---|---|
|
str |
pint compatible unit |