Kossisoroyce commited on
Commit
aeb1989
·
verified ·
1 Parent(s): b387f2d

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +158 -108
README.md CHANGED
@@ -5,7 +5,7 @@ language_creators:
5
  - found
6
  language:
7
  - en
8
- license: other
9
  multilinguality:
10
  - monolingual
11
  size_categories:
@@ -21,63 +21,145 @@ tags:
21
  - humanitarian
22
  - hdx
23
  - electric-sheep-africa
 
24
  - demographics
25
- - health
 
 
 
26
  - sdn
27
- pretty_name: Sudan - Subnational Demographic and Health Data
28
  dataset_info:
29
- features:
30
- - name: adm2_pcode
31
- dtype: string
32
- - name: adm_pcode
33
- dtype: string
34
- - name: female_pop
35
- dtype: int64
36
- - name: children_u5
37
- dtype: int64
38
- - name: female_u5
39
- dtype: int64
40
- - name: elderly
41
- dtype: int64
42
- - name: pop_u15
43
- dtype: int64
44
- - name: female_u15
45
- dtype: int64
46
- - name: esa_source
47
- dtype: string
48
- - name: esa_processed
49
- dtype: string
50
  splits:
51
- - name: train
52
- num_bytes: 13741
53
- num_examples: 151
54
- - name: test
55
- num_bytes: 3458
56
- num_examples: 38
57
- download_size: 17728
58
- dataset_size: 17199
59
- configs:
60
- - config_name: default
61
- data_files:
62
- - split: train
63
- path: data/train-*
64
- - split: test
65
- path: data/test-*
66
  ---
67
 
68
- # Sudan - Subnational Demographic and Health Data
69
 
