/covid-mobile-data

The COVID19 Mobility Task Force will use data from Mobile Network Operators (MNOs) to support data-poor countries with analytics on mobility to inform mitigation policies for preventing the spread of COVID-19

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

covid-mobile-data

The COVID19 Mobility Task Force will use data from Mobile Network Operators (MNOs) to support data-poor countries with analytics on mobility to inform mitigation policies for preventing the spread of COVID-19.

There is code for three high level tasks in this repository, cdr-aggregation, data-checks and dashboard-datviz. All code in this repository is under active development.

cdr-aggregation

This code aggregates and thereby anonymizes CDR data. This code builds on much of the work that has been developed by Flowminder for the purpose of supporting MNOs in producing basic indicators. Their code can be found in their GitHub account.

The aggregation code is written in python for an Azure Databricks environment but a docker image has been provided so that it runs in other environments. See more here.

data-checks

This R code reads the output from the cdr-aggregation and runs quality checks. See more here.

dashboard-dataviz

Once the data has passed the data-checks, it is presented in an R shiny dashboard. See more here.