| # | year | period | topic | category | surface | value |
|---|---|---|---|---|---|---|
| loading... | ||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Reporting year (2020-2024; mid-year reporting periods mapped to their year). | - |
| period | string | Period label (equal to the year string here). | - |
| topic | string | Values: classification (Table 8.2 national/district paved-unpaved totals) and by_district (Table 8.3 per-district paved/unpaved km). | - |
| category | string | For classification: national_paved, national_unpaved, district_paved, district_unpaved, total. For by_district: the district name. | - |
| surface | string | Road surface (paved or unpaved). Null for the classification total row. | - |
| value | float64 | Road length in kilometers. | km |
import imibare as imi
df = imi.load("rw.nisr.road-network.annual")
print(df.head()) import duckdb
duckdb.sql("""
ATTACH 'https://catalog.cloudflarestorage.com/imibare-data'
AS imi (TYPE ICEBERG, READ_ONLY)
""")
duckdb.sql("SELECT * FROM imi.rw_nisr_road-network_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.nisr.road-network.annual/download" \
-o "rw.nisr.road-network.annual.parquet" # List all datasets
curl "https://api.imibare.org/v1/datasets"
# Get metadata for this dataset
curl "https://api.imibare.org/v1/datasets/rw.nisr.road-network.annual" Every version is a change in the data, and every one is retained; snapshots are never overwritten. Each entry is a dated Parquet snapshot in the dataset's versions/ archive.
- 2026-07-03 Jul 3, 2026 LATEST265 rows · 5.3 KB · initial version
imibare contributors. (2026). Road Network by District [Data set]. imibare. v2026-07-03. https://imibare.org/datasets/rw.nisr.road-network.annual
@dataset{imibare_rw_nisr_road-network_annual, author = {imibare contributors}, title = {Road Network by District}, year = {2026}, publisher = {imibare}, version = {v2026-07-03}, url = {https://imibare.org/datasets/rw.nisr.road-network.annual} }
imibare contributors. Road Network by District. v2026-07-03. imibare, 2026. https://imibare.org/datasets/rw.nisr.road-network.annual.
imibare contributors. Road Network by District. v2026-07-03, imibare, 2026, https://imibare.org/datasets/rw.nisr.road-network.annual.