Skip to contents

Health zone level sf data for the Democratic Republic of the Congo.

Usage

liberia_zone

Format

A Simple feature collection with 136 features and 6 fields:

country

Country name

reg

Region (county) name

zone

Zone name (health district)

area

Zone area (m2)

reg_display

Title case version of reg

zone_display

Title case version of zone

Source

OCHA West and Central AFrica via humdata (2022).

Examples

ggplot2::ggplot(liberia_zone) +
  ggplot2::geom_sf(fill = '#2e4473',
                   color = 'white') +
  ggplot2::theme_void()