|
IODA
|
#include <string>
Go to the source code of this file.
Namespaces | |
| ioda | |
Enumerations | |
| enum class | ioda::FileFormat { ioda::AUTO , ioda::HDF5 , ioda::ODB } |
| Observation file format. More... | |
Functions | |
| FileFormat | ioda::determineFileFormat (const std::string &filePath, FileFormat hint) |
| Determine the format of an observation file. More... | |