Kossisoroyce commited on
Commit
ea44e71
·
verified ·
1 Parent(s): 9a0d4ee

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +229 -44
README.md CHANGED
@@ -1,48 +1,233 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
- features:
4
- - name: name
5
- dtype: string
6
- - name: id
7
- dtype: string
8
- - name: country
9
- dtype: string
10
- - name: admin_level
11
- dtype: string
12
- - name: category
13
- dtype: string
14
- - name: range_type
15
- dtype: string
16
- - name: range
17
- dtype: int64
18
- - name: population_type
19
- dtype: string
20
- - name: population
21
- dtype: int64
22
- - name: population_share
23
- dtype: float64
24
- - name: population_interval
25
- dtype: int64
26
- - name: population_interval_share
27
- dtype: float64
28
- - name: esa_source
29
- dtype: string
30
- - name: esa_processed
31
- dtype: string
32
  splits:
33
- - name: train
34
- num_bytes: 454741
35
- num_examples: 2972
36
- - name: test
37
- num_bytes: 113921
38
- num_examples: 744
39
- download_size: 118977
40
- dataset_size: 568662
41
- configs:
42
- - config_name: default
43
- data_files:
44
- - split: train
45
- path: data/train-*
46
- - split: test
47
- path: data/test-*
48
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - en
8
+ license: cc-by-sa-4.0
9
+ multilinguality:
10
+ - monolingual
11
+ size_categories:
12
+ - 1K<n<10K
13
+ source_datasets:
14
+ - original
15
+ task_categories:
16
+ - tabular-classification
17
+ - tabular-regression
18
+ - other
19
+ task_ids: []
20
+ tags:
21
+ - africa
22
+ - humanitarian
23
+ - hdx
24
+ - electric-sheep-africa
25
+ - education
26
+ - health-facilities
27
+ - transportation
28
+ - sdn
29
+ pretty_name: "Sudan - Accessibility Indicators"
30
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  splits:
32
+ - name: train
33
+ num_examples: 2972
34
+ - name: test
35
+ num_examples: 743
 
 
 
 
 
 
 
 
 
 
 
36
  ---
