04 — Download
Download
Versioned releases on Borealis, with R code to read everything in. Citations and licences included with every release.
Releases
v1.0 · 2026
CARI+: 24-hour ED access (Canada, 2021 DA)
CSV (1 row per DA), GeoPackage, and metadata. Released on Borealis under CC BY 4.0.
# Read the CARI+ 24h ED release into R
library(readr)
cari <- read_csv("https://borealisdata.ca/.../cari_plus_ed_v1.csv")
# Quick look at the normalized index
summary(cari$cari_plus_norm)