|
int | s2u (const char *in, char *out) |
|
int8_t | findAttr (idDS ds_id, const char *nam) |
|
int | readAttr (idDS ds_id, const char *nam, VOIDP data) |
|
char * | readAttrStr (idDS ds_id, const char *name) |
|
int | infoAttr (idDS ds_id, const char *nam, int32_t *dtype, int32_t *count) |
|
int | setAttr (idDS ds_id, const char *nam, int32_t typ, int32_t cnt, const void *data) |
|
int | SetChrGA (idDS ds_id, const char *name, const char *value) |
|
int | SetF64GA (idDS ds_id, const char *name, float64 value) |
|
int | SetF32GA (idDS ds_id, const char *name, float32 value) |
|
int | SetI16GA (idDS ds_id, const char *name, int16 value) |
|
int | SetI8GA (idDS ds_id, const char *name, uint8 value) |
|
int | SetI32GA (idDS ds_id, const char *name, int32_t value) |
|
int | createDS (idDS ds_id, int sensorId, const char *sname, int32_t dm[3], const char dm_name[3][80]) |
|
int | createDS2 (idDS ds_id, const char *sname, productInfo_t *p_info, int32_t dm[3], const char dm_name[3][80]) |
|
int32_t | selectDS (idDS ds_id, const char *l2_prod_name) |
|
int32 | checkDS (idDS ds_id, const char *l2_prod_name) |
|
int | writeDS (idDS ds_id, const char *name, const void *data, int32_t s0, int32_t s1, int32_t s2, int32_t e0, int32_t e1, int32_t e2) |
|
int | readDS (idDS ds_id, const char *name, int32_t *start, int32_t *stride, int32_t *count, VOIDP data) |
|
idDS | startDS (const char *filename, ds_format_t format, ds_access_t access, int32_t deflate) |
|
idDS | openDS (const char *filename) |
|
int | endaccessDS (idDS ds_id) |
|
int | endDS (idDS ds_id) |
|
int | getDimsDS (idDS ds_id, const char sdsname[H4_MAX_NC_NAME], int32_t dims[H4_MAX_VAR_DIMS]) |
|
int | getTypeDS (idDS ds_id, const char sdsname[H4_MAX_NC_NAME], int32_t *dtype) |
|
int | fileInfo (idDS ds_id, int32_t *n_datasets, int32_t *n_globalattr) |
|
int | getProdlist (const char *fname, char **prodlist, int32_t *l2_flags_type) |
|
int | CreateNCDF (idDS ds_id, const char *sname, const char *lname, const char *standard_name, const char *reference, const char *comment, const char *units, double low, double high, float scale_factor, float add_offset, int32_t fillValue, int32_t nt, int32_t rank, int32_t dimids[3]) |
|