Initial commit (clean, ignores in place)
This commit is contained in:
137
tests/fixtures/semantic/day_with_detours.json
vendored
Normal file
137
tests/fixtures/semantic/day_with_detours.json
vendored
Normal file
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"timelineObjects": [
|
||||
{
|
||||
"placeVisit": {
|
||||
"location": {
|
||||
"latitudeE7": 524649000,
|
||||
"longitudeE7": 13460000,
|
||||
"name": "Home"
|
||||
},
|
||||
"duration": {
|
||||
"startTimestampMs": "1755154800000",
|
||||
"endTimestampMs": "1755156600000"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"activitySegment": {
|
||||
"startLocation": {
|
||||
"latitudeE7": 524649000,
|
||||
"longitudeE7": 13460000
|
||||
},
|
||||
"endLocation": {
|
||||
"latitudeE7": 524706000,
|
||||
"longitudeE7": 13538000
|
||||
},
|
||||
"duration": {
|
||||
"startTimestampMs": "1755156600000",
|
||||
"endTimestampMs": "1755157500000"
|
||||
},
|
||||
"activityType": "IN_PASSENGER_VEHICLE"
|
||||
}
|
||||
},
|
||||
{
|
||||
"placeVisit": {
|
||||
"location": {
|
||||
"latitudeE7": 524706000,
|
||||
"longitudeE7": 13538000,
|
||||
"name": "Lingwood Primary Academy"
|
||||
},
|
||||
"duration": {
|
||||
"startTimestampMs": "1755157500000",
|
||||
"endTimestampMs": "1755162000000"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"activitySegment": {
|
||||
"startLocation": {
|
||||
"latitudeE7": 524706000,
|
||||
"longitudeE7": 13538000
|
||||
},
|
||||
"endLocation": {
|
||||
"latitudeE7": 524670000,
|
||||
"longitudeE7": 13550000
|
||||
},
|
||||
"duration": {
|
||||
"startTimestampMs": "1755162000000",
|
||||
"endTimestampMs": "1755162900000"
|
||||
},
|
||||
"activityType": "IN_PASSENGER_VEHICLE"
|
||||
}
|
||||
},
|
||||
{
|
||||
"placeVisit": {
|
||||
"location": {
|
||||
"latitudeE7": 524670000,
|
||||
"longitudeE7": 13550000,
|
||||
"name": "Nice Cafe"
|
||||
},
|
||||
"duration": {
|
||||
"startTimestampMs": "1755162900000",
|
||||
"endTimestampMs": "1755165600000"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"activitySegment": {
|
||||
"startLocation": {
|
||||
"latitudeE7": 524670000,
|
||||
"longitudeE7": 13550000
|
||||
},
|
||||
"endLocation": {
|
||||
"latitudeE7": 524634000,
|
||||
"longitudeE7": 13627000
|
||||
},
|
||||
"duration": {
|
||||
"startTimestampMs": "1755165600000",
|
||||
"endTimestampMs": "1755166500000"
|
||||
},
|
||||
"activityType": "IN_PASSENGER_VEHICLE"
|
||||
}
|
||||
},
|
||||
{
|
||||
"placeVisit": {
|
||||
"location": {
|
||||
"latitudeE7": 524634000,
|
||||
"longitudeE7": 13627000,
|
||||
"name": "Heartsease Primary Academy"
|
||||
},
|
||||
"duration": {
|
||||
"startTimestampMs": "1755166500000",
|
||||
"endTimestampMs": "1755172800000"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"activitySegment": {
|
||||
"startLocation": {
|
||||
"latitudeE7": 524634000,
|
||||
"longitudeE7": 13627000
|
||||
},
|
||||
"endLocation": {
|
||||
"latitudeE7": 524649000,
|
||||
"longitudeE7": 13460000
|
||||
},
|
||||
"duration": {
|
||||
"startTimestampMs": "1755172800000",
|
||||
"endTimestampMs": "1755173700000"
|
||||
},
|
||||
"activityType": "IN_PASSENGER_VEHICLE"
|
||||
}
|
||||
},
|
||||
{
|
||||
"placeVisit": {
|
||||
"location": {
|
||||
"latitudeE7": 524649000,
|
||||
"longitudeE7": 13460000,
|
||||
"name": "Home"
|
||||
},
|
||||
"duration": {
|
||||
"startTimestampMs": "1755173700000",
|
||||
"endTimestampMs": "1755190800000"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user