#include <dfutils.h>
#include <hdf5.h>
Go to the source code of this file.
|
void | calculate_temporal_range (meta_l3bType *meta_l3b) |
|
int | write_l3b_meta_hdf4 (int32_t sd_id, meta_l3bType *meta_l3b) |
|
int | write_l3b_meta_netcdf4 (idDS ds_id, meta_l3bType *meta_l3b, int write64bit) |
|
int32_t | rdattr (int32_t sdfid, char *attr_name, void *buf) |
|
int32_t | getattrsz (int32_t id, char *attr_name, int32_t *nt, int32_t *count) |
|
int32_t | read_l3b_meta_hdf4 (int32_t sdfid, meta_l3bType *meta_l3b) |
|
int32_t | read_l3b_meta_hdf5 (hid_t grp0, meta_l3bType *meta_l3b) |
|
int32_t | read_l3b_meta_netcdf4 (int ncid, meta_l3bType *meta_l3b) |
|
◆ LG_ATTRSZ
#define LG_ATTRSZ 65535 /* MAX_ORDER is defined in HDF as 65535 */ |
◆ MD_ATTRSZ
◆ SM_ATTRSZ
◆ calculate_temporal_range()
◆ getattrsz()
int32_t getattrsz |
( |
int32_t |
id, |
|
|
char * |
attr_name, |
|
|
int32_t * |
nt, |
|
|
int32_t * |
count |
|
) |
| |
◆ rdattr()
int32_t rdattr |
( |
int32_t |
sdfid, |
|
|
char * |
attr_name, |
|
|
void * |
buf |
|
) |
| |
◆ read_l3b_meta_hdf4()
int32_t read_l3b_meta_hdf4 |
( |
int32_t |
sdfid, |
|
|
meta_l3bType * |
meta_l3b |
|
) |
| |
◆ read_l3b_meta_hdf5()
int32_t read_l3b_meta_hdf5 |
( |
hid_t |
grp0, |
|
|
meta_l3bType * |
meta_l3b |
|
) |
| |
◆ read_l3b_meta_netcdf4()
int32_t read_l3b_meta_netcdf4 |
( |
int |
ncid, |
|
|
meta_l3bType * |
meta_l3b |
|
) |
| |
◆ write_l3b_meta_hdf4()
int write_l3b_meta_hdf4 |
( |
int32_t |
sd_id, |
|
|
meta_l3bType * |
meta_l3b |
|
) |
| |
◆ write_l3b_meta_netcdf4()
int write_l3b_meta_netcdf4 |
( |
idDS |
ds_id, |
|
|
meta_l3bType * |
meta_l3b, |
|
|
int |
write64bit |
|
) |
| |