Skip to contents

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

Usage

drc_zone

Format

A Simple feature collection with 519 features and 6 fields:

country

Country name

reg

Region (province) name

zone

Zone name (health zone)

area

Zone area (m2)

reg_display

Title case version of reg

zone_display

Title case version of zone

Source

Legacy (ie. I don't know).

Examples

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