Replies: 2 comments 2 replies
-
|
I see the following ways to add plausibility checks: Seperated scriptsWe create a new repository with a collection of plausibility scripts. We could standardize how a plausibility script should look like, eg connect to the open-mastr engine at the beginning, do some transformations on the database, summarize the transformations in the end.
Postprocessing in open-mastrWe could also create postprocessing methods in open-mastr. We could add a postprocessing method like this: db.validate(func=validation_function())which applies a validation_function to the database. Then we could start collecting such validation functions within the package.
|
Beta Was this translation helpful? Give feedback.
-
|
We were discussing this in the mastr developer meeting. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Earlier this year, there was an initiative to offer basic plausibility checks and corrections that virtually all users of MaStR data have to "discover" already as part of the
open-mastrpackage. A few concrete corrections have also been proposed here in the discussions (#655 #645 #643).I was wondering, what the status for this project is, and whether contributions are welcome. My understanding would be that a basic structure that gives users the affordance to dis/enable plausibility checks should be in place, and then checks could be contributed by the community.
Beta Was this translation helpful? Give feedback.
All reactions