Skip to content

Commit 77741d3

Browse files
committed
data(laptop): compute display ppi from resolution and size
Add display.ppi (diagonal_px / size_inch) to all 1,951 laptops with a resolution + size. Deterministic. Refs #1
1 parent 604db53 commit 77741d3

1,951 files changed

Lines changed: 3902 additions & 1951 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/laptop/acer/2013/acer-chromebook-14/acer-chromebook-14-ammok-691.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"storage_gb": 32,
1414
"display": {
1515
"size_inch": 14.0,
16-
"resolution": "1366x768"
16+
"resolution": "1366x768",
17+
"ppi": 112
1718
},
1819
"weight_g": 1450.0,
1920
"os": "Chrome OS",

data/laptop/acer/2013/acer-chromebook-c910-c2st/acer-chromebook-c910-c2st-ammok-291.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"storage_gb": 16,
1414
"display": {
1515
"size_inch": 15.6,
16-
"resolution": "1366x768"
16+
"resolution": "1366x768",
17+
"ppi": 100
1718
},
1819
"weight_g": 2190.0,
1920
"os": "Chrome OS",

data/laptop/acer/2013/acer-chromebook-cb5-571-c1dz/acer-chromebook-cb5-571-c1dz-ammok-908.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"display": {
1515
"size_inch": 15.6,
1616
"resolution": "1920x1080",
17-
"panel": "IPS Panel Full HD"
17+
"panel": "IPS Panel Full HD",
18+
"ppi": 141
1819
},
1920
"weight_g": 2200.0,
2021
"os": "Chrome OS",

data/laptop/acer/2016/acer-aspire-3/acer-aspire-3-ammok-670.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"storage_gb": 128,
1414
"display": {
1515
"size_inch": 15.6,
16-
"resolution": "1366x768"
16+
"resolution": "1366x768",
17+
"ppi": 100
1718
},
1819
"weight_g": 2100.0,
1920
"os": "Linux",

data/laptop/acer/2016/acer-aspire-5/acer-aspire-5-ammok-467.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"storage_gb": 500,
1414
"display": {
1515
"size_inch": 15.6,
16-
"resolution": "1366x768"
16+
"resolution": "1366x768",
17+
"ppi": 100
1718
},
1819
"weight_g": 2200.0,
1920
"os": "Windows",

data/laptop/acer/2016/acer-aspire-a315-51/acer-aspire-a315-51-ammok-150.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"storage_gb": 1024,
1414
"display": {
1515
"size_inch": 15.6,
16-
"resolution": "1366x768"
16+
"resolution": "1366x768",
17+
"ppi": 100
1718
},
1819
"weight_g": 2100.0,
1920
"os": "Windows",

data/laptop/acer/2016/acer-aspire-a315-51/acer-aspire-a315-51-ammok-177.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"storage_gb": 128,
1414
"display": {
1515
"size_inch": 15.6,
16-
"resolution": "1366x768"
16+
"resolution": "1366x768",
17+
"ppi": 100
1718
},
1819
"weight_g": 2100.0,
1920
"os": "Windows",

data/laptop/acer/2016/acer-aspire-a315-51/acer-aspire-a315-51-ammok-237.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"storage_gb": 1024,
1414
"display": {
1515
"size_inch": 15.6,
16-
"resolution": "1366x768"
16+
"resolution": "1366x768",
17+
"ppi": 100
1718
},
1819
"weight_g": 2100.0,
1920
"os": "Linux",

data/laptop/acer/2016/acer-aspire-e5-475/acer-aspire-e5-475-ammok-75.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"storage_gb": 1024,
1414
"display": {
1515
"size_inch": 14.0,
16-
"resolution": "1366x768"
16+
"resolution": "1366x768",
17+
"ppi": 112
1718
},
1819
"weight_g": 2100.0,
1920
"os": "Windows",

data/laptop/acer/2016/acer-aspire-e5-576g/acer-aspire-e5-576g-ammok-461.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"display": {
1515
"size_inch": 15.6,
1616
"resolution": "1920x1080",
17-
"panel": "Full HD"
17+
"panel": "Full HD",
18+
"ppi": 141
1819
},
1920
"weight_g": 2230.0,
2021
"os": "Windows",

0 commit comments

Comments
 (0)