NetCDF4 C++ API
|
Functions to assist in managing metadata associated with netCDF files. More...
#include "metadata/MetadataCFVariable.h"
#include "metadata/NcVarMetaCF.h"
#include "metadata/MetadataCFGlobal.h"
#include "metadata/NcFileMetaCF.h"
#include <ostream>
Go to the source code of this file.
Namespaces | |
netcdf | |
Functions | |
template<typename TNumeric > | |
void | netcdf::operator<< (NcVarMetaCF &metaVar, MetadataCFVariable< TNumeric > const &meta) |
Add metadata to netCDF variable attributes. More... | |
template<typename TNumeric > | |
void | netcdf::operator>> (NcVarMetaCF &metaVar, MetadataCFVariable< TNumeric > &meta) |
Read metadata from netCDF variable attributes. More... | |
void | netcdf::operator<< (NcFileMetaCF &metaFile,MetadataCFGlobal const &meta) |
Add metadata to netCDF global attributes. More... | |
void | netcdf::operator>> (NcFileMetaCF &metaFile,MetadataCFGlobal &meta) |
Read metadata from netCDF global attributes. More... | |
template<typename TNumeric > | |
std::ostream & | netcdf::operator<< (std::ostream &os, MetadataCFVariable< TNumeric > const &meta) |
Write variable metadata to stream. More... | |
std::ostream & | netcdf::operator<< (std::ostream &os,MetadataCFGlobal const &meta) |
Write global file metadata to stream. More... | |
void | netcdf::UpdateHistory (MetadataCFGlobal &meta,std::string const &newHistory,char const separator=MetadataCFGlobal::defaultSeparator) |
Append update with datestamp to history attribute. More... | |
---------------------------------------------------------------------------