Skip to contents

Admin level 2 (district) level sf data for Niger.

Usage

niger_zone

Format

A Simple feature collection with 72 features and 10 fields:

adm0_iso3

ISO Country Code

adm0_sub

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

adm0_name

Country Name

adm1_name

Region Name

adm2_name

District Name

adm2_pop

District Population

pcode

P Code

lon

Centerpoint Longitude

lat

Centerpoint Latitude

source

Data Source

Source

Epicentre DS.

Examples

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