Skip to content

Commit e48d2d2

Browse files
committed
data(watch): import GSMArena smartwatch records (Apple, Huawei, LG, Samsung)
46 smartwatch records scraped from GSMArena across Apple Watch generations, Huawei, LG, Samsung, Asus and others. Bulk import, verified:false. Refs #1
1 parent ad81d06 commit e48d2d2

46 files changed

Lines changed: 2098 additions & 0 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.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"slug": "apple-watch-38mm-1st-gen-scrapegsma-2382",
3+
"base_model_slug": "watch-38mm-1st-gen",
4+
"name": "Apple Watch 38mm (1st gen)",
5+
"brand": "apple",
6+
"release_date": "2014-09-01",
7+
"ram_gb": 0.5,
8+
"battery_mah": 205,
9+
"weight_g": 40.0,
10+
"os": "watchOS 1.0, upgradable to 4.3.2",
11+
"verified": false,
12+
"source_urls": [
13+
"https://github.com/cigarplug/scrape-gsma"
14+
],
15+
"variant": {
16+
"region": "global",
17+
"source_dataset": "cigarplug/scrape-gsma",
18+
"source_row": 2382,
19+
"sim": "No"
20+
},
21+
"raw_source": {
22+
"network_technology": "No cellular connectivity",
23+
"launch_announced": "2014, September",
24+
"launch_status": "Available. Released 2015, May",
25+
"memory_internal": "8 GB, 512 MB RAM",
26+
"platform_chipset": "Apple S1 (28 nm)",
27+
"platform_cpu": "520 MHz Cortex-A7",
28+
"platform_gpu": "PowerVR SGX543",
29+
"misc_models": ""
30+
},
31+
"display": {
32+
"size_inch": 1.5,
33+
"resolution": "340x272",
34+
"type": "OLED capacitive touchscreen, 16M colors"
35+
},
36+
"storage_options_gb": [
37+
8
38+
],
39+
"connectivity": {
40+
"wlan": "Wi-Fi 802.11 b/g/n",
41+
"bluetooth": "4.0, LE",
42+
"gps": "No"
43+
}
44+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"slug": "apple-watch-42mm-1st-gen-scrapegsma-2381",
3+
"base_model_slug": "watch-42mm-1st-gen",
4+
"name": "Apple Watch 42mm (1st gen)",
5+
"brand": "apple",
6+
"release_date": "2014-09-01",
7+
"ram_gb": 0.5,
8+
"battery_mah": 250,
9+
"weight_g": 50.0,
10+
"os": "watchOS 1.0, upgradable to 4.3.2",
11+
"verified": false,
12+
"source_urls": [
13+
"https://github.com/cigarplug/scrape-gsma"
14+
],
15+
"variant": {
16+
"region": "global",
17+
"source_dataset": "cigarplug/scrape-gsma",
18+
"source_row": 2381,
19+
"sim": "No"
20+
},
21+
"raw_source": {
22+
"network_technology": "No cellular connectivity",
23+
"launch_announced": "2014, September",
24+
"launch_status": "Available. Released 2015, April",
25+
"memory_internal": "8 GB, 512 MB RAM",
26+
"platform_chipset": "Apple S1 (28 nm)",
27+
"platform_cpu": "520 MHz Cortex-A7",
28+
"platform_gpu": "PowerVR SGX543",
29+
"misc_models": ""
30+
},
31+
"display": {
32+
"size_inch": 1.65,
33+
"resolution": "390x312",
34+
"type": "OLED capacitive touchscreen, 16M colors"
35+
},
36+
"storage_options_gb": [
37+
8
38+
],
39+
"connectivity": {
40+
"wlan": "Wi-Fi 802.11 b/g/n",
41+
"bluetooth": "4.0, LE",
42+
"gps": "No"
43+
}
44+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"slug": "apple-watch-edition-38mm-1st-gen-scrapegsma-2380",
3+
"base_model_slug": "watch-edition-38mm-1st-gen",
4+
"name": "Apple Watch Edition 38mm (1st gen)",
5+
"brand": "apple",
6+
"release_date": "2014-09-01",
7+
"ram_gb": 0.5,
8+
"battery_mah": 205,
9+
"weight_g": 55.0,
10+
"os": "watchOS 1.0, upgradable to 4.3.2",
11+
"verified": false,
12+
"source_urls": [
13+
"https://github.com/cigarplug/scrape-gsma"
14+
],
15+
"variant": {
16+
"region": "global",
17+
"source_dataset": "cigarplug/scrape-gsma",
18+
"source_row": 2380,
19+
"sim": "No"
20+
},
21+
"raw_source": {
22+
"network_technology": "No cellular connectivity",
23+
"launch_announced": "2014, September",
24+
"launch_status": "Available. Released 2015, July",
25+
"memory_internal": "8 GB, 512 MB RAM",
26+
"platform_chipset": "Apple S1 (28 nm)",
27+
"platform_cpu": "520 MHz Cortex-A7",
28+
"platform_gpu": "PowerVR SGX543",
29+
"misc_models": ""
30+
},
31+
"display": {
32+
"size_inch": 1.5,
33+
"resolution": "340x272",
34+
"type": "OLED capacitive touchscreen, 16M colors"
35+
},
36+
"storage_options_gb": [
37+
8
38+
],
39+
"connectivity": {
40+
"wlan": "Wi-Fi 802.11 b/g/n",
41+
"bluetooth": "4.0, LE",
42+
"gps": "No"
43+
}
44+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"slug": "apple-watch-edition-42mm-1st-gen-scrapegsma-2379",
3+
"base_model_slug": "watch-edition-42mm-1st-gen",
4+
"name": "Apple Watch Edition 42mm (1st gen)",
5+
"brand": "apple",
6+
"release_date": "2014-09-01",
7+
"ram_gb": 0.5,
8+
"battery_mah": 250,
9+
"weight_g": 69.0,
10+
"os": "watchOS 1.0, upgradable to 4.3.2",
11+
"verified": false,
12+
"source_urls": [
13+
"https://github.com/cigarplug/scrape-gsma"
14+
],
15+
"variant": {
16+
"region": "global",
17+
"source_dataset": "cigarplug/scrape-gsma",
18+
"source_row": 2379,
19+
"sim": "No"
20+
},
21+
"raw_source": {
22+
"network_technology": "No cellular connectivity",
23+
"launch_announced": "2014, September",
24+
"launch_status": "Available. Released 2015, July",
25+
"memory_internal": "8 GB, 512 MB RAM",
26+
"platform_chipset": "Apple S1 (28 nm)",
27+
"platform_cpu": "520 MHz Cortex-A7",
28+
"platform_gpu": "PowerVR SGX543",
29+
"misc_models": ""
30+
},
31+
"display": {
32+
"size_inch": 1.65,
33+
"resolution": "390x312",
34+
"type": "OLED capacitive touchscreen, 16M colors"
35+
},
36+
"storage_options_gb": [
37+
8
38+
],
39+
"connectivity": {
40+
"wlan": "Wi-Fi 802.11 b/g/n",
41+
"bluetooth": "4.0, LE",
42+
"gps": "No"
43+
}
44+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"slug": "apple-watch-sport-38mm-1st-gen-scrapegsma-2384",
3+
"base_model_slug": "watch-sport-38mm-1st-gen",
4+
"name": "Apple Watch Sport 38mm (1st gen)",
5+
"brand": "apple",
6+
"release_date": "2014-09-01",
7+
"ram_gb": 0.5,
8+
"battery_mah": 205,
9+
"weight_g": 25.0,
10+
"os": "watchOS 1.0, upgradable to 4.3.2",
11+
"verified": false,
12+
"source_urls": [
13+
"https://github.com/cigarplug/scrape-gsma"
14+
],
15+
"variant": {
16+
"region": "global",
17+
"source_dataset": "cigarplug/scrape-gsma",
18+
"source_row": 2384,
19+
"sim": "No"
20+
},
21+
"raw_source": {
22+
"network_technology": "No cellular connectivity",
23+
"launch_announced": "2014, September",
24+
"launch_status": "Available. Released 2015, April",
25+
"memory_internal": "8 GB, 512 MB RAM",
26+
"platform_chipset": "Apple S1 (28 nm)",
27+
"platform_cpu": "520 MHz Cortex-A7",
28+
"platform_gpu": "PowerVR SGX543",
29+
"misc_models": ""
30+
},
31+
"display": {
32+
"size_inch": 1.5,
33+
"resolution": "340x272",
34+
"type": "OLED capacitive touchscreen, 16M colors"
35+
},
36+
"storage_options_gb": [
37+
8
38+
],
39+
"connectivity": {
40+
"wlan": "Wi-Fi 802.11 b/g/n",
41+
"bluetooth": "4.0, LE",
42+
"gps": "No"
43+
}
44+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"slug": "apple-watch-sport-42mm-1st-gen-scrapegsma-2383",
3+
"base_model_slug": "watch-sport-42mm-1st-gen",
4+
"name": "Apple Watch Sport 42mm (1st gen)",
5+
"brand": "apple",
6+
"release_date": "2014-09-01",
7+
"ram_gb": 0.5,
8+
"battery_mah": 250,
9+
"weight_g": 30.0,
10+
"os": "watchOS 1.0, upgradable to 4.3.2",
11+
"verified": false,
12+
"source_urls": [
13+
"https://github.com/cigarplug/scrape-gsma"
14+
],
15+
"variant": {
16+
"region": "global",
17+
"source_dataset": "cigarplug/scrape-gsma",
18+
"source_row": 2383,
19+
"sim": "No"
20+
},
21+
"raw_source": {
22+
"network_technology": "No cellular connectivity",
23+
"launch_announced": "2014, September",
24+
"launch_status": "Available. Released 2015, April",
25+
"memory_internal": "8 GB, 512 MB RAM",
26+
"platform_chipset": "Apple S1 (28 nm)",
27+
"platform_cpu": "520 MHz Cortex-A7",
28+
"platform_gpu": "PowerVR SGX543",
29+
"misc_models": ""
30+
},
31+
"display": {
32+
"size_inch": 1.65,
33+
"resolution": "390x312",
34+
"type": "OLED capacitive touchscreen, 16M colors"
35+
},
36+
"storage_options_gb": [
37+
8
38+
],
39+
"connectivity": {
40+
"wlan": "Wi-Fi 802.11 b/g/n",
41+
"bluetooth": "4.0, LE",
42+
"gps": "No"
43+
}
44+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"slug": "apple-watch-edition-series-2-38mm-scrapegsma-2364",
3+
"base_model_slug": "watch-edition-series-2-38mm",
4+
"name": "Apple Watch Edition Series 2 38mm",
5+
"brand": "apple",
6+
"release_date": "2016-09-01",
7+
"ram_gb": 0.5,
8+
"battery_mah": 273,
9+
"weight_g": 39.6,
10+
"os": "watchOS 3.0, upgradable to 5.1.3",
11+
"verified": false,
12+
"source_urls": [
13+
"https://github.com/cigarplug/scrape-gsma"
14+
],
15+
"variant": {
16+
"region": "global",
17+
"source_dataset": "cigarplug/scrape-gsma",
18+
"source_row": 2364,
19+
"sim": "No"
20+
},
21+
"raw_source": {
22+
"network_technology": "No cellular connectivity",
23+
"launch_announced": "2016, September. Released 2016, December",
24+
"launch_status": "Discontinued",
25+
"memory_internal": "8 GB, 512 MB RAM",
26+
"platform_chipset": "Apple S2 (16 nm)",
27+
"platform_cpu": "Dual-core 780 MHz Cortex-A7",
28+
"platform_gpu": "PowerVR G6200",
29+
"misc_models": ""
30+
},
31+
"display": {
32+
"size_inch": 1.5,
33+
"resolution": "340x272",
34+
"type": "OLED capacitive touchscreen, 16M colors"
35+
},
36+
"storage_options_gb": [
37+
8
38+
],
39+
"connectivity": {
40+
"wlan": "Wi-Fi 802.11 b/g/n",
41+
"bluetooth": "4.0, LE",
42+
"gps": "Yes, with GLONASS"
43+
}
44+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"slug": "apple-watch-edition-series-2-42mm-scrapegsma-2363",
3+
"base_model_slug": "watch-edition-series-2-42mm",
4+
"name": "Apple Watch Edition Series 2 42mm",
5+
"brand": "apple",
6+
"release_date": "2016-09-01",
7+
"ram_gb": 0.5,
8+
"battery_mah": 334,
9+
"weight_g": 45.6,
10+
"os": "watchOS 3.0, upgradable to 5.1.3",
11+
"verified": false,
12+
"source_urls": [
13+
"https://github.com/cigarplug/scrape-gsma"
14+
],
15+
"variant": {
16+
"region": "global",
17+
"source_dataset": "cigarplug/scrape-gsma",
18+
"source_row": 2363,
19+
"sim": "No"
20+
},
21+
"raw_source": {
22+
"network_technology": "No cellular connectivity",
23+
"launch_announced": "2016, September. Released 2016, December",
24+
"launch_status": "Discontinued",
25+
"memory_internal": "8 GB, 512 MB RAM",
26+
"platform_chipset": "Apple S2 (16 nm)",
27+
"platform_cpu": "Dual-core 780 MHz Cortex-A7",
28+
"platform_gpu": "PowerVR G6200",
29+
"misc_models": ""
30+
},
31+
"display": {
32+
"size_inch": 1.65,
33+
"resolution": "390x312",
34+
"type": "OLED capacitive touchscreen, 16M colors"
35+
},
36+
"storage_options_gb": [
37+
8
38+
],
39+
"connectivity": {
40+
"wlan": "Wi-Fi 802.11 b/g/n",
41+
"bluetooth": "4.0, LE",
42+
"gps": "Yes, with GLONASS"
43+
}
44+
}

0 commit comments

Comments
 (0)