-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlog.json
37 lines (33 loc) · 871 Bytes
/
log.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
{
"meta" : [
{
"entries" : "0",
"objects" : ["depressions", "missing joint material", "edges"]
}
],
"edges" : [
{
"timestamp" : "14:19",
"date" : "30/04/2021",
"location" : ["lat", "long"],
"file" : "example.jpg",
"path" : "/Documents/Git/P6-Project/log"
}
],
"depressions" : [
{
"timestamp" : "14:21",
"date" : "30/04/2021",
"location" : ["lat", "long"],
"file" : "example2.jpg",
"path" : "/Documents/Git/P6-Project/log"
},
{
"timestamp" : "14:35",
"date" : "30/04/2021",
"location" : ["lat", "long"],
"file" : "example3.jpg",
"path" : "/Documents/Git/P6-Project/log"
}
]
}