The enum values of the CDF data types.
nc_type The netcdf external data types
The enum values of the CDF data types.
nc_type The netcdf external data types
00 Remarks
这个枚举值是直接可以和CDF文件之中读取出来的值之间相互转换的
01 Syntax
02 Fields
| Name | Overloads | Summary |
|---|---|---|
| undefined | 2 | int NC_NAT = 0; /* Not-A-Type */ |
| NC_BYTE | 2 | 8-bit signed integers, signed 1 byte integer |
| NC_CHAR | 2 | text characters, ISO/ASCII character |
| NC_SHORT | 2 | 16-bit signed integers |
| NC_INT | 2 | 32-bit signed integers |
| NC_FLOAT | 2 | IEEE single precision floats |
| NC_DOUBLE | 2 | IEEE double precision floats |
| NC_INT64 | 2 | define NC_INT64 10 probably not supports by the standard netCDF4 library on linux and NASA Panoply software... |
| NC_UINT64 | 2 | unsigned 8-byte int |
| NC_STRING | 2 | string |
| NC_VLEN | 2 | used internally for vlen types |
| NC_OPAQUE | 2 | used internally for opaque types |
| NC_ENUM | 2 | used internally for enum types |
| NC_COMPOUND | 2 | used internally for compound types |
| BOOLEAN | 2 | probably not supports by the standard netCDF4 library on linux and NASA Panoply software... |
| NC_UBYTE | 1 | |
| NC_USHORT | 1 | |
| NC_UINT | 1 |
03 Members
int NC_NAT = 0; / Not-A-Type /
8-bit signed integers, signed 1 byte integer
text characters, ISO/ASCII character
16-bit signed integers
32-bit signed integers
IEEE single precision floats
IEEE double precision floats
#define NC_INT64 10
probably not supports by the standard netCDF4 library on linux and NASA Panoply software...
unsigned 8-byte int
string
used internally for vlen types
used internally for opaque types
used internally for enum types
used internally for compound types
probably not supports by the standard netCDF4 library on linux and NASA Panoply software...