70
- **Publisher:** The DHS Program · **Source:** [HDX](https://data.humdata.org/dataset/dhs-subnational-data-for-sudan) · **License:** `hdx-other` · **Updated:** 2026-02-24
71
 
72
  ---
73
 
74
  ## Abstract
75
 
76
- Contains data from the [DHS data portal](https://api.dhsprogram.com/). There is also a dataset containing [Sudan - National Demographic and Health Data](https://data.humdata.org/dataset/dhs-data-for-sudan) on HDX.
 
 
77
 
78
- The DHS Program Application Programming Interface (API) provides software developers access to aggregated indicator data from The Demographic and Health Surveys (DHS) Program. The API can be used to create various applications to help analyze, visualize, explore and disseminate data on population, health, HIV, and nutrition from more than 90 countries.
 
 
79
 
80
- Each row in this dataset represents first-level administrative unit observations. Data was last updated on HDX on 2026-02-24. Geographic scope: **SDN**.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
 
82
  *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
83
 
@@ -88,26 +170,26 @@ Each row in this dataset represents first-level administrative unit observations
88
  | | |
89
  |---|---|
90
  | **Domain** | Public health |
91
- | **Unit of observation** | First-level administrative unit observations |
92
- | **Rows (total)** | 42 |
93
- | **Columns** | 32 (15 numeric, 17 categorical, 0 datetime) |
94
- | **Train split** | 33 rows |
95
- | **Test split** | 8 rows |
96
  | **Geographic scope** | SDN |
97
- | **Publisher** | The DHS Program |
98
- | **HDX last updated** | 2026-02-24 |
99
 
100
  ---
101
 
102
  ## Variables
103
 
104
- **Geographic** — `iso3` (SDN), `location` (Khartoum, Northern, Eastern), `dhs_countrycode` (SD), `countryname` (Sudan), `surveyyear` (range 1990.0–1990.0) and 8 others.
105
 
106
- **Outcome / Measurement** — `value` (range 0.2178.0), `istotal` (range 0.0–0.0).
107
 
108
- **Identifier / Metadata** — `dataid` (range 117286.0–7925878.0), `indicatorid` (FE_FRTR_W_TFR, FP_CUSM_W_ANY, FP_CUSM_W_MOD), `characteristicid` (range 443001.0–443006.0), `characteristiclabel` (Khartoum, Northern, Eastern), `ispreferred` (range 1.0–1.0) and 3 others.
109
 
110
- **Other** — `indicator` (Total fertility rate 15-49, Married women currently using any method of contraception, Married women currently using any modern method of contraception), `precision` (range 0.0–1.0), `indicatororder` (range 11763080.0–104336020.0), `characteristicorder` (range 1443001.0–1443006.0), `denominatorweighted` (range 365.0–1480.0) and 4 others.
111
 
112
  ---
113
 
@@ -130,38 +212,16 @@ train.head()
130
 
131
  | Column | Type | Null % | Range / Sample Values |
132
  |---|---|---|---|
133
- | `iso3` | object | 0.0% | SDN |
134
- | `location` | object | 0.0% | Khartoum, Northern, Eastern |
135
- | `dataid` | int64 | 0.0% | 117286.0 – 7925878.0 (mean 3119772.7381) |
136
- | `indicator` | object | 0.0% | Total fertility rate 15-49, Married women currently using any method of contraception, Married women currently using any modern method of contraception |
137
- | `value` | float64 | 0.0% | 0.2178.0 (mean 35.8429) |
138
- | `precision` | int64 | 0.0% | 0.0 – 1.0 (mean 0.7143) |
139
- | `dhs_countrycode` | object | 0.0% | SD |
140
- | `countryname` | object | 0.0% | Sudan |
141
- | `surveyyear` | int64 | 0.0% | 1990.0 – 1990.0 (mean 1990.0) |
142
- | `surveyid` | object | 0.0% | SD1990DHS |
143
- | `indicatorid` | object | 0.0% | FE_FRTR_W_TFR, FP_CUSM_W_ANY, FP_CUSM_W_MOD |
144
- | `indicatororder` | int64 | 0.0% | 11763080.0 – 104336020.0 (mean 49915757.1429) |
145
- | `indicatortype` | object | 0.0% | I |
146
- | `characteristicid` | int64 | 0.0% | 443001.0 – 443006.0 (mean 443003.5) |
147
- | `characteristicorder` | int64 | 0.0% | 1443001.0 – 1443006.0 (mean 1443003.5) |
148
- | `characteristiccategory` | object | 0.0% | Region |
149
- | `characteristiclabel` | object | 0.0% | Khartoum, Northern, Eastern |
150
- | `byvariableid` | int64 | 0.0% | 0.0 – 14003.0 (mean 4000.8571) |
151
- | `byvariablelabel` | object | 71.4% | |
152
- | `istotal` | int64 | 0.0% | 0.0 – 0.0 (mean 0.0) |
153
- | `ispreferred` | int64 | 0.0% | 1.0 – 1.0 (mean 1.0) |
154
- | `sdrid` | object | 0.0% | |
155
- | `regionid` | object | 0.0% | |
156
- | `surveyyearlabel` | object | 0.0% | |
157
- | `surveytype` | object | 0.0% | |
158
- | `denominatorweighted` | float64 | 71.4% | 365.0 – 1480.0 (mean 900.0) |
159
- | `denominatorunweighted` | float64 | 71.4% | 365.0 – 1480.0 (mean 900.0) |
160
- | `cilow` | float64 | 71.4% | 49.0 – 144.0 (mean 87.75) |
161
- | `cihigh` | float64 | 71.4% | 71.0 – 212.0 (mean 126.25) |
162
- | `levelrank` | int64 | 0.0% | 1.0 – 1.0 (mean 1.0) |
163
- | `esa_source` | object | 0.0% | |
164
- | `esa_processed` | object | 0.0% | |
165
 
166
  ---
167
 
@@ -169,21 +229,12 @@ train.head()
169
 
170
  | Column | Min | Max | Mean | Median |
171
  |---|---|---|---|---|
172
- | `dataid` | 117286.0 | 7925878.0 | 3119772.7381 | 1137980.0 |
173
- | `value` | 0.2 | 178.0 | 35.8429 | 10.15 |
174
- | `precision` | 0.0 | 1.0 | 0.7143 | 1.0 |
175
- | `surveyyear` | 1990.0 | 1990.0 | 1990.0 | 1990.0 |
176
- | `indicatororder` | 11763080.0 | 104336020.0 | 49915757.1429 | 41633090.0 |
177
- | `characteristicid` | 443001.0 | 443006.0 | 443003.5 | 443003.5 |
178
- | `characteristicorder` | 1443001.0 | 1443006.0 | 1443003.5 | 1443003.5 |
179
- | `byvariableid` | 0.0 | 14003.0 | 4000.8571 | 0.0 |
180
- | `istotal` | 0.0 | 0.0 | 0.0 | 0.0 |
181
- | `ispreferred` | 1.0 | 1.0 | 1.0 | 1.0 |
182
- | `denominatorweighted` | 365.0 | 1480.0 | 900.0 | 901.5 |
183
- | `denominatorunweighted` | 365.0 | 1480.0 | 900.0 | 901.5 |
184
- | `cilow` | 49.0 | 144.0 | 87.75 | 76.5 |
185
- | `cihigh` | 71.0 | 212.0 | 126.25 | 121.0 |
186
- | `levelrank` | 1.0 | 1.0 | 1.0 | 1.0 |
187
 
188
  ---
189
 
@@ -195,10 +246,9 @@ Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Colu
195
 
196
  ## Limitations
197
 
198
- - Data originates from The DHS Program and has not been independently validated by ESA.
199
  - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
200
- - The following columns have >20% missing values and should be treated with caution in modelling: `byvariablelabel`, `denominatorweighted`, `denominatorunweighted`, `cilow`, `cihigh`.
201
- - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/dhs-subnational-data-for-sudan) for the publisher's own methodology notes and caveats.
202
 
203
  ---
204
 
@@ -206,10 +256,10 @@ Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Colu
206
 
207
  ```bibtex
208
  @dataset{hdx_africa_demographics_sudan,
209
- title = {Sudan - Subnational Demographic and Health Data},
210
- author = {The DHS Program},
211
  year = {2026},
212
- url = {https://data.humdata.org/dataset/dhs-subnational-data-for-sudan},
213
  note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
214
  }
215
  ```
 
5
  - found
6
  language:
7
  - en
8
+ license: cc-by-sa-4.0
9
  multilinguality:
10
  - monolingual
11
  size_categories:
 
21
  - humanitarian
22
  - hdx
23
  - electric-sheep-africa
24
+ - affected-population
25
  - demographics
26
+ - flooding
27
+ - hazards-and-risk
28
+ - health-facilities
29
+ - indicators
30
  - sdn
31
+ pretty_name: "Sudan - Risk Assessment Indicators"
32
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  splits:
34
+ - name: train
35
+ num_examples: 151
36
+ - name: test
37
+ num_examples: 37
 
 
 
 
 
 
 
 
 
 
 
38
  ---
39
 
40
+ # Sudan - Risk Assessment Indicators
41
 
42
+ **Publisher:** HeiGIT (Heidelberg Institute for Geoinformation Technology) · **Source:** [HDX](https://data.humdata.org/dataset/sudan---risk-assessment-indicators) · **License:** `cc-by-sa` · **Updated:** 2026-04-13
43
 
44
  ---
45
 
46
  ## Abstract
47
 
48
+ This dataset provides comprehensive **Risk Assessment Indicators** for **Sudan**, aggregated at **admin level 2** and
49
+ can in particular be used to perform a structured risk assessment for **flood** hazards.
50
+ It includes demographic, environmental, infrastructure, accessibility, and hazard-related data to support disaster risk and resilience analysis.
51
 
52
+ All layers are derived from [HeiGIT’s GAIA Pipeline](https://giscience.github.io/gis-training-resource-center/content/GIS_AA/en_gaia_indicators_processing.html), integrating open data sources such as [WorldPop](https://www.worldpop.org/),
53
+ [OpenStreetMap](https://www.openstreetmap.org/), and [Google Earth Engine](https://earthengine.google.com/) based on
54
+ [HDX COD-AB](https://data.humdata.org/dataset/?q=cod-ab) boundaries.
55
 
56
+ ---
57
+
58
+ ### **Data Overview**
59
+
60
+ - **Access to Services (`SDN_ADM2_access`)**
61
+ - **Facilities (`SDN_ADM2_facilities`)**
62
+ - **Coping Capacity (`SDN_ADM2_coping`)**
63
+ - **Demographics (`SDN_ADM2_demographics`)**
64
+ - **Rural Population (`SDN_ADM2_rural_population`)**
65
+ - **Vulnerability (`SDN_ADM2_vulnerability`)**
66
+ - **Flood Exposure (`SDN_ADM2_flood_exposure`)**
67
+
68
+
69
+ <p>&nbsp;</p>
70
+ <p>&nbsp;</p>
71
+
72
+ ---
73
+
74
+ ### **Indicator Descriptions**
75
+
76
+ #### **Access to Services (`SDN_ADM2_access`)**
77
+ Represents the share of the population with access to key facilities within defined distances or travel times.
78
+
79
+ - **ADM2_PCODE** – Administrative division code (ADM2)
80
+ - **access_pop_education_5km / 10km / 20km** – Population within 5, 10, and 20 km of educational facilities
81
+ - **access_pop_hospitals_30min / 1h / 2h** – Population within 30 minutes, 1 hour, and 2 hours of a hospital
82
+ - **access_pop_primary_healthcare_30min / 1h / 2h** – Population within 30 minutes, 1 hour, and 2 hours of a primary health care facility
83
+
84
+ Data Source: [openrouteservice (ORS)](https://openrouteservice.org/)
85
+
86
+ ---
87
+
88
+ #### **Facilities (`SDN_ADM2_facilities`)**
89
+ Counts of essential service facilities within each district.
90
+
91
+ - **ADM2_PCODE** – Administrative division code (ADM2)
92
+ - **education_count** – Number of educational facilities
93
+ - **hospitals_count** – Number of hospitals
94
+ - **primary_healthcare_count** – Number of primary health care facilities
95
+
96
+ Data Source: [OpenStreetMap (OSM)](https://www.openstreetmap.org)
97
+
98
+ ---
99
+
100
+ #### **Coping Capacity (`SDN_ADM2_coping`)**
101
+ Combines **Access to Services** and **Facilities** data to represent a district’s coping capacity.
102
+
103
+ ---
104
+
105
+ #### **Demographics (`SDN_ADM2_demographics`)**
106
+ Shows the population composition by age and gender.
107
+
108
+ - **ADM2_PCODE** – Administrative division code (ADM2)
109
+ - **female_pop** – Total female population
110
+ - **children_u5** – Population under 5 years old
111
+ - **female_u5** – Female population under 5 years old
112
+ - **elderly** – Population aged 65 and older
113
+ - **pop_u15** – Population under 15 years old
114
+ - **female_u15** – Female population under 15 years old
115
+
116
+ Data Source: [Worldpop](https://www.worldpop.org/)
117
+
118
+ ---
119
+
120
+ #### **Rural Population (`SDN_ADM2_rural_population`)**
121
+ Same demographic breakdown as above, but limited to rural populations. Rural areas are those outside urban extents,
122
+ typically characterized by lower population density, agricultural or natural land use, and limited infrastructure compared to urban centers.
123
+
124
+ - **ADM2_PCODE** – Administrative division code (ADM2)
125
+ - **female_pop_rural**, **children_u5_rural**, **female_u5_rural**, **elderly_rural**, **pop_u15_rural**, **female_u15_rural** – Rural demographic counts
126
+ - **rural_pop_perc** – Percentage of total population living in rural areas
127
+
128
+ Data Source: [Global Human Settlement Layer (GHSL)](https://human-settlement.emergency.copernicus.eu/datasets.php)
129
+
130
+ ---
131
+
132
+ #### **Vulnerability (`SDN_ADM2_vulnerability`)**
133
+ Combines **Demographics** and **Rural Population** indicators.
134
+
135
+ ---
136
+
137
+ #### **Flood Exposure (`SDN_ADM2_flood_exposure`)**
138
+ Shows population and facility exposure to flooding at 30 cm depth for multiple return periods.
139
+
140
+ - **ADM2_PCODE** – Administrative division code (ADM2)
141
+ - **female_pop_30cm**, **children_u5_30cm**, **female_u5_30cm**, **elderly_30cm**, **pop_u15_30cm**, **female_u15_30cm** – Exposed population by group
142
+ - **education_30cm_pct / count**, **hospitals_30cm_pct / count**, **primary_healthcare_30cm_pct / count** – Facility exposure (percentage and count)
143
+
144
+ Data Source: [The Joint Research Centre (JRC)](https://data.jrc.ec.europa.eu/collection/id-0054)
145
+
146
+
147
+ ---
148
+
149
+
150
+
151
+ ### **QGIS Plugin Risk Assessment Inputs**
152
+
153
+ - **Coping Capacity** = Access + Facilities
154
+ - **Vulnerability** = Demographics + Rural Population
155
+ - **Exposure** = Vulnerable Population + Facilities exposed to Floods
156
+
157
+ This dataset is part of HeiGIT’s **Risk Assessment Indicator Collection** on HDX.
158
+ See more at [HeiGIT on HDX](https://data.humdata.org/organization/heidelberg-institute-for-geoinformation-technology) and learn about HeiGIT’s research at [HeiGIT](https://heigit.org/).
159
+
160
+ We are happy to hear about your use-cases — contact us at [communications@heigit.org](mailto:communications@heigit.org)!
161
+
162
+ Each row in this dataset represents tabular records. Data was last updated on HDX on 2026-04-13. Geographic scope: **SDN**.
163
 
164
  *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
165
 
 
170
  | | |
171
  |---|---|
172
  | **Domain** | Public health |
173
+ | **Unit of observation** | Tabular records |
174
+ | **Rows (total)** | 189 |
175
+ | **Columns** | 10 (6 numeric, 4 categorical, 0 datetime) |
176
+ | **Train split** | 151 rows |
177
+ | **Test split** | 37 rows |
178
  | **Geographic scope** | SDN |
179
+ | **Publisher** | HeiGIT (Heidelberg Institute for Geoinformation Technology) |
180
+ | **HDX last updated** | 2026-04-13 |
181
 
182
  ---
183
 
184
  ## Variables
185
 
186
+ **Geographic** — `elderly` (range 102.0–42115.0).
187
 
188
+ **Demographic** — `female_pop` (range 1892.0633763.0), `female_u5` (range 300.0–88537.0), `pop_u15` (range 1657.0484448.0), `female_u15` (range 807.0–236599.0).
189
 
190
+ **Identifier / Metadata** — `adm2_pcode` (SD07090, SD15030, SD04125), `adm_pcode` (SD07090, SD15030, SD04125), `esa_source` (HDX), `esa_processed` (2026-04-27).
191
 
192
+ **Other** — `children_u5` (range 613.0–179878.0).
193
 
194
  ---
195
 
 
212
 
213
  | Column | Type | Null % | Range / Sample Values |
214
  |---|---|---|---|
215
+ | `adm2_pcode` | object | 0.0% | SD07090, SD15030, SD04125 |
216
+ | `adm_pcode` | object | 0.0% | SD07090, SD15030, SD04125 |
217
+ | `female_pop` | int64 | 0.0% | 1892.0 – 633763.0 (mean 111213.746) |
218
+ | `children_u5` | int64 | 0.0% | 613.0 179878.0 (mean 32217.2222) |
219
+ | `female_u5` | int64 | 0.0% | 300.088537.0 (mean 15752.8148) |
220
+ | `elderly` | int64 | 0.0% | 102.0 – 42115.0 (mean 8196.8995) |
221
+ | `pop_u15` | int64 | 0.0% | 1657.0 – 484448.0 (mean 89555.8254) |
222
+ | `female_u15` | int64 | 0.0% | 807.0 – 236599.0 (mean 42981.0) |
223
+ | `esa_source` | object | 0.0% | HDX |
224
+ | `esa_processed` | object | 0.0% | 2026-04-27 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
225
 
226
  ---
227
 
 
229
 
230
  | Column | Min | Max | Mean | Median |
231
  |---|---|---|---|---|
232
+ | `female_pop` | 1892.0 | 633763.0 | 111213.746 | 76236.0 |
233
+ | `children_u5` | 613.0 | 179878.0 | 32217.2222 | 23370.0 |
234
+ | `female_u5` | 300.0 | 88537.0 | 15752.8148 | 11391.0 |
235
+ | `elderly` | 102.0 | 42115.0 | 8196.8995 | 5563.0 |
236
+ | `pop_u15` | 1657.0 | 484448.0 | 89555.8254 | 66467.0 |
237
+ | `female_u15` | 807.0 | 236599.0 | 42981.0 | 31213.0 |
 
 
 
 
 
 
 
 
 
238
 
239
  ---
240
 
 
246
 
247
  ## Limitations
248
 
249
+ - Data originates from HeiGIT (Heidelberg Institute for Geoinformation Technology) and has not been independently validated by ESA.
250
  - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
251
+ - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/sudan---risk-assessment-indicators) for the publisher's own methodology notes and caveats.
 
252
 
253
  ---
254
 
 
256
 
257
  ```bibtex
258
  @dataset{hdx_africa_demographics_sudan,
259
+ title = {Sudan - Risk Assessment Indicators},
260
+ author = {HeiGIT (Heidelberg Institute for Geoinformation Technology)},
261
  year = {2026},
262
+ url = {https://data.humdata.org/dataset/sudan---risk-assessment-indicators},
263
  note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
264
  }
265
  ```