An Axis that does not use a constant spacing between hash marks.
Radiosonde data, including temperature, humidity, wind speed, and wind direction, is generally reported as a function of pressure height. Data are reported only when there is a significant change in one of the dependent variables. Accordingly, the pressure heights are captured at unpredictable, irregular intervals. They are best captured in an Irregular Axis.
On the other hand, if the points are not quite that irregular, but rather data were taken at each (or most) combination of x- and y-values, irregular axes may be appropriate. This would mean that the data really did form a grid.
| EDCS_AC_ID | axis_type; | (notes) |
|---|---|---|
| EDCS_UNIT_ENUM | axis_unit; | (notes) |
| SE_PINT16 | axis_value_count; | (notes) |
| SE_FLOAT64 | axis_value_array[]; | |
|---|---|---|
| SE_INTERPOLATION_TYPE_ENUM | interpolation_type; | (notes) |
| SE_BOOLEAN | values_are_ints; |
gives the type of measurement along the axis, such as distance, pressure, frequency, etc.
specifies the unit of measurement of the axis_type
indicates the number of "hash marks" along the axis
allows the data supplier to indicate how best to interpolate the data to points that are in-between grid points on the axis. When a <Data Table> has more than one axis, the order of the interpolations is in the order of axis definitions.