Concepts, Applications and Case Studies
Public health is the science and practice of protecting and improving the health of a population.
Core functions include disease prevention, health promotion, and surveillance.
Public Health
Public Health is multi-faceted and interdisciplinary, involving experts from various fields, including epidemiology, biostatistics, health services research, and behavioral sciences, to address the complex determinants of health.



Digtization \(\rightarrow\) Digitalization \(\rightarrow\) Digital Transformation

Recognising the need for a creating a unified Digital Health Ecosystem
2017: National Health Policy
“…attainment of the highest possible level of health and wellbeing for all at all ages”
\(\rightarrow\)
2019: National Digtal Health Blueprint
“…to create a framework for the National Health Stack and to create an action plan the comprehensive and holistic implementation of Digital Health”
Domain Principles
Think Big, Start Small, Scale Fast
Technology Principles
Single Source of Truth

Gap between health policy intentions and their practical implementation
Challenges within the existing health information systems
Need for Research on how to transform these technology adoption policies into actionable strategies that improve health outcomes
Policy Implementation Science
Learning Health Systems

Note
The key word in data science is not data, it is science.
– Jeff Leek, JHU Data Science Lab

There are four key elements of reproducible research:

Extremely useful in providing a fresh outlook to public health.
Provides opportunity to enable overlaying data with its spatial representation
Supports better planning and decision-making.
The convergence of many new sub-disciplines:

Map of the plague in the province of Bari, Naples, 1690-1692
The map shows areas most affected and the boundaries of a military quarantine imposed to prevent its spread to neighboring towns and to other provinces.
Koch T. Mapping the miasma: air, health, and place in early medical mapping. Cartographic Perspectives. 2005 Sep 1(52):4-27.


While traditional uses of GIS in healthcare still are relevant, newer methods and advancing technology would be monumental for public health research.
Definition

Like data science, spatial data science seems to be a field that arises bottom-up in and from many existing scientific disciplines and industrial activities concerned with application of spatial data, rather than being a sub-discipline of an existing scientific discipline.
Edzer Pebesma, Roger Bivand - Spatial Data Science With Applications in R








Wealth of Spatial Data
70% of all data that is generated data has spatial attributes
Routine health data can be geo-referenced
Provide a gateway for researchers and practitioners to examine the role and harness the power of SDS in public health
Coupled with the emerging field of spatial statistics, the analysis of this location-based data is developing new and novel directions for public health.
Spatial data are fundamental to many geographical analyses and spatial data science draws strongly from key geographical concepts
Tobler’s First Law
“Everything is related to everything else, but near things are more related than distant things”
Waldo Tobler, 1970

Spatial dependence is “the propensity for nearby locations to influence each other and to possess similar attributes”.

This means natural phenomenon are not spatially distributed at random.
It can be measured by the indices of Spatial Autocorrelation.
Refers to the presence of systematic spatial variation in a mapped variable.
The terms spatial association and spatial dependence are often used to reflect spatial auto- correlation as well.
Covariance Functions and Variograms
Global Spatial Autocorrelation Measures
Local Indicators of Spatial Association (LISA)
Space-Time Correlation Analysis


Map projections try to transform the earth from its spherical shape (3D) to a planar shape (2D).
A CRS then defines how the two-dimensional, projected map in your GIS relates to real places on the earth.
The decision of which depends on the extent of the area, analysis type, and often on the availability of data.

R is the best spatial data science tool available for public health !!!
R provides a range of powerful packages for geospatial analysis, enabling advanced computations and analytics.

Wealth of Resource material
Powerful tools/packages
seamlessly handle vector and raster data
inractive visualization
end-to-end solution

Newest addition: Spatial Data Science: With Applications in R

sf package
The sf package is an R implementation of Simple Features.
This package incorporates:
a new spatial data class system in R
functions for reading and writing data
tools for spatial operations on vectors

sf


Transforming COVID-19 testing data into actionable evidence for public health decision-making using epidemiological, spatiotemporal, and data-science methods






We sought to evaluate the spatial distribution of and geographic accessibility to stroke centers in India.
Data Science Approach
Driving Distance and Travel Time estimations
Population Coverage estimations







ggplot2 Gallery: https://exts.ggplot2.tidyverse.org/gallery/
R Graphics Cookbook: https://r-graphics.org/
Tidyverse Course: https://jhudatascience.org/tidyversecourse/get-data.html
Tidyverse Cookbook: https://rstudio-education.github.io/tidyverse-cookbook/import.html
Data Wrangling Cheatsheet: https://www.rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf
R Markdown: The Definitive Guide: https://bookdown.org/yihui/rmarkdown/
Quarto: https://quarto.org/
Geographic Data Science: https://geographicdata.science/book/intro.html (its in python, by the concepts are language agnostic)
Spatial Data Science with R and terra: https://rspatial.org
