foxes.utils.get_encoding(data, complevel=5)[source] Get the encoding parameters for a numpy array. Parameters¶ data: np.ndarrayThe numpy array for which to get the encoding information. complevel: intThe compression level (1-9) Returns¶ encoding: dictThe encoding information of the numpy array.