Federal Employment Records (Origin-Destination)
U.S. Federal Statistical Program
Workplace-residence flows matched to federal data.
Research & Methodology
The technical foundations, validation methodology, and data architecture behind Ether Data's spatio-temporal intelligence layer.
Data provenance
Every feature traces back to federal statistical programs. No mobile panels, no SDK data, and no inferred device locations.
U.S. Federal Statistical Program
Workplace-residence flows matched to federal data.
U.S. Federal Statistical Program
Demographics, income, education, housing, and commuting priors.
Federal Labor Statistics Agency
Establishment-level employment counts by industry sector.
Federal Labor Statistics Agency
Time-use curves by occupation and sector for hourly presence.
Spatial architecture
We use a hexagonal tiling system because hexagons tile without distortion, have uniform neighbor distances, and integrate natively with modern analytics stacks.
Resolution
~460m
Edge length per cell
Manhattan coverage
3,360
Complete borough coverage
Features per cell
1,000+
Across 12 attribute domains
Product layers
Each layer builds on the previous one: presence, attraction, and hourly composition.
Employment assignment and commute redistribution onto H3 cells.
Validation:
Hub scores, commuter vectors, and economic adjacency mapping.
Structural priors:
Sector-level workforce curves per cell by hour.
Lift above baseline:
Validation
We validate on observed outcomes, not internal consistency alone.
Structural priors only
492,316 observations
No transaction training data
Validated on high-density zones
Integration
One join key connects Ether data to your existing spatial tables.
SELECT
cell_id,
daytime_population,
top_sector,
gravity_score,
finance_worker_pct,
peak_hour
FROM ether.population_intelligence
WHERE metro = 'NYC'
AND hour_local = 12
AND finance_worker_pct > 0.15
ORDER BY gravity_score DESC
LIMIT 100;