1aurent commited on
Commit
933fa1a
·
1 Parent(s): 1d34208

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -15,9 +15,13 @@ configs:
15
  dataset_info:
16
  features:
17
  - name: image
18
- sequence:
19
- sequence:
20
- sequence: float32
 
 
 
 
21
  - name: label
22
  dtype: int64
23
  - name: lat
@@ -95,4 +99,4 @@ size_categories:
95
 
96
  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`,
97
  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`)
98
- and processed DHS survey metadata obtained from https://github.com/sustainlab-group/africa_poverty and originally from `https://dhsprogram.com/data/available-datasets.cfm`.
 
15
  dataset_info:
16
  features:
17
  - name: image
18
+ dtype:
19
+ array3_d:
20
+ dtype: uint8
21
+ shape:
22
+ - 8
23
+ - 224
24
+ - 224
25
  - name: label
26
  dtype: int64
27
  - name: lat
 
99
 
100
  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`,
101
  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`)
102
+ and processed DHS survey metadata obtained from https://github.com/sustainlab-group/africa_poverty and originally from `https://dhsprogram.com/data/available-datasets.cfm`.