nilspodlib.dataset: The main dataset class#

Dataset represents a measurement session of a single sensor_type.

Classes#

Dataset(sensor_data, counter, info)

Class representing a logged session of a single NilsPod.

Helper Functions#

parse_binary(path[, legacy_support, ...])

Parse a binary NilsPod session file and read the header and the data.

split_into_sensor_data(data, session_header)

Split/Parse the binary data into the different sensors and the counter.