tract_indices

Census Tract-Level Neighborhood Indices

About

This R code generates the Census Tract-Level Neighborhood Indices (tract_indices) data resource. This dataset is a compilation of several open data products at the census tract-level, including

See metadata.md for detailed metadata and schema information.

Accessing Data

Read the {dpkg} directly into R with:

dpkg::stow("https://github.com/geomarker-io/tract_indices/releases/download/2025/tract_indices.parquet") |>
	dpkg::read_dpkg()

Read this CSV file into R directly from the release with:

readr::read_csv("https://github.com/geomarker-io/tract_indices/releases/download/2025/tract_indices.csv")

Data Details