|
bes
Updated for version 3.20.13
|
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 |
Functions | |
| int | GDij2ll (int projcode, int zonecode, double projparm[], int spherecode, int xdimsize, int ydimsize, double upleftpt[], double lowrightpt[], int npnts, int row[], int col[], double longitude[], double latitude[], EOS5GridPRType pixcen, EOS5GridOriginType pixcnr) |
| double | HE5_EHconvAng (double inAngle, int code) |
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.