Groups are a new implementation of ObsSpaces.
 
An ObsGroup is a specialization of a ioda::Group. It provides convenience functions and guarantees th...
 
#define IODA_DL
A preprocessor tag that indicates that a symbol is to be exported/imported.
 
IODA_DL ObsGroup openFile(const ODC_Parameters ¶ms, Group emptyStorageGroup=ioda::Engines::ObsStore::createRootGroup())
Import an ODB file.
 
IODA_DL Group createRootGroup()
Create a ioda::Group backed by an OsbStore Group object.
 
Encapsulate the parameters to make calling simpler.
 
std::string filename
The name of the database "file" to open.