-
Notifications
You must be signed in to change notification settings - Fork 0
/
SampleStreamGeoTweets.json
47 lines (47 loc) · 1.01 KB
/
SampleStreamGeoTweets.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
{
"timestamp_ms": 1529437232793,
"id": "1009159013710196736",
"text": "@DAYLEE Yup. And lots of dogs look like a banned breed but aren't. And even if they were? It's still ridiculous le… https://t.co/rOCGs4nVZ8",
"place": {
"name": "Fremont",
"full_name": "Fremont, CA",
"country": "United States",
"bounding_box": {
"type": "Polygon",
"coordinates": [
[
[
-122.069956,
37.454962
],
[
-122.069956,
37.592327
],
[
-121.889098,
37.592327
],
[
-121.889098,
37.454962
]
]
]
},
"id": "30344aecffe6a491",
"place_type": "city",
"country_code": "US"
},
"entities": {
"hashtags": []
},
"location": [
-121.979527,
37.523645
],
"longitude": -121.979527,
"latitude": 37.523645
}
]