The OPeNDAP FreeForm ND Data Handler performs data conversions, based on the data it receives
from the FreeForm ND engine. Note that OPeNDAP does not recommend the use of
int64 and uint64 in the format definition file.
| FreeForm ND | DAP2 |
text | String |
int8, uint8 | Byte |
int16 | Int16 |
int32, int64 | Int32 |
uint16 | UInt16 |
uint32, uint64 | UInt32 |
float32 | Float32 |
float64, enote | Float64 |