Update README.md
Browse files
README.md
CHANGED
@@ -55,8 +55,42 @@ dataset_info:
|
|
55 |
num_bytes: 6391954899.475747
|
56 |
num_examples: 3963
|
57 |
download_size: 16974411052
|
58 |
-
dataset_size: 31722677003
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
---
|
60 |
-
# Dataset Card for "PovertyMap"
|
61 |
|
62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
num_bytes: 6391954899.475747
|
56 |
num_examples: 3963
|
57 |
download_size: 16974411052
|
58 |
+
dataset_size: 31722677003
|
59 |
+
license: other
|
60 |
+
task_categories:
|
61 |
+
- image-classification
|
62 |
+
tags:
|
63 |
+
- map
|
64 |
+
- poverty
|
65 |
+
- satellite
|
66 |
+
size_categories:
|
67 |
+
- 10K<n<100K
|
68 |
---
|
|
|
69 |
|
70 |
+
# PovertyMap-wilds: Poverty mapping across different countries
|
71 |
+
|
72 |
+
**Homepage**: https://github.com/sustainlab-group/africa_poverty \
|
73 |
+
**Publication Date**: 2020-05-22 \
|
74 |
+
**License**: LandSat/DMSP/VIIRS data is U.S. Public Domain. \
|
75 |
+
**Citation**:
|
76 |
+
```bibtex
|
77 |
+
@article{yeh2020using,
|
78 |
+
author = {Yeh, Christopher and Perez, Anthony and Driscoll, Anne and Azzari, George and Tang, Zhongyi and Lobell, David and Ermon, Stefano and Burke, Marshall},
|
79 |
+
day = {22},
|
80 |
+
doi = {10.1038/s41467-020-16185-w},
|
81 |
+
issn = {2041-1723},
|
82 |
+
journal = {Nature Communications},
|
83 |
+
month = {5},
|
84 |
+
number = {1},
|
85 |
+
title = {{Using publicly available satellite imagery and deep learning to understand economic well-being in Africa}},
|
86 |
+
url = {https://www.nature.com/articles/s41467-020-16185-w},
|
87 |
+
volume = {11},
|
88 |
+
year = {2020}
|
89 |
+
}
|
90 |
+
```
|
91 |
+
|
92 |
+
## Description
|
93 |
+
|
94 |
+
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`,
|
95 |
+
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`)
|
96 |
+
and processed DHS survey metadata obtained from https://github.com/sustainlab-group/africa_poverty and originally from `https://dhsprogram.com/data/available-datasets.cfm`.
|