-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathareas.json
More file actions
executable file
·58 lines (58 loc) · 1.54 KB
/
Copy pathareas.json
File metadata and controls
executable file
·58 lines (58 loc) · 1.54 KB
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
48
49
50
51
52
53
54
55
56
57
58
{
"areas": [
{
"id": 1,
"description": "Dublin 12 / South Canal / Davitt Road",
"sensor": {
"sensorId": "SPO.IE.IE001APSample2_8-NO2-PT1H",
"deviceId": "STA.IE.IE001AP"
},
"coordinates": "53.336427,-6.309068"
},
{
"id": 2,
"description": "Dublin 8 / The Liberties / Grand Canal Place",
"sensor": {
"sensorId": "SPO.IE.IE005APSample2_8-NO2-PT1H",
"deviceId": "STA.IE.IE005AP"
},
"coordinates": "53.345821,-6.294773"
},
{
"id": 3,
"description": "Dublin 8 / Dublin Heuston / Saint John's Road West",
"sensor": {
"sensorId": "SPO.IE.IE0098ASample1_8-NO2-PT1H",
"deviceId": "STA.IE.IE0098A"
},
"coordinates": "53.341776,-6.287834"
},
{
"id": 4,
"description": "Dublin 7 / Technological University Dublin / East Quad",
"sensor": {
"sensorId": "SPO.IE.IE0028ASample1_8-NO2-PT1H",
"deviceId": "STA.IE.IE0028A"
},
"coordinates": "53.353772,-6.273027"
},
{
"id": 5,
"description": "Dublin 1 / North City / Abbey Street Upper",
"sensor": {
"sensorId": "SPO.IE.IE0105ASample1_8-NO2-PT1H",
"deviceId": "STA.IE.IE0105A"
},
"coordinates": "53.347270,-6.266950"
},
{
"id": 6,
"description": "Dublin 4 / Port / Pigeon House Road",
"sensor": {
"sensorId": "SPO.IE.IE004APSample1_8-NO2-PT1H",
"deviceId": "STA.IE.IE004AP"
},
"coordinates": "53.341961,-6.214061"
}
]
}