Kossisoroyce's picture
Add README.md
6e8a04e verified
|
Raw
History Blame Contribute Delete
11.4 kB
metadata
annotations_creators:
  - no-annotation
language_creators:
  - found
language:
  - en
license: cc-by-sa-4.0
multilinguality:
  - monolingual
size_categories:
  - n<1K
source_datasets:
  - original
task_categories:
  - tabular-classification
  - other
task_ids: []
tags:
  - africa
  - humanitarian
  - hdx
  - electric-sheep-africa
  - affected-population
  - demographics
  - flooding
  - hazards-and-risk
  - health-facilities
  - indicators
  - caf
pretty_name: Central African Republic - Risk Assessment Indicators
dataset_info:
  splits:
    - name: train
      num_examples: 57
    - name: test
      num_examples: 14

Central African Republic - Risk Assessment Indicators

Publisher: HeiGIT (Heidelberg Institute for Geoinformation Technology) · Source: HDX · License: cc-by-sa · Updated: 2026-04-13


Abstract

This dataset provides comprehensive Risk Assessment Indicators for Central African Republic, aggregated at admin level 2 and can in particular be used to perform a structured risk assessment for flood hazards. It includes demographic, environmental, infrastructure, accessibility, and hazard-related data to support disaster risk and resilience analysis.

All layers are derived from HeiGIT’s GAIA Pipeline, integrating open data sources such as WorldPop, OpenStreetMap, and Google Earth Engine based on HDX COD-AB boundaries.


Data Overview

  • Access to Services (CAF_ADM2_access)
  • Facilities (CAF_ADM2_facilities)
  • Coping Capacity (CAF_ADM2_coping)
  • Demographics (CAF_ADM2_demographics)
  • Rural Population (CAF_ADM2_rural_population)
  • Vulnerability (CAF_ADM2_vulnerability)
  • Flood Exposure (CAF_ADM2_flood_exposure)

 

 


Indicator Descriptions

Access to Services (CAF_ADM2_access)

Represents the share of the population with access to key facilities within defined distances or travel times.

  • ADM2_PCODE – Administrative division code (ADM2)
  • access_pop_education_5km / 10km / 20km – Population within 5, 10, and 20 km of educational facilities
  • access_pop_hospitals_30min / 1h / 2h – Population within 30 minutes, 1 hour, and 2 hours of a hospital
  • access_pop_primary_healthcare_30min / 1h / 2h – Population within 30 minutes, 1 hour, and 2 hours of a primary health care facility

Data Source: openrouteservice (ORS)


Facilities (CAF_ADM2_facilities)

Counts of essential service facilities within each district.

  • ADM2_PCODE – Administrative division code (ADM2)
  • education_count – Number of educational facilities
  • hospitals_count – Number of hospitals
  • primary_healthcare_count – Number of primary health care facilities

Data Source: OpenStreetMap (OSM)


Coping Capacity (CAF_ADM2_coping)

Combines Access to Services and Facilities data to represent a district’s coping capacity.


Demographics (CAF_ADM2_demographics)

Shows the population composition by age and gender.

  • ADM2_PCODE – Administrative division code (ADM2)
  • female_pop – Total female population
  • children_u5 – Population under 5 years old
  • female_u5 – Female population under 5 years old
  • elderly – Population aged 65 and older
  • pop_u15 – Population under 15 years old
  • female_u15 – Female population under 15 years old

Data Source: Worldpop


Rural Population (CAF_ADM2_rural_population)

Same demographic breakdown as above, but limited to rural populations. Rural areas are those outside urban extents, typically characterized by lower population density, agricultural or natural land use, and limited infrastructure compared to urban centers.

  • ADM2_PCODE – Administrative division code (ADM2)
  • female_pop_rural, children_u5_rural, female_u5_rural, elderly_rural, pop_u15_rural, female_u15_rural – Rural demographic counts
  • rural_pop_perc – Percentage of total population living in rural areas

Data Source: Global Human Settlement Layer (GHSL)


Vulnerability (CAF_ADM2_vulnerability)

Combines Demographics and Rural Population indicators.


Flood Exposure (CAF_ADM2_flood_exposure)

Shows population and facility exposure to flooding at 30 cm depth for multiple return periods.

  • ADM2_PCODE – Administrative division code (ADM2)
  • female_pop_30cm, children_u5_30cm, female_u5_30cm, elderly_30cm, pop_u15_30cm, female_u15_30cm – Exposed population by group
  • education_30cm_pct / count, hospitals_30cm_pct / count, primary_healthcare_30cm_pct / count – Facility exposure (percentage and count)

Data Source: The Joint Research Centre (JRC)


QGIS Plugin Risk Assessment Inputs

  • Coping Capacity = Access + Facilities
  • Vulnerability = Demographics + Rural Population
  • Exposure = Vulnerable Population + Facilities exposed to Floods

