Skip to contents

Admin level 1 (region) level sf data for Niger.

Usage

niger_reg

Format

A Simple feature collection with 8 features and 9 fields:

adm0_iso3

ISO Country Code

adm0_sub

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

adm0_name

Country Name

adm1_name

Region Name

adm1_pop

Region Population

pcode

P Code

lon

Centerpoint Longitude

lat

Centerpoint Latitude

source

Data Source

Source

Epicentre DS.

Examples

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