Journal Information
Vol. 21. Issue 1.
Pages 112-115 (January - February 2017)
Share
Share
Download PDF
More article options
Visits
4297
Vol. 21. Issue 1.
Pages 112-115 (January - February 2017)
Brief communication
Open Access
Snow's case revisited: new tool in geographic profiling of epidemiology
Visits
4297
Alessio Papinia,
Corresponding author
alpapini@unifi.it

Corresponding author.
, Ugo Santosuossob
a University of Florence, Department of Biology, Firenze, Italy
b University of Florence, Department of Clinical and Experimental Medicine, Firenze, Italy
This item has received

Under a Creative Commons license
Article information
Statistics
Figures (2)
Additional material (1)
Abstract

Geographic Profiling technique is used to find the origin of a series of crimes. The method was recently extended to other fields. One of the best renowned data in epidemiology is that by John Snow during an outburst of cholera in London. We wrote Python scripts to perform the analyses to apply the Geographic Profiling for individuating the starting origin of an infection by using the old Snow's data set. We modified the method by applying a weight to each point of the map where cases of cholera were reported. The weight was proportional to the number of cases in a given location.

This modification of the Geographic Profiling method allowed to individuate in the map an area of maximum probability of the infection source, which was a few meters wide and including the historically known source of cholera, that is the “classical” water pump at Broad Street.

The method appears to be a useful complement in order to individuate the source of epidemics when available data about the cases of the infections can be summarized on a map.

Keywords:
Geographic profiling
Geographic epidemiology
Cholera
John Snow
Full Text
Introduction

Geographic Profiling (GP) is an analytic tool widely used in criminology in order to identify on a map an area of highest probability assumed to contain the origin of linked events, typically crimes executed by a serial offender.1 The method was extended from criminology to other fields where it was possible to identify a series of linked events which might have originated from a starting point in the space (represented on a two dimensional map). Fields of application other than criminology have been: invasion by alien species,2–5 bumblebees foraging and nest location,6,7 and infectious diseases targeting.8,9

GP uses the coordinates on the mapped events, creating a probability surface, the so-called geoprofile.1 The geoprofile does not indicate the exact origin of the events, but rather prioritize a series of geographical points, based on the data.1 The geoprofile will provide on the map a decreasing probability density of finding the source of the events drawn on the map.1

The model does not search simply the geographical center of the events, but instead it considers a distance-decay function, such that the probability of an event will be lower by increasing the distance from the center of origin; and a buffer zone, within which the probability of an event tends to zero.1 The distance-decay function is related to maximizing parsimony in movement, in economical and energy terms. Surprisingly, these functions revealed to be found not only for humans (criminals), but also even for invasive (not human) species2,3 and infectious diseases.8–10

The need for analytical tools to recognize the source of the spreading of “something” (generally a threat) has always been an important task.11 One of the best known cases is, in epidemiology, that of cholera outbreak in London, 1854, studied by John Snow12 and widely cited as a seminal work in spatial epidemiology13 [13 and references therein]. Dr. Snow tagged the cholera cases and the water pumps on the map of London and searched for the area with the highest number of cases, so discovering that the origin of the outbreak (the so-called focus of infection) was a contaminated water pump in Broad Street. The tagged cholera cases drawn by Snow on the map of London can be converted in a data set of coordinates, that was already used by Le Comber et al.8 to test the GP method for targeting infectious diseases. Le Comber et al.8 were able to mark a restricted area in the map of London containing the famous water pump of Broad Street (see Fig. 1C and D in their article). These authors used as input data the individual addresses where case of deaths due to cholera had occurred, that is 321 addresses, while the total number of cases amounted to 575, since more than one case might have occurred at the same address. Le Comber et al.8 used this approach “to avoid the possible problem of spatial temporal non-independence due to secondary infections at a given address”. Our approach included, instead, all cases assigning a weight to each point (addresses) proportional to the number of cases. We overlooked possible secondary human-to-human contagions, since cholera should not easily transmit from person-to-person, while its transmission is known to be more food- or water-born.14 For this reason, we interpreted more than one case in the same address as independent events and hence summable.