This dataset is part of HeiGIT’s Risk Assessment Indicator Collection on HDX. See more at HeiGIT on HDX and learn about HeiGIT’s research at HeiGIT.

We are happy to hear about your use-cases — contact us at communications@heigit.org!

Each row in this dataset represents tabular records. Data was last updated on HDX on 2026-04-13. Geographic scope: CAF.

Curated into ML-ready Parquet format by Electric Sheep Africa.


Dataset Characteristics

Domain Public health
Unit of observation Tabular records
Rows (total) 72
Columns 16 (12 numeric, 4 categorical, 0 datetime)
Train split 57 rows
Test split 14 rows
Geographic scope CAF
Publisher HeiGIT (Heidelberg Institute for Geoinformation Technology)
HDX last updated 2026-04-13

Variables

Geographicaccess_pop_primary_healthcare_30min (range 0.0–1253078.0), access_pop_primary_healthcare_1h (range 0.0–1254152.0), access_pop_primary_healthcare_2h (range 0.0–1255999.0), primary_healthcare_count (range 0.0–25.0).

Demographicaccess_pop_education_5km (range 0.0–1254052.0), access_pop_education_10km (range 0.0–1254423.0), access_pop_education_20km (range 0.0–1254423.0), access_pop_hospitals_30min (range 0.0–1254352.0), access_pop_hospitals_1h (range 0.0–1254423.0) and 1 others.

Outcome / Measurementeducation_count (range 0.0–92.0), hospitals_count (range 0.0–25.0).

Identifier / Metadataadm2_pcode (CF224, CF612, CF122), adm_pcode (CF224, CF612, CF122), esa_source (HDX), esa_processed (2026-04-27).


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-demographics-central-african-republic")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

Column Type Null % Range / Sample Values
adm2_pcode object 0.0% CF224, CF612, CF122
access_pop_education_5km int64 0.0% 0.0 – 1254052.0 (mean 46851.3472)
access_pop_education_10km int64 0.0% 0.0 – 1254423.0 (mean 50199.7917)
access_pop_education_20km int64 0.0% 0.0 – 1254423.0 (mean 53318.4306)
access_pop_hospitals_30min int64 0.0% 0.0 – 1254352.0 (mean 43003.6389)
access_pop_hospitals_1h int64 0.0% 0.0 – 1254423.0 (mean 51310.4583)
access_pop_hospitals_2h int64 0.0% 0.0 – 1256030.0 (mean 62572.6944)
access_pop_primary_healthcare_30min int64 0.0% 0.0 – 1253078.0 (mean 36533.3889)
access_pop_primary_healthcare_1h int64 0.0% 0.0 – 1254152.0 (mean 42329.5139)
access_pop_primary_healthcare_2h int64 0.0% 0.0 – 1255999.0 (mean 52865.25)
education_count int64 0.0% 0.0 – 92.0 (mean 15.1528)
hospitals_count int64 0.0% 0.0 – 25.0 (mean 3.5694)
primary_healthcare_count int64 0.0% 0.0 – 25.0 (mean 2.3333)
adm_pcode object 0.0% CF224, CF612, CF122
esa_source object 0.0% HDX
esa_processed object 0.0% 2026-04-27

Numeric Summary

Column Min Max Mean Median
access_pop_education_5km 0.0 1254052.0 46851.3472 9780.5
access_pop_education_10km 0.0 1254423.0 50199.7917 13359.5
access_pop_education_20km 0.0 1254423.0 53318.4306 15418.5
access_pop_hospitals_30min 0.0 1254352.0 43003.6389 3462.0
access_pop_hospitals_1h 0.0 1254423.0 51310.4583 10004.0
access_pop_hospitals_2h 0.0 1256030.0 62572.6944 31572.5
access_pop_primary_healthcare_30min 0.0 1253078.0 36533.3889 0.0
access_pop_primary_healthcare_1h 0.0 1254152.0 42329.5139 967.0
access_pop_primary_healthcare_2h 0.0 1255999.0 52865.25 10819.0
education_count 0.0 92.0 15.1528 6.0
hospitals_count 0.0 25.0 3.5694 1.0
primary_healthcare_count 0.0 25.0 2.3333 0.0

Curation

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. The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.


Limitations

  • Data originates from HeiGIT (Heidelberg Institute for Geoinformation Technology) and has not been independently validated by ESA.
  • Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
  • Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.

Citation

@dataset{hdx_africa_demographics_central_african_republic,
  title     = {Central African Republic - Risk Assessment Indicators},
  author    = {HeiGIT (Heidelberg Institute for Geoinformation Technology)},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/central-african-republic---risk-assessment-indicators},
  note      = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
}

Electric Sheep Africa — Africa's ML dataset infrastructure. Lagos, Nigeria.