Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 753 Bytes

File metadata and controls

13 lines (8 loc) · 753 Bytes

Spatial_Analysis

test.ipynb

referenced from - https://www.learndatasci.com/tutorials/geospatial-data-python-geopandas-shapely/

cholera_ob.ipynb

Case Study: The source of the 1854 cholera outbreak

We'll use modern Python tools to redo John Snow's analysis identifying the source of the 1854 cholera outbreak on London's Broad Street. In contrast to his Game of Thrones counterpart, London's John Snow did now something: the source of cholera. He learned it doing the first-ever geospatial analysis!

For this example, we'll use the data from Robin's blog. Robin did the work to digitize Snow's original map and data.

referenced from - https://www.learndatasci.com/tutorials/geospatial-data-python-geopandas-shapely/