This repository contains shape files of the geographical regions defined by the World Health Organization (WHO).
These files can be used for mapping and analysis purposes in public health research and related fields.
To use the shape files, clone this repository and navigate to the Shape_Files directory.
You can integrate these files into your preferred mapping software or analysis tools.
We welcome contributions! If you have suggestions or improvements, please create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
⭐ Star Us!
If you find this project useful, please give it a star on GitHub! Your support helps us improve and maintain this repository.
Just click the star button at the top right of this page!
library(sf)
library(mapview)
my_sf <- read_sf("/who_regional_boundaries.gpkg")
mapview(my_sf, zcol = "Region", legend = TRUE)