|
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...
|
|
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...
|
|