37
+
38
+ # Sudan - Accessibility Indicators
39
+
40
+ **Publisher:** HeiGIT (Heidelberg Institute for Geoinformation Technology) · **Source:** [HDX](https://data.humdata.org/dataset/sudan-accessibility-indicators) · **License:** `cc-by-sa` · **Updated:** 2026-02-27
41
+
42
+ ---
43
+
44
+ ## Abstract
45
+
46
+ This dataset provides insights into spatial accessibility to healthcare and
47
+ education services across Sudan. It has been created using free and
48
+ open tools such as [openrouteservice](https://openrouteservice.org/) and open
49
+ data sources, primarily [OpenStreetMap](https://www.openstreetmap.org/) (OSM).
50
+
51
+
52
+ To assess accessibility to education and healthcare, we use travel-time
53
+ isochrones—polygons representing areas reachable within a given time or distance by
54
+ car. We overlay these isochrones with [WorldPop](https://www.worldpop.org/) population
55
+ data, which provides 100m-resolution estimates. This allows us to calculate the
56
+ population within time intervals from 10 to 120 minutes away from hospital services and
57
+ distance intervals from 5 to 50 km away from schools. The unit of analysis is defined
58
+ by [geoboundaries](https://www.geoboundaries.org/) country borders, and where available
59
+ we also summarise results at finer administrative levels (ADM 1–4).
60
+
61
+
62
+ Data Structure:
63
+
64
+ - **name**: Region or country name.
65
+ - **iso**: ISO3 country code.
66
+ - **id**: Unique identifier for the administrative unit.
67
+ - **country**: ISO3 country code.
68
+ - **admin_level**: Administrative level of the unit.
69
+ - **category**: Service category — `education`, `hospitals` or
70
+ `primary_healthcare`.
71
+ - **range_type**: Method used for the catchment zone — `distance` or `time`.
72
+ - **range**: Distance (in meters) or Time away (in seconds) from schools used
73
+ to generate the polygon.
74
+ - **population**: Total population within the specified range.
75
+ - **school_age_population**: Number of school-age individuals within the range.
76
+ - **school_age_population_share**: Cumulative percentage of school-age
77
+ population.
78
+ - **school_age_population_interval**: Incremental school-age population added
79
+ in the current distance band.
80
+ - **school_age_population_interval_share**: Proportion of new school-age
81
+ population in the current interval.
82
+ - **population_share**: Cumulative percentage of total population.
83
+ - **population_interval**: Incremental population added in the current distance
84
+ band.
85
+ - **population_interval_share**: Share of the total population represented by
86
+ the current interval.
87
+
88
+ This dataset is one of many [HeiGIT exports on HDX](https://data.humdata.org/organization/heidelberg-institute-for-geoinformation-technology).
89
+ See the [HeiGIT](https://heigit.org/) website for more information.
90
+
91
+ We are looking forward to hearing about your use-case! Feel free to reach out
92
+ to us and tell us about your research at
93
+ [communications@heigit.org](mailto:communications@heigit.org) – we would be
94
+ happy to amplify your work.
95
+
96
+ References:
97
+
98
+ - [Geldsetzer, P., Reinmuth, M., Ouma, P. O., Lautenbach, S. et al. (2020)](https://www.thelancet.com/journals/lanhl/article/PIIS2666-7568(20)30010-6/fulltext)
99
+ - [Petricola, S., Reinmuth, M., Lautenbach, S. et al. (2022)](https://ij-healthgeographics.biomedcentral.com/articles/10.1186/s12942-022-00315-2)
100
+ - [Klipper, I. G., Zipf, A., and Lautenbach, S. (2021)](https://agile-giss.copernicus.org/articles/2/4/2021/)
101
+ - [Ruiz Sánchez, R., Reinmuth, M., Albornoz, C., Lautenbach, S., and Zipf, A. (2025)](https://agile-giss.copernicus.org/articles/6/10/2025/)
102
+
103
+ Further Information:
104
+
105
+ - [Open Access Lens](https://giscience.github.io/open-access-lens/#/)
106
+
107
+ **Limitations**:
108
+
109
+ * **OSM Completeness**: This analysis relies on OpenStreetMap (OSM) data. While OSM is
110
+ the most complete open map of the world, data quality varies significantly by region.
111
+ In areas with unmapped roads or facilities, accessibility may be underestimated.
112
+
113
+ * **Population Estimates**: Population counts are derived from WorldPop top-down
114
+ estimates (constrained). These are statistical models based on census projections and
115
+ satellite imagery, not direct census counts, and may contain inaccuracies at the local
116
+ pixel level.
117
+
118
+ * **Travel Time Assumptions**: Isochrones are calculated using standard vehicle speeds
119
+ for different road types. These models do not account for real-time traffic, seasonal
120
+ weather conditions (e.g., flooding), or road surface degradation.
121
+
122
+ * **Boundary Precision**: Administrative boundaries are sourced from geoBoundaries.
123
+ These may differ slightly from official government demarcations or other schemas.
124
+
125
+ Each row in this dataset represents country-level aggregates. Data was last updated on HDX on 2026-02-27. Geographic scope: **SDN**.
126
+
127
+ *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
128
+
129
+ ---
130
+
131
+ ## Dataset Characteristics
132
+
133
+ | | |
134
+ |---|---|
135
+ | **Domain** | Public health |
136
+ | **Unit of observation** | Country-level aggregates |
137
+ | **Rows (total)** | 3,716 |
138
+ | **Columns** | 14 (5 numeric, 9 categorical, 0 datetime) |
139
+ | **Train split** | 2,972 rows |
140
+ | **Test split** | 743 rows |
141
+ | **Geographic scope** | SDN |
142
+ | **Publisher** | HeiGIT (Heidelberg Institute for Geoinformation Technology) |
143
+ | **HDX last updated** | 2026-02-27 |
144
+
145
+ ---
146
+
147
+ ## Variables
148
+
149
+ **Geographic** — `country` (SDN), `admin_level` (ADM2, ADM1, ADM0), `category` (education), `range_type` (DISTANCE), `population_type` (school_age, total) and 4 others.
150
+
151
+ **Identifier / Metadata** — `name` (Khartoum, Ar Rahad, Sennar), `id` (16777658B19857105557319, 16777658B27261158380636, 16777658B23897511285986), `esa_source` (HDX), `esa_processed` (2026-04-27).
152
+
153
+ **Other** — `range` (range 5000.0–50000.0).
154
+
155
+ ---
156
+
157
+ ## Quick Start
158
+
159
+ ```python
160
+ from datasets import load_dataset
161
+
162
+ ds = load_dataset("electricsheepafrica/africa-education-sudan")
163
+ train = ds["train"].to_pandas()
164
+ test = ds["test"].to_pandas()
165
+
166
+ print(train.shape)
167
+ train.head()
168
+ ```
169
+
170
+ ---
171
+
172
+ ## Schema
173
+
174
+ | Column | Type | Null % | Range / Sample Values |
175
+ |---|---|---|---|
176
+ | `name` | object | 0.0% | Khartoum, Ar Rahad, Sennar |
177
+ | `id` | object | 0.0% | 16777658B19857105557319, 16777658B27261158380636, 16777658B23897511285986 |
178
+ | `country` | object | 0.0% | SDN |
179
+ | `admin_level` | object | 0.0% | ADM2, ADM1, ADM0 |
180
+ | `category` | object | 0.0% | education |
181
+ | `range_type` | object | 0.0% | DISTANCE |
182
+ | `range` | int64 | 0.0% | 5000.0 – 50000.0 (mean 28100.1076) |
183
+ | `population_type` | object | 0.0% | school_age, total |
184
+ | `population` | int64 | 0.0% | 0.0 – 21624249.0 (mean 209500.3122) |
185
+ | `population_share` | float64 | 0.0% | 0.0 – 100.0 (mean 31.0481) |
186
+ | `population_interval` | int64 | 0.0% | 0.0 – 11360923.0 (mean 25642.4244) |
187
+ | `population_interval_share` | float64 | 0.0% | 0.0 – 97.04 (mean 4.0914) |
188
+ | `esa_source` | object | 0.0% | HDX |
189
+ | `esa_processed` | object | 0.0% | 2026-04-27 |
190
+
191
+ ---
192
+
193
+ ## Numeric Summary
194
+
195
+ | Column | Min | Max | Mean | Median |
196
+ |---|---|---|---|---|
197
+ | `range` | 5000.0 | 50000.0 | 28100.1076 | 30000.0 |
198
+ | `population` | 0.0 | 21624249.0 | 209500.3122 | 28046.5 |
199
+ | `population_share` | 0.0 | 100.0 | 31.0481 | 22.79 |
200
+ | `population_interval` | 0.0 | 11360923.0 | 25642.4244 | 2013.0 |
201
+ | `population_interval_share` | 0.0 | 97.04 | 4.0914 | 1.47 |
202
+
203
+ ---
204
+
205
+ ## Curation
206
+
207
+ Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snake_case. Common missing-value markers (`N/A`, `null`, `none`, `-`, `unknown`, `no data`, `#N/A`) were unified to `NaN`. 1 column(s) with >80% missing values were removed: `iso`. The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.
208
+
209
+ ---
210
+
211
+ ## Limitations
212
+
213
+ - Data originates from HeiGIT (Heidelberg Institute for Geoinformation Technology) and has not been independently validated by ESA.
214
+ - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
215
+ - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/sudan-accessibility-indicators) for the publisher's own methodology notes and caveats.
216
+
217
+ ---
218
+
219
+ ## Citation
220
+
221
+ ```bibtex
222
+ @dataset{hdx_africa_education_sudan,
223
+ title = {Sudan - Accessibility Indicators},
224
+ author = {HeiGIT (Heidelberg Institute for Geoinformation Technology)},
225
+ year = {2026},
226
+ url = {https://data.humdata.org/dataset/sudan-accessibility-indicators},
227
+ note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
228
+ }
229
+ ```
230
+
231
+ ---
232
+
233
+ *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*