|
bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
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-2023 The HDF Group
All rights reserved.
Definition in file HDF5CFUtil.h.
| enum CVType |
Definition at line 64 of file HDF5CFUtil.h.
| enum H5DataType |
Definition at line 59 of file HDF5CFUtil.h.
| 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 ) |
Definition at line 666 of file HDF5CFUtil.cc.
| double HE5_EHconvAng | ( | double | inAngle, |
| int | code ) |
Definition at line 993 of file HDF5CFUtil.cc.
| const int HE5_HDFE_DEG_DMS =3 |
Definition at line 72 of file HDF5CFUtil.h.
| const int HE5_HDFE_DEG_RAD =1 |
Definition at line 70 of file HDF5CFUtil.h.
| const int HE5_HDFE_DMS_DEG =2 |
Definition at line 71 of file HDF5CFUtil.h.
| const int HE5_HDFE_DMS_RAD =5 |
Definition at line 74 of file HDF5CFUtil.h.
| const int HE5_HDFE_RAD_DEG =0 |
Definition at line 69 of file HDF5CFUtil.h.
| const int HE5_HDFE_RAD_DMS =4 |
Definition at line 73 of file HDF5CFUtil.h.