dispel.providers.mobilized.io module#
Functionality to read Mobilize-D YAR files.
- dispel.providers.mobilized.io.context_from_dict(dictionary)[source]#
Flatten and cast to dictionary.
- dispel.providers.mobilized.io.df_from_source(sub_dict, sensor_location)[source]#
Create a dataframe from a nested dictionary and a sensor location.
- dispel.providers.mobilized.io.flatten(dictionary, parent_key='', separator='_')[source]#
Flatten a dictionary.
- dispel.providers.mobilized.io.parse_context(context)[source]#
Parse the context information available.
- dispel.providers.mobilized.io.parse_mobilized_yar(path, verbose=True)[source]#
Create a reading from mobilize-d .mat yar file.