Therefore, here we propose a new method of applying GP in which a different weight is assigned to each point of the map proportionally to the number of cases occurred in each point.

Methods

The data about the positions of cases on the map were acquired with Neuronmorpho (http://www.southampton.ac.uk/∼dales/morpho/), a plugin of ImageJ (National Institute of Health; http://rsb.info.nih.gov/ij/), that can read a map position with a mouse click, building a csv file containing the coordinates point by point. Weights were added manually. Our method calculates the GP by weighting each point of the map in direct proportionality with the number of cases occurred in a given point of the map. That is, some points of the map are more important than others. The data were analyzed with a Python script (Geoprof3.0.2.py).

Crucial for the GP analysis is the assignment of the values B, corresponding to the radius of the buffer zone.2 In our analysis we used B=30, corresponding to a buffer zone of 30 pixels (about 15m on our map), that is quite small, with respect to other GP analyses in other fields, such as those on malaria cases in Cairo.9 We evaluated more B values, calculating the impact on the analysis. The GP technique is described in detail in Papini et al.3 The variable B (the buffer zone) is of course dependent on the map magnification and on the map resolution, since B is expressed in pixels, while the actual meaning of the buffer zone can be understood only if expressed in meters or km.

The Python scripts were written by the authors and can be retrieved from the site www.unifi.it/caryologia/PapiniPrograms.html. The scripts were executed with Python 2.7.3 (http://www.python.org/), running in Ubuntu 12.04 LTS operating system, kernel 2.6.32. The Python (>=2.6 version) programs need NumPy (http://www.numpy.org/), SciPy (http://www.scipy.org/), Matplotlib (http://matplotlib.org/), Scikit-learn (http://scikit-learn.org), and Python Image Library – PIL – (http://www.pythonware.com/products/pil/) libraries installed. A note about the software is provided as Supplementary material (SoftwareUsesupplementary.pdf).

Results and discussion

Fig. 1 shows the results obtained by considering only the addresses on the map as data sets, corresponding to the analysis by Le Comber et al.,9 that is, no weight was assigned to an address on the basis of the number of recorded cases. In Fig. 2 we show the GP analysis with weights assigned to each point of the map on the basis of the number of cases. The result is quite striking, since the red area, representing the area of the map with the points with 95% of highest probability comprised the pump of Broad Street. This area was about 30m in diameter. With respect to the method that does not consider the number of cases as weights (shown in Fig. 1), the total area of highest probability of the presence of the source was hence much smaller.

Fig. 1.

Results obtained by considering only the addresses on the map as data sets. No weight is assigned to each address on the basis of the number of recorded cases.

(0.32MB).
Fig. 2.

GP analysis with weights assigned to each point of the map on the basis of the number of cholera cases. The red area (that with highest probability to find the infection source) is only about 30m in diameter and it comprises the famous pump of Broad Street.

(0.32MB).

Counting the pixels with highest probability of finding the source of the crimes, we found that the red pixels (those with highest probability) decreased substantially passing from considering only the addresses to using the whole data set with weights, that is from 36533 to 10068 (visible from the reduction in dimension of the red area from Fig. 1 to Fig. 2). Calculating each case as a single point, also if located in the same position on the map (that is at the same address), produced an area of red pixels only slightly higher with respect to the use of weights (data not shown).

Calculating the distance on the map, the GP analysis with weights produced an area of maximum probability of finding the source of about 30m in diameter, which contains the well known source of cholera cases in London, that is the famous pump of Broad Street recognized by Snow.12 This result shows that the use of weights proportional to the number of cases in each address largely increase the precision of the analysis, that is, it reduces the area of maximum probability where to look for the source with respect to other GP techniques as those employed by Le Comber et al.9 and Verity et al.11

Conclusion

The weighted geoprofiling can be a useful method to identify a center of origin of an outbreak of a disease, in cases when more cases of infection can be found in the same point of the map (normally corresponding to a residence), largely reducing the priority points and hence showing the highest precision in delimiting the source search area.

The use of weights for more cases of infections at the same address, can be a good choice only in cases where secondary person-to-person infections can be considered not probable (as it is likely the case of cholera), otherwise, as stated by Le Comber et al.9 it is necessary to use as input data each address (point on the map) as points with the same weight=1.

Funding

Financial support by the Italian Ministry of Research (MUR), Fondi di Ateneo.

Conflicts of interest

The authors declare no conflicts of interest.

Appendix A
Supplementary data

The following are the supplementary data to this article:

References
[1]
D.K. Rossmo.
Geographic profiling.
CRC Press, (2000),
[2]
M.D. Stevenson, D.K. Rossmo, R.J. Knell, S.C. Le Comber.
Geographic profiling as a novel spatial tool for targeting the control of invasive species.
Ecography, 35 (2012), pp. 1-12
[3]
A. Papini, S. Mosti, U. Santosuosso.
Tracking the origin of the invading Caulerpa (Caulerpales, Chlorophyta) with geographic profiling, a criminological technique for a killer alga.
Biol Invasions, 15 (2013), pp. 1613-1621
[4]
A. Cini, G. Anfora, L.A. Escudero-Colomar, et al.
Tracking the invasion of the alien fruit pest Drosophila suzukii in Europe.
J Pest Sci, 87 (2014), pp. 559-566
[5]
U. Santosuosso, A. Papini.
Methods for Geographic Profiling of biological invasions with multiple origin sites.
Int J Environ Sci Technol, 13 (2016), pp. 2037-2044
[6]
N.E. Raine, D.K. Rossmo, S.C. Le Comber.
Geographic profiling applied to testing models of bumble-bee foraging.
J R Soc Interface, 6 (2009), pp. 307-319
[7]
Y. Suzuki-Ohno, M.N. Inoue, K. Ohno.
Applying geographic profiling used in the field of criminology for predicting the nest locations of bumble bees.
J Theor Biol, 265 (2010), pp. 211-217
[8]
S.C. Le Comber, D.K. Rossmo, A.N. Hassan, D.O. Fuller, J.C. Beier.
Geographic profiling as a novel spatial tool for targeting infectious disease control.
Int J Health Geogr, 10 (2011), pp. 35
[9]
C.M. Smith, S.H. Downs, A. Mitchell, A.C. Hayward, H. Fry, S.C. Le Comber.
Spatial targeting for bovine tuberculosis control: can the locations of infected cattle be used to find infected badgers?.
PLOS ONE, 10 (2015), pp. e0142710
[10]
S.C. Le Comber, M.D. Stevenson.
From Jack the Ripper to epidemiology and ecology.
Trends Ecol Evol, 27 (2012), pp. 307-308
[11]
R. Verity, M.D. Stevenson, K.D. Rossmo, R.A. Nichols, S.C. Le Comber.
Spatial targeting of infectious disease control: identifying multiple, unknown sources.
Methods Ecol Evol, 5 (2014), pp. 647-655
[12]
J. Snow.
Snow on cholera. A reprint of two papers by John Snoe, MD, together with a biographical memoir by BW Richardson, MD, and an introduction by Wade Hampton Frost.
The Commonwealth Fund, (1936),
[13]
N. Shiode, S. Shiode, E. Rod-Thatcher, S. Rana, P. Vinten-Johansen.
The mortality rates and the space-time patterns of John Snow's cholera epidemic map.
Int J Health Geogr, 14 (2015), pp. 21
[14]
D.A. Sack, R.B. Sack, G.B. Nair, A.K. Siddique.
Cholera.
Lancet, 363 (2004), pp. 223-233
Copyright © 2016. Sociedade Brasileira de Infectologia
The Brazilian Journal of Infectious Diseases
Article options
Tools
Supplemental materials