Spatial patterns of the 2015 West African Ebola outbreak

The recent Ebola virus disease (EVD) epidemic in West Africa was the largest EVD outbreak in history, spreading across Guinea, Liberia, and Sierra Leone, infecting an estimated 28,600 individuals, and claiming over 11,000 lives.

In 2015, Kate Zinszer had the idea to use surface trend analysis to estimate the front-wave velocity of Ebola viral disease (EVD) for the 2015 outbreak, based on how it has been previously used for rabies1 and sleeping sickness.2 We implemented the methodology and published our findings3.

Estimating front-wave velocity is a straightforward method but there is no pre-existing software we could find, and some of the calculations are a bit tedious. To streamline our work, I developed an R package that automates most of the calculations. All the package requires is an integer ranking of case date, and coordinates of the cases. These coordinates could either be the specific location of the case, or (more commonly), the centroid of the region and corresponding date of first case within the region.

I will be writing a more detailed vignette eventually, but in the meantime the package is useable. Please report any errors or requests for additional functionality to me! The package is not yet on the CRAN but is hosted on github can be installed using devtools.

library(devtools)
install_github("kathryntmorrison/outbreakvelocity")

You can also view the source code and submit pull requests.

More recently4, we identified some of the spatial predictors of Ebola spread in this study area during the outbreak. One of the co-authors, Aman Verma, scraped and processed environmental data (such as rainfall and temperature) from satellite imagery. We also looked a population-level demographic data. I used a spatial CAR model in INLA to explore the amount of spatial variation captured by these different predictors. We found that households not having a radio had notably increased risk of EVD, and rainfall higher and urban land cover were also predictive. This was an exploratory ecological level study, but the we found the radio predictor especially interesting for further research.




1 Ball, Frank G. “Front-wave velocity and fox habitat heterogeneity.” Population dynamics of rabies in wildlife. Edited by Philip J. Bacon (1985).

2 Berrang-Ford, Lea, et al. “Spatial analysis of sleeping sickness, southeastern Uganda, 1970–2003.” Emerging Infectious Diseases 12.5 (2006): 813-820.

3 Zinszer K, Morrison K, Anema A, Majumder M, Brownstein J. 2015. ‘The velocity of Ebola spread in parts of west Africa.’ The Lancet Infectious Diseases, 15(9): 1005-1007.site using R markdown/knitr and github pages (like this one!)

4 Zinszer K, Morrison K, Verma A, Brownstein JS.2017. Spatial determinants of Ebola virus disease risk for the West African epidemic. PLoS Currents, 9.