18 #include "eckit/filesystem/PathName.h"
20 int main(
int argc,
char** argv) {
25 std::cerr <<
"Usage: " << argv[0]
27 "filename mappingFile queryFile"
33 const std::string subtype_str = argv[1];
41 }
catch (
const std::exception& e) {
Interfaces for ioda::Group and related classes.
Interfaces for ioda::ObsGroup and related classes.
Common preprocessor definitions used throughout IODA.
IODA_DL Group createFile(const std::string &filename, BackendCreateModes mode, HDF5_Version_Range compat=defaultVersionRange())
Create a ioda::Group backed by an HDF5 file.
IODA_DL ObsGroup openFile(const ODC_Parameters ¶ms, Group emptyStorageGroup=ioda::Engines::ObsStore::createRootGroup())
Import an ODB file.
@ Truncate_If_Exists
If the file already exists, overwrite it.
IODA_DL void unwind_exception_stack(const std::exception &e, std::ostream &out=std::cerr, int level=0)
Convenience function for unwinding an exception stack.
int main(int argc, char **argv)
Encapsulate the parameters to make calling simpler.
std::string filename
The name of the database "file" to open.