21 "C:/Users/ryan/Downloads/testinput_tier_1.tar/testinput_tier_1/atms_npp_obs_2018041500_m.nc4");
26 Variable variable_names = f.
vars[
"variable_names@VarMetaData"];
36 vector<string> vDatetimes = datetime.
readAsVector<std::string>();
37 cout <<
"vDatetimes has " << vDatetimes.size() <<
" elements.\n";
42 }
catch (
const std::exception& e) {
46 std::cerr <<
"Unknown exception." << std::endl;
Interfaces for ioda::Group and related classes.
Interfaces for ioda::ObsGroup and related classes.
The ioda exception class.
Groups are a new implementation of ObsSpaces.
Has_Variables vars
Use this to access variables.
bool isA() const
Convenience function to check a Variable's storage type.
std::vector< DataType > readAsVector(const Selection &mem_selection=Selection::all, const Selection &file_selection=Selection::all) const
Read the variable into a new vector. Python convenience function.
Common preprocessor definitions used throughout IODA.
IODA_DL Group openFile(const std::string &filename, BackendOpenModes mode, HDF5_Version_Range compat=defaultVersionRange())
Open a ioda::Group backed by an HDF5 file.
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.