Skip to content

Commit 585e506

Browse files
committed
data(tablet,watch,pda): derive os_version + display ppi from existing 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
1 parent 16af33f commit 585e506

3,576 files changed

Lines changed: 10646 additions & 5304 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/pda/hp/2000/ipaq-h3600/ipaq-h3600-base.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,31 @@
88
"storage_options_gb": [],
99
"variant": {
1010
"region": "global",
11-
"model_numbers": ["H3600"],
12-
"memory": {"ram_gb": 0.032},
13-
"network": {"cellular": "none"},
11+
"model_numbers": [
12+
"H3600"
13+
],
14+
"memory": {
15+
"ram_gb": 0.032
16+
},
17+
"network": {
18+
"cellular": "none"
19+
},
1420
"sim": "none"
1521
},
1622
"display": {
1723
"size_inch": 3.8,
1824
"resolution": "240x320",
19-
"type": "TFT LCD"
25+
"type": "TFT LCD",
26+
"ppi": 105
2027
},
2128
"cameras": [],
2229
"battery_mah": 950,
2330
"weight_g": 170,
24-
"dimensions": {"height_mm": 130, "width_mm": 84, "depth_mm": 16},
31+
"dimensions": {
32+
"height_mm": 130,
33+
"width_mm": 84,
34+
"depth_mm": 16
35+
},
2536
"os": "Pocket PC",
2637
"connectivity": {},
2738
"verified": true,

data/pda/hp/2004/ipaq-h6310/hp-ipaq-h6310-scrapegsma-3824.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"display": {
3535
"size_inch": 3.5,
3636
"resolution": "240x320",
37-
"type": "TFT resistive touchscreen, 65K colors"
37+
"type": "TFT resistive touchscreen, 65K colors",
38+
"ppi": 114
3839
},
3940
"connectivity": {
4041
"wlan": "Wi-Fi 802.11b",

data/pda/hp/2004/ipaq-h6310/ipaq-h6310.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.5,
1717
"resolution": "240x320",
18-
"type": "TFT resistive touchscreen, 65K colors"
18+
"type": "TFT resistive touchscreen, 65K colors",
19+
"ppi": 114
1920
},
2021
"connectivity": {
2122
"wifi": "Wi-Fi 802.11b",

data/pda/hp/2004/ipaq-h6315/hp-ipaq-h6315-scrapegsma-3823.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"display": {
3535
"size_inch": 3.5,
3636
"resolution": "240x320",
37-
"type": "TFT resistive touchscreen, 65K colors"
37+
"type": "TFT resistive touchscreen, 65K colors",
38+
"ppi": 114
3839
},
3940
"connectivity": {
4041
"wlan": "Wi-Fi 802.11b",

data/pda/hp/2004/ipaq-h6315/ipaq-h6315.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.5,
1717
"resolution": "240x320",
18-
"type": "TFT resistive touchscreen, 65K colors"
18+
"type": "TFT resistive touchscreen, 65K colors",
19+
"ppi": 114
1920
},
2021
"connectivity": {
2122
"wifi": "Wi-Fi 802.11b",

data/pda/hp/2004/ipaq-h6320/hp-ipaq-h6320-scrapegsma-3822.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"display": {
3535
"size_inch": 3.5,
3636
"resolution": "240x320",
37-
"type": "TFT resistive touchscreen, 65K colors"
37+
"type": "TFT resistive touchscreen, 65K colors",
38+
"ppi": 114
3839
},
3940
"connectivity": {
4041
"wlan": "Wi-Fi 802.11b",

data/pda/hp/2004/ipaq-h6320/ipaq-h6320.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.5,
1717
"resolution": "240x320",
18-
"type": "TFT resistive touchscreen, 65K colors"
18+
"type": "TFT resistive touchscreen, 65K colors",
19+
"ppi": 114
1920
},
2021
"connectivity": {
2122
"wifi": "Wi-Fi 802.11b",

data/pda/hp/2004/ipaq-h6325/hp-ipaq-h6325-scrapegsma-3821.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"display": {
3535
"size_inch": 3.5,
3636
"resolution": "240x320",
37-
"type": "TFT resistive touchscreen, 65K colors"
37+
"type": "TFT resistive touchscreen, 65K colors",
38+
"ppi": 114
3839
},
3940
"connectivity": {
4041
"wlan": "Wi-Fi 802.11b",

data/pda/hp/2004/ipaq-h6325/ipaq-h6325.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.5,
1717
"resolution": "240x320",
18-
"type": "TFT resistive touchscreen, 65K colors"
18+
"type": "TFT resistive touchscreen, 65K colors",
19+
"ppi": 114
1920
},
2021
"connectivity": {
2122
"wifi": "Wi-Fi 802.11b",

data/pda/hp/2005/ipaq-hw6510/hp-ipaq-hw6510-scrapegsma-3820.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"display": {
3535
"size_inch": 3.0,
3636
"resolution": "240x240",
37-
"type": "TFT resistive touchscreen, 65K colors"
37+
"type": "TFT resistive touchscreen, 65K colors",
38+
"ppi": 113
3839
},
3940
"connectivity": {
4041
"wlan": "No",

0 commit comments

Comments
 (0)