erdl / lonoa

Lonoa - A collection of notebooks that collects, reformat and document data from various sensors manufacturers.
3 stars 10 forks source link

Combine orm files into one file #119

Open matthew-schultz opened 5 years ago

matthew-schultz commented 5 years ago

Since we have decided on a schema that works with all the lonoa data acquisition scripts so far, I think it would be useful for future code maintenance to combine all the orm files into a shared file lonoa_orm.py in the lonoa/ folder.

I think that having 1 orm file would make it easier to maintain the code down the road, since I've personally spent a lot of time having to update the 3 orm files any time we changed the schema.