Skip to Content
AnalyticsSpatial Analysis & GISOverview

Spatial Analysis & GIS

Geospatial workflows for mapping health and environmental indicators onto Rwanda’s administrative geography. This section covers the Python toolchain (GeoPandas + Matplotlib), the country’s boundary hierarchy, a worked climate-mapping pipeline, and a reusable chart library for health-data presentation.

The source notebooks and their input layers live in the repository under analysis/spatial-analysis/, so every map here can be reproduced end to end.

All datasets used in this section are aggregate — sector- and district-level climate values and illustrative placeholder chart data. No patient-level or facility-level operational data is included.

Administrative hierarchy

Rwanda’s geography nests through five levels. Analyses join indicator data to the level that matches the data’s granularity — climate data is mapped at the sector level (admin3).

LevelUnitShapefile
admin1Provincerwa_adm1_2006_NISR_WGS1984
admin2Districtrwa_adm2_2006_NISR_WGS1984
admin3Sectorrwa_adm3_2006_NISR_WGS1984
admin4Cellcell_boundary
admin5VillageVillage_boundary

All layers use the WGS84 geographic coordinate system (NISR, 2006 boundaries).

Explore

Last updated on