bes
Updated for version 3.20.6
|
This file includes several helper functions for translating HDF5 to CF-compliant. More...
#include <stdlib.h>
#include <fcntl.h>
#include <string.h>
#include <set>
#include <vector>
#include <string>
#include <iostream>
#include <unistd.h>
#include <cerrno>
#include "hdf5.h"
#include "HE5Grid.h"
Go to the source code of this file.
Classes | |
struct | HDF5CFUtil |
struct | Name_Size_2Pairs |
Variables | |
const int | HE5_HDFE_DEG_DMS =3 |
const int | HE5_HDFE_DEG_RAD =1 |
const int | HE5_HDFE_DMS_DEG =2 |
const int | HE5_HDFE_DMS_RAD =5 |
const int | HE5_HDFE_RAD_DEG =0 |
const int | HE5_HDFE_RAD_DMS =4 |
This file includes several helper functions for translating HDF5 to CF-compliant.
Copyright (C) 2011-2016 The HDF Group
All rights reserved.
Definition in file HDF5CFUtil.h.