File size: 2,835 Bytes
4555c29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5206b68
 
 
4555c29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
05de4f8
 
3d58d33
05de4f8
 
 
 
 
 
 
 
4555c29
 
3d58d33
05de4f8
1d34208
 
3d58d33
 
 
 
 
 
 
 
 
 
 
 
 
 
05de4f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: id_val
    path: data/id_val-*
  - split: id_test
    path: data/id_test-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: image
    sequence:
      sequence:
        sequence: float32
  - name: label
    dtype: int64
  - name: lat
    dtype: float64
  - name: lon
    dtype: float64
  - name: wealthpooled
    dtype: float64
  - name: country
    dtype: int64
  - name: year
    dtype: int64
  - name: urban
    dtype: bool
  - name: nl_mean
    dtype: float64
  - name: nl_center
    dtype: float64
  - name: households
    dtype: int64
  splits:
  - name: train
    num_bytes: 15801660900.87406
    num_examples: 9797
  - name: id_val
    num_bytes: 1611295216.9003966
    num_examples: 999
  - name: id_test
    num_bytes: 1612908125.025422
    num_examples: 1000
  - name: val
    num_bytes: 6304857860.724375
    num_examples: 3909
  - name: test
    num_bytes: 6391954899.475747
    num_examples: 3963
  download_size: 16974411052
  dataset_size: 31722677003
license: other
license_details: LandSat/DMSP/VIIRS data is U.S. Public Domain
task_categories:
- image-classification
tags:
- map
- poverty
- satellite
size_categories:
- 10K<n<100K
---

# PovertyMap-Wilds: Poverty mapping across different countries

![](https://cdn-uploads.huggingface.co/production/uploads/6364f1784f773b7e4cede70c/liSf9zd0uvbH-Sf9a-wrm.png)

## Dataset Description

- **Homepage**: [github.com:sustainlab-group/africa_poverty](https://github.com/sustainlab-group/africa_poverty)
- **DOI**: https://doi.org/10.1038/s41467-020-16185-w
- **Publication Date** 2020-05-22

## Description

This is a processed version of LandSat 5/7/8 satellite imagery originally from Google Earth Engine under the names `LANDSAT/LC08/C01/T1_SR`,`LANDSAT/LE07/C01/T1_SR`,`LANDSAT/LT05/C01/T1_SR`,
nighttime light imagery from the DMSP and VIIRS satellites (Google Earth Engine names `NOAA/DMSP-OLS/CALIBRATED_LIGHTS_V4` and `NOAA/VIIRS/DNB/MONTHLY_V1/VCMSLCFG`)
and processed DHS survey metadata obtained from https://github.com/sustainlab-group/africa_poverty and originally from `https://dhsprogram.com/data/available-datasets.cfm`.

## Citation

```bibtex
@article{yeh2020using,
  author = {Yeh, Christopher and Perez, Anthony and Driscoll, Anne and Azzari, George and Tang, Zhongyi and Lobell, David and Ermon, Stefano and Burke, Marshall},
  day = {22},
  doi = {10.1038/s41467-020-16185-w},
  issn = {2041-1723},
  journal = {Nature Communications},
  month = {5},
  number = {1},
  title = {{Using publicly available satellite imagery and deep learning to understand economic well-being in Africa}},
  url = {https://www.nature.com/articles/s41467-020-16185-w},
  volume = {11},
  year = {2020}
}
```