Skip to content

Saviteshku/WHO-Regions-Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WHO (World Health Organisation) Geographical Regions Map Files (⭐ Star Us!)

Overview

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.

Usage

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.

Contributing

We welcome contributions! If you have suggestions or improvements, please create a pull request.

License

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!

R CODES

library(sf)
library(mapview)
my_sf <- read_sf("/who_regional_boundaries.gpkg")
mapview(my_sf, zcol = "Region", legend = TRUE)

About

WHO Geographical Regions Map Shape Files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors