A CF-compliant earth science data analysis library
UMArray.
get_byte_ordering
The endianness of the data.
New in version 3.14.0.
See also
open
str
None
'little_endian' or 'big_endian'. If the byte ordering has not been set then None is returned, in which case byte ordering will be detected automatically (if possible) when the file is opened with open.
'little_endian'
'big_endian'