data(smartphone): compute display ppi from resolution + size (51,557 records)#112
Conversation
…57 records Fills display.ppi = round(sqrt(w^2+h^2)/size_inch) for records that have a resolution and screen size but no ppi. Pure geometry from existing fields — no new/external data. Validated against records that already have ppi: 89% exact, 10% off-by-1 (rounding); the rare larger deltas are Apple's marketed/rounded figures. Coverage ~26% -> ~81%. Refs #1
🤖 TechEngine · data validation
|
🤖 TechEngine · verify (Tier 0)Derivation, not import — the density is computed from
|
🔎 Data verification — Tier 0 (offline existence/trust)Scored by Changed records in this PRNo records scored. Full-dataset baseline105742 record(s) scored. %%{init: {"theme":"base","themeVariables":{"pie1":"#3fb950","pie2":"#d29922","pie3":"#f85149","pieStrokeWidth":"0px","pieOpacity":"1"}}}%%
pie showData
title Verification bands — all records
"Green" : 13192
"Yellow" : 90617
"Red" : 1933
green = authoritative source + complete + consistent · yellow = plausible, needs confirmation · red = sparse/weak source or a hard contradiction. Promotion to |
TechEngine change review: PASS
Changed data
Changed record examples
Heuristic review
|
TechEngine validation stats: PASS
Data summary
Warning Tracked verified coverage is below 50% for watch 2.5% (11/433), brand 4.8% (10/207), tablet 5.0% (174/3455), soc 5.8% (123/2104), smartphone 9.1% (8453/93396), all 9.5% (10028/105742), gpu 12.0% (244/2030), pda 19.3% (27/140), and 1 more. Validation notes
Key output:
|
… fields Applies the same two derivations used for smartphones (#111, #112) to the tablet/watch/pda catalogues: parse launch os_version from the `os` string, and compute display.ppi = round(sqrt(w^2+h^2)/size_inch). Deterministic, no new data. tablet +2656 os_version / +2080 ppi; watch +202 / +279; pda +16 / +54. Refs #1
… fields Applies the same two derivations used for smartphones (#111, #112) to the tablet/watch/pda catalogues: parse launch os_version from the `os` string, and compute display.ppi = round(sqrt(w^2+h^2)/size_inch). Deterministic, no new data. tablet +2656 os_version / +2080 ppi; watch +202 / +279; pda +16 / +54. Refs #1
Summary
Computes display pixel density (
ppi) for smartphones from fields already in the record — pure geometry, no new/external data.display.ppi = round(sqrt(width² + height²) / size_inch)for 51,557 smartphones that have a resolution and screen size but noppi.ppi~26% → ~81%.ppi: 89% exact match, 10% off-by-1 (rounding), only 0.4% differ by more — and those are Apple's marketed/rounded figures (e.g. iPhone "326") vs the true geometric density.Same deterministic method PR #107 used for monitors & laptops, now applied to the smartphone catalogue. All
verified: false. Validation passes. Dump regenerated — 51,557 changed smartphone detail pages.Closes #1