Skip to content

Draft: Data Service - Data Integration

Luis Aleixo requested to merge feature/WP3_value_pop into master

This MR implements a first procedure to digest the data that comes from the Data Service (WP3).

It uses a test JSON blob containing the descriptors to generate the viral_load_in_sputum distribution for the virus class, as well as a float value for the evaporation_factor. These data are injected on the requested_model_config data field to be digested by the from_dict method on the model_generator.py file. Once the ServiceData generates the data form the parameters/descriptors, this data can be widely used in the modules via the ServiceData object previously created with the corresponding data.

Validation on the input data is needed once the original JSON blob containing the final data is ready.

Edited by Luis Aleixo

Merge request reports