Mapping-patients

Geocoding and Mapping patients for IMB

This private repository provides code for geocoding and mapping patients for IMB.


Input files

This project is based on 3 input files that must be in the DATA/INPUT/ folder:

Files can be linked using the patient IDs. Every ~month, these files are updated on the Drupal server. Running the pipeline re-build the according Dataviz.


What the pipeline does


map


How to use the pipeline

./script_update_maps.sh


Requirements & limitations

A few R libraries need to be installed for the pipeline to work properly

library(dplyr)
library(lubridate)
library(readxl)
library(tidyr)
library(opencage)
library(jsonlite)

Note that the geocoding step is limited to 2500 calls / day.


Note on MND

Motor Neurone Disease (MND) is a disease that causes the death of neurons controling voluntaring muscles. It is also known under the name Amyotrophic lateral sclerosis (ALS).