An open API service indexing awesome lists of open source software.

https://github.com/worldhealthorganization/geoutils

R package that provides datasets with metadata for geographic entities (continents, WHO regions, countries/territories) with specified standards for codes and names, used for unifying data reported from multiple sources.
https://github.com/worldhealthorganization/geoutils

eios geography r

Last synced: 15 days ago
JSON representation

R package that provides datasets with metadata for geographic entities (continents, WHO regions, countries/territories) with specified standards for codes and names, used for unifying data reported from multiple sources.

Awesome Lists containing this project

README

          

# geoutils

[![R build status](https://github.com/WorldHealthOrganization/geoutils/workflows/R-CMD-check/badge.svg)](https://github.com/WorldHealthOrganization/geoutils/actions)

This repository provides datasets with metadata for geographic entities (continents, WHO regions, countries/territories, etc.) with specified standards for codes and names, used for unifying data reported from multiple sources.

This is available as both an R package, which can be installed and used as shown below, and also as [csv](https://github.com/WorldHealthOrganization/geoutils/tree/master/csv) files that can be easily used outside of R.

### Install (R)

```r
remotes::install_github("WorldHealthOrganization/geoutils")
```

```r
library(geoutils)

# the following datasets are now available
continents
who_regions
admin0
admin1
admin2
```