Skip to contents

Admin level 1 (district) level sf data for Uganda.

Usage

uganda_zone

Format

A Simple feature collection with 146 features and 6 fields:

adm0_name

Country Name

adm0_iso3

ISO Country Code

adm0_sub

Country Subset (All, North, South, etc.)

adm1_name

District Name

pcode

P Code

adm1_pop

District Population

Source

Epicentre DS.

Examples

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