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.
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.