ODIM H5 v23-1-25
ODIM H5 v23-1-25
Work Package O4
9/01/2019
Original authors: Daniel B. Michelson1, Rafał Lewandowski2, Maciej Szewczykowski2, and Hans Beekhuis3
Additional authors: Günther Haase1, Theodor Mammen4, Dominique Faure5, Mark Simpson6, Hidde Leijnse3, and Daniel
Johnson1
1
Swedish Meteorological and Hydrological Institute, Norrköping, Sweden
2
Institute of Meteorology and Water Management, Warsaw, Poland
3
Royal Netherlands Meteorological Institute, De Bilt, Netherlands
4
German Weather Service, Hamburg, Germany
5
Météo France, Toulouse, France
6
Met Office, Exeter, United Kingdom
Page 1 of 1
EUMETNET OPERA weather radar information model for
implementation with the HDF5 file format
Version 2.3
Original authors:
Additional authors:
January 9, 2019
Abstract
This document specifies an information model with which the encoding, decoding and management
of data and products from weather radar systems may be facilitated, primarily for the purposes of in-
ternational exchange in Europe. An implementation of this information model is also specified which
makes use of the HDF5 file format developed and maintained by the HDF Group. The result manifests
itself in the form of truly self-describing weather radar data files highly suitable for environments where
data exchange between radars from different manufacturers, different organizations, and/or different
countries is conducted. The ability to include quality information, in the forms of metadata and binary
arrays, is included in a powerful and flexible manner. This information model constitutes an official
second-generation European standard exchange format for weather radar datasets. Because the netCDF
file format is built on HDF5, we also try to ensure that our information model will be compliant with
netCDF.
OPERA Data Information Model for HDF5 i
RELEASE NOTES
Version 2.3, January 2019
The list of how Attributes has been splitted into highly desirable and recommended attributes. User-
definable subgroups (including sub-subgroups) may be added to existing how groups: e.g. how/rsp
(radar signal processor parameters), how/radar_system (general radar system parameters), how/bite
(BITE information), how/monitor (external monitoring information), how/schedule (additional
scheduling information), how/process_chain (processing chain), and how/noden, where n is the
index of a radar node included in a composite. User-definable attributes may be added to these subgroups.
Quantities that have not been subject to any filter or correction have been added. The WIGOS identifier is
now included in the list of source type identifiers.
ODIM_H5 2.3
OPERA Data Information Model for HDF5 ii
All other objects restain their draft status, and will achieve official status in due course, subject to approval
in OPERA.
ODIM_H5 2.3
OPERA Data Information Model for HDF5 iii
Contents
1 Introduction and motivation 1
3 Definitions 7
3.1 Scalars (integers, real values, and strings) . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
3.1.1 Booleans . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
3.1.2 Sequences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
3.1.3 Simple arrays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.2 Attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.3 Datasets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.4 Groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
5 Data specification 29
5.1 Polar Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
5.2 Image Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
5.3 RHIs, cross sections and side panels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
5.4 Profiles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
5.5 Rays and sectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
5.6 Embedded graphical images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
6 Optional objects 32
6.1 Palettes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
6.2 Legends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
ODIM_H5 2.3
OPERA Data Information Model for HDF5 iv
List of Tables
1 Mandatory top-level what header Attributes for all weather radar files. . . . . . . . . . 10
2 File object strings and their meanings. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3 Source type identifiers and their associated values. . . . . . . . . . . . . . . . . . . . . . . . 11
4 where Attributes for polar data objects. . . . . . . . . . . . . . . . . . . . . . . . . . 12
5 where Attributes for geographical image data Groups. . . . . . . . . . . . . . . . . . 13
6 where Attributes for cross-section data. . . . . . . . . . . . . . . . . . . . . . . . . . 13
7 where Attributes for vertical profiles. . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
8 Highly desirable how Attributes for all objects. . . . . . . . . . . . . . . . . . . . . . . 15
9 Recommended how Attributes for all objects. . . . . . . . . . . . . . . . . . . . . . . . 16
10 Examples radar “places” and their node designations. . . . . . . . . . . . . . . . . . . . . . 21
11 Radar system abbreviations and their meanings. . . . . . . . . . . . . . . . . . . . . . . . . 22
12 Processing Software abbreviations and their meanings. . . . . . . . . . . . . . . . . . . . . 23
13 Method abbreviations and their meanings. . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
14 Dataset-specific what header Attributes. . . . . . . . . . . . . . . . . . . . . . . . . 24
15 Product abbreviations and their meanings. . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
16 Product parameters. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
17 Quantity (variable) identifiers. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
18 Eight-bit Image attributes. Note that these are part of a Dataset object. . . . . . . . . . . 29
19 Example for a hydrometeor classification legend. . . . . . . . . . . . . . . . . . . . . . . . 33
20 Polar volume. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
21 Cartesian image with palette. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
22 Vertical profile. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
23 Range-height indicator. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
ODIM_H5 2.3
OPERA Data Information Model for HDF5 1
During OPERA’s second incarnation, the goal of work package 2.1 “HDF5 exchange software development”
was to formulate a second-generation information model for use with weather radar data and the Hierarchical
Data Format version 5 (HDF5) file format. This information model has since been adopted and implemented
in operational software both inside and outside OPERA.
This document presents an information model developed for use with weather radar data and products.
Its implementation is also presented, which makes use of the HDF5 file format. HDF5 is developed and
maintained by the HDF Group. All references to attributes, data, types, and so on, are in relation to those
defined and used in the HDF5 documentation. The official HDF5 format documentation should be consulted
for details on this format. This information model is an elaboration of the model presented by COST 717
and used in real-time operations in the Nordic countries1 . Several enhancements have been made based on
operational experience, and based on data quality issues addressed in OPERA II and the EU Voltaire project.
The model presented here is not backwardly compatible with previous versions (version 1.2 and earlier), but
the advantages of its new structure outweigh this disadvantage.
The information model given here is designed from the point of view of trying to harmonize all relevant in-
formation independently of the radar manufacturer and organization from which the data originates. While
the information model is intended to enable the representation of the data and products agreed upon today
within the framework of EUMETNET OPERA, we also look ahead to future needs and have tried to en-
sure that they are appropriately met with this information model. This means that the known products are
supported, as are polarization diversity variables and virtually any quality-related information characteriz-
ing a given dataset. It is also vital to recognize the importance of being able to represent polar (spherical
coordinate space) data, and this is accomodated as well in a flexible manner.
This information model has become the modern European standard, and as such can be used in forthcoming
meteorological standard exchange mechanisms, ie. the WMO Information System (WIS) and its infrastruc-
ture. There is also an important link to OPERA’s operational data centre (Odyssey), in that quality informa-
tion in the information model is being used by Odyssey, thus supporting efforts to improve the quality of
operational products covering the European continent.
In this way, weather radar data data and products are well-organized for data exchange infrastructure, and
we have tried to ensure that the use of the modern technology will facilitate access to and use of European
radar data both within and outside the meteorological community.
1
Michelson D.B., Holleman I., Hohti H., and Salomonsen M., 2003: HDF5 information model and implementation for weather
radar data. COST 717 working document WDF_02_200204_1. version 1.2.
ODIM_H5 2.3
OPERA Data Information Model for HDF5 2
The information model attempts to achieve a general-purpose model for storing both individual scans, im-
ages and products, while also allowing series (time and/or space) of these types of information to be stored
using the same building-blocks. The heirarchical nature of HDF5 can be described as being similar to di-
rectories, files, and links on a hard-drive. Actual metadata are stored as so-called “attributes”, and these
attributes are organized together in so-called “groups”. Binary data are stored as so-called “datasets”. The
challenge in formulating an information model is in defining the way in which these general building-blocks
are organized. This section illustrates the information model defined in detail later in this document, in an
attempt to present and clarify its structure.
The first example is given in Figure 1, which shows how a simple cartesian product, for example a CAPPI,
is represented. At the top level, the HDF5 file contains the so-called “root” group. This group is al-
ways there. Following that, three groups contain metadata; these are called “what” (object, information
model version, and date/time information), “where” (geographical information), and “how” (quality and op-
tional/recommended metadata). The data is organized in a group called “dataset1” which contains another
group called “data1” where the actual binary data are found in “data”. This organization may seem overly
complicated at first, but we will see shortly how powerful and necessary this organization is.
In terms of the analogy with a file system on a hard-disk, the HDF5 file containing this simple cartesian
product is organized like this:
/
/what
/where
/how
/dataset1
/dataset1/data1
/dataset1/data1/data
In Figure 2, the exact same structure is used to represent a polar scan of data.
When we use this structure to represent a complete scan of data containing three parameters, the seemingly
complicated organization used to store the binary data becomes easier to understand. Figure 3 shows how
“dataset1” now contains three “data” groups, each containing a binary array of data. What we also see is
the way in which the metadata groups “what” and “where” can be used recursively to hold metadata which
are unique to their place in the hierarchy. In this case, “where” in “dataset1” contains the elevation angle of
the scan used to collect the three parameters, and the three local “what” groups contain the information on
which parameter is stored in each. In this way, “dataset1” can contain Z, V, and W in this case, but it can
also contain an arbitrary number of other parameters.
ODIM_H5 2.3
OPERA Data Information Model for HDF5 3
The use of dataset-specific metadata groups is illustrated in Figure 4. Both methods of using “what”, “where”
and “how” are acceptable. In the example on the left, the metadata groups contain attributes which are valid
for every dataset in that group. In the case on the right, the metadata groups contain attributes which are
valid only for that single dataset. In Figure 3, “where” is valid for all three datasets in the group, whereas
“what” is only valid locally. The local metadata always have top priority, so if a mistake is made where a
file contains the same metadata at different levels, the most local level will always take precedence.
Continuing from the single scan in Figure 3, we can easily extend the same structure every time we
want to add a new scan. This is illustrated in Figure 5. Here, the new elevation angle will be stored in
/dataset2/where, and the information on the parameters stored in the datasets are found in each local
ODIM_H5 2.3
OPERA Data Information Model for HDF5 4
“what”. Note that optional metadata can be added in a “how” group either directly under “dataset2” or
together with each parameter, but this hasn’t been included in this example. A complete volume containing
an arbitrary number of scans, each containing an arbitrary number of parameters, is organized using this
structure. A cartesian volume can be constructed in exactly the same way. Time series of polar or cartesian
products can be constructed in the same way too.
This information model uses the same logic to include the representation of quality information. Figure 6
illustrates how quality data can be added to polar data in a scan containing two parameters. In the same way
that metadata can be applicable to all parameters in the scan, so too can quality information be representative
either generally or locally. In this example, /dataset1/quality1 can contain quality based on beam
blockage since this is applicable to all parameters collected at the same elevation angle. However there may
be different quality metrics which are applicable to each individual radar parameter, and these are stored
locally. In this case, “data1” contains two such local quality metrics which are unique to that parameter,
whereas “data2” only contains one. And we also see that each quality metric can be described using local
metadata groups. The quality metrics should follow the guidelines set out in OPERA II2 .
Using this hierarchical structure, it becomes clear that we now have an information model capable of rep-
resenting a volume containing an arbitrary number of scans/images, each of which can contain an arbitrary
number of parameters which, in turn, can be characterized by an arbitrary number of quality metrics.
The examples provided in this discussion have focused on polar data, but they can also be applied to all the
objects supported in this information model. These objects are polar scans, cartesian images, profiles, RHIs,
cross-sections, side-panels, individual rays, sectors, and even embedded graphics images in an industrial
2
Holleman I., Michelson D., Galli G., Germann U., and Peura M., 2006: Quality information for radars and radar data. OPERA
II deliverable OPERA_2005_19.
ODIM_H5 2.3
OPERA Data Information Model for HDF5 5
Figure 6: A polar scan containing two parameters and associated quality metrics.
There are additional objects which are complementary to this information model and which are included
since they are quite useful in various situations. One of them is the ability to add a color palette to an 8-bit
dataset. There are standard mechanisms for this in the HDF5 library, and these are used without modifica-
tion. Another object is a legend. This is a useful object when the data in a dataset is classified, discrete, or
just level-sliced. The legend provides the ability to describe which quantitative values are represented by
each qualitative value in the dataset, or which qualitative class is represented by a given value. The legend
is used to tell the user that a certain value in the data represents e.g. “0.1–0.5 mm/h” in the case of a rainrate
product, and e.g. “sleet” in the case of a hydrometeor classification. Both the palette and the legend objects
are illustrated in Figure 7.
Finally, this information model enables the exchange of graphics representations of data. Using the same
structure as that shown in Figure 1, Figure 8 illustrates this.
In the rest of this document, the detail specification of the information model is presented. With this speci-
fication, it shall be possible to read, write, and understand HDF5 files using this information model.
ODIM_H5 2.3
OPERA Data Information Model for HDF5 6
ODIM_H5 2.3
OPERA Data Information Model for HDF5 7
3 Definitions
HDF5 allows data to be stored as Attributes, Datasets, Groups, and user-defined Compound types.
For use here, all types except user-defined Compound are permitted for use. Only Compound types defined
in this document are permitted, in practise the optional legend object described in Section 6.2. In practice,
all of these types are manipulated through the use of general-purpose Node objects, i.e., a Node may be
any of the above mentioned types.
Scalar values are stored in Attribute objects and may be strings, integers, or real (floating-point) values.
For the sake of consistency and simplicity, integer values shall be represented as 8-byte long, and real
values shall be represented as double. These can be written to file as native types. They will be read and
automatically returned as the corresponding native type on another platform. Endianness is therefore no
cause for concern.
A clarification is however necessary; a long on one machine may have a different length than that on
another machine. This is because a native long could, perhaps, be returned as an int in some cases. To
prevent this, you should ensure that all integer scalar attributes are written with a length of 8 bytes. In some
cases, this may require writing values of type long long, but it can also be enforced on POSIX-compliant
systems by using the int64_t typedef.
Strings shall be encoded in ASCII or the ASCII representation of UTF-8. Strings should never be terminated
by the application, because they shall be automatically null-terminated by the HDF5 library. This is done by
setting the string termination to STRPAD=H5T_STR_NULLTERM. Other methods of termination available
in the HDF5 library shall not be used. It is also necessary to specify the length of each string (STRSIZE).
Even when H5T_STR_NULLTERM is used, the value of STRSIZE must be incremented manually by one
to ensure that it includes the NULL character. Other methods of specifying the length of the string provided
by the HDF5 library (ie. H5T_VARIABLE) shall not be used.
3.1.1 Booleans
A string is used to store truth value information. The string “True” is used to represent true, and “False”
is used to represent false.
3.1.2 Sequences
A special kind of string may be used to store sequences. A sequence contains comma-separated scalar values
in string notation. For example, a sequence is useful for storing the radar stations contributing to a composite
image, and in storing the elevation angles used in a polar volume of data.
ODIM_H5 2.3
OPERA Data Information Model for HDF5 8
Sometimes it is necessary to store numeric metadata whose geometry corresponds with the number of az-
imuth gates in a scan, or bins along a ray. The simple array provides this ability. Instead of using a complete
dataset object provided by the HDF5 library (H5D dataset interface), the simple array uses the H5S datas-
pace interface. To simplify this further, only one-dimensional simple arrays are allowed, and to remain
consistent with scalar integer and real value attributes, the simple arrays shall contain either “long” integers
or “double” floats, as defined above.
3.2 Attributes
An Attribute is an HDF5 object used to store a header attribute or data. For our purposes, it is only used
to store header attributes. In order to facilitate the management of so-called “atomic” attributes, ie. individual
values, we use double precision for both integers (long) and floating-point (double) values. Note that the
specification of strings is intended to be case sensitive.
3.3 Datasets
An HDF5 Dataset is a self-describing data object containing an n-dimensional binary array and attributes
describing it. The array type may be any of char, schar, uchar, short, ushort, int, uint, long,
ulong, llong, ullong, float, double on a given platform.
In this document the text formatting of Dataset (in Courier font) means an HDF5 dataset, whereas the
text formatting of dataset (in bold face) refers to the binary data in that dataset.
3.4 Groups
A Group is a top-level object which is used to organize other objects. For example, a Group may contain
a collection of header Attributes, a collection of Datasets, or be the root object for the complete
contents of an HDF5 file.
ODIM_H5 2.3
OPERA Data Information Model for HDF5 9
Header attributes are collected in three Group objects, all of which may be used recursively. Attributes
which describe a given file’s contents and the time and place for which it represents are collected in a Group
called what. Attributes which describe a given file’s geographical characteristics (projection, corner
coordinates, dimensions, scales) are collected in a Group called where. The what and where Groups
both contain mandatory Attributes only. Those Attributes which collectively describe additional
data/product characteristics, such as radar system, chosen algorithm, and quality-related metadata, are stored
in a Group called how. All Attributes found in how may be considered optional, although the use of
those given in this document is recommended. Additional Attributes not specified in this document may
only be stored in the how Group.
Top-level header attributes are collected in what, where and how Group objects located directly under
the root Group ’/’. Each attribute is stored as an Attribute object containing a scalar value. Some
data/products may have Dataset-specific header attributes, in which case a the Dataset and its header
Attributes are collected in lower-level what, where and how Groups which are associated with that
Dataset.
The concept used here is that each Attribute is identified with a string, the idea being that this is a more
intuitive means of organizing data compared to numeric descriptors. It also means that a file may be queried
using the h5dump utility to easily see and understand the contents of a file.
Mandatory header attributes for all files are given in Table 1. Note that all date and time information is for
the nominal time of the data, ie. the time for which the data are valid. (The nominal time is not the exact
acquisition time which is found elsewhere in the file.)
Note that all scans belonging to the same volume must have the same nominal date and time.
Note that all geographical longitude/latitude coordinates are specified with positive easting values east of
the Greenwich meridian and positive northing values north of the equator.
No HDF5 file can exist without this Group, since it is the starting point of the hierarchy. However, in order
to take the first steps towards interoperatility with Climate and Forecast (CF) Conventions, we require an
Attribute in the root Group. This Attribute is called “Conventions” and its value is a string
containing the acronym of the information model being used, and its version, in a format which lends itself
to a directory structure. This is done to comply with the documentation policy maintained by the community
managing CF Conventions3 .
This information model is called the “OPERA Data Information Model for HDF5” which gives the acronym
“ODIM_H5”. Recognizing the history of this information model, we start at version 2.0. The resulting value
for “/Conventions” is “ODIM_H5/V2_0”, and this Attribute must be present in all ODIM_H5 files.
ODIM_H5 2.3
OPERA Data Information Model for HDF5 10
This Group contains mandatory Attributes only which collectively describe a given file’s contents.
These Attributes are given in Tables 1-15.
Object strings may be any of those given in Table 2. For each Dataset, there may be an accompanying
what Group with information specific to that Dataset, according to Table 14.
String Description
PVOL Polar volume
CVOL Cartesian volume
SCAN Polar scan
RAY Single polar ray
AZIM Azimuthal object
ELEV Elevational object
IMAGE 2-D cartesian image
COMP Cartesian composite image(s)
XSEC 2-D vertical cross section(s)
VP 1-D vertical profile
PIC Embedded graphical image
Note that a file containing a single scan of polar data may not be represented using object type PVOL; the
object type in these cases must be SCAN. Note also that an RHI polar volume can be represented using a
number of Datasets and the ELEV object.
ODIM_H5 2.3
OPERA Data Information Model for HDF5 11
In this section the Attributes for the where Group are described. These are different for polar or
cartesian Datasets, i.e. containing Dataset and Dataset Groups respectively.
Note that the use of the where Group is mandatory but that its placement will be at the top level of a
given file, and at a lower level associated with a given Dataset. This is because some attributes are valid
globally (e.g. the coordinates of a radar) whereas others are local (e.g. the elevation angle used for a given
sweep).
This where Group contains mandatory Attributes only which collectively describe geographical and
geometrical characteristics of a given Dataset dataset. Note that the dataset itself is the object containing
the binary data and that where in this context describes that dataset but is located in the corresponding
Dataset which contains all these objects. Section 2 illustrates how these two objects are related to each
other.
Polar data, i.e. raw radar data as a function of azimuth and range, are stored in a Dataset Group, and
polar volume data are stored as a stack of these Dataset Groups. Each Dataset Group contains
azimuthal data from a single elevation.
ODIM_H5 2.3
OPERA Data Information Model for HDF5 12
This where Group contains mandatory Attributes only which collectively describe a given
Dataset’s geographical and geometrical characteristics. Note that the dataset is the object containing
the binary data and that where in this context describes that dataset but is located in the corresponding
Dataset which contains all these objects. Section 2 illustrates how these two objects are related to each
other.
The PROJ.4 cartographic projections library4 is a comprehensive means of managing geographically ref-
erenced information which has become a de facto standard. PROJ.4 is being used increasingly throughout
Europe and the world. As a result, the most straightforward way of representing projection information in
radar files is by means of the projection definition string which is used with the library itself. For example,
the arguments used with PROJ.4 to define the Google Maps projection are +proj=merc +lat_ts=0
+lon_0=0 +k=1.0 +R=6378137.0 +nadgrids=@null +no_defs so this is what should be
found as an Attribute in the where Group associated with the Dataset used to store the data geo-
located using this projection. Similarly, the standard “longitude, latitude” projection, also known as EPSG
4326, is defined as +proj=latlong +ellps=WGS84 +datum=WGS84 +no_defs.
Note that PROJ.4 contains a complete set of arguments for specifying a given projection, including false
easting/northing, rescaling of coordinates, choice of ellipsoid (or defining your own), choice of geodetic
datum, and defining oblique (rotated) projections.
4
Originally from the United States Geological Survey, now from MapTools
ODIM_H5 2.3
OPERA Data Information Model for HDF5 13
RHI and cross-sections are treated as a special form of cartesian image. The x-dimension of the image
represents the coordinate in the x/y-plane, while the y-dimension describes the vertical coordinate of the
RHI or cross-section. To describe the geographical orientation and extend of a RHI or cross-section a
dedicated set of Attributes in the where Group has been defined. The geographical location of cross-
sections is just given by longitudes and latitudes of start and stop positions (Figure 9). The cross-sections are
thus assumed to be taken along great-circles. In case they are taken along a line in a plane of a geographical
projection, the deviation from the great-circle will be negligible for visualization purposes.
ODIM_H5 2.3
OPERA Data Information Model for HDF5 14
Figure 9: Cartesian MAX product with horizontal (HSP) and vertical side panels (VSP). The red boxes
indicate the start position for each panel.
This where Group contains mandatory Attributes only which collectively describe the geographical
and geometrical characteristics of vertical profiles of horizontal winds and/or radar reflectivity.
ODIM_H5 2.3
OPERA Data Information Model for HDF5 15
This Group contains recommended and other Attributes which provide additional and complimentary
information which can be used to describe a given Dataset object, for example information related to an
object’s quality. Attributes in how can be added, but they won’t offially constitute the OPERA standard until
they are added to the tables in this information model. Note that the use of the how Group is optional and
that its placement may be either at the top level of a given file, or at a lower level associated with a given
Dataset. If how is found at the top level, then it is assumed that its contents apply to all Datasets in the
file. If how is found at a lower level, then it must be located in the Dataset Group to which its contents
apply. If how exists at both the top and lower levels, then the contents of the local how override the contents
of the top level how.
Note user-definable subgroups (including sub-subgroups) may be added to existing how groups: e.g.
how/rsp (radar signal processor parameters), how/radar_system (general radar system parameters),
how/bite (BITE information), how/monitor (external monitoring information), how/schedule (ad-
ditional scheduling information), how/process_chain (processing chain), and how/noden, where n is
the index of a radar node included in a composite. User-definable attributes may be added to these subgroups
as long as they do not conflict with each other or with existing attributes.
Note as well that there can often be cases where some Attributes apply for all Datasets in a file and
others may be different for each Dataset. In such cases, the Attributes which apply to all Datasets
may be held in a top level how Group and those that change may be held in local how Groups.
For clarity, Tables 8 and 9 containing highly desirable and recommended how Attributes, respectively,
are partitioned such that different partitions contain different product-specific Attributes.
ODIM_H5 2.3
OPERA Data Information Model for HDF5 16
ODIM_H5 2.3
OPERA Data Information Model for HDF5 17
ODIM_H5 2.3
OPERA Data Information Model for HDF5 18
ODIM_H5 2.3
OPERA Data Information Model for HDF5 19
ODIM_H5 2.3