SINTEF / olmo

SINTEF OceanLab Observatory data handling and storage
3 stars 4 forks source link

Module organisation #8

Closed WillRNaylor closed 2 years ago

WillRNaylor commented 2 years ago

Starting to use two files: ingest.py - file for ingestion of a df into influxdb processing.py - file for transformations of df's before ingestion.

Motivation is that the sensor classes should also use these (not just loggernet), so they can't be in the class definitions of the sensor class.