Skip to content

GIScience/global-health-academy

Repository files navigation

Global Health Academy Heidelberg 2021

LICENSE

This repository includes resources used for the GIS workshop at the Global Health Academy Heidelberg 2021. The workshop will introduce some fundamental concepts of how to work with spatial data by using Covid-19 data for Germany using R and RStudio as the analysis environment. We will cover different possibilities for spatial visualization, measures to identify spatial clusters and will sneak into the definition of spatial neighbourhood definitions and the consideration of spatial regression analysis in presence of spatial auto-correlation. Hands on exercise are part of the workshop. Experience in using R/RStudio will be beneficial but not mandatory as general concepts are transferable to other analysis environments.

Workshop materials for the Global Health Academy.

See here the course details: Introduction GIS Tools /spatial epidemiology.

Dev Setup

This R project uses renv for package/library management.

Clone the repository

$ git clone https://github.com/GIScience/global-health-academy.git

Manually open the folder as project from within Rstudio or just execute:

$ cd global-health-academy
$ rstudio

Renv will be automatically recognized by R. To locally restore the packages/libraries form renv.lock file execute:

renv::restore()