HorizonsRC / hydrobot

Python package providing tools for the automation of data processing.
Other
0 stars 0 forks source link

Track changes on the processing object. #65

Open nicmostert opened 7 months ago

nicmostert commented 7 months ago

It's becoming clear that it is important to track all data changes on the processing object. We can compare raw and processed data to see all changes, but a more granular description of all changes will be really good for the stats we can reconstruct out of that after the fact.

I can possibly see a reason for some sort of data structure that saves the following:

nicmostert commented 5 months ago

Initial support for this added in 0.6.0