DCARTE
UK-DRI CAre Research & TEchnology data ingestion tools. It is currently the simplest way to access the ongoing data collected by the UKDRI-CRT project and the legacy data collected by the TIHM project.
The tools were developed by Dr Eyal Soreq to standardize data-driven analysis across data domains (IoT, behavioral, physiological, etc.). The datasets are being collected as part of the ongoing UKDRI study, which aims to progress our understanding of the different manifestations of dementia. This package works either on the Imperial College London RDS cluster or on your computer running Python >3.9.
- Install with
pip
$ pip install -U dcarte
See example Jupyter notebooks
Filename | Description | Duration |
---|---|---|
tihm15.zip | Data collected by TIHM IoT system during TIHM 1.5 project (extension) | (2018-2019) |
tihmdri.zip | Data collected by TIHM IoT system during DRI project | (2019-2021) |
The TIHM system has undergone numerous iterations during this time. These exported datasets are extracted from historic backups taken at the end of each project. The original databases are MongoDB and do not have a consistent schema. The CSV exports harmonise these into a simplified, consistent tabular format.
- Clone repo and create a new branch:
$ git checkout https://github.com/esoreq/dcarte -b name_for_new_branch
. - Make changes and test
- Submit Pull Request with a comprehensive description of changes