Comprehensive metrics tracking what matters for thriving, sustainable communities, Part of https://walkthru.earth/hormones-cities
Open planetary indices that turn raw scientific data into a single, H3-hexagonal grid anyone can query with one SQL statement. Every index shares the same cell ID (h3_index), so joining terrain + buildings + population + weather is a one-line JOIN ON h3_index.
Why? Cities shape how people feel — but the data to prove it is scattered across dozens of agencies, formats, and projections. We unify it into one queryable, open layer so researchers, planners, and communities can finally see the full picture. Read more: walkthru.earth/hormones-cities
All datasets: Apache Parquet, ZSTD compression, sorted by h3_index.
h3_index is BIGINT (int64) — no geometry, lat, lon, or area_km2 columns (all derivable from the H3 index via DuckDB's h3 extension). Sorted by int64 for better compression and fast range-based spatial queries.h3_index is VARCHAR (hex string) with native Parquet 2.11+ GEOMETRY and lat/lon/area_km2 columns.