Cloud-optimized formats for Draft CalEnviroScreen 5.0 (released January 2026) is a cumulative environmental pollution and health vulnerability screening tool developed by California's Office of Environmental Health Hazard Assessment (OEHHA).
2024 census tract boundaries from the US Census Bureau's TIGER/Line shapefiles, processed into cloud-native formats with H3 hexagonal spatial indexing.
s3://public-census/census-2024/tract.parquet
s3://public-census/census-2024/tract.pmtiles
s3://public-census/census-2024/tract/hex/h0={cell}/
h3_cell (resolution 10), feature_id, plus parent resolutionsKey attributes from TIGER/Line shapefiles:
STATEFP: State FIPS code (2 digits)COUNTYFP: County FIPS code (3 digits)TRACTCE: Census tract code (6 digits)GEOID: Complete geographic identifier (STATEFP + COUNTYFP + TRACTCE)NAME: Census tract name/numberNAMELSAD: Full name with legal/statistical descriptionALAND: Land area (square meters)AWATER: Water area (square meters)Each census tract is indexed into H3 hexagons at resolution 10 (~0.015 km² per hex):
The hex index enables:
Census tracts are small, relatively permanent statistical subdivisions of counties:
cng-convert-to-parquetU.S. Census Bureau (2024). TIGER/Line Shapefiles: Census Tracts. Retrieved from https://www.census.gov/geographies/mapping-files/time-series/geo/tiger-line-file.html
Public domain. No restrictions on use.
Public HTTP Access:
S3 Access (requires credentials):
This dataset was preprocessed from 56 per-state zip files using parallel download and direct shapefile merging (see AGENTS.md for methodology). The efficient preprocessing approach reduced processing time from 30+ minutes (sequential) to ~3 minutes (parallel).