Skip to content

Commit dbf5975

Browse files
committed
data(smartphone): compute display ppi from resolution + size for 51,557 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
1 parent a2e8f3b commit dbf5975

51,557 files changed

Lines changed: 103114 additions & 51557 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/smartphone/acer/2009/betouch-e100.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"display": {
1616
"size_inch": 3.2,
1717
"resolution": "240x400",
18-
"type": "TFT resistive touchscreen, 65K colors"
18+
"type": "TFT resistive touchscreen, 65K colors",
19+
"ppi": 146
1920
},
2021
"cameras": [
2122
{

data/smartphone/acer/2009/betouch-e100/acer-betouch-e100.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"display": {
1313
"size_inch": 3.2,
1414
"resolution": "240 x 400 pixels (~146 ppi pixel density)",
15-
"type": "TFT resistive touchscreen 65K colors"
15+
"type": "TFT resistive touchscreen 65K colors",
16+
"ppi": 146
1617
},
1718
"connectivity": {
1819
"network": "GSM / HSPA",

data/smartphone/acer/2009/betouch-e101.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"display": {
1616
"size_inch": 3.2,
1717
"resolution": "240x400",
18-
"type": "TFT resistive touchscreen, 65K colors"
18+
"type": "TFT resistive touchscreen, 65K colors",
19+
"ppi": 146
1920
},
2021
"cameras": [
2122
{

data/smartphone/acer/2009/betouch-e101/acer-betouch-e101.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"display": {
1313
"size_inch": 3.2,
1414
"resolution": "240 x 400 pixels (~146 ppi pixel density)",
15-
"type": "TFT resistive touchscreen 65K colors"
15+
"type": "TFT resistive touchscreen 65K colors",
16+
"ppi": 146
1617
},
1718
"connectivity": {
1819
"network": "GSM",

data/smartphone/acer/2009/betouch-e200.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"display": {
1616
"size_inch": 3.0,
1717
"resolution": "240x400",
18-
"type": "TFT, 65K colors"
18+
"type": "TFT, 65K colors",
19+
"ppi": 155
1920
},
2021
"cameras": [
2122
{

data/smartphone/acer/2009/betouch-e200/acer-betouch-e200.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"display": {
1313
"size_inch": 3.0,
1414
"resolution": "240 x 400 pixels (~155 ppi pixel density)",
15-
"type": "TFT 65K colors"
15+
"type": "TFT 65K colors",
16+
"ppi": 155
1617
},
1718
"connectivity": {
1819
"network": "GSM / HSPA",

data/smartphone/acer/2009/dx650.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"display": {
1616
"size_inch": 2.8,
1717
"resolution": "240x320",
18-
"type": "TFT resistive touchscreen, 65K colors"
18+
"type": "TFT resistive touchscreen, 65K colors",
19+
"ppi": 143
1920
},
2021
"cameras": [
2122
{

data/smartphone/acer/2009/dx650/acer-dx650-aitoolbuzz-17-1gb-2g.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"display": {
2626
"size_inch": 2.8,
2727
"resolution": "240x320 pixels",
28-
"type": "TFT resistive touchscreen, 65K colors"
28+
"type": "TFT resistive touchscreen, 65K colors",
29+
"ppi": 143
2930
},
3031
"cameras": [
3132
{

data/smartphone/acer/2009/dx650/acer-dx650-beridzeg45-3564-1gb.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"display": {
2222
"size_inch": 2.8,
2323
"resolution": "240x320",
24-
"type": "TFT resistive touchscreen, 65K colors"
24+
"type": "TFT resistive touchscreen, 65K colors",
25+
"ppi": 143
2526
},
2627
"cameras": [
2728
{

data/smartphone/acer/2009/dx900.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"display": {
1616
"size_inch": 2.8,
1717
"resolution": "480x640",
18-
"type": "TFT resistive touchscreen, 65K colors"
18+
"type": "TFT resistive touchscreen, 65K colors",
19+
"ppi": 286
1920
},
2021
"cameras": [
2122
{

0 commit comments

Comments
 (0)