nilspodlib.calibration_utils: Legacy support helper#

A set of utilities to save and find calibrations for NilsPod sensors.

Helper Functions#

save_calibration(calibration, sensor_id, ...)

Save a calibration info object in the correct format and file name for NilsPods.

find_calibrations_for_sensor(sensor_id[, ...])

Find possible calibration files based on the filename.

find_closest_calibration_to_date(sensor_id, ...)

Find the calibration file for a sensor_type, that is closes to a given date.

load_and_check_cal_info(calibration)

Load a calibration from path or check if the provided object is already a valid calibration.