Skip to contents

Old (pre-2017) admin level 2 (district) level sf data for Niger.

Usage

niger_old_zone

Format

A Simple feature collection with 36 features and 3 fields:

region

Region Name

district

District Name

pcode

P Code

Source

https://geodata.lib.utexas.edu/catalog/stanford-bd373dw4168 (thanks Sophie!).

Examples

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